@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
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: "Roboto", 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: #888888; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Roboto", 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: #333333;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #8e8e8e;
    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 #dfdfdf;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f4f4f4; }
    .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 #dfdfdf; }

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

.table-tbody tr {
  border-bottom: 1px solid #dfdfdf; }
  .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: "Roboto", 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: #2e3344;
  color: #2e3344;
  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: #2e3344;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #2e3344;
    color: white; }
  .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: #2e3344;
  border-color: #2e3344;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: white;
    color: #2e3344; }
  .button--primary:active {
    background-color: white;
    border: 1px solid white;
    color: #2e3344; }

.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: #888888; }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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 #dfdfdf;
      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(46, 51, 68, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(46, 51, 68, 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(46, 51, 68, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-header {
  background-color: #f4f4f4;
  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: #f4f4f4; }
  .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: #333333;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #333333; }
  .breadcrumb.current {
    color: #333333;
    cursor: default; }
    .breadcrumb.current a {
      color: #333333;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #333333;
    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: #888888;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #333333;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #dfdfdf;
  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: #333333;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #333333;
    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: #333333;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #dfdfdf;
  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 #dfdfdf;
  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 #dfdfdf;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(46, 51, 68, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #2e3344;
    color: white; }

.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: #333333; }

.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: #2e3344;
    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: white;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #2e3344;
      opacity: 1; }

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

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

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

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

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

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

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

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

.slick-track {
  backface-visibility: visible; }

.nanobar {
  width: 100%;
  height: 0.35714rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

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: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    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 #dfdfdf;
    color: black; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: black; }
  .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: "Roboto", 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: #2e3344;
    color: #2e3344;
    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: #2e3344;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #2e3344;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #2e3344;
    border-color: #2e3344;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: white;
    border-color: white;
    color: #2e3344; }
  .swal2-modal .swal2-confirm:active {
    background-color: white;
    border-color: white;
    color: #2e3344; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #2e3344;
    color: #2e3344; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #2e3344;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #2e3344;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

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: #999999;
  margin-top: 0.78571rem; }

.inp-c {
  width: 15%;
  text-align: center; }

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #333333;
  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(136, 136, 136, 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: #333333;
  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 #dfdfdf; }
  .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: #dfdfdf;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #dfdfdf;
    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 #dfdfdf; }
    .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 td + td {
    border-left: 0; }

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

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

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

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

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 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 {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: auto;
  padding: 0;
  left: 50%;
  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 {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #8e8e8e;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #888888; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #2e3344;
      border-color: #2e3344;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: white;
      border-color: white;
      color: #2e3344; }
    .modal--alert .button-container .confirm:active {
      background-color: white;
      border-color: white;
      color: #2e3344; }

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

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

.breadcrumb-label {
  text-decoration: none; }

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #888888; }
  .pagination-item.pagination-item--current {
    border-color: #dfdfdf;
    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: #888888; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #888888; }

.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: #333333;
    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: #666666; }

.tab {
  border-top: 1px solid #dfdfdf;
  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 #dfdfdf;
        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; }

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

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

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

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

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

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

.accordion-title {
  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: #999999; }

.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: #333333;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #888888; }

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

.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: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

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

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

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

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

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

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

.form-option {
  border: 1px solid #dfdfdf;
  color: black;
  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: #2e3344;
    box-shadow: 0 0 0 1px #2e3344; }

.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: 338px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

.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: #2e3344;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    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(46, 51, 68, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(46, 51, 68, 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: #f4f4f4;
  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: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #333333;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #333333;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #888888; }

.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 #dfdfdf;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

.navUser-action-divider {
  border-right: 1px solid #dfdfdf;
  color: #333333;
  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: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #00254d; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 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 {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 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: #f6f6f6;
  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: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: white;
          stroke: white; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: white; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: #f6f6f6;
    stroke: #f6f6f6;
    transition: all 0.15s ease; }

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

.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: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 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 #dfdfdf;
  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: white;
  border: 1px solid #dfdfdf; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #dfdfdf; }
  .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: #333333;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #888888; }

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

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 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: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

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

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

.heroCarousel-description {
  color: white;
  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: #999999;
  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;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

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

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

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

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

.productCarousel {
  width: 1px;
  min-width: 100%;
  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; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

.productReview-author {
  color: #333333;
  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: 558px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .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 {
    margin: 0;
    width: 90px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

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

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

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

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #dfdfdf;
    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: #333333;
  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: #333333; }
    .productView-brand a:hover {
      color: #888888; }

.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-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: #333333; }
    .productView-reviewLink > a:hover {
      color: #888888; }

.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: "Roboto", 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 #dfdfdf;
  list-style: none;
  margin: 0; }

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.compareTable {
  border-top: 1px solid #dfdfdf;
  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 #dfdfdf; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto", 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: #f4f4f4;
  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: #8e8e8e;
    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 #dfdfdf;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #333333; }
  .toggleLink:hover {
    color: #888888; }
  .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: #dfdfdf 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: #888888;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

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

.facetLabel {
  background: #f4f4f4;
  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: #333333;
    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 #dfdfdf;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #dfdfdf;
  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 {
  max-width: 100px;
  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: #999999;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 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: #999999;
  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: #f4f4f4;
  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: #8e8e8e; }

.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 #dfdfdf; } }
  .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: #333333;
  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: "Roboto", 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: #333333;
  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: #888888; }

.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: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 #dfdfdf; }

.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: #333333;
  display: inline-block;
  font-size: 13px; }

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

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

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

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

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

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

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

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 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: #333333;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #888888; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    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: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 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: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f4f4f4;
  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 #999999;
  color: #333333;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

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

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

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

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 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 #dfdfdf;
  margin: 0;
  padding-bottom: 1rem; }

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

.account-listItem {
  border-bottom: 1px solid #dfdfdf;
  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 #dfdfdf;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 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: #333333;
  font-family: "Roboto", 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 {
    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: #333333;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #dfdfdf;
  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: #333333;
  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: #888888; }

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

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

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

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #dfdfdf;
  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: #333333;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

.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: #c8c8c8; }

.icon--ratingFull svg {
  fill: #2e3344; }

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

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

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

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.78571rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #dfdfdf;
    border-radius: 0.21429rem;
    min-height: 16.28571rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.78571rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.paymentMethod-label {
  flex: 7.14286rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.78571rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.78571rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.78571rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #888888; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.header {
  background-color: white;
  border-bottom: 1px solid #dfdfdf;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #dfdfdf;
      overflow: visible;
      position: relative; } }
  .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: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: white;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #888888; }
    .header-logo > a:active {
      color: #888888; }

.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: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  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;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.14286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    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: black;
      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: #00254d;
  border-top: 1px solid #dfdfdf;
  padding: 3rem 0; }

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #333333;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #888888; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #333333;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #333333;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #888888; }

.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: #8e8e8e; }

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

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

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

.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 #dfdfdf;
    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: #333333;
  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: 400px; }
  .blog-thumbnail img {
    width: 100%; }

.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;
  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 #dfdfdf;
  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: 271px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 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(46, 51, 68, 0.9);
  color: white; }
  .listItem-button:hover {
    background-color: #2e3344;
    color: white; }

.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: #999999;
  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 #dfdfdf;
    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: #61ca70;
  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: #61ca70;
  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; }

.sale-flag-sash {
  background: #61ca70;
  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: 34px;
  width: 34px; }

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

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* ==================== THEME VARIABLE ==================== */
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }
  90% {
    transform: none; }
  to {
    transform: none; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke-width: 0;
  -moz-osx-font-smoothing: auto;
  padding: 0;
  font-size: 14px;
  color: #666666; }

.body {
  margin-bottom: 50px;
  margin-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .body {
      margin-bottom: 30px; } }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="color"], textarea {
  outline: none; }

textarea {
  resize: vertical; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  color: black; }
  @media only screen and (max-width: 666px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin: 0 0 10px 0; } }

h1, .h1 {
  font-size: 36px;
  line-height: 44px; }

h2, .h2 {
  font-size: 30px;
  line-height: 38px; }

h3, .h3 {
  font-size: 24px;
  line-height: 32px; }

h4, .h4 {
  font-size: 20px;
  line-height: 28px; }

h5, .h5 {
  font-size: 16px;
  line-height: 24px; }

h6, .h6 {
  font-size: 14px;
  line-height: 18px; }

p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0; }

a {
  outline: none;
  text-decoration: none;
  transition: all .5s;
  color: #2e3344; }
  a:hover, a:focus {
    transition: all .5s;
    color: #c2c2c2; }

ul, ol {
  margin-bottom: 20px;
  margin-left: 0px; }
  ul li, ol li {
    line-height: 18px;
    margin-bottom: 10px;
    list-style: none; }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0px auto;
  padding: 0px; }
  @media only screen and (max-width: 1919px) {
    .container {
      max-width: 1230px; } }
  @media only screen and (max-width: 1279px) {
    .container {
      max-width: 980px; } }
  @media only screen and (max-width: 1023px) {
    .container {
      max-width: 728px; } }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 94%; } }
  @media only screen and (max-width: 479px) {
    .container {
      max-width: 100%;
      padding: 0 11px; } }

.column, .columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (max-width: 1023px) {
    .column, .columns {
      padding-right: 10px;
      padding-left: 10px; } }

.custom-row {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 1023px) {
    .custom-row {
      margin-left: -10px;
      margin-right: -10px; } }

.productCarousel {
  margin: 0 -15px; }
  @media only screen and (max-width: 1023px) {
    .productCarousel {
      margin: 0 -10px; } }
  .productCarousel .productCarousel-slide {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
    @media only screen and (max-width: 1279px) {
      .productCarousel .productCarousel-slide {
        width: 33.33%; } }
    @media only screen and (max-width: 1023px) {
      .productCarousel .productCarousel-slide {
        width: 39%; } }
    @media only screen and (max-width: 479px) {
      .productCarousel .productCarousel-slide {
        width: 50%; } }
    @media only screen and (max-width: 1023px) {
      .productCarousel .productCarousel-slide {
        padding-left: 10px;
        padding-right: 10px; } }
  .productCarousel.slick-not-apply {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

.productGrid {
  margin: 0 -15px; }
  @media only screen and (max-width: 1023px) {
    .productGrid {
      margin: 0 -10px; } }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1023px) {
      .productGrid .product {
        padding-left: 10px;
        padding-right: 10px; } }

.banners {
  padding: 0px;
  background: none; }
  @media only screen and (max-width: 1023px) {
    .banners.m-b-40 {
      margin-bottom: 30px; } }
  .banners .banner {
    max-width: 100%; }
  .banners .page-heading {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .banners .page-heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px; } }
  .banners h3 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .banners h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 22px; } }
  .banners p {
    color: #666666;
    font-size: 16px;
    text-align: left; }
    @media only screen and (max-width: 1023px) {
      .banners p {
        font-size: 14px; } }
  .banners img {
    margin-bottom: 20px; }
  .banners a {
    color: #2e3344; }
    .banners a:hover, .banners a:focus {
      color: #616c90; }

@media only screen and (max-width: 479px) {
  .g-recaptcha {
    max-width: 260px;
    overflow: auto;
    padding: 10px 0; }
    .g-recaptcha iframe {
      transform: scale(0.75);
      -webkit-transform: scale(0.75);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

.icon--ratingFull svg {
  width: 12px;
  height: 12px; }

.icon--ratingEmpty svg {
  height: 13px;
  width: 13px; }

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

.clearfix:after, .clearfix:after {
  clear: both; }

.clear {
  clear: both; }

@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 20px; } }

.view-all:before {
  display: none; }

.view-all a {
  color: #2e3344;
  font-style: italic; }
  .view-all a:hover {
    color: #888888; }

.theme-color {
  color: #2e3344; }

.theme-red-color {
  color: #ea272d; }

.panel-title {
  font-weight: 500; }

.modal-header-title {
  font-size: 24px;
  line-height: 28px; }
  @media only screen and (max-width: 1023px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 24px; } }

.width-100 {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-33 {
  width: 33.33%; }

.width-25 {
  width: 25%; }

.form-input, .form-select {
  border: 1px solid #dfdfdf;
  font-size: 15px;
  line-height: normal;
  padding: 10px 30px 10px 15px;
  border-radius: 0;
  height: auto;
  background-size: 20px;
  background-position: right 10px top 11px; }
  @media only screen and (max-width: 767px) {
    .form-input, .form-select {
      padding: 10px 30px 10px 10px;
      font-size: 14px;
      background-position: right 8px top 8px; } }

.form-select--small,
.form-select--date {
  background-position: right 10px top 11px; }
  @media only screen and (max-width: 567px) {
    .form-select--small,
    .form-select--date {
      background-position: right 8px top 8px; } }

.form-label--inlineSmall small, .form-label small {
  margin: 0px;
  color: #ea272d;
  font-size: 15px;
  float: none; }

.form-fileDescription {
  margin-bottom: 0px; }

.form-checkbox + .form-label::before {
  height: 15px;
  width: 15px; }

.form-field-group {
  border-radius: 0; }

@media only screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 20px; } }

.form-prefixPostfix .form-input {
  font-size: 16px;
  font-weight: 400;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .form-prefixPostfix .form-input {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .form-prefixPostfix .form-input:-webkit-input-placeholder {
    font-weight: 300; }
  .form-prefixPostfix .form-input:-moz-placeholder {
    font-weight: 300; }
  .form-prefixPostfix .form-input:-ms-input-placeholder {
    font-weight: 300; }
  .form-prefixPostfix .form-input:-moz-placeholder {
    font-weight: 300; }

.form-prefixPostfix .button {
  height: auto;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .form-prefixPostfix .button {
      padding: 12px 15px;
      line-height: 18px; } }

select option {
  padding: 4px 8px;
  font-size: 13px;
  border: 1px solid #000000 !important; }

ul.list-with-arrow {
  margin-bottom: 10px; }
  ul.list-with-arrow li {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    ul.list-with-arrow li:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 7px;
      background: url("../icons/product-description-arrow.svg");
      background-size: 100%;
      left: 0;
      top: 5px; }

.modal-close:hover span {
  color: #2e3344; }

.alertBox--info {
  color: white;
  background: #f5f5f5; }
  .alertBox--info svg {
    fill: #333333; }
  .alertBox--info p {
    color: #333333; }
  .alertBox--info .alertBox-close svg {
    fill: #333333; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-t--20 {
  margin-top: -20px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-r-0 {
  margin-right: 0; }

.m-l--15 {
  margin-left: -15px; }

.m-r--15 {
  margin-right: -15px; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.padding-5 {
  padding: 5px; }

.padding-20 {
  padding: 20px; }

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-item-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-item-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-item-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.justify-content-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-content-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-content-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap-w {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.banner-hover a {
  position: relative;
  display: block;
  overflow: hidden; }
  .banner-hover a:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000000;
    transition: 0.3s all;
    z-index: 1; }
  .banner-hover a:hover:before {
    visibility: visible;
    opacity: 0.3;
    filter: alpha(opacity=30); }

.pagination .pagination-item {
  margin-left: 4px; }
  .pagination .pagination-item.pagination-item--current {
    border: 0px;
    margin-right: 0px; }
    .pagination .pagination-item.pagination-item--current .pagination-link {
      background: #2e3344;
      color: #ffffff;
      padding: 4px 7px;
      line-height: 15px;
      border-radius: 0; }
  .pagination .pagination-item .pagination-link {
    font-size: 15px;
    color: #2e3344;
    position: relative;
    min-width: 22px;
    height: 22px;
    border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .pagination .pagination-item .pagination-link {
        font-size: 14px; } }
    .pagination .pagination-item .pagination-link:hover {
      background: #2e3344;
      color: #ffffff; }
      .pagination .pagination-item .pagination-link:hover svg {
        fill: #ffffff; }
    .pagination .pagination-item .pagination-link svg {
      fill: #2e3344; }

.pagination .pagination-item--previous, .pagination .pagination-item--next {
  float: none; }
  .pagination .pagination-item--previous > a:hover .icon > svg, .pagination .pagination-item--next > a:hover .icon > svg {
    fill: #ffffff; }
  .pagination .pagination-item--previous .icon, .pagination .pagination-item--next .icon {
    position: absolute;
    top: 3px; }

.pagination .pagination-item--previous .pagination-link {
  padding-left: 20px; }

.pagination .pagination-item--previous .icon {
  left: 0;
  margin-left: 0; }

.pagination .pagination-item--next .pagination-link {
  padding-right: 20px; }

.pagination .pagination-item--next .icon {
  right: 0;
  margin-right: 0px; }

.button {
  padding: 11px 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  letter-spacing: 0.10px;
  height: auto;
  border: 1px solid #2e3344;
  color: #2e3344;
  background: #ffffff; }
  @media only screen and (max-width: 767px) {
    .button {
      padding: 8px 18px;
      font-size: 14px; } }
  .button:hover, .button:focus, .button:active {
    background: #2e3344;
    color: #ffffff; }

.button.button--primary {
  background: #2e3344;
  border: 1px solid #2e3344;
  color: #ffffff; }
  .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
    color: #2e3344;
    background: #ffffff; }

.swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:hover,
.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
  background: #2e3344;
  border-color: #2e3344;
  color: #ffffff; }

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover {
  background-color: transparent;
  border-color: #2e3344;
  color: #2e3344; }

.swal2-confirm:active {
  background: #2e3344;
  border-color: #2e3344;
  color: #2e3344; }

.breadcrumbs {
  text-align: left;
  display: block;
  margin: 15px 0; }
  .breadcrumbs .breadcrumb:first-child:before {
    content: ""; }
  .breadcrumbs .breadcrumb:before {
    content: ">"; }
  .breadcrumbs .breadcrumb a {
    font-size: 13px;
    color: #666666; }
    .breadcrumbs .breadcrumb a:hover {
      color: #2e3344; }
  .breadcrumbs .breadcrumb.is-active span {
    color: #2e3344; }

.slick-dotted.slick-slider {
  margin-bottom: 39px; }

.slick-arrow {
  padding: 0px;
  height: 15px;
  width: 20px;
  margin: 0px;
  right: 0px;
  transform: none; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow svg {
    width: 30px;
    height: 30px;
    fill: #2e3344; }
  .slick-arrow:hover svg {
    fill: #b8b8b8; }

.slick-disabled {
  opacity: 1; }
  .slick-disabled svg {
    fill: #b8b8b8; }

.slick-dots {
  bottom: -15px; }
  .slick-dots li {
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0px;
    line-height: 26px; }
    .slick-dots li button {
      border: 1px solid #666666;
      height: 14px;
      width: 14px; }
      .slick-dots li button:before {
        width: 8px;
        height: 8px;
        background: #666666;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        opacity: 1; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        border: 1px solid #2e3344; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #2e3344;
          opacity: 1; }
    .slick-dots li.slick-active button {
      border: 1px solid #2e3344; }
      .slick-dots li.slick-active button:before {
        background: #2e3344;
        opacity: 1; }

.navList-treeview li {
  position: relative; }
  .navList-treeview li .hitarea {
    position: absolute;
    text-align: center;
    right: 0;
    top: 4px;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .navList-treeview li .hitarea:before {
      position: absolute;
      background-color: #666666;
      content: "";
      width: 11px;
      height: 1px;
      left: 1px;
      top: 7px; }
    .navList-treeview li .hitarea:after {
      position: absolute;
      background-color: #666666;
      width: 11px;
      height: 1px;
      left: 1px;
      top: 7px;
      content: "";
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .navList-treeview li .hitarea svg {
      width: 11px;
      height: 11px;
      pointer-events: none;
      line-height: normal;
      display: none; }
  .navList-treeview li.collapsable > .hitarea:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0; }
  .navList-treeview li.collapsable > .hitarea:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .navList-treeview li.collapsable > a {
    color: #2e3344; }
  .navList-treeview li li a svg {
    display: none; }
  .navList-treeview li li a span {
    display: none; }
  .navList-treeview li ul {
    display: none; }
  .navList-treeview li a {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px; }

.socialLinks {
  line-height: normal; }
  .socialLinks .socialLinks-item {
    margin: 0px 3px; }
    .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
      margin-bottom: 0;
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 1279px) {
        .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
          margin-top: 10px;
          margin-left: 0; } }
      @media only screen and (max-width: 1023px) {
        .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
          margin-top: 0;
          margin-left: 15px; } }
      @media only screen and (max-width: 479px) {
        .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
          margin-top: 10px;
          margin-left: 0;
          display: block; } }
      .socialLinks .socialLinks-item.socialLinks-item--facebookLike iframe {
        position: static !important;
        height: 25px;
        width: 116px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
    .socialLinks .socialLinks-item svg {
      width: 18px;
      height: 13px; }
    .socialLinks .socialLinks-item.socialLinks-item--print svg {
      height: 15px; }

.socialLinks .icon {
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 50%; }
  .socialLinks .icon:hover svg {
    fill: #ffffff; }

.socialLinks .icon--google_plusone:hover {
  border-color: #CC3333;
  background: #CC3333; }

.socialLinks .icon--facebook:hover {
  border-color: #597ac7;
  background: #597ac7; }

.socialLinks .icon--email:hover {
  border-color: #CC3333;
  background: #CC3333; }

.socialLinks .icon--print:hover {
  border-color: red;
  background: red; }

.socialLinks .icon--twitter:hover {
  border-color: #1DA1F2;
  background: #1DA1F2; }

.socialLinks .icon--google:hover {
  border-color: #CC3333;
  background: #CC3333; }

.socialLinks .icon--linkedin:hover {
  border-color: #0077B5;
  background: #0077B5; }

.socialLinks .icon--pinterest:hover {
  border-color: #c8232c;
  background: #c8232c; }

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: 34px !important; }

.socialLinks--alt .socialLinks-item {
  padding: 0px;
  margin: 0 6px 0 0; }

.socialLinks--alt .icon {
  margin: 0px;
  border-radius: 50%;
  border: 1px solid #000;
  height: 34px;
  width: 34px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .socialLinks--alt .icon svg {
    width: 15px;
    height: 15px; }
  .socialLinks--alt .icon.icon--facebook {
    border: 1px solid #49669d; }
    .socialLinks--alt .icon.icon--facebook svg {
      fill: #49669d; }
  .socialLinks--alt .icon.icon--linkedin {
    border: 1px solid #387ba6; }
    .socialLinks--alt .icon.icon--linkedin svg {
      fill: #387ba6; }
  .socialLinks--alt .icon.icon--tumblr {
    border: 1px solid #34526f; }
    .socialLinks--alt .icon.icon--tumblr svg {
      fill: #34526f; }
  .socialLinks--alt .icon.icon--twitter {
    border: 1px solid #60bdea; }
    .socialLinks--alt .icon.icon--twitter svg {
      fill: #60bdea; }
  .socialLinks--alt .icon.icon--instagram {
    border: 1px solid #b5b196; }
    .socialLinks--alt .icon.icon--instagram svg {
      fill: #b5b196; }
  .socialLinks--alt .icon.icon--pinterest {
    border: 1px solid #fc393d; }
    .socialLinks--alt .icon.icon--pinterest svg {
      fill: #fc393d; }
  .socialLinks--alt .icon.icon--google {
    border: 1px solid #4c4c4c; }
    .socialLinks--alt .icon.icon--google svg {
      width: 20px;
      fill: #4c4c4c; }
  .socialLinks--alt .icon.icon--youtube {
    border: 1px solid #fa3b3a; }
    .socialLinks--alt .icon.icon--youtube svg {
      width: 16px;
      fill: #fa3b3a; }
  .socialLinks--alt .icon.icon--stumbleupon {
    border: 1px solid #48b04f; }
    .socialLinks--alt .icon.icon--stumbleupon svg {
      width: 16px;
      fill: #48b04f; }
  .socialLinks--alt .icon.icon--rss {
    border: 1px solid #f26522; }
    .socialLinks--alt .icon.icon--rss svg {
      width: 16px;
      fill: #f26522; }

.socialLinks .icon--facebook_like {
  border: 0px;
  width: auto;
  height: auto;
  text-align: left !important;
  margin-left: 3px;
  justify-content: flex-start; }
  .socialLinks .icon--facebook_like iframe {
    width: 280px; }

li.facebook_like, li.socialLinks-alt.facebook_like {
  height: auto !important;
  margin-left: 0;
  margin-top: 20px; }

.sf-menu, .sf-menu {
  list-style: none; }

.nav-arrow-roted > a span, .nav-arrow-roted > a i, .nav-arrow-roted .navPages-action span, .nav-arrow-roted .navPages-action i {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90eg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  display: inline-block; }
  .nav-arrow-roted > a span.nav-arrow, .nav-arrow-roted > a i.nav-arrow, .nav-arrow-roted .navPages-action span.nav-arrow, .nav-arrow-roted .navPages-action i.nav-arrow {
    display: none; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 99;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 180px;
  width: 180px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%); }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  left: 100%;
  right: auto;
  top: 0;
  transform: none; }

/*** DEMO SKIN ***/
.sf-menu ul.mega-menu-wrap {
  width: 100%;
  max-width: 100%;
  left: 0; }

.sf-menu li {
  position: relative; }
  .sf-menu li.mega-menu-item {
    position: inherit; }

.last-menu-item ul {
  right: 0;
  left: auto; }
  .last-menu-item ul li a {
    position: relative;
    padding-left: 20px !important; }
    .last-menu-item ul li a span {
      position: absolute;
      left: 0;
      transform: rotate(180deg); }
  .last-menu-item ul ul {
    right: 100%;
    left: auto; }

.sf-menu ul li {
  background: #ffffff;
  display: block;
  width: 100%;
  text-align: left; }

.sf-menu ul ul li {
  background: #ffffff; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/* == Jquery Growl Start ==*/
/* jQuery Growl
* Copyright 2015 Kevin Sylvestre
* 1.3.5
*/
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }

#growls-tl {
  top: 10px;
  left: 10px; }

#growls-tr {
  top: 10px;
  right: 10px; }

#growls-bl {
  bottom: 10px;
  left: 10px; }

#growls-br {
  bottom: 10px;
  right: 10px; }

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }

#growls-cl {
  top: 50%;
  left: 10px; }

#growls-cr {
  top: 50%;
  right: 10px; }

#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d; }

.growl.growl-error {
  color: #FFF;
  background: #C0392B; }

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71; }

.growl.growl-warning {
  color: #FFF;
  background: #F39C12; }

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif; }

.growl .growl-title {
  font-size: 18px;
  line-height: 24px; }

.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

/* == Jquery Growl End ==*/
.tooltip {
  position: relative;
  display: inline-block; }

.card-figcaption-body-custom .tooltip {
  height: 20px; }

.tooltip .tooltiptext {
  line-height: 15px;
  height: 26px;
  visibility: hidden;
  width: 120px;
  border-radius: 4px;
  background-color: #00254d;
  color: #fff;
  text-align: center;
  padding: 6px 7px 12px 6px;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  top: 130%;
  font-size: 0.85rem; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -41%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00254d transparent transparent transparent;
  transform: rotate(180deg); }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.section-title {
  text-align: center; }
  .section-title .page-heading {
    margin-bottom: 0px;
    border-bottom: 0;
    line-height: 24px;
    padding-bottom: 0px; }
    @media only screen and (max-width: 1023px) {
      .section-title .page-heading {
        font-size: 24px;
        line-height: 24px; } }

.page-heading {
  margin-bottom: 30px;
  font-weight: 500;
  color: black;
  letter-spacing: normal;
  line-height: 40px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    .page-heading {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 20px; } }
  .page-heading + .page-sub-heading {
    margin-top: 6px;
    font-size: 24px; }
    @media only screen and (max-width: 1023px) {
      .page-heading + .page-sub-heading {
        font-size: 20px;
        line-height: 22px; } }
  .page-heading svg {
    width: 20px;
    height: 20px;
    fill: #2e3344;
    margin-right: 8px; }

.page-sub-heading {
  color: #888888;
  font-family: "Caveat";
  margin-bottom: 0px; }

.home-promotional-banner {
  margin-top: 39px; }
  @media only screen and (max-width: 1023px) {
    .home-promotional-banner {
      margin-top: 30px; } }
  .home-promotional-banner.carousel-open {
    margin-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .home-promotional-banner.m-b-60 {
      margin-bottom: 37px; } }
  .home-promotional-banner .banner-main-block {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 1023px) {
      .home-promotional-banner .banner-main-block {
        margin: 0 -10px; } }
    @media only screen and (max-width: 767px) {
      .home-promotional-banner .banner-main-block {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media only screen and (max-width: 567px) {
      .home-promotional-banner .banner-main-block {
        margin: 0 -5px; } }
    @media only screen and (max-width: 479px) {
      .home-promotional-banner .banner-main-block {
        margin: 0; } }
  .home-promotional-banner .banner-block-half {
    width: 50%; }
    @media only screen and (max-width: 1023px) {
      .home-promotional-banner .banner-block-half.p-l-15 {
        padding-left: 10px; }
      .home-promotional-banner .banner-block-half.p-r-15 {
        padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .home-promotional-banner .banner-block-half {
        width: 100%; } }
    @media only screen and (max-width: 567px) {
      .home-promotional-banner .banner-block-half.p-l-15 {
        padding-left: 5px; }
      .home-promotional-banner .banner-block-half.p-r-15 {
        padding-right: 5px; } }
    @media only screen and (max-width: 479px) {
      .home-promotional-banner .banner-block-half.p-l-15 {
        padding-left: 0px; }
      .home-promotional-banner .banner-block-half.p-r-15 {
        padding-right: 0px; } }
  .home-promotional-banner .banner-block-full {
    width: 100%; }
  .home-promotional-banner .banner-block-3 {
    padding: 0px;
    margin-top: 30px; }
    @media only screen and (max-width: 1919px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 27px; } }
    @media only screen and (max-width: 1279px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 24px; } }
    @media only screen and (max-width: 1023px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 17px; } }
    @media only screen and (max-width: 567px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 10px; } }
    @media only screen and (max-width: 479px) {
      .home-promotional-banner .banner-block-3 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .home-promotional-banner .banner-block-3 .p-r-15 {
          margin-bottom: 10px; } }
    .home-promotional-banner .banner-block-3 img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .home-promotional-banner .banner-block-2 {
      margin-top: 17px; } }
  @media only screen and (max-width: 567px) {
    .home-promotional-banner .banner-block-2 {
      margin-top: 10px; } }

@media only screen and (max-width: 1023px) {
  .product-section.m-b-40 {
    margin-bottom: 17px; } }

.slick-slider .product-slick-arrow {
  display: none;
  width: 18px;
  height: 12px; }

.home-blog-list-wrap .home-blog-list {
  display: flex; }
  @media only screen and (max-width: 666px) {
    .home-blog-list-wrap .home-blog-list {
      flex-flow: column; } }

@media only screen and (max-width: 1023px) {
  .home-blog-post.m-b-50 {
    margin-bottom: 30px; } }

@media only screen and (max-width: 1023px) {
  .home-blog-list-wrap.m-t-30 {
    margin-top: 15px; } }

@media only screen and (max-width: 666px) {
  .home-blog-list-wrap .custom-row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0px; } }

@media only screen and (max-width: 1023px) {
  .home-blog-item.p-l-15 {
    padding-left: 10px; }
  .home-blog-item.p-r-15 {
    padding-right: 10px; } }

@media only screen and (max-width: 666px) {
  .home-blog-item.width-33 {
    width: 100%;
    padding: 0px; }
  .home-blog-item:last-child .home-blog-detail {
    margin-bottom: 0px; } }

.home-blog-img {
  position: relative;
  width: 100%; }
  .home-blog-img a {
    text-align: center;
    display: block; }
    .home-blog-img a span {
      max-height: 300px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 300px;
      overflow: hidden; }
      @media only screen and (max-width: 1919px) {
        .home-blog-img a span {
          max-height: 224px;
          min-height: 224px; } }
      @media only screen and (max-width: 1279px) {
        .home-blog-img a span {
          max-height: 210px;
          min-height: 210px; } }
      @media only screen and (max-width: 1023px) {
        .home-blog-img a span {
          max-height: 150px;
          min-height: 150px; } }
      @media only screen and (max-width: 767px) {
        .home-blog-img a span {
          max-height: 130px;
          min-height: 130px; } }
      @media only screen and (max-width: 666px) {
        .home-blog-img a span {
          max-height: inherit; } }
    .home-blog-img a img {
      width: auto;
      overflow: hidden;
      background-color: #ffffff;
      position: relative;
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -ms-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms; }

.home-blog-detail {
  text-align: left;
  padding: 0 10px;
  padding-top: 15px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .home-blog-detail {
      padding-top: 15px; } }
  @media only screen and (max-width: 666px) {
    .home-blog-detail {
      margin-bottom: 30px; } }
  .home-blog-detail h4 {
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: normal; }
    @media only screen and (max-width: 1023px) {
      .home-blog-detail h4 {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-detail h4 {
        margin-bottom: 7px; } }
    .home-blog-detail h4 a {
      color: #2e3344; }
      .home-blog-detail h4 a:hover {
        color: #666666; }
  .home-blog-detail p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    color: #333333; }
    @media only screen and (max-width: 1023px) {
      .home-blog-detail p {
        font-size: 13px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-detail p {
        margin-bottom: 7px; } }
  .home-blog-detail .blog-date {
    font-size: 15px;
    font-weight: 400;
    color: #2e3344; }
    @media only screen and (max-width: 1023px) {
      .home-blog-detail .blog-date {
        font-size: 13px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-detail .blog-date {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .home-blog-detail .blog-date div {
          width: 100%;
          display: block;
          text-align: left; } }
    @media only screen and (max-width: 666px) {
      .home-blog-detail .blog-date {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        .home-blog-detail .blog-date div {
          width: auto; } }
    .home-blog-detail .blog-date .author + .date {
      margin-left: 18px; }
      @media only screen and (max-width: 767px) {
        .home-blog-detail .blog-date .author + .date {
          margin-left: 0px;
          margin-top: 5px; } }
      @media only screen and (max-width: 666px) {
        .home-blog-detail .blog-date .author + .date {
          margin-top: 0px;
          margin-left: 18px; } }
    .home-blog-detail .blog-date svg {
      width: 15px;
      height: 15px; }
      @media only screen and (max-width: 1023px) {
        .home-blog-detail .blog-date svg {
          width: 12px;
          height: 12px; } }

@media only screen and (max-width: 1023px) {
  .instagrame.m-b-50 {
    margin-bottom: 30px; } }

.instagrame .page-heading {
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .instagrame .page-heading svg {
    margin-right: 5px; }

@media only screen and (max-width: 1023px) {
  .home-instagram.m-t-20 {
    margin-top: 5px; } }

@media only screen and (max-width: 567px) {
  .home-instagram.m-t-20 {
    margin-top: 11px; } }

.insta-item {
  padding: 10px; }
  @media only screen and (max-width: 567px) {
    .insta-item {
      padding: 5px; } }

@media only screen and (max-width: 567px) {
  .insta-item-wrap {
    width: 180px; } }

.animation {
  display: block;
  position: relative; }
  .animation:before {
    opacity: 0;
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    background: url("../icons/instagram-feeds.svg") no-repeat;
    background-size: 100%;
    z-index: 1; }
  .animation:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: #2e3344;
    opacity: 0; }
  .animation:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .animation:hover:before {
      opacity: 1; }
    .animation:hover:after {
      opacity: 0.7; }

.usp-section {
  background: #f4f4f4; }
  @media only screen and (max-width: 1023px) {
    .usp-section.m-b-60 {
      margin-bottom: 40px; } }
  .usp-section ul {
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 1023px) {
      .usp-section ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .usp-section ul li {
      padding: 30px 15px;
      margin: 0px;
      width: 25%; }
      @media only screen and (max-width: 1023px) {
        .usp-section ul li {
          width: 50%;
          padding: 0px; } }
      .usp-section ul li:first-child {
        padding-left: 0px; }
      .usp-section ul li:last-child {
        padding-right: 0px; }
      @media only screen and (max-width: 1023px) {
        .usp-section ul li.first {
          padding-top: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 0px; }
        .usp-section ul li.second {
          padding-top: 20px;
          padding-bottom: 20px; }
        .usp-section ul li.third {
          padding-bottom: 20px;
          padding-right: 20px; }
        .usp-section ul li.fourth {
          padding-bottom: 20px; } }
      @media only screen and (max-width: 567px) {
        .usp-section ul li.first {
          padding-top: 10px;
          padding-right: 10px;
          padding-bottom: 10px;
          padding-left: 0px; }
        .usp-section ul li.second {
          padding-top: 10px;
          padding-bottom: 10px; }
        .usp-section ul li.third {
          padding-bottom: 10px;
          padding-right: 10px; }
        .usp-section ul li.fourth {
          padding-bottom: 10px; } }
  .usp-section.usp-section-none {
    display: none; }

.usp-block {
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 18px 10px;
  height: 100%; }
  @media only screen and (max-width: 1279px) {
    .usp-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (max-width: 567px) {
    .usp-block {
      padding: 12px 10px; } }
  .usp-block .usp-img {
    max-width: 45px;
    text-align: right;
    margin-right: 14px;
    width: 100%; }
    @media only screen and (max-width: 1279px) {
      .usp-block .usp-img {
        margin: 0px; } }
  @media only screen and (max-width: 1279px) {
    .usp-block .usp-detail {
      width: 100%;
      text-align: center;
      margin-top: 8px; } }
  .usp-block .usp-detail h5 {
    margin: 0px;
    text-transform: capitalize;
    color: #2e3344;
    line-height: 22px;
    font-weight: 500; }
    @media only screen and (max-width: 1919px) {
      .usp-block .usp-detail h5 {
        font-size: 14px;
        line-height: 20px; } }
  .usp-block .usp-detail p {
    margin: 0px;
    color: #666666;
    line-height: 22px; }
    @media only screen and (max-width: 1919px) {
      .usp-block .usp-detail p {
        font-size: 13px;
        line-height: 18px; } }
    @media only screen and (max-width: 567px) {
      .usp-block .usp-detail p {
        font-size: 11px;
        line-height: 15px; } }

.type-cart .usp-section, .type-login .usp-section, .type-createaccount .usp-section, .type-account_orderstatus .usp-section, .type-account_returns .usp-section, .type-account_inbox .usp-section, .type-account_addressbook .usp-section, .type-account_paymentmethods .usp-section, .type-wishlists .usp-section, .type-account_recentitems .usp-section, .type-editaccount .usp-section {
  display: none; }

.login {
  margin: 0 auto; }

.login-row {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .login-row {
      flex-flow: column; } }
  .login-row .form-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .login-row .form-actions .button {
      width: auto;
      margin: 0px;
      margin-right: 20px; }

@media only screen and (max-width: 767px) {
  .login-form {
    width: 100%;
    padding: 0px; } }

.login-form .form-label {
  font-size: 16px;
  color: #000000; }

.login-form .forgot-password {
  font-size: 15px;
  width: auto;
  margin: 0px; }

@media only screen and (max-width: 767px) {
  .new-customer {
    width: 100%;
    padding: 0px; } }

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

.new-customer-fact {
  font-size: 15px; }

.new-customer-intro {
  margin-bottom: 15px;
  font-size: 15px; }

@media only screen and (max-width: 1023px) {
  .navBar--sub {
    margin-bottom: 20px; } }

.navBar--sub.navBar--account {
  display: block; }

.navBar--sub .navBar-item {
  font-size: 16px; }
  @media only screen and (max-width: 1023px) {
    .navBar--sub .navBar-item {
      font-size: 14px; } }
  @media only screen and (max-width: 1279px) {
    .navBar--sub .navBar-item {
      margin: 0 7px; } }
  @media only screen and (max-width: 1023px) {
    .navBar--sub .navBar-item {
      padding: 10px;
      border: 1px solid #dfdfdf;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      text-align: left; }
      .navBar--sub .navBar-item .navBar-action {
        font-size: 14px; }
      .navBar--sub .navBar-item.search-result-content {
        margin-bottom: 0px; } }
  .navBar--sub .navBar-item.is-active {
    color: #2e3344;
    border-bottom: 1px solid #2e3344; }
    @media only screen and (max-width: 1023px) {
      .navBar--sub .navBar-item.is-active {
        font-size: 14px;
        border: 1px solid #2e3344; } }
  .navBar--sub .navBar-item .toggleLink-text {
    font-size: 16px; }
    @media only screen and (max-width: 1023px) {
      .navBar--sub .navBar-item .toggleLink-text {
        font-size: 14px; } }

.navBar--sub .navBar-action {
  font-size: 16px;
  color: #666666; }
  @media only screen and (max-width: 1023px) {
    .navBar--sub .navBar-action {
      font-size: 14px; } }

@media only screen and (max-width: 1919px) {
  .account--fixedLarge {
    width: 100%; } }

.account h3 {
  line-height: 26px; }

.account-product--alignMiddle .account-product-figure {
  left: 0; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-body {
  padding-left: 10px; }

.account-product--alignMiddle .account-product-figure > img {
  height: auto; }

.account-product-figure {
  display: block; }
  .account-product-figure:after {
    display: none; }

.account-orderStatus-label {
  background: #2e3344; }

.account-product-title {
  margin-bottom: 10px; }

.account-message p {
  margin-bottom: 0px; }
  .account-message p + p {
    margin-top: 15px; }

.account .pagination {
  margin-top: 30px;
  color: #666666; }
  .account .pagination .pagination-list {
    margin-bottom: 0px; }

.account .product .card {
  width: 100%; }

.account .product .form {
  text-align: center;
  margin: 0px; }
  .account .product .form .button {
    margin-top: 15px;
    margin-bottom: 0px; }

.account-content h2 {
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .account-content h2 {
      margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .account-content .form-field {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .account-content .form-actions .button {
    margin-top: 0px; } }

@media only screen and (max-width: 1023px) {
  .addressList {
    margin-left: 0px;
    margin-right: 0px; } }

.addressList .address {
  margin-bottom: 0px; }

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

.table--line .table-thead {
  border-color: 1px solid #dfdfdf; }

@media only screen and (max-width: 567px) {
  .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: 0px; } }

.type-createaccount .form-row, .type-shippingaddressform .form-row {
  margin: 0px; }

.type-createaccount .g-recaptcha, .type-shippingaddressform .g-recaptcha {
  padding-left: 0.75rem; }

.type-createaccount .form-actions .button, .type-shippingaddressform .form-actions .button {
  width: auto; }

.type-wishlist .productGrid .product {
  padding-bottom: 60px;
  margin-bottom: 15px;
  position: relative; }
  .type-wishlist .productGrid .product .crad {
    width: 100%; }
  .type-wishlist .productGrid .product .form {
    margin-top: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%); }

.blog-thumbnail-custom {
  margin: 0 auto;
  margin-bottom: 20px; }
  .blog-thumbnail-custom a {
    display: block; }

.blog-date,
.blog-author {
  margin-bottom: 10px; }

.blog-title {
  line-height: 26px; }

.type-compare .header {
  z-index: inherit; }
  .type-compare .header.stuck {
    z-index: 99; }
  .type-compare .header .header-main {
    z-index: inherit; }

.compare-table-wrap {
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .compare-table-wrap .compareTable {
      width: 800px; } }

.compareTable-product .card .card-figure {
  overflow: visible; }
  .compareTable-product .card .card-figure a {
    height: 30px;
    position: absolute;
    right: -1rem;
    top: -1rem;
    transition: background-color .15s ease;
    width: 30px; }
    .compareTable-product .card .card-figure a svg {
      margin-top: 9px; }

.compareTable-product .card .card-title {
  margin-bottom: 12px;
  margin-top: 10px; }

.compareTable-product .card:hover .card-title {
  opacity: 1;
  visibility: visible; }

.compareTable-product .compareTable-removeProduct:hover {
  background: #2e3344; }
  .compareTable-product .compareTable-removeProduct:hover .icon {
    fill: #ffffff; }

.compareTable-product .icon {
  fill: #2e3344;
  height: 14px;
  width: 14px;
  margin-top: 10px; }

.compareTable {
  border-top: 0px; }

.compareTable-action .button {
  text-transform: uppercase; }

.compareTable-headingText {
  font-weight: 500;
  color: #2e3344; }

.sitemap-block-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row; }
  @media only screen and (max-width: 767px) {
    .sitemap-block-main {
      flex-flow: column; } }
  .sitemap-block-main .block-title {
    margin-bottom: 15px;
    font-weight: 500; }
  .sitemap-block-main .sitemap-block {
    width: 33.33%;
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .sitemap-block-main .sitemap-block {
        width: 100%; } }
  .sitemap-block-main ul {
    margin-left: 0px; }
  .sitemap-block-main .show-more:before {
    display: none; }
  .sitemap-block-main .show-more a {
    font-style: italic; }

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

.gift-certificate-form .form-fieldset .form-field-group {
  padding: 15px .75rem; }

.giftWrapping-form .form-actions {
  margin-bottom: 20px; }

#contact-us-success {
  text-align: center; }

.changelog li {
  list-style: outside; }

.type-page.pageURL-personalized-recommendations .breadcrumbs {
  display: none; }

.type-page.pageURL-personalized-recommendations .body main .page-sidebar {
  display: none; }

@media all and (min-width: 801px) {
  .type-page.pageURL-personalized-recommendations [data-widget-id="4f81a394-a06d-4ea3-82d6-20007ba9f032"] {
    display: none; } }

.type-page.pageURL-personalized-recommendations .page-heading.main-heading {
  display: none; }

.header {
  border: 0px;
  -webkit-animation-duration: .7s;
  animation-duration: .7s; }
  @media only screen and (max-width: 1023px) {
    .header {
      position: relative; } }

.header-main {
  position: relative;
  z-index: 99; }

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.header-left, .header-right {
  width: 25%; }
  @media only screen and (max-width: 1023px) {
    .header-left, .header-right {
      width: 50%; } }

.header-center {
  width: 50%; }
  @media only screen and (max-width: 1023px) {
    .header-center {
      display: none; } }

.header-right {
  position: relative; }

.header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.header-sidebar-open {
  position: fixed;
  width: 100%; }

.nav-arrow {
  width: 5px;
  height: 5px;
  display: none; }

.header-side-bar {
  position: fixed;
  left: -352px;
  width: 342px;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
  overflow-y: auto; }
  @media only screen and (max-width: 479px) {
    .header-side-bar {
      width: 300px;
      left: -310px; } }
  .header-side-bar .header-side-bar-inn {
    padding: 25px 18px 30px 20px; }
    @media only screen and (max-width: 479px) {
      .header-side-bar .header-side-bar-inn {
        padding: 20px; } }
  .header-side-bar .sidebarBlock-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
    @media only screen and (max-width: 567px) {
      .header-side-bar .sidebarBlock-heading {
        font-size: 18px; } }
  .header-side-bar .headerSidebar-block {
    padding-top: 18px;
    margin-top: 17px;
    border-top: 1px solid #dfdfdf;
    padding-left: 20px;
    padding-right: 18px; }
    .header-side-bar .headerSidebar-block.category {
      border-top: 0px;
      padding-top: 0px;
      margin-top: 0px; }
  .header-side-bar .nav-arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px; }
    .header-side-bar .nav-arrow svg {
      width: 5px;
      height: 5px;
      display: block !important; }
  .header-side-bar .navList {
    margin-bottom: 0px; }
    .header-side-bar .navList li {
      margin: 8px 0 0 0;
      position: relative;
      padding-left: 15px; }
      .header-side-bar .navList li a {
        font-size: 15px;
        color: #666666;
        font-weight: 400;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 15px;
        line-height: 16px;
        position: relative; }
        .header-side-bar .navList li a:hover {
          color: #888888; }
          .header-side-bar .navList li a:hover .nav-arrow svg {
            fill: #888888; }
        .header-side-bar .navList li a .nav-arrow svg {
          fill: #666666; }
      .header-side-bar .navList li .nav-third-level li:before {
        display: none; }
  .header-side-bar .navList > li {
    float: none;
    padding-left: 0px; }
    .header-side-bar .navList > li:first-child {
      margin-top: 0px; }
    .header-side-bar .navList > li > a {
      color: #2e3344; }
      .header-side-bar .navList > li > a .nav-arrow svg {
        fill: #2e3344; }
      .header-side-bar .navList > li > a svg {
        display: none; }
      .header-side-bar .navList > li > a:hover {
        color: #888888; }
        .header-side-bar .navList > li > a:hover .nav-arrow svg {
          fill: #888888; }

.headerSidebarOn {
  left: 0px; }

.close {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 15px; }
  .close .close-icon {
    display: inline-block; }
    .close .close-icon svg {
      width: 19px;
      height: 19px;
      fill: #000000;
      stroke: #000000; }

.desktop_mobile_menu {
  padding-right: 25px; }
  @media only screen and (max-width: 1023px) {
    .desktop_mobile_menu {
      padding-right: 10px; } }
  .desktop_mobile_menu .control-otherlinks span {
    border-top: 2px solid black; }
    .desktop_mobile_menu .control-otherlinks span:hover {
      border-top: 2px solid #00254d;
      opacity: 0.8; }
  .desktop_mobile_menu .control-otherlinks:hover span {
    border-top: 2px solid #00254d;
    opacity: 0.8; }

.control-otherlinks {
  display: inline-block;
  width: 35px;
  height: 26px;
  position: relative;
  text-align: right;
  cursor: pointer; }
  .control-otherlinks span {
    width: 28px;
    left: 0;
    top: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  .control-otherlinks .otherlinks-line-2 {
    top: 10px;
    width: 20px; }
  .control-otherlinks .otherlinks-line-3 {
    top: 18px;
    width: 28px; }
  .control-otherlinks .otherlinks-line-4 {
    top: 26px;
    width: 17px; }

.stuck {
  position: fixed;
  margin: 0 auto;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  border-bottom: 1px solid #666666; }
  .stuck .header-left, .stuck .header-currancy {
    display: none; }
  .stuck .header-center {
    width: 100%; }
  .stuck .header-right {
    display: none; }
  .stuck .header-inner .navPages-list {
    margin-top: 15px; }
    .stuck .header-inner .navPages-list > li > a {
      padding-bottom: 15px; }

.header-logo {
  margin: 0px;
  padding: 10px 0;
  line-height: normal; }
  .header-logo a {
    display: block; }
    @media only screen and (max-width: 1023px) {
      .header-logo a {
        width: 100%; } }
  .header-logo .header-logo-image-container-custom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .header-logo .header-logo-text {
    text-align: left;
    white-space: inherit; }

.header-inner .navPages-list, .header-inner .navUser-section {
  margin-top: 23px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .header-inner .navPages-list:before, .header-inner .navPages-list:after, .header-inner .navUser-section:before, .header-inner .navUser-section:after {
    display: none; }
  .header-inner .navPages-list.navUser-section, .header-inner .navUser-section.navUser-section {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1439px) {
      .header-inner .navPages-list.navUser-section, .header-inner .navUser-section.navUser-section {
        padding-right: 9px; } }
    @media only screen and (max-width: 1365px) {
      .header-inner .navPages-list.navUser-section, .header-inner .navUser-section.navUser-section {
        padding-right: 0; } }
  @media only screen and (max-width: 666px) {
    .header-inner .navPages-list, .header-inner .navUser-section {
      margin-top: 13px; } }

.header-inner .navUser {
  padding: 0px; }
  @media only screen and (max-width: 1023px) {
    .header-inner .navUser {
      position: unset; } }
  .header-inner .navUser:before {
    display: none; }
  .header-inner .navUser:after {
    display: none; }

@media only screen and (max-width: 1023px) {
  .header-inner .navUser-item {
    display: block; }
    .header-inner .navUser-item.navUser-search {
      display: none; } }

.header-inner .navUser-item--cart {
  position: unset;
  margin-right: 0px; }
  .header-inner .navUser-item--cart .navUser-action .navUser-item-cartLabel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .header-inner .navUser-item--cart .navUser-action svg {
    width: 16px;
    height: 21px; }

.header-inner .navPages-list > li {
  margin: 0 22px; }
  @media only screen and (max-width: 1279px) {
    .header-inner .navPages-list > li {
      margin: 0 10px; } }
  .header-inner .navPages-list > li > a {
    padding: 0 0 24px;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: inherit; }
    .header-inner .navPages-list > li > a svg {
      width: 10px;
      height: 6px;
      margin-left: 7px; }
    .header-inner .navPages-list > li > a:hover, .header-inner .navPages-list > li > a:focus {
      color: white; }
      .header-inner .navPages-list > li > a:hover svg, .header-inner .navPages-list > li > a:focus svg {
        fill: white; }
  .header-inner .navPages-list > li.navUser-item {
    margin: 0 20px; }
  .header-inner .navPages-list > li ul {
    width: 200px;
    max-width: 200px;
    padding: 5px 0; }
    .header-inner .navPages-list > li ul li {
      padding: 0 5px; }
      .header-inner .navPages-list > li ul li a {
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .header-inner .navPages-list > li ul li a svg.chevron-down {
          width: 7px;
          height: 7px;
          margin-right: 0px;
          transform: rotate(270deg);
          position: absolute;
          left: auto;
          right: -4px;
          top: 12px; }
        .header-inner .navPages-list > li ul li a:hover svg {
          fill: #2e3344;
          stroke: #2e3344; }
    .header-inner .navPages-list > li ul li ul {
      margin-top: -5px; }

.header-inner .navUser-section > li {
  margin: 0 19px; }
  @media only screen and (max-width: 1439px) {
    .header-inner .navUser-section > li {
      margin: 0 12px; } }
  @media only screen and (max-width: 1365px) {
    .header-inner .navUser-section > li {
      margin: 0 19px; } }
  @media only screen and (max-width: 1279px) {
    .header-inner .navUser-section > li {
      margin: 0 10px; } }
  .header-inner .navUser-section > li > a {
    height: 22px;
    width: 22px;
    box-sizing: content-box;
    padding: 0 0 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 666px) {
      .header-inner .navUser-section > li > a {
        padding: 0 0 13px; } }
    .header-inner .navUser-section > li > a svg {
      width: 20px;
      height: 20px; }
      .header-inner .navUser-section > li > a svg.search-close {
        display: none;
        height: 19px;
        fill: #f6f6f6;
        stroke: #f6f6f6; }
    .header-inner .navUser-section > li > a.search-open .search-close {
      display: block; }
    .header-inner .navUser-section > li > a.search-open .search-icon {
      display: none; }
  .header-inner .navUser-section > li.navUser-item--cart {
    margin-right: 0px; }
  .header-inner .navUser-section > li ul.navUser-section-sub {
    padding: 5px 0;
    width: 180px;
    max-width: 180px;
    background: white; }
    .header-inner .navUser-section > li ul.navUser-section-sub li {
      background: transparent; }
      .header-inner .navUser-section > li ul.navUser-section-sub li ul {
        background: white; }
  .header-inner .navUser-section > li ul li a {
    padding: 7px 0; }
    .header-inner .navUser-section > li ul li a:hover svg {
      fill: #2e3344;
      stroke: #2e3344; }

.header-inner .currency-item:hover {
  background: none; }

.header-inner .currency {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  .header-inner .currency ul {
    margin: 0px;
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    box-shadow: none;
    border-top: 1px solid #dfdfdf;
    padding: 12px;
    width: 100%; }
    .header-inner .currency ul:before {
      display: none; }
    .header-inner .currency ul li {
      margin: 0px; }
      .header-inner .currency ul li.navUser-item-currencySelector:hover {
        background: none; }
        .header-inner .currency ul li.navUser-item-currencySelector:hover a {
          opacity: 1; }
      .header-inner .currency ul li .flag {
        width: 22px;
        height: 14px; }
        .header-inner .currency ul li .flag img {
          width: 100%;
          height: 100%;
          display: block; }
      .header-inner .currency ul li span.code {
        text-align: left;
        font-size: 13px;
        line-height: 12px;
        margin-left: 5px; }
      .header-inner .currency ul li .navUser-action--currencySelector {
        width: auto;
        height: 100%;
        margin: 0px;
        padding: 0px;
        padding: 5px;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: relative; }
        .header-inner .currency ul li .navUser-action--currencySelector .icon {
          width: 8px;
          margin: 0px;
          height: 5px;
          position: absolute;
          right: 8px; }
          .header-inner .currency ul li .navUser-action--currencySelector .icon svg {
            width: 8px;
            height: 5px;
            fill: #2e3344;
            opacity: 1;
            stroke: #2e3344;
            display: block; }
      .header-inner .currency ul li:hover {
        background: none; }
      .header-inner .currency ul li.currency-heading {
        font-size: 14px;
        color: #666666;
        margin-bottom: 9px; }
        .header-inner .currency ul li.currency-heading:hover {
          background: none; }
  .header-inner .currency #currencySelection {
    padding: 5px;
    margin-top: 1px;
    border: 1px solid #dfdfdf; }
    .header-inner .currency #currencySelection:focus {
      outline: none !important; }
    .header-inner .currency #currencySelection li {
      margin: 0 0 5px 0; }
      .header-inner .currency #currencySelection li:last-child {
        margin-bottom: 0px; }
      .header-inner .currency #currencySelection li a {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header-inner .currency #currencySelection li a:hover {
          background: #f3f3f3; }
        .header-inner .currency #currencySelection li a span {
          color: #2e3344;
          font-weight: 500; }
          .header-inner .currency #currencySelection li a span img {
            max-width: 22px;
            max-height: 14px; }

.navPages-action, .navUser-action {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0px; }

.navPages-list > li > ul:before, .navUser-section > li > ul:before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 6px;
  border-color: transparent transparent #ffffff;
  content: "";
  margin-left: -4px; }

.navPages-list > li:hover > a, .navUser-section > li:hover > a {
  opacity: 0.6;
  color: white; }
  .navPages-list > li:hover > a svg, .navUser-section > li:hover > a svg {
    fill: white;
    stroke: white; }

.navUser-section > li:hover > a {
  opacity: 0.6;
  color: #00254d; }
  .navUser-section > li:hover > a svg {
    fill: #00254d;
    stroke: #00254d; }

.header-inner .navPages-list li ul li, .header-inner .navUser-section li ul li {
  padding: 0 5px; }
  .header-inner .navPages-list li ul li a, .header-inner .navUser-section li ul li a {
    font-size: 14px;
    color: #2e3344;
    padding: 7px 18px;
    line-height: 18px;
    display: block;
    position: relative; }
    .header-inner .navPages-list li ul li a:hover, .header-inner .navUser-section li ul li a:hover {
      color: #2e3344; }
    .header-inner .navPages-list li ul li a svg, .header-inner .navUser-section li ul li a svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
      fill: #2e3344;
      stroke: none;
      display: inline-block;
      vertical-align: middle; }
      .header-inner .navPages-list li ul li a svg.chevron-down, .header-inner .navUser-section li ul li a svg.chevron-down {
        right: 8px; }
  .header-inner .navPages-list li ul li:hover > a, .header-inner .navUser-section li ul li:hover > a {
    background: #f3f3f3; }
    .header-inner .navPages-list li ul li:hover > a svg, .header-inner .navUser-section li ul li:hover > a svg {
      fill: #2e3344;
      stroke: #2e3344; }
  .header-inner .navPages-list li ul li.navUser-item-wishlist, .header-inner .navUser-section li ul li.navUser-item-wishlist {
    margin-bottom: 5px; }

.header-inner .countPill {
  position: absolute;
  color: #2e3344;
  font-size: 11px;
  font-weight: 400;
  top: -8px;
  right: -5px;
  margin: 0px;
  height: 17px;
  width: 17px;
  max-width: 17px;
  line-height: 17px; }

.search-box .navigation-menu {
  display: none; }

.search-box .navUser .navUser-item--account {
  display: none; }

.search-box .navUser .navUser-item-compare {
  display: none; }

.dropdown--quickSearch {
  background: transparent; }

.dropdown--quickSearch, .mobile-search {
  padding: 15px 0;
  top: -30%; }
  .dropdown--quickSearch.is-open, .mobile-search.is-open {
    width: 510px !important;
    left: auto !important;
    top: 50% !important;
    right: 125px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(-50%); }
  .dropdown--quickSearch .modal-close, .mobile-search .modal-close {
    display: none; }
  .dropdown--quickSearch .form, .mobile-search .form {
    max-width: 100%; }
    .dropdown--quickSearch .form .form-input, .mobile-search .form .form-input {
      background: transparent;
      color: #f6f6f6;
      font-style: italic;
      font-size: 16px;
      border: 0px; }
      .dropdown--quickSearch .form .form-input:-ms-input-placeholder, .mobile-search .form .form-input:-ms-input-placeholder {
        color: #ccc !important;
        font-weight: 400 !important; }
      .dropdown--quickSearch .form .form-input::placeholder, .mobile-search .form .form-input::placeholder {
        color: #ccc;
        font-weight: 400; }
  .dropdown--quickSearch .quickSearchResults, .mobile-search .quickSearchResults {
    background: #ffffff;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }
    .dropdown--quickSearch .quickSearchResults .view-all-btn, .mobile-search .quickSearchResults .view-all-btn {
      border: 1px solid #ffffff; }
  .dropdown--quickSearch .productGrid, .mobile-search .productGrid {
    margin: 0px;
    padding: 10px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border: 1px solid #ffffff;
    background-color: white; }
  .dropdown--quickSearch li.product, .mobile-search li.product {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
    margin-bottom: 11px; }
    .dropdown--quickSearch li.product:last-child, .mobile-search li.product:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: 0px; }
  .dropdown--quickSearch .card, .mobile-search .card {
    margin: 0px; }
  .dropdown--quickSearch .card-inner, .mobile-search .card-inner {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-flow: row; }
  .dropdown--quickSearch .price, .mobile-search .price {
    font-size: 14px; }
  .dropdown--quickSearch .card-figure, .mobile-search .card-figure {
    min-height: inherit;
    max-width: 66px;
    width: 100%;
    margin-bottom: 0px; }
    .dropdown--quickSearch .card-figure .sale-flag-side, .mobile-search .card-figure .sale-flag-side {
      display: none; }
    .dropdown--quickSearch .card-figure:hover .card-figcaption, .mobile-search .card-figure:hover .card-figcaption {
      display: none; }
  .dropdown--quickSearch .card-body, .mobile-search .card-body {
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    background: transparent; }
  .dropdown--quickSearch .card--alternate, .mobile-search .card--alternate {
    border: 0px; }
    .dropdown--quickSearch .card--alternate:hover .card-figcaption-body-custom, .mobile-search .card--alternate:hover .card-figcaption-body-custom {
      opacity: 0;
      visibility: hidden; }
    .dropdown--quickSearch .card--alternate .card-text, .mobile-search .card--alternate .card-text {
      text-align: left; }
    .dropdown--quickSearch .card--alternate .card-mid-block, .mobile-search .card--alternate .card-mid-block {
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      min-height: inherit;
      margin-top: 0px; }
    .dropdown--quickSearch .card--alternate .card-title, .mobile-search .card--alternate .card-title {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left; }
    .dropdown--quickSearch .card--alternate .card-body .brand-name, .mobile-search .card--alternate .card-body .brand-name {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 20px;
      margin-top: 0px; }
      .dropdown--quickSearch .card--alternate .card-body .brand-name + .card-mid-block, .mobile-search .card--alternate .card-body .brand-name + .card-mid-block {
        margin-top: 0px; }
    .dropdown--quickSearch .card--alternate .price-block, .mobile-search .card--alternate .price-block {
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0 -5px; }
      .dropdown--quickSearch .card--alternate .price-block .price-section--withTax, .mobile-search .card--alternate .price-block .price-section--withTax {
        text-align: left; }
    .dropdown--quickSearch .card--alternate .card-body-inn, .mobile-search .card--alternate .card-body-inn {
      align-items: flex-start; }
    .dropdown--quickSearch .card--alternate:hover, .mobile-search .card--alternate:hover {
      box-shadow: none;
      border: 0px; }
      .dropdown--quickSearch .card--alternate:hover .card-button-block, .mobile-search .card--alternate:hover .card-button-block {
        display: none; }
      .dropdown--quickSearch .card--alternate:hover .card-text, .mobile-search .card--alternate:hover .card-text {
        color: #666666; }
      .dropdown--quickSearch .card--alternate:hover .card-title, .mobile-search .card--alternate:hover .card-title {
        opacity: 1;
        visibility: visible; }
        .dropdown--quickSearch .card--alternate:hover .card-title a, .mobile-search .card--alternate:hover .card-title a {
          color: #2e3344; }
      .dropdown--quickSearch .card--alternate:hover .card-body, .mobile-search .card--alternate:hover .card-body {
        background: transparent; }
  .dropdown--quickSearch .view-all, .mobile-search .view-all {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    padding: 7px 20px;
    line-height: 20px;
    font-size: 16px; }
  .dropdown--quickSearch .quickSearchMessage, .mobile-search .quickSearchMessage {
    margin: 0px;
    padding: 15px;
    color: #000000;
    font-size: 20px; }

.navUser-item--cart {
  margin-right: 0px; }
  .navUser-item--cart .dropdown-menu {
    width: 330px;
    padding: 10px 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
    .navUser-item--cart .dropdown-menu.is-open {
      right: -10px; }
  .navUser-item--cart .previewCart {
    border: 0px; }
    .navUser-item--cart .previewCart .previewCartItem {
      margin-bottom: 10px !important;
      padding-bottom: 10px !important;
      border-bottom: 1px solid #dfdfdf;
      padding-left: 10px;
      padding-right: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      background: transparent; }
      .navUser-item--cart .previewCart .previewCartItem:before {
        display: none; }
      .navUser-item--cart .previewCart .previewCartItem:after {
        display: none; }
      .navUser-item--cart .previewCart .previewCartItem + .previewCartItem {
        border-top: 0px;
        padding-top: 0px; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-image {
        max-width: 66px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-right: 12px;
        background: #f4f4f4; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-image img {
          position: relative;
          mix-blend-mode: darken;
          margin: 0 auto;
          width: 100%; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-image:after {
          display: none; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-name a {
        font-size: 13px;
        font-weight: 400;
        margin: 0px;
        line-height: 18px;
        padding-left: 0px;
        color: #2e3344; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-name a:hover {
          color: #888888; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-brand {
        color: #666666;
        margin: 0px; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-price {
        color: #2e3344;
        font-size: 14px;
        font-weight: 500; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-price p {
          display: inline-block;
          margin: 0px; }
      .navUser-item--cart .previewCart .previewCartItem:hover {
        background: none; }
    .navUser-item--cart .previewCart .previewCartList {
      position: relative;
      display: block;
      width: 100%;
      max-width: 100%;
      box-shadow: none;
      border: 0px;
      transform: none;
      left: auto;
      background: transparent; }
  .navUser-item--cart .previewCartAction {
    padding: 10px;
    border: 0px;
    text-align: center;
    padding-bottom: 0px; }
    .navUser-item--cart .previewCartAction .button {
      font-size: 14px;
      line-height: 18px;
      font-size: 14px;
      line-height: 17px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .navUser-item--cart .previewCartAction .previewCartAction-checkout, .navUser-item--cart .previewCartAction .previewCartAction-viewCart {
      padding: 0px;
      width: 48%; }
    .navUser-item--cart .previewCartAction .previewCartAction-inn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .navUser-item--cart .previewCartAction .previewCartAction-checkoutMultiple {
      width: 100%;
      padding: 0px;
      margin-top: 15px; }
    .navUser-item--cart .previewCartAction .previewCartAction-checkout + .previewCartAction-viewCart {
      margin-left: 10px; }
      .navUser-item--cart .previewCartAction .previewCartAction-checkout + .previewCartAction-viewCart .button {
        border-color: #2e3344; }
  .navUser-item--cart .total-price {
    font-size: 18px;
    color: #2e3344;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; }

.search-icon-main {
  display: none; }

.mobile-search {
  display: none; }

.mobile-search {
  background: #ffffff;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf; }
  @media only screen and (max-width: 1023px) {
    .mobile-search {
      display: block; } }
  .mobile-search .form {
    margin: 0px; }
    .mobile-search .form .form-input {
      border: 0px;
      padding-left: 0px;
      color: #333333; }
      .mobile-search .form .form-input:-webkit-input-placeholder {
        font-weight: 300;
        color: #333333; }
      .mobile-search .form .form-input:-moz-placeholder {
        font-weight: 300;
        color: #333333; }
      .mobile-search .form .form-input:-ms-input-placeholder {
        font-weight: 300;
        color: #333333; }
      .mobile-search .form .form-input:-moz-placeholder {
        font-weight: 300;
        color: #333333; }
      @media only screen and (max-width: 666px) {
        .mobile-search .form .form-input {
          height: 34px;
          line-height: 34px; } }
  .mobile-search .quickSearchResults {
    margin: 0px;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 479px) {
      .mobile-search .quickSearchResults {
        width: calc(100% - 22px);
        right: 11px; } }
    .mobile-search .quickSearchResults .productGrid {
      background: #ffffff; }
  .mobile-search .form-field {
    margin: 0px;
    position: relative; }
  .mobile-search .search-icon-main {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    .mobile-search .search-icon-main svg {
      width: 18px;
      height: 18px; }

.mobile-currancy {
  display: none; }

.header-currancy {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  border-left: 1px solid #888888;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 1365px) {
    .header-currancy {
      position: relative;
      width: 100%;
      border: none;
      display: none; } }
  .header-currancy ul {
    margin-bottom: 0;
    float: none; }
    .header-currancy ul li {
      margin-bottom: 0;
      float: none; }
  .header-currancy .sf-menu ul {
    max-width: 100%;
    width: 100%; }
  .header-currancy .sf-menu a {
    margin-top: 15px;
    padding-bottom: 16px;
    text-align: center; }
  .header-currancy .flag {
    display: block; }
  .header-currancy .code {
    font-size: 12px; }
  .header-currancy .currency-item {
    float: none;
    width: 100%; }
  .header-currancy .dropdown-menu {
    padding: 10px; }
    .header-currancy .dropdown-menu .flag, .header-currancy .dropdown-menu .code {
      display: inline-block; }
    .header-currancy .dropdown-menu .code {
      margin-left: 5px; }
    .header-currancy .dropdown-menu a {
      padding-bottom: 0;
      margin: 0; }
    .header-currancy .dropdown-menu li {
      margin-top: 4px; }
      .header-currancy .dropdown-menu li:first-child {
        margin-top: 0; }
  .header-currancy .currency-heading, .header-currancy .icon {
    display: none; }
  .header-currancy .navUser-action--currencySelector + .dropdown-menu::before {
    right: auto;
    left: 50% !important;
    margin-left: -7px; }

.navUser-action--currencySelector + .dropdown-menu::before {
  right: auto;
  left: 50% !important;
  margin-left: -7px; }

@media only screen and (max-width: 1365px) {
  .header-inner .currency ul {
    padding: 0;
    border-top: none; }
  .header-inner .currency ul li span.code {
    margin-left: 5px;
    color: white; }
    .header-inner .currency ul li span.code:hover {
      color: #888888; }
  .header-inner .currency ul li .navUser-action--currencySelector .icon {
    right: -8px; }
  .header-inner .currency #currencySelection {
    display: block !important;
    position: static;
    border: none;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    background: none;
    padding: 0;
    margin: 0 -5px; }
    .header-inner .currency #currencySelection li {
      display: inline-block; }
  .header-inner .currency ul li .navUser-action--currencySelector {
    margin-bottom: 20px;
    border-color: #2e3344;
    display: none; }
  .header-inner .currency #currencySelection li a {
    border: 1px solid #e4e4e4;
    padding: 5px; }
    .header-inner .currency #currencySelection li a span {
      font-weight: normal; }
  .header-inner .currency ul li .flag {
    display: inline-block;
    vertical-align: middle; }
  .mobile-currancy {
    display: block; }
    .mobile-currancy .sidebarBlock-heading .code {
      font-size: 12px;
      margin-left: 5px;
      font-weight: normal; }
    .mobile-currancy .sidebarBlock-heading .flag {
      line-height: normal; }
    .mobile-currancy .header-currancy {
      display: inline-block; } }

@media screen and (max-width: 2500px) and (min-width: 2400px) {
  .header-left, .header-right {
    width: 33%; } }

.footer {
  padding: 0px;
  border: 0px;
  clear: both; }

.footer-info-inn {
  border-top: 2px solid #00060d;
  padding-top: 50px; }
  @media only screen and (max-width: 1023px) {
    .footer-info-inn {
      padding-top: 30px; } }

.footer-info-heading {
  font-size: 20px;
  font-weight: 400;
  color: white; }
  @media only screen and (max-width: 767px) {
    .footer-info-heading {
      font-size: 16px;
      line-height: 18px; } }
  .footer-info-heading svg {
    display: none; }
  @media only screen and (max-width: 767px) {
    .footer-info-heading.footer-toggle-title {
      margin: 0px;
      padding: 10px 16px;
      line-height: 18px;
      font-size: 16px;
      position: relative;
      cursor: pointer; }
      .footer-info-heading.footer-toggle-title svg {
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -11px; }
      .footer-info-heading.footer-toggle-title.active svg {
        transform: rotate(180deg); } }

@media only screen and (max-width: 767px) {
  .footer-toggle-content {
    padding: 0 16px;
    display: none; } }

.footer-info {
  padding-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .footer-info {
      padding-bottom: 30px; } }
  .footer-info:before, .footer-info:after {
    display: none; }
  @media only screen and (max-width: 1023px) {
    .footer-info {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-bottom: 30px; } }

.footer-info-col {
  margin-bottom: 0px; }
  .footer-info-col.footer-info-col--small {
    height: 100%; }
    @media only screen and (max-width: 1919px) {
      .footer-info-col.footer-info-col--small {
        width: 20%; } }
    @media only screen and (max-width: 1279px) {
      .footer-info-col.footer-info-col--small {
        width: 25%; } }
    @media only screen and (max-width: 1023px) {
      .footer-info-col.footer-info-col--small {
        width: 50%; }
        .footer-info-col.footer-info-col--small:nth-child(3) {
          margin-top: 20px; }
        .footer-info-col.footer-info-col--small:nth-child(4) {
          margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer-info-col.footer-info-col--small {
        width: 100%;
        margin: 0px;
        text-align: left; }
        .footer-info-col.footer-info-col--small:nth-child(3) {
          margin-top: 0px; }
        .footer-info-col.footer-info-col--small:nth-child(4) {
          margin-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .footer-info-col.footer-info-col--small .footer-info--col-inn {
        border: 1px solid #dfdfdf;
        margin-top: -1px; } }
  .footer-info-col p {
    color: white;
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .footer-info-col p {
        text-align: left; } }
    .footer-info-col p svg {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      fill: #2e3344; }
    .footer-info-col p a {
      color: white; }
      .footer-info-col p a:hover {
        color: whitesmoke; }
    .footer-info-col p.time svg {
      width: 20px;
      height: 14px;
      margin-top: 4px; }
    .footer-info-col p.email svg {
      height: 13px;
      margin-top: 4px; }
  @media only screen and (max-width: 767px) {
    .footer-info-col ul {
      margin-bottom: 15px; } }
  .footer-info-col ul li {
    padding-left: 14px;
    position: relative; }
    .footer-info-col ul li:last-child {
      margin-bottom: 0px; }
    .footer-info-col ul li:before {
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: white;
      content: "";
      left: 0;
      top: 50%;
      margin-top: -2px; }
    .footer-info-col ul li a {
      color: white;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .footer-info-col ul li a {
          font-size: 14px; } }
      .footer-info-col ul li a:hover {
        color: whitesmoke; }
    .footer-info-col ul li.view-all {
      margin-bottom: 0px; }
      .footer-info-col ul li.view-all a {
        color: #2e3344; }
  @media only screen and (max-width: 767px) {
    .footer-info-col.footer-store-info {
      margin-bottom: 25px; } }
  .footer-info-col.footer-store-info p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .footer-info-col.footer-store-info p svg {
      fill: #2e3344;
      margin-right: 12px; }

.footer-logo {
  margin-bottom: 20px; }
  .footer-logo a {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .footer-logo a {
        max-width: 108px; } }

.footer-mid-section {
  border-top: 1px solid #00060d;
  padding-top: 33px;
  padding-bottom: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 1023px) {
    .footer-mid-section {
      padding-top: 30px;
      padding-bottom: 30px;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .footer-mid-section {
      border-top: 0px;
      padding-top: 0px;
      padding-bottom: 0px; } }
  .footer-mid-section .footer-info-col {
    width: 66.66%;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    @media only screen and (max-width: 1279px) {
      .footer-mid-section .footer-info-col {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      .footer-mid-section .footer-info-col {
        padding: 0px;
        width: 100%;
        margin-bottom: 27px;
        text-align: left; } }
  .footer-mid-section .footer-info-heading {
    margin-bottom: 17px; }
    @media only screen and (max-width: 767px) {
      .footer-mid-section .footer-info-heading {
        margin-bottom: 10px; } }
  .footer-mid-section .footer-info-col--social, .footer-mid-section .footer-info-col--payment {
    width: 33.33%; }
    @media only screen and (max-width: 1279px) {
      .footer-mid-section .footer-info-col--social, .footer-mid-section .footer-info-col--payment {
        width: 40%; } }
  @media only screen and (max-width: 1279px) and (max-width: 767px) {
    .footer-mid-section .footer-info-col--social, .footer-mid-section .footer-info-col--payment {
      width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .footer-mid-section .footer-info-col--payment {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .footer-mid-section .footer-info-col--payment .payment {
        margin-top: 20px;
        width: 50%; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      .footer-mid-section .footer-info-col--payment .payment {
        margin-top: 0px;
        width: 100%; } }
  .footer-mid-section .footer-info-col--payment .footer-geotrust-ssl-seal {
    margin-top: 20px;
    position: unset; }
  .footer-mid-section .footer-info-col--social ul li:before {
    display: none; }

.footer-info-newsletter .footer-info-newsletter-inn {
  width: 84%;
  margin: 0 auto; }
  @media only screen and (max-width: 1279px) {
    .footer-info-newsletter .footer-info-newsletter-inn {
      width: 95%; } }
  @media only screen and (max-width: 1023px) {
    .footer-info-newsletter .footer-info-newsletter-inn {
      width: 100%; } }

.footer-info-newsletter .form-prefixPostfix .form-input {
  border-width: 2px;
  border-right: 0px;
  box-shadow: none; }
  @media only screen and (max-width: 479px) {
    .footer-info-newsletter .form-prefixPostfix .form-input {
      border-right: 1px solid #dfdfdf;
      border-width: 2px;
      margin-bottom: 10px; } }

.footer-info-newsletter .form-prefixPostfix .button {
  margin: 0px;
  border: 2px solid #000000;
  line-height: 18px;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 500;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .footer-info-newsletter .form-prefixPostfix .button {
      padding: 12px 15px;
      line-height: 18px; } }

.footer-info-newsletter .form, .footer-info-newsletter .form-field {
  margin: 0px; }

.footer-info-newsletter .form-field--error .form-field--success .form-input {
  border-color: #008a06; }

@media only screen and (max-width: 1279px) {
  .footer-info-newsletter .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; } }

@media only screen and (max-width: 479px) {
  .footer-info-newsletter .form-prefixPostfix.wrap {
    flex-direction: column;
    -webkit-flex-direction: column; } }

.footer-payment-icons {
  margin: 0px; }
  .footer-payment-icons .footer-payment-icon {
    width: 55px;
    height: 34px;
    margin: 0px 2px 7px; }
    @media only screen and (max-width: 1919px) {
      .footer-payment-icons .footer-payment-icon {
        width: 50px; } }
    @media only screen and (max-width: 1279px) {
      .footer-payment-icons .footer-payment-icon {
        margin: 0 2px 4px 2px; } }
    @media only screen and (max-width: 767px) {
      .footer-payment-icons .footer-payment-icon {
        height: 100%;
        width: 47px; } }

.footer-bar {
  background: #f7f7f7; }
  .footer-bar .footer-bar-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 24px 0 22px 0; }
    @media only screen and (max-width: 1023px) {
      .footer-bar .footer-bar-inn {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 20px; } }
    @media only screen and (max-width: 567px) {
      .footer-bar .footer-bar-inn {
        padding: 18px; } }
  @media only screen and (max-width: 1023px) {
    .footer-bar .footer-copyright {
      width: 100%;
      text-align: center; }
      .footer-bar .footer-copyright + .footer-copyright {
        margin-top: 10px; } }
    @media only screen and (max-width: 1023px) and (max-width: 567px) {
      .footer-bar .footer-copyright + .footer-copyright {
        margin-top: 0px; } }
  .footer-bar .footer-copyright a.theme-red-color {
    color: #ea272d; }
    .footer-bar .footer-copyright a.theme-red-color:hover {
      color: #2e3344; }

.footer-copyright > .powered-by {
  color: #666666;
  font-size: 14px; }
  @media only screen and (max-width: 567px) {
    .footer-copyright > .powered-by {
      font-size: 12px;
      line-height: 24px; }
      .footer-copyright > .powered-by a.site-map {
        display: block; } }
  .footer-copyright > .powered-by .line {
    margin: 0 5px; }
    @media only screen and (max-width: 567px) {
      .footer-copyright > .powered-by .line {
        display: none; } }
  @media only screen and (max-width: 567px) {
    .footer-copyright > .powered-by .bigcommerce {
      display: block; } }

.footer-info-col--social .icon:hover svg {
  fill: #ffffff; }

.footer-info-col--social .icon--twitter:hover {
  background: #60bdea; }

.footer-info-col--social .icon--facebook:hover {
  background: #49669d; }

.footer-info-col--social .icon--linkedin:hover {
  background: #387ba6; }

.footer-info-col--social .icon--tumblr:hover {
  background: #34526f; }

.footer-info-col--social .icon--stumbleupon:hover {
  background: #48b04f; }

.footer-info-col--social .icon--google:hover {
  background: #4c4c4c; }

.footer-info-col--social .icon--youtube:hover {
  background: #fa3b3a; }

.footer-info-col--social .icon--pinterest:hover {
  background: #fc393d; }

.footer-info-col--social .icon--instagram:hover {
  background: #b5b196; }

.footer-info-col--social .icon--rss:hover {
  background: #f26522; }

.footer-newsletter-summary {
  margin-top: 15px; }

.heroCarousel {
  margin-bottom: 40px;
  margin-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .heroCarousel {
      margin-bottom: 20px; } }

.heroCarousel-content {
  background-color: transparent;
  padding: 20px;
  width: 95rem;
  top: 64%; }
  @media only screen and (max-width: 1919px) {
    .heroCarousel-content {
      width: 85rem; } }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-content {
      width: 68rem; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-content {
      width: 100%;
      position: absolute;
      transform: translateY(-50%); } }

.heroCarousel-title, .heroCarousel-description {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.32);
  font-family: "Roboto";
  line-height: 66px;
  text-transform: uppercase; }

.heroCarousel-title {
  font-size: 72px;
  letter-spacing: 21px;
  font-weight: 900;
  margin-bottom: 26px; }
  @media only screen and (max-width: 1919px) {
    .heroCarousel-title {
      font-size: 62px;
      line-height: 56px; } }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-title {
      font-size: 52px;
      line-height: 46px;
      letter-spacing: 14.6px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-title {
      font-size: 30px;
      line-height: 22px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-title {
      font-size: 26px;
      line-height: 18px; } }
  @media only screen and (max-width: 666px) {
    .heroCarousel-title {
      letter-spacing: 4px; } }
  @media only screen and (max-width: 479px) {
    .heroCarousel-title {
      font-size: 16px;
      line-height: 14.6px;
      margin-bottom: 5px; } }

.heroCarousel-description {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px; }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-description {
      font-size: 38px;
      line-height: 56px; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-description {
      font-size: 26px;
      line-height: 32px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-description {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (max-width: 666px) {
    .heroCarousel-description {
      letter-spacing: 2px; } }
  @media only screen and (max-width: 479px) {
    .heroCarousel-description {
      font-size: 11px;
      line-height: 14.6px;
      margin-bottom: 5px; } }

.heroCarousel-action {
  padding: 13px 24px;
  line-height: 24px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 0px;
  margin-top: 14px; }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-action {
      padding: 10px 20px;
      line-height: 22px;
      font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-action {
      margin: 0px; } }
  @media only screen and (max-width: 666px) {
    .heroCarousel-action {
      padding: 8px 12px;
      line-height: 18px;
      font-size: 14px; } }
  @media only screen and (max-width: 479px) {
    .heroCarousel-action {
      padding: 5px 9px;
      line-height: 12px;
      font-size: 11px; } }
  .heroCarousel-action .heroCarousel-action-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .heroCarousel-action .heroCarousel-action-inn svg {
      width: 17px;
      height: 17px;
      fill: #ffffff;
      margin-left: 8px; }
      @media only screen and (max-width: 1279px) {
        .heroCarousel-action .heroCarousel-action-inn svg {
          width: 15px;
          height: 18px; } }
      @media only screen and (max-width: 666px) {
        .heroCarousel-action .heroCarousel-action-inn svg {
          width: 12px;
          height: 15px;
          margin-left: 5px; } }
      @media only screen and (max-width: 479px) {
        .heroCarousel-action .heroCarousel-action-inn svg {
          width: 10px;
          height: 10px;
          margin-left: 5px; } }
  .heroCarousel-action:hover .heroCarousel-action-inn svg {
    fill: #2e3344; }

.heroCarousel .slick-dots {
  bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .heroCarousel .slick-dots {
      bottom: -24px; } }
  .heroCarousel .slick-dots li {
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0px;
    line-height: 26px; }
    .heroCarousel .slick-dots li button {
      border: 1px solid white;
      height: 14px;
      width: 14px; }
      @media only screen and (max-width: 767px) {
        .heroCarousel .slick-dots li button {
          border: 1px solid #e0e0e0; } }
      .heroCarousel .slick-dots li button:before {
        width: 8px;
        height: 8px;
        background: white;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .heroCarousel .slick-dots li button:before {
            background: #e0e0e0; } }
      .heroCarousel .slick-dots li button:hover, .heroCarousel .slick-dots li button:focus {
        border: 1px solid #2e3344; }
        .heroCarousel .slick-dots li button:hover:before, .heroCarousel .slick-dots li button:focus:before {
          background: #2e3344;
          opacity: 1; }
    .heroCarousel .slick-dots li.slick-active button {
      border: 1px solid #2e3344; }
      .heroCarousel .slick-dots li.slick-active button:before {
        background: #2e3344;
        opacity: 1; }

.heroCarousel .slick-arrow {
  width: 60px;
  height: 50px; }
  @media only screen and (max-width: 1279px) {
    .heroCarousel .slick-arrow {
      width: 40px;
      height: 30px;
      margin-top: -15px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel .slick-arrow {
      display: none !important; } }
  .heroCarousel .slick-arrow svg {
    width: 20px;
    height: 20px;
    fill: #2e3344; }
  .heroCarousel .slick-arrow:hover {
    background: #2e3344;
    border: 1px solid #2e3344; }
    .heroCarousel .slick-arrow:hover svg {
      fill: #ffffff; }

.heroCarousel .heroCarousel-content {
  top: 100%;
  display: none; }

.slick-initialized .slick-active .heroCarousel-content {
  display: block;
  top: 64%; }
  @media only screen and (max-width: 1919px) {
    .slick-initialized .slick-active .heroCarousel-content {
      top: 60%; } }
  @media only screen and (max-width: 1023px) {
    .slick-initialized .slick-active .heroCarousel-content {
      top: 50%; } }

.slick-active .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slick-active .slideInUp {
  animation-name: slideInUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slick-active .slideInDown {
  animation-name: slideInDown; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.slick-active .fadeIn {
  animation-name: fadeIn; }

.productCarousel .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: row;
  -webkit-flex-wrap: row; }

.productCarousel .slick-arrow {
  top: -25px;
  right: 14px;
  background: none;
  border: 0px; }
  .productCarousel .slick-arrow svg {
    display: none; }
    .productCarousel .slick-arrow svg.product-slick-arrow {
      display: block; }
  .productCarousel .slick-arrow:before {
    background-size: 100%; }
  .productCarousel .slick-arrow.slick-prev {
    right: 46px;
    left: auto; }

.productCarousel.slick-initialized .productCarousel-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.product {
  overflow: visible; }

.productCarousel-slide {
  height: auto;
  float: none;
  padding-top: 30px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1023px) {
    .productCarousel-slide {
      padding-top: 15px; } }
  .productCarousel-slide .card {
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .productCarousel-slide:focus {
    outline: none; }

.card {
  transition: all .5s;
  position: relative; }
  .card:hover {
    box-shadow: 2px 2px 16px 0px #e6e6e6;
    transition: all .5s; }
    @media only screen and (max-width: 1279px) {
      .card:hover {
        box-shadow: none; } }
    .card:hover .card-title {
      opacity: 0;
      visibility: hidden;
      transition: all .5s; }
      @media only screen and (max-width: 1279px) {
        .card:hover .card-title {
          opacity: 1;
          visibility: visible; } }
      .card:hover .card-title a:hover {
        color: #c2c2c2; }
    .card:hover .card-button-block {
      opacity: 1;
      visibility: visible;
      transition: all .5s;
      top: 50%; }
      @media only screen and (max-width: 1023px) {
        .card:hover .card-button-block {
          top: auto; } }
    .card:hover .card-figcaption-body-custom {
      opacity: 1;
      right: 10px;
      transition: all .5s; }
      @media only screen and (max-width: 1279px) {
        .card:hover .card-figcaption-body-custom {
          opacity: 0; } }

.card-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%; }

.card-figure {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px; }

.card-body {
  padding: 16px 22px;
  width: 100%;
  padding-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .card-body {
      padding: 10px;
      padding-top: 0px; } }
  @media only screen and (max-width: 1023px) {
    .card-body .card-body-inn {
      padding-bottom: 0px; } }
  .card-body .brand-name {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 12px; }
    @media only screen and (max-width: 1023px) {
      .card-body .brand-name {
        font-size: 14px;
        line-height: 18px;
        margin-top: 9px; } }

.card-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
  line-height: 20px; }
  @media only screen and (max-width: 1023px) {
    .card-title {
      font-size: 14px;
      line-height: 18px; } }

.card-button-block {
  position: absolute;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  margin-top: -22px;
  left: 0;
  right: 0;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 1279px) {
    .card-button-block {
      display: none; } }
  .card-button-block .button {
    text-transform: uppercase;
    background: #2e3344;
    color: #ffffff;
    border-radius: 3px;
    border-color: #2e3344;
    width: auto; }
    .card-button-block .button svg {
      fill: #ffffff; }
    .card-button-block .button:hover {
      background: #ffffff;
      color: #2e3344; }
      .card-button-block .button:hover svg {
        fill: #2e3344; }

.card-figcaption-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px; }
  .card-figcaption-button svg {
    width: 16px;
    height: 18px;
    margin-right: 9px; }
  .card-figcaption-button:active, .card-figcaption-button:hover {
    border: 1px solid #2e3344;
    background: #2e3344;
    color: #ffffff; }

.card-mid-block {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-height: 45px; }
  @media only screen and (max-width: 1023px) {
    .card-mid-block {
      margin-top: 9px;
      margin-bottom: 9px; } }

.price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px; }

.card-text {
  text-align: center; }
  .card-text.rating-block {
    margin: 0px;
    margin-top: 12px; }
    @media only screen and (max-width: 1023px) {
      .card-text.rating-block {
        margin-top: 9px; } }
    @media only screen and (max-width: 567px) {
      .card-text.rating-block {
        margin-top: 4px; } }

.card-summary {
  display: none; }

.sale-flag-side, .sale-flag-sash {
  padding: 0px;
  border-radius: 0px;
  height: 22px;
  line-height: 22px;
  left: 13px;
  top: 15px; }
  @media only screen and (max-width: 567px) {
    .sale-flag-side, .sale-flag-sash {
      left: 5px;
      top: 5px; } }
  .sale-flag-side:before, .sale-flag-side:after, .sale-flag-sash:before, .sale-flag-sash:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    background: url("../img/sale-dot.png");
    top: 3px;
    left: 0; }
  .sale-flag-side:after, .sale-flag-sash:after {
    right: 0;
    left: auto; }
  .sale-flag-side .sale-text, .sale-flag-sash .sale-text {
    padding: 4px 8px;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500; }

.sale-flag-sash {
  top: 24px;
  width: auto; }

.starwrap {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px; }
  .starwrap .sale-text-burst {
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    width: 40px;
    top: 30%; }
  .starwrap .sale-flag-star {
    width: 40px;
    height: 40px; }
    .starwrap .sale-flag-star:before, .starwrap .sale-flag-star:after {
      width: 40px;
      height: 40px; }

.price-section {
  margin: 0 6px;
  text-align: center; }
  @media only screen and (max-width: 567px) {
    .price-section {
      display: block;
      width: 100%;
      margin-bottom: 5px; } }

.price-now-label {
  display: block;
  text-align: left; }
  @media only screen and (max-width: 567px) {
    .price-now-label {
      display: inline-block; } }

.price {
  font-size: 16px;
  color: #666666; }
  @media only screen and (max-width: 1023px) {
    .price {
      font-size: 14px; } }

.price-section--withTax.rrp-price--withTax .price-now-label, .price-section--withTax.rrp-price--withTax .price-now-label, .price-section--withTax.non-sale-price--withTax .price-now-label {
  color: #666666;
  font-weight: 400; }

.price-section--withTax .price--withTax, .price-section--withTax .price-now-label-withtax {
  font-weight: 500;
  color: #2e3344; }

@media only screen and (max-width: 767px) {
  .card-figcaption-body-custom .tooltiptext {
    visibility: hidden !important;
    opacity: 0 !important; } }

.card-figcaption-body-custom {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .card-figcaption-body-custom {
      display: block; } }
  .card-figcaption-body-custom .button {
    background: #ffffff;
    width: 42px;
    height: 42px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    padding: 0px;
    margin-bottom: 10px; }
    .card-figcaption-body-custom .button .compare-checkbox {
      width: auto;
      height: auto;
      cursor: pointer;
      opacity: 0;
      position: absolute; }
    .card-figcaption-body-custom .button:hover, .card-figcaption-body-custom .button.compare-active {
      background: #2e3344;
      border: 1px solid #2e3344; }
      .card-figcaption-body-custom .button:hover svg, .card-figcaption-body-custom .button.compare-active svg {
        fill: #ffffff; }
    .card-figcaption-body-custom .button.card-figcaption-button svg {
      height: 15px;
      width: 15px;
      margin: 0px; }
    .card-figcaption-body-custom .button.quickview svg {
      width: 20px; }
    .card-figcaption-body-custom .button + .button {
      margin-top: 0px; }
    .card-figcaption-body-custom .button:hover {
      background: #2e3344;
      border: 1px solid #2e3344; }
      .card-figcaption-body-custom .button:hover svg {
        fill: #ffffff; }

.card-inner {
  flex-flow: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.card-img-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }

.card-figure {
  min-height: auto;
  position: relative;
  display: block; }
  .card-figure a {
    display: block;
    position: relative;
    height: 100%; }

.card-body-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.card-body {
  margin-top: auto; }

.card-mid-block {
  min-height: inherit; }

.page {
  margin: 0 -15px;
  margin-top: 20px; }
  @media only screen and (max-width: 1023px) {
    .page {
      margin: 0 -10px;
      margin-top: 20px; } }

.breadcrumbs + .page {
  margin-top: 0px; }

.page-sidebar {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 1279px) {
    .page-sidebar {
      width: 30%; } }
  @media only screen and (max-width: 1023px) {
    .page-sidebar {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }
  .page-sidebar + .page-content {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1279px) {
      .page-sidebar + .page-content {
        width: 70%; } }
    @media only screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 68%;
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 100%; } }
    @media only screen and (max-width: 1279px) {
      .page-sidebar + .page-content .productGrid {
        margin: 0 -10px; } }
    @media only screen and (max-width: 1279px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 50%; } }

.category-banner-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f4f4f4;
  margin-bottom: 23px; }
  @media only screen and (max-width: 1023px) {
    .category-banner-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .category-banner-section .category-left-section {
    width: 100%;
    padding: 25px 29px; }
    .category-banner-section .category-left-section.visible-top-banner {
      width: 50%; }
      @media only screen and (max-width: 1023px) {
        .category-banner-section .category-left-section.visible-top-banner {
          width: 100%; } }
    @media only screen and (max-width: 1023px) {
      .category-banner-section .category-left-section {
        padding: 20px; } }
    .category-banner-section .category-left-section + .category-right-section {
      width: 50%; }
      @media only screen and (max-width: 1023px) {
        .category-banner-section .category-left-section + .category-right-section {
          width: 100%;
          padding: 0 20px 20px; } }
  .category-banner-section .page-heading {
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    padding: 0px;
    border: 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1023px) {
      .category-banner-section .page-heading {
        font-size: 26px;
        line-height: 29px; } }
    .category-banner-section .page-heading + p {
      margin-top: 15px; }
      @media only screen and (max-width: 1023px) {
        .category-banner-section .page-heading + p {
          margin-top: 10px; } }
  .category-banner-section p {
    color: #2e3344;
    line-height: 20px;
    margin-bottom: 0px; }
    .category-banner-section p + p {
      margin-top: 15px; }
  .category-banner-section .banners {
    background: none;
    padding: 0px; }
    .category-banner-section .banners img {
      margin: 0px; }

.page-sidebar-block .chevron-down {
  display: none; }

.page-sidebar-block .sidebar-toggle-content.treeview {
  display: block; }

.sidebarBlock .sidebarBlock-heading .accordion-navigation-actions .down {
  display: none; }

.sidebarBlock .sidebarBlock-heading .accordion-navigation-actions .up {
  display: block;
  fill: #888888; }

.sidebarBlock .sidebarBlock-heading.active .accordion-navigation-actions .down {
  display: block; }

.sidebarBlock .sidebarBlock-heading.active .accordion-navigation-actions .up {
  display: none; }

.sidebarBlock-heading, .accordion-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .sidebarBlock-heading, .accordion-title {
      font-size: 16px;
      line-height: 26px; } }
  .sidebarBlock-heading .accordion-navigation-actions, .accordion-title .accordion-navigation-actions {
    top: 50%;
    margin-top: -12px;
    right: -8px; }
    .sidebarBlock-heading .accordion-navigation-actions svg, .accordion-title .accordion-navigation-actions svg {
      fill: black;
      width: 27px;
      height: 27px; }
    .sidebarBlock-heading .accordion-navigation-actions .up, .accordion-title .accordion-navigation-actions .up {
      display: none; }
  .sidebarBlock-heading.active .accordion-navigation-actions .up, .accordion-title.active .accordion-navigation-actions .up {
    display: block; }
  .sidebarBlock-heading.active .accordion-navigation-actions .down, .accordion-title.active .accordion-navigation-actions .down {
    display: none; }

.sidebarBlock, .accordion-block {
  border: 1px solid #dfdfdf;
  padding: 13px 20px;
  margin: 0px; }
  @media only screen and (max-width: 1279px) {
    .sidebarBlock, .accordion-block {
      padding: 10px 15px; } }
  .sidebarBlock .navList, .accordion-block .navList {
    margin: 0px;
    margin-top: 20px; }
    @media only screen and (max-width: 1023px) {
      .sidebarBlock .navList, .accordion-block .navList {
        margin-top: 15px; } }
    .sidebarBlock .navList > li, .accordion-block .navList > li {
      padding: 0px; }
      .sidebarBlock .navList > li:first-child, .accordion-block .navList > li:first-child {
        margin-top: 0px; }
      .sidebarBlock .navList > li:before, .accordion-block .navList > li:before {
        display: none; }
    .sidebarBlock .navList .rating--small svg, .accordion-block .navList .rating--small svg {
      width: 15px;
      height: 15px; }
    .sidebarBlock .navList .rating--small .icon, .accordion-block .navList .rating--small .icon {
      margin-right: 2px; }
  .sidebarBlock .navList ul > li:before, .accordion-block .navList ul > li:before {
    display: none; }
  .sidebarBlock .navList li, .accordion-block .navList li {
    margin: 17px 0 0 0;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .sidebarBlock .navList li, .accordion-block .navList li {
        margin: 15px 0 0 0; } }
    > .sidebarBlock .navList li:first-child, > .accordion-block .navList li:first-child {
      margin-top: 0px; }
    .sidebarBlock .navList li a, .accordion-block .navList li a {
      font-size: 15px;
      color: #666666;
      font-weight: 400;
      padding-top: 0px;
      padding-bottom: 0px; }
      @media only screen and (max-width: 1023px) {
        .sidebarBlock .navList li a, .accordion-block .navList li a {
          font-size: 14px; } }
      .sidebarBlock .navList li a.navList-action--checkbox, .accordion-block .navList li a.navList-action--checkbox {
        margin-bottom: 0px;
        padding-right: 20px; }
        .sidebarBlock .navList li a.navList-action--checkbox:before, .accordion-block .navList li a.navList-action--checkbox:before {
          margin-top: -7px; }
        .sidebarBlock .navList li a.navList-action--checkbox.is-selected, .accordion-block .navList li a.navList-action--checkbox.is-selected {
          color: #888888; }
        .sidebarBlock .navList li a.navList-action--checkbox .navList-action-close, .accordion-block .navList li a.navList-action--checkbox .navList-action-close {
          position: absolute;
          top: 0;
          width: 20px;
          height: 20px;
          right: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .sidebarBlock .navList li a.navList-action--checkbox .navList-action-close svg, .accordion-block .navList li a.navList-action--checkbox .navList-action-close svg {
            width: 10px;
            height: 10px; }
      .sidebarBlock .navList li a .chevron-down, .accordion-block .navList li a .chevron-down {
        display: none; }
      .sidebarBlock .navList li a:hover, .accordion-block .navList li a:hover {
        color: #888888; }
    .sidebarBlock .navList li ul, .accordion-block .navList li ul {
      margin-left: 15px; }
      .sidebarBlock .navList li ul li:before, .accordion-block .navList li ul li:before {
        display: none; }
  .sidebarBlock .navList > li, .accordion-block .navList > li {
    float: none;
    position: relative; }
    .sidebarBlock .navList > li .hitarea, .accordion-block .navList > li .hitarea {
      text-align: right;
      right: -2px;
      padding-top: 3px; }
    .sidebarBlock .navList > li > a, .accordion-block .navList > li > a {
      color: #2e3344; }
      .sidebarBlock .navList > li > a:hover, .accordion-block .navList > li > a:hover {
        color: #888888; }
  .sidebarBlock + .sidebarBlock, .accordion-block + .sidebarBlock {
    margin: 0px;
    padding-top: 15px;
    border-top: 0px; }
    .sidebarBlock + .sidebarBlock.m-b-30, .accordion-block + .sidebarBlock.m-b-30 {
      margin-bottom: 26px; }
  .sidebarBlock .inlineList, .accordion-block .inlineList {
    margin-top: 15px;
    margin-left: 0px; }
    .sidebarBlock .inlineList li, .accordion-block .inlineList li {
      margin-left: 0px;
      margin-right: 10px; }
    .sidebarBlock .inlineList .facetLabel, .accordion-block .inlineList .facetLabel {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      line-height: normal;
      padding: 5px;
      border-radius: 0px; }
      .sidebarBlock .inlineList .facetLabel .icon, .accordion-block .inlineList .facetLabel .icon {
        margin-left: 5px;
        width: 10px;
        height: 10px; }

@media only screen and (max-width: 1023px) {
  .sidebarBlock.mob-hide {
    display: none; } }

@media only screen and (max-width: 1023px) {
  .sidebarBlock .facetedSearch-toggle {
    margin-bottom: 0; } }

.facetedSearch.sidebarBlock {
  padding: 0px;
  border: 0px; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin: 0px; }

.accordion--navList .accordion-title {
  padding: 0px; }

.accordion--navList .accordion-content {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px; }
  .accordion--navList .accordion-content .toggleLink {
    font-style: italic;
    color: #2e3344;
    border-bottom: 1px solid #2e3344;
    margin-left: 20px;
    margin-top: 15px;
    line-height: 15px;
    display: inline-block; }
    .accordion--navList .accordion-content .toggleLink:hover {
      color: #888888;
      border-bottom: 1px solid #888888; }
    .accordion--navList .accordion-content .toggleLink .toggleLink-text {
      font-size: 15px; }

.accordion-navigation {
  padding: 0px;
  border: 0px; }

.facetedSearch-toggle {
  display: none; }
  @media only screen and (max-width: 1023px) {
    .facetedSearch-toggle {
      display: block;
      border-radius: 0px;
      margin-top: -1px;
      font-size: 16px;
      padding: 10px 15px; }
      .facetedSearch-toggle.toggleLink {
        color: #2e3344;
        transition: none; }
        .facetedSearch-toggle.toggleLink.is-open {
          color: #666666; } }
  @media only screen and (max-width: 479px) {
    .facetedSearch-toggle {
      font-size: 14px; }
      .facetedSearch-toggle .facetedSearch-toggle-text, .facetedSearch-toggle .facetedSearch-toggle-indicator {
        width: 100%;
        text-align: center; }
        .facetedSearch-toggle .facetedSearch-toggle-text .icon svg, .facetedSearch-toggle .facetedSearch-toggle-indicator .icon svg {
          fill: #2e3344; } }

.facetedSearch-navList {
  display: block; }
  @media only screen and (max-width: 1023px) {
    .facetedSearch-navList {
      display: none; } }

.accordion {
  border: 0px;
  border-radius: 0px; }

.accordion--navList .accordion-block {
  margin: 0px;
  border-top: 0px; }

.accordion--navList .accordion-title {
  font-weight: 500;
  margin: 0px; }

.accordion--navList .accordion-indicator {
  width: 27px;
  height: 27px;
  fill: #888888; }
  .accordion--navList .accordion-indicator.toggleLink-text--off {
    fill: black; }

.accordion--navList .accordion-navigation-actions {
  top: 50%;
  margin-top: -12px;
  right: -8px; }

.facetedSearch-refineFilters.sidebarBlock {
  border-top: 0px;
  display: block; }
  @media only screen and (max-width: 1023px) {
    .facetedSearch-refineFilters.sidebarBlock {
      display: none; } }

.accordion-content, .sidebar-toggle-content {
  margin-top: 0px;
  margin-bottom: 10px; }

#facetedSearch-content--price {
  margin-top: 20px; }

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

.navList-action--checkbox {
  padding-left: 20px; }
  .navList-action--checkbox:before {
    border-radius: 0;
    border-color: #888888;
    width: 12px;
    height: 12px; }
  .navList-action--checkbox:after {
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: -1px; }

.form-minMaxRow .form-input {
  padding-right: 15px; }

@media only screen and (max-width: 1279px) {
  .form-minMaxRow .form-field {
    width: 50%; }
    .form-minMaxRow .form-field:last-child {
      width: 100%;
      margin-top: 10px; } }

.form-minMaxRow .button {
  border: 1px solid #2e3344;
  padding-top: 9px;
  padding-bottom: 9px; }

.sub-category-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 34px; }
  @media only screen and (max-width: 1023px) {
    .sub-category-block {
      margin-bottom: 25px; } }
  .sub-category-block:before {
    display: none; }
  .sub-category-block:after {
    display: none; }
  .sub-category-block .sub-category-item {
    width: 16.5%;
    padding: 0 10px; }
    @media only screen and (max-width: 1279px) {
      .sub-category-block .sub-category-item {
        width: 25%; } }
    @media only screen and (max-width: 666px) {
      .sub-category-block .sub-category-item {
        width: 33.33%; } }
    @media only screen and (max-width: 567px) {
      .sub-category-block .sub-category-item {
        width: 50%; } }
  .sub-category-block .sub-category-img {
    height: 192px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden; }
  .sub-category-block .category-image-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%; }
    .sub-category-block .category-image-inner .sub-category-img-block {
      width: 100%; }
      .sub-category-block .category-image-inner .sub-category-img-block img {
        width: 100%; }
  .sub-category-block .sub-category-name {
    margin: 0px;
    margin-top: 10px;
    text-align: center;
    padding: 0 5px;
    line-height: 20px; }
    .sub-category-block .sub-category-name a {
      font-size: 15px;
      color: #2e3344;
      line-height: 16px; }
      .sub-category-block .sub-category-name a:hover {
        color: #c2c2c2; }

.sub-category-headinig h3 {
  font-weight: 500;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .sub-category-headinig h3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 479px) {
    .sub-category-headinig h3 {
      font-size: 18px;
      line-height: 22px; } }

.no-img {
  background: #f4f4f4; }

.without-img {
  max-width: 190px; }

.actionBar-section .form-field {
  border: 1px solid #888888;
  border-radius: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: visible; }
  .actionBar-section .form-field:before, .actionBar-section .form-field:after {
    display: none; }

.actionBar-section .form-label {
  font-size: 15px;
  min-width: 67px;
  color: #888888;
  font-weight: 400; }
  @media only screen and (max-width: 1279px) {
    .actionBar-section .form-label {
      min-width: 73px; } }
  @media only screen and (max-width: 1023px) {
    .actionBar-section .form-label {
      font-size: 14px; } }
  @media only screen and (max-width: 479px) {
    .actionBar-section .form-label {
      min-width: 60px;
      margin-right: 5px; } }

.actionBar-section .form-select {
  height: auto;
  color: #2e3344;
  border-left: 0px; }
  @media only screen and (max-width: 479px) {
    .actionBar-section .form-select {
      font-size: 12px;
      padding-right: 25px; } }
  @media only screen and (max-width: 1023px) {
    .actionBar-section .form-select {
      font-size: 14px; } }

@media only screen and (max-width: 1279px) {
  .filter-left .pagination .pagination-item {
    display: none; }
    .filter-left .pagination .pagination-item.pagination-item--previous, .filter-left .pagination .pagination-item.pagination-item--current, .filter-left .pagination .pagination-item.pagination-item--next {
      display: inline-block; }
      .filter-left .pagination .pagination-item.pagination-item--previous .icon, .filter-left .pagination .pagination-item.pagination-item--current .icon, .filter-left .pagination .pagination-item.pagination-item--next .icon {
        top: 6px;
        width: 15px;
        height: 15px; }
    .filter-left .pagination .pagination-item.pagination-item--current {
      margin: 0px 5px; }
    .filter-left .pagination .pagination-item.pagination-item--previous .icon {
      margin-left: 0px; }
    .filter-left .pagination .pagination-item.pagination-item--previous a {
      padding-left: 18px; }
    .filter-left .pagination .pagination-item.pagination-item--next {
      margin-left: 0px; } }

.actionBar-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media only screen and (max-width: 567px) {
    .actionBar-main {
      flex-flow: column; } }
  .actionBar-main .filter-left {
    width: 60%; }
    @media only screen and (max-width: 1279px) {
      .actionBar-main .filter-left {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .actionBar-main .filter-left {
        width: 60%; } }
    @media only screen and (max-width: 567px) {
      .actionBar-main .filter-left {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 15px; } }
  .actionBar-main .filter-right {
    width: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1279px) {
      .actionBar-main .filter-right {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .actionBar-main .filter-right {
        width: 40%; } }
    @media only screen and (max-width: 567px) {
      .actionBar-main .filter-right {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center; } }
    .actionBar-main .filter-right .product-view-button {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .actionBar-main .filter-right .product-view-button {
          display: none; } }
      .actionBar-main .filter-right .product-view-button a {
        margin: 0 10px;
        line-height: normal; }
        .actionBar-main .filter-right .product-view-button a.active svg {
          fill: #333333; }
        .actionBar-main .filter-right .product-view-button a.grid-view svg {
          width: 25px; }
      .actionBar-main .filter-right .product-view-button svg {
        width: 30px;
        height: 25px;
        fill: #666666; }
    .actionBar-main .filter-right .actionBar {
      margin: 0px;
      margin-left: 20px; }
      @media only screen and (max-width: 1023px) {
        .actionBar-main .filter-right .actionBar {
          margin-left: 10px; } }

.filter-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .filter-left .pagination-list {
    margin: 0px; }
  .filter-left .pagination-item {
    margin-bottom: 0px; }
  .filter-left .pagination-count {
    min-width: 91px;
    color: #2e3344; }
    .filter-left .pagination-count + .pagination {
      border-left: 1px solid #dfdfdf;
      padding-left: 15px;
      margin-left: 15px; }
      @media only screen and (max-width: 666px) {
        .filter-left .pagination-count + .pagination {
          padding-left: 10px;
          margin-left: 10px; } }

.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .productGrid:before {
    display: none; }
  .productGrid:after {
    display: none; }
  .productGrid .product {
    margin: 0px;
    padding-bottom: 20px;
    transition: all .4s; }
    .productGrid .product .card {
      margin: 0px;
      height: 100%; }

.page .page-sidebar + .page-content .product-list-style .product {
  width: 100%; }

.page .page-content .product-list-style .product {
  width: 50%;
  padding-top: 10px;
  transition: all .4s; }
  @media only screen and (max-width: 1023px) {
    .page .page-content .product-list-style .product {
      width: 100%; } }
  .page .page-content .product-list-style .product .card:hover .card-title {
    opacity: 1;
    visibility: visible; }
  .page .page-content .product-list-style .product .card .card-summary {
    display: block;
    margin-top: 10px;
    width: 100%;
    line-height: 20px; }
  .page .page-content .product-list-style .product .card-body-inn {
    position: relative;
    height: 100%;
    padding-bottom: 38px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .page .page-content .product-list-style .product .card-inner {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-flow: row; }
  .page .page-content .product-list-style .product .card-figure {
    margin-bottom: 0px;
    padding: 12px 0 12px 12px;
    width: 50%; }
    @media only screen and (max-width: 1279px) {
      .page .page-content .product-list-style .product .card-figure {
        width: 40%; } }
    .page .page-content .product-list-style .product .card-figure .card-figcaption-body-custom {
      top: 24px; }
  .page .page-content .product-list-style .product .card-img-container {
    max-width: 100%; }
  .page .page-content .product-list-style .product .card-body {
    margin-top: 0; }
    @media only screen and (max-width: 1279px) {
      .page .page-content .product-list-style .product .card-body {
        width: 60%; } }
    .page .page-content .product-list-style .product .card-body .brand-name {
      text-align: left; }
  .page .page-content .product-list-style .product .card-mid-block {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: static; }
  .page .page-content .product-list-style .product .card-title, .page .page-content .product-list-style .product .card-text {
    text-align: left; }
  .page .page-content .product-list-style .product .price-block {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -6px; }
    .page .page-content .product-list-style .product .price-block .price {
      font-size: 14px; }
  .page .page-content .product-list-style .product .card-button-block {
    top: auto;
    transform: none;
    bottom: 0;
    left: auto;
    right: auto; }
    .page .page-content .product-list-style .product .card-button-block .button {
      font-size: 14px;
      line-height: 20px;
      padding: 6px 16px; }
    .page .page-content .product-list-style .product .card-button-block svg {
      width: 14px;
      height: 17px;
      margin-right: 7px; }
    .page .page-content .product-list-style .product .card-button-block span {
      margin-top: 4px; }

.brandGrid .brand {
  width: 20%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1279px) {
    .brandGrid .brand {
      width: 25%; } }
  @media only screen and (max-width: 1023px) {
    .brandGrid .brand {
      width: 33.33%; } }
  @media only screen and (max-width: 579px) {
    .brandGrid .brand {
      width: 50%; } }
  .brandGrid .brand .card {
    margin-bottom: 0px; }
    .brandGrid .brand .card .card-body {
      padding-left: 5px;
      padding-right: 5px; }
    .brandGrid .brand .card:hover .card-title {
      opacity: 1;
      visibility: visible; }

.brand-sidebar .facetedSearch-refineFilters.sidebarBlock {
  border-top: 1px solid #dfdfdf; }

.search-page-sidebar .facetedSearch-refineFilters.sidebarBlock {
  border-top: 1px solid #dfdfdf; }

#search-results-content strong {
  margin-right: 10px; }

#search-results-content p {
  margin-top: 10px; }

.type-search .page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }

.page-top-bar .page-heading {
  font-size: 32px;
  line-height: 32px;
  text-align: left; }
  @media only screen and (max-width: 1023px) {
    .page-top-bar .page-heading {
      font-size: 24px;
      line-height: 24px; } }

.productView {
  padding-top: 0px;
  margin: 0 -15px; }
  @media only screen and (max-width: 1023px) {
    .productView {
      margin: 0; } }
  .productView .alertBox {
    margin-left: 15px;
    margin-right: 15px; }
    @media only screen and (max-width: 1023px) {
      .productView .alertBox {
        margin-left: 0px;
        margin-right: 0px; } }

.productView-details, .productView-images {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 1023px) {
    .productView-details, .productView-images {
      padding: 0px; } }

@media only screen and (max-width: 1279px) {
  .productView-details {
    width: 45%; } }

@media only screen and (max-width: 1023px) {
  .productView-details {
    width: 100%; } }

.productView-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 1279px) {
    .productView-images {
      width: 55%; } }
  @media only screen and (max-width: 1023px) {
    .productView-images {
      width: 100%; } }
  .productView-images .productView-image-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 85%;
    order: 1;
    padding-left: 20px;
    padding-right: 20px; }
    .productView-images .productView-image-main.without-pro-img {
      padding-left: 0;
      padding-right: 0; }
    @media only screen and (max-width: 1279px) {
      .productView-images .productView-image-main {
        width: 80%;
        padding-right: 0px; } }
    @media only screen and (max-width: 1023px) {
      .productView-images .productView-image-main {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px; } }
    .productView-images .productView-image-main .usp-section {
      margin-top: 20px;
      width: 100%; }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-image-main .usp-section {
          display: none; } }
      .productView-images .productView-image-main .usp-section.m-b-60 {
        margin-bottom: 0px;
        background: none; }
      .productView-images .productView-image-main .usp-section ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .productView-images .productView-image-main .usp-section ul li {
          width: 50%;
          padding: 0px;
          border: 1px solid #dfdfdf; }
          .productView-images .productView-image-main .usp-section ul li:nth-child(3) {
            margin-top: -1px; }
          .productView-images .productView-image-main .usp-section ul li:nth-child(4) {
            margin-top: -1px; }
          .productView-images .productView-image-main .usp-section ul li:nth-child(even) {
            border-left: 0px; }
      .productView-images .productView-image-main .usp-section .usp-block {
        padding: 12px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        @media only screen and (max-width: 1279px) {
          .productView-images .productView-image-main .usp-section .usp-block {
            -webkit-justify-content: center;
            justify-content: center; } }
        .productView-images .productView-image-main .usp-section .usp-block .usp-detail h5 {
          font-size: 15px;
          line-height: 20px;
          font-weight: 500; }
  .productView-images .fancythumb, .productView-images .fancythumb:hover {
    cursor: zoom-in; }
  .productView-images .productView-image {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    /*pointer-events: painted;*/ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .productView-images .productView-image {
        background: none; } }
    @supports (-ms-ime-align: auto) {
      .productView-images .productView-image {
        background: none; } }
    .productView-images .productView-image .productView-image--default-custom {
      mix-blend-mode: darken;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
    .productView-images .productView-image .fancythumb {
      max-height: 100%; }
  .productView-images .productView-thumbnails {
    order: 0;
    width: 15%;
    margin: 0px; }
    @media only screen and (max-width: 1279px) {
      .productView-images .productView-thumbnails {
        width: 20%; } }
    @media only screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails {
        order: 1;
        width: 100%; }
        .productView-images .productView-thumbnails:before {
          display: none; }
        .productView-images .productView-thumbnails li {
          max-width: 130px;
          width: 33.33%;
          padding: 0 10px;
          float: left;
          text-align: center; } }
    @media only screen and (max-width: 1023px) and (max-width: 576px) {
      .productView-images .productView-thumbnails li {
        max-width: 120px; } }
    @media only screen and (max-width: 1023px) and (max-width: 479px) {
      .productView-images .productView-thumbnails li {
        max-width: 99px; } }
    @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails.productView-thumbnails-withslider li {
          max-width: 100%;
          padding: 0; } }
    .productView-images .productView-thumbnails .slick-list {
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-list {
          margin: 0px 30px; } }
      .productView-images .productView-thumbnails .slick-list .slick-slide {
        display: none; }
    .productView-images .productView-thumbnails img {
      max-width: 100px;
      max-height: 120px;
      mix-blend-mode: darken; }
      @media only screen and (max-width: 767px) {
        .productView-images .productView-thumbnails img {
          max-width: 80px;
          max-height: 80px; } }
      @media only screen and (max-width: 479px) {
        .productView-images .productView-thumbnails img {
          max-width: 60px;
          max-height: 65px; } }
    .productView-images .productView-thumbnails .slick-slide {
      margin-bottom: 13px; }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-slide {
          text-align: center; } }
    .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 0px;
      margin-bottom: 13px;
      float: none;
      width: 100%; }
    .productView-images .productView-thumbnails .slick-arrow {
      width: 30px;
      height: 30px;
      background: #ffffff;
      border: 1px solid #dfdfdf;
      top: auto;
      bottom: -30px; }
      @media only screen and (max-width: 1279px) {
        .productView-images .productView-thumbnails .slick-arrow {
          bottom: -30px; } }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-arrow {
          top: 50%;
          margin-top: -23px; } }
      .productView-images .productView-thumbnails .slick-arrow svg {
        fill: #666666;
        width: 24px;
        height: 24px; }
        @media only screen and (min-width: 1024px) {
          .productView-images .productView-thumbnails .slick-arrow svg {
            transform: rotate(90deg); } }
      .productView-images .productView-thumbnails .slick-arrow:hover {
        background: #2e3344;
        border: 1px solid #2e3344; }
        .productView-images .productView-thumbnails .slick-arrow:hover svg {
          fill: #ffffff; }
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        right: 4px; }
        @media only screen and (max-width: 1919px) {
          .productView-images .productView-thumbnails .slick-arrow.slick-next {
            right: 1px; } }
      .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        left: 1px; }
    .productView-images .productView-thumbnails.slick-initialized .slick-list .slick-slide {
      display: block; }
  .productView-images .productView-thumbnail-link {
    max-width: 100px;
    height: 90px;
    background: #f4f4f4;
    border: 1px solid #dfdfdf;
    overflow: hidden; }
    @media only screen and (max-width: 1279px) {
      .productView-images .productView-thumbnail-link {
        max-width: 120px; } }
    @media only screen and (max-width: 767px) {
      .productView-images .productView-thumbnail-link {
        height: 80px; } }
    @media only screen and (max-width: 666px) {
      .productView-images .productView-thumbnail-link {
        max-width: 100px; } }
    @media only screen and (max-width: 479px) {
      .productView-images .productView-thumbnail-link {
        max-width: 65px;
        height: 62px; } }
    .productView-images .productView-thumbnail-link.is-active {
      border: 1px solid #2e3344; }

.productView-title {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 22px;
  line-height: normal; }
  @media only screen and (max-width: 767px) {
    .productView-title {
      font-size: 26px; } }

.productView-brand {
  margin: -5px 0 4px 0;
  line-height: 30px; }
  .productView-brand a {
    color: #666666; }

.productView-details {
  margin-bottom: 0px; }
  .productView-details .price-block {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
    padding-top: 15px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .productView-details .price-block {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .productView-details .price-block .productView-price {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-end;
      -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 46%;
      margin: 0px; }
      @media only screen and (max-width: 1279px) {
        .productView-details .price-block .productView-price {
          width: 100%;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .productView-details .price-block .productView-price + .price-block-left {
            margin-top: 10px; } }
      .productView-details .price-block .productView-price.call-for-price {
        display: none; }
    .productView-details .price-block .price-block-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 54%; }
      @media only screen and (max-width: 1279px) {
        .productView-details .price-block .price-block-left {
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          width: 100%; } }
      .productView-details .price-block .price-block-left .instock {
        color: #5dcb6c;
        font-size: 20px;
        font-weight: 500;
        margin-right: 20px; }
        @media only screen and (max-width: 1023px) {
          .productView-details .price-block .price-block-left .instock {
            margin-right: 10px; } }
      .productView-details .price-block .price-block-left .productView-rating .icon {
        width: 15px;
        height: 15px; }
        @media only screen and (max-width: 479px) {
          .productView-details .price-block .price-block-left .productView-rating .icon {
            width: 12px;
            height: 12px; } }
        .productView-details .price-block .price-block-left .productView-rating .icon svg {
          height: 100%;
          width: 100%; }
  .productView-details .price-section {
    margin: 0px;
    margin-right: 10px; }
    @media only screen and (max-width: 567px) {
      .productView-details .price-section {
        width: auto; } }
    .productView-details .price-section .price-now-label {
      font-size: 16px;
      text-align: left; }
      @media only screen and (max-width: 567px) {
        .productView-details .price-section .price-now-label {
          display: block; } }
  .productView-details .price {
    font-size: 18px; }
    @media only screen and (max-width: 1279px) {
      .productView-details .price {
        font-size: 16px; } }
    .productView-details .price.price--withTax {
      font-size: 24px; }
      @media only screen and (max-width: 1279px) {
        .productView-details .price.price--withTax {
          font-size: 22px; } }
      @media only screen and (max-width: 567px) {
        .productView-details .price.price--withTax {
          font-size: 20px; } }
    .productView-details .price.price-section--saving {
      font-size: 14px;
      margin-right: 0px;
      margin-top: 5px;
      width: 100%;
      text-align: left; }
      .productView-details .price.price-section--saving .price {
        font-size: 14px;
        color: #2e3344; }

.productView-reviewLink {
  margin-left: 0px;
  color: #333333; }
  @media only screen and (max-width: 479px) {
    .productView-reviewLink {
      font-size: 12px; } }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #888888; }
    .productView-reviewLink + .productView-reviewLink a {
      text-decoration: underline; }
    @media only screen and (max-width: 567px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block; } }

.productView-info-value, .productView-info-name {
  font-size: 15px;
  padding: 8px 0; }
  @media only screen and (max-width: 567px) {
    .productView-info-value, .productView-info-name {
      padding: 6px 0; } }

.productView-info-name {
  color: #333333;
  font-weight: 500;
  float: left;
  min-width: 192px;
  padding-right: 15px;
  margin: 0px; }
  @media only screen and (max-width: 567px) {
    .productView-info-name {
      float: none;
      padding-right: 0px; } }

.productView-info-value {
  color: black;
  margin-bottom: 0px; }
  @media only screen and (max-width: 567px) {
    .productView-info-value {
      font-size: 14px; } }
  .productView-info-value a {
    font-style: italic;
    text-decoration: underline; }

.productView-info > :first-child {
  margin: 0px; }

.productView-product {
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.productView-details .productView-options .form-increment .button {
  display: block;
  border: none;
  padding: 4px 4px 6px 5px;
  font-size: 10px;
  position: relative;
  top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  background: #00254d;
  border-radius: 0; }

.productView-details .productView-options .form-increment .button i {
  line-height: 17px;
  text-align: center;
  width: 14px;
  height: 14px;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 0;
  border-left: none;
  font-size: 14px;
  color: #fff; }

#drop1 .wishlist_dropdownbox .custom-wish-inp {
  background: #00254d;
  color: #fff;
  font-weight: 400;
  border: none;
  padding: 6px;
  border-radius: 4px; }

@media only screen and (max-width: 567px) {
  .productView-options {
    text-align: left; } }

.productView-options .alertBox {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px; }

.productView-options .form-input[type="number"] {
  padding-right: 15px; }

.productView-options .form-label--alternate {
  font-size: 15px;
  color: #333333;
  font-weight: 500; }

.productView-options .form-field {
  margin-bottom: 19px; }
  @media only screen and (max-width: 567px) {
    .productView-options .form-field {
      margin-bottom: 15px; } }
  .productView-options .form-field textarea {
    resize: none; }

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

.productView-options .form-option-variant--color {
  min-width: 34px;
  height: 34px;
  line-height: 34px; }

.productView-options [data-product-attribute="set-rectangle"] .form-option {
  padding: 0px; }

.productView-options [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: #333333;
  box-shadow: none;
  background: #333333;
  color: #ffffff; }

.productView-options [data-product-attribute="set-rectangle"] .form-option-variant {
  min-width: 34px;
  height: 34px;
  line-height: 34px; }

.productView-options .form-radio:checked + .form-option-swatch {
  box-shadow: none; }

.productView-options .form-radio:checked + .form-label:before {
  border-color: #2e3344; }

.productView-options .form-checkbox + .form-label:before {
  border-radius: 0; }

.productView-options input[type="file"] {
  font-size: 15px; }
  @media only screen and (max-width: 567px) {
    .productView-options input[type="file"] {
      font-size: 13px; } }

.productView-options .form-checkbox + .form-label, .productView-options .form-radio + .form-label {
  font-size: 15px; }
  @media only screen and (max-width: 567px) {
    .productView-options .form-checkbox + .form-label, .productView-options .form-radio + .form-label {
      margin-left: 0px !important;
      display: block !important;
      font-size: 14px; } }

.productView-options .productOptions-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px;
  margin-bottom: 0px; }
  .productView-options .productOptions-list li .productOptions-list-item-figure, .productView-options .productOptions-list li .productOptions-list-item-content {
    display: block; }
  .productView-options .productOptions-list li .productOptions-list-item-figure {
    margin: 0px;
    max-width: 60px;
    width: 100%;
    padding: 5px; }

.productView-options .form-field--stock .form-label {
  margin-bottom: 0px; }

.productView-options .form-field--increments {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 17px; }
  @media only screen and (max-width: 1279px) {
    .productView-options .form-field--increments {
      margin-right: 13px; } }
  @media only screen and (max-width: 567px) {
    .productView-options .form-field--increments {
      margin-right: 5px; } }

@media only screen and (max-width: 567px) {
  .productView-options .form-increment .form-input--incrementTotal {
    height: 40px;
    width: 40px !important; } }

.productView-options .form-increment .button {
  display: block;
  border: none;
  padding: 0;
  background: 0 0;
  font-size: 10px;
  position: relative;
  top: -3px;
  margin-left: 6px;
  margin-right: 6px; }
  .productView-options .form-increment .button i {
    line-height: 17px;
    text-align: center;
    width: 23px;
    height: 25px;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 0;
    border-left: none;
    font-size: 24px;
    color: #000; }
    @media only screen and (max-width: 567px) {
      .productView-options .form-increment .button i {
        width: 20px;
        height: 20px;
        line-height: 20px; } }
  .productView-options .form-increment .button + .button i {
    border-top: 0px; }
  .productView-options .form-increment .button:hover i svg {
    fill: #ffffff; }

.productView-options .form-action {
  margin: 0px;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1023px) {
    .productView-options .form-action {
      float: none;
      padding: 0px;
      width: auto; } }
  .productView-options .form-action .button {
    padding: 17px 33px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
    font-size: 16px; }
    @media only screen and (max-width: 567px) {
      .productView-options .form-action .button {
        padding: 12px;
        font-size: 12px; } }
  .productView-options .form-action + .productView-compare {
    margin-left: 17px;
    margin-right: 17px; }
    @media only screen and (max-width: 1279px) {
      .productView-options .form-action + .productView-compare {
        margin-left: 13px;
        margin-right: 13px; } }
    @media only screen and (max-width: 567px) {
      .productView-options .form-action + .productView-compare {
        margin-left: 5px;
        margin-right: 5px; } }

.productView-options .form-wishlist, .productView-options .productView-compare {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1023px) {
    .productView-options .form-wishlist, .productView-options .productView-compare {
      width: auto; } }
  .productView-options .form-wishlist .dropdown-menu-button, .productView-options .form-wishlist .compare, .productView-options .productView-compare .dropdown-menu-button, .productView-options .productView-compare .compare {
    padding: 16px 15px;
    line-height: 11px;
    background: 0 0;
    border: 1px solid #00254d;
    width: auto;
    border-radius: 0;
    margin-bottom: 0px; }
    @media only screen and (max-width: 567px) {
      .productView-options .form-wishlist .dropdown-menu-button, .productView-options .form-wishlist .compare, .productView-options .productView-compare .dropdown-menu-button, .productView-options .productView-compare .compare {
        padding: 11px 9px; } }
    .productView-options .form-wishlist .dropdown-menu-button i, .productView-options .form-wishlist .compare i, .productView-options .productView-compare .dropdown-menu-button i, .productView-options .productView-compare .compare i {
      margin: 0px; }
      .productView-options .form-wishlist .dropdown-menu-button i svg, .productView-options .form-wishlist .compare i svg, .productView-options .productView-compare .dropdown-menu-button i svg, .productView-options .productView-compare .compare i svg {
        fill: #2e3344; }
    .productView-options .form-wishlist .dropdown-menu-button:hover, .productView-options .form-wishlist .compare:hover, .productView-options .productView-compare .dropdown-menu-button:hover, .productView-options .productView-compare .compare:hover {
      background: #2e3344;
      border-color: #2e3344; }
      .productView-options .form-wishlist .dropdown-menu-button:hover i svg, .productView-options .form-wishlist .compare:hover i svg, .productView-options .productView-compare .dropdown-menu-button:hover i svg, .productView-options .productView-compare .compare:hover i svg {
        fill: #ffffff; }

.wishlist-popup .wishlist_dropdownbox {
  text-align: center; }
  .wishlist-popup .wishlist_dropdownbox .wishlistid {
    padding: 2px 5px; }
    .wishlist-popup .wishlist_dropdownbox .wishlistid + .wishlistid {
      margin-left: 10px; }
  .wishlist-popup .wishlist_dropdownbox input[type="radio"] {
    border: 1px solid #000000 !important;
    background: #f2f; }
  .wishlist-popup .wishlist_dropdownbox label {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }
    .wishlist-popup .wishlist_dropdownbox label + .wishlistid {
      margin-left: 10px; }
  .wishlist-popup .wishlist_dropdownbox .button {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 20px; }
    .wishlist-popup .wishlist_dropdownbox .button + .button {
      margin-left: 16px; }

.share-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px; }
  @media only screen and (max-width: 567px) {
    .share-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .share-block .form-label--alternate {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-top: 5px;
    min-width: 70px; }
    @media only screen and (max-width: 567px) {
      .share-block .form-label--alternate {
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px; } }
  @media only screen and (max-width: 567px) {
    .share-block {
      margin-top: 20px; } }

.productView-description {
  width: 100%;
  margin-top: 25px; }
  @media only screen and (max-width: 1023px) {
    .productView-description {
      padding: 0px; } }
  .productView-description .toggle-title .toggleLink {
    float: none; }

.productView-description-inn {
  border: 1px solid #dfdfdf;
  border-bottom: 0px; }
  .productView-description-inn .toggle {
    border: 0px;
    margin: 0px; }
  .productView-description-inn .toggle-title {
    margin: 0px;
    border-bottom: 1px solid #dfdfdf; }
    .productView-description-inn .toggle-title a {
      color: black;
      font-size: 16px;
      padding: 15px 40px;
      font-weight: 400;
      line-height: 20px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding-left: 70px; }
      @media only screen and (max-width: 1023px) {
        .productView-description-inn .toggle-title a {
          padding: 13px 25px;
          padding-left: 45px; } }
      @media only screen and (max-width: 767px) {
        .productView-description-inn .toggle-title a {
          padding: 13px 20px;
          padding-left: 40px; } }
      @media only screen and (max-width: 567px) {
        .productView-description-inn .toggle-title a {
          padding: 13px 18px;
          padding-left: 40px; } }
      .productView-description-inn .toggle-title a.is-open {
        background: #f5f5f5; }
        .productView-description-inn .toggle-title a.is-open svg.toggle-down-arrow {
          transform: rotate(180deg); }
      .productView-description-inn .toggle-title a .icon--name {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: absolute;
        left: 40px;
        top: 15px;
        fill: black; }
        @media only screen and (max-width: 1023px) {
          .productView-description-inn .toggle-title a .icon--name {
            left: 20px;
            width: 18px;
            height: 18px;
            top: 14px; } }
        @media only screen and (max-width: 767px) {
          .productView-description-inn .toggle-title a .icon--name {
            left: 15px; } }
        @media only screen and (max-width: 479px) {
          .productView-description-inn .toggle-title a .icon--name {
            top: 13px; } }
      .productView-description-inn .toggle-title a svg.toggle-down-arrow {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 23px;
        top: 50%;
        margin-top: -12px;
        fill: #888888; }
        @media only screen and (max-width: 567px) {
          .productView-description-inn .toggle-title a svg.toggle-down-arrow {
            right: 15px; } }
  .productView-description-inn .toggle-content {
    padding: 35px 40px;
    transition: all .5s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .productView-description-inn .toggle-content {
        padding: 20px 25px; } }
    @media only screen and (max-width: 479px) {
      .productView-description-inn .toggle-content {
        padding: 15px 20px; } }
    .productView-description-inn .toggle-content p {
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      color: #2e3344;
      font-weight: 400; }
      .productView-description-inn .toggle-content p + p {
        margin-top: 20px; }
      .productView-description-inn .toggle-content p + ul {
        margin-top: 10px; }
    .productView-description-inn .toggle-content ul {
      margin-bottom: 10px; }
      .productView-description-inn .toggle-content ul li {
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #2e3344;
        font-weight: 400;
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1023px) {
          .productView-description-inn .toggle-content ul li {
            margin-bottom: 15px; } }
        .productView-description-inn .toggle-content ul li:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 7px;
          background: url("../icons/product-description-arrow.svg");
          background-size: 100%;
          left: 0;
          top: 5px; }
        .productView-description-inn .toggle-content ul li a {
          font-weight: 500; }
    .productView-description-inn .toggle-content .productReviews-list li:before {
      display: none; }
    .productView-description-inn .toggle-content .productReview-title {
      font-weight: 500; }
    .productView-description-inn .toggle-content .productReview-rating {
      display: block; }
    .productView-description-inn .toggle-content.is-open {
      border-bottom: 1px solid #dfdfdf; }
    .productView-description-inn .toggle-content .videoGallery-section {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 -15px; }
      @media only screen and (max-width: 1023px) {
        .productView-description-inn .toggle-content .videoGallery-section {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          margin: 0px; } }
      .productView-description-inn .toggle-content .videoGallery-section .videoGallery-main-inn {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px; }
        @media only screen and (max-width: 1023px) {
          .productView-description-inn .toggle-content .videoGallery-section .videoGallery-main-inn {
            width: 100%;
            padding-right: 0px;
            padding-left: 0px; } }
    .productView-description-inn .toggle-content .videoGallery-list {
      width: 40%;
      margin: 0px;
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 1023px) {
        .productView-description-inn .toggle-content .videoGallery-list {
          width: 100%;
          padding-right: 0px;
          padding-left: 0px; } }
    .productView-description-inn .toggle-content .videoGallery-item {
      width: 100%;
      padding: 0px; }
      .productView-description-inn .toggle-content .videoGallery-item:before {
        display: none; }
    .productView-description-inn .toggle-content#productReviews-content ul {
      text-align: left; }
      .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item {
        padding-left: 0px;
        margin-bottom: 0px; }
        .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item .pagination-link {
          display: flex;
          align-items: center;
          justify-content: center; }
        .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item + li {
          margin-left: 5px; }
        .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item:before {
          display: none; }

@media only screen and (max-width: 567px) {
  .related-product.m-t-50 {
    margin-top: 30px; } }

.related-product + .customer-view-product.m-t-50 {
  margin-top: 10px; }

.previewCart .productView-image {
  background: #f4f4f4;
  border: 1px solid #dfdfdf; }
  .previewCart .productView-image .productView-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .previewCart .productView-image .productView-image--cart {
    mix-blend-mode: darken; }

.previewCart .previewCartCheckout-price {
  color: #333333; }

.previewCart .productView-details {
  padding-left: 20px; }
  @media only screen and (max-width: 1023px) {
    .previewCart .productView-details {
      padding-left: 0; } }

@media only screen and (max-width: 1279px) {
  .previewCart .previewCartCheckout {
    width: 30%; } }

@media only screen and (max-width: 1023px) {
  .previewCart .previewCartCheckout {
    width: 100%; } }

.previewCart .previewCartCheckout .button {
  padding-left: 10px;
  padding-right: 10px; }

@media only screen and (max-width: 1023px) {
  .previewCart .productView-title {
    margin-top: 10px; } }

@media only screen and (max-width: 1279px) {
  .previewCart .productView {
    width: 70%; } }

@media only screen and (max-width: 1023px) {
  .previewCart .productView {
    display: none; } }

#CartEditProductFieldsForm {
  overflow: hidden; }

.writeReview-productImage-container {
  background: #f4f4f4;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  max-height: 380px; }
  .writeReview-productImage-container img {
    mix-blend-mode: darken; }

@media only screen and (max-width: 1023px) {
  .writeReview-productDetails {
    display: none; } }

.writeReview-productDetails .product-brand {
  margin-top: 20px; }

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

.productView--quickView .productView-details .price-block .productView-price {
  width: 100%;
  margin-bottom: 5px; }
  .productView--quickView .productView-details .price-block .productView-price.call-for-price {
    display: none; }

.productView--quickView .productView-details .price-block .price-block-left {
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.productView--quickView .productView-images .productView-thumbnails img {
  max-width: 85px;
  max-height: 105px; }

.productView--quickView .productView-images .productView-thumbnail-link {
  height: 105px; }

.form-select--date {
  width: auto; }

.modal-body.quickView {
  position: relative; }

.cart-header .cart-header-item {
  color: #2e3344;
  font-weight: 500;
  padding: 15px 10px;
  font-size: 16px; }

.cart-list {
  border-color: 1px solid #dfdfdf; }
  @media only screen and (max-width: 1023px) {
    .cart-list {
      border-top: 0px; } }
  .cart-list .form-increment .form-input--incrementTotal {
    height: 50px;
    width: 40px !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    font-weight: 300;
    padding: 5px; }
  .cart-list .form-increment .button {
    border: none;
    padding: 0;
    background: #00254d;
    font-size: 10px; }
    .cart-list .form-increment .button i {
      line-height: 25px;
      text-align: center;
      width: 23px;
      height: 25px;
      display: block;
      border: 1px solid #dfdfdf;
      cursor: pointer;
      border-radius: 0;
      color: #ffffff; }
    .cart-list .form-increment .button + .button i {
      border-top: 0px; }
    .cart-list .form-increment .button:hover i svg {
      fill: #ffffff; }

.cart-item-figure:after {
  display: none; }

.cart-item-figure .cart-item-image-1, .cart-item-figure .cart-item-fixed-image {
  max-width: 90px;
  max-height: 90px; }

.cart-item-name a {
  color: #2e3344;
  font-weight: 500; }
  .cart-item-name a:hover {
    color: #666666; }

.cart-item-option-title {
  color: #2e3344;
  font-weight: 500; }

.cart-item-value, .cart-total-label {
  color: #2e3344;
  font-size: 16px; }

.cart-item-value {
  font-weight: 500; }

.cart-remove {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 6px; }
  .cart-remove > svg {
    fill: #2e3344; }
  .cart-remove:hover {
    background: #2e3344; }
    .cart-remove:hover svg {
      fill: #ffffff; }

@media only screen and (max-width: 1023px) {
  .cart-item-info + .cart-item-info {
    margin-top: 0px; } }

@media only screen and (max-width: 567px) {
  .cart-item-info {
    margin-bottom: 10px; } }

.cart-item-info p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px; }
  @media only screen and (max-width: 567px) {
    .cart-item-info p {
      margin-left: 23px; } }

@media only screen and (max-width: 666px) {
  .cart-item-info .cart-remove {
    margin-left: 3px; } }

@media only screen and (max-width: 479px) {
  .estimator-form .button--primary {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 479px) {
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px; } }

@media only screen and (max-width: 479px) {
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; } }

.cart-total {
  margin-bottom: 0px;
  padding: 0 10px; }
  .cart-total + .cart-total {
    border-top: 1px solid #dfdfdf; }
  .cart-total .cart-total-label, .cart-total .cart-total-value {
    padding: 15px 0;
    width: 50%; }
  @media only screen and (max-width: 1023px) {
    .cart-total .cart-total-label {
      text-align: left; } }
  @media only screen and (max-width: 567px) {
    .cart-total .cart-total-value {
      text-align: right; } }
  .cart-total .form-select, .cart-total .form-input {
    height: auto;
    background-position: right 5px top 12px;
    background-size: 20px;
    padding: 12px 30px 12px 15px;
    line-height: 18px; }
    @media only screen and (max-width: 767px) {
      .cart-total .form-select, .cart-total .form-input {
        padding: 9px 30px 9px 10px;
        background-position: right 5px top 8px; } }

.cart-total-grandTotal {
  font-weight: 500; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  font-style: italic; }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 20px; }

.custom-inc {
  background: #00254d;
  padding: 2px 5px 2px 5px; }

.custom-inc .i-col {
  color: #fff; }

.cart-custom {
  padding: 3px 5px 2px 5px; }

.cart-custom:hover {
  padding: 3px 5px 2px 5px; }

@font-face {
  font-family: "Capri Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CapriPro-Regular.eot");
  src: url("../fonts/CapriPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CapriPro-Regular.otf") format("opentype"), url("../fonts/CapriPro-Regular.svg") format("svg"), url("../fonts/CapriPro-Regular.ttf") format("truetype"), url("../fonts/CapriPro-Regular.woff") format("woff"), url("../fonts/CapriPro-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Capri Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CapriPro-Bold.eot");
  src: url("../fonts/CapriPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CapriPro-Bold.otf") format("opentype"), url("../fonts/CapriPro-Bold.svg") format("svg"), url("../fonts/CapriPro-Bold.ttf") format("truetype"), url("../fonts/CapriPro-Bold.woff") format("woff"), url("../fonts/CapriPro-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Capri Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/CapriPro-Light.eot");
  src: url("../fonts/CapriPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CapriPro-Light.otf") format("opentype"), url("../fonts/CapriPro-Light.svg") format("svg"), url("../fonts/CapriPro-Light.ttf") format("truetype"), url("../fonts/CapriPro-Light.woff") format("woff"), url("../fonts/CapriPro-Light.woff2") format("woff2"); }

body {
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden; }

a {
  color: #0065a2; }

.dNone {
  display: none !important; }

iframe {
  max-width: 100%; }

.simplebar-track.simplebar-vertical {
  width: 7px; }

.simplebar-track.simplebar-horizontal {
  height: 7px; }

.simplebar-track.simplebar-vertical::before {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  background: #b7b7b7;
  left: 50%;
  margin-left: -.5px; }

.simplebar-track.simplebar-horizontal::before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  background: #b7b7b7;
  left: 50%;
  margin-left: -.5px; }

.simplebar-scrollbar::before, .simplebar-scrollbar.simplebar-visible::before {
  background-color: #ff9f17;
  opacity: 1; }

/* margins */
.mb-1, .my-1 {
  margin-bottom: .25rem; }

.mt-1, .my-1 {
  margin-top: .25rem; }

.ml-1, .mx-1 {
  margin-left: .25rem; }

.mr-1, .mx-1 {
  margin-right: .25rem; }

.mb-2, .my-2 {
  margin-bottom: .5rem; }

.mt-2, .my-2 {
  margin-top: .5rem; }

.ml-2, .mx-2 {
  margin-left: .5rem; }

.mr-2, .mx-2 {
  margin-right: .5rem; }

.mb-3, .my-3 {
  margin-bottom: 1rem; }

.mt-3, .my-3 {
  margin-top: 1rem; }

.ml-3, .mx-3 {
  margin-left: 1rem; }

.mr-3, .mx-3 {
  margin-right: 1rem; }

.mb-4, .my-4 {
  margin-bottom: 1.25rem; }

.mt-4, .my-4 {
  margin-top: 1.25rem; }

.ml-4, .mx-4 {
  margin-left: 1.25rem; }

.mr-4, .mx-4 {
  margin-right: 1.25rem; }

.mb-5, .my-5 {
  margin-bottom: 2rem; }

.mt-5, .my-5 {
  margin-top: 2rem; }

.ml-5, .mx-5 {
  margin-left: 2rem; }

.mr-5, .mx-5 {
  margin-right: 2rem; }

/* margins end */
/* paddings */
.pb-1, .py-1 {
  margin-bottom: .25rem; }

.pt-1, .py-1 {
  margin-top: .25rem; }

.pl-1, .px-1 {
  margin-left: .25rem; }

.pr-1, .px-1 {
  padding-right: .25rem; }

.pb-2, .py-2 {
  padding-bottom: .5rem; }

.pt-2, .py-2 {
  padding-top: .5rem; }

.pl-2, .px-2 {
  padding-left: .5rem; }

.pr-2, .px-2 {
  padding-right: .5rem; }

.pb-3, .py-3 {
  padding-bottom: 1rem; }

.pt-3, .py-3 {
  padding-top: 1rem; }

.pl-3, .px-3 {
  padding-left: 1rem; }

.pr-3, .px-3 {
  padding-right: 1rem; }

.pb-4, .py-4 {
  padding-bottom: 1.25rem; }

.pt-4, .py-4 {
  padding-top: 1.25rem; }

.pl-4, .px-4 {
  padding-left: 1.25rem; }

.pr-4, .px-4 {
  padding-right: 1.25rem; }

.pb-5, .py-5 {
  padding-bottom: 2rem; }

.pt-5, .py-5 {
  padding-top: 2rem; }

.pl-5, .px-5 {
  padding-left: 2rem; }

.pr-5, .px-5 {
  padding-right: 2rem; }

/* paddings end */
.modalOverlay {
  background: rgba(0, 0, 0, 0.8); }

.container {
  max-width: 1600px;
  padding: 0 30px; }

.form-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='3' viewBox='0 0 20 5'%3E%3Cpath d='M-0.000,-0.001 L5.500,4.999 L11.000,-0.001 L-0.000,-0.001 Z' fill='rgba(0, 0, 0, 1)' /%3E%3C/svg%3E"); }

.button {
  border: 1px solid #00254d;
  color: #00254d;
  background: transparent; }

.button.button--small {
  font-size: 15px;
  padding: 6.5px 16px; }

.button.button--tiny {
  font-size: 0.9rem;
  padding: 0.3rem 1rem; }

.button:hover, .button:focus, .button:active {
  background: #00254d;
  color: #ffffff; }

.body {
  margin-bottom: 111px; }

#maintenance-notice {
  display: none; }

.header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.header-main {
  padding: 14px 0 1.28px; }

.header-side-bar {
  left: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto; }
  .header-side-bar.headerSidebarOn {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .header-side-bar .header-side-bar-inn {
    width: 100%;
    max-width: 342px;
    background-color: #FFF;
    padding: 18px 0;
    overflow: visible;
    min-height: 100vh; }
    .header-side-bar .header-side-bar-inn .headerSidebar-block {
      padding-right: 0;
      padding-left: 0px; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.brand {
        display: none; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.category {
        padding-top: 18px;
        margin-top: 17px;
        border-top: 1px solid #dfdfdf; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.webpages {
        padding-top: 25px;
        padding-left: 0px; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.webpages > .navList > .navPages-item > .navPages-action {
        color: #000;
        margin-right: 0;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 300;
        color: #000; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.webpages > .navList > .navPages-item:hover {
        background-color: #00204c;
        color: #fff; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.webpages > .navList > .navPages-item:hover > .navPages-action {
        color: #fff; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block.webpages.upper {
        margin-top: 0;
        border-top: none; }
      .header-side-bar .header-side-bar-inn .headerSidebar-block .sidebarBlock-heading {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
        padding: 0 30px; }
    .header-side-bar .header-side-bar-inn .navList > li:last-child > .navPages-action {
      border-bottom: none; }
  .header-side-bar .navList .navPages-item .nav-arrow {
    display: none; }
  .header-side-bar .navList .navPages-item {
    position: relative;
    margin: 0;
    padding-left: 0px;
    transition: all 0.3s; }
    .header-side-bar .navList .navPages-item:hover {
      background-color: #e6e6e6;
      color: #000; }
    .header-side-bar .navList .navPages-item:hover > .second-level-container {
      display: block; }
    .header-side-bar .navList .navPages-item > .navPages-action:hover {
      color: #000; }
    .header-side-bar .navList .navPages-item > .navPages-action {
      padding: 10px 30px;
      display: block;
      margin-right: 0px;
      border-bottom: 0px;
      font-size: 16px;
      font-weight: 300;
      color: #000; }
      .header-side-bar .navList .navPages-item > .navPages-action > .nav-arrow-chevron {
        float: right;
        font-size: 1.5rem; }
      .header-side-bar .navList .navPages-item > .navPages-action:last-child > .navPages-action {
        border-bottom: none; }
    .header-side-bar .navList .navPages-item .second-level-container {
      display: none;
      position: absolute;
      left: 100%;
      padding: 20px;
      background: #FFF;
      border: 1px solid #7f7f7f;
      max-width: 50vw;
      top: 50%;
      transform: translateY(-50%);
      max-height: 100vh;
      overflow: hidden;
      overflow-y: auto;
      padding-left: 30px;
      padding-right: 30px; }
      .header-side-bar .navList .navPages-item .second-level-container .second-level-content {
        display: flex;
        justify-content: space-between;
        padding-top: 10px; }
      .header-side-bar .navList .navPages-item .second-level-container .spacer {
        max-width: 100px;
        width: 100vw; }
      .header-side-bar .navList .navPages-item .second-level-container .second-level-image {
        max-width: 320px;
        min-width: 320px; }
    .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level {
      display: block;
      max-width: 50%; }
      .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level > li {
        padding-left: 0;
        width: 210px;
        margin-top: 0; }
        .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level > li a {
          color: #757575;
          font-weight: 300;
          font-size: 16px;
          padding: 7px 0;
          display: block; }
          .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level > li a:hover {
            background: #f5f5f5;
            color: #000; }
      .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level > li > .navPages-action {
        font-weight: 400;
        padding: 7px 0px;
        color: #000; }
    .header-side-bar .navList .navPages-item .navlist-sub.nav-third-level {
      display: block;
      padding-left: 0px; }
      .header-side-bar .navList .navPages-item .navlist-sub.nav-third-level > li {
        padding-left: 0; }
      .header-side-bar .navList .navPages-item .navlist-sub.nav-third-level li {
        margin: 0; }

.header-side-bar .navList .navPages-item:hover {
  background-color: #00204c;
  color: #fff; }

.header-side-bar .navList .navPages-item > .navPages-action:hover, .header-side-bar .navList .navPages-item:hover > .navPages-action {
  color: #fff; }

.header-side-bar .header-side-bar-inn .headerSidebar-block.category .navList .navPages-item > a.navPages-action {
  padding-left: 70px;
  position: relative;
  background-size: 0px; }

.header-side-bar .header-side-bar-inn .headerSidebar-block.category .navList .navPages-item > a.navPages-action:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 30px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center; }

.header-side-bar .header-side-bar-inn .headerSidebar-block.category .navList .navPages-item > a.navPages-action[data-icon]:before {
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: auto 24px; }

.header-side-bar .header-side-bar-inn .headerSidebar-block.category .navList .navPages-item > a.navPages-action:hover:before, .header-side-bar .header-side-bar-inn .headerSidebar-block.category .navList .navPages-item:hover > a.navPages-action:before {
  filter: invert(100%); }

.navUser-section > .navUser-item--account > ul::before {
  content: none; }

.navUser-section > .navUser-item--account:hover > ul {
  display: none; }

.header-side-bar.headerSidebarOn .simplebar-scrollbar::before, .header-side-bar.headerSidebarOn .simplebar-scrollbar.simplebar-visible::before {
  background: #000; }

.header-side-bar.headerSidebarOn .simplebar-track.simplebar-vertical::before {
  background: transparent; }

.header-side-bar .navList .navPages-item > .second-level-container .sidebarBlock-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0 -30px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1; }

.header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level {
  column-count: 3;
  max-width: none;
  column-gap: 20px; }

#headerAccountSidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  right: -210%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in, height 0s, width 0s;
  z-index: 9;
  visibility: hidden; }
  #headerAccountSidebar.header-account-sidebar-open {
    right: 0;
    visibility: visible; }
  #headerAccountSidebar > .header-sidebar-account-in {
    position: relative;
    max-width: 342px;
    width: 100%;
    float: right;
    height: 100%;
    background-color: #FFF;
    padding: 20px 0px; }
    #headerAccountSidebar > .header-sidebar-account-in > .close {
      text-align: left; }
    #headerAccountSidebar > .header-sidebar-account-in > ul {
      position: relative;
      display: block;
      top: 0;
      box-shadow: none;
      width: 100%;
      max-width: 100%;
      transform: none;
      left: 0;
      padding: 20px 0px 0px; }
    #headerAccountSidebar > .header-sidebar-account-in ul > li {
      padding: 0; }

/* side menu */
.logo-wrap {
  background: #ebebeb;
  margin-top: -18px;
  padding: 13px 20px 6px;
  position: sticky;
  top: 0;
  z-index: 1; }

.logo-wrap .menu-logo {
  height: 50px;
  width: 50px; }

.logo-wrap .close {
  position: absolute;
  right: 20px;
  top: 30px; }

.header-side-bar .navList li ul .menu-title {
  display: none; }

.header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child {
  display: inline-block; }

/* side menu end */
/* account side menu */
.account-slide-menu .header-sidebar-account-in .logo-wrap {
  /*margin-left: -20px;
    margin-right: -20px;*/
  margin-top: -20px; }

.account-slide-menu .header-sidebar-account-in .logo-wrap h4 {
  margin: 0;
  padding: 10px 50px 20px 0; }

.header-inner .navUser-section > li .account-slide-menu .header-sidebar-account-in ul.navUser-section-sub .navUser-item a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  transition: all 0.3s ease; }
  .header-inner .navUser-section > li .account-slide-menu .header-sidebar-account-in ul.navUser-section-sub .navUser-item a svg {
    height: 20px;
    width: 20px;
    fill: currentColor;
    color: #000;
    transition: all 0.3s ease;
    vertical-align: text-bottom; }

.header-inner .navUser-section > li .account-slide-menu .header-sidebar-account-in ul.navUser-section-sub .navUser-item a:hover {
  background-color: #00204c;
  color: #fff; }
  .header-inner .navUser-section > li .account-slide-menu .header-sidebar-account-in ul.navUser-section-sub .navUser-item a:hover svg {
    fill: currentColor;
    color: #fff; }

/* account side menu end */
/* carousel fixes */
.carousel-contain {
  position: relative; }

.productCarousel:not(.slick-initialized) {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative; }

.productCarousel:not(.slick-initialized) .productCarousel-slide {
  visibility: hidden;
  width: 252px; }

.productCarousel:not(.slick-initialized) + .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.productCarousel.slick-initialized + .loader {
  display: none; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #ff9f17;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

/* carousel fixes end */
.dFlex {
  display: flex;
  flex-flow: row wrap; }

.justify-cont-between {
  justify-content: space-between; }

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

.medium-strong {
  font-weight: 500; }

.align-item-center {
  align-items: center; }

.stuck {
  border-bottom: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); }

.pre-header {
  background: #f5f5f5;
  padding: 11px 0; }
  .pre-header .socialLinks--alt .icon {
    border-color: #e5e5e5;
    width: 31px;
    height: 31px; }
    .pre-header .socialLinks--alt .icon svg {
      fill: #000;
      color: #000; }
    .pre-header .socialLinks--alt .icon:hover svg {
      fill: #fff;
      color: #fff; }

.footer-info-col--social .icon--twitter:hover {
  border-color: #60bdea; }

.footer-info-col--social .icon--facebook:hover {
  border-color: #49669d; }

.footer-info-col--social .icon--linkedin:hover {
  border-color: #387ba6; }

.footer-info-col--social .icon--tumblr:hover {
  border-color: #34526f; }

.footer-info-col--social .icon--stumbleupon:hover {
  border-color: #48b04f; }

.footer-info-col--social .icon--google:hover {
  border-color: #4c4c4c; }

.footer-info-col--social .icon--youtube:hover {
  border-color: #fa3b3a; }

.footer-info-col--social .icon--pinterest:hover {
  border-color: #fc393d; }

.footer-info-col--social .icon--instagram:hover {
  border-color: #b5b196; }

.footer-info-col--social .icon--rss:hover {
  border-color: #f26522; }

.header-inner .navUser-section > li > a {
  height: auto;
  width: auto; }

.search-box .navUser .navUser-item--account {
  display: block; }

.header-inner .navUser-section > li > a svg {
  width: 22px;
  height: 26px;
  stroke: none; }

.header-inner .navUser-section > li > a .down_arrow svg {
  width: 17px;
  padding-left: 6px; }

.header-inner .navUser-item--cart .navUser-action svg {
  width: 27px;
  height: 27px; }

/*sticky-menu css*/
.stuck .header-left, .stuck .header-right {
  display: flex; }

.stuck .header-center {
  width: 50%; }

/*.stuck .pre-header {
    display: none;
}*/
.header.stuck #promotion-bar {
  display: none; }

.header.stuck #free_shipping-bar {
  display: none; }

/* hide topbar on sticky-menu */
.header.stuck .pre-header {
  display: none; }

/*header menu css*/
.logo-block {
  margin-bottom: 24px; }

.header-logo {
  max-width: 191px;
  padding: 0; }

.header-logo > a {
  z-index: 0; }

.header-inner .countPill {
  color: #fff;
  background: #ff9f17;
  right: -10px;
  top: -11px; }

.desktop_mobile_menu .control-otherlinks span {
  width: 28px; }

.search-full {
  display: flex;
  flex-flow: row nowrap;
  padding: 2px;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  margin-top: -10px; }
  .search-full .navUser-item.navUser-search .navUser-action {
    background: #ff9f17;
    padding: 7.5px 13px;
    border-radius: 0px 10px 10px 0px;
    line-height: 0; }
    .search-full .navUser-item.navUser-search .navUser-action svg {
      fill: #fff;
      color: #fff;
      width: 30px;
      height: 36px; }
  .search-full .dropdown--quickSearch {
    position: relative;
    padding: 0;
    top: auto !important;
    left: auto;
    flex: 1; }
    .search-full .dropdown--quickSearch .form {
      height: 100%; }
      .search-full .dropdown--quickSearch .form .form-fieldset {
        height: 100%; }
        .search-full .dropdown--quickSearch .form .form-fieldset .form-field {
          display: flex;
          height: 100%; }
          .search-full .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
            color: #000;
            font-style: normal; }
  .search-full .dropdown--quickSearch.is-open {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none;
    width: auto !important; }

.dropdown--quickSearch .form .form-input::placeholder, .mobile-search .form .form-input::placeholder {
  color: #000;
  font-weight: 300;
  font-style: normal; }

.header-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center; }

.header-right .navUser {
  flex: 1; }

.shipping-cutoff {
  display: none; }
  .shipping-cutoff .countdown {
    color: #000;
    text-align: center;
    margin-bottom: 0px; }
    .shipping-cutoff .countdown:not(.timmer) {
      line-height: 1.3; }
  .shipping-cutoff .countdown.timmer {
    text-align: center;
    margin: 3px 0 0;
    border: 1px solid #d7d7d7;
    background: #f5f5f5;
    font-size: 26px;
    color: #0065a2;
    font-weight: 500;
    padding: 3.5px 18.15px;
    display: inline-block; }
  .shipping-cutoff span {
    display: inline-block; }
    .shipping-cutoff span:before {
      color: #000;
      font-size: 14px;
      display: block; }
  .shipping-cutoff .countdown-hour:before {
    content: 'hrs'; }
  .shipping-cutoff .countdown-minutes:before {
    content: 'mins'; }
  .shipping-cutoff .countdown-seconds:before {
    content: 'sec'; }

.header-right .shipping-cutoff {
  text-align: center;
  padding: 0 0 0 5px;
  margin: -15px 0 0 0; }

.header-inner .navUser-item--cart {
  position: relative; }

/*footer css*/
.main-footer {
  margin-top: 68px;
  position: relative; }

.newsletter-section {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff9f17;
  display: flex;
  flex-flow: row wrap;
  padding: 40px 70px;
  align-items: center;
  width: 80%;
  max-width: 1390px;
  justify-content: space-between; }

.newsletter-section .footer-info-newsletter {
  width: 100%; }

.newsletter-section .footer-info-newsletter .footer-info-newsletter-inn {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .footer-info-heading {
  font-size: 24px;
  line-height: 1.275;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-family: roboto;
  font-weight: 500;
  flex: 0 0 50%;
  margin: 0;
  padding: 0 3em 0 0; }

.newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form {
  flex: 0 0 50%;
  padding-left: 3em; }

.newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form .form-prefixPostfix .form-input {
  padding: 10px 25px;
  height: 58px;
  margin-right: 2px;
  font-family: roboto;
  font-size: 14px;
  border: none; }

.newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form .form-prefixPostfix .button {
  color: #fff;
  background: #0065a2;
  font-size: 16px;
  font-family: roboto;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 20px 30px;
  letter-spacing: 1.2px; }

.newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form .form-prefixPostfix .button:hover {
  background: #00254d; }

.footer-info-inn {
  padding-top: 107px;
  padding-bottom: 38px; }

.footer-mid-section {
  display: none; }

.footer-bar.copyright .footer-bar-inn {
  justify-content: center; }

.footer-bar.copyright .footer-bar-inn p.powered-by {
  text-align: center; }

.footer-info .footer-info-heading {
  margin-top: 0;
  font-size: 20px;
  font-family: Capri Pro,Roboto,Arial,Helvetica,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 46px;
  text-transform: uppercase; }

.main-footer .footer-info {
  align-items: stretch;
  padding-bottom: 0;
  flex-flow: row wrap; }

.contact-footer {
  width: 348px;
  max-width: 100%;
  padding-right: 45px;
  border-right: 2px rgba(255, 255, 255, 0.1) dashed;
  min-width: 348px; }

.main-footer .footer-info-col.footer-info-col--small {
  height: auto; }

.main-footer .footer-info-col.footer-store-info p svg {
  fill: #fff;
  color: #fff; }

.whyUs {
  flex: 1;
  padding-left: 45px; }

article.footer-info-col.footer-info-col--small.accesbiltyinfo {
  width: 24%;
  margin-left: 26px;
  padding-left: 30px;
  border-left: 2px rgba(255, 255, 255, 0.1) dashed; }
  article.footer-info-col.footer-info-col--small.accesbiltyinfo .footer-info-heading {
    margin-bottom: 20px; }

@media all and (max-width: 767px) {
  article.footer-info-col.footer-info-col--small.accesbiltyinfo {
    padding-left: 0.75rem;
    margin-left: 0;
    border: 0;
    min-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 2px rgba(255, 255, 255, 0.1) dashed; }
    article.footer-info-col.footer-info-col--small.accesbiltyinfo .footer-info--col-inn {
      border: 0; }
      article.footer-info-col.footer-info-col--small.accesbiltyinfo .footer-info--col-inn .footer-info-heading {
        padding: 0;
        margin-bottom: 46px;
        line-height: 24px; } }

/*banner slider*/
.banner-slider {
  margin-bottom: 105px; }

.banner-slider .heroCarousel {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1); }

.banner-slider .heroCarousel-image-wrapper {
  position: relative; }

/*.banner-slider .heroCarousel-image-wrapper:after {
	content: '';
	background: linear-gradient(90deg, rgba(255,255,255,0.7) 70%, transparent);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
}*/
.banner-slider .slick-initialized .slick-active .heroCarousel-content {
  display: block;
  top: 54%;
  left: calc((100vw - 1360px) / 2);
  text-align: left;
  margin: 0;
  max-width: 760px; }

.banner-slider .heroCarousel-title {
  font-family: Capri Pro,Roboto,Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: initial;
  font-size: 57px;
  color: #000;
  text-shadow: none; }

.banner-slider .heroCarousel-description {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  text-shadow: none; }

.bblue2 {
  color: #0065a2;
  font-weight: 600; }

.banner-slider .button.button--primary {
  background: #fff;
  color: #00254d;
  border-color: #00254d;
  border-radius: 24px;
  letter-spacing: 2.5px;
  padding: 11px 25px; }

.banner-slider .button.button--primary:hover {
  background: #00254d;
  border-color: #00254d;
  color: #fff; }

.banner-slider .button.button--primary svg {
  display: none; }

.banner-slider .heroCarousel .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background: #ccc; }

.banner-slider .heroCarousel:hover .slick-arrow {
  opacity: 0.5;
  visibility: visible; }

.banner-slider .heroCarousel .slick-arrow:hover {
  opacity: 1;
  background: #00254d; }

.banner-slider .slick-dots {
  bottom: auto;
  top: 100%;
  margin-top: 25px; }

.banner-slider .heroCarousel .slick-dots li {
  margin: 0 8px; }

.banner-slider .heroCarousel .slick-dots li button {
  border: 1px solid #959595; }

.banner-slider .heroCarousel .slick-dots li.slick-active button {
  border: 1px solid #959595;
  width: 20px;
  height: 20px; }

.banner-slider .heroCarousel .slick-dots li.slick-active button:before {
  background: #959595;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 6px; }

.category-banner-section .cat-desc {
  max-height: 90px;
  overflow: auto; }

/*home page*/
.popular-categories {
  margin-bottom: 35px; }

.section-title {
  margin-bottom: 65px; }

.theme-heading {
  font-family: Capri Pro,Roboto,Arial,Helvetica,sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #0065a2; }

.category-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.category-wrap .category {
  width: 120px;
  text-align: center;
  margin: 0 30px; }

.category-wrap .category a {
  display: block; }

.category-wrap .category .category-icon {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background: #f3f3f3;
  padding: 29px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.25s ease; }

.category-wrap .category .category-icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  fill: #000;
  color: #000; }

.category-wrap .category .title {
  text-transform: initial;
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: 400; }

.category-wrap .category a:hover .category-icon {
  background: #00254d; }

.category-wrap .category a:hover .category-icon svg {
  fill: #fff;
  color: #fff; }

.category-wrap .category a:hover .title {
  color: #00254d; }

.card-img-container {
  border: 1px rgba(0, 0, 0, 0.1) solid; }

/*full width header only*/
.section-title.gray-bg {
  background: transparent;
  padding: 20px 0;
  margin-bottom: 5px;
  /*width: calc(100vw - 17px);
    transform: translateX(calc((1360px - 100%) / 2));*/ }

.page-heading + .page-sub-heading {
  margin-top: 22px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 400;
  color: #535353;
  margin-top: 10px; }

.home-carousel .productCarousel-slide .card {
  border: none; }

.home-carousel .card-img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.home-carousel .card--alternate .card-body {
  padding: 0; }

.home-carousel .card--alternate .card-body .card-mid-block {
  margin: 0; }

.home-carousel .card--alternate .card-body .card-mid-block .card-title {
  font-weight: 400; }

.home-carousel .card:hover {
  border: none;
  box-shadow: none; }

.home-carousel .card--alternate:hover .card-body {
  background: #fff; }

.home-carousel .card:hover .card-title {
  opacity: 1;
  visibility: visible; }

.home-carousel .card--alternate .card-title > a, .home-carousel .card--alternate:hover .card-title > a {
  color: #000; }

.home-carousel .card .card-figure a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.home-carousel .card .card-figure a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26px" height="18px"> <path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M25.613,9.256 C25.384,9.577 19.936,17.118 12.979,17.118 C6.021,17.118 0.573,9.577 0.345,9.256 C0.128,8.951 0.128,8.538 0.345,8.234 C0.573,7.912 6.021,0.371 12.979,0.371 C19.936,0.371 25.384,7.912 25.613,8.234 C25.829,8.538 25.829,8.951 25.613,9.256 ZM12.979,2.104 C7.842,2.104 3.413,7.106 2.101,8.744 C3.415,10.381 7.854,15.386 12.979,15.386 C18.115,15.386 22.544,10.383 23.857,8.745 C22.542,7.108 18.103,2.104 12.979,2.104 ZM12.979,13.942 C10.187,13.942 7.916,11.610 7.916,8.745 C7.916,5.879 10.187,3.547 12.979,3.547 C15.770,3.547 18.041,5.879 18.041,8.745 C18.041,11.610 15.770,13.942 12.979,13.942 ZM12.979,5.280 C11.118,5.280 9.604,6.834 9.604,8.745 C9.604,10.655 11.118,12.210 12.979,12.210 C14.840,12.210 16.353,10.655 16.353,8.745 C16.353,6.834 14.840,5.280 12.979,5.280 Z"/></svg>') no-repeat center/25px 16px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 1;
  margin-left: -29px;
  margin-top: -29px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out; }

.home-carousel .card:hover .card-figure a:before, .home-carousel .card:hover .card-figure a:after {
  visibility: visible;
  opacity: 1; }

.home-carousel .card:hover .card-figure a:after {
  transform: translateY(0); }

.home-carousel .productCarousel .productCarousel-slide .card .card-inner {
  border: none; }

.home-carousel .productCarousel .productCarousel-slide .card .card-inner:before {
  background: transparent;
  visibility: hidden !important; }

.home-carousel .productCarousel .productCarousel-slide .card .card-inner .card-body {
  background: #fff;
  padding: 5px 0; }

.home-carousel .productCarousel .productCarousel-slide .card:hover .card-inner {
  box-shadow: none; }

.productCarousel .slick-arrow {
  top: 50%;
  right: -60px;
  margin-top: -17px;
  background: 0 0;
  border: 0;
  height: 34px;
  width: 34px;
  background: #e5e5e5;
  border-radius: 50%;
  text-align: center; }

.productCarousel .slick-arrow.slick-prev {
  right: auto;
  left: -60px; }

.productCarousel .slick-arrow svg {
  display: block;
  width: 34px; }

.productCarousel .slick-arrow svg.product-slick-arrow {
  display: none; }

.productView--quickView .productView-images .productView-thumbnail-link {
  height: 60px; }

/*static page css*/
.page {
  margin-bottom: 181px;
  margin-top: 0; }

/*static page css end*/
/*breadcrumbs*/
.breadcrumbs {
  background: #f5f5f5;
  padding: 7.75px 0px;
  position: relative;
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase; }

.breadcrumbs:before, .breadcrumbs:after {
  content: '';
  background: inherit;
  width: calc(((100vw - 17px) - 100%) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%; }

.breadcrumbs::after {
  right: auto;
  left: 100%; }

.breadcrumbs .breadcrumb::before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="6px" height="10px"><path fill-rule="evenodd"  fill="rgb(0, 37, 77)" d="M5.853,4.678 L0.853,0.133 C0.658,-0.045 0.342,-0.045 0.146,0.133 C-0.049,0.310 -0.049,0.598 0.146,0.775 L4.793,4.999 L0.146,9.224 C-0.049,9.401 -0.049,9.689 0.146,9.866 C0.244,9.955 0.372,9.999 0.500,9.999 C0.628,9.999 0.756,9.955 0.853,9.866 L5.853,5.320 C5.947,5.236 6.000,5.120 6.000,4.999 C6.000,4.879 5.947,4.763 5.853,4.678 Z"/></svg>'); }

/*breadcrumbs end*/
/*product page*/
.productView {
  margin-top: 60px; }

.product-top-details {
  display: flex;
  flex-flow: row nowrap; }

.productView {
  margin-top: 60px; }

.productView-images {
  width: 501px;
  max-width: 50%; }

.productView-images .productView-image-main {
  flex: 1; }

.productView-img-container {
  max-width: 339px;
  height: 430px; }

.productView-images .productView-thumbnails {
  width: 70px; }

.productView-images .productView-thumbnails .slick-slide {
  margin-bottom: 12px; }

.productView-images .productView-thumbnail-link {
  box-sizing: border-box;
  max-width: 70px;
  height: 60px; }

.productView-images .productView-thumbnails img {
  width: 70px; }

.productView-images .productView-thumbnails .slick-arrow {
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #e5e5e5; }

.productView-images .productView-thumbnails .slick-arrow.slick-prev {
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px; }

.productView-images .productView-thumbnails .slick-arrow.slick-disabled {
  opacity: 0; }

.product-highlights {
  flex: 1;
  display: flex;
  flex-flow: row nowrap; }

.productView-product {
  border-bottom: 0; }

.productView-product .productView-brand {
  font-size: 18px;
  color: #0065a2;
  line-height: 1.3;
  display: none; }

.productView-product .productView-brand a {
  color: inherit; }

.productView-product .productView-brand + .productView-title {
  color: #0065a2;
  font-family: capri pro;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px; }

.product-highlights .productView-details {
  flex: 1; }

.productView-details.product-sidebar {
  max-width: 277px; }

.productView-details.product-sidebar .productView-options {
  border: 1px solid #b7b7b7;
  padding: 20px;
  position: relative; }

.productView-details.product-sidebar .productView-options .form-field {
  margin-bottom: 0px; }

.productView-details.product-sidebar .productView-options .form-field .form-label {
  font-size: 16px;
  text-transform: uppercase; }

.productView-details.product-sidebar .productView-options .form-field .form-radio + .form-option {
  border: 0;
  position: relative;
  padding-left: 25px; }

.productView-details.product-sidebar .productView-options .form-field .form-radio + .form-option .form-option-variant {
  height: auto;
  line-height: 1.5;
  font-size: 16px; }

.productView-details.product-sidebar .productView-options .form-field .form-radio + .form-option:before {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  border: 1px solid #000;
  border-radius: 50%;
  top: 6px;
  padding-left: 0; }

.productView-details.product-sidebar .productView-options .form-field .form-radio:checked + .form-option {
  background: transparent;
  color: #000; }

.productView-details.product-sidebar .productView-options .form-field .form-radio:checked + .form-option:before {
  box-shadow: inset 0 0 0 2px #fff;
  background: #000; }

.productView-details.product-sidebar .productView-options .price-block {
  border: 0;
  padding: 0; }

.productView-details.product-sidebar .productView-options .price-block .productView-price {
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.productView-details.product-sidebar .productView-options .price-block .productView-price::before {
  content: 'Your Price:';
  font-size: 16px;
  color: #000; }

.productView-details.product-sidebar .productView-options .price-block .productView-price .price {
  color: #ff9f17;
  font-size: 22px;
  font-weight: 500; }

.productView-details.product-sidebar .productView-options .form-field.form-field--increments .form-increment {
  position: relative;
  padding-left: 43px;
  padding-top: 6px; }

.productView-details.product-sidebar .productView-options .form-field.form-field--increments .form-increment:before {
  content: 'Qty:';
  position: absolute;
  left: 0px;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  top: 6px; }

.productView-details.product-sidebar .productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal {
  width: 35px !important;
  padding: 0px !important;
  border: 1px solid #252323 !important;
  float: left;
  text-align: center !important;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  font-weight: 300;
  height: 22px; }

.productView-details.product-sidebar .productView-options .form-field.form-field--increments .form-increment .button .icon {
  height: 22px;
  border-color: #000;
  border-left: 1px solid; }

.productView-details.product-sidebar .productView-options .form-action {
  display: block;
  margin-top: 10px; }

.productView-details.product-sidebar .productView-options .form-action .button {
  background: #ff9f17;
  border-color: #ff9f17;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 6.3px 10px;
  line-height: 1.3; }

.productView-details.product-sidebar .productView-options .extra-opt {
  display: flex;
  justify-content: space-around; }

.productView-details.product-sidebar .productView-options .extra-opt .productView-compare {
  margin: 20px 0 0; }

.productView-details.product-sidebar .productView-options .extra-opt .button.compare {
  border-radius: 50%;
  padding: 13px 12px; }

.productView-details.product-sidebar .productView-options .extra-opt .button.compare:hover {
  background: transparent;
  border-color: #ff9f17; }

.productView-details.product-sidebar .productView-options .extra-opt .button.compare:hover .icon svg {
  fill: #ff9f17; }

.productView-details.product-sidebar .productView-options .share-block {
  display: none; }

.reward_points_block {
  background: #0066a3;
  padding: 20px;
  color: #fff; }

.reward_points_block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 9px; }

.reward_points_block .block-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0; }

.info_link {
  color: #afe1ff;
  font-size: 14px;
  text-decoration: underline; }

.reward_points_count {
  font-size: 24px;
  font-weight: 500; }

.block-content p:last-child {
  margin-bottom: 0; }

.productView-product .productView-info-name.sku-label {
  width: auto;
  min-width: 0;
  padding-right: 5px;
  color: #5d5d5d;
  font-weight: 400;
  font-size: 16px;
  padding-top: 5px; }

.productView-product .productView-info .productView-info-value {
  color: #5d5d5d;
  font-weight: 500;
  font-size: 16px;
  padding-top: 5px; }

.productView-bullet-description {
  font-weight: 300; }

.productView-bullet-description ul {
  margin-left: 18px;
  color: #000; }

.productView-bullet-description > ul > li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 5px; }

.returns-msg {
  color: #000;
  font-weight: 300; }

.returns-msg a {
  color: #0066a3;
  text-decoration: underline; }

.productCarousel .productCarousel-slide .card .card-inner {
  border: 1px solid #d7d7d7;
  padding: 2px;
  transition: all 0.3s ease;
  position: relative; }

.productCarousel .productCarousel-slide .card .card-inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1; }

.productCarousel .productCarousel-slide .card .card-inner:hover {
  border-color: #0065a2;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2); }

.productCarousel .productCarousel-slide .card .card-inner:hover:before {
  visibility: visible;
  opacity: 0.9; }

.productCarousel .productCarousel-slide .card:hover .card-figcaption-body-custom {
  z-index: 2; }

.productCarousel .productCarousel-slide .card .card-figcaption-body-custom .button.wishlist, .productCarousel .productCarousel-slide .card .card-figcaption-body-custom .button.wishlist:hover {
  border: 0;
  width: 20px;
  height: 20px;
  background: transparent; }

.productCarousel .productCarousel-slide .card .card-figcaption-body-custom .button.wishlist svg {
  fill: #00254d;
  width: 20px;
  height: 20px; }

.productCarousel .productCarousel-slide .card-figcaption-body-custom .button.quickview:hover {
  background: #fff;
  border-color: #00254d; }

.productCarousel .productCarousel-slide .card-figcaption-body-custom .button.quickview:hover::after {
  color: #000; }

.productCarousel .productCarousel-slide .card-figcaption-body-custom .button.quickview:hover svg {
  fill: #00254d;
  color: #00254d; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block {
  margin-top: 0;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  transform: translateY(-50%);
  margin-top: 100px;
  visibility: hidden; }

.productCarousel .productCarousel-slide .card:hover .card-body .card-button-block {
  margin-top: 0;
  visibility: visible; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: #ff9f17;
  border-color: #ff9f17;
  margin: 0 10px; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button svg {
  margin: 0;
  display: block;
  position: relative;
  width: 29px;
  height: 21px; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button span {
  position: absolute;
  top: 100%;
  color: #000;
  font-size: 14px;
  text-transform: initial;
  min-width: 100%;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button.quickview {
  background: #00254d;
  border-color: #00254d; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button:hover {
  background: #fff; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button:hover svg {
  color: #ff9f17;
  fill: #ff9f17; }

.productCarousel .productCarousel-slide .card .card-body .card-button-block .button.quickview:hover svg {
  fill: #00254d;
  color: #00254d; }

.productCarousel .productCarousel-slide .card .card-body .card-mid-block {
  position: static; }

.productCarousel .productCarousel-slide .card .card-inner .card-body {
  background: #f5f5f5;
  padding: 15px; }

.productCarousel .productCarousel-slide .card .card-inner .card-body .card-text.brand-name {
  display: none; }

.productCarousel .productCarousel-slide .card .card-inner .card-img-container {
  border: none; }

.productCarousel .productCarousel-slide .card .card-inner .card-body .card-mid-block {
  margin-top: 0; }

.productCarousel .productCarousel-slide .card .card-inner .card-body .card-title {
  width: 100%;
  text-align: left; }

.productCarousel .productCarousel-slide .card .card-inner .card-body .card-text {
  width: 100%;
  justify-content: flex-start; }

.productCarousel .productCarousel-slide .card .card-inner .card-body .card-text .price-section.price-section--withoutTax {
  margin-left: 0;
  text-align: left;
  font-size: 0; }

.productCarousel .productCarousel-slide .card .card-inner .card-body .card-text .price-section.price-section--withoutTax .price {
  display: block; }

.productView-description .productView-description-inn {
  border: none; }

.productView-description .productView-description-inn .toggle-title {
  border: none; }

.productView-description .productView-description-inn .toggleLink, .productView-description .productView-description-inn .toggleLink.is-open {
  padding: 0;
  background: transparent;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Capri Pro;
  color: #0066a3;
  font-weight: 600; }

.productView-description .productView-description-inn .toggleLink .icon--name {
  display: none; }

.productView-description .productView-description-inn .toggleLink .toggle-down-arrow {
  display: none; }

.productView-description .productView-description-inn .toggle .toggle-content {
  display: block;
  padding: 25px 0;
  font-weight: 300;
  border: none; }

.container .section-title.gray-bg {
  position: relative; }

.container .section-title.gray-bg::before, .container .section-title.gray-bg::after {
  content: '';
  background: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(((100vw - 17px) - 100%) / 2);
  left: 100%; }

.container .section-title.gray-bg::before {
  left: auto;
  right: 100%; }

.page-wrap {
  margin-bottom: 170px; }

.product-recipes .home-blog-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-recipes .home-blog-img a span {
  width: 100%;
  height: 288px;
  min-height: 200px; }

.product-recipes .productCarousel .home-blog-item {
  padding: 0; }

.product-recipes .productCarousel .home-blog-item .home-blog-detail h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400; }

.product-recipes .productCarousel .home-blog-item .home-blog-detail h4 .home-blog-title {
  color: #000; }

.product-recipes .productCarousel .home-blog-item .home-blog-item-inner:hover .home-blog-img a::before {
  opacity: 0.5;
  visibility: visible; }

.product-recipes .productCarousel .home-blog-item .home-blog-item-inner .home-blog-img a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26px" height="18px"> <path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M25.613,9.256 C25.384,9.577 19.936,17.118 12.979,17.118 C6.021,17.118 0.573,9.577 0.345,9.256 C0.128,8.951 0.128,8.538 0.345,8.234 C0.573,7.912 6.021,0.371 12.979,0.371 C19.936,0.371 25.384,7.912 25.613,8.234 C25.829,8.538 25.829,8.951 25.613,9.256 ZM12.979,2.104 C7.842,2.104 3.413,7.106 2.101,8.744 C3.415,10.381 7.854,15.386 12.979,15.386 C18.115,15.386 22.544,10.383 23.857,8.745 C22.542,7.108 18.103,2.104 12.979,2.104 ZM12.979,13.942 C10.187,13.942 7.916,11.610 7.916,8.745 C7.916,5.879 10.187,3.547 12.979,3.547 C15.770,3.547 18.041,5.879 18.041,8.745 C18.041,11.610 15.770,13.942 12.979,13.942 ZM12.979,5.280 C11.118,5.280 9.604,6.834 9.604,8.745 C9.604,10.655 11.118,12.210 12.979,12.210 C14.840,12.210 16.353,10.655 16.353,8.745 C16.353,6.834 14.840,5.280 12.979,5.280 Z"/></svg>') no-repeat center/25px 16px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 1;
  margin-left: -29px;
  margin-top: -29px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s all; }

.product-recipes .productCarousel .home-blog-item .home-blog-item-inner:hover .home-blog-img a::after {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

/* dev code */
#videos-link {
  color: #0066a3;
  text-decoration: underline; }

.video-figure > .play-thumb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

#videos-container {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999; }

#close-video-modal {
  position: absolute;
  right: -12px;
  top: -10px;
  font-size: 36px;
  line-height: 0.5;
  cursor: pointer; }

#videos-container.show {
  display: flex; }

#product-videos-modal {
  height: 90vh;
  width: 80vw;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  margin: auto;
  padding: 20px; }

#product-videos {
  height: 100%;
  position: relative; }

#product-videos .slick-track {
  width: 100% !important; }

#product-video-current {
  height: 100%;
  display: flex;
  flex-direction: column; }

h3#product-video-heading {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.modal-product-video {
  flex: 1; }

/*.product-video-thumb .video-figure {*/
/*  padding: 7px;*/
/*}*/
/*.product-video-thumb.current .video-figure {*/
/*  padding: 5px;*/
/*  border: 2px solid #0065a2;*/
/*}*/
.productView-options .form .productView-compare {
  width: 100%;
  text-align: right; }

.productView-options .form .productView-compare .compare {
  border-radius: 50%; }

.productView-thumbnails .product-video-thumb .video-figure {
  height: 60px;
  background: #000;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  cursor: pointer; }

.productView-thumbnails .product-video-thumb .video-figure::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.productView-thumbnails .product-video-thumb .video-figure img {
  width: 100%;
  height: 100%;
  mix-blend-mode: initial; }

.productView-thumbnails .product-video-thumb .video-figure .play-thumb {
  height: 30px;
  width: 30px;
  z-index: 1;
  opacity: 0.7;
  fill: #fff;
  color: #fff;
  transition: all 0.3s ease; }

.productView-thumbnails .product-video-thumb .video-figure:hover .play-thumb {
  opacity: 1; }

/* dev code end */
.productView-options .productView-compare .compare {
  padding: 10px; }

.productView-options .productView-compare .compare:hover {
  background: #fff; }

.productView-options .productView-compare .compare:hover svg {
  fill: #2e3344 !important; }

.productView-options .productView-compare .compare.WishlistAddedOnProduct:hover svg {
  fill: #ffffff !important; }

@media only screen and (max-width: 900px) {
  .tooltiptext {
    display: none !important; } }

.form-field.form-field--increments + .alertBox {
  margin-top: 10px; }

.modal-background {
  background: rgba(0, 0, 0, 0.95); }

.productView-info-value a {
  font-style: normal;
  color: #0065a2; }

div#instocknotify-container + .button[disabled] {
  display: none; }

.productView-details.product-sidebar .productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal[disabled] {
  opacity: .3; }

.productGrid .product .card .card-body .card-body-inn .price-block .price-section.price-section--withoutTax {
  font-size: 0;
  margin-right: 6px; }

.productGrid .product .card .card-body .card-body-inn .price-block .price-section.price-section--withoutTax .price-now-label {
  display: none; }

.productView-details .price-section {
  font-size: 0; }

.productView-details .price-section .price-now-label {
  display: none; }

.productView-details .br {
  flex: 0 0 100%; }

.customer-view-product {
  position: relative; }
  .customer-view-product .page-sub-heading {
    display: none; }

/*.productView-options .form > .productView-compare {
    position: absolute;
    right: 3px;
    width: auto;
    top: 4px;
}
*/
.productView-options .form > .productView-compare + div.has-option {
  margin-top: -30px; }

.productView-images .productView-thumbnails.slick-initialized .slick-list .slick-slide:not(.slick-active) {
  opacity: 0; }

.productView-details.product-sidebar .productView-options .form-field.form-field--stock {
  padding-top: 10px; }

.in-stock {
  color: #009d00; }

.low-stock {
  color: #4cbcff; }

.no-stock {
  color: #ca0b0b; }

/*product page end*/
/*custome search dropdown*/
.quickSearchResults1 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease; }

.quickSearchResults1.open {
  max-height: 90vh; }

.quickSearch-wrap {
  background: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  width: 907px;
  max-height: 529px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap; }

.quickSearch-wrap .category_tabs {
  flex: 0 0 150px;
  width: 150px;
  overflow: auto;
  margin-right: 20px;
  background: #e5e5e5; }

.quickSearch-wrap .category_tabs .catNav {
  list-style: none; }

.quickSearch-wrap .category_tabs .catNav .catLink {
  margin: 0; }

.quickSearch-wrap .category_tabs .catNav .catLink a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 13px 20px;
  display: block;
  letter-spacing: 1.3px;
  background: #e5e5e5; }

.quickSearch-wrap .category_tabs .catNav .catLink a:hover {
  color: #0065a2; }

.quickSearch-wrap .category_tabs .catNav .catLink.active a {
  color: #0065a2;
  background: #fff; }

.category_cont {
  display: flex;
  flex-flow: row nowrap; }

.category_cont .catFilters {
  width: 167px;
  margin-right: 20px;
  overflow: auto;
  padding-top: 13px; }

.category_cont .catFilters .filter h5 {
  color: #0065a2;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase; }

.category_cont .catFilters .filter .filter-value {
  margin-bottom: 6px; }

.category_cont .catFilters .filter .filter-value a {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  font-weight: 300; }

.category_cont .catFilters .filter .filter-value a::before, .category_cont .catFilters .filter .filter-value a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  top: 2px;
  margin-top: 0; }

.category_cont .catFilters .filter .filter-value a::before {
  border: 1px solid #000; }

.category_cont .catFilters .filter .filter-value.active a::after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  top: 5px;
  height: 4px;
  width: 7px;
  left: 2.5px; }

.result-list {
  padding-top: 13px;
  flex: 1;
  padding-right: 21px; }

.result-list h4 {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px; }

.theme_color {
  color: #0065a2; }

.result-list .result-items {
  display: flex;
  flex-flow: row wrap; }

.result-list .result-items .result-item {
  flex: 0 0 33.333%;
  padding: 5px;
  margin: 0; }

.result-list .result-items .result-item a {
  border: 1px solid #d7d7d7;
  display: block;
  padding: 2px; }

.result-list .result-items .result-item .item-image {
  height: 145px;
  text-align: center; }

.result-list .result-items .result-item .item-image img {
  max-width: 100%;
  max-height: 100%; }

.result-list .result-items .result-item .item-detail {
  background: #f5f5f5;
  padding: 10px;
  font-size: 14px;
  transition: all .5s;
  height: 110px; }

.result-list .result-items .result-item .item-detail .item-name {
  font-weight: 500;
  margin-bottom: 10px; }

.result-list .result-items .result-item .item-detail .item-price {
  font-family: capri pro; }

.result-list .result-items .result-item a:hover {
  border-color: #00254d; }

.result-list .result-items .result-item a:hover .item-detail {
  background: #00254d;
  color: #fff; }

/* category banner */
.category-banner-section {
  position: relative; }

.category-banner-section .category-left-section {
  width: 100%; }

.category-banner-section .category-left-section.visible-top-banner {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.category-banner-section .category-left-section.visible-top-banner .page-heading {
  color: #fff;
  font-family: Capri Pro;
  font-weight: bold;
  font-size: 30px; }

.category-banner-section .cat-desc {
  width: 480px;
  margin-top: 20px;
  max-width: 100%; }

.category-banner-section .cat-desc p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.7px;
  line-height: 1.6; }

.category-banner-section .banners.category-right-section {
  width: 100%;
  position: relative;
  padding: 0; }

.category-banner-section .banners p:only-child {
  margin-bottom: 0;
  width: 100%; }

.category-banner-section .banners.category-right-section .close-bnr {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 15px;
  font-size: 23px;
  font-weight: 100;
  border-radius: 50%;
  text-align: center;
  color: #00254d;
  cursor: pointer; }

.category-banner-section .banners.category-right-section .promo-banner {
  max-height: 396px;
  display: flex;
  justify-content: center; }

.category-banner-section .banners.category-right-section .promo-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.category-banner-section .category-left-section:not(.visible-top-banner) {
  background: #fff; }

.category-banner-section .category-left-section:not(.visible-top-banner) .cat-desc {
  margin-top: 0; }

.category-banner-section .category-left-section:not(.visible-top-banner) .cat-desc p:first-child {
  margin-top: 20px; }

.category-banner-section .category-left-section:not(.visible-top-banner) .page-heading {
  font-family: Capri Pro;
  font-weight: bold;
  font-size: 30px;
  margin-top: 34px; }

/*category page*/
.type-category .page {
  margin-top: 60px; }

.page-sidebar.product-filter .filter-title {
  background: #00254d;
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.3px;
  font-family: Roboto;
  padding: 3.5px 10px; }

.page-sidebar.product-filter .sidebarBlock-heading {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.7px; }

.page-sidebar.product-filter .navList .navList-item > a {
  position: relative;
  padding-left: 25px; }

.page-sidebar.product-filter .navList .navList-item > a::before, .page-sidebar.product-filter .navList .navList-item > a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  top: 2px;
  margin-top: 0; }

.page-sidebar.product-filter .navList .navList-item > a::before {
  border: 1px solid #000; }

.page-sidebar.product-filter .navList .navList-item.ActivePage > a::after, .page-sidebar.product-filter .navList .navList-item > a.is-active::after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  top: 6px;
  height: 4px;
  width: 7px;
  left: 3px; }

.page-sidebar.product-filter .navList .navList-item > a span:not([class]) {
  color: #646464; }

.form-minMaxRow .form-input {
  padding: 6px 0px 6px 10px; }

.form-minMaxRow .button.button--small {
  padding: 5px 13px; }

.page-sidebar + .page-content .productGrid .product {
  width: 25%; }

.productGrid .product .card {
  border: 1px solid #d7d7d7;
  padding: 2px;
  transition: all 0.3s ease;
  position: relative; }

.productGrid .product .card:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1; }

.productGrid.product-filter .product .card .card-body {
  background: #f5f5f5; }

.productGrid .product .card .card-img-container {
  border: 0; }

.productGrid .product .card .card-body {
  margin-top: 0px;
  background: #f5f5f5;
  padding: 0 10px 10px;
  text-align: left; }

.productGrid .product .card .card-body .card-body-inn {
  text-align: left; }

.productGrid .product .card .card-body .card-body-inn .card-title {
  width: 100%;
  text-align: left; }

.productGrid .product .card .card-body .card-body-inn .price-block {
  justify-content: flex-start;
  text-align: left;
  width: 100%; }

.productGrid .product .card:hover {
  border-color: #0065a2;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2); }

.productGrid .product .card:hover:before {
  visibility: visible;
  opacity: 0.9; }

.productGrid .product .card:hover .card-figcaption-body-custom {
  z-index: 2; }

.productGrid .product .card .card-figcaption-body-custom .button.wishlist, .productGrid .product .card .card-figcaption-body-custom .button.wishlist:hover {
  border: 0;
  width: 20px;
  height: 20px;
  background: transparent; }

.productGrid .product .card .card-figcaption-body-custom .button.wishlist svg {
  fill: #9c9c9c;
  width: 20px;
  height: 20px; }

.productGrid .product .card .card-figcaption-body-custom .button.wishlist:hover svg {
  fill: #00254d; }

.productGrid .product .card .card-figcaption-body-custom .button.quickview:hover {
  background: #fff;
  border-color: #00254d; }

.productGrid .product .card .card-figcaption-body-custom .button.quickview:hover::after {
  color: #000; }

.productGrid .product .card .card-figcaption-body-custom .button.quickview:hover svg {
  fill: #00254d;
  color: #00254d; }

.productGrid .product .card .card-body .brand-name {
  display: none; }

.productGrid .product .card .card-body .card-mid-block {
  position: static; }

.productGrid .product .card .card-body .card-button-block {
  margin-top: 0;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
  transform: translateY(-50%);
  margin-top: 100px;
  visibility: hidden; }

.productGrid .product .card:hover .card-body .card-button-block {
  margin-top: 0;
  visibility: visible;
  z-index: 2; }

.productGrid .product .card .card-body .card-button-block .button {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: #ff9f17;
  border-color: #ff9f17;
  margin: 0 10px; }

.productGrid .product .card .card-body .card-button-block .button.addCat,
.productCarousel .productCarousel-slide .card .card-body .card-button-block .button.addCat,
.card .card-body .card-button-block .button.addCat {
  display: none !important; }

.productGrid .product .card .card-body .card-button-block .button svg {
  margin: 0;
  display: block;
  position: relative;
  width: 29px;
  height: 21px; }

.productGrid .product .card .card-body .card-button-block .button span {
  position: absolute;
  top: 100%;
  color: #000;
  font-size: 14px;
  text-transform: initial;
  min-width: 100%;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap; }

.productGrid .product .card .card-body .card-button-block .button.quickview {
  background: #00254d;
  border-color: #00254d; }

.productGrid .product .card .card-body .card-button-block .button:hover {
  background: #fff; }

.productGrid .product .card .card-body .card-button-block .button:hover svg {
  color: #ff9f17;
  fill: #ff9f17; }

.productGrid .product .card .card-body .card-button-block .button.quickview:hover svg {
  fill: #00254d;
  color: #00254d; }

.actionBar-main .filter-right .product-view-button {
  display: none; }

.actionBar-section .form-field {
  border: 0; }

.actionBar-section .form-field .form-select {
  border: 1px solid #000;
  padding: 4px 10px;
  background-position: right 6px top 5px;
  width: 200px; }

.actionBar-section .form-field .form-label {
  color: #0065a2;
  font-size: 16px;
  font-weight: 300; }

.productGrid .product .card .card-body .card-body-inn .price-block .price-section.price-section--withoutTax {
  margin-left: 0;
  text-align: left; }

.card-title > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden; }

.productGrid .product .card:hover .card-title, .productCarousel-slide .card:hover .card-title {
  opacity: 1;
  visibility: visible; }

.productGrid .product .card:hover .card-title > a::after, .productCarousel-slide .card:hover .card-title > a::after {
  visibility: visible;
  opacity: 0;
  z-index: 1; }

/*cart page*/
.page-content .page-heading {
  padding-top: 55px;
  margin-bottom: 40px;
  border-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: Capri Pro,Roboto,Arial,Helvetica,sans-serif; }

.page-content .page-heading strong {
  font-weight: inherit;
  color: #0065a2; }

.cart-item-figure [class*="cart-item-image"] {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid #d9d9d9; }

.cart-item-title {
  padding: 20px 10px; }

.cart-item-title .cart-item-brand {
  display: none; }

.cart-item-title .cart-item-name {
  font-size: 16px; }

.cart-item-title .cart-item-name a {
  color: #0065a2; }

.cart-item-title a[data-item-edit] {
  color: #0065a2;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #0065a2;
  padding: 5px 10px;
  display: inline-block; }

.cart-item-title a[data-item-edit]:hover {
  background: #0065a2;
  color: #fff; }

.cart-item-title .cart-item-name + .definitionList {
  margin: 2px 0; }

.cart-item-title .cart-item-name + .definitionList .definitionList-key {
  font-weight: 300;
  font-size: 0; }

.cart-item-title .cart-item-name + .definitionList .definitionList-value {
  font-weight: 300; }

span.cart-item-value {
  font-weight: 300; }

.cart-remove {
  padding: 0;
  background: none;
  width: 14px; }

.cart-remove svg {
  fill: #c7c7c7; }

.cart-remove:hover {
  background: none;
  color: #f00; }

.cart-remove:hover svg {
  fill: #f00; }

.cart-total-label strong {
  font-weight: 500; }

.regular {
  font-weight: 400;
  color: #000; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #0065a2;
  font-style: normal;
  font-weight: 300; }

.remain-free-shiping {
  color: #df8300;
  font-size: 16px;
  font-weight: 500; }

.cart-totals + .remain-free-shiping {
  clear: both;
  float: right;
  width: 41.66667%; }

.cart-actions .button {
  border: 1px solid #00254d;
  color: #00254d;
  letter-spacing: 1.7px; }

.cart-actions .button.button--primary {
  background: #00254d;
  margin-left: 0.78571rem;
  border-color: #00254d;
  color: #fff; }

.cart-actions .button.button--success {
  background: #ff9f17;
  color: #fff;
  border-color: #ff9f17; }

.cart-actions .button:hover, .cart-actions .button:focus, .cart-actions .button:active {
  background: #00254d;
  color: #fff; }

.cart-actions .button.button--primary:hover, .cart-actions .button.button--primary:focus, .cart-actions .button.button--primary:active {
  background: #0065a2;
  border-color: #0065a2;
  color: #fff; }

.cart-actions .button.button--success:hover, .cart-actions .button.button--success:focus, .cart-actions .button.button--success:active {
  background: #e68700;
  color: #fff;
  border-color: #e68700; }

.cart-item-quantity .form-increment .form-input--incrementTotal {
  height: 25px;
  text-align: center;
  border-color: #000;
  font-size: 16px;
  color: #000;
  background-position: right 2px top 6px; }

.cart-item-quantity .form-increment .button .icon {
  height: 17.5px;
  border-color: #000; }

.cart-total .estimator-form .form-label {
  font-size: 16px;
  font-weight: 300; }

.cart-total .estimator-form .estimator-form-input, .estimator-form .button--primary {
  max-width: 260px; }

.estimator-form .button--primary {
  padding: 6.5px 10px;
  font-size: 15px; }

.cart-total .form-select, .cart-total .form-input {
  font-size: 16px;
  font-weight: 300;
  padding: 7px 10px; }

.button.button--primary {
  background: #00254d;
  border: 1px solid #00254d;
  color: #ffffff; }

.button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
  background: #0065a2;
  border-color: #0065a2;
  color: #fff; }

.estimator-form-input--price b {
  font-weight: 300; }

.coupon-form .button,
.cart-gift-certificate-form .button {
  padding: 6.5px 10px;
  font-size: 15px; }

.shipping-quotes .button {
  padding: 6.5px 10px;
  width: 260px;
  max-width: 100%; }

.sale-flag-side {
  background: #ff9f17;
  left: 1px;
  top: 1px; }

.sale-flag-side::after, .sale-flag-side::before {
  background: inherit;
  background-image: none; }

.sale-flag-side::after {
  width: 10px;
  height: 100%;
  top: 0px;
  left: 100%;
  transform: skewX(-22deg);
  transform-origin: left top;
  z-index: -1; }

.section-title.gray-bg .page-heading {
  padding-top: 0;
  margin-bottom: 0; }

/* search page */
.type-search .breadcrumbs + .nav {
  display: none; }

.search-heading .page-heading {
  border-bottom: 0;
  padding-top: 45px; }

.panel.panel--large:not(.no-result) {
  display: none; }

.panel.panel--large.no-result .panel-body {
  background: #fff; }

/* account page */
body[class*="type-account"] .page-heading, .page-heading.account-heading {
  padding-top: 55px;
  margin-bottom: 40px;
  border-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: Capri Pro,Roboto,Arial,Helvetica,sans-serif; }

.nav-panel {
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 0.3s ease; }

.nav-accordion .down-icon {
  transition: all 0.3s ease; }

.nav-accordion:not(.active) .down-icon {
  transform: rotate(180deg); }

.nav-panel.active {
  max-height: 0;
  overflow: hidden; }

/* order page */
.account-pages-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 170px; }

.account-pages-wrap .navBar--account {
  width: 290px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  position: sticky;
  top: 170px;
  margin-bottom: 0; }

.account-pages-wrap .navBar--account .navBar-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px 5px 0;
  position: relative;
  margin-bottom: 0; }

.account-pages-wrap .navBar--account .navBar-title .down-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 14px; }

.account-pages-wrap .navBar--account .navBar-section .navBar-item {
  display: block;
  text-align: left;
  margin: 15px 0; }

.account-pages-wrap .navBar--account .navBar-section .navBar-item .navBar-action {
  color: #0065a2;
  font-weight: 400; }

.account-pages-wrap .navBar--account .navBar-section .navBar-item.is-active {
  color: #000;
  border-bottom: 0;
  font-weight: 500; }

.account-pages-wrap .account.account--fixed, .wishlist-page-wrap, .account-form-wrap, .account-full {
  flex: 1;
  margin-left: 30px; }

.account--fixedLarge {
  width: 100%; }

.acc-title {
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.account .form-label {
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.account .form-input, .account .form-select {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 9px 10px;
  border-color: rgba(0, 0, 0, 0.2); }

.account .form-select {
  padding: 9px 30px 9px 10px; }

.account-head {
  margin-bottom: 0; }

.account h3.account-heading {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-bottom: 10px;
  line-height: 1.2; }

.account-listItem {
  padding: 18px 0; }

.account-product {
  padding: 0 10px; }

.account-product-figure {
  width: 80px;
  border: 1px solid #d9d9d9; }

.account-product-title > a {
  color: #0065a2;
  font-weight: 500; }

.account-product-description {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px; }

.account-product-detail {
  font-weight: 300; }

.account-product-detail-heading {
  font-size: 16px;
  font-weight: 500;
  color: #000; }

.account-orderStatus-label {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 300;
  min-width: 168px;
  padding: 3.5px 5px;
  text-align: center;
  background: #00254d; }

.account-orderStatus-label.status-Awaiting, .account-orderStatus-label.status-Pending {
  background: #000; }

.account-orderStatus-label.status-Cancelled, .account-orderStatus-label.status-Refunded, .account-orderStatus-label.status-Declined {
  background: #ff9f17; }

.account-orderStatus-label.status-Completed {
  background: #0065a2; }

.form-checkbox + .form-label::before {
  border-radius: 0;
  border-color: #000; }

.account.account-full .account-content--fixedSmall {
  width: 60%; }

.account-listItem .account-product--alignMiddle .account-product-body {
  vertical-align: top;
  padding-left: 30px; }

.account.account-full .account-content--fixedSmall .account-product-body .account-product-title {
  max-width: 70%;
  font-size: 16px;
  font-weight: 500; }

.account.account-full .account-content--fixedSmall .account-product-body .account-product-price {
  font-size: 16px;
  font-weight: 400; }

.account-orderTotal .account-orderTotal-key, .account-orderTotal .account-orderTotal-value {
  font-size: 16px;
  padding: 15px 0; }

.account-orderTotal .account-orderTotal-key {
  font-weight: 500; }

.account-orderTotal .account-orderTotal-value {
  font-weight: 400; }

.account-sidebar-block .account-heading {
  margin-bottom: 15px; }

.account-sidebar-block {
  font-size: 16px;
  letter-spacing: .3px; }

.account-sidebar-block + .account-sidebar-block {
  margin-top: 55px; }

.account-sidebar-block .definitionList-key, .account-sidebar-block .definitionList-value {
  margin-bottom: 8px; }

.account-sidebar-block .definitionList-key {
  font-weight: 400;
  color: #000; }

.account-sidebar-block .definitionList-value {
  font-weight: 300; }

.account-sidebar-block .order-payments-description, .account-sidebar-block .order-payments-value.order-payments-value--long {
  display: none; }

.account-sidebar-block .button {
  display: block;
  padding: 6.5px 17.41px;
  margin: 0 auto; }

.account-sidebar-block .account-order-address {
  font-weight: 300; }

.account-sidebar-block .order-details-info .button {
  font-size: 16px;
  padding: 11.5px 25px;
  display: inline-block; }

.account-reorder-form ~ .button {
  margin-left: 15px; }

.wishlists-table {
  margin: 0; }

.panel.share-wishlist .panel-body {
  background: transparent;
  border: 1px solid #d7d7d7;
  margin-bottom: 40px; }

.panel.share-wishlist .panel-body .form-input {
  background: #f5f5f5; }

.wishlists-table.table thead tr th {
  font-size: 16px;
  font-weight: 500; }

.copy-group .form-input {
  flex: 1; }

.copy-group .button {
  margin-bottom: 0; }

/* payment method */
.paymentMethodList .paymentMethod-details {
  flex-flow: column; }

.paymentMethodList .paymentMethod-details .paymentMethod-label {
  flex: 1;
  font-size: 16px;
  font-weight: 500; }

.paymentMethodList .paymentMethod-details .paymentMethod-description {
  flex: 1;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300; }

.paymentMethod-addNew, .address-addNew {
  font-weight: 300;
  color: #a7a7a7; }

.paymentMethod-addNew .paymentMethod-title, .address-addNew .address-title {
  font-weight: 300;
  color: #a7a7a7; }

.paymentMethodForm {
  max-width: 100%; }

.paymentMethodForm .paymentMethodForm-subheading {
  padding-top: 20px; }

.paymentMethodForm .paymentMethodForm-subheading .paymentMethodForm-cards {
  margin-left: 0; }

.paymentMethodForm .paymentMethodForm-subheading .paymentMethodForm-cards .paymentMethodForm-cards-icon {
  width: 37.5px; }

.paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
  width: calc(50% - 15px); }

.paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
  width: 20%; }

.form-actions .button + .button {
  margin-left: 20px; }

#my-account {
  display: none; }

.my-account h5 {
  text-transform: unset;
  font-weight: 500;
  letter-spacing: 0.65px; }

.my-account p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.65px; }

.acc-section {
  margin-top: 50px; }

.acc-section .account-heading {
  margin-bottom: 10px; }

.no-table {
  border: 0;
  text-align: left;
  width: 100%; }

.no-table th {
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.2;
  letter-spacing: 0.65px; }

.no-table td {
  padding: 10px 0;
  line-height: 1.2;
  letter-spacing: 0.65px;
  font-weight: 300; }

.acc-section .account-heading {
  margin-bottom: 10px; }

.acc-section.acc-info .no-table th {
  width: 220px; }

.addressList .address .panel-body {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.65px; }

.addressList .address .panel-body .address-details--postal {
  font-size: 16px; }

.addressList .address .panel-body .address-title {
  font-weight: 300;
  margin-bottom: 7px; }

.addressList .address .panel-body .address-label {
  font-size: 16px;
  font-weight: 500; }

.addressList .address .panel-body .address-description {
  font-size: 16px; }

.reward-points {
  background-image: url(data:img/png;base64,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);
  background-repeat: no-repeat;
  background-position: left 0 top 1px;
  background-size: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #0065a2;
  padding-left: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.reward-link {
  color: #0065a2;
  font-weight: 400;
  text-decoration: underline; }

/* login page */
.main-heading {
  padding-top: 54px;
  margin-bottom: 40px;
  border-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: Capri Pro,Roboto,Arial,Helvetica,sans-serif; }

.login-form {
  margin-top: 0; }

.login-row {
  margin-top: 40px; }

.form-group {
  display: flex;
  justify-content: space-between; }

.new-customer {
  letter-spacing: 0.9px; }

.new-customer .panel-title {
  font-size: 24px;
  font-family: Capri Pro;
  font-weight: 600;
  text-transform: uppercase;
  color: #0065a2; }

.new-customer .panel-body {
  padding-top: 10px; }

.new-customer-intro {
  font-size: 16px;
  color: #727272;
  margin-bottom: 20px; }

.list-disc {
  list-style: disc;
  margin-left: 20px; }

.list-disc li {
  list-style: disc;
  padding-left: 4px;
  font-size: 16px; }

.login-form .forgot-password {
  color: #0065a2;
  text-decoration: underline;
  font-size: 16px; }

/* ragister page */
.account-body .form-actions p {
  display: block;
  margin-top: 15px;
  font-size: 16px; }

.account-body .form-actions a:not(.button) {
  color: #0065a2;
  text-decoration: underline; }

.account-body .form-actions {
  margin-top: 0; }

/* static page */
.static-pages .sidebarBlock-heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px; }

.static-pages .sidebarBlock .navList > li > a {
  color: #0065a2;
  font-size: 16px;
  font-weight: 400; }

.static-pages .sidebarBlock .navList > li > a.navPages-action.active-item {
  color: #000;
  font-weight: 500; }

.static-pages .page-cont-wrap {
  flex: 1; }

.static-pages .page-content {
  width: 100%; }

[data-content-region="page_builder_content"]:empty {
  display: none; }

.static-pages .page-content h2, .static-pages .page-content .h2 {
  font-size: 25px;
  line-height: 1.3;
  color: #0065a2; }

.static-pages .page-content h3, .static-pages .page-content .h3 {
  font-size: 22px;
  line-height: 1.3; }

.static-pages .page-content h4, .static-pages .page-content .h4 {
  font-size: 20px;
  line-height: 1.3; }

.static-pages .page-content h5, .static-pages .page-content .h5 {
  font-size: 18px;
  line-height: 1.3; }

.static-pages .page-content h6, .static-pages .page-content .h6 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500; }

.page.static-pages, .page.static-pages p, .page.static-pages a {
  font-size: 16px;
  font-weight: 300; }

.page.static-pages a {
  color: #0065a2;
  font-weight: 400; }

.static-pages .page-content ul {
  list-style: disc;
  margin-left: 20px; }

.static-pages .page-content ul > li {
  list-style: inherit; }

/* promotion bar */
.promotion-wrap {
  text-align: center;
  background: #0065a2;
  padding: 7px 0;
  color: #fff; }

.promotion-wrap p {
  font-size: 16px; }

.promotion-wrap p:last-child, .promotion-wrap p:only-child {
  margin-bottom: 0; }

.pro-code {
  color: #ffc220;
  font-weight: 500; }

/* free shipping bar */
#free_shipping-bar .free-shipping-ifo {
  display: none; }

#free_shipping-bar .free-shipping-ifo.free-shipping-countDown {
  background: #ff9f17; }

#free_shipping-bar .free-shipping-ifo.free-shipping-countDown .light-blue, #free_shipping-bar .free-shipping-ifo.free-shipping-countDown a {
  color: #001c3d; }

#free_shipping-bar .free-shipping-ifo.free-shipping-countDown .icon svg, #free_shipping-bar .free-shipping-ifo.free-shipping-countDown .icon svg path {
  stroke: #ff9f17; }

#free_shipping-bar .free-shipping-ifo.visible {
  display: block; }

.free-shipping-ifo {
  background: #00254d;
  color: #fff; }

.free-shipping-ifo .flat-rate, .free-shipping-ifo .ship-world {
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 22px; }

.free-shipping-ifo.free-shipping-countDown {
  display: none; }

.free-shipping-ifo .flat-rate .icon {
  width: 65px;
  height: 46px;
  margin-right: 25px; }

.free-shipping-ifo .ship-world .icon {
  width: 40px;
  height: 40px;
  margin-right: 25px; }

.free-shipping-ifo a {
  color: #4cbcff;
  text-decoration: underline; }

.light-blue {
  color: #4cbcff; }

.free-shipping-ifo .light-blue {
  font-weight: 700;
  color: #ffffff; }

.free-shipping-ifo .free-ship {
  font-size: 22px;
  text-align: center;
  line-height: 28px; }

/* Checkout page */
.optimizedCheckout-buttonPrimary, .optimizedCheckout-contentPrimary, .optimizedCheckout-contentSecondary, .optimizedCheckout-headingPrimary, .optimizedCheckout-headingSecondary {
  font-family: Roboto,Arial,Helvetica,sans-serif; }

.optimizedCheckout-headingPrimary {
  font-size: 24px;
  font-family: Roboto,Arial,Helvetica,sans-serif; }

.optimizedCheckout-checkoutStep {
  border-color: #d9d9d9;
  padding: 0; }

.optimizedCheckout-checkoutStep:first-child {
  border-top: 1px solid #d9d9d9; }

.icon.stepHeader-counter {
  width: 30px;
  height: 30px;
  background: #000;
  overflow: hidden; }

.optimizedCheckout-step::before {
  color: #fff;
  line-height: 30px;
  width: 30px;
  height: 30px; }

.icon.stepHeader-counter.stepHeader-counter--complete {
  transform: scale(1); }

.icon.stepHeader-counter.stepHeader-counter--complete::before {
  content: '';
  width: 0;
  height: 0; }

.icon.stepHeader-counter.stepHeader-counter--complete svg {
  fill: #fff;
  stroke-width: 2px;
  stroke: #fff; }

.checkout-step .button.button--tiny {
  font-size: 14px;
  font-weight: 300;
  padding: 4.9px 20px;
  line-height: 1.3; }

.checkout-form .form-body {
  border: none;
  padding: 0; }

.checkout-form .form-legend {
  border-bottom: none;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500; }

.checkout-form .form-label {
  font-size: 16px;
  font-weight: 400; }

.checkout-form .form-label .optimizedCheckout-contentSecondary {
  margin-left: 5px;
  font-size: 80%;
  font-weight: 300;
  color: #9b9b9b;
  vertical-align: text-bottom; }

.optimizedCheckout-form-checkbox:checked + .optimizedCheckout-form-label::before, .optimizedCheckout-form-radio:checked + .optimizedCheckout-form-label::before {
  background-color: #fff;
  border-color: #000;
  box-shadow: none; }

.checkout-form .form-actions {
  text-align: left;
  padding-left: 0; }

.checkout-form form .form-actions {
  margin-bottom: 20px; }

.dropdown-toggle--select {
  border-color: #dfdfdf; }

.dropdown-toggle--select:hover, .dropdown-toggle--select:focus, .dropdown-toggle--select:active {
  border-color: #000;
  background: #fff;
  color: #000; }

.checkout-form .dropdownMenu {
  min-width: 100%; }

.checkout-form .dropdownMenu .dropdown-menu {
  max-width: 100%; }

.instrumentSelect-dropdownMenu {
  overflow: auto; }

.dropdown-menu-item > a:hover {
  color: #000; }

aside.layout-cart {
  font-size: 14px; }

aside.layout-cart header.cart-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

aside.layout-cart h3.cart-title {
  font-size: 20px;
  font-weight: 500; }

aside.layout-cart header.cart-header .cart-header-link {
  font-size: 15px;
  color: #0065a2; }

a#cart-edit-link:before {
  content: '';
  width: 18px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" data-prefix="far" data-icon="edit" class="svg-inline--fa fa-edit fa-w-18" role="img" viewBox="0 0 576 512"><path fill="rgb(0 101 162)" d="M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z"/></svg>'); }

aside.layout-cart .product-figure {
  align-self: flex-start;
  width: 80px;
  height: 80px;
  padding-right: 0;
  margin-right: 13px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9; }

aside.layout-cart .product-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

aside.layout-cart .product-column .product-title {
  font-size: 14px;
  text-transform: initial;
  font-weight: 500; }

aside.layout-cart .product-column .product-options {
  font-size: 14px;
  font-weight: 300;
  color: #565656; }

aside.layout-cart .cart-priceItem--total .cart-priceItem-label {
  font-size: 18px;
  font-weight: 500; }

aside.layout-cart .cart-priceItem--total .cart-priceItem-value {
  font-size: 18px; }

.form-checklist-checkbox ~ .form-label::before, .form-checklist-checkbox ~ .form-label::after {
  height: 1rem;
  width: 1rem; }

.optimizedCheckout-form-checklist-checkbox:checked ~ .form-label::before {
  border-color: #000; }

.optimizedCheckout-form-checklist-checkbox:checked ~ .form-label::after {
  background: #000;
  transform: scale(0.6); }

.form-checklist-checkbox ~ .form-label {
  padding-left: 3.5rem; }

.form-checklist-body {
  margin-left: 2.75rem; }

.icon.cardIcon-icon.icon--medium {
  height: 25px;
  width: 39px; }

.checkout-form .form-body {
  background: transparent; }

.checkout-form .paymentMethod.paymentMethod--creditCard {
  width: 100%; }

.form-ccFields .form-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px; }

.form-ccFields .form-input.has-icon {
  padding-right: 35px; }

.form-ccFields .form-input.has-icon + .icon {
  margin-left: -28px; }

.form-ccFields .form-label {
  font-size: 14px;
  line-height: 1.3; }

.form-ccFields .form-label .has-tip {
  margin-left: 5px;
  vertical-align: text-bottom; }

.form-checklist-item {
  margin: 0; }

.checkout-steps .checkout-step:last-child {
  border-bottom: 1px solid #d9d9d9; }

.checkout-step--payment .form-body {
  margin-bottom: 0; }

.checkout-step--payment .checkout-form .form-actions {
  margin-bottom: 20px; }

.checkout-step--payment .checkout-form .form-actions .button {
  width: 100%;
  background: #00254d;
  color: #fff;
  letter-spacing: .5px;
  font-size: 16px; }

.checkout-step--payment .checkout-form .form-actions .button:hover {
  background: #0065a2;
  border-color: #0065a2; }

.layout-cart .cart.optimizedCheckout-orderSummary {
  margin-top: 0; }

aside.layout-cart .productList {
  margin: 0; }

aside.layout-cart .cart-section-heading.optimizedCheckout-contentPrimary {
  margin-bottom: 10px; }

.type-checkout .ReactModalPortal .modal.optimizedCheckout-contentPrimary.modal--error.modal--afterOpen {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding-left: 0px;
  padding-right: 0px; }

.type-checkout .ReactModalPortal .modal.optimizedCheckout-contentPrimary.modal--error.modal--afterOpen .modal-header {
  padding-top: 0; }

.type-checkout .ReactModalPortal .modal.optimizedCheckout-contentPrimary.modal--error.modal--afterOpen .modal-header .icon.modal-header-icon {
  left: -1rem; }

.form-field--error .form-input.has-icon {
  float: left; }

.form-inlineMessage {
  font-size: .8em; }

.checkout-form .paymentMethod.paymentMethod--creditCard > fieldset.form-fieldset + fieldset.form-fieldset {
  margin-bottom: 15px; }

.form-field.form-field--saveInstrument label.form-label.optimizedCheckout-form-label {
  line-height: 1.7; }

/*dev code*/
.checkout-step--customer .checkout-view-content {
  display: none; }

.checkout-step--customer.let-them-see .checkout-view-content {
  display: block; }

#why-create {
  margin: 10px 0 10px 0;
  font-weight: 600;
  text-decoration: underline; }

#why-list {
  margin-left: 0.5rem; }

#why-list > li {
  margin-bottom: 5px; }

#why-list > li:before {
  content: "\2013\a"; }

[data-test="checkout-shipping-comments"] {
  display: none; }

#comment-label {
  font-weight: 400; }

#comments-container {
  width: 100%; }

#comments-container .form-field {
  display: flex; }

#orderComment {
  flex-grow: 1; }

#save-order-comments {
  border: 1px solid #0065a1;
  border-radius: 1px;
  background: #0065a1;
  color: #FFF;
  padding: 10px;
  cursor: pointer; }

#save-order-comments.updating {
  background: rgba(0, 101, 161, 0.5);
  cursor: not-allowed;
  pointer-events: none; }

.checkout-step--payment .checkout-form .form-actions.disabled {
  position: relative; }

.checkout-step--payment .checkout-form .form-actions.disabled::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1px;
  margin: auto;
  cursor: not-allowed;
  z-index: 999; }

.checkout-step--payment .checkout-form .form-actions.disabled > button {
  pointer-events: none; }

.layout.optimizedCheckout-contentPrimary .cartDrawer {
  position: sticky;
  margin: 0;
  bottom: 7px; }

/* mini cart */
.navUser-item--cart .dropdown-menu {
  max-width: 90vw;
  width: 380px; }

.previewCart .remain-free-shiping {
  margin: 0 0 20px;
  padding: 10px 30px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center; }

.navUser-item--cart .previewCart .previewCartItem {
  padding-left: 20px;
  padding-right: 20px; }

.navUser-item--cart .previewCart .previewCartItem .previewCartItem-image {
  max-width: 80px;
  border: 1px solid #d9d9d9; }

.navUser-item--cart .previewCart .previewCartItem .previewCartItem-image img {
  width: 80px;
  height: 80px;
  object-fit: contain; }

.navUser-item--cart .previewCart .previewCartItem {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important; }

.navUser-item--cart .previewCart .previewCartItem:last-child {
  margin-bottom: 0 !important; }

.navUser-item--cart .previewCart .previewCartItem .previewCartItem-brand {
  display: none; }

.previewCartItem-content .previewCartItem-name {
  margin-bottom: 8px; }

.navUser-item--cart .previewCart .previewCartItem .previewCartItem-name a {
  font-size: 14px;
  font-weight: 500;
  color: #0065a2;
  padding: 0; }

.previewCartItem-content .definitionList {
  display: block;
  position: relative;
  left: 0;
  right: auto;
  top: auto;
  padding: 0;
  box-shadow: none; }

.previewCartItem-content .definitionList .definitionList-value {
  padding: 0;
  color: #565656;
  font-weight: 300;
  margin-bottom: 8px; }

.navUser-item--cart .previewCart .previewCartItem .previewCartItem-price {
  font-size: 16px;
  font-weight: normal; }

.navUser-item--cart .total-price {
  margin-bottom: 25px; }

.navUser-item--cart .previewCart .previewCartItem .previewCartItem-name a:hover {
  color: #00254d; }

.navUser-item--cart .previewCart .previewCartList[data-simplebar] {
  max-height: 390px; }

.optimizedCheckout-checkoutStep a {
  color: #0065a2; }

/* order confirmation */
aside.layout-cart header.cart-header .cart-header-link .icon svg {
  fill: currentColor;
  color: inherit; }

.orderConfirmation {
  padding-top: 0; }

.orderConfirmation .form-label small {
  margin-left: 5px;
  font-size: 80%;
  font-weight: 300;
  color: #9b9b9b;
  vertical-align: text-bottom; }

.orderConfirmation .form-legend.optimizedCheckout-headingSecondary {
  border-bottom: 0;
  line-height: 1.3; }

.guest-signup.form, .guest-signup.form .form-body {
  margin-bottom: 0; }

.orderConfirmation {
  padding-top: 0; }

.alertBox .alertBox-column.alertBox-close {
  vertical-align: top; }

.orderConfirmation a {
  color: #0065a2; }

.optimizedCheckout-discountBanner, a {
  font-family: Roboto,Arial,Helvetica,sans-serif; }

.modal.modal--afterOpen {
  display: block;
  visibility: visible; }

/* captcha fix */
#spamProtectionContainer {
  position: absolute;
  bottom: 200vh; }

#spamProtectionContainer + * + div, #spamProtectionContainer + * + div + div {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 999;
  overflow: auto; }

#spamProtectionContainer + * + div > div + div, #spamProtectionContainer + * + div + div > div + div {
  top: 50px !important; }

.wishlist-added svg {
  fill: #00254d !important; }

.wishlist-added-tooltip {
  background-color: #00254d !important; }

.wishlist-added-tooltip::after {
  border-color: #00254d transparent transparent transparent !important; }

/* edge fixes */
/* Microsoft Edge Browser 13+ - @supports method */
@supports (-ms-ime-align: auto) and (color: unset) {
  .card-img-container {
    align-items: stretch; }
  .home-carousel .card-img-container img {
    height: auto;
    max-height: 100%;
    flex: 0 0 100%; } }

.paymentMethod--creditCard .form-field.form-field--saveInstrument label {
  margin-top: 15px; }

.WishlistAddedOnProduct {
  background: #00254d !important;
  border: #00254d !important; }

.WishlistAddedOnProduct svg {
  fill: #ffffff !important; }

.banner-slider .slick-slide {
  height: auto; }

.reorder-btn-custom {
  color: #ffffff;
  background: #00254d; }

.reorder-btn-custom:hover {
  background: #0065a2; }

.wishlist-page-wrap {
  width: 100%; }

.bottom-right-description {
  position: absolute !important;
  width: 49% !important;
  right: 0% !important;
  text-align: right !important;
  bottom: 0;
  left: unset !important;
  top: unset !important;
  transform: translateY(0); }

.bottom-left-description {
  position: absolute !important;
  width: 49% !important;
  left: 0% !important;
  text-align: left !important;
  bottom: 0;
  top: unset !important;
  transform: translateY(0); }

.top-right-description {
  position: absolute !important;
  width: 49% !important;
  right: 0% !important;
  text-align: right !important;
  top: unset !important;
  top: 0 !important;
  transform: translateY(0); }

.top-left-description {
  position: absolute !important;
  width: 49% !important;
  left: 0% !important;
  text-align: left !important;
  top: unset !important;
  top: 0 !important;
  transform: translateY(0); }

.middle-right-description {
  position: absolute !important;
  width: 49% !important;
  right: 0% !important;
  text-align: right !important;
  top: 50% !important; }

.middle-left-description {
  position: absolute !important;
  width: 49% !important;
  left: 0% !important;
  text-align: left !important;
  top: 50% !important; }

.logo-overlay-banner-top-left {
  margin: 3%;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0; }

.logo-overlay-banner-top-right {
  margin: 3%;
  width: 200px;
  position: absolute;
  top: 0;
  right: 0; }

.logo-overlay-banner-middle-left {
  margin: 3%;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 0; }

.logo-overlay-banner-middle-right {
  margin: 3%;
  width: 200px;
  position: absolute;
  top: 50%;
  right: 0; }

.logo-overlay-banner-bottom-left {
  margin: 3%;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0; }

.logo-overlay-banner-bottom-right {
  margin: 3%;
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0; }

.logo-overlay-banner img {
  width: 100%; }

@media screen and (max-width: 768px) {
  /* start of medium tablet styles */
  .bottom-right-description, .bottom-left-description, .top-right-description, .top-left-description, .middle-right-description, .middle-left-description {
    width: 70% !important; }
  .logo-overlay-banner-top-right, .logo-overlay-banner-top-left, .logo-overlay-banner-middle-right, .logo-overlay-banner-middle-left, .logo-overlay-banner-bottom-right, .logo-overlay-banner-bottom-left {
    width: 150px; } }

@media screen and (max-width: 480px) {
  /* start of phone styles */
  .bottom-right-description, .bottom-left-description, .top-right-description, .top-left-description, .middle-right-description, .middle-left-description {
    width: 100% !important; }
  .logo-overlay-banner-top-right, .logo-overlay-banner-top-left, .logo-overlay-banner-middle-right, .logo-overlay-banner-middle-left, .logo-overlay-banner-bottom-right, .logo-overlay-banner-bottom-left {
    width: 100px; } }

dd.definitionList-value br {
  display: none; }

.header {
  z-index: 101; }

.previewCartItem-content .form-field {
  display: block;
  margin: 0 0 5px;
  max-width: none; }

.cart_detail {
  float: left;
  width: 55%; }

@media (max-width: 1024px) {
  .cart_detail {
    float: none;
    width: auto; }
  .cart-totals {
    float: right;
    width: 100%; }
  #cart-item-container {
    display: flex;
    flex-direction: column; } }

@media (min-width: 1024px) {
  .cart-actions a {
    padding: 12px 10px; } }

.homepageslidesfamily {
  font-family: "Open Sans"; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: unset !important; }

.home-carousel .productCarousel-slide .card-figure {
  height: 300px; }

body {
  height: -webkit-fit-content; }

.productCarousel .productCarousel-slide .card .card-inner .card-body {
  height: 120px; }

.show-image {
  max-width: none; }

.cart-item-quantity .form-increment {
  display: flex; }

.footerCart-preview {
  opacity: 0;
  width: 0;
  height: 0;
  display: none; }

.previewCartList #custom_shipping_cost {
  display: none; }

.prd-has-custom-ship .remain-free-shiping.qualified {
  display: none; }

.cta-widget-block {
  background: #ff9d16;
  margin-bottom: 20px; }
  .cta-widget-block .cta-inner-block {
    padding: 20px 0; }
  .cta-widget-block .cta-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .cta-widget-block .cta-action-btn p {
      margin: 0;
      font-weight: bold;
      text-align: center;
      font-size: 27px;
      line-height: initial;
      color: #000100; }
      @media all and (max-width: 800px) {
        .cta-widget-block .cta-action-btn p {
          font-size: 22px; } }
    .cta-widget-block .cta-action-btn .magnify-search {
      margin-right: 15px; }
      .cta-widget-block .cta-action-btn .magnify-search img {
        max-width: 40px; }
        @media all and (max-width: 800px) {
          .cta-widget-block .cta-action-btn .magnify-search img {
            max-width: 40px; } }
    .cta-widget-block .cta-action-btn .search_text {
      display: flex;
      justify-content: left;
      align-items: center; }
    .cta-widget-block .cta-action-btn .search-arrow {
      margin-left: 20px; }
      .cta-widget-block .cta-action-btn .search-arrow img {
        max-width: 150px; }
        @media all and (max-width: 768) {
          .cta-widget-block .cta-action-btn .search-arrow img {
            max-width: 150px; } }
      @media (max-width: 800px) {
        .cta-widget-block .cta-action-btn .search-arrow {
          width: 100%;
          text-align: center;
          flex-basis: 100%;
          margin-top: 20px; } }

.banner-slider {
  margin-bottom: 5px; }

.heroCarousel {
  margin-bottom: 0; }

@media all and (min-width: 968px) {
  .category-banner-section.category .page-heading {
    float: left; } }

.category-banner-section.category .cta-widget-block.cta-widget-category {
  margin-top: 34px;
  width: 100%; }
  .category-banner-section.category .cta-widget-block.cta-widget-category .cta-inner-block {
    padding: 20px 0; }
  @media all and (min-width: 968px) {
    .category-banner-section.category .cta-widget-block.cta-widget-category {
      float: right;
      width: 75%;
      margin-bottom: 0; } }

.type-category .page {
  margin-top: 40px; }

.cta-widget-block.cta-widget-product {
  margin: 20px 5px 0; }
  .cta-widget-block.cta-widget-product .cta-action-btn p {
    font-size: 24px; }
    .cta-widget-block.cta-widget-product .cta-action-btn p .cta-small-txt {
      font-size: 13px; }

.pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients {
  width: 100%; }
  .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn p {
      margin: 0;
      font-weight: bold;
      text-align: center;
      font-size: 22px;
      line-height: initial;
      color: #00112e; }
      .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn p .cta-small-txt {
        font-size: 14px; }
        @media all and (max-width: 768px) {
          .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn p .cta-small-txt {
            font-size: 13px; } }
      @media all and (max-width: 768px) {
        .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn p {
          font-size: 22px; } }
    .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn .magnify-search {
      margin-right: 10px; }
      .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn .magnify-search img {
        max-width: 40px; }
        @media all and (max-width: 768px) {
          .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn .magnify-search img {
            max-width: 30px; } }
    .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn .search-arrow {
      margin-left: 10px; }
      .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn .search-arrow img {
        max-width: 150px; }
        @media all and (max-width: 768px) {
          .pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category.cta-widget-ingredients .cta-action-btn .search-arrow img {
            margin-top: 15px;
            max-width: 150px; } }

.pageURL-categories-ingredients-html .cta-widget-block.cta-widget-category {
  display: none !important; }

.cta-widget-block.cta-widget-category .cta-action-btn {
  display: flex;
  align-items: center;
  justify-content: center; }
  .cta-widget-block.cta-widget-category .cta-action-btn p {
    margin: 0;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    line-height: initial;
    color: #00112e; }
    .cta-widget-block.cta-widget-category .cta-action-btn p .cta-small-txt {
      font-size: 14px; }
      @media all and (max-width: 768px) {
        .cta-widget-block.cta-widget-category .cta-action-btn p .cta-small-txt {
          font-size: 13px; } }
    @media all and (max-width: 768px) {
      .cta-widget-block.cta-widget-category .cta-action-btn p {
        font-size: 22px; } }
  .cta-widget-block.cta-widget-category .cta-action-btn .magnify-search {
    margin-right: 10px; }
    .cta-widget-block.cta-widget-category .cta-action-btn .magnify-search img {
      max-width: 35px; }
      @media all and (max-width: 768px) {
        .cta-widget-block.cta-widget-category .cta-action-btn .magnify-search img {
          max-width: 35px; } }
  .cta-widget-block.cta-widget-category .cta-action-btn .search-arrow {
    margin-left: 10px; }
    .cta-widget-block.cta-widget-category .cta-action-btn .search-arrow img {
      max-width: 150px; }
      @media all and (max-width: 768px) {
        .cta-widget-block.cta-widget-category .cta-action-btn .search-arrow img {
          margin-top: 15px;
          max-width: 150px; } }

@media all and (max-width: 768px) {
  .category-banner-section .category-left-section {
    padding: 5px; }
    .category-banner-section .category-left-section .container {
      padding: 0 15px; } }

.estimator-form-input--price {
  width: 10%; }
  .estimator-form-input--price label {
    font-size: 14px; }

.estimator-form-label-text {
  font-size: 14px; }

.estimator-form--default ul {
  margin-left: 0;
  margin-bottom: 1rem; }
  .estimator-form--default ul li.estimator-form-row {
    margin-bottom: 1rem; }
    .estimator-form--default ul li.estimator-form-row dl {
      display: flex;
      width: 100%;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 0; }
      .estimator-form--default ul li.estimator-form-row dl .estimator-form-input--price {
        width: 20%;
        float: none;
        margin-bottom: 0;
        margin-left: 4%; }
      .estimator-form--default ul li.estimator-form-row dl .estimator-form-label {
        text-align: left;
        display: flex;
        align-items: center; }

.productView-details.product-sidebar .productView-options .form-field .form-label .pre_orders_prod {
  display: none !important; }

@media (min-width: 1440px) {
  .productView-images .productView-thumbnails .slick-slide {
    margin-bottom: 11px; }
  .banner-slider .heroCarousel.slick-initialized, .banner-slider .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: calc(100vh + 257px); }
  .banner-slider .heroCarousel-slide .heroCarousel-image {
    max-height: none;
    height: 100%; }
  .banner-slider .slick-track, .banner-slider .slick-slide, .banner-slider .heroCarousel-slide, .banner-slider .heroCarousel-slide .heroCarousel-image-wrapper {
    min-height: 100%;
    height: auto; }
  .header-inner .navUser-section > li {
    margin: 0 17px; } }

@media (max-width: 1439px) {
  .container {
    max-width: 1230px; }
  .header-left {
    min-width: 280px; }
  .header-right {
    min-width: 375px; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    left: calc((100vw - 1230px) / 2); }
  .productCarousel .slick-arrow {
    right: -30px; }
  .productCarousel .slick-arrow.slick-prev {
    right: auto;
    left: -30px; }
  .newsletter-section {
    width: 95%; }
  .newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .footer-info-heading {
    padding: 0 1em 0 0; }
  .account-sidebar-block .order-details-info .button {
    padding: 11.5px 18px; } }

@media (max-width: 1366px) {
  .header-right {
    min-width: 396px; }
  .cart-actions .button + .button {
    margin-left: .4rem; }
  .cart-actions .button.button--primary {
    margin-left: .4rem; } }

@media (max-width: 1299px) {
  .container {
    max-width: 1140px; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    left: calc((100vw - 1140px) / 2); }
  .newsletter-section {
    padding: 40px 40px; } }

@media (max-width: 1260px) {
  .cart-totals + .remain-free-shiping {
    width: 58.33333%; } }

@media (max-width: 1199px) {
  .container {
    max-width: 960px; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    left: calc((100vw - 960px) / 2); }
  .newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .footer-info-heading {
    font-size: 21px; }
  .cart_detail {
    float: left;
    width: 100%; } }

@media (max-height: 768px) {
  .navUser-item--cart .previewCart .previewCartList[data-simplebar] {
    max-height: 35vh; } }

@media (max-width: 1099px) {
  .container {
    max-width: 890px; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    left: calc((100vw - 890px) / 2);
    width: 48%; }
  .banner-slider .heroCarousel-title {
    font-size: 40px; }
  .banner-slider .heroCarousel-description {
    font-size: 16px; }
  .category-wrap .category {
    width: 100px;
    margin: 0 20px; }
  .category-wrap .category .category-icon {
    width: 100px;
    height: 100px; }
  .category-wrap .category .title {
    font-size: 14px; }
  .newsletter-section {
    padding: 20px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.3333%; }
  .productGrid .product .card:hover:before {
    visibility: hidden;
    opacity: 0; }
  .page-content .productGrid .product .card-figure {
    overflow: visible; }
  .productGrid .product .card:hover .card-figcaption-body-custom {
    opacity: 1; }
  .productGrid .product .card .card-body .card-button-block {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }
  .productGrid .product .card .card-body .card-button-block .button {
    width: auto;
    margin: 0;
    flex: 1;
    border-radius: 0;
    height: auto;
    flex-flow: row nowrap;
    padding: 5px;
    justify-content: center; }
  .productGrid .product .card .card-body .card-button-block .button span {
    text-align: left;
    position: relative;
    color: #fff;
    min-width: 0;
    margin-top: 0; }
  .productGrid .product .card .card-body .card-button-block .button svg {
    width: 20px;
    height: 15px;
    margin-right: 5px; }
  .productGrid .product .card .card-body .card-button-block .button.quickview svg {
    height: 12px; }
  .productGrid .product .card .card-body .card-button-block .button:hover span {
    color: #ff9f17; }
  .productGrid .product .card .card-body .card-button-block .button.quickview:hover span {
    color: #00254d; }
  .card-figcaption-body-custom {
    right: 10px;
    opacity: 1; }
  .productGrid .product .card .card-body .card-body-inn .price-block .price-section.price-section--withoutTax {
    margin: 0; }
  .productView-images {
    flex-direction: column;
    width: 320px;
    max-width: 100%; }
  .productView-images .productView-image-main {
    order: 0;
    padding-left: 0;
    padding-bottom: 20px;
    width: 100%; }
  .productView-images .productView-thumbnails {
    width: 100%; }
  .productView-images .productView-thumbnails:not(.productView-thumbnails-withslider) {
    display: flex;
    flex-flow: row nowrap; }
  .productView-images .productView-thumbnails:not(.productView-thumbnails-withslider) li {
    margin-left: 10px; }
  .productView-images .productView-thumbnails:not(.productView-thumbnails-withslider) li:first-child {
    margin-left: 0; }
  .productView-product .productView-brand + .productView-title {
    font-size: 22px; }
  .productView-product .productView-info-name.sku-label, .productView-product .productView-info .productView-info-value, .productView-product {
    font-size: 15px; }
  .productView-details.product-sidebar {
    max-width: 257px; }
  .productView-images .productView-thumbnails .slick-arrow {
    left: auto;
    top: 50%;
    transform: translateY(-50%) rotate(0deg); }
  .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    left: auto;
    bottom: auto;
    margin-bottom: 0;
    right: 100%;
    margin-right: 5px; }
  .productView-images .productView-thumbnails .slick-arrow.slick-next {
    left: 100%; }
  .productCarousel .productCarousel-slide .card .card-inner:hover::before {
    visibility: hidden;
    opacity: 0; }
  .productCarousel .productCarousel-slide .card .card-body .card-button-block {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }
  .productCarousel .productCarousel-slide .card .card-body .card-button-block .button {
    width: auto;
    margin: 0;
    flex: 1;
    border-radius: 0;
    height: auto;
    flex-flow: row nowrap;
    padding: 5px;
    justify-content: center; }
  .productCarousel .productCarousel-slide .card .card-body .card-button-block .button svg {
    width: 20px;
    height: 15px;
    margin-right: 5px; }
  .productCarousel .productCarousel-slide .card .card-body .card-button-block .button span {
    text-align: left;
    position: relative;
    color: #fff;
    min-width: 0;
    margin-top: 0; }
  .productCarousel .productCarousel-slide .card .card-body .card-button-block .button:hover span {
    color: #ff9f17; }
  .productCarousel .productCarousel-slide .card .card-body .card-button-block .button.quickview:hover span {
    color: #00254d; }
  .productCarousel .productCarousel-slide .card:hover .card-figcaption-body-custom {
    opacity: 1; }
  .productGrid .product {
    width: 50%; }
  .card-title > a::after {
    content: none; }
  .header-side-bar .navList .navPages-item.have-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid #fff;
    border-right-width: 20px; } }

@media (max-width: 1024px) {
  .header-right {
    min-width: 255px; }
  .ss-ac-visible ~ [ss-autocomplete] {
    width: 430px;
    top: 55px; }
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 33.3333% !important; }
  .result-list .result-items .result-item .item-detail {
    height: 100px; }
  .ss-targeted .ss-flex-wrap {
    max-height: 500px;
    overflow: auto; }
  [ss-autocomplete] .ss-ac-container .ss-ac-facets {
    width: 100% !important; }
  .mobile-search {
    margin-top: 10px;
    padding-bottom: 10px; }
  .mobile-search .form .form-input {
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 40px; }
  .mobile-search .search-icon-main {
    background: #ff9f17;
    top: 2px;
    margin-top: 0;
    right: 2px;
    border-radius: 0px 5px 5px 0px;
    padding: 4px 10px;
    display: flex;
    bottom: 2px;
    align-items: center; }
  .mobile-search .search-icon-main svg {
    fill: #fff;
    color: #fff; }
  .header-side-bar .navList .navPages-item .second-level-container {
    left: -100%;
    top: 0;
    position: fixed;
    height: 100vh;
    max-width: 342px;
    width: 100%;
    z-index: 1;
    transform: none;
    border: none;
    padding-top: 0;
    display: block;
    transition: all 0.3s ease; }
  .header-side-bar .navList .navPages-item .second-level-container.open {
    left: 0; }
  .header-side-bar .navList .navPages-item > .second-level-container .sidebarBlock-heading {
    padding-top: 15px;
    position: relative; }
  .header-side-bar .navList .navPages-item > .second-level-container .sidebarBlock-heading::before {
    content: '';
    margin-left: -20px;
    margin-right: 4px;
    width: 15px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTY4LjgzNywyNTZMMzg4LjQxOCwzNi40MThjOC4zMzEtOC4zMzEsOC4zMzEtMjEuODM5LDAtMzAuMTdjLTguMzMxLTguMzMxLTIxLjgzOS04LjMzMS0zMC4xNywwTDEyMy41ODIsMjQwLjkxNQ0KCQkJYy04LjMzMSw4LjMzMS04LjMzMSwyMS44MzksMCwzMC4xN2wyMzQuNjY3LDIzNC42NjdjOC4zMzEsOC4zMzEsMjEuODM5LDguMzMxLDMwLjE3LDBjOC4zMzEtOC4zMzEsOC4zMzEtMjEuODM5LDAtMzAuMTcNCgkJCUwxNjguODM3LDI1NnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: text-bottom; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level {
    column-count: 1 !important;
    flex: 1; }
  .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level > li {
    width: 100%; }
  .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level > li > .navPages-action {
    font-weight: 300;
    padding: 10px 0; }
  .header-side-bar .navList .navPages-item .navlist-sub.nav-second-level .have-child > a {
    padding-right: 30px; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child {
    position: relative; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child:after {
    content: '›';
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    background: rgba(0, 0, 0, 0.06);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    height: 36px;
    border: 1px solid #fff;
    color: #000; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child ul {
    position: fixed;
    background: #fff;
    z-index: 1;
    top: 0;
    left: -100%;
    padding: 0 30px 0;
    width: 100%;
    max-width: 342px;
    height: 100vh;
    overflow: auto;
    transition: all 0.3s ease; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child ul.open {
    left: 0; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child ul li {
    margin-top: 0; }
  .header-side-bar .navList .navPages-item .second-level-container .second-level-content .navlist-sub.nav-second-level .have-child ul li > a {
    padding: 10px 0px;
    color: #000; }
  .header-side-bar .navList li ul .menu-title {
    display: block; } }

@media (max-width: 1023px) {
  .static-pages .sidebarBlock .navList {
    display: none; }
  .productCarousel .productCarousel-slide {
    width: 50%; }
  .productCarousel .slick-arrow {
    top: 100%;
    right: 50%;
    margin-right: -35px;
    background: transparent; }
  .productCarousel .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -35px; }
  .productCarousel .slick-arrow svg {
    display: none; }
  .productCarousel .slick-arrow svg.product-slick-arrow {
    display: block; }
  .productCarousel .slick-arrow:not(.slick-disabled):hover svg {
    fill: #000; }
  .banner-slider {
    margin-bottom: 10px; } }

@media (max-width: 1023px) and (min-width: 767px) {
  .product-top-details {
    flex-wrap: wrap; }
  .productView-images {
    width: 100%;
    flex-flow: row-reverse nowrap; }
  .productView-images .productView-thumbnails {
    width: 90px; }
  .productView-images .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-images .productView-thumbnails .slick-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: auto; }
  .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .productView-images .productView-thumbnails .slick-arrow.slick-next {
    left: 50%; }
  .productView-images .productView-image-main {
    padding-bottom: 0;
    padding-left: 20px; }
  .productView-images .productView-thumbnails:not(.productView-thumbnails-withslider) {
    flex-wrap: wrap; }
  .productView-images .productView-thumbnails:not(.productView-thumbnails-withslider) li {
    margin-left: 0;
    width: 100%;
    padding: 0; }
  .account-pages-wrap {
    flex-direction: column; }
  .account-pages-wrap .navBar {
    position: relative;
    top: auto;
    margin-bottom: 30px;
    width: 100%;
    border: none; }
  .account-pages-wrap .navBar--account .navBar-title {
    display: none; }
  .account-pages-wrap .navBar--account .navBar-section .navBar-item {
    display: inline-block; }
  .account-pages-wrap .account.account--fixed, .wishlist-page-wrap, .account-form-wrap, .account-full {
    width: 100%;
    margin-left: 0; }
  .account-pages-wrap .navBar--account .nav-panel.active {
    max-height: none; } }

@media (max-width: 991px) {
  .header-logo-image-unknown-size {
    max-height: 4.5rem; }
  .container {
    max-width: 720px; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    left: calc((100vw - 720px) / 2); }
  .pre-header .left-cont {
    font-size: 12px; }
  .navUser {
    transform: none; }
  .mobile-search {
    margin-top: 10px;
    padding-bottom: 10px; }
  .pre-header .left-cont {
    font-size: 12px; }
  .mobile-search .form .form-input {
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 40px; }
  .mobile-search .search-icon-main {
    background: #ff9f17;
    top: 2px;
    margin-top: 0;
    right: 2px;
    border-radius: 0px 5px 5px 0px;
    padding: 4px 10px;
    display: flex;
    bottom: 2px;
    align-items: center; }
  .mobile-search .search-icon-main svg {
    fill: #fff;
    color: #fff; }
  .banner-slider .heroCarousel-title {
    font-size: 30px;
    line-height: 1.2; }
  .banner-slider .button.button--primary {
    font-size: 14px;
    padding: 8px 20px; }
  .page {
    margin-bottom: 100px; }
  .newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .footer-info-heading {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0; }
  .newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form {
    flex: 0 0 100%;
    padding: 0; }
  .facetedSearch-toggle {
    display: block !important; }
  .facetedSearch-navList {
    display: none !important; }
  .facetedSearch-navList.is-open {
    display: block !important; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: 0rem; }
  .simplebar-scrollbar {
    opacity: 0.05; }
  .simplebar-scrollbar.simplebar-visible {
    opacity: 0.6; }
  #free-ship-text {
    max-width: 231px; } }

@media (max-width: 968px) {
  .modalOverlay--afterOpen {
    z-index: 999999; }
  .modal.modal--afterOpen {
    transform: scale(1) translate(-50%, -50%);
    left: 50%; }
  .modal.optimizedCheckout-contentPrimary.modal--afterOpen {
    overflow: auto; }
  .modal.optimizedCheckout-contentPrimary.modal--afterOpen .modal-header.cart-modal-header.optimizedCheckout-orderSummary {
    position: sticky;
    top: 0; }
  .modal.optimizedCheckout-contentPrimary.modal--afterOpen .modal-body.cart-modal-body {
    padding: 0; }
  .modal.optimizedCheckout-contentPrimary.modal--afterOpen .modal-body.cart-modal-body .product-figure {
    width: 80px;
    height: 80px;
    padding-right: 0;
    margin-right: 13px;
    border: 1px solid #d9d9d9; }
  .modal.optimizedCheckout-contentPrimary.modal--afterOpen .modal-body.cart-modal-body .product-figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 12px;
    text-align: center;
    line-height: 1.3; }
  .modal.optimizedCheckout-contentPrimary.modal--afterOpen .modal-body.cart-modal-body .product-title.optimizedCheckout-contentPrimary {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500; }
  .cart-modal-link svg {
    color: inherit;
    fill: currentColor; } }

@media (max-width: 800px) {
  .ss-ac-visible ~ [ss-autocomplete] {
    width: 100%;
    top: 43px; }
  .result-list .result-items .result-item .item-detail {
    height: auto; }
  .cart-totals + .remain-free-shiping {
    width: 75%; }
  a#continue-shopping {
    margin-left: 0.78571rem; }
  .cart-actions .button:last-child {
    margin-left: 0; }
  .container {
    max-width: auto;
    width: 100%; }
  .cart-item {
    display: flex;
    flex-flow: row wrap; }
  .cart-item-figure {
    text-align: right; }
  .cart-item-info {
    flex: 0 0 100%; } }

@media (min-width: 769px) {
  .dynamic-form-field.dynamic-form-field--company, .dynamic-form-field.dynamic-form-field--phone, .dynamic-form-field.dynamic-form-field--city, .dynamic-form-field.dynamic-form-field--countryCode {
    flex-basis: 50% !important; } }

@media (max-width: 768px) {
  button#applyRedeemableButton {
    width: 30%;
    height: 45px;
    margin-top: 0;
    margin-left: 8px; }
  .redeemable-payments input.form-input.optimizedCheckout-form-input {
    padding: 10px;
    height: 45px; }
  .checkout-step--payment .form-body {
    margin-bottom: 15px; }
  .ss-profile-most-popular-products-home .carousel-contain, .ss-profile-new-products-home .carousel-contain {
    padding: 0 10px !important; }
  .productCarousel .productCarousel-slide .card .card-inner .card-body {
    height: auto;
    overflow: hidden; } }

@media (max-width: 767px) {
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 50% !important; }
  .cart-item-quantity .form-increment {
    padding-left: 20px; }
  .productView-images {
    width: 100%; }
  .redeemable-payments .form-prefixPostfix {
    -ms-flex-wrap: wrap;
    flex-wrap: inherit;
    align-items: center; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    left: 5%; }
  .pre-header .dFlex {
    justify-content: center;
    flex-direction: column; }
  .pre-header .right-cont {
    margin-top: 10px; }
  .pre-header .left-cont {
    text-align: center; }
  .main-footer .footer-info {
    flex-direction: column-reverse; }
  .contact-footer {
    border: 0;
    border-top: 2px rgba(255, 255, 255, 0.1) dashed;
    padding-right: .75rem;
    padding-top: 30px;
    margin-top: 30px !important;
    margin-bottom: 0 !important; }
  .whyUs {
    padding-left: .75rem; }
  .footer-info-col.footer-info-col--small {
    min-width: 100%; }
  .footer-info-col.footer-info-col--small.whyUs .footer-info--col-inn {
    border: 0;
    margin: 0; }
  .contact-footer .footer-info-heading.footer-toggle-title, .whyUs .footer-info-heading.footer-toggle-title {
    padding: 0; }
  .header-left {
    min-width: 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .product-top-details {
    flex-wrap: wrap; }
  .productView-images .productView-thumbnails .slick-arrow {
    margin-top: 0; }
  .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    left: 0;
    right: auto; }
  .productView-images .productView-thumbnails .slick-arrow.slick-next {
    left: auto;
    right: 0; }
  .productView-images .productView-thumbnails .slick-list {
    margin: 0px 40px; }
  .productView-images .productView-thumbnails.slick-initialized .slick-list .slick-slide {
    padding: 0 5px; }
  .productView-images .productView-thumbnails .slick-slide {
    margin-bottom: 0; }
  .product-highlights {
    flex-wrap: wrap; }
  .product-highlights .productView-details {
    flex: 0 0 100%; }
  .productView-details.product-sidebar {
    max-width: 100%; }
  .productView-images .productView-thumbnails:not(.productView-thumbnails-withslider) li {
    margin-left: 0;
    padding: 0 5px; }
  .account-pages-wrap {
    flex-direction: column; }
  .account-pages-wrap .navBar--account {
    width: 100%;
    position: relative;
    top: auto;
    margin-bottom: 30px; }
  .nav-panel {
    max-height: 0; }
  .account-pages-wrap .navBar--account .navBar-title.nav-accordion {
    margin: 0 -20px;
    padding-left: 10px;
    padding-right: 30px; }
  .navBar-title.nav-accordion.active {
    border-bottom: 1px solid #ccc; }
  .account-pages-wrap .navBar--account .navBar-title.nav-accordion .down-icon {
    right: 10px; }
  .nav-accordion .down-icon {
    transform: rotate(180deg); }
  .nav-accordion.active .down-icon {
    transform: rotate(0deg); }
  .nav-panel.active {
    max-height: 1000px; }
  .account-pages-wrap .navBar--account .navBar-section .navBar-item {
    margin: 0;
    border-width: 0 0 1px; }
  .account-pages-wrap .navBar--account .navBar-section .navBar-item.is-active {
    border-bottom: 1px solid; }
  .account-pages-wrap .account.account--fixed, .wishlist-page-wrap, .account-form-wrap, .account-full {
    margin-left: 0;
    flex: 0 0 100%; }
  .section-title {
    margin-bottom: 35px; }
  .section-title.gray-bg {
    padding: 20px 0;
    margin-bottom: 5px; }
  .theme-heading {
    font-size: 25px; }
  .page-heading + .page-sub-heading {
    margin-top: 8px;
    font-size: 18px; }
  .main-footer {
    margin-top: 40px; }
  .page-wrap {
    margin-bottom: 0; }
  #checkout-app .layout.optimizedCheckout-contentPrimary {
    padding: 0 0 20px; }
  .form-checklist-checkbox ~ .form-label {
    padding-right: 10px; }
  .form-checklist-body {
    margin-right: 10px; }
  a.navUser-action.needsclick span.remove {
    display: none; }
  body.top-fixed .header {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 0 20px;
    top: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  body.top-fixed .header-inner .header-right {
    margin-bottom: 0px !important; }
  body.top-fixed .control-otherlinks {
    margin-top: 13px;
    margin-left: -24px; }
  body.top-fixed .header .mobile-search .container {
    padding: 0px; }
  .account.account-full .account-content--fixedSmall {
    width: 100%; }
  .account-product-figure > img {
    display: block;
    border: 1px solid #d9d9d9; }
  .account-product-figure {
    width: 80px;
    border: none; }
  .control-otherlinks {
    margin-top: -15px; }
  .account-orderStatus {
    bottom: 22px;
    left: inherit;
    position: absolute;
    right: 0; }
  body.top-fixed .header-inner .header-right .shipping-cutoff {
    display: none !important; }
  body.top-fixed .header .free-shipping-ifo {
    display: block; }
  .pre-header {
    display: none; }
  body.top-fixed div#free_shipping-bar {
    margin-top: 70%;
    display: block; }
  body.top-fixed .logo-block {
    margin-bottom: 0 !important; }
  .header-side-bar .header-side-bar-inn > div:nth-child(4) {
    padding-bottom: 100px; }
  .redeemable-payments input.form-input.optimizedCheckout-form-input {
    width: 100%; }
  .previewCart .previewCartCheckout .button {
    margin-left: 0; }
  .redeemable-payments .form-prefixPostfix {
    flex-wrap: wrap; } }

@media (max-width: 567px) {
  .mobile-search .search-icon-main {
    padding: 4px 10px;
    display: flex;
    bottom: 2px;
    align-items: center; }
  .shipping-cutoff .countdown.timmer {
    font-size: 20px; }
  .shipping-cutoff span:before {
    font-size: 12px;
    line-height: 1.2; }
  .banner-slider .heroCarousel-title {
    font-size: 20px;
    font-weight: 600; }
  .banner-slider .heroCarousel-description {
    font-size: 14px; }
  .category-banner-section .cat-desc {
    max-height: 90px;
    overflow: auto; }
  .cart-actions .button {
    float: none;
    margin: 0 0 15px !important; }
  .pre-header .left-cont .customer-support-title {
    display: none; }
  .pre-header .right-cont {
    display: none; }
  .main-heading {
    padding-top: 24px;
    margin-bottom: 20px; }
  .login-row {
    margin-top: 20px; }
  .login-row .form-actions {
    flex-direction: column; }
  .login-row .form-actions .forgot-password {
    margin-top: 10px; }
  .productCarousel .productCarousel-slide {
    width: 100%; }
  .result-list .result-items .result-item .item-detail {
    height: 60px; } }

@media (max-width: 550px) {
  .cart-totals + .remain-free-shiping {
    width: 100%; }
  .checkout-step--payment .checkout-form .form-actions {
    margin-top: 10px; }
  .free-shipping-ifo .dFlex {
    justify-content: center;
    flex-direction: column; }
  .free-shipping-ifo .dFlex .free-ship {
    margin: 10px 0;
    padding: 10px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2); }
  .modal.modal--afterOpen {
    transform: translateY(-50%);
    left: 2%; }
  .product-body {
    padding-top: 10px; }
  #free-ship-text {
    max-width: 100%; }
  [data-cart-totals] {
    display: flex; }
  .cart-item-title {
    padding-top: 0; } }

@media (max-width: 490px) {
  .header-inner {
    align-items: flex-start; }
  .header-right {
    min-width: 0;
    margin-bottom: 100px;
    position: relative; }
  .header-right .navUser {
    margin-top: 20px;
    padding-right: 10px; }
  .header-right .shipping-cutoff {
    margin-top: 14px;
    width: calc(95vw - 22px);
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0; }
  .newsletter-section {
    position: relative;
    transform: none;
    left: 0;
    top: auto;
    bottom: auto;
    width: 100%; }
  .footer-info-inn {
    padding-top: 50px; }
  .body {
    margin-bottom: 40px; } }

@media (max-width: 479px) {
  .newsletter-section {
    padding: 20px 10px; }
  .newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form .form-prefixPostfix .form-input {
    padding: 15px 15px; }
  .newsletter-section .footer-info-newsletter .footer-info-newsletter-inn .form .form-prefixPostfix .button {
    padding: 15px 30px; }
  .page-sidebar + .page-content .productGrid .product, .productGrid .product {
    width: 100%; }
  .category-banner-section .banners.category-right-section .promo-banner {
    min-height: 170px;
    display: flex; }
  .productView-images .productView-thumbnails .slick-list {
    margin: 0px; }
  .type-createaccount .g-recaptcha {
    max-width: 100%;
    padding-left: 0; }
  .alertBox-column.alertBox-icon {
    display: block;
    padding: 0 0 10px; }
  #launcher {
    margin-right: 2px !important;
    margin-bottom: 2px !important; } }

@media (max-width: 375px) {
  .header-right .navUser {
    margin-top: 10px; }
  .banner-slider .slick-initialized .slick-active .heroCarousel-content {
    width: 80%; }
  .banner-slider .heroCarousel-image-wrapper::after {
    background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0.05));
    right: 20%; }
  .banner-slider .heroCarousel-description {
    font-size: 12px; }
  .banner-slider .button.button--primary {
    font-size: 12px;
    padding: 8px 15px; }
  .banner-slider .heroCarousel-title {
    font-size: 18px; } }

@media screen and (max-width: 500px) and (min-width: 300px) {
  .navUser .m-cart {
    position: absolute; } }

@media (min-width: 551px) {
  .cart-item {
    padding-left: 0; } }

@media screen and (max-width: 550px) {
  input#gift-certificate-submit {
    margin: 0; } }

@media (max-width: 320px) {
  [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 100% !important; }
  .ss-targeted .ss-flex-wrap {
    max-height: 350px; }
  .result-list .result-items .result-item .item-detail {
    height: auto; } }
