@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "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: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 568px) {
    .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: 568px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 568px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 568px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 568px) {
  .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: 568px) {
  .actionBar-section--alt {
    float: right; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 568px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

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

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

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .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-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .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-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .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.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

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

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

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

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

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

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

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

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

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 568px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 568px) {
      .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: 568px) {
        .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 #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 568px) {
    .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: 568px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  text-align: center; }
  @media (min-width: 568px) {
    .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: 568px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 568px) {
    .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: 568px) {
    .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: 568px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 568px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 568px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 568px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

.add-to-cart-wallet-buttons {
  margin-top: 0.78571rem; }
  .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px; }
    .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .add-to-cart-wallet-buttons button.show-more-button {
    color: #757575;
    display: block;
    margin-top: 0.35714rem;
    padding: 0.35714rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%; }
    .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: #333333; }

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

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

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

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

.compareTable-heading {
  font-family: "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: 1024px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    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: 568px) {
    .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: 568px) {
      .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: 568px) {
      .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: 568px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 55px; }
  @media (min-width: 1024px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 1024px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  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; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .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: 1024px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 568px) {
    .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: 568px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 568px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

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

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

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 568px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 568px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 568px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 568px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

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

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

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

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

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 568px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 568px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

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

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

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

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

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

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

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

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

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

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

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

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

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

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

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 568px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

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

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

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

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

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 568px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 568px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.listItem-actions .button {
  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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

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

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #f7941d; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: white; }

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 568px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

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

.sale-text-burst {
  color: black; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: #f7941d; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: white; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #f7941d;
  color: black; }

.sold-out-flag-side {
  background: white;
  color: white; }

.product:hover .sale-flag-side {
  background: #f7941d; }

.product:hover .sold-out-flag-side {
  background: white; }

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

.sale-flag-sash {
  background: #f7941d;
  color: black; }

.sold-out-flag-sash {
  background: white;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 568px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #f7941d; }

.product:hover .sold-out-flag-sash {
  background: white; }

.product {
  overflow: hidden; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

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

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

@media (min-width: 1024px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  color: #000;
  font-family: "Source Sans Pro", sans-serif; }

.button {
  font-family: "Source Sans Pro", sans-serif; }

/*input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0 !important;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif; }

/*body input:focus + label {
  outline: none !important;
  outline-offset: 0 !important;
}*/
textarea {
  resize: vertical; }

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

ul, ol {
  margin: 0; }

.container {
  max-width: 1250px;
  padding: 0 25px; }

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

.header {
  width: 100%;
  float: left;
  border-bottom: none; }

.body {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  float: left;
  margin: 0; }

.footer {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: none;
  transform: none; }

.listing-top {
  width: 100%;
  float: left;
  background: #76787A;
  padding: 90px 0;
  position: relative; }
  .listing-top:before {
    height: 100%;
    background: #76787A;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    padding-left: 9999px;
    margin-left: -9999px; }
  .listing-top:after {
    height: 100%;
    background: #76787A;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    padding-right: 9999px;
    margin-right: -9999px; }
  .listing-top h1 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0; }

.breadcrumb-wraper {
  width: 100%;
  float: left;
  margin: 9px 0 19px; }
  .breadcrumb-wraper .breadcrumbs {
    text-align: left; }
  .breadcrumb-wraper .breadcrumb {
    color: #000;
    font-size: 12px;
    margin-right: 6px; }
    .breadcrumb-wraper .breadcrumb a {
      color: #000; }
      .breadcrumb-wraper .breadcrumb a:hover {
        color: #F7941D; }
    .breadcrumb-wraper .breadcrumb.is-active > .breadcrumb-label {
      color: #000; }
  .breadcrumb-wraper .breadcrumb:not(:first-child):before {
    height: auto;
    color: #000;
    border-right: none;
    content: ">";
    margin: 0 6px 0 0;
    -webkit-transform: none;
    transform: none; }

.page {
  width: 100%;
  float: left;
  margin: 0; }

.category-page .page-sidebar {
  width: 220px;
  padding: 0; }

.category-page .page-content {
  width: calc(100% - 220px);
  padding: 0 0 0 50px; }

.listing-filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 6px solid #000;
  padding: 0 0 7px 0;
  margin: 0 0 18px 0; }
  .listing-filter .actionBar {
    margin: 0; }
    .listing-filter .actionBar .form-field {
      background: none;
      border: none;
      border-radius: 0;
      margin: 0; }
    .listing-filter .actionBar .form-label {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      padding: 0;
      margin: 0 6px 0 0; }
    .listing-filter .actionBar .form-select {
      width: 200px;
      height: 40px;
      background: #E2E2E2 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.896' height='8.823' viewBox='0 0 13.896 8.823'%3E%3Cpath id='Union_123' data-name='Union 123' d='M.39.387A1.264,1.264,0,0,0,0,1.326a1.285,1.285,0,0,0,.425.928l5.1,4.635L.46,11.656a1.274,1.274,0,0,0,0,1.871,1.391,1.391,0,0,0,1.888,0L8.364,7.865a1.459,1.459,0,0,0,.171-.193A1.276,1.276,0,0,0,8.4,5.914L2.278.354A1.38,1.38,0,0,0,1.353,0,1.362,1.362,0,0,0,.39.387Z' transform='translate(13.896 0) rotate(90)'/%3E%3C/svg%3E") no-repeat;
      background-position: 175px center;
      color: #000;
      font-size: 13px;
      font-style: italic;
      border-radius: 0;
      padding: 0 25px 0 11px; }
  .listing-filter.listing-filter-btm {
    float: left;
    justify-content: center;
    border-top: 6px solid #000;
    border-bottom: none;
    padding: 12px 0 0 0;
    margin: 0 0 39px 0; }

.pagination-list {
  margin: 0; }
  .pagination-list .pagination-item {
    width: 20px;
    height: 20px;
    float: left;
    border: none;
    margin: 0 5px; }
    .pagination-list .pagination-item a {
      width: 20px;
      height: 20px;
      float: left;
      background: #D0D1D3;
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 21px;
      border: none;
      border-radius: 50%;
      padding: 0; }
      .pagination-list .pagination-item a:hover {
        background: #F7941D;
        color: #fff; }
    .pagination-list .pagination-item.pagination-item--current {
      border: none;
      border-radius: 0; }
      .pagination-list .pagination-item.pagination-item--current a {
        background: #F7941D;
        color: #fff; }
    .pagination-list .pagination-item.pagination-item--next {
      margin: 0 -5px; }
      .pagination-list .pagination-item.pagination-item--next .pagination-link {
        background: none;
        font-size: 0; }
        .pagination-list .pagination-item.pagination-item--next .pagination-link .icon {
          width: 20px;
          height: 20px;
          margin: 0; }
          .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg {
            fill: #F7941D; }
    .pagination-list .pagination-item.pagination-item--previous {
      margin: 0 -5px; }
      .pagination-list .pagination-item.pagination-item--previous .pagination-link {
        background: none;
        font-size: 0; }
        .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon {
          width: 20px;
          height: 20px;
          margin: 0; }
          .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
            fill: #F7941D; }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 20px; }
  .productGrid .product {
    width: 25%;
    padding: 0 6px;
    margin: 0 0 20px 0; }

.card {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
  border: 1px solid #DBDBDB;
  padding: 7px;
  margin: 0;
  position: relative;
  padding-bottom: 42px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .card:hover {
    border: 1px solid #000; }
  .card .card-figure {
    width: 100%;
    float: left;
    padding: 0; }
  .card .card-img-container {
    height: 370px; }
    .card .card-img-container:after {
      padding-bottom: 100%; }
  .card .card-figure__link:before {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .card .card-figure:hover .card-figure__link:before {
    opacity: 1; }
  .card .card-figcaption-body {
    z-index: 9; }
    .card .card-figcaption-body .button {
      width: 170px;
      background: #F7941D;
      color: #000;
      font-size: 17px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      border-radius: 0;
      padding: 13px 10px; }
      .card .card-figcaption-body .button:hover {
        background: #FFB04D; }
      .card .card-figcaption-body .button.card-compare {
        display: none; }
      .card .card-figcaption-body .button.card-cart-btn {
        display: none; }
  .card .card-body {
    width: 100%;
    float: left;
    background: none !important;
    padding: 0; }
  .card .card-rating {
    width: 100%;
    float: left;
    margin: 0; }
  .card .card-title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 22px;
    margin: 6px 0 22px; }
    .card .card-title a {
      color: #000 !important;
      padding-bottom: 20px; }
      .card .card-title a:hover {
        color: #1252B4 !important;
        text-decoration: underline; }
  .card .card-rating {
    margin: 6px 0; }
  .card .card-text {
    width: 100%;
    float: left; }
    .card .card-text.card-brand {
      display: none; }
  .card .card-text-btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px 6px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .card .price-section {
    display: flex;
    vertical-align: bottom;
    margin: 0; }
    .card .price-section span {
      color: #B30000;
      font-size: 24px;
      font-family: "Roboto Condensed", sans-serif; }
    .card .price-section span:not(.price) {
      display: none; }
    .card .price-section span.price-now-label {
      display: inline-block;
      font-size: 0px; }
    .card .price-section span.price--non-sale {
      color: #59595B;
      font-size: 16px; }
    .card .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section .price {
      color: #000;
      font-size: 24px; }
    .card .price-section:last-child {
      float: left;
      margin: 0 10px 0 0; }
  .card .wishlist-icon {
    float: left; }
    .card .wishlist-icon .wishlistbtn {
      float: left; }
      .card .wishlist-icon .wishlistbtn svg {
        float: left;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        .card .wishlist-icon .wishlistbtn svg.filled {
          display: none; }
      .card .wishlist-icon .wishlistbtn:hover svg path {
        fill: #f7941d; }
    .card .wishlist-icon.wishlist_fill_heart .wishlistbtn svg.empty {
      display: none; }
    .card .wishlist-icon.wishlist_fill_heart .wishlistbtn svg.filled {
      display: block; }

.rating--small .icon {
  width: 15px;
  height: 15px;
  margin: 0 1px 0 0; }

.cat-desc {
  width: calc(100% - 220px);
  float: right;
  padding: 0 0 0 50px;
  margin: 0 0 58px 0; }
  .cat-desc p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0; }
    .cat-desc p:last-child {
      margin: 0; }

#faceted-search-container nav {
  width: 100%;
  float: left; }

#faceted-search-container .sidebarBlock {
  width: 100%;
  float: left; }
  #faceted-search-container .sidebarBlock + .sidebarBlock {
    border: none;
    padding: 0;
    margin: 0; }

#faceted-search-container .nav-cat-block {
  border-bottom: 1px solid #000;
  padding: 0 0 29px 0;
  margin: 9px 0 30px; }
  #faceted-search-container .nav-cat-block h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin: 0 0 19px 0; }

#faceted-search-container .navList.nav-cat-list {
  width: 100%;
  float: left; }
  #faceted-search-container .navList.nav-cat-list li {
    width: 100%;
    float: left;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 7px 0; }
    #faceted-search-container .navList.nav-cat-list li:last-child {
      margin: 0; }
    #faceted-search-container .navList.nav-cat-list li a {
      color: #000;
      font-size: 18px;
      padding: 0; }
      #faceted-search-container .navList.nav-cat-list li a:hover {
        color: #1252B4;
        text-decoration: underline; }

.facetedSearch-refineFilters h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 18px 0; }

.facetedSearch-refineFilters p {
  color: #58585A;
  font-size: 12px;
  margin: 0; }

.facetedSearch-refineFilters .clear {
  color: #F7941D; }
  .facetedSearch-refineFilters .clear:hover {
    color: #000; }

.facetedSearch-navList {
  width: 100%;
  float: left;
  margin: 0 !important; }

.accordion {
  width: 100%;
  float: left;
  border-radius: 0; }

.accordion-block {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 !important; }
  .accordion-block .accordion-navigation {
    border-radius: 0 !important;
    margin: 17px 0 0 0 !important; }
    .accordion-block .accordion-navigation .accordion-title {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase; }
    .accordion-block .accordion-navigation span:not(.accordion-title) {
      width: 14px;
      height: 9px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' width='14' height='9'%3E%3Ctitle%3Eleft-arrow%3C/title%3E%3Cdefs%3E%3Cimage width='14' height='9' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAMAAAA1k+1bAAAAAXNSR0IB2cksfwAAADNQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAowVGyQAAABF0Uk5TkP9gAPDQMEBv75+g3+AQz7BONN/CAAAARElEQVR4nD3MSwKAIAwD0YQgftDq/U8rbcXZvc0ALPoqFVg43SqJQnKd2qDhvaUOQYI75VQnzysUdKeSNva3/ZQ9PaQXbvQB8Rboa1EAAAAASUVORK5CYII='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat;
      background-size: 100% auto !important;
      background-position: center !important; }
      .accordion-block .accordion-navigation span:not(.accordion-title) svg {
        display: none; }
    .accordion-block .accordion-navigation.is-open .accordion-title {
      color: #F7941D; }
    .accordion-block .accordion-navigation.is-open span:not(.accordion-title) {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' width='14' height='9'%3E%3Ctitle%3Eleft-arrow%3C/title%3E%3Cdefs%3E%3Cimage width='14' height='9' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAMAAAA1k+1bAAAAAXNSR0IB2cksfwAAADNQTFRFAAAA/48Q9pQd95Qd9pMc95Qd9pQc95Qd95Qd95Qc9pMc9pMd+pUb95Qd95Ub95Mc+JMcgR05vwAAABF0Uk5TABCwoND/z5/f4JDvMPBgQG92VX/eAAAARElEQVR4nE3MURKAIBACUFbDynTr/qdtmczi7zEDgGIpG2ZsIcvnzMj607ZPV/JorQ+7BAyHeKqWL8SpPyM5lv5eeq83Ze0B+QTMfVEAAAAASUVORK5CYII='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat; }
  .accordion-block .accordion-content {
    padding: 10px 10px 19px 10px; }
    .accordion-block .accordion-content .navList-item {
      margin: 0 0 13px 0; }
      .accordion-block .accordion-content .navList-item:last-child {
        margin: 0; }
      .accordion-block .accordion-content .navList-item .navList-action {
        color: #000;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0; }
        .accordion-block .accordion-content .navList-item .navList-action.navList-action--checkbox {
          color: #000;
          font-size: 14px;
          line-height: 18px;
          padding: 0 0 0 30px; }
          .accordion-block .accordion-content .navList-item .navList-action.navList-action--checkbox:before {
            width: 16px;
            height: 16px;
            border: 1px solid #000;
            border-radius: 0; }
          .accordion-block .accordion-content .navList-item .navList-action.navList-action--checkbox:hover {
            color: #1252B4; }
        .accordion-block .accordion-content .navList-item .navList-action span {
          float: right;
          color: #76787A; }
      .accordion-block .accordion-content .navList-item .navList-action-close {
        display: none; }
    .accordion-block .accordion-content .toggleLink {
      display: inline-block;
      vertical-align: top;
      margin: 5px 0 0 0; }
      .accordion-block .accordion-content .toggleLink span {
        color: #000;
        text-decoration: underline; }
        .accordion-block .accordion-content .toggleLink span:hover {
          color: #F7941D; }
  .accordion-block .form-minMaxRow {
    margin: 0 -5px; }
    .accordion-block .form-minMaxRow .form-field {
      width: 50%;
      padding: 0 5px; }
    .accordion-block .form-minMaxRow .form-input--small {
      width: 100%;
      height: 40px;
      background: #E2E2E2;
      color: #000;
      font-size: 13px;
      font-style: italic;
      border: none;
      border-radius: 0;
      padding: 0 15px;
      -webkit-appearance: none;
      -moz-appearance: textfield; }
      .accordion-block .form-minMaxRow .form-input--small::placeholder {
        color: #000;
        opacity: 1; }
    .accordion-block .form-minMaxRow .button {
      width: 82px;
      height: 32px;
      background: #F7941D;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 3px 0 0 0;
      margin: 10px 0 0 0; }
      .accordion-block .form-minMaxRow .button:hover {
        background: #FDB04D; }
  .accordion-block:last-child {
    border-bottom: none; }
    .accordion-block:last-child .accordion-content {
      border-radius: 0;
      padding-bottom: 0; }

.accordion-block .accordion-content.facetedSearch-content--rating .navList-item .navList-action span {
  float: none; }

.filter-btn {
  display: none; }

.page-search .breadcrumb-wraper {
  margin: 19px 0 19px; }

.page-search .page-content {
  margin: 0 0 41px 0; }
  .page-search .page-content .panel {
    display: none; }
  .page-search .page-content.u-hidden {
    display: block !important; }

.page-search .page-sidebar.u-hidden + .page-content {
  width: 100%;
  padding: 0; }

.search-nav-wraper {
  width: 100%;
  float: left;
  margin: 0 0 0 0; }

#search-results-heading {
  width: 100%;
  float: left; }
  #search-results-heading h1 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 50px;
    margin: 0 0 7px 0; }

.search-nav {
  width: 100%;
  float: left;
  margin: 0; }
  .search-nav .navBar-item {
    margin: 0 17px; }
    .search-nav .navBar-item a {
      color: #17020D;
      font-size: 18px;
      font-family: 'Barlow', sans-serif;
      text-decoration: underline; }
      .search-nav .navBar-item a:hover {
        color: #F7941D; }
      .search-nav .navBar-item a.navBar-action-color--active {
        color: #F7941D; }

.modal-close:before {
  display: none !important; }

.modal-close:after {
  display: none !important; }

.facet-quick-heading {
  color: #000;
  margin: 0 0 15px 0; }

#facetedSearch-filterItems .form-input {
  height: 45px;
  background: #E2E2E2;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 0 15px; }
  #facetedSearch-filterItems .form-input::placeholder {
    color: #4c4c4c;
    opacity: 1; }

.facetedSearch-optionColumns li a {
  color: #000; }
  .facetedSearch-optionColumns li a:hover {
    color: #F7941D; }

.search-list {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 15px 0 30px; }
  .search-list li {
    width: 100%;
    float: left;
    margin: 0 0 25px 0; }
    .search-list li:last-child {
      margin: 0; }
    .search-list li h3 {
      width: 100%;
      float: left;
      color: #000;
      font-size: 22px;
      margin: 0 0 5px 0; }
      .search-list li h3 a {
        color: #000; }
        .search-list li h3 a:hover {
          color: #F7941D; }
    .search-list li p {
      width: 100%;
      float: left;
      font-size: 16px;
      line-height: 25px;
      margin: 0; }

.header {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16); }
  .header .container {
    max-width: 1366px;
    padding: 0 28px; }

.carousel-tooltip {
  display: none !important; }

.top-bar {
  max-height: 50px;
  width: 100%;
  /*  height: 40px;*/
  height: auto;
  overflow: hidden;
  float: left;
  background: #000; }
  .top-bar .container {
    text-align: center; }

.top-bar-slider {
  width: 100%;
  max-width: 870px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 10px 20px; }
  .top-bar-slider ul {
    list-style: none; }
  .top-bar-slider .top-bar-slide {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    /*    display: none;*/
    /*&:first-child{
      display: block;
    }
    &.slick-slide{
      display: block;
    }*/ }
  .top-bar-slider .slick-arrow {
    width: 11px;
    height: 18px;
    background: none;
    border: none;
    padding: 0;
    margin: 0; }
    .top-bar-slider .slick-arrow.slick-prev {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.943' height='17.815' viewBox='0 0 10.943 17.815'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='10.943' height='17.815' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Repeat_Grid_1' data-name='Repeat Grid 1' clip-path='url(%23clip-path)'%3E%3Cg transform='translate(-248 -11.092)'%3E%3Cpath id='Union_26' data-name='Union 26' d='M2019.849,21.922l-8.285-7.529a1.226,1.226,0,0,1-.121-1.7,1.251,1.251,0,0,1,.175-.2l8.145-7.663a1.378,1.378,0,0,1,1.869,0,1.224,1.224,0,0,1,0,1.8l-7.255,6.826,7.309,6.641a1.224,1.224,0,0,1,.033,1.8,1.379,1.379,0,0,1-1.87.031Zm-8.117-7.713,8.285,7.528a1.128,1.128,0,0,0,1.527-.025.981.981,0,0,0,.3-.7.981.981,0,0,1-.3.7,1.128,1.128,0,0,1-1.527.025l-8.285-7.528Zm9.786,6.066-7.509-6.822,7.452-7.011a.974.974,0,0,0,0-1.437.975.975,0,0,1,0,1.437l-7.452,7.011Zm-.1-15.306a1.116,1.116,0,0,0-.724-.262A1.116,1.116,0,0,1,2021.421,4.969Z' transform='translate(-1763.154 6.635)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center;
      background-repeat: no-repeat;
      left: -20px; }
      .top-bar-slider .slick-arrow.slick-prev:before {
        display: none; }
    .top-bar-slider .slick-arrow.slick-disabled {
      opacity: 1; }
    .top-bar-slider .slick-arrow.slick-next {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.943' height='17.815' viewBox='0 0 10.943 17.815'%3E%3Cpath id='Union_27' data-name='Union 27' d='M8.7.35.41,7.879a1.226,1.226,0,0,0-.121,1.7,1.251,1.251,0,0,0,.175.2l8.145,7.663a1.378,1.378,0,0,0,1.869,0,1.224,1.224,0,0,0,0-1.8L3.223,8.823l7.309-6.641a1.224,1.224,0,0,0,.033-1.8A1.379,1.379,0,0,0,8.7.35ZM.578,8.063,8.863.535a1.128,1.128,0,0,1,1.527.025.981.981,0,0,1,.3.7.981.981,0,0,0-.3-.7A1.128,1.128,0,0,0,8.863.535L.578,8.063ZM10.364,2,2.855,8.819l7.452,7.011a.974.974,0,0,1,0,1.437.975.975,0,0,0,0-1.437L2.855,8.819Zm-.1,15.306a1.116,1.116,0,0,1-.724.262A1.116,1.116,0,0,0,10.267,17.3Z' transform='translate(10.943 17.815) rotate(180)' fill='%23fff'/%3E%3C/svg%3E") center;
      background-repeat: no-repeat;
      right: -20px; }
      .top-bar-slider .slick-arrow.slick-next:before {
        display: none; }

.header-top {
  width: 100%;
  float: left;
  background: #E2E2E2;
  padding: 5px 0; }

.header-top-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px; }
  .header-top-wraper ul {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none; }
    .header-top-wraper ul li {
      float: left;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      border-left: 1px solid #C6C6C6;
      padding: 4px 20px;
      position: relative; }
      .header-top-wraper ul li:first-child {
        border-left: none;
        padding-left: 0; }
      .header-top-wraper ul li:last-child {
        padding-right: 0; }
      .header-top-wraper ul li a {
        color: #3C3C3C; }
        .header-top-wraper ul li a svg {
          display: inline-block;
          vertical-align: middle; }
          .header-top-wraper ul li a svg path {
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in; }
          .header-top-wraper ul li a svg g {
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in; }
          .header-top-wraper ul li a svg line {
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in; }
          .header-top-wraper ul li a svg + span {
            margin: 0 0 0 6px; }
        .header-top-wraper ul li a span {
          display: inline-block;
          vertical-align: middle; }
        .header-top-wraper ul li a.search-btn g {
          stroke: #F7941D; }
        .header-top-wraper ul li a.search-btn line {
          stroke: #F7941D; }
      .header-top-wraper ul li:hover > a {
        color: #F7941D; }
        .header-top-wraper ul li:hover > a path {
          fill: #F7941D; }

.acc-links {
  width: 100px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 20px;
  padding: 10px 0 0 0;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #000;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 99;
  transition: all .3s ease-in; }
  .acc-links:before {
    position: absolute;
    top: -7px;
    left: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    z-index: 9; }
  .acc-links:after {
    position: absolute;
    top: -9px;
    left: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
    content: ""; }
  .acc-links ul {
    padding: 0 10px 10px;
    margin: 0; }
  .acc-links li {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 18px;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 10px 0; }
    .acc-links li:last-child {
      margin: 0; }
    .acc-links li a {
      color: #000; }
      .acc-links li a:hover {
        color: #F7941D; }

.header-account:hover .acc-links {
  opacity: 1;
  visibility: visible; }

.header-cart .navUser-action {
  display: block;
  text-transform: none;
  padding: 0; }
  .header-cart .navUser-action svg {
    fill: #000;
    stroke: none; }

.header-cart .navUser-item-cartLabel {
  width: 24px;
  height: 22px; }

.header-cart .countPill {
  width: 16px;
  height: 16px;
  background: #1252B4;
  font-size: 11px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 17px;
  padding: 0 0 0 1px;
  margin: 0; }
  .header-cart .countPill:not(.countPill--positive) {
    display: none; }

#quickSearch {
  width: 100%;
  background: none;
  position: absolute;
  top: 170px;
  left: 0;
  padding: 0;
  display: none;
  z-index: 99; }
  #quickSearch .quickSearchResults {
    margin: 0; }

.search-open .search-bg {
  width: 100%;
  height: 100%;
  background: rgba(56, 56, 56, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: 9; }

.search-close {
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50' height='50'%3E%3Ctitle%3Eclose-toggle%3C/title%3E%3Cdefs%3E%3Cimage width='50' height='50' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAAXNSR0IB2cksfwAAAIRQTFRF95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd95Qd0iD9tgAAACx0Uk5TAEmvYyS9/9MwzrdH3jZUxaoBVccjHM1c6TnVK9pA5rHKWiDXLR7jXym+TLLjjzPIAAABi0lEQVR4nKVWaWOCMAytgKVcKjpg5ZCNbe76//9vKEIa6EFnPkHNM3mPNAkhvW0cl6ww19mMj96W+p4Z4fl0e3djAaU0jEyIKOzdAnYDXxGUxokekcQ3t6CPs9vTwXwtJvHvbvsdOdDRYnVuaRRPbgdyPE0v4ZOWx2CnIyEZxMkLOcJ9hhjZ9YCXgGEyBPMnh5IPRxXkVjdLRFNDVtV4WEGcehGHAaKs4Jir+RQ58ODiDxnkdka5NWfIKsN/JmjdCpimRepik/JR8Jj4LLVmwKPkS0Qf52WmtVRdbK9Ate0I6XQ8JGTzQlQ3UyFQKjkg3qQ8RhMIA/hdh0CyLiRfwWcQQlKoc+tQbnlnRqBCVF66hyH2idnTtxdZ+im1GHnByHqIhAcqS+dDhbAvfvsrZn+R7duFfVPiF8gKlYhQPheUm6bBfkLbFxusro2nCQww4GMYFsLQG7U2jqRkPpLMgy+dDT5RXeV1wuNVGOLqglUM8fWrAvkaXiwWkv+sPf3i8227XBHy82uzwv0B7tQsuNkShO4AAAAASUVORK5CYII='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") center;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 30px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  z-index: 99; }
  .search-close:hover {
    -webkit-filter: none;
    filter: none; }

.quickSearchResults .modal-close {
  display: none; }

.quickSearchResults .quickSearchMessage {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px 0; }

.quickSearchResults .productGrid {
  padding: 20px 0 0 0;
  margin-bottom: 0; }
  .quickSearchResults .productGrid li {
    width: 25%; }

.search-form-wraper {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #E3E3E3;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  z-index: 99; }

#quickSearch .form {
  max-width: 100%;
  background: #ffffff;
  padding: 0;
  margin: 0; }
  #quickSearch .form .form-field {
    margin: 0; }
  #quickSearch .form .form-input {
    width: calc(100% - 18px);
    height: 50px;
    background: none;
    float: left;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    border: none;
    border-radius: 0;
    padding: 0 20px 0 0; }
    #quickSearch .form .form-input::placeholder {
      color: #3C3C3C;
      opacity: 1; }
  #quickSearch .form input[type="submit"] {
    width: 18px;
    height: 50px;
    float: left;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.211' height='18.211' viewBox='0 0 18.211 18.211'%3E%3Cpath id='Union_87' data-name='Union 87' d='M19983.047,17319.461a7.5,7.5,0,1,1,1.414-1.414l4.748,4.746-1.416,1.416ZM19973,17313.5a5.5,5.5,0,1,0,5.5-5.5A5.506,5.506,0,0,0,19973,17313.5Z' transform='translate(-19970.998 -17305.998)' fill='%23f7941d'/%3E%3C/svg%3E") no-repeat center;
    border: none;
    padding: 0;
    -wbkit-filter: brightness(0);
    filter: brightness(0); }
    #quickSearch .form input[type="submit"]:hover {
      -webkit-filter: none;
      filter: none; }

.header-btm {
  width: 100%;
  float: left; }

.header-btm-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0 0 0; }

.h-btm-lft {
  margin: 0 60px 0 0; }

.header-logo {
  margin: 0; }

.megamenu {
  float: left; }
  .megamenu > ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .megamenu > ul > li {
      float: left;
      font-size: 20px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      padding: 22px 23px; }
      .megamenu > ul > li > a {
        color: #000;
        padding: 3px 0;
        position: relative; }
        .megamenu > ul > li > a:after {
          width: 0;
          height: 4px;
          background: #F7941D;
          position: absolute;
          left: 0;
          bottom: -4px;
          content: "";
          -webkit-transition: all .3s ease-in;
          transition: all .3s ease-in; }
      .megamenu > ul > li.explore-menu {
        font-weight: 400; }
        .megamenu > ul > li.explore-menu > a:before {
          width: 1px;
          height: 100%;
          background: #C6C6C6;
          position: absolute;
          top: 0;
          left: -23px;
          content: ""; }
      .megamenu > ul > li:hover > a:after {
        width: 100%; }

.mob-nav {
  display: none; }

.header-mobile-menu-btn {
  display: none; }

.h-login {
  display: none; }

.h-search {
  border-left: none !important; }

#cart-preview-dropdown.dropdown-menu {
  width: 320px !important;
  max-width: inherit;
  background: #fff;
  top: 35px !important;
  border: 2px solid #000;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 999; }
  #cart-preview-dropdown.dropdown-menu .previewCart {
    width: 100%;
    max-width: inherit; }

.header-cart .dropdown-menu.is-open:before {
  border: inset 11px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: .78571rem;
  position: absolute; }

.header-cart .dropdown-menu.is-open:after, .header-cart .dropdown-menu.is-open:before {
  left: auto; }

.header-cart .dropdown-menu.is-open:before {
  right: 17px;
  border-color: transparent transparent #000 transparent; }

.header-cart .dropdown-menu.is-open:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: .92857rem;
  position: absolute; }

.header-cart .dropdown-menu.is-open:after {
  left: auto;
  right: 20px; }

.footer {
  border-top: none;
  padding: 0; }
  .footer .container {
    padding: 0 60px; }

.footer-top {
  width: 100%;
  float: left;
  background: #3C3C3C;
  color: #fff;
  padding: 37px 0 33px; }

.ft-top-wraper {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.ft-top-lft {
  width: calc(100% - 315px);
  float: left;
  padding: 13px 0 0 0; }

.ft-col {
  float: left;
  padding: 0 15px 0 0; }
  .ft-col h3 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 14px 0; }
    .ft-col h3.mob-toggle {
      display: none; }
  .ft-col ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .ft-col ul li {
      width: 100%;
      float: left;
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 6px 0; }
      .ft-col ul li:last-child {
        margin: 0; }
      .ft-col ul li a {
        float: left;
        color: #fff; }
        .ft-col ul li a:hover {
          opacity: 0.7; }
      .ft-col ul li.ft-tel {
        font-weight: 700; }
        .ft-col ul li.ft-tel a {
          color: #FFFFFF;
          text-decoration: underline; }
          .ft-col ul li.ft-tel a:hover {
            opacity: 0.7; }

.ft-col1 {
  width: 20%; }

.ft-col2 {
  width: 20%; }

.ft-col3 {
  width: 21.5%; }

.ft-col4 {
  width: 22%; }

.ft-top-rgt {
  width: 315px;
  float: left;
  border-left: 1px solid #707070;
  padding: 24px 0 0 30px; }
  .ft-top-rgt h3 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
  .ft-top-rgt p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 15px 0; }
  .ft-top-rgt .form {
    margin: 0; }
  .ft-top-rgt .form-prefixPostfix {
    display: block; }
  .ft-top-rgt .form-field {
    margin: 0; }
    .ft-top-rgt .form-field .form-input {
      width: 100%;
      height: 40px;
      float: left;
      background: #E2E2E2;
      color: #000;
      font-size: 13px;
      font-style: italic;
      border: none;
      border-radius: 0; }
      .ft-top-rgt .form-field .form-input::placeholder {
        color: #000;
        opacity: 1; }
    .ft-top-rgt .form-field .button {
      width: 102px;
      height: 32px;
      float: left;
      background: #F7941D;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 2px 0 0 0;
      margin: 10px 0 0 0; }
      .ft-top-rgt .form-field .button:hover {
        background: #FDB04D; }

.footer-btm {
  width: 100%;
  float: left;
  background: #000000;
  padding: 7px 0; }

.ft-btm-wraper {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.ft-btm-lft ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0; }
  .ft-btm-lft ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px; }
    .ft-btm-lft ul li + li {
      margin: 0 0 0 30px; }
    .ft-btm-lft ul li a {
      float: left;
      color: #FFFFFF; }
      .ft-btm-lft ul li a:hover {
        opacity: 0.7; }

.ft-btm-rgt ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0; }
  .ft-btm-rgt ul li {
    float: left;
    padding: 0 5px; }
    .ft-btm-rgt ul li + li {
      margin: 0 0 0 8px; }
    .ft-btm-rgt ul li a {
      border: 1px solid #FFFFFF;
      width: 36px;
      height: 36px;
      float: left;
      background: transparent;
      display: inline-flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      border-radius: 4px; }
      .ft-btm-rgt ul li a:hover {
        background: #FFFFFF; }
        .ft-btm-rgt ul li a:hover svg {
          filter: invert(1); }

.header-top-wraper ul.previewCartList {
  padding: 0 14px; }
  .header-top-wraper ul.previewCartList li {
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 15px 0 !important; }
    .header-top-wraper ul.previewCartList li:last-child {
      border-bottom: none; }
    .header-top-wraper ul.previewCartList li .previewCartItem-image {
      width: 75px; }
    .header-top-wraper ul.previewCartList li .previewCartItem-content {
      width: calc(100% - 75px);
      padding: 0 0 0 15px; }
      .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-brand {
        display: none; }
      .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-name {
        width: 100%;
        float: left;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 18px;
        margin: 0; }
        .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-name a {
          color: #000; }
          .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-name a:hover {
            color: #1252B4; }
      .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-price {
        width: 100%;
        float: left;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        font-family: "Roboto Condensed", sans-serif;
        margin: 25px 0 0 0; }

#cart-preview-dropdown .previewCartAction {
  width: 100%;
  max-width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  border-top: none;
  padding: 10px 14px; }
  #cart-preview-dropdown .previewCartAction .button {
    color: #fff;
    background: #002D73;
    font-size: 17px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 10.5px 0; }
    #cart-preview-dropdown .previewCartAction .button:hover {
      background: #1252B4; }
  #cart-preview-dropdown .previewCartAction .previewCartAction-checkout {
    width: 140px;
    float: left;
    padding: 0; }
  #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart {
    width: 140px;
    float: right;
    padding: 0; }
    #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart .button {
      background: #fff;
      color: #002D73;
      border: 2px solid #002D73;
      padding: 8.5px 0; }
      #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart .button:hover {
        color: #1252B4;
        border: 2px solid #1252B4; }

.heroCarousel {
  margin-top: 0; }

.carousel-play-pause-button {
  display: none !important; }

.header-mobile-menu {
  width: 100%;
  position: fixed;
  top: 134px;
  bottom: 0;
  z-index: 9;
  left: -100%;
  transition: ease all .1s;
  display: block;
  overflow-y: auto; }

.header-mobile-menu .header-mobile-inner {
  width: 100%;
  float: left;
  background: #fff;
  padding: 10px;
  transition: transform 0.4s ease; }

.header-mobile-menu .header-mobile-inner ul {
  list-style: none;
  padding: 22px 12px 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li {
  margin: 0 0 16px 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li:last-child {
  margin: 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li a {
  display: block;
  position: relative; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li a strong {
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 35px;
  text-transform: uppercase;
  position: relative; }

/**.header-mobile-menu .header-mobile-inner ul li.main-link-li a strong:after{width: 0; height: 4px; background: #F7941D; position: absolute; left: 0; bottom: -4px; content: ""; -webkit-transition: all .3s ease-in; transition: all .3s ease-in;}
.header-mobile-menu .header-mobile-inner ul li.main-link-li a:hover strong:after{width: 100%;}**/
.header-mobile-menu .header-mobile-inner ul li.main-link-li a span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 3px 0 0 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li.exp-link a strong {
  font-weight: 400; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .child-trigger {
  width: 12px;
  height: 19px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_77' data-name='Union 77' d='M13043.527,17089.291a1.727,1.727,0,0,1,.048-2.529l6.909-6.275-6.862-6.455a1.723,1.723,0,0,1,0-2.531,1.883,1.883,0,0,1,2.556,0l8.146,7.666a1.79,1.79,0,0,1,.231.262,1.726,1.726,0,0,1-.185,2.379l-8.286,7.527a1.88,1.88,0,0,1-2.557-.043Z' transform='translate(-13043 -17071)'/%3E%3C/svg%3E");
  background-position: center;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu {
  width: 100%;
  height: auto;
  max-height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 25px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform .4s ease;
  transition: transform .4s ease; }

.header-mobile-scroll {
  width: 100%; }

.h-mobile-btm-links {
  width: 100%;
  float: left;
  background: #E2E2E2;
  padding: 11px 22px; }

.h-mobile-btm-links ul {
  padding: 0 !important; }

.h-mobile-btm-links ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin: 8px 0; }

.h-mobile-btm-links ul li a {
  float: left;
  color: #3C3C3C; }

.h-mobile-btm-links ul li a svg {
  display: inline-block;
  vertical-align: middle; }

.h-mobile-btm-links ul li a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 7px; }

.header-mobile-menu .header-mobile-inner .subMenu ul {
  padding: 18px 0 0 0;
  margin: 0; }

.header-mobile-menu.open {
  left: 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu.open {
  opacity: 1;
  visibility: visible;
  z-index: 99999999; }

.header-mobile-menu .header-mobile-inner.open {
  transform: translate3d(-100%, 0, 0); }

.header-mobile-menu-btn {
  width: 30px;
  height: 24px;
  position: relative; }

.mobileMenu-toggleIcon {
  width: 30px;
  height: 4px;
  background: #000;
  position: absolute;
  transition: background-color 10ms ease-in .1s; }

.mobileMenu-toggleIcon:before {
  width: 30px;
  height: 4px;
  background: #000;
  position: absolute;
  top: -9px;
  content: "";
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms; }

.mobileMenu-toggleIcon:after {
  width: 30px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: -9px;
  content: "";
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms; }

.menu-close {
  display: none; }

.header-mobile-menu-btn.open svg:not(.menu-close) {
  display: none; }

.header-mobile-menu-btn.open .menu-close {
  display: block; }

.header-mobile-menu-btn.open .mobileMenu-toggleIcon {
  background: transparent;
  transition-delay: .1s; }

.header-mobile-menu-btn.open .mobileMenu-toggleIcon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in; }

.header-mobile-menu-btn.open .mobileMenu-toggleIcon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in; }

.category-inner-link {
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.header-mobile-menu .header-mobile-inner > ul > li.main-link-li:last-child a:before {
  display: none; }

.header-mobile-bottom {
  width: 100%;
  float: left;
  padding: 20px 12px;
  margin: 20px 0 0 0; }

.header-mobile-bottom .acc-btn {
  min-width: 170px;
  float: left;
  background: #F7941D;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 8.5px 10px; }

.header-mobile-bottom .acc-btn:hover {
  background: #FFB04D; }

.header-mobile-bottom .acc-btn svg {
  display: inline-block;
  vertical-align: middle; }

.header-mobile-bottom .acc-btn span {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0 0 7px; }

.header-mobile-menu .header-mobile-inner .header-mobile-bottom ul {
  margin: 0; }

.header-mobile-bottom ul li {
  width: 100%;
  font-size: 24px;
  margin: 0 0 22px 0; }

.header-mobile-bottom ul li:last-child {
  margin: 0; }

.header-mobile-bottom ul li a {
  color: #121212; }

.header-bottom-call {
  background: #121212;
  padding: 21px; }

.header-bottom-call p {
  width: 100%;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  margin: 0; }

.header-bottom-call p span {
  color: #B9D9A3; }

.header-bottom-call p a {
  color: #fff;
  font-weight: 700; }

.header-bottom-call p a:hover {
  color: #B9D9A3; }

.header-bottom-call .top-menu {
  display: none; }

.sub-top {
  width: calc(100% - 20px);
  background: #000;
  padding: 10px 18px;
  margin: 0 0 21px 0; }

.back-btn {
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer; }

.back-btn svg {
  display: inline-block;
  vertical-align: middle; }

.back-btn span {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #C6C6C6;
  padding: 0 0 0 15px;
  margin: 0 0 0 9px; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li a.parent-link {
  padding: 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li a.parent-link:before {
  display: none; }

.parent-link {
  width: 100%; }

.parent-link strong {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.parent-link span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 0 3px; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu li {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 60px;
  margin: 0 0 16px 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu li:last-child {
  margin: 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu li a {
  width: 100%;
  color: #3C3C3C;
  padding: 0; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu li a:before {
  display: none; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu li.shop-all a {
  color: #F7941D;
  text-decoration: underline; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu li.clearance-link a {
  color: #A53E3E; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li {
  font-weight: 600;
  text-transform: inherit;
  position: relative; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.sub-menu-toggle .child-trigger {
  width: 14px;
  height: 9px;
  transform: rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.896' height='8.823' viewBox='0 0 13.896 8.823'%3E%3Cpath id='Union_123' data-name='Union 123' d='M.39.387A1.264,1.264,0,0,0,0,1.326a1.285,1.285,0,0,0,.425.928l5.1,4.635L.46,11.656a1.274,1.274,0,0,0,0,1.871,1.391,1.391,0,0,0,1.888,0L8.364,7.865a1.459,1.459,0,0,0,.171-.193A1.276,1.276,0,0,0,8.4,5.914L2.278.354A1.38,1.38,0,0,0,1.353,0,1.362,1.362,0,0,0,.39.387Z' transform='translate(13.896 0) rotate(90)'/%3E%3C/svg%3E");
  background-position: center;
  position: absolute;
  top: 6px;
  right: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-repeat: no-repeat; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.sub-menu-toggle.active .child-trigger {
  transform: rotate(0deg); }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.clearance-link {
  font-weight: 700; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li ul {
  padding: 5px 0 0 10px; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li ul li {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px; }

.menu-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: none;
  z-index: 9; }

.header-mobile-menu .header-mobile-inner .header-mobile-bottom ul.my-acc-nav {
  padding: 0; }

.header-mobile-menu .header-mobile-inner .header-mobile-bottom ul.my-acc-nav li {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px 0; }

.header-mobile-menu .header-mobile-inner .header-mobile-bottom ul.my-acc-nav li a {
  color: #3C3C3C; }

html.mobile-open {
  overflow-y: hidden; }

#previewModal {
  width: 900px;
  max-width: 90%; }

.modal-content {
  width: 100% !important; }

#previewModal .modal-content .modal-body {
  height: 595px !important; }

.modal-body.quickView {
  height: 690px !important; }

.modal .modal-close {
  width: 24px;
  height: 24px;
  color: #000;
  font-size: 50px;
  line-height: 24px;
  top: 30px;
  right: 40px; }
  .modal .modal-close:hover {
    color: #F7941D; }

.modal .modal-header {
  border-bottom: none;
  padding: 0 40px; }

.modal .modal-header-title {
  color: #17020D;
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 30px;
  border-bottom: 1px solid #000;
  padding: 27px 0 17px; }

.modal .modal-body {
  padding: 20px 40px; }

.modal .previewCart {
  max-width: 100%; }
  .modal .previewCart .productView {
    width: calc(100% - 300px);
    float: left;
    padding: 0 30px 0 0;
    margin: 0; }
  .modal .previewCart .productView-image {
    width: 100%;
    max-width: 360px;
    float: left;
    padding: 0;
    margin: 0 0 9px 0; }
  .modal .previewCart .productView-details {
    width: 100%;
    padding: 0; }
  .modal .previewCart .productView-title {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 32px;
    margin: 0 0 13px 0; }
  .modal .previewCart .productView-brand {
    display: none; }
  .modal .previewCart .productView-price {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 26px;
    margin: 0; }
  .modal .previewCart .productView-info {
    width: 100%;
    float: left;
    margin: 20px 0 0; }
    .modal .previewCart .productView-info dt {
      float: left;
      color: #000;
      font-weight: 600;
      line-height: 21px;
      margin: 0 5px 0 0; }
    .modal .previewCart .productView-info dd {
      float: left;
      color: #000; }
    .modal .previewCart .productView-info + .productView-info {
      margin: 5px 0 0 0; }
    .modal .previewCart .productView-info .productView-info-name {
      font-family: "Source Sans Pro", sans-serif; }

.modal .previewCartCheckout {
  width: 300px;
  float: right;
  background: #E2E2E2;
  padding: 20px 20px 25px; }
  .modal .previewCartCheckout .button {
    background: #fff;
    color: #002D73;
    font-size: 17px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #002D73;
    border-radius: 0;
    padding: 11px 0;
    margin: 0; }
    .modal .previewCartCheckout .button + .button {
      margin: 8px 0 0 0; }
    .modal .previewCartCheckout .button:hover {
      color: #1252B4;
      border: 2px solid #1252B4; }
    .modal .previewCartCheckout .button.checkout-btn {
      background: #002D73;
      color: #fff;
      border: none;
      padding: 10.5px 0;
      margin: 0; }
      .modal .previewCartCheckout .button.checkout-btn span {
        display: inline-block;
        vertical-align: top;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.415' height='18.944' viewBox='0 0 21.415 18.944'%3E%3Cg id='Group_4962' data-name='Group 4962' transform='translate(-588.743 -194.427)'%3E%3Cg id='Group_4015' data-name='Group 4015' transform='translate(588.743 194.427)'%3E%3Cpath id='Path_118' data-name='Path 118' d='M38.214,138.58a.872.872,0,0,0-.686-.342H26.321a.94.94,0,0,0,0,1.877H36.452l-1.207,6.568H25.353l-2.721-11.717a.9.9,0,0,0-.861-.715H17.888a.94.94,0,0,0,0,1.877h3.187l2.719,11.717a.9.9,0,0,0,.861.715H35.973a.905.905,0,0,0,.872-.76l1.553-8.445A.971.971,0,0,0,38.214,138.58Z' transform='translate(-17 -134.25)' fill='%23fff'/%3E%3Cpath id='Path_119' data-name='Path 119' d='M54.231,201.41a1.731,1.731,0,1,0,1.731,1.731A1.731,1.731,0,0,0,54.231,201.41Z' transform='translate(-44.36 -185.929)' fill='%23fff'/%3E%3Cpath id='Path_120' data-name='Path 120' d='M85.031,201.41a1.731,1.731,0,1,0,1.731,1.731A1.731,1.731,0,0,0,85.031,201.41Z' transform='translate(-67.629 -185.929)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
        line-height: 18px;
        padding: 1px 0 0 30px; }
      .modal .previewCartCheckout .button.checkout-btn:hover {
        background: #1252B4; }
  .modal .previewCartCheckout .previewCartCheckout-subtotal {
    color: #000;
    font-size: 14px;
    margin: 14px 0 10px; }
    .modal .previewCartCheckout .previewCartCheckout-subtotal strong {
      color: #000;
      font-size: 32px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      margin: 3px 0 0 0; }
    .modal .previewCartCheckout .previewCartCheckout-subtotal + p {
      color: #000;
      font-size: 14px;
      margin: 0 0 12px 0; }

.productView {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.detail-top {
  width: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end; }
  .detail-top .productView-image {
    width: calc(100% - 78px);
    float: right;
    border: 1px solid #707070; }
  .detail-top .productView-img-container:after {
    padding-bottom: 570px; }

.productView-images {
  width: 478px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin: 0; }

.detail-rgt {
  width: calc(100% - 478px);
  float: right;
  padding: 0 0 0 35px; }

.productView-details {
  width: 100%;
  float: left;
  padding: 0; }

.productView-thumbnails {
  width: 78px;
  float: left;
  padding: 35px 10px 35px 0;
  order: -1;
  margin: 0 !important; }
  .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-thumbnails .productView-thumbnail {
    width: 100%;
    float: left;
    padding: 0; }
    .productView-thumbnails .productView-thumbnail + .productView-thumbnail {
      margin: 10px 0 0 0; }
  .productView-thumbnails img {
    width: 100%; }
  .productView-thumbnails.slick-slider {
    margin: 0; }
  .productView-thumbnails .slick-arrow {
    width: 68px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .productView-thumbnails .slick-arrow:before {
      display: none; }
    .productView-thumbnails .slick-arrow:hover {
      -webkit-filter: brightness(0);
      filter: brightness(0); }
    .productView-thumbnails .slick-arrow.slick-prev {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 12' width='19' height='12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cdefs%3E%3Cimage width='19' height='12' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAMAAAC3DnawAAAAAXNSR0IB2cksfwAAADZQTFRFAAAA9pMc95Qc95Qd95Qd95Mc95Ub95Qd95Qd+pUb95Qd+ZMd/48Q9pQc9pMc9pMc9pMd95Mc7jCi/QAAABJ0Uk5TAJDgoP+AYN+fMPBQEM+v0O/AwPj+5QAAAFxJREFUeJxlzlESgCAIBFBUlDQyu/9lI7BRa3/EN7MMAD3OO/gkIGL4E2KcKaIlDUrPnxZU2qyfF7KlRXF/CfjomIsM1RqKJ4OX5+C+mUnPLBNJqyFekKgOEqSWb/GtAsWSxwWNAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center;
      top: 0;
      left: 0; }
    .productView-thumbnails .slick-arrow.slick-next {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 12' width='19' height='12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cdefs%3E%3Cimage width='19' height='12' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAMCAMAAAC3DnawAAAAAXNSR0IB2cksfwAAADZQTFRF95Ub95Qd9pMc/48QAAAA+pUb9pMd95Qd95Qd9pQc95Mc95Qc95Qd9pMc+ZMd95Qd95Mc9pMcW7t/PwAAABJ0Uk5TYN+vEAAw7/D/z8DgoNBQn4CQ6EjmhwAAAGJJREFUeJxVzEkWwCAIA1DUYGO1g/e/bFVqBxZC/kNEnA94S11UWcj0okZylcwPBtdSEW2L9DelNm9BsLfO46FFIYBMLEbdJnaiwsywn6fFcfyklSV77R9PfG1gwd9Qc53jBWBGBSv8DsRYAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center;
      top: auto;
      left: 0;
      bottom: 0; }
    .productView-thumbnails .slick-arrow.slick-disabled {
      opacity: 0.5; }
  .productView-thumbnails.slick-slider .productView-thumbnail {
    padding: 5px 0;
    margin: 0 !important; }
  .productView-thumbnails:not(.slick-slider) {
    padding-top: 0;
    padding-bottom: 0; }

.productView-thumbnail-link {
  max-width: 100%;
  height: 90px;
  border: 1px solid transparent;
  padding: 0;
  box-sizing: border-box; }
  .productView-thumbnail-link:hover {
    border: 1px solid #707070 !important; }
    .productView-thumbnail-link:hover.is-active {
      border: 1px solid #707070 !important; }

.productView-product {
  width: 100%;
  float: left;
  border-bottom: none;
  padding: 0; }
  .productView-product .productView-title {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 36px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 48px;
    margin: 0; }
  .productView-product .productView-brand {
    display: none; }
  .productView-product .productView-rating {
    width: 100%;
    float: left;
    padding: 0 0 7px 0;
    margin: 8px 0 20px 0;
    border-bottom: 1px solid #000; }
    .productView-product .productView-rating span {
      color: #000;
      font-size: 11px;
      display: inline-block;
      vertical-align: middle; }
    .productView-product .productView-rating a {
      color: #000;
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      text-decoration: underline; }
      .productView-product .productView-rating a:hover {
        color: #F7941D; }
    .productView-product .productView-rating #productReview_link {
      margin: 4px 0 0 7px; }
    .productView-product .productView-rating #productReview_link1 {
      margin: 4px 0 0 7px; }
    .productView-product .productView-rating #productReview_link2 {
      margin: 4px 0 0 7px; }
    .productView-product .productView-rating .productReview_txt {
      margin: 4px 0 0 7px; }
    .productView-product .productView-rating .productView-reviewLink {
      margin: 4px 0 0 7px; }
  .productView-product .productView-price {
    width: 100%;
    float: left;
    margin: 21px 0 27px 0; }
    .productView-product .productView-price .price-section {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0; }
      .productView-product .productView-price .price-section span:not(.price) {
        display: none !important; }
      .productView-product .productView-price .price-section .price {
        color: #17020D;
        font-size: 28px;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 33px; }
      .productView-product .productView-price .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax) {
        float: left; }
      .productView-product .productView-price .price-section.non-sale-price--withoutTax .price {
        float: left;
        color: #4c4c4c;
        font-size: 21px;
        margin: 2px 0 0 0; }
      .productView-product .productView-price .price-section.non-sale-price--withoutTax + .price-section .price {
        color: #F7941D; }
      .productView-product .productView-price .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section .price {
        color: #000; }

.productView-options {
  width: 100%;
  float: left;
  margin: 0; }
  .productView-options .form-field {
    margin: 0 0 16px 0;
    position: relative; }
    .productView-options .form-field p {
      color: #000;
      font-size: 11px;
      font-style: italic;
      margin: 8px 0 0 0; }
    .productView-options .form-field .form-label {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      margin: 0; }
      .productView-options .form-field .form-label span {
        font-weight: 400;
        margin: 0 0 0 8px; }
      .productView-options .form-field .form-label sup {
        color: #f00;
        font-size: 100%;
        top: -3px;
        margin: 0 0 0 -4px; }
    .productView-options .form-field .form-option-variant--pattern {
      width: 24px;
      height: 24px; }
    .productView-options .form-field .form-option {
      margin: 7px 7px 0 0;
      border: 1px solid #76787A; }
    .productView-options .form-field .form-radio:checked + .form-option {
      border-color: #000;
      box-shadow: none; }
    .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option {
      overflow: visible;
      vertical-align: middle;
      text-align: center;
      padding: 0; }
      .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
        min-width: 50px;
        color: #000;
        font-size: 14px; }
    .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
      border: 1px solid #f7941d; }
      .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
        background: #F7941D;
        font-weight: 700; }
    .productView-options .form-field select {
      height: 40px;
      background-color: #E2E2E2;
      background-position: right 0.5rem center;
      color: #000;
      border: none;
      border-radius: 0;
      margin: 7px 0 0 0; }
    .productView-options .form-field.form-field--increments {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 20px 0; }
  .productView-options .form-action {
    margin: 0; }
    .productView-options .form-action .button {
      margin: 0; }
    .productView-options .form-action #form-action-addToCart {
      width: 240px;
      max-width: 240px;
      height: 50px;
      background-color: #F1941D;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Group_4524' data-name='Group 4524' xmlns='http://www.w3.org/2000/svg' width='27.131' height='24' viewBox='0 0 27.131 24'%3E%3Cpath id='Path_118' data-name='Path 118' d='M43.876,139.56a1.117,1.117,0,0,0-.869-.42h-14.2a1.151,1.151,0,0,0,0,2.3H41.644l-1.53,8.055H27.583l-3.447-14.369a1.13,1.13,0,0,0-1.091-.877h-4.92a1.151,1.151,0,0,0,0,2.3h4.037l3.444,14.369a1.13,1.13,0,0,0,1.091.877H41.037a1.136,1.136,0,0,0,1.1-.932L44.11,140.51A1.162,1.162,0,0,0,43.876,139.56Z' transform='translate(-17 -134.25)' fill='%23000'/%3E%3Cpath id='Path_119' data-name='Path 119' d='M54.91,201.41a2.41,2.41,0,1,0,2.41,2.41A2.411,2.411,0,0,0,54.91,201.41Z' transform='translate(-42.384 -182.23)' fill='%23000'/%3E%3Cpath id='Path_120' data-name='Path 120' d='M85.71,201.41a2.41,2.41,0,1,0,2.41,2.41A2.411,2.411,0,0,0,85.71,201.41Z' transform='translate(-64.167 -182.23)' fill='%23000'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 40px center;
      color: #000;
      font-size: 22px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-align: left;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 0 0 0 78px;
      margin: 0 30px 0 0; }
      .productView-options .form-action #form-action-addToCart:hover {
        background-color: #FFB04D; }

.form-field--increments label {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 11px 0 0 !important; }

.form-field--increments .form-increment {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000; }
  .form-field--increments .form-increment .button {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    /*background-color: #76787A;*/
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: none;
    border-radius: 0;
    padding: 0; }
    .form-field--increments .form-increment .button i {
      display: none; }
    .form-field--increments .form-increment .button.dec {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='4' viewBox='0 0 14 4'%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(14) rotate(90)' fill='%23000'/%3E%3C/svg%3E"); }
    .form-field--increments .form-increment .button.inc {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Group_4045' data-name='Group 4045' transform='translate(-72 -812)'%3E%3Crect id='Rectangle_3449' data-name='Rectangle 3449' width='4' height='14' transform='translate(77 812)' fill='%23000'/%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(86 817) rotate(90)' fill='%23000'/%3E%3C/g%3E%3C/svg%3E"); }
    .form-field--increments .form-increment .button:hover {
      background-color: #A7A8A8; }
  .form-field--increments .form-increment .form-input {
    width: 40px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    /*border: 2px solid #000;*/
    border-radius: 0;
    padding: 0 5px; }

.style-number {
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  /*margin: 5px 0 0 0;*/ }
  .style-number strong {
    font-weight: 400; }

.detail-rgt .productView-info {
  width: 100%;
  float: left;
  display: none; }

.detail-rgt .socialLinks {
  width: 100%;
  float: left;
  line-height: 1;
  margin: 20px 0 0 0; }
  .detail-rgt .socialLinks li {
    float: left;
    margin: 0 10px 0 0; }
    .detail-rgt .socialLinks li a {
      width: 24px;
      height: 24px;
      float: left; }
      .detail-rgt .socialLinks li a:before {
        display: none; }
      .detail-rgt .socialLinks li a:after {
        display: none; }
      .detail-rgt .socialLinks li a svg {
        fill: #D0D1D3; }
      .detail-rgt .socialLinks li a:hover svg {
        fill: #000; }

.detail-rgt .form-wishlist .dropdown-menu-button {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18.35' viewBox='0 0 20 18.35'%3E%3Cpath id='ic_favorite_border_24px' d='M16.5,3A5.988,5.988,0,0,0,12,5.09,5.988,5.988,0,0,0,7.5,3,5.447,5.447,0,0,0,2,8.5c0,3.78,3.4,6.86,8.55,11.54L12,21.35l1.45-1.32C18.6,15.36,22,12.28,22,8.5A5.447,5.447,0,0,0,16.5,3ZM12.1,18.55l-.1.1-.1-.1C7.14,14.24,4,11.39,4,8.5A3.418,3.418,0,0,1,7.5,5a3.909,3.909,0,0,1,3.57,2.36h1.87A3.885,3.885,0,0,1,16.5,5,3.418,3.418,0,0,1,20,8.5C20,11.39,16.86,14.24,12.1,18.55Z' transform='translate(-2 -3)' fill='%23000'/%3E%3C/svg%3E") no-repeat;
  background-position: left center;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 0 0 0 28px;
  margin: 16px 0 0 0; }
  .detail-rgt .form-wishlist .dropdown-menu-button i {
    display: none; }
  .detail-rgt .form-wishlist .dropdown-menu-button:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0); }

.detail-rgt #wishlist-dropdown {
  background: #fff;
  border: 2px solid #000;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  top: 45px !important;
  padding: 0;
  z-index: 9; }
  .detail-rgt #wishlist-dropdown:before {
    position: absolute;
    top: -7px;
    left: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    z-index: 9; }
  .detail-rgt #wishlist-dropdown:after {
    position: absolute;
    top: -9px;
    left: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
    content: ""; }
  .detail-rgt #wishlist-dropdown li {
    border-bottom: 1px solid #ccc; }
    .detail-rgt #wishlist-dropdown li:last-child {
      border-bottom: none; }
  .detail-rgt #wishlist-dropdown .button {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    border: none;
    border-radius: 0;
    padding: 10px 0; }
    .detail-rgt #wishlist-dropdown .button:hover {
      color: #F7941D; }

.productView-description {
  width: calc(100% - 478px);
  float: right;
  clear: right;
  padding: 0 0 0 35px;
  margin: 40px 0 40px 0; }
  .productView-description .tabs {
    border-bottom: 1px solid #000; }
  .productView-description .tab.is-active {
    border: 1px solid #000;
    border-bottom: 1px solid #fff; }
    .productView-description .tab.is-active .tab-title {
      color: #17020D; }
      .productView-description .tab.is-active .tab-title span:after {
        width: 100%;
        height: 4px;
        background: #F7941D;
        position: absolute;
        left: 0;
        bottom: -6px;
        content: ""; }
  .productView-description .tab-title {
    color: #17020D;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding: 4px 20px; }
    .productView-description .tab-title span {
      position: relative; }
  .productView-description .tabs-contents {
    margin: 0; }
  .productView-description .tab-content {
    padding: 23px 0 0 0;
    margin: 0; }
    .productView-description .tab-content p {
      color: #000;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 25px 0; }
      .productView-description .tab-content p a {
        color: #15212F;
        text-decoration: underline; }
        .productView-description .tab-content p a:hover {
          color: #000; }
    .productView-description .tab-content ul {
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0; }
      .productView-description .tab-content ul li {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 18px;
        position: relative; }
        .productView-description .tab-content ul li:before {
          width: 6px;
          height: 6px;
          background: #000;
          border-radius: 50%;
          position: absolute;
          top: 10px;
          left: 0;
          content: ""; }

.related-products {
  width: 100%;
  float: left;
  margin: 32px 0 0 0; }
  .related-products h4 {
    width: 100%;
    color: #17020D;
    font-size: 30px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding: 0 0 6px 0;
    margin: 0 0 20px 0; }
  .related-products .productCarousel {
    width: auto;
    margin: 0 -5px; }
    .related-products .productCarousel .slick-list {
      -webkit-transform: none !important;
      transform: none !important; }
    .related-products .productCarousel .slick-track {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      -webkit-transform: none !important;
      transform: none !important; }
    .related-products .productCarousel .productCarousel-slide {
      width: 25% !important;
      height: auto;
      padding: 0 5px;
      margin: 0 0 10px 0; }
  .related-products .slick-arrow {
    display: none !important; }

.productCarousel .wishlist-icon {
  display: none; }

.html-content {
  width: 100%;
  float: left;
  text-align: left;
  margin: 50px 0 0 0; }
  .html-content img {
    display: inline-block;
    vertical-align: top; }
  .html-content p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px 0; }
    .html-content p:last-child {
      margin: 0; }
  .html-content ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 25px 0; }
    .html-content ul li {
      width: 100%;
      float: left;
      color: #000;
      font-size: 16px;
      line-height: 24px;
      padding: 0 0 0 18px;
      position: relative; }
      .html-content ul li:before {
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 0;
        content: ""; }
    .html-content ul:last-child {
      margin: 0; }

.product-reviews-custom {
  width: 100%;
  float: left;
  margin: 70px 0 0 0; }
  .product-reviews-custom h2 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 30px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding: 0 0 6px 0;
    margin: 0; }
  .product-reviews-custom .review-content {
    width: 100%;
    float: left;
    padding: 24px 30px 0; }
    .product-reviews-custom .review-content .productReviews {
      border-top: none;
      margin: 0; }
      .product-reviews-custom .review-content .productReviews .toggle-title {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        margin: 0 0 13px 0; }
        .product-reviews-custom .review-content .productReviews .toggle-title .toggleLink {
          display: none; }
  .product-reviews-custom .productReviews-list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0; }
    .product-reviews-custom .productReviews-list .productReview {
      width: 100%;
      float: left;
      padding: 0;
      margin: 0 0 34px 0; }
      .product-reviews-custom .productReviews-list .productReview:last-child {
        margin: 0; }
      .product-reviews-custom .productReviews-list .productReview .productReview-rating {
        margin: 0 0 11px 0; }
      .product-reviews-custom .productReviews-list .productReview .productReview-title {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        margin: 0 0 4px 0; }
      .product-reviews-custom .productReviews-list .productReview .productReview-author {
        color: #3C3C3C;
        font-size: 12px;
        margin: 0 0 13px 0; }
      .product-reviews-custom .productReviews-list .productReview .productReview-body {
        color: #000;
        font-size: 14px;
        line-height: 22px;
        margin: 0; }

.page-product .body {
  padding: 0 0 99px 0; }

.page-product .breadcrumb-wraper {
  margin: 19px 0 15px; }

.writeReview-productDetails {
  padding: 0 15px 0 0; }
  .writeReview-productDetails .product-brand {
    display: none; }
  .writeReview-productDetails .product-title {
    color: #17020D;
    font-size: 21px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 28px;
    text-transform: inherit;
    margin: 10px 0 0 0; }

.writeReview-form {
  padding: 0 0 0 15px; }
  .writeReview-form .form-label {
    color: #000;
    font-family: "Roboto Condensed", sans-serif; }
  .writeReview-form .form-input {
    height: 45px;
    background: #E2E2E2;
    color: #000;
    border: none;
    border-radius: 0; }
  .writeReview-form .form-select {
    height: 45px;
    background-color: #E2E2E2;
    color: #000;
    border: none;
    border-radius: 0; }
  .writeReview-form textarea.form-input {
    height: 100px; }
  .writeReview-form .form-field--submit {
    margin: 0; }
    .writeReview-form .form-field--submit .button {
      width: 200px;
      height: 45px;
      background: #002D73;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 0;
      margin: 0; }
      .writeReview-form .form-field--submit .button:hover {
        background: #1252B4; }

.product-options {
  position: relative; }
  .product-options .bedge {
    position: absolute;
    top: 0;
    right: 212px; }

.product-option-wraper {
  padding: 0 400px 0 0; }

.discount-banner {
  width: 400px;
  float: right;
  text-align: center;
  margin: 20px 0 0 0; }
  .discount-banner img {
    display: inline-block;
    vertical-align: top; }

.tab.tab-reviews {
  display: none; }

.scroll-top {
  width: 44px;
  height: 44px;
  float: left;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44.001' viewBox='0 0 44 44.001'%3E%3Cg id='Group_5254' data-name='Group 5254' transform='translate(-1312 -845.999)'%3E%3Ccircle id='Ellipse_161' data-name='Ellipse 161' cx='22' cy='22' r='22' transform='translate(1312 846)' fill='%23d0d1d3' opacity='0.997'/%3E%3Cpath id='Subtraction_14' data-name='Subtraction 14' d='M1898.8,14120H1855.2a22,22,0,0,1,43.595,0Z' transform='translate(-543.002 -13255)' opacity='0.998'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  z-index: 9; }
  .scroll-top span {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    margin: 1px 0 0 0; }

.detail-top-bar {
  display: none; }

.quickView .detail-top {
  padding: 0; }

.quickView .product-option-wraper {
  padding: 0 120px 0 0; }

.quickView .productView-description {
  width: 100%;
  padding: 0 50px;
  margin: 50px 0 50px 0; }

.quickView .related-products {
  display: none; }

.quickView .html-content {
  display: none; }

.productView-options .form-field .form-label span:empty {
  margin: 0; }

.mob-review-title {
  display: none; }

.modal.modal--large .modal-close {
  top: 17px;
  right: 33px; }

.productView-options .form-field[data-product-attribute="set-rectangle"] .form-option {
  position: relative; }
  .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option:after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid transparent;
    position: absolute;
    top: -3px;
    left: -3px;
    content: ""; }

.productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:after {
  border: 1px solid #000; }

.productView .productView-details.product-options .productView-options .form .form-field .form-option-wrapper .form-option.unavailable {
  background-color: transparent;
  opacity: 1;
  border-color: #A7A8A8;
  cursor: not-allowed; }
  .productView .productView-details.product-options .productView-options .form .form-field .form-option-wrapper .form-option.unavailable:after {
    display: none; }
  .productView .productView-details.product-options .productView-options .form .form-field .form-option-wrapper .form-option.unavailable .form-option-variant {
    background: #E2E2E2;
    color: #A7A8A8; }

.productView .productView-details.product-options .productView-options .form .form-field .form-option-wrapper .form-option.unavailable::before {
  background-color: transparent;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  border: none;
  background: linear-gradient(to top left, transparent calc(50% - 1px), #bfbfbf, transparent calc(50% + 1px)); }

.productView .productView-details.product-options .productView-options .form .form-field .form-option-wrapper .form-option.unavailable .form-option-variant {
  color: #bfbfbf;
  font-weight: 400 !important; }

.page-content--centered {
  width: 100%;
  padding: 0; }

.productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
  border-color: #707070; }

.product__reviews {
  width: 100%;
  float: left; }

/*.productView .productView-options .form-action .button--primary[value="Adding to cart…"]{
  font-size: 16px !important;
}*/
.not-found {
  margin: 30px 0 70px; }
  .not-found p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px; }
  .not-found .form {
    width: 100%;
    float: left;
    margin: 0; }
    .not-found .form .form-field {
      margin: 0; }
    .not-found .form .form-input {
      height: 45px;
      background: #E2E2E2;
      color: #000;
      border: none;
      border-radius: 0;
      padding: 0 15px; }
    .not-found .form .button {
      width: 150px;
      height: 45px;
      background: #002D73;
      font-size: 18px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      margin: 0 0 0 15px; }
      .not-found .form .button:hover {
        background: #1252B4; }

.page-content--centered {
  width: 100%;
  float: left; }
  .page-content--centered h1 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 36px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 48px;
    margin: 0 0 20px 0; }
  .page-content--centered:not(.not-found) {
    margin: 60px 0; }

.alertBox {
  width: 100%;
  display: flex; }

.product-option-wraper .prikid-size-chart-button-placeholder {
  width: 75px;
  position: absolute; }
  .product-option-wraper .prikid-size-chart-button-placeholder .button {
    width: 100%; }

.prikid-size-chart-button-placeholder {
  width: 100%;
  float: left;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 13px;
  text-transform: uppercase;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .prikid-size-chart-button-placeholder:hover {
    color: #000;
    opacity: 0.7; }
  .prikid-size-chart-button-placeholder .button {
    width: 75px;
    float: left !important;
    font-size: 12px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-align: left;
    padding: 0;
    border: none;
    margin: 0;
    color: #000;
    padding: 0 0 0 21px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24' width='16' height='24'%3E%3Ctitle%3Esize-chart%3C/title%3E%3Cdefs%3E%3Cimage width='16' height='24' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAMAAADEfo0+AAAAAXNSR0IB2cksfwAAAG9QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbeq9RgAAACV0Uk5TAGoebbDsoDDAn2CAEND/I7/vr5D+4PAPpwFwUCC2At4l7rwqGr0znH4AAACUSURBVHicXY7bEsIgDERXW01JQS0KXmu9/f83GpxqE3nJnDO7JAAwm8O8ql4YUy1B2gjDmMZxa4wPK/pk1pPZNMV0ykTe/pnOy+CdbtWgxDrjKJFtya4WlPejoBQcCHw4jty10gLHLyfOXn6eOJdjT1HlyxkTn8NFuP/lU8lzfx0XDgzDuN3JsJhM/FAMPLNl4KX5DdCmCPUZYL1TAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center left; }

.megamenu > ul > li:hover .megamenu-wraper {
  opacity: 1;
  visibility: visible; }

.megamenu-wraper {
  width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  color: #000;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 10px 20px;
  position: absolute;
  top: 100%;
  left: 170px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in; }
  .megamenu-wraper.col-3 {
    width: 1024px; }
    .megamenu-wraper.col-3 .submenu-col {
      width: 33.33%; }
  .megamenu-wraper.megamenu2 {
    left: 253px; }
  .megamenu-wraper.megamenu3 {
    left: 253px; }
  .megamenu-wraper.megamenu4 {
    left: 253px; }
  .megamenu-wraper.megamenu5 {
    left: 253px; }
  .megamenu-wraper.megamenu6 {
    left: 335px; }
  .megamenu-wraper.megamenu7 {
    left: 335px; }

.megamenu-lft {
  width: calc(100% - 400px);
  padding: 19px 0 0 10px; }

.megamenu-rgt {
  width: 400px;
  padding: 0 0 30px 0;
  position: relative; }
  .megamenu-rgt a {
    width: 100%;
    float: left; }
    .megamenu-rgt a img {
      display: inline-block;
      vertical-align: top; }

.submenu-col {
  width: 50%;
  float: left;
  padding: 0 20px 0 0; }
  .submenu-col ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0; }
    .submenu-col ul li {
      width: 100%;
      float: left;
      font-size: 16px;
      font-weight: 700;
      font-family: "Source Sans Pro", sans-serif;
      text-transform: none;
      margin: 0 0 8px 0; }
      .submenu-col ul li:last-child {
        margin: 0; }
      .submenu-col ul li.clearance a {
        color: #A53E3E; }
        .submenu-col ul li.clearance a:hover {
          color: #000;
          text-decoration: none; }
      .submenu-col ul li.offers-link {
        margin-top: 19px; }
      .submenu-col ul li a {
        color: #000; }
        .submenu-col ul li a:hover {
          color: #1252B4;
          text-decoration: underline; }
      .submenu-col ul li ul {
        padding: 7px 0 5px 5px; }
        .submenu-col ul li ul li {
          font-size: 14px;
          font-weight: 400;
          margin: 0 0 4px 0; }
          .submenu-col ul li ul li a:hover {
            color: #1252B4;
            text-decoration: underline; }
  .submenu-col.shop-all-col ul {
    margin: 0; }
    .submenu-col.shop-all-col ul li {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
      .submenu-col.shop-all-col ul li a {
        color: #3C3C3C; }
        .submenu-col.shop-all-col ul li a:hover {
          color: #000; }
      .submenu-col.shop-all-col ul li.shop-all a {
        color: #F7941D;
        text-decoration: underline; }
        .submenu-col.shop-all-col ul li.shop-all a:hover {
          color: #000; }
      .submenu-col.shop-all-col ul li.clearance a {
        color: #A53E3E; }
        .submenu-col.shop-all-col ul li.clearance a:hover {
          color: #000;
          text-decoration: none; }
      .submenu-col.shop-all-col ul li:last-child {
        margin: 0; }

.submenu-col.active a {
  color: orange;
  /* Change the font color to orange */ }

.menu-rgt-box {
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  padding: 19px 15px 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .menu-rgt-box h3 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 0 0 3px 0; }
  .menu-rgt-box p {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 21px;
    text-transform: none;
    margin: 0 0 14px 0; }
  .menu-rgt-box .menu-btn {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #F7941D;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    padding: 4px 14px; }
    .menu-rgt-box .menu-btn:hover {
      background: #FFB04D; }

body.menu-bg2:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 3; }

.page-login .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.page-login .login {
  width: 100%;
  max-width: 100%;
  float: left;
  padding: 0 125px;
  margin: 0; }
  .page-login .login .page-heading {
    margin: 19px 0 16px 0; }

.page-heading {
  width: 100%;
  float: left;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  margin: 19px 0 40px 0; }

.login-row {
  width: 100%;
  max-width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 48px 0 124px; }
  .login-row:before {
    display: none; }
  .login-row:after {
    display: none; }

.business-acc-block {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 30px; }
  .business-acc-block p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0; }
    .business-acc-block p a {
      color: #000;
      font-weight: 700;
      text-decoration: underline; }
      .business-acc-block p a:hover {
        color: #1252B4; }

.buseiness-acc-top {
  width: 100%;
  float: left;
  background: #FFEEC1;
  color: #000;
  border: 2px solid #F7941D;
  border-radius: 10px;
  padding: 18px 20px 20px;
  margin: 0 0 18px 0; }
  .buseiness-acc-top h4 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 8px 0; }
  .buseiness-acc-top p {
    font-size: 18px;
    line-height: 22px; }

.login-form {
  width: 500px;
  float: left;
  padding: 0;
  margin: 0; }
  .login-form h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 24px 0; }
  .login-form .form-actions {
    margin: 7px 0 0 0; }
    .login-form .form-actions .button {
      float: left; }

.new-customer {
  width: 460px;
  padding: 0; }
  .new-customer .panel-header {
    background: none;
    padding: 0; }
  .new-customer .panel-body {
    padding: 0;
    margin: 0; }
  .new-customer .panel {
    padding: 35px 30px 43px;
    background: #E2E2E2; }
    .new-customer .panel .panel-title {
      color: #000;
      font-size: 26px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 30px;
      text-transform: uppercase;
      margin: 0 0 15px 0; }
    .new-customer .panel p {
      color: #000;
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 9px 0; }
    .new-customer .panel ul {
      margin: 0 0 21px 52px; }
      .new-customer .panel ul li {
        color: #000;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        margin: 0 0 3px 0; }
        .new-customer .panel ul li:last-child {
          margin: 0; }
    .new-customer .panel a {
      display: inline-block;
      vertical-align: top; }
    .new-customer .panel .button--primary {
      min-width: 200px;
      display: inline-block;
      vertical-align: top;
      background: #F7941D;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      text-align: center;
      border: none;
      border-radius: 0;
      padding: 14px;
      margin: 0; }
      .new-customer .panel .button--primary:hover {
        background: #FFB04D; }

.form-field {
  width: 100%;
  float: left;
  margin: 0 0 23px 0; }
  .form-field .form-label {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 4px 0; }
    .form-field .form-label sup {
      color: #D5652C;
      font-size: 16px;
      font-weight: 400;
      top: 0; }
  .form-field .form-input {
    width: 100%;
    height: 45px;
    color: #000;
    /*border: 1px solid #000;*/
    border-radius: 0;
    padding: 0 15px; }
  .form-field textarea.form-input {
    height: 100px;
    line-height: 1.2;
    padding: 10px 15px;
    resize: vertical; }
  .form-field .form-select {
    width: 100%;
    height: 45px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0; }

.form-actions {
  width: 100%;
  max-width: 100%;
  float: left; }
  .form-actions .button--primary {
    background: #F7941D;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 14px 30px; }
    .form-actions .button--primary:hover {
      background: #FDB04D; }
  .form-actions .button:not(.button--primary) {
    min-width: 150px;
    background: #fff;
    color: #002D73;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border: 1px solid #002D73;
    border-radius: 0;
    padding: 13px 15px;
    margin: 0 0 0 16px; }
    .form-actions .button:not(.button--primary):hover {
      color: #1252B4;
      border: 1px solid #1252B4; }
  .form-actions .forgot-password {
    float: left;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    margin: 11px 0 0 15px !important; }
    .form-actions .forgot-password:hover {
      color: #1252B4; }

.panel-body {
  background: #E2E2E2; }

.page-createaccount .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.account--fixed {
  width: 100%;
  float: left;
  padding: 0 125px;
  margin: 0 0 100px 0; }
  .account--fixed .account-body {
    margin: 0; }

.account--fixedLarge {
  width: 100%;
  float: left;
  padding: 0 125px; }
  .account--fixedLarge .account-body {
    margin: 0; }

.page-createaccount .account--fixed .form {
  margin: 0; }

.page-createaccount_thanks .page-content {
  padding: 40px 0 60px 0; }
  .page-createaccount_thanks .page-content p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0; }
  .page-createaccount_thanks .page-content .button--primary {
    background: #F7941D;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 14px 30px;
    margin: 0; }
    .page-createaccount_thanks .page-content .button--primary:hover {
      background: #FDB04D; }

.page-account_orderstatus .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.navBar--account {
  width: 100%;
  float: left;
  margin: -15px 0 50px 0; }
  .navBar--account .navBar-item {
    line-height: 1;
    margin: 0 12px; }
    .navBar--account .navBar-item.is-active {
      border-bottom: none; }
      .navBar--account .navBar-item.is-active .navBar-action {
        color: #F7941D;
        font-weight: 700;
        text-decoration: underline; }
  .navBar--account .navBar-action {
    color: #000;
    font-size: 16px; }
    .navBar--account .navBar-action:hover {
      color: #1252B4;
      text-decoration: underline; }

.account-head {
  margin: 0; }

.account-content {
  padding: 0; }

.alertBox {
  max-width: 870px;
  text-align: center;
  border-radius: 0;
  margin: 0 0 15px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .alertBox .alertBox-column {
    display: inline-block;
    vertical-align: middle; }
  .alertBox .alertBox-icon {
    padding: 0 4px 0 0; }
  .alertBox .alertBox-message {
    width: auto;
    max-width: calc(100% - 33px);
    font-size: 16px;
    line-height: 24px; }
  .alertBox.alertBox--info {
    background: #FFEEC1; }
    .alertBox.alertBox--info svg {
      fill: #F7941D; }
    .alertBox.alertBox--info .alertBox-message {
      color: #000; }

.page-login .body .alertBox {
  margin-top: 15px; }

.account-heading {
  display: none; }

.account-listItem {
  border-bottom: 1px solid #000; }
  .account-listItem .account-product-figure::after {
    padding-bottom: 0; }
  .account-listItem:first-child {
    padding-top: 0; }

.account-product-title a {
  color: #F7941D; }
  .account-product-title a:hover {
    color: #1252B4; }

.account-body .pagination-list .pagination-item {
  width: 100%;
  margin: 0; }

.account .pagination {
  margin: 20px 0 0 0; }

.msg-heading {
  width: 100%;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0; }

.account-content .form {
  margin: 0; }
  .account-content .form .form-field + .form-actions {
    margin: 7px 0  0 0; }
    .account-content .form .form-field + .form-actions .button:not(.button--primary) {
      min-width: 150px;
      background: #fff;
      color: #002D73;
      font-size: 20px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      border: 1px solid #002D73;
      border-radius: 0;
      padding: 13px 15px;
      margin: 0 0 0 16px; }
      .account-content .form .form-field + .form-actions .button:not(.button--primary):hover {
        color: #1252B4;
        border: 1px solid #1252B4; }

.msg-list .account-product-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px; }

.msg-list p {
  color: #000 !important;
  font-size: 15px;
  line-height: 22px;
  margin: 0; }

.msg-list .account-listItem:last-child {
  margin: 0 0 50px 0; }

.page-account_inbox .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.page-account_addressbook .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.addressList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .addressList .form-actions .button--primary {
    font-size: 18px;
    padding: 11px 25px 10px; }
  .addressList .form-actions .secondary {
    min-width: inherit;
    background: #fff;
    color: #002D73;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    border: 1px solid #002D73;
    border-radius: 0;
    padding: 10px 25px 9px; }
    .addressList .form-actions .secondary:hover {
      color: #1252B4;
      border: 1px solid #1252B4; }
  .addressList .address-title {
    color: #000; }
  .addressList .address-label {
    color: #000; }

.page-shippingaddressform .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.page-editaccount .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.recent-items-wraper {
  width: 100%;
  float: left;
  margin: 0 0 60px 0; }
  .recent-items-wraper .productGrid .product {
    width: 25%; }

.page-account_recentitems .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.body .account:not(.account--fixed) {
  margin: 0; }

.page-account_order .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.account-product--alignMiddle {
  padding: 0 0 0 30px; }

.account-product--alignMiddle .account-product-checkItem {
  left: -30px; }

.account-content--fixedSmall {
  width: 60%; }

.account-orderTotal {
  margin-top: 10px; }

.account-orderTotal-value {
  border-bottom: 1px solid #000; }

.account-sidebar {
  padding: 0; }

.account-sidebar-block .button {
  background: #F7941D;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 14px 30px;
  margin: 0; }
  .account-sidebar-block .button:hover {
    background: #FDB04D; }

.account-body {
  margin: 0; }

.page-account_order .body {
  margin: 0 0 100px 0; }

.page-wishlists .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.page-wishlists .account {
  margin: 0 0 100px 0 !important; }

.account .table {
  max-width: 700px;
  margin: 0 auto; }
  .account .table th {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding: 0 0 10px 0; }
  .account .table .table-thead {
    border-color: #000; }
  .account .table .table-tbody tr {
    border-bottom: 1px solid #CCCCCC; }
    .account .table .table-tbody tr td {
      color: #000;
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      padding: 16px 0; }
      .account .table .table-tbody tr td a {
        color: #000;
        text-decoration: underline; }
        .account .table .table-tbody tr td a:hover {
          color: #1252B4; }
      .account .table .table-tbody tr td .button {
        min-width: 80px;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
        margin: 4px; }
        .account .table .table-tbody tr td .button.button--primary {
          background: #F7941D;
          color: #000;
          padding: 9px 8px 7px; }
          .account .table .table-tbody tr td .button.button--primary:hover {
            background: #FFB04D; }
        .account .table .table-tbody tr td .button:not(.button--primary) {
          color: #002D73;
          border: 1px solid #002D73;
          padding: 8px 8px 6px; }
          .account .table .table-tbody tr td .button:not(.button--primary):hover {
            color: #1252B4;
            border: 1px solid #1252B4; }
  .account .table.table--line {
    border-color: #cccccc; }
  .account .table + .form {
    margin: 0; }
    .account .table + .form .form-actions {
      margin: 30px 0 0 0; }

.page-add-wishlist .body .container {
  max-width: 1366px;
  padding: 0 28px; }

.wishlist-form {
  margin-bottom: 100px;
  max-width: 700px; }
  .wishlist-form .form-actions {
    margin: 0; }

.page-wishlist .body {
  margin: 0 0 80px 0; }
  .page-wishlist .body .container {
    max-width: 1366px;
    padding: 0 28px; }

.share-wishlist {
  width: 100%;
  max-width: 870px;
  display: inline-block;
  vertical-align: top;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .share-wishlist .form-input {
    color: #000;
    border: 1px solid #000;
    border-radius: 0; }

.page-forgotpassword .body {
  margin: 0 0 100px 0; }
  .page-forgotpassword .body .container {
    max-width: 1366px;
    padding: 0 28px; }
    .page-forgotpassword .body .container .account--fixedSmall {
      width: 100%; }
      .page-forgotpassword .body .container .account--fixedSmall .form {
        margin: 0; }

.forgot-password-form .form-field {
  display: block; }

.forgot-password-form .form-input {
  width: calc(100% - 210px);
  float: left; }

.forgot-password-form .button {
  width: 200px;
  height: auto;
  float: right;
  background: #F7941D;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 15.5px 15px;
  margin: 0; }
  .forgot-password-form .button:hover {
    background: #FFB04D; }

.page-getnewpassword .body {
  margin: 0 0 100px; }
  .page-getnewpassword .body .container {
    max-width: 1366px;
    padding: 0 28px; }
    .page-getnewpassword .body .container .account--fixedSmall {
      width: 100%; }

.new-password-form {
  margin: 0; }
  .new-password-form .form-actions {
    margin: 5px 0 0 0; }

.wishlist-products {
  width: 100%;
  float: left; }
  .wishlist-products .productGrid .product {
    width: 25%;
    padding-bottom: 50px;
    position: relative; }
  .wishlist-products .productGrid .form {
    width: 100%;
    float: left;
    position: absolute;
    left: 6px;
    bottom: 0;
    margin: 0; }
    .wishlist-products .productGrid .form .button {
      background: #F7941D;
      color: #000;
      font-size: 18px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-align: center;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 13px 20px 12px;
      margin: 0; }
      .wishlist-products .productGrid .form .button:hover {
        background: #FFB04D; }
  .wishlist-products .pagination-list .pagination-item {
    float: none;
    display: inline-block;
    vertical-align: top; }

/******* Home Page ********/
.main-banner {
  width: 100%;
  height: 710px;
  float: left;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  position: relative; }
  .main-banner a:not(.btn) {
    width: 100%;
    height: 100%;
    float: left; }
  .main-banner:after {
    width: 100%;
    height: 320px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0.85; }
  .main-banner .main-banner-txt {
    width: 1005px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 0 40px 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1; }
    .main-banner .main-banner-txt h1 {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 80px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 80px;
      text-transform: uppercase;
      letter-spacing: -2px;
      margin: 0 0 7px 0;
      text-shadow: 2px 2px 4px #000000; }
    .main-banner .main-banner-txt p {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 28px;
      line-height: 40px;
      padding: 0 50px;
      margin: 0 0 14px 0; }

.btn {
  background: #F7941D;
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.48px;
  padding: 13px 25px 13px; }
  .btn:hover {
    background: #FFB04D;
    color: #000; }

.featured-categories {
  width: 100%;
  float: left;
  padding: 60px 0; }
  .featured-categories ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
    .featured-categories ul li {
      width: 25%;
      padding: 0 10px; }
      .featured-categories ul li figure {
        width: 100%;
        height: 373px;
        float: left;
        margin: 0; }
        .featured-categories ul li figure a {
          width: 100%;
          float: left; }
          .featured-categories ul li figure a img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .featured-categories ul li .featured-cat-btm {
        width: 100%;
        float: left;
        text-align: center; }
        .featured-categories ul li .featured-cat-btm a {
          width: 100%;
          float: left;
          border-top: 6px solid #f7941d;
          border-bottom: 5px solid transparent;
          padding: 11px 0 12px; }
        .featured-categories ul li .featured-cat-btm h6 {
          width: 100%;
          float: left;
          color: #000;
          font-size: 22px;
          font-weight: 700;
          font-family: "Roboto Condensed";
          line-height: 22px;
          letter-spacing: -0.44px;
          text-transform: uppercase;
          margin: 0 0 6px 0;
          transition: all .3s ease-in; }
        .featured-categories ul li .featured-cat-btm p {
          width: 100%;
          float: left;
          color: #000;
          font-size: 14px;
          line-height: 19px;
          margin: 0;
          transition: all .3s ease-in; }

.featured-categories ul li:hover .featured-cat-btm a {
  background: #000;
  border-top: 6px solid #000;
  border-bottom: 5px solid #f7941d; }

.featured-categories ul li:hover .featured-cat-btm h6 {
  color: #fff; }

.featured-categories ul li:hover .featured-cat-btm p {
  color: #fff; }

.mid-banner {
  width: 100%;
  height: 520px;
  float: left;
  background: url("https://imagedelivery.net/N5DClaEamsT7gg5iIVzJjQ/97b5b5d6-89b6-48e2-46d0-333016612e00/MidBanner") no-repeat center top;
  background-size: cover;
  position: relative;
  margin: 0 0 25px 0; }
  .mid-banner a:not(.btn) {
    width: 100%;
    height: 100%;
    float: left; }
  .mid-banner:after {
    width: 784px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    opacity: 0.51; }
  .mid-banner .mid-banner-content {
    width: 440px;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 94px;
    transform: translateY(-50%);
    z-index: 1; }
    .mid-banner .mid-banner-content h4 {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 80px;
      font-weight: 700;
      font-family: "Roboto Condensed";
      line-height: 70px;
      letter-spacing: -1.6px;
      margin: 0 0 12px 0;
      text-shadow: 2px 2px 4px #000000; }
    .mid-banner .mid-banner-content p {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 28px;
      line-height: 37px;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      margin: 0 0 22px 0; }

.banner-sideway {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between; }
  .banner-sideway .sideway-img {
    width: calc(50% - 12.5px);
    height: 580px;
    background-position: center top !important;
    background-size: cover !important;
    color: #fff;
    position: relative; }
    .banner-sideway .sideway-img a:not(.btn) {
      width: 100%;
      height: 100%;
      float: left; }
    .banner-sideway .sideway-img.sideway-img1 {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.6) 99%, black), url("https://imagedelivery.net/N5DClaEamsT7gg5iIVzJjQ/63ee6b81-911b-4b2c-94cd-744cc6553600/BannerSideway") no-repeat; }
    .banner-sideway .sideway-img.sideway-img2 {
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(0, 0, 0, 0.6) 99%, black), url("https://imagedelivery.net/N5DClaEamsT7gg5iIVzJjQ/c69a26a6-770c-45c0-11bc-4b5a00f69e00/BannerSideway") no-repeat; }
    .banner-sideway .sideway-img .sideway-content {
      width: 310px;
      position: absolute;
      left: 29px;
      bottom: 60px; }
      .banner-sideway .sideway-img .sideway-content p {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 28px;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
        margin: 0 0 2px 0; }
      .banner-sideway .sideway-img .sideway-content h5 {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        font-family: "Roboto Condensed";
        line-height: 50px;
        text-transform: uppercase;
        letter-spacing: -1px;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
        margin: 0 0 19px 0; }

.popular-items {
  width: 100%;
  float: left;
  padding: 82px 0; }
  .popular-items h3 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.4px;
    margin: 0 0 27px 0; }
    .popular-items h3 span {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .popular-items h3 span:before {
        width: 116px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        left: -140px;
        content: ""; }
      .popular-items h3 span:after {
        width: 116px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        right: -140px;
        content: ""; }
  .popular-items ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .popular-items ul li {
      width: 16.66%;
      float: left;
      padding: 0 8px; }
      .popular-items ul li figure {
        width: 100%;
        float: left;
        margin: 0; }
        .popular-items ul li figure a {
          width: 100%;
          float: left; }
          .popular-items ul li figure a img {
            float: left; }
      .popular-items ul li .popular-brm {
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0 0 0; }
        .popular-items ul li .popular-brm h6 {
          width: 100%;
          float: left;
          color: #000;
          font-size: 18px;
          font-weight: 700;
          font-family: "Roboto Condensed";
          line-height: 22px;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: -0.36px;
          margin: 0 0 7px 0; }
          .popular-items ul li .popular-brm h6 a {
            color: #000; }
        .popular-items ul li .popular-brm p {
          width: 100%;
          float: left;
          color: #000000;
          font-size: 14px;
          line-height: 18px;
          margin: 0; }
  .popular-items .kuRECSHeader {
    display: none; }
  .popular-items .kuRECSContainer .kuRECSWrap {
    display: inline-block;
    width: 100%; }

.popular-items ul li:hover .popular-brm h6 a {
  color: #f7941d; }

.video-section {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .video-section .video-lft {
    width: 710px;
    margin: 0 -115px 0 0;
    position: relative; }
    .video-section .video-lft .video-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .video-section .video-rgt {
    width: 56.36%;
    float: right;
    background: #000;
    color: #000;
    padding: 138px 74px 138px 164px; }
  .video-section .video-rgt-txt {
    width: 535px;
    max-width: 100%;
    float: left; }
    .video-section .video-rgt-txt h5 {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 64px;
      font-weight: 700;
      font-family: "Roboto Condensed";
      line-height: 60px;
      letter-spacing: -1.28px;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      margin: 0 0 20px 0; }

#video1 iframe {
  width: 100%;
  float: left; }

.btm-banner {
  width: 100%;
  float: left;
  padding: 84px 0 0; }

.btm-banner-top {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 74px 0; }
  .btm-banner-top h3 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 2.16px;
    margin: 0 0 24px 0; }
    .btm-banner-top h3 span {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .btm-banner-top h3 span:before {
        width: 116px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        left: -140px;
        content: ""; }
      .btm-banner-top h3 span:after {
        width: 116px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        right: -140px;
        content: ""; }
  .btm-banner-top p {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 28px;
    line-height: 35px;
    margin: 0; }

.btm-banner-img {
  width: 100%;
  height: 680px;
  float: left;
  background: url("https://imagedelivery.net/N5DClaEamsT7gg5iIVzJjQ/2f8082f6-bae2-41b1-65c8-320b52543800/BottomBanner");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .btm-banner-img a:not(.btn) {
    width: 100%;
    height: 100%;
    float: left; }
  .btm-banner-img .btm-img-content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 60px; }
    .btm-banner-img .btm-img-content h2 {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 80px;
      font-weight: 700;
      font-family: "Roboto Condensed";
      line-height: 70px;
      text-transform: uppercase;
      letter-spacing: -1.6px;
      text-shadow: 2px 2px 4px #000000;
      margin: 0 0 20px 0; }

.home-reviews {
  width: 100%;
  float: left;
  padding: 82px 0 79px; }
  .home-reviews h3 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4.4px;
    margin: 0 0 45px 0; }
    .home-reviews h3 span {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .home-reviews h3 span:before {
        width: 116px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        left: -140px;
        content: ""; }
      .home-reviews h3 span:after {
        width: 116px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        right: -140px;
        content: ""; }
  .home-reviews ul {
    width: 100%;
    float: left;
    padding: 0 20px; }
    .home-reviews ul li {
      text-align: center;
      padding: 0 45px; }
      .home-reviews ul li h6 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 22px;
        font-weight: 700;
        line-height: 25px;
        text-transform: none;
        margin: 0 0 14px 0; }
      .home-reviews ul li p {
        width: 100%;
        float: left;
        color: #000;
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 9px 0; }
      .home-reviews ul li img {
        width: auto;
        display: inline-block;
        vertical-align: top; }
  .home-reviews .slick-arrow {
    width: 27px;
    height: 40px;
    background-size: auto 100% !important;
    padding: 0;
    margin: 0;
    top: 50%;
    border: none;
    filter: brightness(0);
    transform: translateY(-50%); }
    .home-reviews .slick-arrow:before {
      display: none; }
    .home-reviews .slick-arrow:hover {
      filter: none; }
    .home-reviews .slick-arrow.slick-prev {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 40' width='26' height='40'%3E%3Ctitle%3Eslider-nxt%3C/title%3E%3Cdefs%3E%3Cimage width='26' height='40' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAoCAMAAADXJhpaAAAAAXNSR0IB2cksfwAAAEtQTFRFAAAAFVW1E1O1ElO1ElO1E1O0IGC/E1K1ElK0ElS2E1O1E1K1E1O2ElK0E1O1ElK1FFS3ElK0ElO1E1O0FFS1GFi3ElO1FFK0E1O1Yky3YgAAABl0Uk5TADCw8OCgEGD/cJDAUNCff0Dvz7+AIG+Pr1zK+F8AAACzSURBVHicldLZEoMgDAXQILJYV6y0/v+XdqwthMR0aF7PsNwLAHxUo1tjLwCcP6a9sM6fc2NiPuJ7UXxTgu2T+KGUMcskylzG0VlcpSxZwnJRwSmqUrosa9mdqZF7IbgcuYJSYJPKAchJHRFIohWlVTaVz2JbDkE2hcwQi6tsFtlIvqadkEWyEBkL8UC2EEMP/TNE90dAWxlwI4ZCaErw/FJglEI0nMC9LxrYox8T9xD2CC+ezg+kU8SJFwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center;
      left: 0; }
    .home-reviews .slick-arrow.slick-next {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 40' width='26' height='40'%3E%3Ctitle%3Eslider-nxt%3C/title%3E%3Cdefs%3E%3Cimage width='26' height='40' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAoCAMAAADXJhpaAAAAAXNSR0IB2cksfwAAAEtQTFRFAAAAGFi3E1O1ElK0FVW1ElK0E1K1E1O1FFK0ElO1E1O1FFS1ElO1IGC/E1O0ElS2FFS3ElO1ElK0E1O2ElK1E1K1E1O0E1O1ElO1a972gAAAABl0Uk5TACCv7zD/YLCP8J+AzxCgcEBv0FB/wL+Q4NxuBiEAAACzSURBVHicjdPrFkMwEATgsFkahJRqvf+TVi9sMpKczN/vIDNQqqqJ6kpFoon3UBOhln+JGP2JbxcyB3GH1J/EgwUby4w02JSxRuxSwsk5+Q6mPcMS1ewZHNR6li2IbyJX0CtBS6YgXueVGFTakOSWBuQhz+pD6URmm5I1EPsUGYNL7FAiU9iHRJpCcSLGJSZgowvFGyc9AciSGkd+PZxgz5oU9YqO843dIhMcNm6mxc/nkzdbyguo2khOogAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center;
      right: 0; }

.home-btm {
  width: 100%;
  float: left;
  background: #e2e2e2; }

.home-btm-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 37px 0 50px; }
  .home-btm-wraper h4 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: -0.44px;
    margin: 0 0 33px 0;
    position: relative; }
    .home-btm-wraper h4:after {
      width: 100%;
      height: 1px;
      background: #656565;
      position: absolute;
      top: 50%;
      left: 0;
      content: ""; }
    .home-btm-wraper h4 span {
      float: left;
      background: #e2e2e2;
      padding: 0 20px 0 0;
      position: relative;
      z-index: 1; }

.home-btm-lft {
  width: 496px; }

.btm-video {
  width: 100%;
  float: left; }
  .btm-video a {
    width: 100%;
    float: left; }

#video2 iframe {
  width: 100%;
  float: left; }

.btm-video-content {
  width: 100%;
  float: left;
  text-align: center;
  padding: 16px 15px 0; }
  .btm-video-content h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -0.56px;
    margin: 0 0 7px 0; }
  .btm-video-content p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 13px 0; }
  .btm-video-content a {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231252b4' d='M1.005 9.202a.81.81 0 0 1-.25-.602.823.823 0 0 1 .272-.594l3.269-2.968L1.05 1.985a.816.816 0 0 1 0-1.199.883.883 0 0 1 .604-.236c.227 0 .442.085.605.236l3.853 3.627c.04.038.077.078.11.123a.817.817 0 0 1-.088 1.126l-3.92 3.561a.884.884 0 0 1-.593.227.872.872 0 0 1-.616-.248z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
    color: #1252b4;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    filter: brightness(0); }
    .btm-video-content a svg {
      display: inline-block;
      vertical-align: middle;
      transition: all .3s ease-in; }
    .btm-video-content a span {
      display: inline-block;
      vertical-align: top;
      text-decoration: underline;
      transition: all .3s ease-in; }
    .btm-video-content a:hover {
      filter: none; }

.home-btm-rgt {
  width: 650px; }

.recent-blog {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0; }
  .recent-blog li {
    width: 100%;
    float: left; }
    .recent-blog li + li {
      margin: 20px 0 0 0; }
  .recent-blog .blog-thumb {
    width: 330px;
    float: left; }
    .recent-blog .blog-thumb a {
      width: 100%;
      float: left;
      text-align: center; }
      .recent-blog .blog-thumb a img {
        display: inline-block;
        vertical-align: top; }
  .recent-blog .blog-rgt {
    width: calc(100% - 330px);
    float: left;
    padding: 0 0 0 20px; }
    .recent-blog .blog-rgt h5 {
      width: 100%;
      float: left;
      font-size: 22px;
      font-weight: 700;
      font-family: "Roboto Condensed";
      line-height: 22px;
      text-transform: none;
      letter-spacing: -0.44px;
      padding: 0 0 11px 0;
      margin: 0 0 13px 0;
      position: relative; }
      .recent-blog .blog-rgt h5:after {
        width: 93px;
        height: 4px;
        background: #f7941d;
        position: absolute;
        left: 0;
        bottom: 0;
        content: ""; }
      .recent-blog .blog-rgt h5 a {
        color: #000; }
        .recent-blog .blog-rgt h5 a:hover {
          color: #f7941d; }
    .recent-blog .blog-rgt p {
      width: 100%;
      float: left;
      color: #000;
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 20px 0; }
    .recent-blog .blog-rgt .read-more {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231252b4' d='M1.005 9.202a.81.81 0 0 1-.25-.602.823.823 0 0 1 .272-.594l3.269-2.968L1.05 1.985a.816.816 0 0 1 0-1.199.883.883 0 0 1 .604-.236c.227 0 .442.085.605.236l3.853 3.627c.04.038.077.078.11.123a.817.817 0 0 1-.088 1.126l-3.92 3.561a.884.884 0 0 1-.593.227.872.872 0 0 1-.616-.248z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
      color: #1252b4;
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 0 0 10px;
      filter: brightness(0); }
      .recent-blog .blog-rgt .read-more svg {
        display: inline-block;
        vertical-align: middle;
        transition: all .3s ease-in; }
      .recent-blog .blog-rgt .read-more span {
        display: inline-block;
        vertical-align: top;
        text-decoration: underline;
        transition: all .3s ease-in; }
      .recent-blog .blog-rgt .read-more:hover {
        filter: none; }

.video-modal.modal.modal--large .modal-close {
  width: 35px;
  height: 35px;
  background: #fff;
  line-height: 21px;
  padding: 0 0 2px 0;
  top: 0;
  right: 0; }

.top-keep-shopping {
  width: 131px;
  background: #002d73;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #fff; }
  .top-keep-shopping span {
    margin: 0 0 0 7px; }
  .top-keep-shopping:hover {
    background: #000;
    color: #fff; }

.h-cart-top {
  width: 100%;
  display: flex; }

.header-cart .top-bar-slider {
  max-width: 100%; }

.header-cart .top-bar-slider .top-bar-slide {
  text-align: center; }

.header-cart .header-btm-wraper {
  justify-content: space-between;
  padding: 17px 0 11px; }

.header-cart .h-btm-lft {
  margin: 0 0 0 19px; }

.header-cart .header-top-wraper {
  width: auto;
  display: inline-block; }

.header-cart .header-logo__link {
  width: 160px;
  height: 42px; }

.header-cart .header-top-wraper {
  padding: 0; }

.header-cart .top-bar {
  width: calc(100% - 131px); }

.header-cart .acc-links {
  left: auto;
  right: 0; }
  .header-cart .acc-links:before {
    left: auto;
    right: 11px; }
  .header-cart .acc-links:after {
    left: auto;
    right: 11px; }

.h-cart-call {
  display: inline-flex;
  align-items: center;
  font-size: 16px; }
  .h-cart-call p {
    font-size: 16px;
    font-family: "Roboto Condensed";
    margin: 0 0 0 10px; }
  .h-cart-call a {
    color: #000; }
    .h-cart-call a:hover {
      color: #F7941D; }

.footer-cart {
  background: #000;
  color: #f7941d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 12px; }
  .footer-cart .cart-copyright {
    font-size: 14px;
    margin: 0; }
  .footer-cart .cart-payment-icons {
    margin: 0 0 0 30px; }
    .footer-cart .cart-payment-icons svg {
      float: left; }
      .footer-cart .cart-payment-icons svg + svg {
        margin: 0 0 0 5px; }

.page-content,
.page-content--full {
  padding: 0; }

.page-cart .breadcrumb-wraper {
  display: none; }

.page-cart .page-heading {
  font-size: 28px;
  text-align: left;
  margin: 0 0 4px 0; }

.page-cart .body {
  min-height: calc(100vh - 160px);
  overflow: hidden; }
  .page-cart .body .container {
    max-width: 1366px;
    padding: 0 28px;
    position: static; }

.cart-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.cart-lft {
  width: calc(100% - 320px);
  min-height: calc(100vh - 160px);
  padding: 37px 70px 60px 19px;
  /* for checkout button at top of page on cart.php */ }
  .cart-lft .checkout-btn {
    width: 100%;
    background: #002d73;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 11px 5px;
    margin: 10px 0 20px 0; }
    .cart-lft .checkout-btn span {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' viewBox='0 0 27 25'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M26.876 5.644a1.117 1.117 0 0 0-.869-.42H11.81c-.622 0-1.125.515-1.125 1.15 0 .636.503 1.151 1.125 1.151h12.835l-1.53 8.055H10.583L7.136 1.21A1.13 1.13 0 0 0 6.045.334h-4.92C.503.333 0 .848 0 1.483c0 .637.503 1.152 1.125 1.152h4.037l3.444 14.369a1.13 1.13 0 0 0 1.091.877h14.34c.537 0 1-.391 1.105-.932L27.11 6.593a1.162 1.162 0 0 0-.234-.95z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M12.526 19.513a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M21.544 19.513a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
      display: inline-block;
      vertical-align: top;
      line-height: 28px;
      padding: 0 0 0 38px; }
    .cart-lft .checkout-btn:hover {
      background: #1252b4; }

.cart-rgt {
  width: 320px;
  background: #e2e2e2;
  padding: 71px 0 60px 25px;
  position: relative; }
  .cart-rgt .cart-totals {
    width: 100%;
    border-bottom: 3px solid #000;
    padding: 0 0 2px 0;
    margin: 0 0 20px 0; }
    .cart-rgt .cart-totals .cart-total {
      width: 100%;
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      border: none; }
    .cart-rgt .cart-totals .cart-total-label {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 10px 0; }
    .cart-rgt .cart-totals .cart-total-value {
      padding: 10px 0; }
      .cart-rgt .cart-totals .cart-total-value > span {
        color: #000;
        font-size: 24px;
        font-family: "Roboto Condensed";
        letter-spacing: -0.64px; }
      .cart-rgt .cart-totals .cart-total-value button {
        color: #000;
        font-size: 14px;
        font-style: normal; }
        .cart-rgt .cart-totals .cart-total-value button:hover {
          color: #f7941d; }
      .cart-rgt .cart-totals .cart-total-value.cart-total-grandTotal {
        font-weight: 700;
        letter-spacing: -0.64px;
        top: 0; }
    .cart-rgt .cart-totals .estimator-form dl {
      margin: 0; }
    .cart-rgt .cart-totals form {
      color: #000;
      margin: 0 0 6px 0; }
      .cart-rgt .cart-totals form .button {
        width: 60px;
        height: 40px;
        background: #f7941d;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed";
        text-align: center;
        text-transform: uppercase;
        letter-spacing: -0.32px;
        border: none;
        border-radius: 0;
        padding: 1px 10px 0 10px;
        margin: 0 0 0 6px; }
        .cart-rgt .cart-totals form .button:hover {
          background: #FFB04D;
          color: #000; }
        .cart-rgt .cart-totals form .button.shipping-estimate-submit {
          width: 150px;
          margin: 0; }
        .cart-rgt .cart-totals form .button.select-shipping-quote {
          width: auto;
          margin: 0; }
      .cart-rgt .cart-totals form .estimator-form-input {
        margin: 0 0 10px 0; }
      .cart-rgt .cart-totals form .form-input {
        height: 40px;
        background: #fff;
        color: #000;
        font-size: 14px;
        font-style: italic;
        border: 1px solid #000;
        border-radius: 0;
        padding: 0 12px; }
        .cart-rgt .cart-totals form .form-input::placeholder {
          color: #000;
          opacity: 1; }
      .cart-rgt .cart-totals form .form-select {
        height: 40px;
        background-color: #fff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cg%3E%3Cg%3E%3Cpath d='M10.797.295l-4.59 4.58-4.59-4.58-1.41 1.41 6 6 6-6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: right 10px center;
        background-size: 13px auto;
        color: #000;
        font-size: 14px;
        font-style: italic;
        border: 1px solid #000;
        border-radius: 0;
        padding: 0 24px 0 8px; }
      .cart-rgt .cart-totals form .estimator-form-label .form-label {
        color: #000;
        font-size: 14px;
        line-height: 40px; }
    .cart-rgt .cart-totals .coupon-code {
      width: 100%; }
    .cart-rgt .cart-totals .coupon-form .form-input {
      width: calc(100% - 66px); }
    .cart-rgt .cart-totals .cart-gift-certificate-form .form-input {
      width: calc(100% - 66px); }
  .cart-rgt:after {
    height: 100%;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    padding-right: 9999px;
    margin-right: -9999px; }
  .cart-rgt .checkout-btn {
    width: 100%;
    background: #002d73;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 11px 5px; }
    .cart-rgt .checkout-btn span {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' viewBox='0 0 27 25'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M26.876 5.644a1.117 1.117 0 0 0-.869-.42H11.81c-.622 0-1.125.515-1.125 1.15 0 .636.503 1.151 1.125 1.151h12.835l-1.53 8.055H10.583L7.136 1.21A1.13 1.13 0 0 0 6.045.334h-4.92C.503.333 0 .848 0 1.483c0 .637.503 1.152 1.125 1.152h4.037l3.444 14.369a1.13 1.13 0 0 0 1.091.877h14.34c.537 0 1-.391 1.105-.932L27.11 6.593a1.162 1.162 0 0 0-.234-.95z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M12.526 19.513a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M21.544 19.513a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
      display: inline-block;
      vertical-align: top;
      line-height: 28px;
      padding: 0 0 0 38px; }
    .cart-rgt .checkout-btn:hover {
      background: #1252b4; }

table.cart {
  margin: 0; }
  table.cart .cart-header-item {
    background: #e2e2e2;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    padding: 5.5px 10px; }
  table.cart .cart-list {
    border-top: none; }
  table.cart .cart-item {
    border-bottom: 1px solid #000; }
    table.cart .cart-item td {
      vertical-align: top;
      padding: 20px 0; }
      table.cart .cart-item td.cart-item-figure {
        padding: 10px 0; }
      table.cart .cart-item td.cart-item-title {
        padding: 20px 0 20px 20px; }
  table.cart .cart-item-figure {
    width: 106px; }
    table.cart .cart-item-figure:after {
      display: none; }
    table.cart .cart-item-figure .cart-item-image {
      max-width: 106px;
      max-height: 140px; }
  table.cart .cart-item-brand {
    display: none; }
  table.cart .cart-item-name {
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 20px;
    margin: 0 0 6px 0; }
    table.cart .cart-item-name a {
      color: #000; }
      table.cart .cart-item-name a:hover {
        color: #f7941d; }
  table.cart .definitionList {
    color: #3c3c3c;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0; }
    table.cart .definitionList .definitionList-key {
      color: #3c3c3c; }
    table.cart .definitionList + a {
      color: #000;
      font-size: 12px;
      text-decoration: underline; }
      table.cart .definitionList + a:hover {
        color: #002d73; }
  table.cart .cart-price {
    color: #000;
    font-size: 24px;
    font-family: "Roboto Condensed"; }
  table.cart .cart-item-quantity {
    width: 115px; }
  table.cart .form-field--increments .form-increment .button {
    float: left; }
  table.cart .form-field--increments .form-input {
    float: left; }
  table.cart .cart-sub-total .cart-item-value {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto Condensed"; }
  table.cart .cart-sub-total .cart-remove {
    width: 15px;
    height: 15px;
    float: none;
    background: #c4c4c4;
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
    margin: 0 0 0 7px; }
    table.cart .cart-sub-total .cart-remove svg {
      fill: #fff;
      transition: all .3s ease-in; }
    table.cart .cart-sub-total .cart-remove:hover {
      background: #000; }

.continue-btn {
  width: 100%;
  float: left;
  margin: 15px 0 0 0; }
  .continue-btn a {
    width: 158px;
    float: left;
    background: #fff;
    color: #002d73;
    font-size: 17px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #002d73;
    padding: 4px 5px 2px; }
    .continue-btn a svg {
      display: inline-block;
      vertical-align: middle;
      transition: all .3s ease-in; }
      .continue-btn a svg path {
        transition: all .3s ease-in; }
    .continue-btn a span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px; }
    .continue-btn a:hover {
      color: #1252b4;
      border: 2px solid #1252b4; }
      .continue-btn a:hover svg path {
        fill: #1252b4; }

.siderbar-title {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  padding: 0 0 4px 0; }

.form-field--error .form-inlineMessage {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0; }

.swal2-actions .button {
  height: 40px;
  background: #002d73 !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 1px 21px 0;
  margin-bottom: 0; }
  .swal2-actions .button:hover {
    background: #1252b4 !important;
    color: #fff !important; }
  .swal2-actions .button.swal2-cancel {
    background: #fff !important;
    color: #002d73 !important;
    border: 2px solid #002d73; }
    .swal2-actions .button.swal2-cancel:hover {
      background: #fff;
      color: #1252b4 !important;
      border: 2px solid #1252b4 !important; }

#CartEditProductFieldsForm .prikid-size-chart-button-placeholder {
  display: none; }

#CartEditProductFieldsForm .form-field p {
  margin: 0; }

#CartEditProductFieldsForm .form-field .form-select {
  height: 40px;
  background-position: right 0.5rem center; }

.shipping-quotes ul {
  margin: 0; }
  .shipping-quotes ul li {
    margin: 0 0 10px 0; }
  .shipping-quotes ul dl {
    margin: 0; }
  .shipping-quotes ul dd {
    margin: 0 !important; }

.empty-cart {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px 0; }
  .empty-cart h3 {
    width: 100%;
    float: left;
    color: #000;
    margin: 0; }

.page-cart .empty-cart .page-heading {
  text-align: center; }

.shipping-txt {
  width: 100%;
  background: #ffeec1;
  color: #000;
  align-items: center;
  text-align: left;
  padding: 7px 15px;
  margin: 5px 0 20px;
  display: flex; }
  .shipping-txt p {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='18' viewBox='0 0 26 18'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M19.088 16.407a1.593 1.593 0 1 1 0-3.186 1.593 1.593 0 0 1 0 3.186zm0-4.779a3.186 3.186 0 1 0 0 6.372 3.186 3.186 0 0 0 0-6.372z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M8.204 16.407a1.593 1.593 0 1 1 0-3.186 1.593 1.593 0 0 1 0 3.186zm0-4.779a3.186 3.186 0 1 0 0 6.372 3.186 3.186 0 0 0 0-6.372z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M21.234 2.51a.797.797 0 0 0-.712-.44h-4.195v1.594h3.704L22.2 7.977l1.423-.715z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M10.673 15.637v-1.593h6.026v1.593z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M5.814 14.044h-2.76a.796.796 0 0 0 0 1.593h2.76a.796.796 0 0 0 0-1.593z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M25.107 9.175L23.54 7.157a.795.795 0 0 0-.628-.308h-5.788V1.276a.796.796 0 0 0-.797-.797H3.053a.796.796 0 1 0 0 1.593h12.478v5.575c0 .44.356.797.796.797h6.195l1.16 1.494v4.107h-2.204a.796.796 0 1 0 0 1.593h3c.44 0 .796-.356.796-.796V9.664a.797.797 0 0 0-.167-.489z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M5.761 10.01H2.097a.796.796 0 1 0 0 1.592h3.664a.796.796 0 1 0 0-1.593z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M7.593 6.876H.796a.796.796 0 0 0 0 1.593h6.797a.796.796 0 1 0 0-1.593z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M8.894 3.743H2.097a.796.796 0 0 0 0 1.593h6.797a.796.796 0 1 0 0-1.593z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 0 35px;
    margin: 0; }
    .shipping-txt p strong {
      font-weight: 700; }

.turst-content {
  width: 100%;
  float: left; }
  .turst-content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -39px; }
    .turst-content ul li {
      width: 33.33%;
      text-align: center;
      padding: 0 39px; }
      .turst-content ul li figure {
        width: 60px;
        height: 60px;
        background: #e2e2e2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 0 11px 0; }
      .turst-content ul li h6 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed";
        text-transform: uppercase;
        padding: 0 0 8px 0;
        margin: 0 0 10px 0;
        position: relative; }
        .turst-content ul li h6:after {
          width: 40px;
          height: 1px;
          background: #000;
          position: absolute;
          left: 50%;
          bottom: 0;
          content: "";
          transform: translateX(-50%); }
      .turst-content ul li p {
        width: 100%;
        float: left;
        color: #404040;
        font-size: 14px;
        line-height: 16px;
        margin: 0; }
        .turst-content ul li p a {
          color: #002d73 !important;
          text-decoration: underline; }
          .turst-content ul li p a:hover {
            color: #f7941d !important; }

.page-cart .body .alertBox {
  margin-top: 15px; }

.cart-rgt .cart-totals .cart-total-value.cart-total-grandTotal > span {
  font-size: 32px; }

.header-top-wraper ul.previewCartList li .shipping-txt {
  visibility: hidden;
  margin: 0; }
  .header-top-wraper ul.previewCartList li .shipping-txt p {
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif; }

.writeReview-form br {
  display: none; }

.writeReview-form .g-recaptcha {
  width: 100%;
  float: left;
  margin: 0 0 23px 0; }

.tab-content.is-active .tab-content {
  display: block;
  padding: 0; }

header[ku-block] {
  z-index: 1; }

#chat-button {
  left: 10px !important;
  right: auto !important; }

#chat-window {
  left: 0 !important;
  right: auto !important; }

.productView--quickView .product-options .bedge {
  width: 60px;
  top: 0;
  right: -5px; }

.previewCart-additionalCheckoutButtons {
  width: 100%; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

.account--fixed .form .form-fieldset {
  width: 100%; }

.account--fixedLarge .account-body {
  width: 100%; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: none;
  display: inline-block;
  vertical-align: top; }

.page-cart .page-content .kuRECSContainer {
  margin: 0; }

.estimator-form-label input {
  display: inline-block;
  vertical-align: middle; }

.estimator-form-label .estimator-form-label-text {
  display: inline-block;
  vertical-align: middle; }

table.cart .cart-item td.cart-price {
  padding-left: 10px; }

.productView-options .form-field .form-option:hover {
  border-color: #ccc; }

.kuResultsListing {
  margin: 0 0 50px 0; }

.kuProdBottom .dropdown-menu-button:hover {
  opacity: 0.7; }

.kuFilterTagsContainer .kuFilterTagClearAll:hover {
  border-color: #000; }

.klevuPaginateArrowNext:hover:after, .klevuPaginateArrowPrev:hover:after {
  border-color: #000 !important; }

.kuQuickNoResultsMessage {
  word-break: break-word; }

.klevu-fluid.kuQuickSearchResultsContainer > div {
  width: 1366px !important;
  max-width: 100% !important;
  background: none !important;
  padding: 0 28px !important;
  left: 50% !important;
  transform: translateX(-50%); }

.klevuQuickSearchingArea [ku-container][data-container-role="main"] {
  width: 100% !important; }

.klevuQuickSearchingArea {
  background: #fff; }

[ku-container][data-container-id="ku_quick_main_content_center"] {
  width: 100%; }

.top-bar-slider .slick-arrow {
  transition: all .3s ease-in; }
  .top-bar-slider .slick-arrow:hover {
    opacity: 0.7; }

.kuSearchResultsPageContainer .kuPagination a:hover {
  background: #f7941d;
  color: #fff !important; }

.kuSearchResultsPageContainer .kuResults ul li {
  height: 100%; }

.kuSearchResultsPageContainer .kuResults ul li .kuProdWrap {
  height: 100% !important; }

.form-field.form-field--increments .form-label {
  width: auto; }

.button.klaviyo-bis-trigger[style="text-align: center; margin: 0px; width: auto; display: none;"] {
  width: 0;
  /*display: none;*/
  margin: 0; }

.button.klaviyo-bis-trigger {
  width: 240px;
  height: 50px;
  float: left;
  background-color: #002d73;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 0 15px; }
  .button.klaviyo-bis-trigger:hover {
    background-color: #1252b4; }

.button.klaviyo-bis-trigger[style="text-align: center; margin: 0px; width: auto;"] {
  margin: 0 30px 0 0 !important; }

/*#form-action-addToCart[disabled]{
    display: none;
}*/
.header-top-wraper ul li.h-gift a svg {
  width: 25px; }

.header-top-wraper ul li.h-gift a rect {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.header-top-wraper ul li.h-gift:hover a rect {
  fill: #F7941D; }

.page-giftcertificates .account--fixed {
  padding: 0; }

.form-row .form-column .form-field {
  padding: 0; }

.form-row .form-column .form-field input[type="checkbox"] + .form-label {
  font-weight: 400;
  text-transform: none; }

#gift-certificate-form .form-field .form-field-group {
  border: 1px solid #000;
  border-radius: 0; }
  #gift-certificate-form .form-field .form-field-group .form-label {
    font-weight: 400;
    text-transform: none; }

.navBar--sub {
  margin-bottom: 0px; }

.page-giftcertificates_redeem .account--fixed {
  padding: 0; }

.redeem-txt h3 {
  width: 100%;
  color: #000;
  margin: 0 0 15px 0; }

.redeem-txt p {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px 0; }

.redeem-txt ol {
  width: 100%;
  list-style: inside;
  margin: 0; }
  .redeem-txt ol li {
    font-size: 15px;
    line-height: 25px;
    list-style-type: decimal;
    margin: 0 0 5px 0; }
    .redeem-txt ol li:last-child {
      margin: 0; }

.page-giftcertificates_balance .account--fixed {
  padding: 0; }

#gift-certificate-balance .form-field {
  margin: 0; }

#gift-certificate-balance .button--primary {
  height: auto;
  background: #f7941d;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 15px 30px; }
  #gift-certificate-balance .button--primary:hover {
    background: #fdb04d; }

.cart-additionalCheckoutButtons {
  text-align: center; }

.klevu-recs.klevuTarget {
  width: 100%;
  flex-wrap: wrap; }

#pr-questionsnippet {
  display: none !important; }

#pr-questiondisplay {
  display: none !important; }

.orderConfirmation .optimizedCheckout-headingPrimary {
  margin: 0; }

.order-conformation .layout {
  min-height: 100vh; }

.order-conformation .layout-cart {
  margin: 0; }

.productView-options.catalog-only .form-field.form-field--increments {
  display: none; }

.productView-options.catalog-only .form-action #form-action-addToCart {
  display: none; }

.productView-options.catalog-only .form-wishlist {
  float: left;
  clear: left; }

.blog-detail-inner p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px 0; }
  .blog-detail-inner p a {
    color: #f7941d;
    text-decoration: underline; }
    .blog-detail-inner p a:hover {
      color: #000; }

.pr-snippet-read-and-write a {
  color: #f7941d !important;
  text-decoration: underline; }
  .pr-snippet-read-and-write a:hover {
    color: #000 !important; }

.p-w-r .pr-review-snapshot .pr-faceoff-readcomplete {
  color: #f7941d  !important;
  font-family: '',Sans-Serif; }
  .p-w-r .pr-review-snapshot .pr-faceoff-readcomplete .pr-caret-icon__line {
    stroke: #f7941d  !important; }
  .p-w-r .pr-review-snapshot .pr-faceoff-readcomplete:hover {
    color: #000 !important; }
    .p-w-r .pr-review-snapshot .pr-faceoff-readcomplete:hover .pr-caret-icon__line {
      stroke: #000  !important; }

.p-w-r .pr-accordion .pr-accordion-btn span {
  color: #f7941d  !important; }

.p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
  stroke: #f7941d !important; }

.p-w-r .pr-accordion .pr-accordion-btn:hover span {
  color: #000 !important; }

.p-w-r .pr-accordion .pr-accordion-btn:hover .pr-caret-icon__line {
  stroke: #000 !important; }

.p-w-r .pr-rd-flag-review-btn {
  color: #f7941d !important; }
  .p-w-r .pr-rd-flag-review-btn:hover {
    color: #000 !important; }

.p-w-r .pr-read-review a, .p-w-r .pr-review-display a {
  color: #f7941d !important; }

.p-w-r .pr-read-review a:hover, .p-w-r .pr-review-display a:hover {
  color: #000 !important; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.sub-menu-toggle ul {
  display: none; }

table.cart .definitionList + a {
  float: left; }

.cart-remove.mob {
  width: auto;
  height: auto;
  float: left;
  clear: left;
  background: none;
  color: #f7941d;
  text-decoration: underline;
  padding: 0;
  margin: 3px 0 0 0;
  transition: all .3s ease-in; }
  .cart-remove.mob:hover {
    color: #000; }

.navList.facetedSearch-optionColumns {
  width: 100%; }

.card-swatches {
  width: 100%; }
  .card-swatches .form-option {
    float: left; }
  .card-swatches .card_swatch {
    width: 20px;
    height: 20px;
    float: left; }
    .card-swatches .card_swatch span {
      width: 100%;
      height: 100%;
      float: left; }
    .card-swatches .card_swatch.multi_options {
      width: auto;
      height: auto; }
      .card-swatches .card_swatch.multi_options span {
        width: 10px;
        height: 20px; }

.lable-more-card {
  float: left;
  color: #1252b4;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 0 0 11px 0; }
  .lable-more-card:hover {
    color: #f7941d; }

.card .price-section.non-sale-price--withoutTax {
  display: none; }

.card-reviews {
  width: 100%;
  float: left; }
  .card-reviews .pr-category-snippet {
    margin: 10px 0 !important; }

.detail-rgt #pr-reviewsnippet {
  width: 100%;
  float: left; }
  .detail-rgt #pr-reviewsnippet .pr-review-snippet-container {
    margin: 15px 0 0 0; }

@media (min-width: 1024px) {
  .header-mobile-menu.open {
    display: none; }
  .menu-bg {
    display: none !important; } }

@media (min-width: 1261px) {
  .modal--large {
    width: 1020px; } }

@media screen and (min-width: 768px) {
  .description-tabs-accourdion .tab .tab-content {
    display: none !important; } }

@media screen and (max-width: 1260px) {
  .account-product--alignMiddle {
    padding: 0; }
  .account-product--alignMiddle .account-product-checkItem {
    left: 0; }
  #gift-certificate-balance .form-field .form-input {
    width: calc(100% - 200px); }
  #gift-certificate-balance .button--primary {
    width: 185px;
    padding: 15px 10px;
    margin: 0 0 0 15px; } }

@media screen and (max-width: 1365px) {
  .page-login .login {
    padding: 0 75px; }
  .account--fixed {
    padding: 0 75px; }
  .account--fixedLarge {
    padding: 0 75px; }
  .featured-categories ul li figure a {
    height: 100%; }
  .video-section .video-rgt {
    padding: 138px 15px 138px 150px; } }

@media screen and (max-width: 1249px) {
  .productGrid .product {
    margin: 0 0 15px 0; }
  .card {
    padding-bottom: 39px; }
    .card .price-section {
      margin: 3px 0 0 0; }
    .card .card-img-container {
      height: 280px; }
    .card .price-section span {
      font-size: 18px; }
    .card .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section .price {
      font-size: 18px; }
    .card .price-section span.price--non-sale {
      font-size: 11px; }
    .card .rating--small .icon {
      width: 11px;
      height: 11px; }
    .card .wishlist-icon .wishlistbtn svg {
      width: 16px; }
  .listing-filter.listing-filter-btm {
    margin: 5px 0 39px 0; }
  #search-results-heading h1 {
    font-size: 35px; }
  .search-nav .navBar-item a {
    font-size: 16px; }
  #search-results-content .listing-filter.listing-filter-btm {
    margin: 0 0 30px 0; }
  .h-btm-lft {
    margin: 0; }
  .header-top-wraper {
    padding: 0; }
  .header-btm-wraper {
    justify-content: space-between; }
  .megamenu > ul > li {
    padding: 22px 15px; }
    .megamenu > ul > li:last-child {
      padding-right: 0; }
    .megamenu > ul > li.explore-menu a:before {
      left: -15px; }
  .header-top-wraper ul li {
    padding: 4px 15px; }
  .header-top-wraper .h-top-rgt ul li {
    padding: 4px 15px; }
    .header-top-wraper .h-top-rgt ul li:last-child {
      padding-right: 0; }
  .footer .container {
    padding: 0 25px; }
  .ft-col1 {
    width: 23%; }
  .ft-col2 {
    width: 23%; }
  .ft-col3 {
    width: 25%; }
  .ft-col4 {
    width: 29%; }
  .detail-top {
    padding: 0 20px; }
  .detail-rgt {
    padding: 0 0 0 20px; }
  .productView-product .productView-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 3px 0; }
  .product-option-wraper {
    padding: 0 150px 0 0; }
  .product-options .bedge {
    top: -60px;
    right: 0; }
  .productView-description {
    padding: 0 0 0 20px; }
  .related-products .productCarousel {
    padding: 0 20px; }
  .html-content {
    padding: 0 20px; }
  .product-reviews-custom .productReviews-list .productReview .productReview-rating {
    margin: 0 0 8px 0; }
  .quickView .productView-description {
    padding: 0;
    margin: 40px 0 0 0; }
  .megamenu-wraper {
    left: 25px; }
    .megamenu-wraper.col-3 {
      width: 975px; }
    .megamenu-wraper.megamenu2 {
      left: 140px; }
    .megamenu-wraper.megamenu3 {
      left: 140px; }
    .megamenu-wraper.megamenu4 {
      left: 140px; }
    .megamenu-wraper.megamenu5 {
      left: 140px; }
    .megamenu-wraper.megamenu6 {
      left: 140px; }
    .megamenu-wraper.megamenu7 {
      left: 140px; }
  .page-login .login {
    padding: 0; }
  .login-form {
    width: 50%; }
  .new-customer {
    width: 48%; }
  .login-row {
    margin: 45px 0 100px; }
  .account--fixed {
    padding: 0; }
  .account--fixedLarge {
    padding: 0; }
  .recent-items-wraper {
    margin: 0 0 50px 0; }
    .recent-items-wraper .productGrid .product {
      width: 33.33%; }
  .account-content--fixedSmall {
    width: 63%; }
  .page-account_order .body {
    margin: 0 0 80px 0; }
  .page-wishlist .body {
    margin: 0 0 60px 0; }
  .page-forgotpassword .body {
    margin: 0 0 80px 0; }
  .page-getnewpassword .body {
    margin: 0 0 80px; }
  .wishlist-products .productGrid .product {
    width: 33.33%; }
  .main-banner .main-banner-txt h1 {
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -1.44px;
    margin: 0 0 9px 0;
    text-shadow: 2px 2px 4px #000000; }
  .main-banner .main-banner-txt p {
    margin: 0 0 20px 0; }
  .featured-categories {
    padding: 60px 0 46px; }
    .featured-categories ul {
      margin: 0 -8px; }
      .featured-categories ul li {
        padding: 0 8px; }
        .featured-categories ul li figure {
          height: 308px; }
        .featured-categories ul li .featured-cat-btm a {
          min-height: 90px;
          padding: 8px 0 9px; }
        .featured-categories ul li .featured-cat-btm h6 {
          margin: 0 0 3px; }
  .mid-banner {
    height: 390px; }
    .mid-banner:after {
      width: 588px; }
    .mid-banner .mid-banner-content {
      width: 345px;
      right: 55px; }
      .mid-banner .mid-banner-content h4 {
        font-size: 59px;
        line-height: 52px;
        letter-spacing: -1.18px;
        margin: 0 0 10px 0;
        text-shadow: 2px 2px 4px #000000; }
      .mid-banner .mid-banner-content p {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 21px 0; }
  .banner-sideway .sideway-img {
    width: calc(50% - 10px);
    height: 435px; }
    .banner-sideway .sideway-img .sideway-content {
      width: 230px;
      left: 21px;
      bottom: 33px; }
      .banner-sideway .sideway-img .sideway-content p {
        font-size: 21px; }
      .banner-sideway .sideway-img .sideway-content h5 {
        font-size: 37px;
        line-height: 37px;
        letter-spacing: -0.74px; }
  .popular-items {
    padding: 82px 0 31px; }
    .popular-items ul {
      padding: 0 158px; }
      .popular-items ul li {
        width: 33.33%;
        padding: 0 17px;
        margin: 0 0 51px 0; }
        .popular-items ul li figure a {
          text-align: center; }
          .popular-items ul li figure a img {
            float: none;
            display: inline-block;
            vertical-align: top; }
  .video-section {
    padding: 0 0 0 20px; }
    .video-section .video-lft {
      width: 532px;
      margin: 0 -95px 0 0; }
      .video-section .video-lft .video-btn {
        max-width: 90px; }
    .video-section .video-rgt {
      padding: 97px 15px 96px 135px; }
    .video-section .video-rgt-txt h5 {
      font-size: 47px;
      line-height: 44px;
      letter-spacing: -0.94px; }
  .btm-banner-top {
    margin: 0 0 72px 0; }
    .btm-banner-top p {
      width: 95%; }
  .btm-banner-img {
    height: 510px;
    background-position: top; }
    .btm-banner-img .btm-img-content {
      bottom: 40px; }
      .btm-banner-img .btm-img-content h2 {
        font-size: 59px;
        line-height: 52px;
        letter-spacing: -1.18px;
        text-shadow: 2px 2px 4px #000000; }
  .home-reviews ul li {
    padding: 0 25px; }
    .home-reviews ul li h6 {
      margin: 0 0 12px 0; }
  .home-btm-wraper {
    padding: 34px 0 50px; }
    .home-btm-wraper h4 {
      font-size: 17px;
      letter-spacing: -0.34px;
      margin: 0 0 25px 0; }
  .home-btm-lft {
    width: 400px; }
  .home-btm-rgt {
    width: 525px; }
  .btm-video-content {
    padding: 12px 15px 0; }
    .btm-video-content p {
      font-size: 16px;
      line-height: 20px; }
  .recent-blog li + li {
    margin: 28px 0 0 0; }
  .recent-blog .blog-thumb {
    width: 261px; }
  .recent-blog .blog-rgt {
    width: calc(100% - 261px);
    padding: 0 0 0 18px; }
    .recent-blog .blog-rgt h5 {
      padding: 0 0 10px 0;
      margin: 0 0 11px 0; }
      .recent-blog .blog-rgt h5:after {
        width: 78px; }
    .recent-blog .blog-rgt p {
      font-size: 14px; }
  .header.header-cart .container {
    padding: 0 25px; }
  .header-cart .h-btm-lft {
    margin: 0; }
  .page-cart .body .container {
    padding: 0 25px; }
  .cart-lft {
    width: calc(100% - 315px);
    padding: 37px 28px 60px 0; }
  .cart-rgt {
    width: 315px;
    padding: 71px 0 60px 20px; }
  table.cart .cart-item-figure {
    width: 76px; }
    table.cart .cart-item-figure .cart-item-image {
      max-width: 76px;
      max-height: 100px; }
  table.cart .cart-item td {
    padding: 28px 0; }
    table.cart .cart-item td.cart-item-title {
      padding: 28px 10px; }
  table.cart .cart-price {
    line-height: 1; }
  .turst-content ul {
    margin: 0 -5px; }
    .turst-content ul li {
      padding: 0 5px; }
  .card-reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4 {
    width: 15px;
    height: 15px; }
  .card-reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled {
    width: 15px;
    height: 15px; }
  .card-reviews .p-w-r .pr-snippet div {
    font-size: 13px; }
  .sale-flag-side, .sold-out-flag-side {
    font-size: 14px; }
  .productView-product .productView-price {
    margin: 15px 0 27px 0; } }

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 35px; }
  .listing-top {
    padding: 45px 0; }
    .listing-top h1 {
      font-size: 32px;
      line-height: 40px; }
  .category-page .page-sidebar {
    width: 295px;
    position: relative;
    left: 50%;
    margin: 0 0 22px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .category-page .page-content {
    width: 100%;
    padding: 0; }
  .cat-desc {
    width: 100%;
    padding: 0; }
  .filter-btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #F7941D;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .filter-btn span {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 25px;
      position: relative; }
      .filter-btn span:before {
        width: 14px;
        height: 14px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Group_4050' data-name='Group 4050' transform='translate(-72 -812)'%3E%3Crect id='Rectangle_3449' data-name='Rectangle 3449' width='4' height='14' transform='translate(77 812)'/%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(86 817) rotate(90)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .filter-btn.active {
      background: #FFB04D; }
      .filter-btn.active span:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='4' viewBox='0 0 14 4'%3E%3Cg id='Group_4050' data-name='Group 4050' transform='translate(-72 -817)'%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(86 817) rotate(90)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center; }
    .filter-btn:hover {
      background: #FFB04D; }
  #faceted-search-container {
    border: 1px solid transparent; }
    #faceted-search-container .nav-cat-block {
      margin: 0 0 30px 0; }
    #faceted-search-container nav {
      width: 100%;
      float: left;
      display: none;
      text-align: left;
      padding: 22px 20px 0; }
    #faceted-search-container.active {
      border: 1px solid #000;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
    #faceted-search-container .accordion {
      border: none; }
  .facetedSearch-toggle.toggleLink {
    display: none; }
  .facetedSearch-navList {
    display: block; }
  .facetedSearch-refineFilters {
    display: block; }
  .accordion-block .accordion-navigation {
    border: none;
    padding: 0;
    margin: 0; }
    .accordion-block .accordion-navigation .accordion-title {
      padding: 0; }
  .accordion-block:last-child {
    border-bottom: 1px solid #E0E0E0; }
    .accordion-block:last-child .accordion-content {
      padding-bottom: 10px; }
  .page-category .filter-btn-search {
    display: none; }
  .page-search .facetedSearch {
    display: none;
    padding: 22px 20px 0; }
  .modal-body {
    padding: 25px; }
  .facet-quick-heading {
    font-size: 26px; }
  #search-results-heading h1 {
    font-size: 30px;
    line-height: 45px; }
  .search-nav .navBar-item {
    display: inline-block;
    margin: 0 10px; }
  body {
    padding: 0; }
  .header {
    height: auto;
    position: relative;
    z-index: 99; }
    .header .container {
      padding: 0 35px; }
  .top-bar-slider {
    padding: 9px 20px; }
    .top-bar-slider .top-bar-slide {
      font-size: 16px; }
  .h-search {
    display: none; }
  .h-wishlist {
    display: none; }
  .header-wraper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px; }
  .header-top {
    width: auto;
    background: none;
    padding: 0; }
  .header-btm {
    width: auto;
    order: -1; }
  .header .header-wraper .container {
    width: auto;
    max-width: inherit;
    padding: 0; }
  .h-top-lft {
    display: none; }
  .h-login {
    display: inline-block; }
  .header-logo {
    height: auto; }
  .header-logo__link {
    width: auto; }
    .header-logo__link svg {
      width: 130px;
      height: 34px; }
  .header-btm-wraper {
    padding: 13px 0; }
  .mob-nav {
    display: block; }
  .header-top-wraper ul li {
    padding: 3px 15px; }
    .header-top-wraper ul li a {
      float: left; }
      .header-top-wraper ul li a svg + span {
        max-width: 80px;
        line-height: 1;
        margin: 0 0 0 5px; }
  .acc-links {
    left: 15px; }
  #quickSearch {
    height: auto;
    float: left;
    display: block !important;
    position: static; }
    #quickSearch .form {
      padding: 0; }
      #quickSearch .form .form-input {
        height: 40px;
        font-size: 14px; }
      #quickSearch .form input[type="submit"] {
        height: 40px; }
  .search-close {
    display: none; }
  .search-form-wraper {
    width: 100%;
    position: static;
    transform: none; }
  .h-btm-lft {
    display: inline-flex;
    align-items: center; }
  .header-mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px 0 0; }
    .header-mobile-menu-btn svg {
      float: left; }
  #cart-preview-dropdown.dropdown-menu {
    top: 47px !important; }
  .ft-top-wraper {
    padding: 0 70px; }
  .footer-top {
    padding: 37px 0; }
  .ft-col {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 14px 0; }
    .ft-col:last-child {
      margin: 0; }
    .ft-col h3 {
      display: none;
      margin: 0; }
      .ft-col h3.mob-toggle {
        display: inline-block;
        cursor: pointer;
        padding: 0 0 0 22px;
        position: relative; }
        .ft-col h3.mob-toggle:after {
          width: 14px;
          height: 14px;
          background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Group_4035' data-name='Group 4035' transform='translate(-72 -812)'%3E%3Crect id='Rectangle_3449' data-name='Rectangle 3449' width='4' height='14' transform='translate(77 812)' fill='%23a7a8a8'/%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(86 817) rotate(90)' fill='%23a7a8a8'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
          position: absolute;
          top: 3px;
          left: 0;
          content: ""; }
        .ft-col h3.mob-toggle.active {
          color: #F7941D; }
          .ft-col h3.mob-toggle.active:after {
            background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 4' width='14' height='4'%3E%3Ctitle%3Eft-plus%3C/title%3E%3Cdefs%3E%3Cimage width='14' height='4' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAEAQMAAACEHZz0AAAAAXNSR0IB2cksfwAAAANQTFRF95QdYdp7SAAAAAtJREFUeJxjYEAAAAAMAAF8TETCAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center; }
    .ft-col ul {
      display: none;
      padding: 10px 0 5px 22px; }
  .ft-top-rgt {
    padding: 0 0 0 30px; }
  .footer-btm {
    padding: 16px 0 15px; }
  .ft-btm-wraper {
    justify-content: center; }
  .ft-btm-lft {
    width: 100%; }
    .ft-btm-lft ul {
      width: 100%;
      text-align: center;
      margin: 0 0 13px 0; }
      .ft-btm-lft ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 9px !important; }
  .header-top-wraper ul li {
    font-size: 13px; }
  .top-bar {
    /*    height: 34px;*/ }
  .modal .modal-header {
    padding: 0 30px; }
  .modal .modal-header-title {
    font-size: 21px;
    line-height: 28px;
    padding: 19px 0 15px; }
  .modal .modal-close {
    width: 20px;
    height: 20px;
    font-size: 40px;
    line-height: 20px;
    top: 23px;
    right: 30px; }
  .modal .modal-body {
    padding: 20px 30px; }
  .modal .previewCart .productView-title {
    font-size: 21px;
    line-height: 30px; }
  .quickSearchResults .quickSearchMessage {
    font-size: 15px;
    margin: 0 0 10px 0; }
  .quickSearchResults .productGrid {
    padding: 30px 0 0 0; }
    .quickSearchResults .productGrid li {
      width: 33.33%; }
  .quickSearchResults .modal-close {
    display: block;
    color: #000;
    font-size: 40px;
    top: -5px;
    right: 25px; }
  #quickSearch .quickSearchResults {
    width: 100%;
    background: #e2e2e2;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 35px; }
  .detail-top {
    padding: 0; }
    .detail-top .productView-image {
      width: 100%;
      order: -1; }
    .detail-top .productView-img-container:after {
      padding-bottom: 400px; }
  .productView-images {
    width: 300px; }
  .detail-rgt {
    width: calc(100% - 300px);
    padding: 0 0 0 35px; }
  .productView-thumbnails {
    width: 100%;
    order: inherit;
    padding: 0 20px;
    margin: 10px 0 0 0 !important; }
    .productView-thumbnails:not(.slick-slider) {
      text-align: center;
      padding: 0; }
      .productView-thumbnails:not(.slick-slider) .productView-thumbnail {
        width: 55px;
        float: none;
        display: inline-block;
        vertical-align: top; }
        .productView-thumbnails:not(.slick-slider) .productView-thumbnail + .productView-thumbnail {
          margin: 0 0 0 7px; }
  .productView-thumbnails.slick-slider .productView-thumbnail {
    padding: 0 5px; }
  .productView-description {
    width: 100%;
    padding: 0; }
  .product-option-wraper {
    padding: 0 100px 0 0; }
  .productView-options .form-action {
    width: auto;
    padding: 0; }
    .productView-options .form-action .button {
      width: auto; }
    .productView-options .form-action #form-action-addToCart {
      margin: 0; }
  .productView-options .form {
    float: left;
    margin: 0; }
  .productView-description .tab {
    float: left;
    border-top: 1px solid transparent; }
  .related-products .productCarousel {
    padding: 0 5px; }
  .related-products .card .card-img-container {
    height: 205px; }
  .related-products .card .card-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; }
  .related-products .slick-dots {
    display: none !important; }
  .html-content {
    padding: 0; }
  .product-reviews-custom .review-content {
    padding: 15px 30px 0; }
  .productView-thumbnail-link {
    height: 70px; }
  .productView-thumbnails .slick-arrow {
    width: 25px;
    height: 100%; }
    .productView-thumbnails .slick-arrow.slick-prev {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19' width='12' height='19'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cdefs%3E%3Cimage width='12' height='19' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAMAAACTKxybAAAAAXNSR0IB2cksfwAAADZQTFRFAAAA+pUb95Qc95Qd95Ub+ZMd95Qd95Qd9pMc9pQc/48Q95Mc95Qd95Qd9pMc9pMd9pMc95Mcv0tnSAAAABJ0Uk5TADDg8GBQ/9+vzxCAoJ+Q79DAKmefOQAAAFdJREFUeJxljtsSgCAIBUENC+n2/z8bKZSOPO3OgTkA2GCIyXmJRNk4kc7a8cYTl7rTWF7eYeKjYwj0F7RE3OqNsFnpWsZOs4z+v/5M52BfA14auQDLjQ9wCwMZ3mlu9AAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center left; }
    .productView-thumbnails .slick-arrow.slick-next {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19' width='12' height='19'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cdefs%3E%3Cimage width='12' height='19' id='img1' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAMAAACTKxybAAAAAXNSR0IB2cksfwAAADZQTFRF95Ub95Qd95Qc+pUbAAAA95Qd95Qd+ZMd9pMc/48Q9pQc95Mc95Qd95Qd9pMc9pMd9pMc95Mc8QM9yAAAABJ0Uk5TYPDgMADf/1CvEM+An6CQ79DAgxq8lgAAAGFJREFUeJxNz1sSgCAIBVAMpMjosf/NRgoSH45nUK8AlAXJCypzWQMbW4FD9hTQT7ZIP9kGiI5P6gj5O12ngyyOF4dmRzTvjKQ2cmYqENb8AV62LThHiD2BNe6YDvBRiUlfO9wExW/2gG0AAAAASUVORK5CYII='/%3E%3C/defs%3E%3Cstyle%3E%3C/style%3E%3Cuse id='Background' href='%23img1' x='0' y='0'/%3E%3C/svg%3E") no-repeat center right;
      left: auto;
      right: 0; }
  .writeReview-productDetails {
    padding: 0; }
  .writeReview-form {
    padding: 20px 0 0 0; }
    .writeReview-form .form-field {
      margin: 0 0 20px 0; }
      .writeReview-form .form-field.form-field--submit {
        margin: 0; }
  .productView-options .form-action #form-action-addToCart {
    width: auto;
    max-width: inherit;
    padding: 0 40px 0 78px; }
  .productView .productView-options .form-action .button--primary[value="Adding to cart…"] {
    font-size: 22px !important; }
  .not-found {
    margin: 20px 0 60px; }
    .not-found p {
      font-size: 15px;
      margin: 0 0 15px 0; }
    .not-found .form .button {
      margin: 0 0 0 10px; }
  .page-content--centered h1 {
    font-size: 33px;
    line-height: 40px;
    margin: 0 0 20px 0; }
  .page-content--centered:not(.not-found) {
    margin: 50px 0; }
  .prikid-size-chart-button-placeholder {
    right: -78px; }
  .page-heading {
    font-size: 35px;
    margin: 15px 0 35px 0; }
  .page-login .body .container {
    padding: 0 35px; }
  .page-login .login .page-heading {
    margin: 15px 0; }
  .login-row {
    margin: 35px 0 80px; }
  .business-acc-block {
    padding: 0; }
    .business-acc-block p {
      font-size: 15px;
      line-height: 24px; }
  .buseiness-acc-top {
    margin: 0 0 15px 0; }
    .buseiness-acc-top h4 {
      font-size: 25px; }
    .buseiness-acc-top p {
      font-size: 16px; }
  .login-form {
    width: 48%; }
    .login-form h2 {
      font-size: 24px;
      margin: 0 0 15px 0; }
  .new-customer .panel {
    padding: 20px 25px 25px; }
    .new-customer .panel .panel-title {
      font-size: 24px;
      line-height: 25px;
      margin: 0 0 10px 0; }
    .new-customer .panel p {
      line-height: 20px; }
    .new-customer .panel ul {
      margin: 0 0 21px 30px; }
  .page-createaccount .body .container {
    padding: 0 35px; }
  .page-createaccount .body .form br {
    display: none; }
  .account--fixed {
    margin: 0 0 80px 0; }
  .page-account_orderstatus .body .container {
    padding: 0 35px; }
  .msg-list .account-listItem:last-child {
    margin: 0 0 40px 0; }
  .msg-heading {
    font-size: 24px;
    line-height: 28px; }
  .page-account_inbox .body .container {
    padding: 0 35px; }
  .page-account_addressbook .body .container {
    padding: 0 35px; }
  .addressList {
    margin-bottom: 40px; }
  .page-shippingaddressform .body .container {
    padding: 0 35px; }
  .page-editaccount .body .container {
    padding: 0 35px; }
  .page-account_recentitems .body .container {
    padding: 0 35px; }
  .page-account_order .body .container {
    padding: 0 35px; }
  .account-content--fixedSmall {
    width: 100%; }
  .account-sidebar {
    width: 100%; }
  .account-sidebar-block + .account-sidebar-block {
    margin: 30px 0 0 0; }
  .page-account_order .body {
    margin: 0 0 70px 0; }
  .page-wishlists .body .container {
    padding: 0 35px; }
  .page-wishlists .account {
    margin: 0 0 70px 0 !important; }
  .page-add-wishlist .body .container {
    padding: 0 35px; }
  .wishlist-form {
    margin-bottom: 80px; }
  .page-wishlist .body {
    margin: 0 0 50px 0; }
    .page-wishlist .body .container {
      padding: 0 35px; }
  .page-forgotpassword .body .container {
    padding: 0 35px; }
  .page-getnewpassword .body .container {
    padding: 0 35px; }
  .main-banner .main-banner-txt h1 {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -1.04px;
    margin: 0 0 2px 0;
    text-shadow: 2px 2px 4px #000000; }
  .main-banner .main-banner-txt p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 30px;
    margin: 0 0 22px 0; }
  .featured-categories {
    padding: 50px 0 20px; }
    .featured-categories .container {
      text-align: center; }
    .featured-categories ul {
      width: 600px;
      display: inline-block;
      vertical-align: top;
      margin: 0 -10px; }
      .featured-categories ul li {
        width: 300px;
        float: left;
        padding: 0 10px;
        margin: 0 0 24px 0; }
        .featured-categories ul li figure {
          height: 374px; }
        .featured-categories ul li .featured-cat-btm a {
          min-height: 75px; }
  .mid-banner {
    height: 293px;
    margin: 0 0 20px 0; }
    .mid-banner:after {
      width: 441px; }
    .mid-banner .mid-banner-content {
      width: 325px;
      right: 40px; }
      .mid-banner .mid-banner-content h4 {
        font-size: 44px;
        line-height: 39px;
        letter-spacing: -0.88px;
        margin: 0 0 7px 0;
        text-shadow: 2px 2px 4px #000000; }
        .mid-banner .mid-banner-content h4 br {
          display: none; }
      .mid-banner .mid-banner-content p {
        font-size: 20px;
        line-height: 26px; }
  .banner-sideway .sideway-img {
    width: calc(50% - 7.5px);
    height: 326px; }
    .banner-sideway .sideway-img .sideway-content {
      left: 20px;
      bottom: 20px; }
  .popular-items {
    padding: 82px 0 21px; }
    .popular-items .container {
      text-align: center; }
      .popular-items .container ul {
        width: 660px;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0; }
  .video-section {
    padding: 0 0 0 25px; }
    .video-section .video-lft {
      width: 407px; }
      .video-section .video-lft .video-btn {
        max-width: 80px; }
    .video-section .video-rgt {
      width: calc(100% - 312px);
      padding: 74px 15px 73px 123px; }
    .video-section .video-rgt-txt h5 {
      font-size: 35px;
      line-height: 33px;
      letter-spacing: -0.7px; }
  #video1 iframe {
    height: 420px; }
  #video2 iframe {
    height: 420px; }
  #video3 iframe {
    height: 420px; }
  .btm-banner {
    padding: 80px 0 0 0; }
  .btm-banner-top p {
    width: 87%;
    font-size: 24px;
    line-height: 30px; }
  .btm-banner-top h3 {
    font-size: 30px;
    letter-spacing: 1.8px; }
  .btm-banner-img {
    /*height: 383px;*/ }
    .btm-banner-img .btm-img-content {
      bottom: 30px; }
      .btm-banner-img .btm-img-content h2 {
        font-size: 44px;
        line-height: 39px;
        letter-spacing: -0.88px;
        margin: 0 0 16px 0;
        text-shadow: 2px 2px 4px #000000; }
  .home-reviews ul {
    padding: 0 30px; }
    .home-reviews ul li {
      padding: 0 10px; }
  .home-reviews .slick-arrow {
    width: 18px;
    height: 26px; }
  .home-btm-wraper {
    padding: 42px 23px 60px; }
  .home-btm-wraper h4 {
    font-size: 22px;
    margin: 0 0 32px 0; }
  .home-btm-lft {
    width: 100%;
    text-align: center; }
  .btm-video {
    width: auto;
    max-width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .btm-video-content {
    padding: 16px 105px 0; }
    .btm-video-content p {
      font-size: 18px; }
  .home-btm-rgt {
    width: 100%;
    margin: 48px 0 0 0; }
  .recent-blog li + li {
    margin: 20px 0 0 0; }
  .recent-blog .blog-thumb {
    width: 330px; }
  .recent-blog .blog-rgt {
    width: calc(100% - 330px);
    padding: 0 0 0 20px; }
    .recent-blog .blog-rgt h5 {
      margin: 0 0 12px 0; }
      .recent-blog .blog-rgt h5:after {
        width: 93px; }
    .recent-blog .blog-rgt p {
      font-size: 16px;
      line-height: 21px;
      margin: 0 0 19px 0; }
  .header-cart .header-btm {
    width: 100%; }
  .header-cart .header-logo__link {
    width: 130px;
    height: 34px; }
  .header-cart .header-btm-wraper {
    padding: 16px 0 10px; }
  .header.header-cart .container {
    padding: 0 35px; }
  .page-cart .body .container {
    padding: 0 35px; }
  .page-cart .page-heading {
    font-size: 26px;
    text-align: center;
    border-bottom: 8px solid #e2e2e2;
    padding: 0 0 3px 0;
    margin: 0; }
  .cart-lft {
    width: 100%;
    min-height: inherit;
    padding: 25px 0 0 0; }
  .cart-rgt {
    width: 375px;
    max-width: 100%;
    padding: 32px 20px 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 40px 0 0 0; }
    .cart-rgt:before {
      height: 100%;
      background: #e2e2e2;
      position: absolute;
      top: 0;
      left: 1px;
      content: "";
      padding-left: 9999px;
      margin-left: -9999px; }
    .cart-rgt:after {
      right: 1px; }
    .cart-rgt .cart-total-label {
      text-align: left; }
    .cart-rgt .cart-total-value {
      width: 50%; }
  .continue-btn {
    text-align: center;
    margin: 20px 0 0 0; }
    .continue-btn a {
      float: none;
      display: inline-block;
      vertical-align: top; }
  table.cart .cart-item td.cart-item-figure {
    padding: 0;
    margin-left: -96px; }
  table.cart .cart-item {
    padding-top: 14px;
    padding-left: 96px;
    padding-bottom: 20px; }
    table.cart .cart-item td {
      padding: 0; }
      table.cart .cart-item td.cart-item-title {
        padding: 11px 0 0 0;
        margin: 0 0 22px 0; }
    table.cart .cart-item .cart-item-label {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed";
      line-height: 1;
      text-transform: uppercase;
      padding: 0;
      margin: 0 0 8px 0; }
    table.cart .cart-item .cart-item-value {
      line-height: 1;
      padding: 0;
      margin: 5px 0 0 0; }
  table.cart .cart-item-name {
    margin: 0 0 9px 0; }
  table.cart .cart-item-quantity {
    width: 33.33%;
    text-align: center; }
    table.cart .cart-item-quantity .form-increment {
      margin: 0; }
    table.cart .cart-item-quantity .cart-item-label {
      text-align: center; }
  table.cart .cart-sub-total {
    text-align: right; }
    table.cart .cart-sub-total .cart-remove {
      margin: 5px 0 0 7px; }
    table.cart .cart-sub-total .cart-item-label {
      text-align: right;
      padding: 0 25px 0 0; }
  .page-cart .empty-cart .page-heading {
    border-bottom: none; }
  .empty-cart {
    padding: 40px 0; }
  table.cart .cart-item td.cart-price {
    padding-left: 0; }
  .btn {
    font-size: 18px;
    letter-spacing: -.36px;
    padding: 10px 20px 9px; }
  .ft-top-lft {
    padding: 0; }
  .klevu-fluid.kuQuickSearchResultsContainer > div {
    padding: 0 35px !important; }
  .h-mobile-btm-links ul li.mob-h-gift a svg {
    width: 25px; }
  .kuQuickView {
    display: none !important; }
  .product-options .bedge {
    width: 70px;
    top: -50px; }
  .sale-flag-side {
    font-size: 14px; } }

@media screen and (max-width: 968px) {
  .turst-content ul {
    margin: 0 -6px; }
    .turst-content ul li {
      padding: 0 7px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px; }
  .listing-top {
    background: none;
    padding: 25px 0 13px; }
    .listing-top:before {
      display: none; }
    .listing-top:after {
      display: none; }
    .listing-top h1 {
      color: #000;
      font-size: 26px;
      line-height: 34px; }
  .breadcrumb-wraper {
    display: none; }
  .productGrid .product {
    width: 50% !important; }
  .facet-quick-heading {
    font-size: 25px; }
  .modal-close {
    width: 20px;
    height: 20px;
    line-height: 20px; }
  #facetedSearch-filterItems .form-field {
    margin: 0 0 20px; }
  .search-nav-wraper {
    margin: 20px 0 0 0; }
  .search-nav .navBar-item a {
    font-size: 15px; }
  #search-results-content .listing-filter.listing-filter-btm {
    margin: 0 0 10px 0; }
  .header .container {
    padding: 0 18px; }
  .header-wraper {
    padding: 0 18px; }
  .footer .container {
    padding: 0 20px; }
  .ft-top-wraper {
    padding: 0; }
  .ft-top-lft {
    width: 100%;
    padding: 0 25px; }
  .ft-top-rgt {
    width: 100%;
    border-top: 1px solid #707070;
    border-left: none;
    padding: 18px 25px 0;
    margin: 29px 0 0 0; }
  .footer-top {
    padding: 38px 0 30px; }
  .footer-btm {
    padding: 14px 0 25px; }
  .ft-btm-wraper {
    padding: 0 25px; }
  .ft-btm-lft ul {
    margin: 0 0 18px 0; }
    .ft-btm-lft ul li {
      margin: 2px 10px !important; }
  .modal .modal-header {
    padding: 0 20px; }
  .modal .modal-header-title {
    font-size: 20px;
    padding: 15px 0 10px; }
  .modal .modal-close {
    font-size: 35px;
    top: 20px;
    right: 20px; }
  .modal .modal-body {
    padding: 20px; }
  .modal .previewCartCheckout {
    width: 260px;
    padding: 15px; }
  .modal .previewCart .productView {
    width: calc(100% - 260px);
    padding: 0 20px 0 0; }
  #quickSearch .quickSearchResults {
    padding: 0 18px; }
  .quickSearchResults .modal-close {
    top: 0;
    right: 15px; }
  .detail-top-bar {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 18px 0 0 0; }
    .detail-top-bar .productView-product {
      /*border-bottom: 1px solid #000;*/
      padding: 0 0 7px 0;
      margin: 0 0 15px 0; }
      .detail-top-bar .productView-product .productView-rating {
        margin: 8px 0 15px 0; }
  .productView-images {
    width: 100%;
    padding: 0 18px; }
  .detail-top .productView-img-container:after {
    padding-bottom: 500px; }
  .detail-rgt {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0; }
  .productView-product.productView-product-btm .productView-title {
    display: none; }
  .productView-product.productView-product-btm .style-number {
    display: none; }
  .productView-product.productView-product-btm .productView-rating {
    display: none; }
  .discount-banner {
    display: none; }
  .productView-options .form {
    float: none; }
  .productView-options .form-action #form-action-addToCart {
    margin: 0 30px 0 0; }
  .product-option-wraper {
    padding: 0 150px 0 0; }
  .description-tabs-accourdion .tabs-contents {
    display: none !important; }
  .description-tabs-accourdion .tab .tab-content {
    display: none; }
  .description-tabs-accourdion .tab.is-active .tab-content {
    display: block; }
  .productView-description {
    margin: 30px 0 0 0; }
    .productView-description .tabs {
      border-bottom: none; }
    .productView-description .tab {
      width: 100%;
      border: none !important;
      margin: 0 0 10px 0 !important; }
      .productView-description .tab.is-active .tab-title span:after {
        display: none; }
    .productView-description .tab-title {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Group_5252' data-name='Group 5252' transform='translate(-20.5 -1383.67)'%3E%3Crect id='Rectangle_4415' data-name='Rectangle 4415' width='4' height='14' transform='translate(25.5 1383.67)' fill='%23a7a8a8'/%3E%3Crect id='Rectangle_4414' data-name='Rectangle 4414' width='4' height='14' transform='translate(34.5 1388.67) rotate(90)' fill='%23a7a8a8'/%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
      font-size: 24px;
      border-bottom: 1px solid #000;
      padding: 6px 0 6px 24px; }
      .productView-description .tab-title.is-active {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='4' viewBox='0 0 14 4'%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(14) rotate(90)' fill='%23f7941d'/%3E%3C/svg%3E") no-repeat center left; }
    .productView-description .tab-content {
      padding: 19px 5px 9px; }
      .productView-description .tab-content p:last-child {
        margin: 0; }
      .productView-description .tab-content ul:last-child {
        margin: 0; }
  .related-products {
    margin: 28px 0 0 0; }
    .related-products h4 {
      font-size: 24px;
      line-height: 32px;
      padding: 0 0 7px 0; }
    .related-products .productCarousel {
      padding: 0; }
      .related-products .productCarousel .productCarousel-slide {
        width: 50% !important; }
    .related-products .card .card-img-container {
      height: 250px; }
  .html-content {
    margin: 30px 0 0 0; }
  .product-reviews-custom {
    margin: 50px 0 0 0; }
    .product-reviews-custom h2 {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg id='Group_5252' data-name='Group 5252' transform='translate(-20.5 -1383.67)'%3E%3Crect id='Rectangle_4415' data-name='Rectangle 4415' width='4' height='14' transform='translate(25.5 1383.67)' fill='%23a7a8a8'/%3E%3Crect id='Rectangle_4414' data-name='Rectangle 4414' width='4' height='14' transform='translate(34.5 1388.67) rotate(90)' fill='%23a7a8a8'/%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
      font-size: 24px;
      line-height: 32px;
      text-align: left;
      cursor: pointer;
      display: none;
      padding: 0 0 0 24px; }
      .product-reviews-custom h2.mob-review-title {
        display: block; }
      .product-reviews-custom h2.active {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='4' viewBox='0 0 14 4'%3E%3Crect id='Rectangle_3450' data-name='Rectangle 3450' width='4' height='14' transform='translate(14) rotate(90)' fill='%23f7941d'/%3E%3C/svg%3E") no-repeat center left; }
    .product-reviews-custom .review-content {
      display: none;
      padding: 15px 15px 0; }
      .product-reviews-custom .review-content .productReviews .toggle-title {
        font-size: 24px; }
      .product-reviews-custom .review-content .productReviews .productReview-author {
        margin: 0 0 9px 0; }
    .product-reviews-custom .productReviews-list .productReview {
      margin: 0 0 30px 0; }
  .page-product .body {
    padding: 0 0 80px 0; }
  .not-found {
    margin: 40px 0 50px; }
  .page-content--centered h1 {
    font-size: 28px;
    line-height: 33px; }
  .page-content--centered:not(.not-found) {
    margin: 40px 0; }
  .alertBox-icon {
    padding: 0 10px 0 0; }
  .page-login .body .container {
    padding: 0 18px; }
  .page-login .login .page-heading {
    margin: 45px 0 15px 0; }
  .page-heading {
    font-size: 30px;
    line-height: 35px; }
  .buseiness-acc-top {
    padding: 18px 15px 20px; }
    .buseiness-acc-top h4 {
      font-size: 22px;
      line-height: 25px; }
    .buseiness-acc-top p {
      font-size: 15px;
      line-height: 22px; }
  .login-row {
    flex-wrap: wrap;
    margin: 35px 0 60px; }
  .login-form {
    width: 100%; }
  .new-customer {
    width: 100%;
    margin: 40px 0 0 0; }
  .page-createaccount .body .container {
    padding: 0 18px; }
  .account--fixed {
    margin: 0 0 60px 0; }
  .page-heading {
    margin: 45px 0 30px 0; }
  .page-createaccount_thanks .page-content {
    padding: 0 0 60px 0; }
  .page-account_orderstatus .body .container {
    padding: 0 18px; }
  .page-account_inbox .body .container {
    padding: 0 18px; }
  .page-account_addressbook .body .container {
    padding: 0 18px; }
  .page-shippingaddressform .body .container {
    padding: 0 18px; }
  .page-editaccount .body .container {
    padding: 0 18px; }
  .page-account_recentitems .body .container {
    padding: 0 18px; }
  .recent-items-wraper {
    margin: 0 0 40px 0; }
  .page-account_order .body .container {
    padding: 0 18px; }
  .page-wishlists .body .container {
    padding: 0 18px; }
  .account .table + .form .form-actions {
    margin: 25px 0 0 0; }
  .page-add-wishlist .body .container {
    padding: 0 18px; }
  .wishlist-form {
    margin-bottom: 60px; }
  .page-wishlist .body .container {
    padding: 0 18px; }
  .page-forgotpassword .body {
    margin: 0 0 60px 0; }
    .page-forgotpassword .body .container {
      padding: 0 18px; }
  .page-getnewpassword .body {
    margin: 0 0 60px 0; }
    .page-getnewpassword .body .container {
      padding: 0 18px; }
  .wishlist-products .productGrid .product {
    padding-bottom: 60px; }
  .wishlist-products .productGrid .form {
    bottom: 10px; }
  .main-banner {
    height: 650px; }
    .main-banner .main-banner-txt h1 {
      font-size: 42px;
      line-height: 50px;
      text-shadow: 2px 2px 4px #000000; }
    .main-banner .main-banner-txt p {
      font-size: 21px;
      margin: 0 0 21px 0; }
  .mid-banner .mid-banner-content {
    right: 30px; }
    .mid-banner .mid-banner-content h4 {
      font-size: 38px;
      line-height: 38px;
      text-shadow: 2px 2px 4px #000000; }
  .banner-sideway .sideway-img .sideway-content {
    left: 15px;
    bottom: 15px; }
    .banner-sideway .sideway-img .sideway-content h5 {
      font-size: 30px;
      line-height: 30px;
      margin: 0 0 10px 0; }
  .popular-items {
    padding: 60px 0 21px; }
    .popular-items h3 {
      letter-spacing: 2px;
      margin: 0 0 25px 0; }
    .popular-items .container ul {
      width: 600px; }
      .popular-items .container ul li {
        padding: 0 10px;
        margin: 0 0 30px 0; }
  .video-section {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
    .video-section .video-lft {
      margin: -45px 0 0 0; }
    .video-section .video-rgt {
      width: 100%;
      order: -1;
      padding: 50px 15px 90px 50px; }
  #video1 iframe {
    height: 350px; }
  #video2 iframe {
    height: 350px; }
  .btm-banner {
    padding: 60px 0 0 0; }
  .btm-banner-top {
    margin: 0 0 50px 0; }
    .btm-banner-top p {
      width: 90%;
      font-size: 22px; }
  .btm-banner-img .btm-img-content h2 {
    font-size: 38px;
    line-height: 38px;
    text-shadow: 2px 2px 4px #000000; }
  .home-reviews {
    padding: 60px 0; }
    .home-reviews h3 {
      letter-spacing: 2px;
      margin: 0 0 30px 0; }
    .home-reviews ul li h6 {
      font-size: 21px; }
    .home-reviews ul li p {
      font-size: 18px;
      line-height: 25px; }
  .home-btm-wraper {
    padding: 42px 0 50px; }
  .btm-video-content {
    padding: 16px 70px 0; }
  .recent-blog .blog-thumb {
    width: 300px; }
  .recent-blog .blog-rgt {
    width: calc(100% - 300px);
    padding: 0 0 0 15px; }
  .header.header-cart .container {
    padding: 0 25px; }
  .page-cart .body .container {
    padding: 0 25px; }
  .empty-cart {
    padding: 30px 0; }
  .turst-content ul {
    width: 100%;
    margin: 0; }
    .turst-content ul li {
      width: 100%;
      padding: 0 25%;
      margin: 0 0 54px 0; }
      .turst-content ul li:last-child {
        margin: 0; }
  .description-tabs-accourdion .tab.is-active .tab-content .tab-content {
    display: block !important; }
  .productView-options {
    position: relative; }
  .productView-options .form.form-wishlist {
    position: absolute;
    /*  left: 260px;*/
    left: 310px;
    /*  bottom: 13px;*/
    bottom: 100px;
    width: auto; }
  [ku-container][data-container-role="content"] {
    flex-wrap: wrap; }
  .kuSearchResultsPageContainer .ku-mobFilterWrapper {
    top: 51px !important; }
  .kuSearchResultsPageContainer .ku-mobFilterWrapper {
    width: calc(90% + 1px) !important; }
  .klevu-fluid.kuQuickSearchResultsContainer > div {
    padding: 0 18px !important; }
  #gift-certificate-form .form-actions {
    margin: 5px 0 0 0; }
  #gift-certificate-balance .form-field .form-input {
    width: calc(100% - 210px); }
  #gift-certificate-balance .button--primary {
    width: 180px;
    margin: 0 0 0 10px; }
  .category-page {
    margin: 40px 0 0 0; }
  .detail-rgt #pr-reviewsnippet .pr-review-snippet-container {
    margin: 0 0 15px 0; }
  .productView-product .productView-price {
    margin: 15px 0 15px 0; }
  .style-number {
    margin: 0; } }

@media screen and (max-width: 639px) {
  .facetedSearch-optionColumns {
    column-count: 2;
    column-gap: 15px; }
  .modal .modal-header-title {
    line-height: 25px;
    padding: 15px 30px 10px 0; }
  .modal .previewCartCheckout {
    width: 100%; }
  .modal .previewCart .productView {
    width: 100%;
    padding: 20px 0 0 0; }
  .modal .previewCart .productView-image {
    max-width: 100%; }
  .addressList {
    margin-bottom: 30px; }
  .recent-items-wraper {
    margin: 0 0 30px 0; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 20px; }
  .page-wishlists .account {
    margin: 0 0 60px 0 !important; }
  .main-banner .main-banner-txt {
    padding: 0 20px 40px; }
    .main-banner .main-banner-txt h1 {
      font-size: 40px;
      line-height: 48px;
      text-shadow: 2px 2px 4px #000000; }
    .main-banner .main-banner-txt p {
      font-size: 19px;
      line-height: 28px;
      padding: 0; }
  .featured-categories ul {
    width: 545px; }
    .featured-categories ul li {
      width: 272px;
      margin: 0 0 15px 0; }
      .featured-categories ul li figure {
        height: 320px; }
      .featured-categories ul li:nth-child(2n+1) {
        clear: both; }
      .featured-categories ul li .featured-cat-btm a {
        min-height: 90px; }
  .mid-banner {
    height: 280px; }
    .mid-banner .mid-banner-content h4 {
      font-size: 35px;
      line-height: 35px;
      text-shadow: 2px 2px 4px #000000; }
    .mid-banner .mid-banner-content p {
      font-size: 18px;
      line-height: 24px; }
  .banner-sideway {
    flex-wrap: wrap; }
    .banner-sideway .sideway-img {
      width: 100%;
      height: 500px; }
      .banner-sideway .sideway-img + .sideway-img {
        margin: 20px 0 0 0; }
      .banner-sideway .sideway-img .sideway-content {
        left: 30px;
        bottom: 30px; }
        .banner-sideway .sideway-img .sideway-content h5 {
          font-size: 35px;
          line-height: 35px; }
  .popular-items h3 span:before {
    width: 90px;
    left: -100px; }
  .popular-items h3 span:after {
    width: 90px;
    right: -100px; }
  .popular-items .container ul {
    width: 530px; }
    .popular-items .container ul li {
      width: 50%; }
  #video1 iframe {
    height: 320px; }
  #video2 iframe {
    height: 320px; }
  .btm-banner {
    padding: 50px 0 0 0; }
  .btm-banner-top {
    margin: 0 0 40px 0; }
    .btm-banner-top h3 {
      font-size: 28px;
      margin: 0 0 20px; }
      .btm-banner-top h3 span:before {
        width: 90px;
        left: -100px; }
      .btm-banner-top h3 span:after {
        width: 90px;
        right: -100px; }
    .btm-banner-top p {
      width: 100%;
      font-size: 20px;
      line-height: 28px; }
  .btm-banner-img {
    /*height: 350px;*/ }
    .btm-banner-img .btm-img-content h2 {
      font-size: 35px;
      line-height: 35px;
      text-shadow: 2px 2px 4px #000000; }
  .home-reviews {
    padding: 50px 0; }
    .home-reviews h3 span:before {
      width: 90px;
      left: -100px; }
    .home-reviews h3 span:after {
      width: 90px;
      right: -100px; }
  .btm-video-content {
    padding: 16px 40px 0; }
  .recent-blog .blog-thumb {
    width: 220px; }
  .recent-blog .blog-rgt {
    width: calc(100% - 220px); }
  .wishlists-table th:last-child {
    text-align: right; }
  .wishlists-table .table-actions .form-fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .category-page {
    margin: 35px 0 0 0; } }

@media screen and (max-width: 567px) {
  .category-page .page-sidebar {
    margin: 35px 0 20px 0; }
  .listing-filter {
    justify-content: center;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0; }
    .listing-filter:not(.listing-filter-btm) .pagination {
      width: 100%;
      text-align: center;
      margin: 20px 0 0 0; }
      .listing-filter:not(.listing-filter-btm) .pagination .pagination-list {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top; }
  .listing-filter .actionBar .form-field {
    text-align: center; }
  .category-page {
    margin: 0 0 21px 0; }
  .productGrid {
    margin: 0 -4px 20px; }
    .productGrid .product {
      padding: 0 4px;
      margin: 0 0 10px 0; }
  .card {
    padding-bottom: 36px; }
    .card .card-img-container {
      height: 205px; }
    .card .card-body {
      text-align: left; }
    .card .card-title {
      font-size: 14px;
      line-height: 18px;
      margin: 4px 0 20px; }
    .card .card-rating {
      margin: 0; }
    .card .price-section {
      margin: 2px 0 0 0; }
    .card .price-section span {
      font-size: 16px; }
    .card .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section .price {
      font-size: 16px; }
    .card .price-section span.price--non-sale {
      font-size: 12px; }
    .card .wishlist-icon .wishlistbtn svg {
      width: auto; }
  /*
  .cat-desc{
    display: none;
  }
  */
  .modal-body {
    padding: 20px; }
  .facet-quick-heading {
    font-size: 24px;
    line-height: 30px; }
  #facetedSearch-filterItems {
    margin: 0 0 20px 0; }
  /*.search-nav-wraper{
    margin: 30px 0 25px 0;
  }*/
  #search-results-heading h1 {
    font-size: 25px;
    line-height: 35px; }
  .search-nav .navBar-item {
    margin: 0 5px; }
    .search-nav .navBar-item a {
      font-size: 14px; }
  .search-list li {
    margin: 0 0 20px 0; }
    .search-list li h3 {
      font-size: 20px; }
    .search-list li p {
      font-size: 15px;
      line-height: 24px; }
  #search-results-content .listing-filter.listing-filter-btm {
    margin: 0; }
  .header-account {
    display: none; }
  .header-top-wraper ul li {
    padding: 4px 9px; }
    .header-top-wraper ul li a svg + span {
      margin: 0 0 0 6px; }
  .header-cart .navUser-item-cartLabel {
    height: 20px; }
  .header-mobile-menu-btn {
    margin: 0 20px 0 0; }
  #cart-preview-dropdown.dropdown-menu {
    left: auto !important;
    right: 0 !important; }
  .header-top-wraper .h-top-rgt ul li {
    padding: 4px 10px; }
  .header-cart .navUser-action.navUser-item--cart {
    margin: 2px 0 0 0; }
  .modal .modal-header-title {
    font-size: 18px;
    line-height: 22px; }
  .modal .previewCart .productView-title {
    margin: 0 0 10px 0; }
  .modal .previewCart .productView-info {
    margin: 15px 0 0 0; }
  .productView-product .productView-title {
    font-size: 28px;
    line-height: 30px; }
  .productView-options {
    text-align: left; }
    .productView-options .form {
      float: left; }
  .product-option-wraper {
    padding: 0 100px 0 0; }
  .related-products .card .card-img-container {
    height: 205px; }
  .detail-top .productView-img-container:after {
    padding-bottom: 400px; }
  .product-options .bedge {
    top: -60px; }
  .productView-description .tab-title {
    text-align: left; }
  .writeReview-form .form-field--submit .button {
    width: 100%;
    font-size: 20px; }
  .not-found {
    margin: 35px 0 45px; }
    .not-found p {
      line-height: 22px; }
    .not-found .form-prefixPostfix {
      display: block; }
    .not-found .form .form-input {
      width: 100%;
      height: 40px; }
    .not-found .form .button {
      width: 100%;
      height: 40px;
      margin: 10px 0 0 0; }
  .page-content--centered h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px 0; }
  .page-content--centered:not(.not-found) {
    margin: 30px 0; }
  .prikid-size-chart-button-placeholder {
    right: -97px; }
  .page-heading {
    font-size: 28px;
    line-height: 33px;
    margin: 40px 0 25px 0; }
  .buseiness-acc-top h4 {
    font-size: 17px;
    line-height: 22px; }
  .buseiness-acc-top p {
    font-size: 14px;
    line-height: 20px; }
  .business-acc-block p {
    font-size: 15px;
    line-height: 24px; }
  .login-row {
    margin: 30px 0 50px; }
  .form-field {
    margin: 0 0 20px 0; }
  .form-actions .forgot-password {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 11px 0 0 0 !important; }
  .new-customer .panel a {
    width: 100%; }
  .new-customer .panel .button--primary {
    width: 100%; }
  .page-login .login .page-heading {
    margin: 40px 0 15px 0; }
  .account--fixed {
    margin: 0 0 50px 0; }
  .form-actions {
    margin: 10px 0 0 0; }
    .form-actions .button--primary {
      margin: 0; }
  .page-createaccount_thanks .body .container {
    padding: 0 18px; }
  .page-createaccount_thanks .page-content p {
    font-size: 15px;
    line-height: 22px; }
  .alertBox .alertBox-message {
    font-size: 14px;
    line-height: 18px; }
  .msg-list .account-listItem {
    padding-bottom: 60px; }
    .msg-list .account-listItem .account-orderStatus {
      bottom: 25px; }
    .msg-list .account-listItem:last-child {
      margin: 0 0 35px 0; }
  .msg-heading {
    font-size: 22px; }
  .account-content .form .form-field + .form-actions .button:not(.button--primary) {
    margin: 10px 0 0 0; }
  .account--fixedLarge {
    margin: 0; }
  .addressList {
    margin-bottom: 25px; }
    .addressList .form-actions .button--primary {
      width: auto; }
    .addressList .form-actions .secondary {
      width: auto;
      margin-left: 5px !important; }
  .form-actions .button:not(.button--primary) {
    margin: 10px 0 0 0; }
  .account-product--alignMiddle .account-product-body {
    padding-bottom: 0; }
  .account-orderTotal {
    width: 80%; }
  .account-sidebar-block dl {
    margin: 0 0 15px 0; }
  .account-sidebar-block + .account-sidebar-block {
    margin: 25px 0 0 0; }
  .page-account_order .body {
    margin: 0 0 50px 0; }
  .account .table .table-tbody tr td .button {
    width: 80px;
    min-width: inherit; }
  .account .table + .form .form-actions {
    margin: 20px 0 0 0; }
  .page-wishlists .account {
    margin: 0 0 50px 0 !important; }
  .wishlist-form {
    margin-bottom: 50px; }
  .page-wishlist .body {
    margin: 0 0 40px 0; }
  .page-forgotpassword .body {
    margin: 0 0 50px 0; }
  .forgot-password-form .form-input {
    width: 100%; }
  .forgot-password-form .button {
    width: 100%;
    margin: 10px 0 0 0; }
  .page-getnewpassword .body {
    margin: 0 0 50px 0; }
  .wishlist-products .productGrid .product {
    padding-bottom: 50px; }
  .wishlist-products .productGrid .form {
    left: 4px; }
    .wishlist-products .productGrid .form .button {
      font-size: 15px;
      padding: 10px 15px 9px; }
  .main-banner {
    height: 630px; }
    .main-banner .main-banner-txt {
      padding: 0 38px 30px; }
      .main-banner .main-banner-txt h1 {
        font-size: 44px;
        line-height: 42px;
        letter-spacing: -0.88px;
        margin: 0 0 16px 0;
        text-shadow: 2px 2px 4px #000000; }
      .main-banner .main-banner-txt p {
        font-size: 20px;
        line-height: 24px;
        padding: 0; }
  .featured-categories {
    padding: 40px 0 20px; }
    .featured-categories ul {
      width: 344px;
      margin: 0 -5px; }
      .featured-categories ul li {
        width: 172px;
        padding: 0 5px; }
        .featured-categories ul li figure {
          height: 216px; }
        .featured-categories ul li .featured-cat-btm h6 {
          font-size: 20px;
          margin: 0 0 5px; }
        .featured-categories ul li .featured-cat-btm a {
          min-height: 94px;
          padding: 6px 0 9px; }
  .mid-banner {
    height: 520px; }
    .mid-banner .mid-banner-content {
      width: 100%;
      text-align: center;
      top: auto;
      left: 0;
      right: auto;
      bottom: 30px;
      padding: 0 20px;
      transform: none; }
      .mid-banner .mid-banner-content h4 {
        font-size: 44px;
        line-height: 39px;
        text-shadow: 2px 2px 4px #000000; }
      .mid-banner .mid-banner-content p {
        font-size: 20px;
        line-height: 26px; }
      .mid-banner .mid-banner-content .btn {
        font-size: 18px;
        letter-spacing: -0.36px;
        padding: 10px 19px 9px; }
  .banner-sideway .sideway-img {
    height: 325px; }
    .banner-sideway .sideway-img .sideway-content {
      left: 20px;
      bottom: 20px; }
      .banner-sideway .sideway-img .sideway-content h5 {
        font-size: 37px;
        line-height: 37px;
        letter-spacing: -0.74px;
        margin: 0 0 19px 0; }
      .banner-sideway .sideway-img .sideway-content .btn {
        font-size: 18px;
        letter-spacing: -0.36px;
        padding: 10px 19px 9px; }
  .popular-items {
    padding: 83px 0 44px; }
    .popular-items h3 {
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 3.6px;
      margin: 0 0 10px 0; }
      .popular-items h3 span:before {
        width: 15px;
        left: -25px; }
      .popular-items h3 span:after {
        width: 15px;
        right: -25px; }
    .popular-items .container ul {
      width: 360px;
      margin: 0 -13px; }
      .popular-items .container ul li {
        padding: 0 13px;
        margin: 0 0 21px 0; }
        .popular-items .container ul li:nth-child(2n+1) {
          clear: both; }
        .popular-items .container ul li .popular-brm {
          padding: 7px 0 0 0; }
          .popular-items .container ul li .popular-brm h6 {
            font-size: 16px;
            line-height: 18px;
            letter-spacing: -0.32px;
            margin: 0 0 5px 0; }
          .popular-items .container ul li .popular-brm p {
            font-size: 13px; }
  .video-section .video-rgt {
    padding: 50px 15px 75px 42px; }
    .video-section .video-rgt h5 {
      font-size: 35px;
      line-height: 33px;
      letter-spacing: -0.7px; }
    .video-section .video-rgt .btn {
      font-size: 18px;
      letter-spacing: -0.36px;
      padding: 10px 19px 9px; }
  .video-section .video-lft {
    max-width: 100%;
    padding: 0 20px; }
    .video-section .video-lft .video-btn {
      max-width: 60px; }
  #video1 iframe {
    height: 300px; }
  #video2 iframe {
    height: 300px; }
  .btm-banner {
    padding: 81px 0 0 0; }
  .btm-banner-top {
    margin: 0 0 72px 0; }
    .btm-banner-top h3 {
      font-size: 30px;
      letter-spacing: 1.8px;
      margin: 0 0 24px 0; }
      .btm-banner-top h3 span:before {
        width: 45px;
        left: -60px; }
      .btm-banner-top h3 span:after {
        width: 45px;
        right: -60px; }
    .btm-banner-top p {
      font-size: 24px;
      line-height: 30px; }
  .btm-banner-img {
    /*height: 383px;*/ }
    .btm-banner-img .btm-img-content {
      padding: 0 20px; }
      .btm-banner-img .btm-img-content h2 {
        font-size: 44px;
        line-height: 39px;
        letter-spacing: -0.88px;
        margin: 0 0 17px 0;
        text-shadow: 2px 2px 4px #000000; }
      .btm-banner-img .btm-img-content .btn {
        font-size: 18px;
        letter-spacing: -0.36px;
        padding: 10px 19px 9px; }
  .home-reviews {
    padding: 81px 0; }
    .home-reviews h3 {
      font-size: 18px;
      line-height: 21px;
      letter-spacing: 3.6px;
      margin: 0 0 42px 0; }
      .home-reviews h3 span:before {
        width: 50px;
        left: -62px; }
      .home-reviews h3 span:after {
        width: 50px;
        right: -62px; }
    .home-reviews ul {
      padding: 0 20px; }
      .home-reviews ul li h6 {
        font-size: 22px; }
      .home-reviews ul li p {
        font-size: 20px;
        line-height: 26px; }
  .home-btm-wraper {
    padding: 43px 0 57px; }
  .btm-video-content {
    padding: 13px 0 0; }
    .btm-video-content h6 {
      font-size: 26px;
      margin: 0 0 9px 0; }
    .btm-video-content p {
      font-size: 16px;
      margin: 0 0 20px 0; }
  .home-btm-rgt {
    margin: 50px 0 0 0; }
  .recent-blog .blog-thumb {
    width: 100%; }
    .recent-blog .blog-thumb a {
      width: auto; }
  .recent-blog .blog-rgt {
    width: 100%;
    padding: 13px 0 0 0; }
    .recent-blog .blog-rgt li + li {
      margin: 37px 0 0 0; }
    .recent-blog .blog-rgt h5 {
      padding: 0 0 9px 0; }
  .header.header-cart .container {
    padding: 0 10px; }
  .header.header-cart .header-account {
    display: block; }
  .h-cart-call {
    width: 127px; }
    .h-cart-call p {
      width: 75px;
      font-size: 12px;
      line-height: 13px;
      margin: 0 0 0 8px; }
      .h-cart-call p span {
        display: none; }
  .page-cart .body .container {
    padding: 0 10px; }
  table.cart .cart-item-figure {
    margin: 0; }
  table.cart .cart-item-quantity {
    width: 100%;
    margin: 18px 0; }
  table.cart .cart-item-title {
    height: auto;
    margin: 0 0 5px 0; }
  table.cart .cart-item .cart-item-label {
    width: 80px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0; }
  table.cart .cart-item .cart-item-value {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0; }
  table.cart .cart-item .form-field--increments {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  table.cart .cart-item-quantity {
    text-align: left; }
  table.cart .cart-sub-total {
    text-align: left; }
    table.cart .cart-sub-total .cart-item-label {
      padding: 0; }
    table.cart .cart-sub-total .cart-remove {
      margin: 0 0 0 7px; }
  .cart-rgt .cart-totals .cart-total-label {
    width: 50%; }
  .cart-rgt .cart-total-value {
    text-align: right; }
  .empty-cart h3 {
    font-size: 20px; }
  .turst-content ul li {
    padding: 0 21%; }
  table.cart .cart-item {
    position: relative; }
    table.cart .cart-item td.cart-item-figure {
      position: absolute;
      top: 15px;
      left: 0;
      margin-left: 0; }
  .productView-options .form.form-wishlist {
    position: relative;
    left: 0;
    bottom: 0; }
  .header-top-wraper ul li a svg + span {
    max-width: 50px; }
  .previewCart-additionalCheckoutButtons {
    padding: 0 10px 1.5rem !important; }
  .cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
    text-align: center;
    width: 335px; }
  .button.klaviyo-bis-trigger[style="text-align: center; margin: 0px; width: auto;"] {
    width: 100% !important;
    margin: 0 !important; }
  .navBar--sub {
    margin-bottom: 0px; }
  #gift-certificate-form .form-actions {
    margin: 0; }
  .redeem-txt h3 {
    font-size: 21px;
    line-height: 24px; }
  .redeem-txt p {
    font-size: 14px;
    line-height: 24px; }
  .redeem-txt ol li {
    font-size: 14px;
    line-height: 24px; }
  #gift-certificate-balance .form-field .form-input {
    width: 100%; }
  #gift-certificate-balance .button--primary {
    width: 100%;
    margin: 10px 0 0 0; }
  .cart-remove.mob {
    display: inline-block; }
  .cart-remove:not(.mob) {
    display: none; }
  table.cart .cart-item td.cart-item-title {
    padding: 11px 0; }
  .card-swatches .card_swatch {
    width: 15px;
    height: 15px; }
    .card-swatches .card_swatch.multi_options span {
      width: 15px;
      height: 15px; }
  .sale-flag-side {
    font-size: 11px; }
  .sale-flag-side, .sold-out-flag-side {
    line-height: 17px; }
  .card-reviews .pr-category-snippet__total {
    display: none !important; }
  .productView-product .productView-title {
    margin: 0 0 9px 0; } }

@media screen and (max-width: 480px) {
  body .klevu-fluid.kuQuickSearchResultsContainer > div {
    left: 50% !important; }
  .detail-rgt #pr-reviewsnippet .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4 {
    width: 15px;
    height: 15px; }
  .detail-rgt #pr-reviewsnippet .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled {
    width: 15px;
    height: 15px; }
  .detail-rgt #pr-reviewsnippet .pr-snippet-stars-container {
    display: inline-block !important;
    margin: 0 10px 0 0; } }

@media screen and (max-width: 413px) {
  .sale-flag-side {
    font-size: 9px; } }

@media screen and (max-width: 374px) {
  .container {
    padding: 0 15px; }
  .productGrid .product {
    width: 100% !important; }
  .card .card-img-container {
    height: 250px; }
  .card .wishlist-icon .wishlistbtn svg {
    width: 16px; }
  .modal-body {
    padding: 15px; }
  .facet-quick-heading {
    font-size: 21px;
    line-height: 28px; }
  #facetedSearch-filterItems {
    margin: 0 0 15px 0; }
  .top-bar-slider .top-bar-slide {
    font-size: 15px; }
  .header .container {
    padding: 0 15px; }
  .header-mobile-menu-btn {
    margin: 0 10px 0 0; }
    .header-mobile-menu-btn svg {
      width: 20px;
      height: 15px; }
  .header-logo__link svg {
    width: 110px;
    height: 29px; }
  .header-top-wraper ul li {
    padding: 4px 5px; }
  .header-cart .navUser-item-cartLabel {
    height: 21px; }
  .header-wraper {
    padding: 0 15px; }
  #cart-preview-dropdown.dropdown-menu {
    width: 292px !important;
    top: 44px !important; }
  .footer .container {
    padding: 0 15px; }
  .ft-top-lft {
    padding: 0; }
  .ft-top-rgt {
    padding: 18px 0 0; }
  .ft-btm-wraper {
    padding: 0; }
  .header-top-wraper .h-top-rgt ul li {
    padding: 4px 5px; }
  .header-top-wraper ul.previewCartList {
    padding: 0 10px; }
  #cart-preview-dropdown .previewCartAction {
    padding: 0 10px 10px; }
    #cart-preview-dropdown .previewCartAction .button {
      font-size: 15px; }
    #cart-preview-dropdown .previewCartAction .previewCartAction-checkout {
      width: 120px; }
  .header-mobile-menu-btn {
    width: 21px;
    height: 21px; }
  .header-mobile-menu {
    top: 129px; }
  .modal .modal-header {
    padding: 0 15px; }
  .modal .modal-close {
    right: 15px; }
  .modal .modal-body {
    padding: 15px; }
  .modal .previewCart .productView-title {
    font-size: 18px;
    line-height: 28px; }
  .modal .previewCart .productView-price {
    font-size: 18px; }
  #quickSearch .quickSearchResults {
    padding: 0 15px; }
  .mobileMenu-toggleIcon {
    width: 21px;
    height: 3px; }
  .mobileMenu-toggleIcon:before {
    width: 21px;
    height: 3px;
    top: -7px; }
  .mobileMenu-toggleIcon:after {
    width: 21px;
    height: 3px;
    bottom: -7px; }
  .productView-product .productView-title {
    font-size: 22px;
    line-height: 28px; }
  .productView-product .productView-price {
    margin: 15px 0 15px 0; }
  .productView-images {
    padding: 0; }
  .product-options .bedge {
    width: 60px;
    top: -30px; }
  .product-option-wraper {
    padding: 0 70px 0 0; }
  .productView-description .tab-content {
    padding: 15px 0 9px; }
    .productView-description .tab-content p {
      font-size: 15px; }
    .productView-description .tab-content ul li {
      font-size: 15px; }
  .related-products .productCarousel .productCarousel-slide {
    width: 100% !important; }
  .related-products .card .card-img-container {
    height: 250px; }
  .product-reviews-custom {
    margin: 40px 0 0 0; }
    .product-reviews-custom .review-content {
      padding: 15px 0 0 0; }
  .page-product .body {
    padding: 0 0 60px 0; }
  .not-found p {
    font-size: 14px; }
  .prikid-size-chart-button-placeholder {
    right: -70px; }
  .page-login .body .container {
    padding: 0 15px; }
  .page-login .login .page-heading {
    margin: 35px 0 15px 0; }
  .page-heading {
    font-size: 25px;
    line-height: 30px; }
  .buseiness-acc-top {
    padding: 12px 15px 12px; }
  .business-acc-block p {
    font-size: 14px;
    line-height: 18px; }
  .login-row {
    margin: 30px 0 40px; }
  .login-form h2 {
    font-size: 21px;
    line-height: 25px; }
  .form-field .form-input {
    height: 40px; }
  .new-customer {
    margin: 30px 0 0 0; }
    .new-customer .panel {
      padding: 20px 15px 25px; }
      .new-customer .panel .panel-title {
        font-size: 21px; }
      .new-customer .panel p {
        font-size: 14px; }
      .new-customer .panel .button--primary {
        font-size: 18px; }
  .form-actions .button--primary {
    font-size: 18px; }
  .page-createaccount .body .container {
    padding: 0 15px; }
  .page-createaccount .body .form .g-recaptcha {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  .page-heading {
    margin: 35px 0 20px 0; }
  .account--fixed {
    margin: 0 0 40px 0; }
  .page-createaccount_thanks .body .container {
    padding: 0 15px; }
  .page-account_orderstatus .body .container {
    padding: 0 15px; }
  .alertBox {
    padding: 10px; }
  .msg-heading {
    font-size: 21px; }
  .account-content .form .form-field + .form-actions .button:not(.button--primary) {
    font-size: 18px; }
  .page-account_inbox .body .container {
    padding: 0 15px; }
  .page-account_addressbook .body .container {
    padding: 0 15px; }
  .page-shippingaddressform .body .container {
    padding: 0 15px; }
  .form-actions .button:not(.button--primary) {
    font-size: 18px; }
  .page-editaccount .body .container {
    padding: 0 15px; }
  .form-actions {
    margin: 5px 0 0 0; }
  .page-account_recentitems .body .container {
    padding: 0 15px; }
  .recent-items-wraper {
    margin: 0 0 20px 0; }
  .page-account_order .body .container {
    padding: 0 15px; }
  .page-wishlists .body .container {
    padding: 0 15px; }
  .account-sidebar-block .button {
    font-size: 18px; }
  .account .table th {
    font-size: 12px; }
  .account .table .table-tbody tr td .button {
    width: 70px;
    font-size: 14px; }
  .page-wishlists .account {
    margin: 0 0 40px 0 !important; }
  .page-add-wishlist .body .container {
    padding: 0 15px; }
  .wishlist-form {
    margin-bottom: 40px; }
  .page-wishlist .body {
    margin: 0 0 30px 0; }
    .page-wishlist .body .container {
      padding: 0 15px; }
  .page-forgotpassword .body {
    margin: 0 0 40px 0; }
    .page-forgotpassword .body .container {
      padding: 0 15px; }
  .forgot-password-form .button {
    font-size: 18px;
    padding: 13px 15px; }
  .page-getnewpassword .body {
    margin: 0 0 40px 0; }
    .page-getnewpassword .body .container {
      padding: 0 15px; }
  .main-banner {
    height: 450px; }
    .main-banner .main-banner-txt {
      padding: 0 20px 20px; }
      .main-banner .main-banner-txt h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 5px 0;
        text-shadow: 2px 2px 4px #000000; }
      .main-banner .main-banner-txt p {
        font-size: 18px;
        margin: 0 0 15px 0; }
      .main-banner .main-banner-txt .btn {
        font-size: 18px;
        letter-spacing: -0.36px;
        padding: 10px 19px 9px; }
  .featured-categories ul {
    width: 100%;
    text-align: left;
    margin: 0; }
    .featured-categories ul li {
      width: 280px;
      float: none;
      display: inline-block;
      vertical-align: top;
      padding: 0; }
      .featured-categories ul li figure {
        height: 374px; }
      .featured-categories ul li .featured-cat-btm a {
        min-height: inherit; }
  .mid-banner {
    height: 480px; }
    .mid-banner .mid-banner-content {
      bottom: 20px;
      padding: 0 15px; }
      .mid-banner .mid-banner-content h4 {
        font-size: 35px;
        line-height: 35px;
        text-shadow: 2px 2px 4px #000000; }
      .mid-banner .mid-banner-content p {
        font-size: 18px;
        line-height: 22px; }
  .banner-sideway .sideway-img .sideway-content h5 {
    font-size: 35px;
    line-height: 35px; }
  .popular-items {
    padding: 50px 0; }
    .popular-items h3 {
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 2px; }
    .popular-items .container ul {
      width: 100%;
      margin: 0; }
      .popular-items .container ul li {
        width: 100%;
        padding: 0; }
        .popular-items .container ul li:last-child {
          margin: 0; }
  .video-section .video-rgt {
    padding: 40px 15px 75px 20px; }
    .video-section .video-rgt h5 {
      font-size: 30px;
      margin: 0 0 10px 0; }
  .video-section .video-lft {
    padding: 0 15px; }
  .btm-banner {
    padding: 60px 0 0 0; }
    .btm-banner h3 {
      font-size: 26px;
      margin: 0 0 20px 0; }
      .btm-banner h3 span:before {
        width: 35px;
        left: -45px; }
      .btm-banner h3 span:after {
        width: 35px;
        right: -45px; }
  .btm-banner-top {
    margin: 0 0 50px 0; }
    .btm-banner-top p {
      font-size: 21px;
      line-height: 28px; }
  .btm-banner-img {
    /*height: 350px;*/ }
    .btm-banner-img .btm-img-content {
      padding: 0 15px; }
      .btm-banner-img .btm-img-content h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 15px 0;
        text-shadow: 2px 2px 4px #000000; }
  .home-reviews {
    padding: 60px 0; }
    .home-reviews h3 {
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 2px;
      margin: 0 0 20px 0; }
      .home-reviews h3 span:before {
        width: 15px;
        left: -25px; }
      .home-reviews h3 span:after {
        width: 15px;
        right: -25px; }
    .home-reviews ul {
      padding: 0 15px; }
      .home-reviews ul li h6 {
        font-size: 21px;
        margin: 0 0 5px 0; }
      .home-reviews ul li p {
        font-size: 16px;
        line-height: 24px; }
    .home-reviews .slick-arrow {
      width: 14px;
      height: 21px; }
  .home-btm-wraper {
    padding: 45px 0 50px; }
    .home-btm-wraper h4 {
      font-size: 20px;
      margin: 0 0 30px 0; }
      .home-btm-wraper h4 span {
        padding: 0 15px 0 0; }
  .btm-video-content p {
    font-size: 15px;
    margin: 0 0 10px 0; }
  .home-btm-rgt {
    margin: 40px 0 0 0; }
  .recent-blog .blog-rgt p {
    margin: 0 0 9px 0; }
  #video1 iframe {
    height: 250px; }
  #video2 iframe {
    height: 250px; }
  .top-keep-shopping {
    width: 120px; }
  .header-cart .top-bar {
    width: calc(100% - 120px); }
  .header-cart .top-bar-slider {
    padding: 9px 10px; }
  .page-cart .page-heading {
    font-size: 24px; }
  table.cart .cart-item {
    padding-left: 70px; }
    table.cart .cart-item td.cart-item-figure {
      width: 60px;
      margin-left: 0; }
    table.cart .cart-item .cart-item-figure .cart-item-image {
      max-width: 60px;
      max-height: 90px; }
  table.cart .cart-item-name {
    font-size: 16px; }
  .cart-rgt {
    padding: 32px 0 50px; }
  .footer-cart .cart-payment-icons {
    margin: 0 0 0 10px; }
  .empty-cart h3 {
    font-size: 18px; }
  .turst-content ul li {
    padding: 0 16%; }
  .writeReview-form .g-recaptcha {
    width: 275px;
    margin: 0 0 20px 0;
    transform: scale(0.9);
    transform-origin: top left; }
  .html-content p {
    font-size: 15px; }
  .html-content ul li {
    font-size: 15px; }
  .cart-rgt::after {
    right: 0px; }
  .klevu-fluid.kuQuickSearchResultsContainer > div {
    padding: 0 15px !important; }
  #gift-certificate-balance .button--primary {
    font-size: 18px;
    padding: 13px 10px; }
  .blog-detail-inner p {
    font-size: 15px; }
  .prikid-size-chart-button-placeholder {
    margin: 10px 0 0 0; }
  .product-option-wraper .prikid-size-chart-button-placeholder {
    margin: 0; } }

.text-center {
  text-align: center; }

.blog--title {
  display: block;
  width: 100%;
  margin: 40px 0; }
  @media screen and (max-width: 1023px) {
    .blog--title {
      margin: 30px 0 25px; } }
  .blog--title .page-heading {
    float: none;
    margin: 0; }

.custom-blog-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0; }
  @media screen and (max-width: 1260px) {
    .custom-blog-main {
      margin: 0 0 40px; } }
  @media screen and (max-width: 1023px) {
    .custom-blog-main {
      margin: 0 0 30px 0; } }
  .custom-blog-main.detail {
    margin-top: 50px; }
    @media screen and (max-width: 1260px) {
      .custom-blog-main.detail {
        margin-top: 40px; } }
    @media screen and (max-width: 1023px) {
      .custom-blog-main.detail {
        margin-top: 30px; } }
  .custom-blog-main .custom-blog-links {
    width: 250px; }
    @media screen and (max-width: 1260px) {
      .custom-blog-main .custom-blog-links {
        width: 200px; } }
    @media screen and (max-width: 1023px) {
      .custom-blog-main .custom-blog-links {
        width: 100%;
        margin: 0 0 40px; } }
  .custom-blog-main .custom-blog-list-wrap {
    width: calc(100% - 250px);
    padding-left: 30px; }
    @media screen and (max-width: 1260px) {
      .custom-blog-main .custom-blog-list-wrap {
        width: calc(100% - 200px);
        padding-left: 15px; } }
    @media screen and (max-width: 1023px) {
      .custom-blog-main .custom-blog-list-wrap {
        width: 100%;
        padding: 0; } }
    .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] {
      margin: 0 -15px; }
      @media screen and (max-width: 1260px) {
        .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] {
          margin: 0 -10px; } }
      .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] [data-sub-layout] {
        padding: 0 15px !important;
        margin: 0 0 30px;
        justify-content: flex-start; }
        @media screen and (max-width: 1260px) {
          .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] [data-sub-layout] {
            padding: 0 10px !important; } }
        .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
          background: none !important; }
          .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] [data-sub-layout] [data-widget-id] img {
            opacity: 1 !important;
            width: 100% !important; }
          .custom-blog-main .custom-blog-list-wrap [data-sub-layout-container] [data-sub-layout] [data-widget-id] p a img {
            width: auto !important; }

.custom-blog-links [data-sub-layout] {
  padding: 0; }

.custom-blog-links ul {
  list-style: none;
  margin: 0; }
  .custom-blog-links ul ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .custom-blog-links ul ul li, .custom-blog-links ul ul a {
      font-size: 14px;
      line-height: 18px; }
    .custom-blog-links ul ul li + li {
      margin-top: 10px; }
  .custom-blog-links ul .main-link + .main-link {
    border-top: 1px solid black;
    padding-top: 10px;
    margin-top: 10px; }
  @media screen and (max-width: 1023px) {
    .custom-blog-links ul .main-link:last-child {
      border-bottom: 1px solid black;
      padding-bottom: 10px; }
      .custom-blog-links ul .main-link:last-child ul {
        margin-bottom: 10px; } }
  .custom-blog-links ul .main-link a.active--link {
    color: #F7941D; }

.custom-blog-links li, .custom-blog-links a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; }

.custom-blog-links a.has--sub,
.custom-blog-links a.has-sub {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px; }
  .custom-blog-links a.has--sub:after, .custom-blog-links a.has--sub:before,
  .custom-blog-links a.has-sub:after,
  .custom-blog-links a.has-sub:before {
    position: absolute;
    right: 0;
    top: 10px;
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    transition: all 0.3s linear; }
  .custom-blog-links a.has--sub:before,
  .custom-blog-links a.has-sub:before {
    transform: rotate(90deg); }
  .custom-blog-links a.has--sub.active:before,
  .custom-blog-links a.has-sub.active:before {
    opacity: 0;
    visibility: hidden; }

.custom-blog-links .has-sub--item,
.custom-blog-links .has-sub-item {
  display: none; }

.custom-blog-list-wrap h4 {
  margin: 0;
  font-weight: bold;
  margin: 15px 0 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif; }
  @media screen and (max-width: 1260px) {
    .custom-blog-list-wrap h4 {
      font-size: 18px;
      line-height: 20px;
      margin: 10px 0 0; } }

.blog-detail-inner .img-block {
  margin: 0 0 15px; }
  .blog-detail-inner .img-block img {
    width: 100%; }
  .blog-detail-inner .img-block h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #000; }

.blog-detail-inner p a {
  text-decoration: underline; }

.blog-detail-inner ul {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 25px; }

.blog-detail-inner .content h1 {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 34px;
  color: #000; }

.blog-detail-inner .content h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px;
  font-weight: bold;
  color: #000; }

.blog-detail-inner .detail-main + .detail-main {
  margin-top: 30px; }

.blog-detail-inner .detail-main.side-image .content {
  display: flex;
  flex-wrap: wrap; }
  .blog-detail-inner .detail-main.side-image .content .img-block {
    width: 200px; }
    @media screen and (max-width: 767px) {
      .blog-detail-inner .detail-main.side-image .content .img-block {
        width: 100%; } }
  .blog-detail-inner .detail-main.side-image .content .content-left {
    width: calc(100% - 200px);
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .blog-detail-inner .detail-main.side-image .content .content-left {
        width: 100%;
        padding: 0; } }

.ro-social-share-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }
  .ro-social-share-links a + a {
    margin-left: 10px; }
  .ro-social-share-links svg {
    width: 30px; }
  .ro-social-share-links .ro-facebook-share-button svg {
    fill: #385183; }
  .ro-social-share-links .ro-twitter-share-button svg {
    fill: #369ECC; }

.column-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .column-box .column {
    padding: 0 5px;
    width: 25%; }
    @media screen and (max-width: 767px) {
      .column-box .column {
        width: 50%; } }
    .column-box .column a {
      display: block;
      overflow: hidden; }
      .column-box .column a img {
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear; }
      .column-box .column a:hover img {
        transform: scale(1.1); }

#pr-reviewdisplay {
  clear: both; }

[data-behavior="carousel"] .kcResults .kcResultsInner {
  display: flex; }

/*Hide the facet count */
.kuFilterNames ul li a span.kuFilterTotal {
  font-size: 1px;
  color: #fff; }

/* Move sort by drop down options to the right */
.kuDropdownOptions {
  margin-left: 67px; }
  @media screen and (max-width: 1260px) {
    .kuDropdownOptions {
      margin-left: 82px; } }

/* Display Product Recs */
.klevu-recs.klevuTarget {
  display: inline-block; }

/* Wrap product titles on categories */
.kuName.kuClippedOne {
  overflow: visible;
  display: block !important; }

.form-wishlist {
  display: none; }

.custom-blog-list-wrap a {
  color: #f7941d;
  text-decoration: underline; }

.custom-blog-list-wrap a:hover {
  color: #000000; }

.custom-blog-list-wrap h1, h2 {
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif; }

.custom-blog-list-wrap p {
  font-family: 'Roboto', sans-serif; }

.custom-blog-list-wrap ul li {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 18px;
  position: relative; }

.custom-blog-list-wrap ul, ol {
  padding: 0;
  margin: 0 0 25px 0;
  list-style-position: inside; }

.page-category {
  overflow: hidden; }

.sale-flag-side {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif; }
  .sale-flag-side:hover {
    opacity: 1; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu.open {
  max-height: unset; }

@media (min-width: 1024px) {
  .header .header-btm .header-btm-wraper .h-search {
    margin-left: 15px;
    margin-right: 10px;
    width: 21px;
    height: 21px; }
    .header .header-btm .header-btm-wraper .h-search a.search-btn svg {
      width: 21px;
      height: 21px; }
    .header .header-btm .header-btm-wraper .h-search a.search-btn g {
      stroke: #f7941d; }
    .header .header-btm .header-btm-wraper .h-search a.search-btn line {
      stroke: #f7941d; }
    .header .header-btm .header-btm-wraper .h-search .search-close {
      width: 21px;
      height: 21px;
      top: 40px;
      right: 40px; }
      .header .header-btm .header-btm-wraper .h-search .search-close:hover {
        filter: brightness(0); }
  div#quickSearch {
    background: #fff;
    max-width: 1310px;
    min-height: 76px;
    margin: auto;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    padding: 12.5px 30px 17.5px; }
    div#quickSearch .search-form-wraper {
      border: none; }
      div#quickSearch .search-form-wraper .container {
        max-width: 100%;
        padding: 0; }
        div#quickSearch .search-form-wraper .container #quickSearch .form {
          padding: 0; }
        div#quickSearch .search-form-wraper .container input#nav-quick-search {
          border: 2px solid #A35900;
          border-radius: 23px;
          background-color: #FFEEC1;
          padding: 11px;
          font-family: 'Roboto Condensed';
          font-size: 20px;
          letter-spacing: -0.02em;
          font-weight: normal;
          max-width: 1208px;
          width: 100%;
          height: 46px;
          color: #A35900; }
          div#quickSearch .search-form-wraper .container input#nav-quick-search::placeholder {
            font-family: 'Roboto Condensed';
            font-size: 20px;
            letter-spacing: 0.02px;
            color: #A35900;
            letter-spacing: -0.02em;
            font-weight: normal;
            text-align: center; }
        div#quickSearch .search-form-wraper .container input[type="submit"] {
          filter: none;
          float: right;
          width: 22px;
          height: 22px;
          background-image: url("../img/icon-search.png");
          background-size: cover;
          margin-top: 10px; }
  .quickSearchResults .productGrid li {
    width: 33%; } }

@media (max-width: 1300px) {
  .header .header-btm .header-btm-wraper .h-search {
    margin-right: 0; }
    .header .header-btm .header-btm-wraper .h-search .search-close {
      right: 28px; }
  div#quickSearch {
    max-width: 974px;
    padding: 12.5px 17px 17.5px 20px; }
    div#quickSearch .search-form-wraper .container input#nav-quick-search {
      max-width: 900px; } }

.cat-desc p {
  font-family: 'Roboto', sans-serif; }

.cat-desc h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px; }

.cat-desc h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

.cat-desc ul {
  margin-left: 1.15rem;
  font-family: 'Roboto', sans-serif; }

.cat-desc a {
  color: #15212F;
  text-decoration: underline; }

.cat-desc a:hover {
  color: #000000; }

.page-content--centered p {
  font-family: 'Roboto', sans-serif; }

.page-content--centered h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px; }

.page-content--centered h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

.page-content--centered ul {
  margin-left: 1.15rem; }

.page-content--centered a {
  color: #f7941d;
  text-decoration: underline; }

.page-content--centered a:hover {
  color: #000000; }

@media (min-width: 481px) {
  .mobile-img {
    display: none; } }

@media (max-width: 480px) {
  .desktop-img {
    display: none; }
  .mobile-img {
    display: block; } }

@media (max-width: 767px) {
  .detail-top .mobile-img {
    display: block; }
  .detail-top .desktop-img {
    display: none; } }

@media (min-width: 481px) {
  .main .video-btn {
    position: absolute;
    top: 100%;
    left: 96%;
    transform: translate(-50%, -75%); } }

@media (max-width: 480px) {
  .main .video-btn {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-65%, -85%); } }

.shippingOptions-panel-message {
  color: red; }

.form-legend-container span {
  padding-right: 10px; }

div.ui-widget-overlay {
  background: #000000;
  opacity: .8; }

.ui-dialog.ui-widget {
  top: 100px;
  position: fixed !important; }

/* Checkout button hide */
@media (min-width: 1024px) {
  .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
    display: none; } }

@media screen and (max-width: 767px) {
  .previewCart .previewCartCheckout .checkout-btn, .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
    display: none; }
  .previewCart .min-cart-checkout-btn, .previewCart .previewCart-additionalCheckoutButtons {
    display: none; } }

@media screen and (max-width: 968px) {
  .page-checkout #purechat-container iframe {
    top: 500px; } }

.cart-total-label.promo-code-cancel-label {
  width: 100% !important; }
  .cart-total-label.promo-code-cancel-label span {
    float: right;
    text-transform: capitalize; }
  .cart-total-label.promo-code-cancel-label a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline; }

#pr-write .p-w-r .pr-ryp-list {
  overflow: initial; }

.main-banner2 {
  width: 100%;
  height: 710px;
  float: left;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  position: relative; }
  .main-banner2 a:not(.btn) {
    width: 100%;
    height: 100%;
    float: left; }

.ebc h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif; }

.ebc p {
  font-family: 'Roboto', sans-serif; }

div[data-test="cart-shipping"]:after {
  content: "Free shipping on orders over $120 in the U.S. lower 48 only (subtotal after discounts & before taxes).";
  font-style: italic;
  display: block;
  text-align: center;
  color: #000000; }

.shippingOptions-container li.form-checklist-item:nth-of-type(2):after {
  content: "Orders placed before 10am ET on a business day are expected to arrive within the following 2 business days.";
  display: block;
  text-align: center;
  margin: 45px;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  background: #ffeec1;
  color: #000;
  border: 2px solid #f7941d;
  border-radius: 10px;
  padding: 15px; }

.split-swatch {
  width: 11px; }

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write {
  font-family: 'Roboto', sans-serif; }

.detail-top-bar .style-number {
  line-height: normal; }

.detail-top-bar .productView-title {
  margin: 0px; }

.bedge {
  margin: 20px 0px; }

.stepHeader-title {
  text-align: left; }

.apple-pay-checkout-button {
  width: 200px;
  /* apple specified minimum is 175px, there is no maximum */
  height: 60px;
  /* apple specified minimum is 32px, maximum is 64px */ }

/*.cart-section div[data-test=cart-shipping] div:last-child:not(.cart-priceItem) {display: none;}*/
/* Add to cart button styling when wallet buttons present */
.productView-options .form-action {
  width: 290px; }

.productView-options .form-action #form-action-addToCart {
  width: 100%;
  margin: 0;
  padding: 0 0 0 35px;
  background-position: 65px center;
  text-align: center;
  max-width: 100%; }

@media (min-width: 1168px) {
  .productView-options .form-action.form-wishlist {
    width: auto;
    margin: 0 0 0 20px; } }

/* Cart Popup Update Start */
#cart-preview-dropdown.dropdown-menu {
  position: fixed !important;
  left: auto !important;
  right: -350px;
  top: 0 !important;
  height: 100vh;
  border: none;
  box-shadow: -5px 0 6px rgba(0, 0, 0, 0.16);
  animation: slide 1s forwards; }
  @media (min-width: 1366px) {
    #cart-preview-dropdown.dropdown-menu {
      width: 350px !important; } }
  #cart-preview-dropdown.dropdown-menu:before {
    display: none; }
  #cart-preview-dropdown.dropdown-menu .previewCartWrapper {
    max-height: 100%; }
    #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section {
      padding: 20px;
      border-bottom: 1px solid #000000; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-heading {
        position: relative;
        color: #17020d;
        font-family: "Roboto Condensed";
        font-weight: 700;
        letter-spacing: -0.56px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: left;
        margin: 0;
        display: flex;
        align-items: center; }
        @media (min-width: 1366px) {
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-heading {
            font-size: 28px; } }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-heading .qty-text {
          color: #000000;
          margin-left: 10px;
          text-transform: capitalize; }
          @media (min-width: 1366px) {
            #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-heading .qty-text {
              font-size: 14px; } }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-heading .modal-close {
          width: 18px;
          height: 18px;
          line-height: 18px;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          margin-top: -2px; }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-heading .modal-close span {
            display: block; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-shipping-section .shipping-txt {
        visibility: visible;
        margin: 10px 0 0;
        padding: 8px 12px; }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-heading-section .previewCart-shipping-section .shipping-txt p {
          color: #000000;
          font-family: "Source Sans Pro";
          font-size: 16px;
          font-weight: 400; }
    #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList {
      padding: 0 20px;
      float: none; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem {
        border-bottom-color: #dbdbdb;
        padding: 22px 0 !important;
        display: flex;
        justify-content: space-between; }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem:last-child {
          border-bottom: 1px solid #dbdbdb; }
        @media (min-width: 1366px) {
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content {
            padding: 0 0 0 20px; } }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          letter-spacing: -0.36px;
          margin-bottom: 5px;
          float: none; }
          @media (min-width: 1366px) {
            #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
              font-size: 18px;
              line-height: 22px; } }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-options {
          margin-bottom: 20px; }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-options .productView-info span {
            font-family: "Source Sans Pro";
            color: #3c3c3c;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase; }
            #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-options .productView-info span.productView-info-name {
              margin: 0; }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments {
            margin: 0; }
            #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments .form-increment {
              border: none;
              background-color: #76787a;
              display: flex;
              align-items: center; }
              #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments .form-increment .button {
                background-image: none;
                width: 36px;
                height: 36px;
                position: relative; }
                #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments .form-increment .button i {
                  display: block;
                  margin: 0;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
                #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments .form-increment .button.dec i {
                  width: 15px;
                  height: 5px; }
                #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments .form-increment .button.inc i {
                  width: 15px;
                  height: 15px; }
              #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-quantity .form-field.form-field--increments .form-increment .form-input {
                width: 40px;
                height: 36px;
                border: 2px solid #000000; }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-price {
            font-family: "Roboto Condensed";
            color: #000000;
            letter-spacing: -0.48px;
            line-height: 1;
            margin: 0;
            text-align: right; }
            @media (min-width: 1366px) {
              #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper .previewCartItem-price {
                font-size: 24px; } }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCart-remove {
          margin-top: 20px; }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCart-remove a {
            font-family: "Roboto Condensed";
            color: #000000;
            font-size: 14px;
            font-weight: 700;
            text-decoration: underline; }
    #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      margin-top: 20px; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-total .previewCart-total-label {
        font-family: "Source Sans Pro";
        color: #000000;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 1366px) {
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-total .previewCart-total-label {
            font-size: 14px; } }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-total .previewCart-total-value {
        font-family: "Roboto Condensed";
        color: #000000;
        font-weight: 700;
        letter-spacing: -0.48px; }
        @media (min-width: 1366px) {
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-total .previewCart-total-value {
            font-size: 24px; } }
    #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction {
      padding: 0 20px;
      float: none;
      margin: 25px 0;
      flex-wrap: wrap; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout {
        width: 100%;
        float: none;
        display: block;
        padding: 20px 0 0;
        /*@media (min-width: 1024px){
              display: block;
          }*/ }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout a {
          display: flex;
          align-items: center;
          justify-content: center;
          letter-spacing: -0.46px;
          padding: 14px 0; }
          @media (min-width: 1366px) {
            #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout a {
              font-size: 23px; } }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout a span {
            margin-left: 6px; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart {
        width: 100%;
        float: none;
        display: block;
        padding: 20px 0 0;
        /*@media (min-width: 1024px){
              display: none;
          }*/ }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a {
          display: flex;
          align-items: center;
          justify-content: center;
          letter-spacing: -0.46px;
          padding: 8px 0;
          color: #fff;
          background: #002d73;
          width: 158px;
          margin: auto;
          float: none; }
          @media (min-width: 1366px) {
            #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a {
              font-size: 23px; } }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a span {
            margin-left: 6px;
            max-width: 100%; }
      #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn {
        width: 100%;
        float: none;
        margin-top: 20px;
        text-align: center; }
        #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn a {
          color: #002d73;
          float: none;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          margin: 0 auto;
          letter-spacing: -0.34px; }
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn a:hover {
            color: #1252b4; }

@keyframes slide {
  100% {
    right: 0; } }

.productView-options .form-action #form-action-addToCart[value="Adding to cart…"] {
  background-position: 45px center; }

body.page-category .modal-background,
body.page-product .modal-background,
body.page-default .modal-background,
body.page-search .modal-background,
body.page-category .modal,
body.page-product .modal,
body.page-default .modal,
body.page-search .modal,
.card .card-figcaption-body {
  z-index: 1; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper {
  background: #ffffff;
  height: 100%; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList {
  max-height: 550px;
  overflow-y: auto; }
  @media (min-width: 1366px) {
    #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList {
      max-height: 605px; } }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout a span,
#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn a span {
  max-width: initial; }

#cart-preview-dropdown.dropdown-menu.is-open::after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
  border: none; }

.sale-flag-side, .sold-out-flag-side {
  z-index: 1; }

/* Cart Popup Update End */
/* Video Accordion */
.container-accordion {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.video-accordion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* End Video Accordion */
.header-btm-wraper {
  justify-content: space-between; }

.h-btm-rgt {
  float: right;
  display: flex;
  align-items: center; }

.megamenu > ul > li {
  padding: 0; }

.megamenu .navPages-item > a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  padding: 22px 14px; }
  .megamenu .navPages-item > a .navPages-action-moreIcon {
    margin: 0; }

.megamenu .navPages-item:hover > a {
  color: #f7941d; }

.megamenu .navPages-action.is-open {
  background-color: #f5f5f5; }

.megamenu .navPage-subMenu {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px 0 !important; }

.megamenu .navPage-subMenu-action {
  color: #000;
  text-transform: none;
  padding: 10px 15px; }
  .megamenu .navPage-subMenu-action:hover {
    color: #f7941d; }

.megamenu .navPage-subMenu-item-child {
  position: relative; }

.megamenu .navPage-subMenu-horizontal.is-open {
  border-left: none; }

.megamenu .navPage-subMenu-horizontal .navPages-action-moreIcon {
  margin: -2px 0 0 5px !important; }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 15px 0 0;
  position: relative; }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  width: 30px;
  height: 4px;
  background: #000; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 13px; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -8px; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  border: -9px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  background-color: #000; }

@media screen and (max-width: 1365px) {
  .megamenu .navPages-item > a {
    font-size: 17px;
    padding: 22px 9px; } }

@media screen and (max-width: 1199px) {
  .megamenu .navPages-item > a {
    font-size: 15px;
    padding: 22px 5px; }
  .megamenu .navPage-subMenu-action {
    padding: 7px 15px; }
  div#quickSearch {
    max-width: 100%; } }

@media screen and (max-width: 1023px) {
  .header-wraper {
    position: relative; }
  .header-btm {
    width: 100%; }
  .header-top {
    position: absolute;
    top: 12px;
    right: 35px; }
  .navPages-container.is-open {
    z-index: 9; }
  .navPages-container {
    width: calc(100% + 70px);
    height: 500px;
    top: 0;
    left: -35px;
    bottom: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    overflow-y: auto; }
  .navPages {
    width: 100%;
    background-color: #f5f5f5;
    position: relative; }
  .megamenu > ul > li {
    width: 100%;
    padding: 0; }
  .megamenu .navPages-item > a {
    padding: .78571rem 0; }
  .megamenu > ul > li > a::after {
    display: none; }
  .megamenu > ul {
    width: 100%; }
  .megamenu .navPages-item > a .navPages-action-moreIcon {
    margin: -2px 0 0 0; }
  .megamenu .navPage-subMenu {
    box-shadow: none;
    padding: 0 !important; }
  .megamenu .navPage-subMenu-horizontal .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    margin: -9px 0 0 0 !important; } }

@media screen and (max-width: 767px) {
  .header-top {
    right: 18px; }
  .navPages-container {
    width: calc(100% + 36px);
    left: -18px; } }

@media screen and (max-width: 374px) {
  .header-top {
    right: 15px; }
  .navPages-container {
    width: calc(100% + 30px);
    left: -15px; } }

/* Revert Menu to Native BC Menu Changes Start - 03/07/2023  */
@media (min-width: 1024px) {
  html.mobile-open {
    overflow-y: scroll; } }

@media (min-width: 1024px) {
  .header .container {
    padding: 0 25px; } }

@media (min-width: 1200px) {
  .header .container {
    padding: 0 28px; } }

@media (min-width: 1024px) {
  .header .header-btm .header-btm-wraper .h-search {
    margin-left: 10px; } }

@media (min-width: 1024px) {
  .h-btm-lft {
    margin: 0;
    width: 200px; } }

@media (min-width: 1200px) {
  .h-btm-lft {
    margin: 0 20px 0 0; } }

@media (min-width: 1280px) {
  .h-btm-lft {
    margin: 0 15px 0 0; } }

@media (min-width: 1366px) {
  .h-btm-lft {
    margin: 0 20px 0 0; } }

@media (min-width: 1024px) {
  .h-btm-rgt {
    width: calc(100% - 200px);
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .h-btm-rgt {
    width: calc(100% - 220px); } }

@media (min-width: 1280px) {
  .h-btm-rgt {
    width: calc(100% - 215px); } }

@media (min-width: 1366px) {
  .h-btm-rgt {
    width: calc(100% - 220px); } }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -9px; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -9px; }

.navPages-container {
  height: calc(100vh - 136px); }
  @media (min-width: 1024px) {
    .navPages-container {
      height: auto; } }
  .navPages-container.is-open {
    padding-top: 130px;
    z-index: 0; }

.megamenu {
  background-color: #fff;
  padding: 0;
  /*@media (min-width: 1024px){
    max-width: 87rem;
  }*/ }
  @media (min-width: 1024px) {
    .megamenu .header-mobile-bottom-wrapper {
      display: none; } }
  .megamenu ul.is-open + .header-mobile-bottom-wrapper {
    display: none; }
  .megamenu ul.navPages-list--user .navPages-item > a {
    font-size: 18px;
    padding: 8px 22px;
    line-height: 1.2;
    text-transform: capitalize; }
  .megamenu ul .navPages-item {
    /*position: relative;
      .cross-hover{
        position: absolute;
        bottom: -10px;
        left: 0;
        background-color: transparent;
        width: 20rem;
        height: 30px;
      }*/ }
    .megamenu ul .navPages-item.is-hidden {
      display: none; }
    @media (min-width: 1024px) {
      .megamenu ul .navPages-item:hover > a {
        background: #000;
        border: none;
        color: #fff;
        width: calc(100% - 20px); } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .megamenu ul .navPages-item:hover > a {
      width: 100%; } }
    @media (min-width: 1024px) {
        .megamenu ul .navPages-item:hover > a.has-subMenu:before {
          content: '';
          position: absolute;
          width: 1px;
          height: calc(100% - 16px);
          background-color: #c6c6c6;
          top: 50%;
          left: 46px;
          transform: translateY(-50%); } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .megamenu ul .navPages-item:hover > a.has-subMenu:before {
        display: none; } }
    @media (min-width: 1024px) {
        .megamenu ul .navPages-item:hover > a.has-subMenu:after {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_110' data-name='Union 110' d='M.527.523A1.727 1.727 0 0 0 .575 3.053L7.484 9.328.622 15.783a1.723 1.723 0 0 0 0 2.531 1.883 1.883 0 0 0 2.556 0l8.146-7.666a1.79 1.79 0 0 0 .231-.262 1.726 1.726 0 0 0-.185-2.379L3.084.48A1.858 1.858 0 0 0 1.831 0 1.849 1.849 0 0 0 .527.523Z' transform='translate(11.945 18.814) rotate(180)' fill='%23e0922f'%3E%3C/path%3E%3C/svg%3E");
          left: 22px; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .megamenu ul .navPages-item:hover > a.has-subMenu:after {
        width: 5px;
        height: 8px;
        transform: translateY(-50%) rotate(90deg);
        right: 2px;
        left: auto; } }
    @media (min-width: 1024px) and (min-width: 1200px) {
      .megamenu ul .navPages-item:hover > a.has-subMenu:after {
        right: 4px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .megamenu ul .navPages-item:hover > a.has-subMenu:after {
        width: 7px;
        height: 10px;
        right: 5px; } }
    @media (min-width: 1024px) {
      .megamenu ul .navPages-item:hover > .navPage-subMenu {
        display: block;
        width: 20rem; } }
    .megamenu ul .navPages-item.sale > a {
      color: #b30000; }
    @media (min-width: 1024px) {
      .megamenu ul .navPages-item.sale:hover > a {
        color: #fff; }
        .megamenu ul .navPages-item.sale:hover > a::after {
          display: none; } }
    .megamenu ul .navPages-item > a {
      font-size: 28px;
      line-height: 35px;
      padding: 8px 22px; }
      @media (min-width: 1024px) {
        .megamenu ul .navPages-item > a {
          font-size: 15px;
          line-height: 1;
          padding: 16px 11px; } }
      @media (min-width: 1200px) {
        .megamenu ul .navPages-item > a {
          font-size: 18px;
          padding: 22px 13px; } }
      @media (min-width: 1280px) {
        .megamenu ul .navPages-item > a {
          font-size: 20px;
          padding: 22px 14px; } }
      @media (min-width: 1366px) {
        .megamenu ul .navPages-item > a {
          padding: 22px 17px; } }
      @media (min-width: 1024px) {
        .megamenu ul .navPages-item > a.is-hidden {
          display: block !important; } }
      .megamenu ul .navPages-item > a.inactive {
        display: none; }
      .megamenu ul .navPages-item > a.is-open {
        background: #000;
        border: none;
        color: #fff;
        width: calc(100% - 20px);
        /*text-align: left;
          padding: 8px 22px 8px 60px;*/ }
        @media (min-width: 1024px) {
          .megamenu ul .navPages-item > a.is-open {
            width: 100%; } }
        .megamenu ul .navPages-item > a.is-open.has-subMenu:before {
          content: '';
          position: absolute;
          width: 1px;
          height: calc(100% - 16px);
          background-color: #c6c6c6;
          top: 50%;
          left: 46px;
          transform: translateY(-50%); }
          @media (min-width: 1024px) {
            .megamenu ul .navPages-item > a.is-open.has-subMenu:before {
              display: none; } }
        .megamenu ul .navPages-item > a.is-open.has-subMenu:after {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_110' data-name='Union 110' d='M.527.523A1.727 1.727 0 0 0 .575 3.053L7.484 9.328.622 15.783a1.723 1.723 0 0 0 0 2.531 1.883 1.883 0 0 0 2.556 0l8.146-7.666a1.79 1.79 0 0 0 .231-.262 1.726 1.726 0 0 0-.185-2.379L3.084.48A1.858 1.858 0 0 0 1.831 0 1.849 1.849 0 0 0 .527.523Z' transform='translate(11.945 18.814) rotate(180)' fill='%23e0922f'%3E%3C/path%3E%3C/svg%3E");
          left: 22px; }
          @media (min-width: 1024px) {
            .megamenu ul .navPages-item > a.is-open.has-subMenu:after {
              width: 5px;
              height: 8px;
              transform: translateY(-50%) rotate(90deg);
              right: 2px;
              left: auto; } }
          @media (min-width: 1200px) {
            .megamenu ul .navPages-item > a.is-open.has-subMenu:after {
              right: 4px; } }
          @media (min-width: 1280px) {
            .megamenu ul .navPages-item > a.is-open.has-subMenu:after {
              width: 7px;
              height: 10px;
              right: 5px; } }
      .megamenu ul .navPages-item > a.has-subMenu:after {
        display: block;
        content: '';
        width: 12px;
        height: 20px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_77' data-name='Union 77' d='M13043.527,17089.291a1.727,1.727,0,0,1,.048-2.529l6.909-6.275-6.862-6.455a1.723,1.723,0,0,1,0-2.531,1.883,1.883,0,0,1,2.556,0l8.146,7.666a1.79,1.79,0,0,1,.231.262,1.726,1.726,0,0,1-.185,2.379l-8.286,7.527a1.88,1.88,0,0,1-2.557-.043Z' transform='translate(-13043 -17071)'/%3E%3C/svg%3E");
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        position: absolute;
        top: 50%;
        right: 22px;
        left: auto;
        bottom: 0;
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        @media (min-width: 1024px) {
          .megamenu ul .navPages-item > a.has-subMenu:after {
            display: none; } }
      .megamenu ul .navPages-item > a.has-subMenu.is-root + .navPage-subMenu {
        margin: auto; }
      .megamenu ul .navPages-item > a .navPages-action-moreIcon {
        display: none; }
    .megamenu ul .navPages-item .navPage-subMenu {
      background: #fff;
      width: calc(100% - 20px); }
      @media (min-width: 1024px) {
        .megamenu ul .navPages-item .navPage-subMenu {
          width: 100%; } }
      .megamenu ul .navPages-item .navPage-subMenu.is-open {
        width: 100%; }
        @media (min-width: 1024px) {
          .megamenu ul .navPages-item .navPage-subMenu.is-open {
            width: 20rem;
            padding: 0 !important;
            margin-left: 20rem; } }
      .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list {
        margin: 20px 0 0; }
        @media (min-width: 1024px) {
          .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list {
            margin: 0; } }
        .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li {
          padding: 0; }
          .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li .navPage-subMenu .navPage-subMenu-list > li a {
            font-size: 14px;
            font-weight: 400; }
            @media (min-width: 1024px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li .navPage-subMenu .navPage-subMenu-list > li a {
                font-size: 13px; } }
            @media (min-width: 1200px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li .navPage-subMenu .navPage-subMenu-list > li a {
                font-size: 14px; } }
          @media (min-width: 1024px) {
            .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > .navPage-subMenu {
              display: block;
              width: 20rem;
              padding: 0 !important;
              margin-left: 20rem;
              top: 0; }
            .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > a {
              background: #000;
              border: none;
              color: #fff;
              width: calc(100% - 20px); } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > a {
      width: 100%; } }
          @media (min-width: 1024px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > a.has-subMenu:before {
                content: '';
                position: absolute;
                width: 1px;
                height: calc(100% - 16px);
                background-color: #c6c6c6;
                top: 50%;
                left: 46px;
                transform: translateY(-50%); } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > a.has-subMenu:before {
        display: none; } }
          @media (min-width: 1024px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > a.has-subMenu:after {
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_77' data-name='Union 77' d='M13043.527 17089.291a1.727 1.727 0 0 1 .048-2.529l6.909-6.275-6.862-6.455a1.723 1.723 0 0 1 0-2.531 1.883 1.883 0 0 1 2.556 0l8.146 7.666a1.79 1.79 0 0 1 .231.262 1.726 1.726 0 0 1-.185 2.379l-8.286 7.527a1.88 1.88 0 0 1-2.557-.043Z' transform='translate(-13043 -17071)' fill='%23e0922f'/%3E%3C/svg%3E ");
                left: 22px;
                transform: translateY(-50%) rotateY(180deg); } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li:hover > a.has-subMenu:after {
        transform: translateY(-50%);
        left: auto; } }
          .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a {
            font-size: 18px;
            padding: 7px 20px 7px 60px;
            line-height: 1.2; }
            @media (min-width: 1024px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a {
                padding: 8px 20px;
                font-size: 14px; } }
            @media (min-width: 1200px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a {
                font-size: 16px; } }
            @media (min-width: 1280px) {
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a {
                font-size: 18px; } }
            .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.is-open {
              background: #000;
              border: none;
              color: #fff;
              width: calc(100% - 20px); }
              @media (min-width: 1024px) {
                .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.is-open {
                  width: 100%; } }
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.is-open.has-subMenu:before {
                content: '';
                position: absolute;
                width: 1px;
                height: calc(100% - 16px);
                background-color: #c6c6c6;
                top: 50%;
                left: 46px;
                transform: translateY(-50%); }
                @media (min-width: 1024px) {
                  .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.is-open.has-subMenu:before {
                    display: none; } }
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.is-open.has-subMenu:after {
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_77' data-name='Union 77' d='M13043.527 17089.291a1.727 1.727 0 0 1 .048-2.529l6.909-6.275-6.862-6.455a1.723 1.723 0 0 1 0-2.531 1.883 1.883 0 0 1 2.556 0l8.146 7.666a1.79 1.79 0 0 1 .231.262 1.726 1.726 0 0 1-.185 2.379l-8.286 7.527a1.88 1.88 0 0 1-2.557-.043Z' transform='translate(-13043 -17071)' fill='%23e0922f'/%3E%3C/svg%3E ");
                left: 22px;
                transform: translateY(-50%) rotateY(180deg); }
                @media (min-width: 1024px) {
                  .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.is-open.has-subMenu:after {
                    transform: translateY(-50%);
                    left: auto; } }
            .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.has-subMenu {
              position: relative; }
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.has-subMenu::after {
                display: block;
                content: '';
                width: 9px;
                height: 14px;
                background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.945' height='18.814' viewBox='0 0 11.945 18.814'%3E%3Cpath id='Union_77' data-name='Union 77' d='M13043.527,17089.291a1.727,1.727,0,0,1,.048-2.529l6.909-6.275-6.862-6.455a1.723,1.723,0,0,1,0-2.531,1.883,1.883,0,0,1,2.556,0l8.146,7.666a1.79,1.79,0,0,1,.231.262,1.726,1.726,0,0,1-.185,2.379l-8.286,7.527a1.88,1.88,0,0,1-2.557-.043Z' transform='translate(-13043 -17071)'/%3E%3C/svg%3E");
                background-repeat: no-repeat !important;
                background-position: center !important;
                background-size: contain !important;
                position: absolute;
                top: 50%;
                right: 20px;
                left: auto;
                bottom: 0;
                transform: translateY(-50%);
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in; }
                @media (min-width: 1024px) {
                  .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.has-subMenu::after {
                    width: 7px;
                    height: 12px; } }
                @media (min-width: 1200px) {
                  .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.has-subMenu::after {
                    width: 9px;
                    height: 14px; } }
              .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a.has-subMenu .navPages-action-moreIcon {
                display: none; }

#quickSearch .quickSearchResults .productGrid {
  height: 500px;
  overflow-y: scroll; }
  @media (min-width: 1024px) {
    #quickSearch .quickSearchResults .productGrid {
      height: auto;
      overflow: hidden; } }

@media screen and (max-width: 1023px) {
  .header-top {
    z-index: 9; }
  .header .header-wraper .container {
    z-index: 0; } }

/* Revert Menu to Native BC Menu Changes End - 03/07/2023  */
/*hide credit card icons at checkout */
.creditCardTypes-list-item {
  display: none; }

/* end */
/* B2B customer redirection Start - 18/7/2023 */
.userFound {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  width: 100%; }
  .userFound .modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    padding: 20px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border-radius: 5px; }
    @media (min-width: 768px) {
      .userFound .modalPopup {
        width: 520px; } }
    .userFound .modalPopup .popup-content {
      position: relative; }
      .userFound .modalPopup .popup-content p {
        font-size: 17px;
        padding: 10px;
        line-height: 1.4;
        margin: 0;
        text-align: center; }
        .userFound .modalPopup .popup-content p a {
          color: #f7941d;
          font-weight: 600; }
          .userFound .modalPopup .popup-content p a:hover {
            text-decoration: underline; }
      .userFound .modalPopup .popup-content a.close {
        position: absolute;
        top: -50px;
        right: -15px;
        line-height: 1; }

/* B2B customer redirection End - 18/7/2023 */
/*Youtube Video script*/
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 48px;
  width: 68px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -24px;
  position: absolute;
  background: url("https://refrigiwear.com/content/images/Video/yt.png") no-repeat;
  cursor: pointer; }

/*Youtube end*/
[data-content-region="page_builder_content"] h1, [data-content-region="page_builder_content"] h2, [data-content-region="page_builder_content"] h3, [data-content-region="page_builder_content"] h4, [data-content-region="page_builder_content"] h5, [data-content-region="page_builder_content"] h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold; }

[data-content-region="page_builder_content"] a {
  color: #15212f;
  text-decoration: underline; }

[data-content-region="page_builder_content"] a.btn {
  text-decoration: none; }

[data-content-region="page_builder_content"] ul, [data-content-region="page_builder_content"] ol, [data-content-region="page_builder_content"] p {
  margin-left: 1.15rem;
  font-family: Roboto,sans-serif; }

/* Promotion Banner Update - 02/11/2023 Start */
@media (min-width: 1024px) {
  .top-bar .top-bar-slider {
    max-width: 100%; } }

.top-bar .top-bar-slider div .top-bar-slide {
  list-style-type: none; }
  @media (min-width: 1024px) {
    .top-bar .top-bar-slider div .top-bar-slide {
      font-size: 16px;
      width: 33.33%;
      display: inline-block;
      vertical-align: top; } }
  .top-bar .top-bar-slider div .top-bar-slide span {
    display: block;
    font-size: 13px;
    font-weight: 400; }
  .top-bar .top-bar-slider div .top-bar-slide a {
    display: block;
    font-size: 13px;
    font-weight: 400; }
    .top-bar .top-bar-slider div .top-bar-slide a:hover {
      cursor: pointer; }

/* Promotion Banner Update - 02/11/2023 End */
.cart-item-name__label {
  text-align: left; }

.skip-to-main-link {
  display: none; }

body {
  padding-top: 178px; }
  @media (min-width: 1024px) {
    body {
      padding-top: 160px; } }
  @media (min-width: 1200px) {
    body {
      padding-top: 170px; } }
  @media (min-width: 1281px) {
    body {
      padding-top: 169px; } }
  body.page-cart {
    padding-top: 107px; }
    @media (min-width: 1024px) {
      body.page-cart {
        padding-top: 119px; } }
  body.page-checkout {
    padding-top: 112px; }
    @media (min-width: 1023px) {
      body.page-checkout {
        padding-top: 138px; } }
    @media (min-width: 1024px) {
      body.page-checkout {
        padding-top: 135px; } }
    body.page-checkout .header {
      z-index: 9; }

.header-btm {
  background-color: #fff; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform .3s ease-in-out; }

.scrollUp.no-sticky {
  transform: none !important; }

.scrollUp:not(.no-sticky) .b2b-top-bar {
  display: none; }

.scrollUp:not(.no-sticky) .b2b-header-top {
  display: none; }

.scrollUp:not(.no-sticky) .header-top {
  display: none; }

body.scrollUp:not(.no-sticky) .megamenu > ul > li {
  padding-top: 17px;
  padding-bottom: 17px; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 1024px) {
  body.scrollUp:not(.no-sticky) .header-btm-wraper {
    padding: 0; }
  body.desk-sticky-body {
    padding: 64px 0 0 0; }
    body.desk-sticky-body .header {
      animation: fadeInDown 1s both; }
      body.desk-sticky-body .header .top-bar {
        display: none; }
      body.desk-sticky-body .header .header-top {
        display: none; }
      body.desk-sticky-body .header .header-top {
        display: none; }
    body.desk-sticky-body .header-btm-wraper {
      padding: 0; } }

@media screen and (max-width: 1023px) {
  .scrollUp:not(.no-sticky) .header-top {
    display: block;
    top: 14px; }
  .scrollUp:not(.no-sticky) .header-mobile-menu {
    top: 107px; } }

@media screen and (max-width: 374px) {
  .scrollUp:not(.no-sticky) .header-mobile-menu {
    top: 102px; } }

body.cart-open.desk-sticky-body .header .header-top {
  display: block; }
  body.cart-open.desk-sticky-body .header .header-top #cart-preview-dropdown.dropdown-menu.is-open::after {
    height: 100vh; }

.page-cart.desk-sticky-body .h-cart-top,
.page-checkout.desk-sticky-body .h-cart-top {
  display: none; }

@media screen and (max-width: 767px) {
  [class^="yotpo-regular-box yotpo-bottomline bottom-line-items-container-"] .bottom-line-items-wrapper {
    flex-wrap: wrap; }
    [class^="yotpo-regular-box yotpo-bottomline bottom-line-items-container-"] .bottom-line-items-wrapper .aggregated-product-related-fields {
      width: 100% !important;
      height: auto !important; } }

@media screen and (max-width: 767px) {
  .bottom-line-items-container-mobile .aggregated-product-related-fields .product-related-fields-mobile-layout {
    left: 0;
    transform: none; } }

@media screen and (max-width: 767px) {
  .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-mobile {
    display: inline; } }

.productView .yotpo-widget-instance {
  display: inline-block; }

@media screen and (max-width: 1023px) {
  .has-activeNavPages #quickSearch {
    z-index: -1;
    position: relative;
    top: 0; }
  .navPages-container {
    height: calc(100vh - 266px); }
    .navPages-container.is-open {
      padding-top: 0;
      top: 130px; } }

@media (min-width: 1024px) {
  div#quickSearch .search-form-wraper .container input#nav-quick-search {
    text-align: center; }
    div#quickSearch .search-form-wraper .container input#nav-quick-search:focus::placeholder {
      font-size: 0px; }
  .desk-sticky-body .header .header-btm .header-btm-wraper .h-search .search-close {
    top: 21px; }
  .desk-sticky-body #quickSearch {
    top: 64px; }
  #quickSearch {
    z-index: 1; }
    #quickSearch .search-form-wraper .productGrid {
      overflow-y: scroll;
      max-height: 65vh; } }

@media (max-width: 1023px) {
  div#quickSearch {
    padding: 12.5px 0 17.5px 0; }
    div#quickSearch .quickSearchResults .productGrid {
      height: 620px; }
  .has-activeNavPages div#quickSearch {
    z-index: 0; } }

body.search-open.has-activeModal .modal, body.search-open.has-activeModal .modal-background {
  z-index: 101; }

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields {
  display: none !important; }

/* Margin for JustUno Ajax Cart Recommendations */
#ju_inpage_954571 {
  margin-top: 20px !important; }

@media (min-width: 1024px) {
  .header, #quickSearch {
    z-index: 5 !important; }
  body.search-open .header, body.search-open #quickSearch {
    z-index: 6 !important; }
  body.search-open .search-bg {
    z-index: 4; }
  body.has-activeModal .modal-background {
    z-index: 5; }
  body.has-activeModal .modal {
    z-index: 6; }
  body.has-activeModal.cart-open .modal-background {
    z-index: 4; }
  body.has-activeModal.cart-open .modal {
    z-index: 4; }
  .body.cart-open .header {
    z-index: 7; } }

.page-load-status p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d; }

.page-category .listing-filter.listing-filter-btm {
  border-top: none;
  margin: 0; }

.page-category nav.pagination {
  display: none; }

.page-category .view-more-button-wrap {
  width: calc(100% - 220px);
  float: right; }
  @media (max-width: 1023px) {
    .page-category .view-more-button-wrap {
      width: 100%; } }
  .page-category .view-more-button-wrap .view-more-button {
    display: block;
    min-width: 170px;
    color: #000;
    font-size: 17px;
    text-align: center;
    letter-spacing: normal;
    padding: 11.5px 25px 11.5px;
    margin: 0 auto 60px; }

.page-search .view-more-button-wrap {
  display: none; }

/* EBC Product Styles */
.EBC-row {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 0;
  position: relative; }

.EBC-row:after {
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.EBC-65-Columns {
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 65%;
  max-width: 65%;
  z-index: 0;
  justify-content: center;
  padding-right: 10.5px;
  padding-left: 10.5px;
  position: relative; }

.EBC-2-Columns {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 49%;
  max-width: 49%;
  z-index: 0;
  justify-content: center;
  padding-right: 10.5px;
  padding-left: 10.5px;
  position: relative; }

.EBC-2-Columns-img {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 49%;
  max-width: 49%;
  z-index: 0;
  justify-content: center;
  padding-right: 10.5px;
  padding-left: 10.5px;
  position: relative; }

.EBC-3-Columns {
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 33%;
  max-width: 33%;
  z-index: 0;
  justify-content: center;
  padding-right: 10.5px;
  padding-left: 10.5px;
  position: relative;
  margin-bottom: 10px; }

.EBC-3-Columns-img:after {
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.EBC-4-Columns {
  flex-direction: column;
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  z-index: 0;
  justify-content: center;
  padding-right: 10.5px;
  padding-left: 10.5px;
  position: relative;
  margin-bottom: 10px; }

.EBC-3-Columns:after, .EBC-4-Columns:after, .EBC-2-Columns:after, .EBC-65-Columns:after {
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@media only screen and (max-width: 480px) {
  .EBC-2-Columns, .EBC-65-Columns, .EBC-3-Columns {
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 700px) {
  .EBC-3-Columns, .EBC-4-Columns {
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .EBC-2-Columns, .EBC-3-Columns, .EBC-65-Columns {
    flex-basis: 100%;
    max-width: 100%; }
  .EBC-3-Columns-img {
    flex-basis: 49%;
    max-width: 49%; } }

.prikid-size-chart-content-placeholder li {
  list-style-type: none !important; }

.add-to-cart-wallet-buttons div[data-smart-button-container-id] {
  position: relative;
  z-index: -1; }

.weglot-container.wg-default {
  display: none; }

body {
  padding-top: 184px; }
  @media (min-width: 375px) {
    body {
      padding-top: 188px; } }
  @media (min-width: 1024px) {
    body {
      padding-top: 200px; } }
  @media (min-width: 1200px) {
    body {
      padding-top: 210px; } }

@media (max-width: 1023px) {
  .header .header-wraper {
    padding: 0; } }

.header .b2b-header-top {
  width: 100%;
  background: #E2E2E2; }
  @media (max-width: 1023px) {
    .header .b2b-header-top {
      order: -2; } }
  .header .b2b-header-top .brands-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none; }
    @media (max-width: 1023px) {
      .header .b2b-header-top .brands-tabs {
        justify-content: center; } }
    .header .b2b-header-top .brands-tabs li a {
      height: 40px;
      display: inline-flex;
      align-items: center;
      align-content: center;
      padding: 0 15px;
      position: relative; }
    .header .b2b-header-top .brands-tabs li.rf-tab a {
      padding-top: 7px; }
    .header .b2b-header-top .brands-tabs li.rf-active a {
      background: #002D73; }
      .header .b2b-header-top .brands-tabs li.rf-active a::before {
        width: 100%;
        height: 4px;
        background: #f7941d;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }
      .header .b2b-header-top .brands-tabs li.rf-active a svg {
        filter: invert(1); }
    .header .b2b-header-top .brands-tabs li.samco-tab a svg {
      width: 48px;
      height: 15px; }
    .header .b2b-header-top .brands-tabs li.samco-active a {
      background: #00743D; }
      .header .b2b-header-top .brands-tabs li.samco-active a::before {
        width: 100%;
        height: 4px;
        background: #055295;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }
      .header .b2b-header-top .brands-tabs li.samco-active a svg {
        filter: invert(1); }

@media (max-width: 1023px) {
  .header .header-top {
    top: 54px; } }

@media (min-width: 1024px) {
  .header .header-top .header-top-wraper ul li a path,
  .header .header-top .header-top-wraper ul li a rect {
    fill: #FFFFFF; } }

@media (min-width: 1024px) {
  .header .header-top.refrigiwear-active {
    background-color: #002D73; }
    .header .header-top.refrigiwear-active .header-top-wraper ul li:hover > a path, .header .header-top.refrigiwear-active .header-top-wraper ul li:hover > a rect {
      fill: #F7941D; }
    .header .header-top.refrigiwear-active .header-top-wraper ul li:hover > a svg + span {
      color: #F7941D; }
    .header .header-top.refrigiwear-active .header-top-wraper ul li > a svg + span {
      transition: all 0.3s ease-in;
      color: #FFFFFF; } }

@media (min-width: 1024px) {
  .header .header-top.samco-active {
    background-color: #00743D; }
    .header .header-top.samco-active .header-top-wraper ul li:hover > a path, .header .header-top.samco-active .header-top-wraper ul li:hover > a rect {
      fill: #CCCCCC; }
    .header .header-top.samco-active .header-top-wraper ul li:hover > a svg + span {
      color: #CCCCCC; }
    .header .header-top.samco-active .header-top-wraper ul li > a svg + span {
      transition: all 0.3s ease-in;
      color: #FFFFFF; } }

@media (max-width: 1023px) {
  .header .header-btm {
    padding: 0 35px; } }

@media (max-width: 767px) {
  .header .header-btm {
    padding: 0 18px; } }

@media (max-width: 1023px) {
  .header .header-btm .h-btm-rgt .navPages-container.is-open {
    top: 103px; } }

@media (min-width: 1024px) {
  .header div#quickSearch {
    top: 200px; } }

@media (min-width: 1200px) {
  .header div#quickSearch {
    top: 210px; } }

@media (max-width: 1199px) {
  .header div#quickSearch {
    max-width: 974px; } }

@media (max-width: 1023px) {
  .header div#quickSearch {
    padding: 0; } }

.header.header-samco .h-btm-lft {
  width: 143px;
  height: 64px; }
  @media (max-width: 1250px) {
    .header.header-samco .h-btm-lft {
      width: 126px; } }
  @media (max-width: 1023px) {
    .header.header-samco .h-btm-lft {
      width: unset;
      height: auto; } }
  .header.header-samco .h-btm-lft .mobileMenu-toggle .mobileMenu-toggleIcon, .header.header-samco .h-btm-lft .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header.header-samco .h-btm-lft .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #00743D; }
  .header.header-samco .h-btm-lft .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: transparent; }
  @media (max-width: 1023px) {
    .header.header-samco .h-btm-lft .header-logo {
      width: 106px; } }

@media (max-width: 1250px) {
  .header.header-samco .h-btm-rgt {
    width: calc(100% - 160px); } }

.header.header-samco .h-btm-rgt .megamenu > ul > li:hover > a:after {
  display: none; }

@media (max-width: 1199px) {
  body.desk-sticky-body .header {
    padding: 7px 0 5px; } }

body.desk-sticky-body .header .b2b-header-top {
  display: none; }

@media (min-width: 1024px) {
  body.desk-sticky-body .header div#quickSearch {
    top: 64px; } }

@media (max-width: 1199px) {
  body.desk-sticky-body .header.header-samco {
    padding: 0; } }

body.desk-sticky-body .header.header-samco .h-btm-lft {
  width: 115px; }
  body.desk-sticky-body .header.header-samco .h-btm-lft .header-logo {
    height: 55px; }

.card .card-text.card-brand {
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.24px;
  margin: 10px 0 0;
  color: #002D73; }

.samco-home .main-banner a:not(.btn) {
  position: relative;
  z-index: 2; }

.samco-home .main-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.samco-home .main-banner .main-banner-txt {
  width: 1110px;
  z-index: 3; }
  .samco-home .main-banner .main-banner-txt p {
    line-height: 40px;
    margin: 0 0 2px 0; }
  .samco-home .main-banner .main-banner-txt .btn {
    background: #00743D;
    color: #FFFFFF !important;
    padding: 13px 30px 13px; }
    .samco-home .main-banner .main-banner-txt .btn:hover {
      background: #0E9856; }

.samco-home .main-banner:after {
  opacity: 0; }

.samco-home .featured-categories {
  padding: 60px 0 31px; }

.samco-home .featured-categories h2 {
  width: 100%;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  margin: 0 0 20px 0; }
  .samco-home .featured-categories h2 span {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .samco-home .featured-categories h2 span:before {
      width: 116px;
      height: 1px;
      background: #707070;
      position: absolute;
      top: 50%;
      left: -140px;
      content: ""; }
    .samco-home .featured-categories h2 span:after {
      width: 116px;
      height: 1px;
      background: #707070;
      position: absolute;
      top: 50%;
      right: -140px;
      content: ""; }

.samco-home .featured-categories p.featured-desc {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  text-align: center;
  padding: 0 170px;
  margin: 0 0 50px 0; }

.samco-home .featured-categories ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  .samco-home .featured-categories ul li {
    width: 25%;
    padding: 0 10px; }
    .samco-home .featured-categories ul li:hover h3 {
      color: #FFFFFF; }
    .samco-home .featured-categories ul li figure {
      width: 100%;
      height: 280px;
      margin: 0; }
    .samco-home .featured-categories ul li .featured-cat-btm a {
      border-top: 6px solid #00743D; }
    .samco-home .featured-categories ul li:hover .featured-cat-btm a {
      background: #00743D;
      border-top: 6px solid #00743D;
      border-bottom: 5px solid #055295; }
    .samco-home .featured-categories ul li h3 {
      width: 100%;
      float: left;
      color: #000;
      font-size: 22px;
      font-weight: 700;
      font-family: "Roboto Condensed";
      line-height: 22px;
      letter-spacing: -0.44px;
      text-transform: uppercase;
      margin: 0 0 6px 0;
      transition: all .3s ease-in; }

.samco-home .banner-sideway {
  margin-bottom: 50px; }
  .samco-home .banner-sideway .sideway-img a:not(.btn) {
    position: relative;
    z-index: 3; }
  .samco-home .banner-sideway .sideway-img.sideway-img1 {
    background: none; }
  .samco-home .banner-sideway .sideway-img.sideway-img2 {
    background: none; }
  .samco-home .banner-sideway img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  .samco-home .banner-sideway .sideway-img .sideway-content {
    width: 90%;
    max-width: 550px; }
  .samco-home .banner-sideway .sideway-img .sideway-content p {
    line-height: 40px;
    margin: 0; }
  .samco-home .banner-sideway .sideway-img .sideway-content h3 {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
  .samco-home .banner-sideway .btn {
    background: #00743D;
    color: #FFFFFF !important;
    position: relative;
    z-index: 5; }
    .samco-home .banner-sideway .btn:hover {
      background: #0E9856; }

@media (max-width: 1249px) {
  .samco-home .main-banner .main-banner-txt h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -1.28px;
    margin: 0; }
  .samco-home .main-banner .main-banner-txt p {
    margin: 0; }
  .samco-home .featured-categories p.featured-desc {
    padding: 0 70px; }
  .samco-home .featured-categories ul li {
    padding: 0 9px; }
    .samco-home .featured-categories ul li figure {
      height: 227px; }
    .samco-home .featured-categories ul li .featured-cat-btm a {
      min-height: 75px; }
    .samco-home .featured-categories ul li h2 {
      margin: 0 0 3px; }
  .samco-home .banner-sideway .sideway-img .sideway-content p {
    line-height: 30px; }
  .samco-home .banner-sideway .sideway-img .sideway-content h3 {
    margin: 0 0 17px 0; } }

@media (max-width: 1023px) {
  .samco-home .main-banner .main-banner-txt h1 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.96px;
    margin: 0 0 4px 0; }
  .samco-home .main-banner .main-banner-txt p {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 30px;
    margin: 0 0 6px 0; }
  .samco-home .featured-categories {
    padding: 50px 0 16px; }
    .samco-home .featured-categories p.featured-desc {
      padding: 0 20px;
      margin: 0 0 32px 0; }
    .samco-home .featured-categories ul {
      padding: 0 8.2%; }
      .samco-home .featured-categories ul li {
        width: 50%;
        padding: 0 10px; }
        .samco-home .featured-categories ul li figure {
          height: 278px; }
  .samco-home .banner-sideway .sideway-img {
    width: calc(50% - 9px); }
    .samco-home .banner-sideway .sideway-img .sideway-content {
      bottom: 24px; } }

@media (max-width: 767px) {
  .samco-home .main-banner .main-banner-txt {
    padding: 0 20px 20px; }
    .samco-home .main-banner .main-banner-txt h1 {
      font-size: 44px;
      line-height: 42px;
      letter-spacing: -0.88px;
      margin: 0 0 8px 0; }
    .samco-home .main-banner .main-banner-txt p {
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 7px 0; }
  .samco-home .featured-categories {
    padding: 40px 0 33px; }
    .samco-home .featured-categories h2 {
      width: 236px;
      margin: 0 auto 15px;
      letter-spacing: 2px; }
      .samco-home .featured-categories h2 span:before {
        width: 13%;
        left: -52px; }
      .samco-home .featured-categories h2 span:after {
        width: 13%;
        right: -52px; }
    .samco-home .featured-categories p.featured-desc {
      font-size: 16px;
      line-height: 22px;
      padding: 0; }
    .samco-home .featured-categories ul {
      padding: 0; }
      .samco-home .featured-categories ul li {
        padding: 0 7px;
        margin: 0 0 14px 0; }
        .samco-home .featured-categories ul li figure {
          height: 158px; }
  .samco-home .banner-sideway .sideway-img {
    width: 100%; }
  .samco-home .banner-sideway .sideway-content {
    width: 80%; }
    .samco-home .banner-sideway .sideway-content h3 {
      margin: 0 0 16px 0; } }

@media (max-width: 567px) {
  .featured-categories ul li .featured-cat-btm h2 {
    font-size: 20px;
    margin: 0 0 5px; } }

@media (max-width: 374px) {
  .samco-home .main-banner .main-banner-txt h1 {
    font-size: 33px;
    line-height: 33px; }
  .samco-home .main-banner .main-banner-txt p {
    font-size: 16px;
    line-height: 20px; }
  .samco-home .featured-categories h2 span:before {
    left: -47px; }
  .samco-home .featured-categories h2 span:after {
    right: -47px; }
  .samco-home .featured-categories ul {
    margin: 0; }
    .samco-home .featured-categories ul li {
      width: 100%;
      padding: 0; }
      .samco-home .featured-categories ul li figure {
        height: 300px; } }

.smaco-listing .card .sale-flag-side {
  background: #00743D;
  color: #FFFFFF; }

.smaco-listing .card .card-figcaption-body .button {
  background: #00743D;
  color: #FFFFFF; }
  .smaco-listing .card .card-figcaption-body .button:hover {
    background: #0E9856;
    color: #FFFFFF; }

.smaco-listing .card .card-text.card-brand {
  color: #00743D; }

.smaco-listing .accordion-block .accordion-navigation.is-open .accordion-title {
  color: #00743D; }

.smaco-listing .accordion-block .accordion-navigation.is-open span:not(.accordion-title) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.896' height='8.823' viewBox='0 0 13.896 8.823'%3E%3Cpath id='Union_111' data-name='Union 111' d='M13043.39,17084.51a1.264,1.264,0,0,1-.39-.939,1.285,1.285,0,0,1,.425-.928l5.1-4.635-5.068-4.768a1.274,1.274,0,0,1,0-1.871,1.391,1.391,0,0,1,1.888,0l6.017,5.662a1.459,1.459,0,0,1,.171.193,1.276,1.276,0,0,1-.137,1.758l-6.12,5.561a1.38,1.38,0,0,1-.926.354A1.362,1.362,0,0,1,13043.39,17084.51Z' transform='translate(-17071 13051.823) rotate(-90)' fill='%2300743d'/%3E%3C/svg%3E") no-repeat; }

.smaco-listing .accordion-block .form-minMaxRow .button {
  background: #00743D;
  color: #FFFFFF; }
  .smaco-listing .accordion-block .form-minMaxRow .button:hover {
    background-color: #0E9856; }

.smaco-listing .view-more-wraper .btn {
  background: #00743D;
  color: #FFFFFF !important; }
  .smaco-listing .view-more-wraper .btn:hover {
    background: #0E9856; }

@media (max-width: 1023px) {
  .smaco-listing .filter-btn {
    background: #00743D;
    color: #FFFFFF; }
    .smaco-listing .filter-btn span:before {
      filter: invert(1); }
    .smaco-listing .filter-btn:hover, .smaco-listing .filter-btn.active {
      background: #0E9856; } }

.smaco-listing .view-more-button-wrap .view-more-button.btn {
  background: #00743D;
  color: #FFFFFF; }
  .smaco-listing .view-more-button-wrap .view-more-button.btn:hover {
    background: #0E9856; }

.samco-product .productView-product .productView-rating a:hover {
  color: #00743d; }

.samco-product .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border: 1px solid #000; }

.samco-product .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
  background: #000;
  color: #FFFFFF; }

.samco-product .productView-options .form-action #form-action-addToCart {
  background-color: #055295;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Group_4524' data-name='Group 4524' xmlns='http://www.w3.org/2000/svg' width='27.131' height='24' viewBox='0 0 27.131 24'%3E%3Cpath id='Path_118' data-name='Path 118' d='M43.876,139.56a1.117,1.117,0,0,0-.869-.42h-14.2a1.151,1.151,0,0,0,0,2.3H41.644l-1.53,8.055H27.583l-3.447-14.369a1.13,1.13,0,0,0-1.091-.877h-4.92a1.151,1.151,0,0,0,0,2.3h4.037l3.444,14.369a1.13,1.13,0,0,0,1.091.877H41.037a1.136,1.136,0,0,0,1.1-.932L44.11,140.51A1.162,1.162,0,0,0,43.876,139.56Z' transform='translate(-17 -134.25)' fill='%23FFFFFF'/%3E%3Cpath id='Path_119' data-name='Path 119' d='M54.91,201.41a2.41,2.41,0,1,0,2.41,2.41A2.411,2.411,0,0,0,54.91,201.41Z' transform='translate(-42.384 -182.23)' fill='%23FFFFFF'/%3E%3Cpath id='Path_120' data-name='Path 120' d='M85.71,201.41a2.41,2.41,0,1,0,2.41,2.41A2.411,2.411,0,0,0,85.71,201.41Z' transform='translate(-64.167 -182.23)' fill='%23FFFFFF'/%3E%3C/svg%3E");
  color: #FFFFFF; }
  .samco-product .productView-options .form-action #form-action-addToCart:hover {
    background-color: #1173C9;
    color: #FFFFFF; }

.samco-product .productView-description .tab.is-active .tab-title span:after {
  background: #00743D; }

.samco-product .related-products .card .card-figcaption-body .button.quickview {
  background: #00743D;
  color: #FFFFFF; }
  .samco-product .related-products .card .card-figcaption-body .button.quickview:hover {
    background: #0E9856; }

.header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-brand {
  display: inline-block; }
  .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-brand.brand-refrigiwear {
    color: #002D73; }
  .header-top-wraper ul.previewCartList li .previewCartItem-content .previewCartItem-brand.brand-samco {
    color: #00743D; }

table.cart .cart-item-brand {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }
  table.cart .cart-item-brand.brand-refrigiwear {
    color: #002D73; }
  table.cart .cart-item-brand.brand-samco {
    color: #00743D; }

.cart-remove.mob {
  color: #000000;
  font-size: 12px;
  font-weight: 700; }
  .cart-remove.mob:hover {
    color: #F7941D; }

.home-btm {
  margin-bottom: 70px; }

.ft-mlb-wraper {
  width: 1090px;
  max-width: 100%;
  background: #EFEFEF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 22px 50px 27px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 -38px 0;
  position: relative;
  z-index: 3; }
  .ft-mlb-wraper .ft-mlb-lft {
    width: calc(100% - 420px);
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 34px 0 0; }
    .ft-mlb-wraper .ft-mlb-lft h6 {
      color: #000;
      font-size: 22px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      line-height: 27px;
      text-transform: uppercase;
      margin: 0 0 5px 0; }
      .ft-mlb-wraper .ft-mlb-lft h6 span {
        position: relative; }
        .ft-mlb-wraper .ft-mlb-lft h6 span:after {
          width: 50px;
          height: 1px;
          background: #707070;
          position: absolute;
          top: 50%;
          right: -65px;
          content: ""; }
    .ft-mlb-wraper .ft-mlb-lft p {
      width: 100%;
      color: #000;
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      line-height: 20px;
      margin: 0; }
      .ft-mlb-wraper .ft-mlb-lft p a {
        color: #000;
        font-weight: 700;
        text-transform: uppercase; }
        .ft-mlb-wraper .ft-mlb-lft p a span {
          text-decoration: underline; }
        .ft-mlb-wraper .ft-mlb-lft p a:hover {
          color: #4c4c4c; }
  .ft-mlb-wraper .ft-mlb-rgt {
    width: 420px; }
    .ft-mlb-wraper .ft-mlb-rgt ul {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 29px;
      list-style: none;
      padding: 0;
      margin: 0; }
      .ft-mlb-wraper .ft-mlb-rgt ul li.rf-ft-mlb {
        margin: 10px 0 0 0; }

.footer .footer-top {
  padding-top: 70px; }

@media (max-width: 1249px) {
  .ft-mlb-wraper {
    width: 79.1%;
    padding: 18px 37px 20px;
    margin: 0 0 -40px 0; }
    .ft-mlb-wraper .ft-mlb-lft {
      width: calc(100% - 310px);
      padding: 0 100px 0 0; }
      .ft-mlb-wraper .ft-mlb-lft h6 {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 4px 0; }
        .ft-mlb-wraper .ft-mlb-lft h6 span:after {
          width: 37px;
          right: -50px; }
      .ft-mlb-wraper .ft-mlb-lft p {
        font-size: 12px; }
    .ft-mlb-wraper .ft-mlb-rgt {
      width: 310px; }
      .ft-mlb-wraper .ft-mlb-rgt ul {
        gap: 22px; }
        .ft-mlb-wraper .ft-mlb-rgt ul li.rf-ft-mlb img {
          max-height: 30px; }
        .ft-mlb-wraper .ft-mlb-rgt ul li.samco-ft-mlb img {
          max-height: 35px; } }

@media (max-width: 1023px) {
  .ft-mlb-wraper {
    width: 698px;
    padding: 16px 30px 18px;
    margin: 0 0 -42px 0; }
    .ft-mlb-wraper .ft-mlb-lft {
      width: calc(100% - 317px);
      padding: 0 50px 0 0; }
      .ft-mlb-wraper .ft-mlb-lft p {
        line-height: 16px; }
    .ft-mlb-wraper .ft-mlb-rgt {
      width: 317px; }
      .ft-mlb-wraper .ft-mlb-rgt ul li.rf-ft-mlb img {
        max-height: 31px; }
      .ft-mlb-wraper .ft-mlb-rgt ul li.samco-ft-mlb img {
        max-height: 36px; } }

@media (max-width: 767px) {
  .home-btm {
    margin-bottom: 50px; }
  .footer .footer-top {
    padding-top: 105px; }
  .ft-mlb-wraper {
    width: calc(100% - 40px);
    padding: 24px 18px 21px;
    margin: 0 0 -77px 0; }
    .ft-mlb-wraper .ft-mlb-lft {
      width: 100%;
      padding: 0;
      margin: 0 0 12px 0; }
      .ft-mlb-wraper .ft-mlb-lft p {
        letter-spacing: 0.5px; }
    .ft-mlb-wraper .ft-mlb-rgt {
      width: 100%; }
      .ft-mlb-wraper .ft-mlb-rgt ul {
        gap: 21px; }
        .ft-mlb-wraper .ft-mlb-rgt ul li.rf-ft-mlb img {
          max-height: 29px; }
        .ft-mlb-wraper .ft-mlb-rgt ul li.samco-ft-mlb img {
          max-height: 34px; } }

.bt-spinner {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.bt-spinner {
  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%; }
  .bt-spinner::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); }
  .bt-spinner.ng-enter, .bt-spinner.ng-leave.ng-leave-active {
    opacity: 0; }
  .bt-spinner.ng-leave, .bt-spinner.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.contact-top {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 68px 0; }

.contact-top-lft {
  width: calc(100% - 500px);
  padding: 15px 126px 0 0; }
  .contact-top-lft h1 {
    width: 100%;
    float: left;
    color: #17020d;
    font-size: 56px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: -1.12px;
    margin: 0 0 12px 0; }
  .contact-top-lft p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0; }
    .contact-top-lft p:last-child {
      margin: 0; }

.contact-top-rgt {
  width: 500px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); }
  .contact-top-rgt img {
    float: left; }

.contact-btm {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px; }

.contact-btm-lft {
  width: 650px; }
  .contact-btm-lft p {
    width: 100%;
    float: left;
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    margin: 0; }
    .contact-btm-lft p a {
      color: #002d73;
      text-decoration: underline; }
      .contact-btm-lft p a:hover {
        color: #000; }

.contact-box {
  width: 100%;
  float: left;
  background: #ffeec1;
  padding: 30px 27px 42px;
  margin: 0 0 20px 0;
  position: relative; }
  .contact-box:before {
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 30px solid #f7941d;
    position: absolute;
    top: -12px;
    left: 50%;
    content: "";
    transform: translateX(-50%); }
  .contact-box h2 {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 34px;
    text-align: left;
    letter-spacing: -0.56px;
    margin: 0 0 16px 0; }
  .contact-box p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin: 0 0 18px 0; }
  .contact-box ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .contact-box ul li {
      width: 100%;
      float: left;
      padding: 0 0 0 55px;
      margin: 0 0 30px 0;
      position: relative; }
      .contact-box ul li.contact-call {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='SVGDoc' width='34' height='33' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 34 33'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3Eic_call_24px%3C/title%3E%3Cpath d='M5.06189,0.5h5.25c2.20561,0 4,1.79439 4,4c0,1.56906 0.24521,3.10689 0.72882,4.57079l0.01116,0.03464c0.45064,1.43383 0.07044,2.98468 -0.99221,4.04734l-1.95636,1.95636c0.79883,1.27172 1.74169,2.45276 2.81599,3.52586c1.07302,1.07182 2.25759,2.01645 3.53605,2.82105l1.9538,-1.9538c0.74377,-0.7438 1.7737,-1.17043 2.82567,-1.17046c0.4322,0 0.85784,0.06978 1.26547,0.20744c1.46116,0.48161 2.99579,0.72578 4.56162,0.72578c2.2056,0 3.99999,1.7944 3.99999,4.00001v5.235c0,2.2056 -1.79439,3.99999 -3.99999,3.99999c-3.77929,0 -7.44667,-0.74056 -10.90026,-2.20111c-3.33464,-1.41025 -6.32883,-3.42869 -8.89939,-5.99925c-2.57056,-2.57056 -4.589,-5.56474 -5.99925,-8.89938c-1.46055,-3.45359 -2.20111,-7.12097 -2.20111,-10.90026c0,-2.20561 1.79439,-4 4,-4zM5.06189,3c-0.825,0 -1.5,0.675 -1.5,1.5c0,14.085 11.415,25.5 25.50001,25.5c0.82499,0 1.49999,-0.675 1.49999,-1.49999v-5.235c0,-0.825 -0.675,-1.50001 -1.49999,-1.50001c-1.86001,0 -3.675,-0.29999 -5.35501,-0.85499c-0.52499,-0.18 -1.125,-0.045 -1.52999,0.36l-3.30001,3.3c-4.245,-2.17501 -7.725,-5.64001 -9.885,-9.88501l3.3,-3.3c0.42,-0.42 0.54,-1.005 0.375,-1.53c-0.555,-1.68 -0.855,-3.48 -0.855,-5.355c0,-0.825 -0.675,-1.5 -1.5,-1.5h-5.25v0' fill='%23000000' fill-opacity='1'%3E%3C/path%3E%3Cpath d='M5.06189,0.5h5.25c2.20561,0 4,1.79439 4,4c0,1.56906 0.24521,3.10689 0.72882,4.57079l0.01116,0.03464c0.45064,1.43383 0.07044,2.98468 -0.99221,4.04734l-1.95636,1.95636c0.79883,1.27172 1.74169,2.45276 2.81599,3.52586c1.07302,1.07182 2.25759,2.01645 3.53605,2.82105l1.9538,-1.9538c0.74377,-0.7438 1.7737,-1.17043 2.82567,-1.17046c0.4322,0 0.85784,0.06978 1.26547,0.20744c1.46116,0.48161 2.99579,0.72578 4.56162,0.72578c2.2056,0 3.99999,1.7944 3.99999,4.00001v5.235c0,2.2056 -1.79439,3.99999 -3.99999,3.99999c-3.77929,0 -7.44667,-0.74056 -10.90026,-2.20111c-3.33464,-1.41025 -6.32883,-3.42869 -8.89939,-5.99925c-2.57056,-2.57056 -4.589,-5.56474 -5.99925,-8.89938c-1.46055,-3.45359 -2.20111,-7.12097 -2.20111,-10.90026c0,-2.20561 1.79439,-4 4,-4zM5.06189,3c-0.825,0 -1.5,0.675 -1.5,1.5c0,14.085 11.415,25.5 25.50001,25.5c0.82499,0 1.49999,-0.675 1.49999,-1.49999v-5.235c0,-0.825 -0.675,-1.50001 -1.49999,-1.50001c-1.86001,0 -3.675,-0.29999 -5.35501,-0.85499c-0.52499,-0.18 -1.125,-0.045 -1.52999,0.36l-3.30001,3.3c-4.245,-2.17501 -7.725,-5.64001 -9.885,-9.88501l3.3,-3.3c0.42,-0.42 0.54,-1.005 0.375,-1.53c-0.555,-1.68 -0.855,-3.48 -0.855,-5.355c0,-0.825 -0.675,-1.5 -1.5,-1.5h-5.25v0' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23000000' stroke-miterlimit='20' stroke-width='0.25'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left 6px; }
      .contact-box ul li.contact-email {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='28' viewBox='0 0 34 28'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' stroke-width='3' d='M31.08 5.735h0v.922zm-13.82 8.52L3.56 5.46l.705-.586L17.26 13.06 31.08 4.54v1.195zM29.416 1.5H5.101a3.035 3.035 0 0 0-3.024 3.04l-.015 18.236a3.048 3.048 0 0 0 3.04 3.04h24.315a3.048 3.048 0 0 0 3.04-3.04V4.54a3.048 3.048 0 0 0-3.04-3.039z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left 8px; }
      .contact-box ul li.contact-mail {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='33' viewBox='0 0 34 33'%3E%3Cg%3E%3Cg%3E%3Cpath d='M24.689 17.842a1.35 1.35 0 0 1-1.36 1.327 1.34 1.34 0 0 1-1.311-1.376 1.343 1.343 0 0 1 1.343-1.311 1.34 1.34 0 0 1 1.328 1.36zm-9.554 9.079h3.195v3.597h-3.195v-3.597zM30.13 5.018h-5.818V2.79h5.818v2.228zM14.963 25.02H2.86v-.328c0-2.876-.008-5.752 0-8.628 0-3.163 2.229-5.687 5.367-6.096 3.188-.418 6.293 1.999 6.678 5.186.033.303.058.615.058.918v8.948zm7.456-14.692c0 1.352-.008 2.704.008 4.056 0 .279-.082.418-.352.533a3.157 3.157 0 0 0-1.893 3.384 3.21 3.21 0 0 0 2.852 2.712c1.548.147 3.015-.877 3.392-2.384.385-1.54-.402-3.13-1.86-3.729-.238-.106-.303-.221-.303-.467.016-1.368.008-2.745.008-4.113v-.352c.713-.041 1.368.073 2.016.262 2.58.762 4.31 3.048 4.326 5.735.016 2.942.008 5.876.008 8.817v.238H16.806v-.353c0-2.95.025-5.9-.008-8.849-.025-2.262-.942-4.146-2.581-5.678-.05-.041-.09-.09-.131-.132V9.96h8.341c0 .14 0 .246-.008.369zm-2.917 22.058c.533-.221.721-.623.696-1.18-.024-1.303-.008-2.597-.008-3.9v-.402h.426c3.557 0 7.105-.008 10.66.009.566 0 .968-.189 1.18-.721V15.31c-.081-.426-.139-.844-.245-1.262a7.84 7.84 0 0 0-6.736-5.875c-.385-.04-.77-.066-1.18-.098V6.903h6.588c.746 0 1.09-.344 1.09-1.082 0-1.229-.016-2.458.008-3.687.009-.565-.163-.967-.688-1.204h-8.177c-.533.22-.713.622-.705 1.188.024 1.86.008 3.712.008 5.563v.41h-.41c-4.269 0-8.538.008-12.807-.008-2.524-.008-4.638.868-6.301 2.778-1.049 1.204-1.655 2.614-1.844 4.203-.008.082-.04.156-.057.238v10.881c.213.541.623.721 1.188.721 3.548-.016 7.104-.008 10.652-.008h.426v.402c0 1.303.017 2.597-.008 3.9-.008.574.18.967.713 1.188h5.531z'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='20' d='M24.689 17.842a1.35 1.35 0 0 1-1.36 1.327 1.34 1.34 0 0 1-1.311-1.376 1.343 1.343 0 0 1 1.343-1.311 1.34 1.34 0 0 1 1.328 1.36zm-9.554 9.079h3.195v3.597h-3.195v-3.597zM30.13 5.018h-5.818V2.79h5.818v2.228zM14.963 25.02H2.86v-.328c0-2.876-.008-5.752 0-8.628 0-3.163 2.229-5.687 5.367-6.096 3.188-.418 6.293 1.999 6.678 5.186.033.303.058.615.058.918v8.948zm7.456-14.692c0 1.352-.008 2.704.008 4.056 0 .279-.082.418-.352.533a3.157 3.157 0 0 0-1.893 3.384 3.21 3.21 0 0 0 2.852 2.712c1.548.147 3.015-.877 3.392-2.384.385-1.54-.402-3.13-1.86-3.729-.238-.106-.303-.221-.303-.467.016-1.368.008-2.745.008-4.113v-.352c.713-.041 1.368.073 2.016.262 2.58.762 4.31 3.048 4.326 5.735.016 2.942.008 5.876.008 8.817v.238H16.806v-.353c0-2.95.025-5.9-.008-8.849-.025-2.262-.942-4.146-2.581-5.678-.05-.041-.09-.09-.131-.132V9.96h8.341c0 .14 0 .246-.008.369zm-2.917 22.058c.533-.221.721-.623.696-1.18-.024-1.303-.008-2.597-.008-3.9v-.402h.426c3.557 0 7.105-.008 10.66.009.566 0 .968-.189 1.18-.721V15.31c-.081-.426-.139-.844-.245-1.262a7.84 7.84 0 0 0-6.736-5.875c-.385-.04-.77-.066-1.18-.098V6.903h6.588c.746 0 1.09-.344 1.09-1.082 0-1.229-.016-2.458.008-3.687.009-.565-.163-.967-.688-1.204h-8.177c-.533.22-.713.622-.705 1.188.024 1.86.008 3.712.008 5.563v.41h-.41c-4.269 0-8.538.008-12.807-.008-2.524-.008-4.638.868-6.301 2.778-1.049 1.204-1.655 2.614-1.844 4.203-.008.082-.04.156-.057.238v10.881c.213.541.623.721 1.188.721 3.548-.016 7.104-.008 10.652-.008h.426v.402c0 1.303.017 2.597-.008 3.9-.008.574.18.967.713 1.188h5.531z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left 5px; }
      .contact-box ul li.contact-returns {
        background-image: url("https://store-2o3gsghf8c.mybigcommerce.com/content/return-icons.svg");
        background-repeat: no-repeat;
        background-position: left 5px; }
      .contact-box ul li:last-child {
        margin: 0; }
      .contact-box ul li h6 {
        width: 100%;
        float: left;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 19px;
        margin: 0 0 15px 0;
        position: relative; }
        .contact-box ul li h6:after {
          width: 40px;
          height: 2px;
          background: #000;
          position: absolute;
          left: 0;
          bottom: -9px;
          content: ""; }
      .contact-box ul li p {
        width: 100%;
        float: left;
        color: #404040;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin: 0; }
        .contact-box ul li p a {
          color: #002d73;
          text-decoration: underline; }
          .contact-box ul li p a:hover {
            color: #000; }
        .contact-box ul li p.contact-mob {
          display: none; }

.contact-btm-rgt {
  width: calc(100% - 650px);
  padding: 0 81px 0 48px; }
  .contact-btm-rgt h3 {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 25px 0; }
  .contact-btm-rgt .form {
    width: 100%;
    float: left;
    border-left: 4px solid #f7941d;
    padding: 0 0 0 17px;
    margin: 0; }
    .contact-btm-rgt .form .form-row {
      width: 100%;
      margin: 0; }
    .contact-btm-rgt .form .form-field {
      width: 100%;
      padding: 0;
      margin: 0 0 20px 0; }
      .contact-btm-rgt .form .form-field .form-input {
        height: 42px; }
      .contact-btm-rgt .form .form-field textarea.form-input {
        height: 80px; }
    .contact-btm-rgt .form .g-recaptcha {
      width: 100%;
      float: left; }
    .contact-btm-rgt .form .form-actions {
      text-align: left;
      margin: 13px 0 0 0; }
      .contact-btm-rgt .form .form-actions .button--primary {
        padding: 14px 24px; }

.contact-mid {
  display: none; }

#contact-us-success {
  font-size: 18px;
  font-weight: 700; }

.contact-top {
  margin: 0 0 50px 0; }

.contact-top-lft {
  width: calc(100% - 365px);
  padding: 15px 60px 0 0; }

.contact-top-rgt {
  width: 365px; }

.contact-top-lft h1 {
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1.04px; }

.contact-btm-lft {
  width: 548px; }

.contact-btm-rgt {
  width: calc(100% - 548px);
  padding: 0 0 0 46px; }
  .contact-btm-rgt .form {
    padding: 0 24px 0 17px; }

.contact-btm {
  margin: 0 0 80px; }

.contact-box p br {
  display: none; }

@media screen and (max-width: 1023px) {
  .contact-top-lft {
    width: calc(100% - 300px);
    padding: 10px 80px 0 0; }
  .contact-top-rgt {
    width: 300px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); }
  .contact-top-lft h1 {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -0.92px;
    margin: 0 0 9px 0; }
  .contact-top-lft p {
    font-size: 16px;
    line-height: 26px; }
    .contact-top-lft p.tab-hide {
      display: none; }
  .contact-top {
    margin: 0 0 9px 0; }
  .contact-mid {
    display: block;
    margin: 0 0 30px 0; }
    .contact-mid p {
      width: 100%;
      float: left;
      color: #000;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 20px 0; }
  .contact-btm {
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 60px; }
  .contact-btm-rgt {
    width: 421px;
    padding: 0;
    margin: 52px 0 0 0; } }

@media screen and (max-width: 767px) {
  .contact-top {
    margin: 0 0 67px; }
  .contact-top-lft {
    width: 100%;
    padding: 0; }
    .contact-top-lft h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px;
      margin: 0 0 10px 0; }
    .contact-top-lft p.tab-hide {
      display: block; }
  .contact-top-rgt {
    width: 100%;
    text-align: center;
    box-shadow: none;
    margin: 40px 0 0 0; }
    .contact-top-rgt img {
      float: none;
      display: inset-block;
      vertical-align: top;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); }
  .contact-mid {
    display: none; }
  .contact-btm-lft {
    width: 100%; }
    .contact-btm-lft p {
      font-size: 16px;
      line-height: 20px;
      padding: 0 35px; }
  .contact-box {
    padding: 30px 15px 40px 27px; }
    .contact-box:before {
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-top: 22px solid #f7941d;
      top: -9px; }
    .contact-box p {
      padding: 0; }
    .contact-box ul li p br {
      display: block; }
    .contact-box ul li p.contact-mob {
      display: block; }
    .contact-box ul li p:not(.contact-mob) {
      display: none; }
  .contact-btm-rgt {
    width: 100%;
    margin: 50px 0 0 0; }
    .contact-btm-rgt h3 {
      font-size: 22px; }
    .contact-btm-rgt .form {
      padding: 0 0 0 17px; }
      .contact-btm-rgt .form .form-actions .button--primary {
        width: auto; }
  #contact-us-success {
    font-size: 16px; } }

.wishlist-products .view-more-button-wrap {
  display: none; }
