@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");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #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: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #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-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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

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

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

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

.form-fileDescription {
  color: #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-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 {
    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;";
    max-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-left: 0.35714rem;
  padding-right: 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: inline-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: "Montserrat", 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; }

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

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

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

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 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: none; }

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  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: #007dc6; }

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

.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: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: #f7941d; }

.product:hover .sold-out-flag-side {
  background: black; }

.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: #007dc6;
  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: black; }

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body {
  display: none; }

.navBar.navBar--sub.navBar--account {
  display: none; }

.modal-close:focus::after, .modal-close:focus::before {
  display: none; }

#add-to-cart-wrapper .form-action {
  margin-top: 0; }

#add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
  display: flex !important; }

.tingle-modal-box {
  background-color: #e5e5e5 !important; }

.b2b-wrap table tr:hover {
  background-color: #dddddd !important; }

#invoice-detail-pending .invoice-detail-pending {
  background-color: #e5e5e5 !important; }

.dropdown-menu.show-action {
  background-color: #dddddd;
  width: unset !important; }

.cart-info {
  color: #757575; }

.file-upload-drop {
  color: #757575; }

.card-figcaption-body > button {
  width: 100%; }

.card-figcaption-body input {
  vertical-align: middle; }

button#add_to_cart {
  border-color: #444444;
  background-color: #444444; }

#navPages-account .navPage-subMenu-list .navPage-subMenu-action.navPages-action {
  padding-left: 0; }

#shopping_list_table .product-options {
  color: inherit !important; }

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 {
      width: auto;
      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: none;
      border-radius: 0;
      padding: 0 25px 0 11px; }
  .listing-filter.listing-filter-btm {
    float: left;
    justify-content: center;
    border-bottom: none;
    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: 3; }
    .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 20px; }
    .card .card-title a {
      color: #000 !important; }
      .card .card-title a:hover {
        color: #1252B4 !important;
        text-decoration: underline; }
  .card .card-rating {
    margin: 0; }
  .card .card-text {
    width: 100%;
    float: left; }
  .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; }
  .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; }

#faceted-search-container .facetedSearch.sidebarBlock {
  padding: 10px 0 0 0; }

.facetedSearch-refineFilters h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 21px 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: #002d73;
      color: #fff;
      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: #F7941D;
        color: #000; }
  .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 8px; }

.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 38px 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 {
  width: 100%;
  height: 40px;
  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 {
    lis-style: none; }
  .top-bar-slider li {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    display: none; }
    .top-bar-slider li:first-child {
      display: block; }
    .top-bar-slider li.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: #002D73;
  padding: 5px 0; }

.header-top-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .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 15px;
      position: relative; }
      .header-top-wraper ul li:first-child {
        border-left: none; }
      .header-top-wraper ul li:last-child {
        padding-right: 0; }
      .header-top-wraper ul li a {
        color: #fff; }
        .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: 41px;
  right: 0;
  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: 999;
  transition: all .3s ease-in; }
  .acc-links:before {
    position: absolute;
    top: -7px;
    right: 16px;
    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;
    right: 16px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
    content: ""; }
  .acc-links ul {
    float: left;
    list-style: none;
    padding: 0 10px 10px;
    margin: 0; }
  .acc-links li {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    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: #3c3c3c; }
      .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: #fff;
    stroke: none; }

.header-cart .navUser-item-cartLabel {
  width: 24px;
  height: 22px; }

.header-cart .countPill {
  width: 16px;
  height: 16px;
  background: #1252B4;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 17px;
  padding: 1px 0 0 1px;
  margin: 0; }
  .header-cart .countPill:not(.countPill--positive) {
    display: 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; }

.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 57px 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.navPages-action {
        color: #000;
        font-size: 20px;
        padding: 3px 0;
        position: relative; }
        .megamenu > ul > li > a.navPages-action:after {
          width: 0;
          height: 4px;
          background: #F7941D;
          position: absolute;
          left: 0;
          bottom: 0;
          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-top {
  width: 100%;
  float: left;
  background: #3C3C3C;
  color: #fff;
  padding: 0; }

.ft-top-wraper {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0; }

.ft-top-lft {
  width: 100%;
  float: left; }

.ft-col {
  float: left;
  padding: 0 15px 0 0; }
  .ft-col h6 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 15px 0; }
    .ft-col h6.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: 13px;
      font-family: 'Roboto', sans-serif;
      line-height: 16px;
      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: #fff;
          text-decoration: underline; }
          .ft-col ul li.ft-tel a:hover {
            opacity: 0.7; }

.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: #fff;
    font-size: 14px; }
    .ft-btm-lft ul li + li {
      margin: 0 0 0 30px; }
    .ft-btm-lft ul li a {
      float: left;
      color: #fff; }
      .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 {
      width: 36px;
      height: 36px;
      float: left;
      display: inline-flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      border: 1px solid #fff;
      border-radius: 4px; }
      .ft-btm-rgt ul li a svg {
        transition: all .3s ease-in; }
      .ft-btm-rgt ul li a:hover {
        background: #fff; }
        .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-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: 15px 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: 20px 0 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: 175px;
  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 22px;
  margin: 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 .clearance-nav li a {
  color: #000; }

.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: 700;
  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: 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%3E%3Cg%3E%3Cpath fill='%23a7a8a8' d='M5 14V0h4v14z'/%3E%3C/g%3E%3Cg transform='rotate(90 7 7)'%3E%3Cpath fill='%23a7a8a8' d='M5 14V0h4v14z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 6px;
  right: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.sub-menu-toggle.active .child-trigger {
  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%3E%3Cg transform='rotate(90 7 2)'%3E%3Cpath fill='%23f7941d' d='M5 9V-5h4V9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.sub-menu-toggle.active .child-trigger2 {
  color: #F7941D; }

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

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

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

#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;
    text-align: left;
    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: 42px;
    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; }

.detail-rgt #shoppinglist-dropdown {
  width: 350px;
  max-width: inherit;
  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;
  overflow: visible; }
  .detail-rgt #shoppinglist-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 #shoppinglist-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 #shoppinglist-dropdown li {
    border-bottom: 1px solid #ccc; }
    .detail-rgt #shoppinglist-dropdown li:last-child {
      border-bottom: none; }
  .detail-rgt #shoppinglist-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 #shoppinglist-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;
    letter-spacing: -0.36px;
    padding: 4px 20px; }
    .productView-description .tab-title span {
      position: relative; }
  .productView-description .tabs-contents {
    margin: 0; }
  .productView-description .tab-content {
    padding: 24px 19px 0 19px;
    margin: 0; }
    .productView-description .tab-content p {
      color: #000;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 20px 0; }
      .productView-description .tab-content p a {
        color: #002d73;
        text-decoration: underline; }
        .productView-description .tab-content p a:hover {
          color: #f1941d; }
    .productView-description .tab-content ul li a {
      color: #002d73;
      text-decoration: underline; }
      .productView-description .tab-content ul li a:hover {
        color: #f1941d; }
    .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: 4px;
          height: 4px;
          background: #000;
          border-radius: 50%;
          position: absolute;
          top: 9px;
          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 .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;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  z-index: 9; }
  .scroll-top svg {
    margin: 0 0 5px 0; }
  .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;
      color: #ffffff !important;
      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: 20px;
  position: absolute;
  top: 100%;
  left: 23px;
  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-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; }

.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 180px; }
  .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%;
      min-height: 600px; }
      .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 30px 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: 94px;
      text-transform: uppercase;
      letter-spacing: -1.6px;
      margin: 0;
      text-shadow: 2px 2px 4px #000000; }
    .main-banner .main-banner-txt p {
      width: 100%;
      float: left;
      color: #fff;
      font-size: 28px;
      line-height: 35px;
      padding: 0 50px;
      margin: 0 0 12px 0; }
    .main-banner .main-banner-txt .btn {
      margin: 10px; }

.btn {
  background: #F7941D;
  color: #000 !important;
  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;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .featured-categories ul li {
      width: 33.33%;
      padding: 0 15px;
      margin: 0 0 20px 0; }
      .featured-categories ul li figure {
        width: 100%;
        height: 280px;
        float: left;
        margin: 0; }
        .featured-categories ul li figure a {
          width: 100%;
          height: 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 45px 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/d329bcf5-75f1-4cf3-af99-d431c82c2c00/MidBanner") no-repeat center top;
  background-size: cover;
  position: relative; }
  .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: 70px;
      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/24d9f7ca-81cc-4d1b-7dd5-afa2b58a3600/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/fb3ac94e-f625-4d13-df99-e17912664300/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: 60px 0 80px; }
  .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 70px 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/94103fdd-b949-46ad-aa0a-92a08e3fe400/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: 0 0 6px rgba(0, 0, 0, 0.16);
      margin: 0 0 20px 0; }

.home-reviews {
  width: 100%;
  float: left;
  padding: 77px 0 80px; }
  .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;
        font-family: "Source Sans Pro", sans-serif;
        line-height: 22px;
        text-transform: none;
        margin: 0 0 10px 0; }
        .home-reviews ul li h6 sup {
          font-size: 100%;
          top: 0; }
        .home-reviews ul li h6 a {
          color: #000; }
          .home-reviews ul li h6 a:hover {
            color: #f7941d; }
      .home-reviews ul li p {
        width: 100%;
        float: left;
        color: #000;
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px 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 li {
  text-align: center; }

.header-cart .header-btm-wraper {
  justify-content: center;
  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: #3C3C3C; }

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

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

.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: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  transition: all .3s ease-in; }
  .cart-remove.mob:hover {
    color: #3C3C3C; }

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

/******* B2B CSS *********/
.featured-banner {
  width: 100%;
  height: 230px;
  float: left; }
  .featured-banner img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    object-fit: cover; }

.cms-start {
  width: 100%;
  max-width: 100%;
  float: left;
  overflow: hidden; }
  .cms-start ol.breadcrumbs {
    margin: 0; }

.emb-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.emb-lft {
  width: calc(100% - 465px);
  padding-right: 67px; }
  .emb-lft h1 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 56px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 74px;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .emb-lft p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
    margin: 0 0 10px 0; }
    .emb-lft p:last-child {
      margin: 0p; }

.emb-rgt {
  width: 465px; }

.emb-top {
  position: relative;
  margin-top: 18px; }

.emb-rgt-sec {
  position: relative; }
  .emb-rgt-sec::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: #FFEEC1;
    width: 10000px;
    left: 99%;
    top: 0; }

.embroidery-page .container {
  max-width: 1286px; }

.emb-rgt {
  background-color: #FFEEC1;
  padding-top: 32px;
  padding-bottom: 23px;
  padding-left: 72px;
  clip-path: polygon(37px 0%, 100% 0%, 100% 100%, 37px 100%, 0% 50%);
  position: relative; }
  .emb-rgt ul {
    list-style: none; }
    .emb-rgt ul li {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: -0.4px;
      line-height: 32px;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      color: #17020D; }
      .emb-rgt ul li::before {
        content: "";
        background-color: #F7941D;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 10px; }

.specialities-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .specialities-wrap .speci-card {
    padding: 5px;
    width: 50%; }

.speci-card-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #EBEEF4; }
  .speci-card-wrap .content-speci::before {
    content: "";
    display: block;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 33px;
    height: 57px;
    background: #EBEEF4;
    position: absolute;
    top: 45px;
    right: calc(100% - 1px); }
  .speci-card-wrap.grey-sec {
    background-color: #E2E2E2; }
    .speci-card-wrap.grey-sec .content-speci::before {
      background: #E2E2E2; }

.content-speci {
  flex: 1;
  padding: 44px 19px 28px 28px;
  position: relative; }
  .content-speci h3 {
    color: #002D73;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -0.64px;
    margin: 0 0 11px 0;
    font-weight: 700; }
  .content-speci p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    font-weight: 600; }
    .content-speci p a {
      color: #1252B4;
      text-decoration: underline; }
      .content-speci p a:hover {
        color: #f7941d; }

.specialities .container {
  max-width: 1386px; }

.embro-video {
  clear: both;
  padding-top: 61px;
  padding-bottom: 81px; }
  .embro-video .container {
    max-width: 1190px; }
  .embro-video h2 {
    font-size: 42px;
    line-height: 55px;
    letter-spacing: -0.84px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 34px; }

.embro-video-content {
  padding-right: 54px;
  padding-top: 45px; }
  .embro-video-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000; }
  .embro-video-content .note-title {
    margin-bottom: 0; }
  .embro-video-content .note-content p {
    margin-bottom: 27px; }
  .embro-video-content .contact-note {
    margin-bottom: 0; }

.embro-video-wrap {
  display: flex;
  align-items: flex-start; }
  .embro-video-wrap .main-video-embro {
    display: flex; }
    .embro-video-wrap .main-video-embro iframe {
      width: 727px;
      height: 391px; }

.contact-note a {
  color: #F7941D; }
  .contact-note a:hover {
    color: #1252B4; }

.direct-imbroidery {
  padding-top: 25px;
  margin-bottom: -5px; }
  .direct-imbroidery .container {
    max-width: 1352px;
    padding-left: 0;
    padding-right: 0; }

.direct-imbroidery-wrap {
  display: flex; }
  .direct-imbroidery-wrap .img-section-direct-ib {
    position: relative;
    width: 702px; }
    .direct-imbroidery-wrap .img-section-direct-ib .orga-food {
      position: absolute;
      right: 0;
      top: 241px;
      z-index: 1; }
  .direct-imbroidery-wrap .content-section-direct-ib {
    width: calc(100% - 702px);
    padding-right: 193px;
    padding-left: 72px;
    padding-top: 73px; }
    .direct-imbroidery-wrap .content-section-direct-ib h3 {
      font-size: 42px;
      color: #002D73;
      letter-spacing: -0.84px;
      line-height: 55px;
      font-weight: 700;
      margin-top: 0; }

.direct-emb-content p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 600; }

.emb-details {
  padding-top: 31px; }

.emb-details-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px; }
  .emb-details-card .emb-details-card-content {
    flex: 1;
    padding-left: 20px; }
    .emb-details-card .emb-details-card-content h5 {
      font-size: 20px;
      margin-top: 0;
      line-height: 26px;
      letter-spacing: -0.4px;
      color: #000000;
      margin-bottom: 6px;
      text-transform: none; }
    .emb-details-card .emb-details-card-content p {
      font-size: 14px;
      line-height: 20px;
      color: #000000; }

.emb-details-card-img {
  background-color: #E2E2E2;
  border-radius: 100%;
  width: 104px;
  height: 104px; }

.cust-right-logo {
  position: absolute;
  top: 271px;
  right: 302px; }

.main-banner.no-bg:after {
  display: none; }

.main-banner.full-img {
  height: auto;
  text-align: center; }
  .main-banner.full-img img {
    display: inline-block;
    vertical-align: top; }

.main-banner .main-banner-txt p:last-child {
  margin: 0; }

body {
  padding: 221px 0 0 0; }

.banner-txt-btm {
  width: 100%;
  float: left;
  margin: 30px 0 0 0; }
  .banner-txt-btm .banner-txt-btm-inner {
    width: 100%;
    float: left;
    background: #ffeec1;
    border: 2px solid #f7941d;
    border-radius: 10px;
    padding: 20px; }
    .banner-txt-btm .banner-txt-btm-inner p {
      width: 100%;
      float: left;
      color: #000;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      margin: 0; }
      .banner-txt-btm .banner-txt-btm-inner p + p {
        margin: 10px 0 0 0; }

body.page-orderconfirmation {
  padding: 0; }

body #form-action-addToCart {
  display: inline !important; }

.detail-top {
  position: relative;
  z-index: 1; }

#shoppinglist-dropdown .creat-list-group {
  flex-wrap: wrap; }
  #shoppinglist-dropdown .creat-list-group .form-input {
    width: 100%;
    flex: inherit !important; }
    #shoppinglist-dropdown .creat-list-group .form-input + div {
      width: 100%;
      flex-flow: row !important;
      margin: 15px 0 0 0 !important; }
      #shoppinglist-dropdown .creat-list-group .form-input + div button {
        width: auto; }
        #shoppinglist-dropdown .creat-list-group .form-input + div button + button {
          margin: 0 0 0 15px !important; }
      #shoppinglist-dropdown .creat-list-group .form-input + div #add-new-shopping-list-confirm {
        width: 100px;
        background: #f1941d;
        color: #000; }
        #shoppinglist-dropdown .creat-list-group .form-input + div #add-new-shopping-list-confirm:hover {
          background: #FFB04D; }

.b2b-wrap .account-orderStatus-label {
  color: #000; }

.b2b-wrap table tr:hover {
  background: #f5f5f5 !important; }

.b2b-wrap .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 60px 0; }

.b2b-wrap .pagination .pagination-list .pagination-item {
  float: none; }

.b2b-wrap .pagination-list .pagination-item.pagination-item--previous {
  width: auto;
  height: auto;
  margin: 0 5px; }
  .b2b-wrap .pagination-list .pagination-item.pagination-item--previous .pagination-link {
    width: auto;
    height: auto;
    font-size: inherit; }
    .b2b-wrap .pagination-list .pagination-item.pagination-item--previous .pagination-link:hover {
      color: #4c4c4c; }
  .b2b-wrap .pagination-list .pagination-item.pagination-item--previous.disabled {
    display: none; }

.b2b-wrap .pagination-list .pagination-item.pagination-item--next {
  width: auto;
  height: auto;
  margin: 0 5px; }
  .b2b-wrap .pagination-list .pagination-item.pagination-item--next .pagination-link {
    width: auto;
    height: auto;
    font-size: inherit; }
    .b2b-wrap .pagination-list .pagination-item.pagination-item--next .pagination-link:hover {
      color: #4c4c4c; }
  .b2b-wrap .pagination-list .pagination-item.pagination-item--next.disabled {
    display: none; }

.b2b-wrap .account-body .pagination-list .pagination-item {
  width: auto;
  margin: 0 5px; }

.b2b-wrap .account-body .button.button--primary {
  background: #F1941D;
  color: #000;
  text-transform: uppercase; }
  .b2b-wrap .account-body .button.button--primary:hover {
    background: #FFB04D;
    color: #000;
    text-decoration: none; }

.b2b-wrap .button.button--small:not(.button--primary):not(.dropdown-menu-item) {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #333; }
  .b2b-wrap .button.button--small:not(.button--primary):not(.dropdown-menu-item):hover {
    background: #002d73;
    text-decoration: none;
    border: 1px solid #002d73; }

.page-page .page-content--centered:not(.not-found) {
  margin: 0; }
  .page-page .page-content--centered:not(.not-found) p:empty {
    display: none; }

.b2b-wrap {
  min-height: 700px; }
  .b2b-wrap .title-wrap {
    width: 100%;
    float: left;
    margin: 0 !important; }
    .b2b-wrap .title-wrap .page-title {
      width: 100%;
      float: left;
      color: #000;
      font-size: 38px !important;
      font-weight: 700 !important;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 40px;
      text-transform: uppercase;
      margin: 19px 0 40px 0 !important; }
    .b2b-wrap .title-wrap .title-actions {
      float: left !important;
      margin: 0 !important; }
  .b2b-wrap .table-toolbar {
    text-align: center;
    margin: 0 0 15px 0; }
    .b2b-wrap .table-toolbar .number-items {
      float: none !important;
      display: inline-block !important;
      vertical-align: top !important; }
    .b2b-wrap .table-toolbar.top {
      text-align: left;
      margin: 0; }

.buyAgain .button.button--primary {
  background: #F1941D;
  color: #000; }
  .buyAgain .button.button--primary:hover {
    background: #FFB04D;
    color: #000;
    text-decoration: none; }

.quotes-search-form .button--search {
  margin-top: -2px; }

#productReviews-content {
  display: block; }

.product-reviews-custom .productReviews-list .productReview:last-child {
  margin: 0; }

.review-pagination {
  width: 100%;
  float: left; }
  .review-pagination .pagination {
    width: 100%; }
    .review-pagination .pagination .pagination-list {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 30px 0 0 0; }
      .review-pagination .pagination .pagination-list .pagination-item {
        width: auto;
        height: auto;
        margin: 0 10px; }
        .review-pagination .pagination .pagination-list .pagination-item a {
          width: auto;
          height: auto;
          color: #000; }
          .review-pagination .pagination .pagination-list .pagination-item a:hover {
            color: #F7941D; }
        .review-pagination .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
          font-size: 15px; }
          .review-pagination .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon {
            margin: -2px 0 0 0; }
        .review-pagination .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
          font-size: 15px; }
          .review-pagination .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon {
            margin: -2px 0 0 0; }

.form-field.B3ExtraField-NSID {
  display: none; }

.form-field.B3ExtraField-FreeShippingThreshold {
  display: none; }

.form-field.B3ExtraField-PaymentTerms {
  display: none; }

.navPage-subMenu-list .navPage-subMenu-item-parent .navPages-action {
  text-transform: none; }

.navPages-item.parent .navPages-action[aria-label="Help"] + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent {
  display: none; }

.productView-details.product-options .productView-options p.backorder-shipping-description {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 0 0; }

.product-option-wraper + .form-field.form-field--stock {
  margin: 15px 0 5px; }

.product-option-wraper + .form-field.form-field--stock .form-label {
  cursor: auto; }

.product-option-wraper + .form-field.form-field--stock .form-label span[data-product-stock] {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin: 0; }

.productView-product .productView-price .price-section.rrp-price--withoutTax {
  display: none !important; }

.productView-product .productView-price .price-section.price-section--saving {
  display: none !important; }

body.page-category .modal-background {
  z-index: 9 !important; }

body.page-category .modal {
  z-index: 99 !important; }

.productView-product .brand-name {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.28px;
  margin: 0; }

.breadcrumb-wraper {
  margin-top: 20px; }

@media (min-width: 1024px) {
  .megamenu > ul > li {
    padding: 0; }
  .megamenu > ul > li > a.navPages-action {
    padding: 25px 19px; }
  .navPages-action-moreIcon {
    width: 9px !important;
    height: 9px !important;
    margin: -2px 0 0 5px !important; }
  .navPages-action svg {
    fill: #000 !important;
    stroke: #000 !important; }
  .navPages-action.is-open {
    background-color: #f9f9f9; }
  .navPage-subMenu {
    background-color: #f9f9f9; }
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    padding: 5px 15px; }
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      color: #f7941d; }
  .navPage-subMenu-item-child .navPage-subMenu-action {
    text-transform: none;
    padding: 5px 15px; }
    .navPage-subMenu-item-child .navPage-subMenu-action:hover {
      color: #f7941d; }
  .navPages .navPage-subMenu-list {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 0; }
  .megamenu > ul > li.navPages-item-page {
    font-weight: 400; }
    .megamenu > ul > li.navPages-item-page > a.navPages-action {
      font-weight: 400; }
  .navPage-subMenu-item-child {
    position: relative; }
  .navPage-subMenu-horizontal.is-open {
    border-left: none; } }

@media (max-width: 1365px) {
  .emb-lft {
    width: calc(100% - 369px);
    padding-right: 43px;
    padding-top: 17px; }
  .emb-rgt-sec {
    width: 369px; }
  .emb-lft h1 {
    margin-bottom: 3px; }
  .direct-imbroidery-wrap .img-section-direct-ib {
    width: 578px;
    padding-right: 0; }
  .direct-imbroidery-wrap .content-section-direct-ib {
    width: calc(100% - 578px);
    padding-left: 38px;
    padding-right: 25px;
    padding-top: 33px;
    padding-bottom: 27px; }
  .direct-imbroidery {
    padding-top: 38px; }
  .emb-details-card .emb-details-card-content {
    padding-top: 2px; }
  .emb-details-card {
    margin-bottom: 21px; }
  .content-speci h3 {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 32px; }
  .content-speci p {
    font-size: 14px;
    line-height: 18px; }
  .img-speci img {
    max-width: 280px; }
  .specialities-wrap .speci-card {
    padding: 3.5px 4px; }
  .specialities .container {
    padding-left: 0;
    padding-right: 0; }
  .specialities-wrap {
    margin: 0 -4px; }
  .content-speci {
    padding: 18px 15px 19px 21px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .embro-video {
    padding-top: 65px;
    padding-bottom: 54px; }
  .embro-video-wrap .main-video-embro iframe {
    width: 561px;
    height: 301px; }
  .embro-video h2 {
    margin-bottom: 27px; }
  .embro-video-content {
    padding-top: 0; }
  .img-section-direct-ib img {
    margin-left: -60px;
    width: calc(100% + 60px);
    max-width: initial; }
  .megamenu > ul > li {
    font-size: 18px; }
  .detail-rgt #shoppinglist-dropdown {
    width: 300px; }
  .b2b-wrap {
    min-height: 500px; }
  .megamenu > ul > li > a.navPages-action {
    font-size: 18px;
    padding: 25px 14px; }
  .header-btm-wraper {
    padding: 10px 0 0 0; }
  .card .card-rating {
    margin: 0 0 5px 0; } }

@media (max-width: 1199px) {
  .megamenu > ul > li > a.navPages-action {
    font-size: 16px;
    padding: 25px 8px; } }

@media (max-width: 1023px) {
  .featured-banner {
    height: 129px; }
  .emb-lft h1 {
    font-size: 46px;
    letter-spacing: -0.92px;
    line-height: 48px;
    margin-bottom: 11px; }
  .emb-lft p {
    font-size: 16px;
    line-height: 26px; }
  .emb-top {
    align-items: flex-start; }
  .emb-rgt-sec {
    width: 261px; }
  .emb-lft {
    width: calc(100% - 261px);
    padding-right: 38px;
    padding-top: 2px; }
  .direct-imbroidery-wrap .img-section-direct-ib {
    width: 370px; }
  .direct-imbroidery-wrap .content-section-direct-ib {
    width: calc(100% - 370px);
    padding-top: 0;
    padding-left: 50px; }
  .direct-imbroidery-wrap .content-section-direct-ib h3 {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 43px;
    margin-bottom: 9px; }
  .direct-imbroidery {
    padding-top: 25px;
    margin-bottom: -10px; }
  .direct-emb-content p {
    font-size: 16px;
    line-height: 22px; }
  .emb-details-card-img {
    width: 84px;
    height: 84px; }
  .emb-details-card .emb-details-card-content {
    padding-left: 16px; }
  .emb-details-card .emb-details-card-content h5 {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 24px; }
  .emb-details {
    padding-top: 4px; }
  .emb-details-card {
    margin-bottom: 0; }
  .emb-details-card .emb-details-card-content {
    padding-right: 16px; }
  .specialities .container {
    max-width: 663px; }
  .specialities-wrap .speci-card {
    width: 100%; }
  .content-speci h3 {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 43px; }
  .content-speci p {
    font-size: 16px;
    line-height: 22px; }
  .content-speci {
    padding: 43px 20px 19px 28px;
    justify-content: flex-start; }
  .img-speci img {
    max-width: 365px;
    width: 100%; }
  .specialities-wrap .speci-card {
    padding-top: 10px;
    padding-bottom: 10px; }
  .embro-video h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 43px; }
  .embro-video {
    padding-top: 59px; }
  .embro-video-wrap {
    flex-wrap: wrap;
    justify-content: center; }
  .main-video-embro {
    order: -1; }
  .embro-video-content {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px; }
  .embro-video-wrap .main-video-embro iframe {
    width: 698px;
    height: 375px; }
  .embro-video h2 {
    margin-bottom: 15px; }
  .embro-video-content p {
    font-size: 16px;
    line-height: 26px; }
  p.contact-note {
    padding-top: 8px; }
  .embro-video-content {
    padding-top: 19px; }
  .contact-note a {
    display: inline-block; }
  .embro-video {
    padding-bottom: 36px; }
  .img-section-direct-ib img {
    margin-left: -170px;
    width: calc(100% + 170px); }
  .embro-video-wrap .main-video-embro {
    width: 100%;
    justify-content: center; }
  .quotes .filter-btn {
    width: auto;
    background: none;
    padding: 0; }
    .quotes .filter-btn a {
      width: 100px;
      margin: 0; }
  .quotes-filter-form .filter-actions .button {
    margin-right: 0; }
    .quotes-filter-form .filter-actions .button + .button {
      margin-left: 10px; }
  .b2b-wrap .title-wrap .page-title {
    font-size: 35px;
    margin: 15px 0 35px 0 !important; }
  .mobileMenu-toggle {
    width: 30px;
    height: 30px;
    left: 35px;
    padding: 0; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    width: 30px;
    height: 4px;
    background: #000; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #000; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 13px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -10px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -10px; }
  .header-logo {
    margin: 0 0 0 50px; }
  html.menu-open {
    overflow: hidden; } }

@media (max-width: 767px) {
  .emb-top, .direct-imbroidery-wrap {
    flex-direction: column; }
  .emb-lft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
  .direct-imbroidery-wrap .img-section-direct-ib {
    width: 100%;
    margin-bottom: 18px; }
  .direct-imbroidery-wrap .content-section-direct-ib {
    width: 100%;
    padding-left: 20px;
    padding-right: 32px; }
  .featured-banner {
    height: 100px; }
  .emb-lft h1 {
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 40px;
    padding-right: 20px; }
  .emb-top {
    margin-top: 0;
    align-items: end; }
  .emb-rgt-sec {
    max-width: 324px;
    width: 100%; }
  .direct-imbroidery-wrap .content-section-direct-ib h3 {
    margin-bottom: 12px; }
  .specialities .container {
    padding-left: 47.5px;
    padding-right: 47.5px;
    max-width: 375px; }
  .speci-card-wrap .content-speci::before {
    display: none; }
  .content-speci h3 {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 32px; }
  .content-speci p {
    font-size: 14px;
    line-height: 18px; }
  .content-speci {
    padding: 18px 20px 22px 20px; }
  .embro-video h2 {
    font-size: 26px;
    letter-spacing: -0.52px;
    line-height: 34px;
    padding-left: 30px;
    padding-right: 30px; }
  .embro-video {
    padding-top: 48px; }
  .embro-video-wrap .main-video-embro iframe {
    height: 180px;
    max-width: 335px;
    width: 100%; }
  .embro-video-content {
    padding-top: 10px; }
  .embro-video-content {
    padding-left: 0;
    padding-right: 0; }
  p.contact-note {
    padding-top: 0px; }
  .img-section-direct-ib img {
    width: 538px;
    margin-left: -176px; }
  .direct-imbroidery {
    padding-top: 39px; }
  .main-banner.no-bg-tab:after {
    display: none; }
  .main-banner.full-img .main-banner-txt {
    width: 100%;
    float: left;
    color: #000;
    padding: 30px 15px 10px;
    position: static;
    transform: none; }
    .main-banner.full-img .main-banner-txt h1 {
      color: #000; }
    .main-banner.full-img .main-banner-txt p {
      color: #000;
      padding: 0; }
  .b2b-wrap .title-wrap .page-title {
    font-size: 30px;
    line-height: 35px; }
  .mobileMenu-toggle {
    left: 18px; }
  .productView-details.product-options .productView-options p.backorder-shipping-description {
    line-height: 20px; } }

@media (max-width: 374px) {
  .specialities .container {
    padding-left: 15px;
    padding-right: 15px; }
  .direct-imbroidery-wrap .content-section-direct-ib {
    padding-left: 15px;
    padding-right: 15px; } }

@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; }
  .header-top-wraper {
    padding: 0; }
  .megamenu > ul > li {
    padding: 0; }
    .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: 15px; }
  .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; }
  .main-banner .main-banner-txt p {
    margin: 0 0 20px 0; }
  .featured-categories {
    padding: 60px 0 46px; }
    .featured-categories ul {
      margin: 0 -12.5px; }
      .featured-categories ul li {
        padding: 0 12.5px; }
        .featured-categories ul li figure {
          height: 231px; }
        .featured-categories ul li .featured-cat-btm a {
          min-height: 90px;
          padding: 8px 12px 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: 50px;
        line-height: 52px;
        letter-spacing: -1.18px;
        margin: 0 0 10px 0; }
      .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: 80px 0 30px; }
    .popular-items ul {
      padding: 0 158px; }
      .popular-items ul li {
        width: 33.33%;
        padding: 0 17px;
        margin: 0 0 50px 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; }
  .home-reviews {
    padding: 80px 0; }
    .home-reviews ul li {
      padding: 0 25px; }
  .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 15px 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 li {
      font-size: 16px; }
  .header-wraper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
  .header-top {
    width: auto;
    background: none;
    padding: 0; }
  .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; }
  .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; }
  .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 20px 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: 50px 0 40px; }
  .ft-col {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 14px 0; }
    .ft-col:last-child {
      margin: 0; }
    .ft-col h6 {
      display: none;
      margin: 0; }
      .ft-col h6.mob-toggle {
        display: inline-block;
        cursor: pointer;
        padding: 1px 0 0 22px;
        position: relative; }
        .ft-col h6.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 h6.mob-toggle.active {
          color: #fff; }
          .ft-col h6.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;
            filter: brightness(100); }
    .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 li {
    width: 33.33%; }
  .quickSearchResults .modal-close {
    display: block;
    color: #000;
    font-size: 40px;
    top: -5px;
    right: 25px; }
  .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; }
  .main-banner .main-banner-txt p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 30px;
    margin: 0 0 22px 0; }
  .featured-categories {
    padding: 46px 0 50px; }
    .featured-categories .container {
      text-align: center; }
    .featured-categories h3 {
      margin: 0 0 15px 0; }
    .featured-categories ul {
      display: inline-block;
      vertical-align: top;
      margin: 0 -9px; }
      .featured-categories ul li {
        width: 33.33%;
        float: left;
        padding: 0 9px;
        margin: 0 0 22px 0; }
        .featured-categories ul li figure {
          height: 163px; }
        .featured-categories ul li .featured-cat-btm a {
          min-height: 75px; }
  .mid-banner {
    height: 293px; }
    .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; }
        .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: 80px 0 20px; }
    .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; }
  .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; }
  .listing-filter {
    justify-content: center; }
  #faceted-search-container .facetedSearch.sidebarBlock {
    padding: 0; }
  .page-forgotpassword .body .container .account--fixedSmall {
    min-height: inherit; }
  .productView-description .tab-content ul li::before {
    top: 9.5px; }
  .b2b-wrap {
    min-height: 450px; }
  body.has-activeNavPages {
    padding: 0;
    overflow: hidden; }
  .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: 100%;
    /*height: calc(100vh - 176px);*/
    top: 0;
    left: 0;
    bottom: auto;
    /*box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);*/
    overflow-y: auto; }
  .navPages {
    width: 100%;
    /*height: auto;*/
    background-color: #f5f5f5;
    position: relative;
    /*overflow: auto;*/ }
  .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; }
  .navPages-container.is-open {
    padding: 0; }
  .h-btm-rgt {
    width: 100%;
    position: absolute;
    top: 107px;
    left: 0; }
  /*.menu-open .h-btm-rgt{
    height: calc(100vh - 210px);
  }
  .menu-open.scroll-Up:not(.no-sticky) .h-btm-rgt{
    height: calc(100vh - 174px);
  }*/
  .header.is-open {
    height: auto;
    z-index: 999; }
  .menu-open .h-btm-rgt {
    height: calc(100vh - 220px);
    background: #fff;
    overflow-y: auto; }
  .menu-open.scroll-Up:not(.no-sticky) .h-btm-rgt {
    height: calc(100vh - 185px); }
  .menu-open .h-btm-rgt .navPages-container {
    height: auto;
    overflow: hidden; }
  body.menu-bg2:before {
    display: none; }
  .menu-open .h-btm-rgt .navPages {
    height: auto;
    overflow: hidden; }
  .navPages-container.is-open {
    padding-top: 0 !important;
    z-index: 9 !important; }
  .h-mobile-btm-links {
    left: 0;
    bottom: 0; }
  .navPages-action {
    color: #000;
    text-transform: none; }
    .navPages-action:hover {
      color: #f7941d; }
  .megamenu > ul > li > a.navPages-action {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 8px 22px; }
  .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
    display: block; } }

@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: 0 0 30px 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; }
  .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: 50px 0 40px; }
  .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; }
  .detail-top-bar {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 30px 0 0 0; }
    .detail-top-bar .productView-title {
      margin: 0 0 10px 0; }
    .detail-top-bar .productView-product {
      padding: 0 0 7px 0;
      margin: 0 0 15px 0; }
      .detail-top-bar .productView-product .productView-rating {
        border-bottom: none;
        margin: 8px 0 0 0; }
  .productView-images {
    width: 100%; }
  .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; }
  .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 .review-content {
      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 50px 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; }
    .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; }
  .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; }
  .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; }
  .category-page .page-sidebar {
    margin: 15px 0 20px 0; }
  .ft-col ul li {
    line-height: 22px; }
  .productView-options .form-action {
    width: 100% !important; }
  .productView-options .form-action #form-action-addToCart {
    width: 290px !important; }
  .productView-options .form.form-wishlist {
    position: relative;
    left: 0;
    bottom: 0; }
  .productView-options .form {
    float: left; }
  #wishlist-dropdown.is-open {
    width: 200px !important; } }

@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; }
    .main-banner .main-banner-txt p {
      font-size: 19px;
      line-height: 28px;
      padding: 0; }
  .featured-categories ul li {
    width: 50%;
    margin: 0 0 15px 0; }
    .featured-categories ul li figure {
      height: 200px; }
    .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; }
    .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; }
  .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) {
  .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: 0 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 20px; }
      .main-banner .main-banner-txt h1 {
        font-size: 44px;
        line-height: 42px;
        letter-spacing: -0.88px;
        margin: 0 0 16px 0; }
      .main-banner .main-banner-txt p {
        font-size: 20px;
        line-height: 24px;
        padding: 0; }
  .featured-categories {
    padding: 40px 0 20px; }
    .featured-categories ul {
      width: auto; }
      .featured-categories ul li {
        padding: 0 7px; }
        .featured-categories ul li figure {
          height: 120px; }
        .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 8px 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; }
      .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: 80px 0 50px; }
    .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; }
      .btm-banner-img .btm-img-content .btn {
        font-size: 18px;
        letter-spacing: -0.36px;
        padding: 10px 19px 9px; }
  .home-reviews {
    padding: 80px 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: 30px; }
  #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 15px 0; }
  .card-reviews .pr-category-snippet {
    margin: 5px 0 !important; }
  .card .card-text-btm {
    padding: 0 30px 6px 7px; }
  .card .wishlist-icon {
    position: absolute;
    right: 7px;
    bottom: 10px; }
  .main-banner .main-banner-txt h1 {
    font-size: 35px; }
  .main-banner .main-banner-txt p {
    font-size: 18px;
    line-height: 25px; }
  .banner-txt-btm .banner-txt-btm-inner p {
    font-size: 17px;
    line-height: 25px; }
  .quotes-filter-form .filter-status {
    width: 100% !important; }
  .b2b-wrap .title-wrap .page-title {
    font-size: 28px;
    line-height: 33px; } }

@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) {
  .main-video-embro {
    width: 100%; }
  .speci-card-wrap {
    background-color: #E2E2E2;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
  .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 li {
    font-size: 15px; }
  .header .container {
    padding: 0 15px; }
  .header-mobile-menu-btn svg {
    width: 20px;
    height: 15px; }
  .header-top-wraper ul li {
    padding: 4px 5px; }
  .header-cart .navUser-item-cartLabel {
    height: 21px; }
  #cart-preview-dropdown.dropdown-menu {
    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: 168px; }
  .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; }
  .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; }
  .productView-description .tab-content ul li::before {
    top: 10px; }
  .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; }
      .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: 100%;
      float: none;
      display: inline-block;
      vertical-align: top;
      padding: 0; }
      .featured-categories ul li figure {
        height: 260px; }
      .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; }
      .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; }
  .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; }
  .main-banner.full-img .main-banner-txt {
    padding: 25px 15px 5px; }
  .main-banner.full-img .main-banner-txt h1 {
    font-size: 35px; }
  .banner-txt-btm .banner-txt-btm-inner {
    padding: 15px; }
  .banner-txt-btm .banner-txt-btm-inner p {
    font-size: 16px; }
  .detail-rgt #shoppinglist-dropdown {
    width: 290px; }
  .b2b-wrap .title-wrap .page-title {
    font-size: 25px;
    line-height: 30px; } }

.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, .custom-blog-list-wrap 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: auto;
    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); }
  .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; } }

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

.page-content--centered .button--primary {
  background: #F1941D;
  border: 0px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto Condensed";
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 17px;
  padding: 13px 10px; }

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

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

.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 !important;
    margin: 0 0 0 20px; } }

.garments-care-page .container {
  max-width: 1416px;
  padding: 0 0 0 65px; }

.repair-top-rgt.garments-top-img {
  width: 560px; }

.repair-top-lft.garments-top-content {
  width: calc(100% - 560px); }

/* Revert Menu to Native BC Menu Changes Start - 03/07/2023  */
.navPage-subMenu {
  padding: 0 !important; }

@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% - 225px);
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .h-btm-rgt {
    width: calc(100% - 225px); } }

@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: auto; }
  @media (min-width: 1024px) {
    .navPages-container {
      height: auto; } }
  .navPages-container.is-open {
    padding-top: 20px;
    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; } }
      .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  */
/* 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: none;*/ }
        @media (min-width: 1024px) {
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-checkout {
            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; }
        @media (min-width: 1024px) {
          #cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart {
            /*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;
          width: 158px;
          background: #002d73;
          float: none;
          margin: auto; }
          @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: calc(100vh - 286px); } }

#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 */
/*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*/
[for="FormField_38"] {
  display: none; }

/*Address Validator Popup Style Overrides */
.kwmav_bottom_bar {
  display: none; }

/* Product Notes Product Modifier*/
.product-option-wraper [data-product-attribute="input-text"] {
  display: none; }

.cart-item-block.cart-item-title .definitionList-key {
  display: none; }

.card .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: none; }

.card .price-section span {
  color: #000; }

.b2b-home-btm ul li .newsletter-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 13px 0; }
  .b2b-home-btm ul li .newsletter-top svg {
    margin: 0 10px 0 0; }
  .b2b-home-btm ul li .newsletter-top h6 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: -0.44px;
    margin: 0; }

.b2b-home-btm ul li .klaviyo-form {
  width: 100%; }
  .b2b-home-btm ul li .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .b2b-home-btm ul li .klaviyo-form form > .needsclick.kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1:last-child .needsclick.kl-private-reset-css-Xuajs1 {
    padding: 0 !important;
    margin: 5px 0 0 0; }
  .b2b-home-btm ul li .klaviyo-form input {
    height: 40px !important;
    background: #E2E2E2 !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-style: italic !important;
    border: none !important; }
    .b2b-home-btm ul li .klaviyo-form input::placeholder {
      color: #000;
      opacity: 1; }

.b2b-home-btm ul li .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 span {
  font-size: 13px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.b2b-home-btm ul li .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 input {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.b2b-home-btm ul li .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button {
  width: 102px !important;
  height: 32px !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  letter-spacing: -0.32px !important;
  margin: 0 !important; }

.b2b-header-top {
  z-index: 99; }

.loggedin-txt a {
  color: #fff; }
  .loggedin-txt a:hover {
    color: #f7941d; }

.b2b-wrap #quick_add_section .pagination-list {
  margin: 0 !important; }

#new_shopping_list_form .form-actions .button:not(.button--primary) {
  width: auto;
  min-width: inherit;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 1;
  padding: 9px 15px 7px;
  margin: 0; }

.invoices-wrap .c00371 {
  width: 100%; }

#modal-user-management-new-form .form-actions .button:not(.button--primary) {
  width: auto;
  min-width: inherit;
  height: auto;
  font-size: 16px;
  line-height: 1;
  padding: 13px 15px 11px;
  margin: 0 0 0 5px;
  position: static; }

@media (max-width: 1023px) {
  .b2b-home-btm ul li .newsletter-top svg {
    width: 22px;
    margin: 0 7px 0 0; }
  .b2b-home-btm ul li .newsletter-top h6 {
    font-size: 20px; }
  body.scroll-up:not(.no-sticky) .megamenu > ul > li {
    padding: 0 !important; }
  .navBar.navBar--sub.navBar--account {
    display: block !important;
    margin-top: 0; }
  .navBar.navBar--sub.navBar--account .navBar-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0; }
  .navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
    padding: 0 10px;
    margin: 0; }
  .navBar.navBar--sub.navBar--account .navBar-section .navBar-item + .navBar-item {
    border-left: 1px solid #ccc; }
  .menu-open .scroll-up .h-btm-rgt {
    height: calc(100vh - 120px); }
  .menu-open .scroll-up.no-sticky .h-btm-rgt {
    height: calc(100vh - 154px); } }

@media (max-width: 767px) {
  .navBar.navBar--sub.navBar--account .navBar-section .navBar-item a {
    font-size: 14px; }
  #new_shopping_list_form .form-actions .button:not(.button--primary) {
    font-size: 14px;
    padding: 8px 10px 6px; }
  .tingle-modal-box__content .modal-header-title {
    font-size: 18px;
    text-align: left; } }

@media (max-width: 567px) {
  #modal-user-management-new-form .form-actions .button:not(.button--primary) {
    width: 100%;
    margin: 10px 0 0 0; } }

@media (max-width: 540px) {
  .tingle-modal-box__content .modal-header {
    padding-left: 20px;
    padding-right: 20px; } }

.page [data-sub-layout-container] {
  width: 100%; }

.page-createaccount .account-body .page-heading {
  display: none; }

.page-createaccount .account-body .page-heading-new {
  width: 100%;
  float: left;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 19px 0; }

.create-acc-col.acc-col2 #FormField_44 input + .form-label {
  font-weight: 400;
  text-transform: none; }

.create-acc-col #FormField_6 .form-label small {
  display: none; }

.create-acc-col #tpa-email-filed .form-label small {
  display: none; }

.create-acc-col #FormField_44 .form-label small {
  display: none; }

@media (max-width: 767px) {
  .page-createaccount .account-body .page-heading-new {
    line-height: 44px;
    margin: 30px 0 19px; } }

.productView .detail-top .detail-rgt .productView-options .form-action .button.button--primary {
  border: none;
  background: #59595B;
  color: #000 !important;
  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; }
  .productView .detail-top .detail-rgt .productView-options .form-action .button.button--primary:hover {
    background: #FFB04D;
    color: #000; }

.custom-cart-message .warning-message {
  position: relative;
  background: #ffcc00;
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px 55px;
  margin: 8px 0;
  font-size: 16px; }
  .custom-cart-message .warning-message::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(https://refrigiwear-sandbox-01.mybigcommerce.com/content/warning_icon.svg) no-repeat center;
    background-size: cover; }

/* Artifi CSS Code Start */
.custom-hide {
  display: none !important; }

.productView-options div#artifi-personalize-button-container {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 0px 20px; }

.productView-options div#artifi-personalize-button-container.form-action #form-action-addToCart {
  max-width: 290px; }

.productView .detail-top .detail-rgt .productView-options div#artifi-personalize-button-container.form-action > div > .button.button--primary {
  border-radius: 0px;
  color: #fff !important; }

.productView .detail-top .detail-rgt .productView-options div#artifi-personalize-button-container.form-action > div > .button.button--primary:hover {
  background: #D1D3D4;
  color: #000 !important; }

@media only screen and (max-width: 1199px) {
  .productView-options .form-action #form-action-addToCart {
    background-position: 35px center; } }

@media only screen and (max-width: 990px) {
  .productView-options div#artifi-personalize-button-container.form-action #form-action-addToCart {
    max-width: 100%; }
  .productView-options div#artifi-personalize-button-container {
    flex-wrap: wrap;
    gap: 20px 0px; }
  .productView-options div#artifi-personalize-button-container > div,
  .productView-options div#artifi-personalize-button-container > div input {
    width: 100%; }
  .productView-options .form-action #form-action-addToCart {
    background-position: 80px center; } }

@media only screen and (max-width: 767px) {
  .productView-options div#artifi-personalize-button-container.form-action #form-action-addToCart {
    width: 100% !important; } }

/* Hide the second child div within the h2 tag */
h2.cart-item-name.cart-page > div > a:first-child {
  display: none; }

table.cart .cart-item-name.cart-page > div:last-child {
  font-size: 0;
  text-align: left; }

table.cart .cart-item-name.cart-page > div:last-child a {
  font-size: 18px;
  margin: 0 !important; }

.checkout-loader.loadingOverlay {
  z-index: 999; }

.garments-care-page .container {
  max-width: 1416px;
  padding: 0 0 0 65px; }

.repair-top-rgt.garments-top-img {
  width: 560px; }

.repair-top-lft.garments-top-content {
  width: calc(100% - 560px);
  padding-top: 33px; }

.garments-top-content h1 {
  letter-spacing: -1.12px; }

.garments-top-sec.repair-top {
  align-items: flex-start; }

.do-dont-section {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0 80.5px; }

.do-dont-main {
  width: 50%;
  padding: 0 26.5px;
  display: flex; }
  .do-dont-main .do-dont-inner {
    padding: 94px 28px 11px 34px;
    position: relative; }
    .do-dont-main .do-dont-inner h3 {
      font-size: 33px;
      letter-spacing: -0.66px;
      line-height: 35px;
      font-weight: 700;
      padding: 8px 25px 7px 25px;
      display: inline-block;
      clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
      margin: 0;
      position: absolute;
      left: -10px;
      top: 23px; }
    .do-dont-main .do-dont-inner h4 {
      color: #000;
      font-size: 26px;
      line-height: 30px;
      margin-top: 0; }
    .do-dont-main .do-dont-inner p {
      color: #000;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 33px;
      font-weight: 700; }

.do-card .do-dont-inner {
  background-color: #EBEEF4; }
  .do-card .do-dont-inner h3 {
    background-color: #002D73;
    color: #fff; }

.dont-card .do-dont-inner {
  background-color: #FFEEC1; }
  .dont-card .do-dont-inner h3 {
    background-color: #F7941D;
    color: #17020D; }

.garments-banner-bottom {
  height: 420px;
  margin-top: 60px; }
  .garments-banner-bottom img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

.garmetnts-instructions-head {
  padding: 0 140px;
  margin-bottom: 35px; }
  .garmetnts-instructions-head h3 {
    font-size: 46px;
    color: #17020d;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.84px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    margin: 43px 0 8px; }
  .garmetnts-instructions-head p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center; }

.inst-count {
  background-image: url(https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/1.png);
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #F7941D;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5px;
  left: 0; }

.steps-content-cust {
  flex: 1;
  position: relative;
  padding-left: 48px;
  max-width: 418px; }
  .steps-content-cust h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px; }
  .steps-content-cust p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0; }

.steps-icons-cust {
  display: inline-flex;
  width: 226px;
  background-color: #E2E2E2;
  height: 226px;
  border-radius: 100%;
  justify-content: center;
  align-items: center; }

.garments-instruction-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 19px; }

.garmetnts-instructions-listing {
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }

.garments-instruction-list-two .inst-count {
  background-image: url(https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/2.png); }

.garments-instruction-list-two .steps-content-cust {
  max-width: 448px;
  margin-left: -16px; }

.garments-instruction-list-two .steps-icons-cust svg {
  margin-right: 26px; }

.garments-instruction-list-two.garments-instruction-list-four .steps-content-cust {
  max-width: 461px;
  margin-top: 39px; }

.garments-instruction-list-three .inst-count {
  background-image: url(https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/3.png); }

.garments-instruction-list-four .inst-count {
  background-image: url(https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/4.png); }

@media screen and (max-width: 1199px) {
  .repair-top-rgt.garments-top-img {
    width: 450px; }
  .garments-care-page .container {
    padding-left: 25px; }
  .repair-top-lft.garments-top-content {
    width: calc(100% - 450px);
    padding-right: 35px;
    padding-top: 0; }
    .repair-top-lft.garments-top-content p {
      padding-right: 26px; }
  .do-dont-main {
    padding: 0 16px; }
  .do-dont-main .do-dont-inner h3 {
    left: -8px; }
  .do-dont-section {
    padding-right: 17px;
    padding-left: 0; }
  .do-dont-main.do-card {
    padding-left: 8px; }
  .do-dont-main.dont-card {
    padding-right: 8px; }
  .garments-top-sec.repair-top {
    margin: 0 0 57px 0; }
  .garments-banner-bottom {
    height: 315px; }
  .garmetnts-instructions-head {
    padding: 0 94px; }
  .garments-instruction-list {
    margin-bottom: 20px; } }

@media screen and (max-width: 1023px) {
  .repair-top-rgt.garments-top-img {
    display: block;
    width: 315px; }
  .garments-care-page .container {
    padding-left: 35px; }
  .repair-top-lft.garments-top-content {
    width: calc(100% - 315px);
    padding-right: 22px; }
    .repair-top-lft.garments-top-content h1 {
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -0.8px;
      margin: 24px 0 7px 0; }
  .do-dont-section {
    padding-right: 25px; }
  .do-dont-main .do-dont-inner {
    padding: 94px 21px 0px 32px; }
  .do-dont-main.dont-card .do-dont-inner {
    padding-right: 27px; }
  .do-dont-main .do-dont-inner p:last-child {
    margin-bottom: 27px; }
  .garments-banner-bottom {
    height: 236px; }
  .garmetnts-instructions-head h3 {
    font-size: 32px;
    letter-spacing: -0.64px; }
  .garmetnts-instructions-head {
    padding: 0 76px; }
  .garmetnts-instructions-head p {
    text-align: left; }
  .garmetnts-instructions-head h3 {
    margin: 27px 0 4px; }
  .garmetnts-instructions-listing {
    padding-right: 35px;
    max-width: 703px; } }

@media screen and (max-width: 767px) {
  .garments-care-page .container {
    padding-left: 20px;
    padding-right: 20px; }
  .repair-top-lft.garments-top-content {
    width: 100%; }
  .do-dont-main {
    width: 100%; }
  .garments-instruction-list {
    flex-direction: column; }
  .steps-content-cust {
    max-width: 100%;
    padding-right: 6px; }
  .steps-icons-cust {
    order: -1; }
  .repair-top-lft.garments-top-content h1 {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-right: 10px; }
  .repair-top-lft.garments-top-content p {
    line-height: 24px;
    padding-right: 0;
    margin-bottom: 24px; }
  .repair-top-lft.garments-top-content {
    padding-right: 0; }
  .repair-top-rgt.garments-top-img {
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto; }
  .do-dont-section {
    padding-right: 0;
    margin: 0 -1px; }
  .do-dont-main {
    padding-right: 0; }
  .do-dont-main.dont-card {
    padding-right: 0; }
  .do-dont-main .do-dont-inner h3 {
    left: -7px; }
  .do-dont-main.do-card {
    padding-left: 7px; }
  .do-dont-main.dont-card {
    padding-left: 7px; }
  .garments-top-sec.repair-top {
    margin-bottom: 30px; }
  .do-dont-main.do-card {
    margin-bottom: 19px; }
  .do-dont-main.dont-card .do-dont-inner {
    padding-right: 42px; }
  .garments-banner-bottom {
    height: 115px; }
  .garmetnts-instructions-head {
    padding: 0 0; }
  .garmetnts-instructions-head h3 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.52px;
    margin-top: 39px;
    margin-bottom: 7px; }
  .garmetnts-instructions-head p {
    font-size: 16px;
    line-height: 24px; }
  .steps-icons-cust {
    width: 141px;
    height: 141px;
    margin-bottom: 14px; }
    .steps-icons-cust svg {
      width: 63px;
      max-height: 100%; }
  .garments-instruction-list-two .steps-icons-cust svg {
    width: 84px;
    margin-right: 18px; }
  .garments-instruction-list-three .steps-icons-cust svg {
    width: 98px; }
  .garments-instruction-list-four .steps-icons-cust svg {
    width: 73px;
    margin-right: 0; }
  .steps-content-cust h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 9px; }
  .garmetnts-instructions-listing {
    padding-right: 0; }
  .garments-instruction-list-two .steps-content-cust, .garments-instruction-list-two.garments-instruction-list-four .steps-content-cust {
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
  .garments-instruction-list {
    margin-bottom: 49px; }
  .garments-instruction-list-two.garments-instruction-list-four .steps-content-cust {
    margin-top: 0; } }

@media screen and (min-width: 1366px) {
  .garmetnts-instructions .garmetnts-instructions-head {
    padding: 0 139px; }
  .garmetnts-instructions .container {
    max-width: 1366px;
    padding-left: 0; } }

.cms-start.repair-page.garments-care-page.boot-care-page {
  padding-top: 0; }

.garments-care-page.boot-care-page .container {
  max-width: 1349px;
  padding-left: 65px; }

.repair-top-rgt.boot-top-img img {
  box-shadow: none; }

.repair-top-rgt.garments-top-img.boot-top-img {
  width: 676px; }

.repair-top-lft.garments-top-content.boot-care-top-content {
  width: calc(100% - 676px);
  padding-right: 25px;
  padding-top: 9px; }

.repair-top-lft.boot-care-top-content p {
  margin: 0 0 27px 0; }

.garmetnts-instructions-head.boot-care-instructions-head {
  padding: 0 160px;
  margin-bottom: 25px; }

.repair-top.boot-care-top-sec {
  margin: 0 0 59px 0; }

.how-to-clean-boot {
  display: flex;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto; }

.how-to-clean-img {
  width: 417px;
  padding-top: 6px; }

.how-to-clean-boot-steps {
  flex: 1;
  padding-left: 97px; }
  .how-to-clean-boot-steps .how-to-clean-boot-step-list {
    margin-bottom: 40px; }
    .how-to-clean-boot-steps .how-to-clean-boot-step-list h3 {
      color: #000000;
      font-size: 26px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      position: relative;
      margin-top: 0;
      margin-bottom: 14px; }
      .how-to-clean-boot-steps .how-to-clean-boot-step-list h3 .inst-count {
        left: -47px; }
    .how-to-clean-boot-steps .how-to-clean-boot-step-list p {
      color: #000000;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px; }

.count-two {
  background-image: url(https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/2.png); }

.count-three {
  background-image: url(https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/3.png); }

.boot-care-instructions {
  margin-top: 61px; }
  .boot-care-instructions .garments-instruction-list {
    margin-bottom: 10px; }

.garments-care-page.boot-care-page .boot-care-instructions .container {
  padding-left: 0; }

@media screen and (max-width: 1200px) {
  .repair-top-rgt.garments-top-img.boot-top-img.boot-top-img {
    width: 470px; }
  .repair-top-lft.garments-top-content.boot-care-top-content {
    width: calc(100% - 470px); }
  .garments-care-page.boot-care-page .container {
    padding-left: 25px; }
  .garmetnts-instructions-head.boot-care-instructions-head {
    padding: 0 54px; }
  .how-to-clean-boot {
    padding-right: 25px;
    max-width: 940px; } }

@media screen and (max-width: 1023px) {
  .repair-top-lft.garments-top-content.boot-care-top-content {
    width: 434px;
    padding-right: 16px; }
  .garments-care-page.boot-care-page .container {
    padding-left: 35px; }
  .repair-top-rgt.garments-top-img.boot-top-img.boot-top-img {
    width: 432px;
    margin-right: -170px; }
  .repair-top-lft.garments-top-content.boot-care-top-content p {
    padding-right: 0; }
  .garmetnts-instructions-head.boot-care-instructions-head {
    padding-left: 60px;
    padding-right: 94px; }
  .garmetnts-instructions-head.boot-care-instructions-head p {
    text-align: center; }
  .how-to-clean-boot {
    padding-right: 52px;
    padding-left: 17px; }
  .how-to-clean-img {
    width: 300px;
    padding: 0 36px 0 0;
    margin: -6px 0 0 0; }
  .how-to-clean-boot-steps {
    padding-left: 48px; }
  .garmetnts-instructions-head.boot-care-instructions-head {
    margin-bottom: 28px; }
  .how-to-clean-boot-steps .how-to-clean-boot-step-list h3 {
    letter-spacing: normal; }
  .boot-care-instructions {
    margin-top: 37px; }
  .garmetnts-instructions-head.boot-care-instructions-head {
    padding-left: 94px;
    padding-right: 94px; }
  .boot-care-instructions .garmetnts-instructions-listing {
    padding-left: 17.5px;
    padding-right: 17.5px; } }

@media screen and (max-width: 767px) {
  .garments-care-page.boot-care-page .container {
    padding-left: 20px;
    padding-right: 20px; }
  .repair-top-lft.garments-top-content.boot-care-top-content h1 {
    font-size: 36px;
    padding-right: 0;
    letter-spacing: -0.72px;
    line-height: 40px; }
  .repair-top-lft.garments-top-content.boot-care-top-content {
    padding-right: 0;
    padding-top: 0; }
  .repair-top-rgt.garments-top-img.boot-top-img.boot-top-img {
    width: 470px;
    margin-right: -136px; }
  .garmetnts-instructions-head.boot-care-instructions-head {
    padding-left: 0;
    padding-right: 0; }
  .garmetnts-instructions-head.boot-care-instructions-head p {
    text-align: left; }
  .how-to-clean-boot {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
  .how-to-clean-img {
    max-width: 264px;
    width: 100%;
    padding-top: 0;
    margin: auto;
    margin-bottom: 40px; }
  .how-to-clean-boot-steps .how-to-clean-boot-step-list {
    margin-bottom: 31px; }
  .garments-care-page.boot-care-page .boot-care-instructions .container {
    padding-left: 20px; }
  .boot-care-instructions {
    margin-top: 48px; }
    .boot-care-instructions .garments-instruction-list .steps-icons-cust img {
      width: 54px; }
    .boot-care-instructions .garments-instruction-list-two .steps-icons-cust img {
      width: 114px; }
    .boot-care-instructions .garments-instruction-list-three .steps-icons-cust img {
      width: 77px; }
    .boot-care-instructions .garments-instruction-list-four .steps-icons-cust img {
      width: 85px; }
    .boot-care-instructions .steps-content-cust {
      padding-right: 0; }
  .boot-care-instructions .garmetnts-instructions-listing {
    padding-left: 0;
    padding-right: 0; }
  .boot-care-instructions .garments-instruction-list {
    margin-bottom: 48px; }
  .how-to-clean-img {
    padding: 0;
    margin: 0 auto 39px; } }

[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, .cat-desc h1, .cat-desc h2, .cat-desc h3, .cat-desc h4, .cat-desc h5, .cat-desc h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700; }

[data-content-region=page_builder_content] p, [data-content-region=page_builder_content] ul, [data-content-region=page_builder_content] ol, [data-content-region=page_builder_content] li, [data-content-region=page_builder_content] p > a, .cat-desc p, .cat-desc ul, .cat-desc ol, .cat-desc li, .cat-desc p > a {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem; }

[data-content-region=page_builder_content] p > a, [data-content-region=page_builder_content] li > a, .cat-desc p > a, .cat-desc li > a {
  text-decoration: underline; }

[data-content-region=page_builder_content] ul, .cat-desc ul {
  margin-bottom: 1.5rem !important;
  list-style-position: inside; }

.ro-product-features a {
  text-decoration: underline; }

/*Account Pages Styling */
/* Hides the edit/add buttons for addresses on account page 
 .account-body #add_new_address_button, .t-align-c.actions-field.address_book_list_action, .address-lists-table th:last-child {
	display: none;
}*/
/* Hides the Update Account button on the account page */
#main-content > div.container > div.account.account--fixed > form > div.form-actions > button.button.button--primary {
  display: none !important; }

.button.button--small.add-shopping-list {
  display: block !important; }

/* White/Blue Buttons on Account Pages */
.uploadFile-mockup.button.button--primary.c00293, #shopping_item_remove.button.button--primary.button--small.button--removeall.c00305, .action-lists .button.button--primary.button--small.edit-option, .action-lists .button.button--primary.button--small.square.list-button-remove.data-delete-item, .shoppinglist-button.button.button--small.add-shopping-items, .b2b-wrap .button.button--small:not(.button--primary):not(.dropdown-menu-item) {
  background: #fff !important;
  color: #002d73 !important;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -.34px;
  padding: 4px 5px 2px;
  border: 2px solid #002d73;
  border-radius: 0; }

/* Blue Buttons on Account Pages */
#add_items_to_list.button.button--primary.c00294, #modal-user-management-new-form.button.button--primary.c00346, #add_new_address_button.button.button--primary.button--small.button-float-right.c0042, [data-reveal-id="modal-user-management-new-form"].button.button--primary.c00346, .reorder-button.button.button--primary.button--small.reorder-items, .buyAgain .button.button--primary {
  background: #002d73 !important;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -.48px;
  padding: 13px 25px 13px;
  border: none !important;
  border-radius: 0; }

/* Orange Buttons on Account Pages */
#add_to_cart.bottom-cart-updatelist.button.button--primary.c00316, .c008.bottom-cart-container .bottom-cart-content .cart-info li .button.button--primary.c00317, #shopping_list_new.action-link.button.button--small, .button.button--primary.button--small.add-all-to-cart.c0092, .action-links a.action-link.button.button--small {
  background: #f7941d !important;
  color: #000 !important;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -.48px;
  padding: 13px 25px 13px;
  border: none !important;
  border-radius: 0; }

.bottom-cart-container.c008.c00312 span, #clear_cart {
  font-family: "Roboto Condensed",sans-serif; }

.bottom-cart-container.c008.c00312 li span {
  font-family: "Roboto", sans-serif; }

@media screen and (max-width: 1023px) {
  #add_to_cart.bottom-cart-updatelist.button.button--primary.c00316, #add_items_to_list.button.button--primary.c00294, .c008.bottom-cart-container .bottom-cart-content .cart-info li .button.button--primary.c00317, #shopping_list_new.action-link.button.button--small, .action-links a.action-link.button.button--small, .button.button--primary.button--small.add-all-to-cart.c0092, #add_new_address_button.button.button--primary.button--small.button-float-right.c0042, .reorder-button.button.button--primary.button--small.reorder-items, #modal-user-management-new-form.button.button--primary.c00346, [data-reveal-id="modal-user-management-new-form"].button.button--primary.c00346, .buyAgain .button.button--primary {
    font-size: 16px;
    letter-spacing: -.36px;
    padding: 10px 20px 9px; } }

@media screen and (max-width: 374px) {
  #add_to_cart.bottom-cart-updatelist.button.button--primary.c00316, #add_items_to_list.button.button--primary.c00294, .c008.bottom-cart-container .bottom-cart-content .cart-info li .button.button--primary.c00317, #shopping_list_new.action-link.button.button--small, .action-links a.action-link.button.button--small, .button.button--primary.button--small.add-all-to-cart.c0092, #add_new_address_button.button.button--primary.button--small.button-float-right.c0042, .reorder-button.button.button--primary.button--small.reorder-items, #modal-user-management-new-form.button.button--primary.c00346, [data-reveal-id="modal-user-management-new-form"].button.button--primary.c00346, .buyAgain .button.button--primary {
    font-size: 16px;
    letter-spacing: -.36px;
    padding: 10px 19px 9px; } }

.form .form-actions .button:not(.button--primary) {
  height: auto !important; }

.rename-shopping-list, .bo-in-stock-label, .bo-backorder-label, .button.modal-close.modal-close--button.b3cacel-btn.c00359, .button.modal-close.modal-close--button.c00108, .button.modal-close.modal-close--button.c00330 {
  display: none; }

[data-rename-list] {
  width: 100%;
  text-align: center;
  font-size: 28px; }

.button.button--small.button-filter.c00169, .button.button--small.button-filter, .button.button--small.c0040 {
  border: none !important;
  color: #000 !important;
  border-style: none !important;
  background: none !important; }

#search_button.button.button--small.c0039, #userManage-searchButton.button.button--small.c00335 {
  background: none !important;
  border: 1px solid #ccc;
  color: #000000; }

td.actions-field.t-align-c.flex-center.c00340 a {
  background-color: unset !important;
  border: none !important;
  color: #000000 !important; }

.order-details-info.c00157 button.button {
  margin: 10px 0; }

/* Webpages breadcrumbs css starts 19-03 */
.page-page .breadcrumb-wraper {
  display: block; }
  @media screen and (max-width: 767px) {
    .page-page .breadcrumb-wraper {
      margin: 0; } }

/* Webpages breadcrumbs css ends 19-03 */
/* hides logo group, config role, and source fields on account form */
#FormField_39, #FormField_40, #FormField_41 {
  display: none; }

@media (max-width: 767px) {
  .banners div[data-banner-id="Welcome to RefrigiWear"] p {
    font-size: 13px; } }

.modal-body.quickView div#artifi-personalize-button-container input[value="Personalize"] {
  display: none; }

.samco-page .productView-options div#artifi-personalize-button-container.form-action #form-action-addToCart, .avaska-page .productView-options div#artifi-personalize-button-container.form-action #form-action-addToCart {
  color: #fff !important; }

.blocker {
  background: unset; }

body.has-activeModal .modal, body.has-activeModal .modal-background {
  z-index: 100; }

body.has-activeModal header.header.cart-open {
  z-index: 102; }

.page-search .view-more-wraper {
  display: none; }

body.desk-sticky-body .header.desk-sticky.cart-open .header-top {
  display: block; }
  body.desk-sticky-body .header.desk-sticky.cart-open .header-top #cart-preview-dropdown.dropdown-menu.is-open::after {
    height: 100vh; }

.page-product .card-figcaption .card-figcaption-button.quickview {
  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%; } }

.zn-sbs.zn-sbs--product-bundle {
  padding-top: 20px; }

.zn-product-bundle__discount, .zn-product-bundle__product-title, .zn-price {
  font-family: 'Roboto Condended', sans-serif;
  font-weight: bold; }

.zn-product-bundle__cart-button {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  background-color: #f1941d !important;
  color: #000000 !important;
  border-radius: 0px !important; }

.zn-sb.zn-product-bundle {
  border-radius: 0px; }

.samco-product .zn-product-bundle__cart-button {
  background-color: #055295 !important;
  color: #ffffff !important; }

.zn-product-bundle__prices, .zn-product-bundle__product-prices {
  display: none !important; }

#FormField_43 {
  display: none !important; }

/*Hides User Management on Account Pages */
nav > ul > li > a[href="/user-management/"] {
  display: none !important; }

.bo-shipping-description[style="font-size: 14px; color: rgb(214, 0, 0);"] {
  font-weight: 700;
  background: #ede2e2;
  width: 100%;
  float: left;
  padding: 10px; }

div.backorder-modal > button {
  border-radius: 0px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }

.backorder-modal {
  font-size: 16px; }

#quick_add_section div.form-field[data-product-attribute="input-text"] {
  display: none !important; }

/********* RF MB ***********/
.brand-name {
  color: #002D73 !important;
  font-size: 12px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.24px; }

.brand-name {
  color: #002D73 !important;
  font-size: 12px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.24px; }
  .brand-name a {
    color: #002D73 !important; }
    .brand-name a:hover {
      color: #000 !important; }

.brand-name[data-text="Avaska"] {
  color: #CA0D13 !important; }
  .brand-name[data-text="Avaska"] a {
    color: #CA0D13 !important; }
    .brand-name[data-text="Avaska"] a:hover {
      color: #000 !important; }

.brand-name[data-text="Samco"] {
  color: #00743D !important; }
  .brand-name[data-text="Samco"] a {
    color: #00743D !important; }
    .brand-name[data-text="Samco"] a:hover {
      color: #000 !important; }

.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-lft {
  width: calc(100% - 420px);
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 34px 0 0; }
  .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-lft h6 span {
      position: relative; }
      .ft-mlb-lft h6 span:after {
        width: 50px;
        height: 1px;
        background: #707070;
        position: absolute;
        top: 50%;
        right: -65px;
        content: ""; }
  .ft-mlb-lft p {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    margin: 0; }
    .ft-mlb-lft p a {
      color: #000;
      font-weight: 700;
      text-transform: uppercase; }
      .ft-mlb-lft p a span {
        text-decoration: underline; }
      .ft-mlb-lft p a:hover {
        color: #4c4c4c; }

.ft-mlb-rgt {
  width: 420px; }
  .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-rgt ul li.rf-ft-mlb {
      margin: 10px 0 0 0; }

.cart-mb-logos ul {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0; }
  .cart-mb-logos ul li a {
    filter: grayscale(1); }
    .cart-mb-logos ul li a:hover {
      filter: grayscale(0); }
    .cart-mb-logos ul li a svg {
      width: 100%;
      height: 100%; }
  .cart-mb-logos ul li.avaska-logo {
    margin: 0 0 2px 0; }
  .cart-mb-logos ul li.samco-logo {
    margin: 0 0 5px 0; }

.header-cart .header-btm-wraper {
  padding: 9px 0;
  position: relative; }

.header-cart .h-cart-call {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.header-cart .header-top-wraper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.header-cart .cart-login-btn {
  float: left;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  padding: 5px 15.5px; }
  .header-cart .cart-login-btn:hover {
    background: #3C3C3C; }

.footer-cart .cart-copyright {
  color: #C6C6C6; }

.footer-cart .cart-payment-icons svg path {
  fill: #C6C6C6; }

.h-cart-call.mob {
  display: none; }

.page-createaccount .breadcrumb-wraper {
  margin-bottom: 8px !important; }

.mb-logo-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 32px 0; }
  .mb-logo-bar ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0; }
    .mb-logo-bar ul li a {
      filter: grayscale(1); }
      .mb-logo-bar ul li a:hover {
        filter: grayscale(0); }
      .mb-logo-bar ul li a svg {
        width: 100%;
        height: 100%; }
    .mb-logo-bar ul li.avaska-logo {
      margin: 0 0 5px 0; }
    .mb-logo-bar ul li.samco-logo {
      margin: 0 0 5px 0; }
  .mb-logo-bar.mb-logo-bar2 {
    margin: 0 0 35px 0 !important; }
    .mb-logo-bar.mb-logo-bar2 ul {
      width: 190px;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0; }
      .mb-logo-bar.mb-logo-bar2 ul li {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px; }
        .mb-logo-bar.mb-logo-bar2 ul li svg {
          float: left; }
        .mb-logo-bar.mb-logo-bar2 ul li img {
          float: left; }
        .mb-logo-bar.mb-logo-bar2 ul li:first-child {
          width: 100%;
          border-bottom: 1px solid #C2C1C2;
          padding: 0 0 6px 0;
          margin: 0 0 10px 0; }
          .mb-logo-bar.mb-logo-bar2 ul li:first-child a svg {
            max-width: 168px !important;
            max-height: 45px !important; }
        .mb-logo-bar.mb-logo-bar2 ul li.avaska-logo {
          margin: 0; }
          .mb-logo-bar.mb-logo-bar2 ul li.avaska-logo a img {
            max-width: 92px !important; }
        .mb-logo-bar.mb-logo-bar2 ul li.samco-logo {
          margin: 0; }
          .mb-logo-bar.mb-logo-bar2 ul li.samco-logo a svg {
            max-width: 46px !important;
            max-height: 15px !important; }

.page-createaccount .account-body .page-heading-new {
  margin: 0; }

.family-brands-txt {
  width: 100%;
  float: left;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  margin: 0 0 22px 0; }

.page-login .mb-logo-bar {
  margin-bottom: 8px; }

.page-login .family-brands-txt {
  margin: 0; }

.page-login .breadcrumbs {
  margin: 0; }

.page-forgotpassword .breadcrumbs {
  margin: 0; }

.page-forgotpassword .breadcrumb-wraper {
  margin-bottom: 8px; }

.page-getnewpassword .breadcrumbs {
  margin: 0; }

.page-getnewpassword .breadcrumb-wraper {
  margin-bottom: 8px; }

.breadcrumb-wraper {
  margin-bottom: 8px; }
  .breadcrumb-wraper .breadcrumbs {
    margin: 0; }

.mb-logo-bar + .page-heading {
  margin-top: 0; }

.brands-tabs {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .brands-tabs li a {
    height: 40px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    padding: 0 15px;
    position: relative; }
    .brands-tabs li a svg {
      transition: all .3s ease-in; }

.page-default .brands-tabs li.rf-active a {
  background: #002D73; }
  .page-default .brands-tabs li.rf-active a:before {
    width: 100%;
    height: 4px;
    background: #f7941d;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-default .brands-tabs li.rf-active a svg {
    filter: invert(1); }

.page-category .brands-tabs li.rf-active a {
  background: #002D73; }
  .page-category .brands-tabs li.rf-active a:before {
    width: 100%;
    height: 4px;
    background: #f7941d;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-category .brands-tabs li.rf-active a svg {
    filter: invert(1); }

.page-product .brands-tabs li.rf-active a {
  background: #002D73; }
  .page-product .brands-tabs li.rf-active a:before {
    width: 100%;
    height: 4px;
    background: #f7941d;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-product .brands-tabs li.rf-active a svg {
    filter: invert(1); }

.header-top-wraper .h-top-rgt ul li {
  border-left: none;
  padding: 0 10px !important; }
  .header-top-wraper .h-top-rgt ul li:last-child {
    border-left: 1px solid #C6C6C6; }

.header-top-wraper .h-top-rgt .acc-links ul li:last-child:before {
  display: none !important; }

.header-cart .navUser-action:hover svg {
  fill: #000; }

.page-page .mb-logo-bar {
  margin: 0 0 37px 0; }

.header-top-wraper ul li .header-account svg path {
  fill: #fff; }

.header-top-wraper ul li .header-account:hover svg path {
  fill: #f7941d; }

.header-top-wraper ul li .acc-links a {
  color: #000; }
  .header-top-wraper ul li .acc-links a:hover {
    color: #f7941d; }

.menu-open .header-top {
  position: relative;
  z-index: 999; }

.login-box-top {
  width: 100%;
  background: #FFEEC1;
  display: flex;
  padding: 15px; }
  .login-box-top ul {
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0; }
    .login-box-top ul li {
      display: inline-flex;
      padding: 0 !important; }
      .login-box-top ul li.rf-login-logo img {
        max-height: 24px; }
      .login-box-top ul li.avaska-login-logo img {
        max-height: 32px; }
      .login-box-top ul li.samco-login-logo img {
        max-height: 28px; }
      .login-box-top ul li:before {
        display: none; }

.header-top-wraper .h-top-rgt .login-box-top ul li {
  padding: 0 !important;
  border: none !important; }

.login-box-btm {
  width: 100%;
  float: left;
  padding: 13px 15px 15px; }

.ft-top-visible .ft-top-wraper {
  padding-top: 70px; }

.card .brand-name {
  margin: 3px 0 0 0; }

.page-search .mb-logo-bar {
  margin: 0 0 14px 0; }

.loggedin-txt {
  border-left: none !important;
  position: relative; }
  .loggedin-txt:before {
    width: 1px;
    height: 34px;
    background: #C6C6C6;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%); }

.header-top-wraper .h-top-rgt ul li:last-child {
  border-left: none;
  position: relative; }
  .header-top-wraper .h-top-rgt ul li:last-child:before {
    width: 1px;
    height: 34px;
    background: #c6c6c6;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%); }

.inner-banner {
  width: 100%;
  height: 230px;
  float: left; }
  .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.family-of-brands-content {
  width: 100%;
  float: left; }
  .family-of-brands-content .breadcrumb-wraper {
    margin-bottom: 48px; }

.family-top {
  width: 100%;
  float: left;
  padding: 0 80px;
  margin: 0 0 8px 0; }
  .family-top h1 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 56px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 56px;
    letter-spacing: -1.12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .family-top p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
    text-align: center;
    margin: 0 0 30px 0; }

.family-brand-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0; }
  .family-brand-list li {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 70px 0 50px; }
    .family-brand-list li .fb-list-lft {
      width: 470px; }
      .family-brand-list li .fb-list-lft .fb-brand-logo-mob {
        display: none; }
    .family-brand-list li .fb-list-rgt {
      width: calc(100% - 470px);
      display: inline-flex;
      flex-wrap: wrap;
      align-content: center;
      padding: 0 0 0 42px; }
      .family-brand-list li .fb-list-rgt .fb-brand-logo {
        width: 100%;
        margin: 0 0 47px 0; }
      .family-brand-list li .fb-list-rgt .fb-brand-btm {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm h3 {
          color: #000;
          font-size: 42px;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif;
          line-height: 48px;
          letter-spacing: -0.84px;
          margin: 0 0 15px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm p {
          color: #000;
          font-size: 18px;
          font-weight: 400;
          line-height: 24px;
          margin: 0 0 25px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm a {
          width: 218px;
          background: #F7941D;
          color: #000;
          font-size: 20px;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif;
          line-height: 24px;
          text-align: center;
          text-transform: uppercase;
          padding: 9px 15px; }
          .family-brand-list li .fb-list-rgt .fb-brand-btm a:hover {
            background: #FFB04D;
            color: #000; }
    .family-brand-list li:before {
      width: 16px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: ""; }
    .family-brand-list li.rf-brand {
      background: #EBEEF4; }
      .family-brand-list li.rf-brand:before {
        background: #002D73; }
      .family-brand-list li.rf-brand .fb-brand-logo img {
        max-width: 351px; }
    .family-brand-list li.avaska-brand {
      background: #EBEBEC; }
      .family-brand-list li.avaska-brand:before {
        background: #CA0D13; }
      .family-brand-list li.avaska-brand .fb-brand-logo img {
        max-width: 408px; }
    .family-brand-list li.samco-brand {
      background: #E5F0EB; }
      .family-brand-list li.samco-brand:before {
        background: #00451F; }
      .family-brand-list li.samco-brand .fb-brand-logo img {
        max-width: 327px; }

.family-brand-btm {
  width: 100%;
  float: left;
  padding: 0 77px;
  margin: 100px 0 97px; }
  .family-brand-btm h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 49px;
    letter-spacing: -0.84px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .family-brand-btm p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 8px 0; }

.brand-compare-wraper {
  width: 100%;
  float: left; }
  .brand-compare-wraper table {
    width: 100%;
    float: left; }
    .brand-compare-wraper table thead tr th {
      vertical-align: middle;
      padding: 18px 0; }
      .brand-compare-wraper table thead tr th:first-child {
        width: 262px; }
    .brand-compare-wraper table tbody tr td {
      background: #EBEEF4;
      color: #0F1D28;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      border-right: 1px solid #B6B8B8;
      padding: 20px; }
      .brand-compare-wraper table tbody tr td:first-child {
        background: #fff !important;
        color: #0F1D28;
        font-size: 18px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        text-align: right;
        text-transform: uppercase;
        padding: 0 20px; }
      .brand-compare-wraper table tbody tr td:last-child {
        border-right: none; }
      .brand-compare-wraper table tbody tr td.bg-green {
        background: #9FD08A !important;
        color: #000;
        line-height: 15px !important; }
      .brand-compare-wraper table tbody tr td.bg-orange {
        background: #FFEEC1 !important;
        color: #000; }
      .brand-compare-wraper table tbody tr td.b-btm {
        border-bottom: 1px solid #fff; }
    .brand-compare-wraper table tbody tr:nth-child(2n) td {
      background: #fff; }

.table-scroll {
  width: 100%;
  float: left; }

.family-table-btm {
  width: 100%;
  float: left;
  padding: 0 0 0 262px;
  margin: 20px 0 0 0; }
  .family-table-btm p {
    width: 100%;
    color: #000;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left;
    margin: 0 !important; }

.productView .tab .compare-box {
  display: none; }

.quickView .compare-box {
  display: none; }

.html-content:empty {
  margin: 0; }

.compare-box + .compare-box {
  display: none; }

.compare-wraper {
  width: 100%;
  float: left;
  margin: 40px 0 48px; }
  .compare-wraper:empty {
    display: none; }

.compare-box {
  width: 100%;
  float: left; }
  .compare-box h4 {
    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 8px 0;
    margin: 0 0 28px 0; }

.compare-table-wraper {
  width: 100%;
  float: left; }
  .compare-table-wraper table {
    width: 100%;
    float: left; }
    .compare-table-wraper table tbody tr td {
      width: 25.5%;
      color: #0F1D28;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      border-right: 1px solid #b6b8b8;
      padding: 20px; }
      .compare-table-wraper table tbody tr td:first-child {
        width: 280px;
        color: #0F1D28;
        font-size: 18px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: top;
        border-right: 1px solid #000; }
      .compare-table-wraper table tbody tr td:last-child {
        border-right: none; }
      .compare-table-wraper table tbody tr td:nth-child(2) {
        border-right: 1px solid #000; }
    .compare-table-wraper table tbody tr:nth-child(2n) td {
      background: #E2E2E2; }
    .compare-table-wraper table tbody tr:first-child td {
      vertical-align: bottom;
      text-align: left;
      padding-top: 10px; }
      .compare-table-wraper table tbody tr:first-child td:nth-child(2) {
        border-top: 1px solid #000; }
    .compare-table-wraper table tbody tr:last-child td:nth-child(2) {
      border-bottom: 1px solid #000; }

.compare-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.compare-card-top {
  width: 100%; }
  .compare-card-top figure {
    width: 100%;
    margin: 0; }
    .compare-card-top figure a {
      width: 100%;
      height: 320px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .compare-card-top figure a img {
        max-height: 100%; }
  .compare-card-top .brand-name {
    margin: 0 0 4px 0; }
  .compare-card-top h3 {
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 22px;
    letter-spacing: -0.36px;
    margin: 0 0 20px 0; }
    .compare-card-top h3 a {
      color: #000; }
      .compare-card-top h3 a:hover {
        color: #1252B4;
        text-decoration: underline; }
      .compare-card-top h3 a span {
        font-weight: 400; }

.compare-card-btm {
  width: 100%; }
  .compare-card-btm .compare-price {
    width: 100%;
    color: #000;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 0 0 16px 0; }
    .compare-card-btm .compare-price span {
      font-size: 16px;
      letter-spacing: -0.32px; }
  .compare-card-btm .comapre-cart {
    background: #F7941D;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    padding: 9px 20px; }
    .compare-card-btm .comapre-cart img {
      max-width: 20px;
      margin: 0 7px 0 0; }
    .compare-card-btm .comapre-cart:hover {
      background: #FFB04D; }

.compare-rating {
  color: #000;
  display: inline-flex;
  align-items: center; }
  .compare-rating img {
    margin: 0 5px 0 0; }
  .compare-rating span {
    font-size: 13px; }
  .compare-rating:hover {
    color: #1252B4; }

.megamenu ul .navPages-item > a.is-open {
  text-align: left;
  padding-left: 62px; }

.header-top-wraper .h-top-rgt ul li.header-cart {
  padding-right: 0 !important; }

.b2b-header-top .container {
  padding: 0 15px; }

.header-top-wraper .h-top-lft ul li:first-child {
  padding-left: 0; }

.brands-tabs .samco-tab a svg {
  width: 48px;
  height: 15px; }

.cart-rgt .cart-total center a {
  color: #000;
  text-decoration: underline; }
  .cart-rgt .cart-total center a:hover {
    color: #757575; }

.preview-cart-btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart {
  width: auto;
  padding: 0; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn {
  width: auto;
  margin: 0; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a {
  width: auto;
  background: #fff;
  color: #002d73;
  font-size: 16px;
  border: 2px solid #002d73;
  padding: 8px 25px; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a span {
  margin: 0; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart a:hover {
  background: #002d73;
  color: #fff;
  border: 2px solid #002d73; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn a {
  width: auto;
  font-size: 16px;
  flex-direction: row-reverse;
  border: none;
  padding: 0; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn a svg {
  transform: rotate(180deg); }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartAction .continue-btn a span {
  margin: 2px 6px 0 0; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-options {
  width: 100%;
  float: left; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price-wrapper {
  width: 100%; }

#cart-preview-dropdown.dropdown-menu .previewCartWrapper .previewCart .previewCart-total .previewCart-total-value {
  font-size: 24px; }

.megamenu > ul > li.hide {
  display: none; }

.brands-tabs li.rf-tab a {
  padding-top: 7px; }

@media (min-width: 1024px) {
  .desk-sticky .h-btm-lft {
    width: 123px; }
    .desk-sticky .h-btm-lft .header-logo__link {
      width: 100%; }
      .desk-sticky .h-btm-lft .header-logo__link svg {
        height: 32px; }
  .desk-sticky .megamenu > ul > li > a.navPages-action {
    padding: 22px 19px; } }

@media (max-width: 1649px) {
  .megamenu > ul > li:last-child .navPage-subMenu {
    left: auto;
    right: 0; } }

@media (max-width: 1365px) {
  .desk-sticky .megamenu > ul > li > a.navPages-action {
    padding: 22px 14px; } }

@media (max-width: 1249px) {
  .mb-logo-bar {
    margin: 0 0 20px 0; }
  .ft-mlb-wraper {
    width: 79.1%;
    padding: 18px 37px 20px;
    margin: 0 0 -40px 0; }
  .ft-mlb-lft {
    width: calc(100% - 310px);
    padding: 0 100px 0 0; }
    .ft-mlb-lft h6 {
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 4px 0; }
      .ft-mlb-lft h6 span:after {
        width: 37px;
        right: -50px; }
    .ft-mlb-lft p {
      font-size: 12px; }
  .ft-mlb-rgt {
    width: 310px; }
    .ft-mlb-rgt ul {
      gap: 22px; }
      .ft-mlb-rgt ul li.rf-ft-mlb img {
        max-height: 30px; }
      .ft-mlb-rgt ul li.avaska-ft-mlb img {
        max-height: 40px; }
      .ft-mlb-rgt ul li.samco-ft-mlb img {
        max-height: 35px; }
  .search-form-wraper .form-field {
    width: 250px !important; }
  .header-top-wraper ul li {
    letter-spacing: -0.28px; }
  .header .container {
    padding: 0 15px; }
  .header-btm-wraper {
    padding-left: 13px;
    padding-right: 13px; }
  .family-top {
    margin: 0 0 12px 0; }
    .family-top h1 {
      font-size: 52px;
      letter-spacing: -1.04px;
      margin: 0 0 11px 0; }
  .family-brand-list {
    gap: 8px; }
    .family-brand-list li {
      padding: 0 70px 0 39px; }
      .family-brand-list li:before {
        width: 13px; }
      .family-brand-list li .fb-list-lft {
        width: 369px; }
      .family-brand-list li .fb-list-rgt {
        width: calc(100% - 369px);
        padding: 0 0 0 33px; }
        .family-brand-list li .fb-list-rgt .fb-brand-logo {
          margin: 0 0 37px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm h3 {
          font-size: 32px;
          line-height: 37px;
          letter-spacing: -0.64px;
          margin: 0 0 13px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm a {
          width: 171px;
          font-size: 16px;
          line-height: 19px;
          padding: 7px 15px; }
      .family-brand-list li.rf-brand .fb-brand-logo img {
        max-width: 276px; }
      .family-brand-list li.avaska-brand .fb-brand-logo img {
        max-width: 320px; }
      .family-brand-list li.samco-brand .fb-brand-logo img {
        max-width: 261px; }
  .family-brand-btm {
    padding: 0 35px;
    margin: 80px 0 98px; }
    .family-brand-btm h2 {
      font-size: 38px;
      line-height: 44px;
      letter-spacing: -0.76px;
      margin: 0 0 11px 0; }
    .family-brand-btm p {
      margin: 0 0 10px 0; }
  .brand-compare-wraper table thead tr th:first-child {
    width: 174px; }
  .brand-compare-wraper table thead tr th.table-rf-logo img {
    max-width: 181px; }
  .brand-compare-wraper table thead tr th.table-avaska-logo img {
    max-width: 201px; }
  .brand-compare-wraper table thead tr th.table-samco-logo img {
    max-width: 162px; }
  .brand-compare-wraper table tbody tr td {
    padding: 18px 20px; }
    .brand-compare-wraper table tbody tr td:first-child {
      font-size: 16px;
      line-height: 18px; }
  .family-table-btm {
    padding: 0 0 0 174px; }
  .compare-table-wraper table tbody tr td {
    width: 26%; }
    .compare-table-wraper table tbody tr td:first-child {
      width: 215px; }
  .compare-card-top figure {
    margin: 0 0 5px 0; }
    .compare-card-top figure a {
      height: 280px; }
  .header-top-wraper .h-top-lft ul li:first-child {
    padding-left: 10px; }
  .header-top-wraper .h-top-rgt ul li.header-cart {
    padding-right: 10px !important; }
  .desk-sticky .megamenu > ul > li > a.navPages-action {
    padding: 22px 10px; } }

@media (max-width: 1023px) {
  body.scroll-Up:not(.no-sticky) .b2b-header-top {
    display: none !important; }
  .cart-mb-logos ul {
    gap: 15px; }
  .h-cart-call p {
    font-size: 14px; }
  .h-cart-call.desk {
    display: none; }
  .h-cart-call.mob {
    display: flex; }
  .page-cart .body {
    min-height: calc(100vh - 154px); }
  .mb-logo-bar {
    margin: 0 0 15px 0; }
  .ft-mlb-wraper {
    width: 698px;
    padding: 16px 30px 18px; }
  .ft-mlb-rgt ul li.rf-ft-mlb img {
    max-height: 31px; }
  .ft-mlb-rgt ul li.avaska-ft-mlb img {
    max-height: 41px; }
  .ft-mlb-rgt ul li.samco-ft-mlb img {
    max-height: 36px; }
  .ft-mlb-lft {
    width: calc(100% - 317px);
    padding: 0 50px 0 0; }
    .ft-mlb-lft p {
      line-height: 16px; }
  .ft-mlb-rgt {
    width: 317px; }
  .ft-mlb-wraper {
    margin: 0 0 -42px 0; }
  .ft-top-visible .ft-top-wraper {
    padding-top: 20px; }
  .b2b-header-top {
    padding: 0 35px !important; }
  .brands-tabs {
    justify-content: center; }
    .brands-tabs li a {
      height: 34px;
      padding: 0 12.5px; }
    .brands-tabs li.rf-tab svg {
      height: 17px; }
    .brands-tabs li.avaska-tab svg {
      height: 13px; }
    .brands-tabs li.samco-tab svg {
      width: 37px;
      height: 12px; }
    .brands-tabs li.rf-active.active a {
      padding-top: 6px; }
  .header-cart .navUser-action svg {
    height: 24px;
    fill: #000; }
  .header-top-wraper .h-top-rgt ul li {
    padding: 0 15px !important; }
    .header-top-wraper .h-top-rgt ul li.header-cart {
      padding-right: 0 !important; }
  .search-form-wraper .form-field {
    width: 100% !important;
    background: #E2E2E2 !important; }
  .header-btm-wraper {
    padding: 16px 15px 8px !important; }
  .h-btm-lft {
    padding: 0 0 0 20px; }
  .header-top {
    top: 53px !important; }
  .menu-open .header-top {
    position: absolute; }
  .navPages-container.is-open {
    padding-top: 17px; }
  .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a {
    font-family: "Source Sans Pro", sans-serif;
    padding: 10px 20px 10px 60px; }
    .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li a:hover {
      color: #555555; }
  .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li.navPage-subMenu-item-parent > a {
    color: #F7941D;
    text-transform: uppercase;
    text-decoration: underline; }
    .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li.navPage-subMenu-item-parent > a:hover {
      color: #000; }
  body .login-btn:hover {
    background: #333 !important;
    color: #fff !important; }
  .login-box {
    top: 35px !important; }
  .header-top-wraper ul li .login-box a svg + span {
    max-width: inherit; }
  .header-top-wraper .h-top-rgt ul li:last-child {
    border-left: none; }
  .header-top-wraper .h-top-rgt ul li:last-child:before {
    width: 1px;
    height: 34px;
    background: #C6C6C6;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    transform: translateY(-50%); }
  .loggedin-txt {
    border-left: none !important;
    padding: 0 0 0 15px !important;
    margin: 0 0 0 15px !important;
    position: relative; }
    .loggedin-txt:before {
      width: 1px;
      height: 34px;
      background: #C6C6C6;
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      transform: translateY(-50%); }
    .loggedin-txt p {
      display: none; }
  .header-top-wraper ul li .header-account svg path {
    fill: #000; }
  .header-top-wraper ul li .head-wishlist a svg path {
    fill: #000; }
  .header-top-wraper ul li .head-wishlist a:hover svg path {
    fill: #f7941d; }
  .header-top-wraper .h-top-rgt .acc-links ul li:before {
    display: none; }
  .scroll-Up:not(.no-sticky) .header-top {
    top: 20px !important; }
  .navBar--sub.search-nav {
    margin: 0; }
  .page-search .listing-filter {
    gap: 20px; }
  .page-search .category-page {
    margin: 0; }
  .h-mobile-btm-links {
    padding: 25px 31px;
    margin: 28px 0 0 0; }
  .h-mobile-btm-links ul li {
    width: 100%;
    font-size: 15px;
    margin: 0; }
    .h-mobile-btm-links ul li + li {
      margin: 22px 0 0 0; }
  .h-mobile-btm-links ul li a path {
    fill: #000; }
  .inner-banner {
    height: 173px; }
  .family-of-brands-content .container {
    padding: 0 30px; }
  .family-of-brands-content .breadcrumb-wraper {
    padding: 0 5px;
    margin-bottom: 28px; }
  .family-top {
    padding: 0 50px;
    margin: 0; }
    .family-top h1 {
      font-size: 46px;
      line-height: 54px;
      letter-spacing: -0.92px;
      margin: 0 0 13px 0; }
    .family-top p {
      font-size: 16px;
      line-height: 26px;
      padding: 0 15px;
      margin: 0 0 28px 0; }
  .family-brand-list {
    gap: 10px; }
    .family-brand-list li {
      padding: 0 15px 0 0; }
      .family-brand-list li .fb-list-rgt {
        padding: 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-logo {
          margin: 0 0 33px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm h3 {
          font-size: 26px;
          line-height: 30px;
          letter-spacing: -0.52px;
          margin: 0 0 15px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm p {
          margin: 0 0 20px 0; }
      .family-brand-list li.rf-brand .fb-brand-logo img {
        max-width: 208px; }
      .family-brand-list li.avaska-brand .fb-brand-logo img {
        max-width: 221px; }
      .family-brand-list li.samco-brand .fb-brand-logo img {
        max-width: 186px; }
  .family-brand-btm {
    width: 100%;
    padding: 0;
    margin: 80px 0 88px; }
    .family-brand-btm .container {
      padding: 0 22px; }
    .family-brand-btm h2 {
      font-size: 36px;
      line-height: 42px;
      letter-spacing: -0.72px;
      margin: 0 0 10px 0; }
    .family-brand-btm p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 11px 0; }
  .brand-compare-wraper table thead tr th {
    width: 26.33%;
    padding: 17px 0; }
    .brand-compare-wraper table thead tr th:first-child {
      width: 153px; }
    .brand-compare-wraper table thead tr th.table-rf-logo img {
      max-width: 135px; }
    .brand-compare-wraper table thead tr th.table-avaska-logo img {
      max-width: 150px; }
    .brand-compare-wraper table thead tr th.table-samco-logo img {
      max-width: 121px; }
  .brand-compare-wraper table tbody tr td:first-child {
    padding: 0 20px 0 0; }
  .brand-compare-wraper table tbody tr td.bg-green {
    line-height: 22px !important; }
  .family-table-btm {
    padding: 0 0 0 153px; }
  .compare-wraper {
    margin: -20px 0 48px; }
    .compare-wraper table tbody tr td {
      width: 28%;
      font-size: 16px;
      line-height: 20px;
      padding: 10px 13px; }
      .compare-wraper table tbody tr td:first-child {
        width: 110px;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 7px 10px 13px; }
    .compare-wraper table tbody tr:first-child td {
      padding: 10px 13px 30px; }
  .compare-card-top figure {
    margin: 0 0 10px 0; }
    .compare-card-top figure a {
      height: 214px; }
  .b2b-header-top {
    z-index: 9; }
  .ft-mlb-rgt ul li.rf-ft-mlb {
    margin: 9px 0 0 0; }
  .megamenu > ul > li > a.navPages-action {
    transition: none; }
  .page-login .header-top-wraper .h-top-rgt ul li:last-child::before {
    display: none; }
  .brands-tabs li.rf-tab svg {
    width: auto; } }

@media (max-width: 767px) {
  .cart-mb-logos {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    order: -1;
    margin: 0 0 10px 0; }
  .header-cart .h-cart-call {
    position: static;
    transform: none; }
  .header-cart .header-top-wraper {
    margin: 0 7px;
    position: static;
    transform: none; }
  .cart-mb-logos ul li a svg {
    max-width: 100px;
    max-height: 40px; }
  .header-cart .header-btm-wraper {
    padding: 10px 0; }
  .h-cart-call {
    width: auto !important;
    margin: 0 7px; }
  .page-cart .body {
    min-height: calc(100vh - 196px); }
  .mb-logo-bar {
    margin: 30px 0 15px 0; }
  .mb-logo-bar ul {
    gap: 15px; }
  .mb-logo-bar ul li a svg {
    max-width: 100px;
    max-height: 40px; }
  .family-brands-txt {
    font-size: 16px;
    line-height: 22px; }
  .page-forgotpassword .page-heading {
    margin-top: 0; }
  .page-getnewpassword .page-heading {
    margin-top: 0; }
  .page-page .mb-logo-bar {
    margin: 0 0 20px 0; }
  .ft-mlb-wraper {
    width: calc(100% - 40px);
    padding: 24px 18px 21px;
    margin: 0 0 -77px 0; }
  .ft-mlb-lft {
    width: 100%;
    padding: 0;
    margin: 0 0 12px 0; }
    .ft-mlb-lft p {
      letter-spacing: 0.5px; }
  .ft-mlb-rgt {
    width: 100%; }
  .ft-mlb-rgt ul {
    gap: 21px; }
  .ft-mlb-rgt ul li.rf-ft-mlb img {
    max-height: 29px; }
  .ft-mlb-rgt ul li.avaska-ft-mlb img {
    max-height: 38px; }
  .ft-mlb-rgt ul li.samco-ft-mlb img {
    max-height: 34px; }
  .ft-top-visible .ft-top-wraper {
    padding-top: 55px; }
  .header-btm-wraper {
    padding: 16px 8px 8px !important; }
  .h-btm-lft {
    padding: 0 0 0 10px; }
  .search-form-wraper .form-field {
    padding: 8px 15px 9px 20px; }
  .login-box {
    right: -50px !important; }
    .login-box:before {
      right: 64px; }
    .login-box:after {
      right: 60px; }
  .header-logo {
    margin: 0 0 0 45px; }
  .header-top-wraper .h-top-rgt ul li {
    padding: 0 10px !important; }
  .loggedin-txt {
    padding: 0 0 0 10px !important;
    margin: 0 0 0 10px !important; }
  .page-search .mb-logo-bar {
    margin: 40px 0 15px 0; }
  .inner-banner {
    height: 84px; }
  .family-of-brands-content .container {
    padding: 0 20px; }
  .family-top {
    padding: 30px 0; }
    .family-top h1 {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -0.64px;
      margin: 0 0 10px 0; }
    .family-top p {
      padding: 0; }
  .family-brand-list {
    gap: 20px;
    padding: 0 13px; }
    .family-brand-list li {
      padding: 30px 16px 20px; }
      .family-brand-list li:before {
        display: none; }
      .family-brand-list li .fb-list-lft {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .family-brand-list li .fb-list-lft .fb-brand-logo-mob {
          display: block; }
      .family-brand-list li .fb-list-rgt {
        width: 100%;
        padding: 18px 0 0 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-logo {
          display: none; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm h3 {
          line-height: 31px;
          margin: 0 0 13px 0; }
        .family-brand-list li .fb-list-rgt .fb-brand-btm p {
          margin: 0 0 15px 0; }
      .family-brand-list li.rf-brand .fb-brand-logo-mob img {
        max-width: 155px; }
      .family-brand-list li.avaska-brand .fb-brand-logo-mob img {
        max-width: 198px; }
      .family-brand-list li.samco-brand .fb-brand-logo-mob img {
        max-width: 124px; }
  .family-brand-btm {
    margin: 80px 0 78px; }
    .family-brand-btm .container {
      padding: 0; }
    .family-brand-btm h2 {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: -0.6px;
      padding: 0 20px;
      margin: 0 0 12px 0; }
    .family-brand-btm p {
      padding: 0 20px; }
  .table-scroll {
    overflow-x: auto; }
  .brand-compare-wraper {
    padding: 0 0 0 10px;
    position: relative; }
    .brand-compare-wraper:after {
      width: 35px;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='438' viewBox='0 0 35 438'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.453' x2='0' y2='0.452' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_6163' data-name='Rectangle 6163' width='35' height='438' fill='url(%23linear-gradient)'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 100%;
      position: absolute;
      top: 0;
      right: 0;
      content: ""; }
    .brand-compare-wraper table {
      width: 600px;
      margin: 0 0 20px 0; }
      .brand-compare-wraper table thead tr th {
        width: 26.7%;
        padding: 14px 0; }
        .brand-compare-wraper table thead tr th:first-child {
          width: 118px; }
        .brand-compare-wraper table thead tr th.table-rf-logo img {
          max-width: 113px; }
        .brand-compare-wraper table thead tr th.table-avaska-logo img {
          max-width: 76px; }
        .brand-compare-wraper table thead tr th.table-samco-logo img {
          max-width: 80px; }
      .brand-compare-wraper table tbody tr td {
        font-size: 16px;
        line-height: 20px;
        padding: 6px 10px; }
        .brand-compare-wraper table tbody tr td:first-child {
          font-size: 14px;
          line-height: 16px; }
        .brand-compare-wraper table tbody tr td.bg-green {
          line-height: 20px !important; }
  .family-table-btm {
    padding: 0 35px 0 25px;
    position: relative;
    z-index: 9; }
    .family-table-btm p {
      padding: 0 !important; }
  .mb-logo-bar.mb-logo-bar2 {
    margin: 40px 0 30px !important; }
  .compare-wraper {
    position: relative;
    right: 0;
    margin: 42px 0 52px;
    overflow: hidden; }
    .compare-wraper h4 {
      font-size: 24px;
      line-height: 28px;
      padding: 0 0 9px 0;
      margin: 0 0 20px 0; }
    .compare-wraper table {
      width: 698px;
      margin: 0 0 20px 0; }
    .compare-wraper:after {
      width: 35px;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='438' viewBox='0 0 35 438'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.453' x2='0' y2='0.452' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_6163' data-name='Rectangle 6163' width='35' height='438' fill='url(%23linear-gradient)'/%3E%3C/svg%3E");
      background-repeat: repeat-y;
      background-position: top right;
      background-size: 100%;
      position: absolute;
      top: 40px;
      right: 0;
      content: ""; }
  .compare-table-wraper {
    width: calc(100% + 20px);
    position: relative;
    right: 0;
    overflow-x: auto; }
  html.menu-open {
    overflow-y: hidden; }
  .compare-wraper::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35' height='862' viewBox='0 0 35 862'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='1' y1='0.453' x2='0' y2='0.452' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_6164' data-name='Rectangle 6164' width='35' height='862' fill='url(%23linear-gradient)'/%3E%3C/svg%3E"); } }

@media (max-width: 567px) {
  .header-cart .navUser-action.navUser-item--cart {
    margin: -3px 0 0 0; }
  .page-search .listing-filter {
    gap: 0; } }

@media (max-width: 374px) {
  .family-brand-list {
    padding: 0; }
  .family-table-btm {
    padding: 0 20px 0 10px; }
  .mb-logo-bar.mb-logo-bar2 {
    margin: 35px 0 25px !important; } }

@media (max-width: 359px) {
  #cart-preview-dropdown.dropdown-menu {
    width: 300px !important; } }

article[data-product-brand="RefrigiWear"] .sale-flag-side {
  background: #f7941d !important;
  color: #000000 !important; }
  article[data-product-brand="RefrigiWear"] .sale-flag-side:hover {
    background: #f7941d !important; }

article[data-product-brand="Samco"] .sale-flag-side {
  background: #00743D !important;
  color: #ffffff !important; }
  article[data-product-brand="Samco"] .sale-flag-side:hover {
    background: #00743D !important; }

article[data-product-brand="Avaska"] .sale-flag-side {
  background: #EB3036 !important;
  color: #ffffff !important; }
  article[data-product-brand="Avaska"] .sale-flag-side:hover {
    background: #EB3036 !important; }

.header-samco .header-top {
  background: #00743D; }

.header-samco .header-cart .countPill {
  background: #055295; }

.header-samco .h-btm-lft {
  width: 143px;
  margin: 8px 117px 0 0; }

.header-samco .h-btm-rgt {
  width: calc(100% - 260px);
  margin: 12px 0 0 0; }

.header-samco .header-btm-wraper {
  align-items: flex-start;
  padding-top: 8px; }

.header-samco .header-top-wraper ul li:hover > a {
  color: #ccc; }

.header-samco .header-top-wraper ul li:hover > a path {
  fill: #ccc; }

.header-samco .header-top-wraper ul li .acc-links ul li:hover > a {
  color: #00743D; }

.header-samco .header-top-wraper ul li .header-account:hover svg path {
  fill: #ccc; }

.header-samco .loggedin-txt a:hover {
  color: #ccc; }

.header-samco .head-wishlist a:hover svg path {
  fill: #ccc; }

.page-default .brands-tabs li.samco-active a {
  background: #00743D; }
  .page-default .brands-tabs li.samco-active a:before {
    width: 100%;
    height: 4px;
    background: #055295;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-default .brands-tabs li.samco-active a svg {
    filter: invert(1); }

.page-category .brands-tabs li.samco-active a {
  background: #00743D; }
  .page-category .brands-tabs li.samco-active a:before {
    width: 100%;
    height: 4px;
    background: #055295;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-category .brands-tabs li.samco-active a svg {
    filter: invert(1); }

.page-product .brands-tabs li.samco-active a {
  background: #00743D; }
  .page-product .brands-tabs li.samco-active a:before {
    width: 100%;
    height: 4px;
    background: #055295;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-product .brands-tabs li.samco-active a svg {
    filter: invert(1); }

.samco-home .main-banner a:not(.btn) {
  position: relative;
  z-index: 3; }

.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: 5; }
  .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: #fff !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 h3 {
  margin: 0 0 20px 0; }

.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 li {
  width: 25%;
  padding: 0 10px; }
  .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 .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 h5 {
  margin: 0 0 20px 0; }

.samco-home .banner-sideway .btn {
  background: #00743D;
  color: #fff !important;
  position: relative;
  z-index: 5; }
  .samco-home .banner-sideway .btn:hover {
    background: #0E9856; }

.samco-newsletter {
  width: 100%;
  float: left;
  margin: 50px 0; }

.samco-newsletter-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.samco-newsletter-box {
  width: 682px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden; }

.samco-newsletter-lft {
  width: calc(100% - 337px);
  padding: 15px 0 0 0; }
  .samco-newsletter-lft h5 {
    width: 100%;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    padding: 0 40px;
    margin: 0 0 10px 0; }
  .samco-newsletter-lft .samco-newsletter-form {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 19px 21px 19px 40px;
    position: relative; }
    .samco-newsletter-lft .samco-newsletter-form h6 {
      width: 100%;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 25px;
      letter-spacing: -0.44px;
      margin: 0 0 10px 0; }
    .samco-newsletter-lft .samco-newsletter-form:after {
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      padding-right: 999px;
      margin-right: -999px; }

.samco-newsletter-form .klaviyo-form {
  width: 100%; }
  .samco-newsletter-form .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center !important; }
  .samco-newsletter-form .klaviyo-form form > .needsclick.kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1:last-child .needsclick.kl-private-reset-css-Xuajs1 {
    padding: 0 !important;
    margin: 5px 0 0 0; }
  .samco-newsletter-form .klaviyo-form input {
    height: 40px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-style: italic !important;
    border: none !important; }
    .samco-newsletter-form .klaviyo-form input::placeholder {
      color: #000;
      opacity: 1; }

.samco-newsletter-form .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 span {
  font-size: 13px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.samco-newsletter-form .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 input {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.samco-newsletter-form .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button {
  width: 102px !important;
  height: 32px !important;
  background: #00743D !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  letter-spacing: -0.32px !important;
  margin: 0 !important;
  transition: all .3s ease-in; }
  .samco-newsletter-form .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button:hover {
    background: #0E9856 !important; }

.samco-newsletter-rgt {
  width: 337px;
  position: relative;
  z-index: 3; }

.smaco-listing .card .card-figcaption-body .button {
  background: #00743D;
  color: #fff; }
  .smaco-listing .card .card-figcaption-body .button:hover {
    background: #0E9856;
    color: #fff; }

.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 .view-more-wraper .btn {
  background: #00743D;
  color: #fff !important; }
  .smaco-listing .view-more-wraper .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: #fff; }

.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='%23fff'/%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='%23fff'/%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='%23fff'/%3E%3C/svg%3E");
  color: #fff; }
  .samco-product .productView-options .form-action #form-action-addToCart:hover {
    background-color: #1173C9;
    color: #fff; }

.samco-product .productView-description .tab.is-active .tab-title span:after {
  background: #00743D; }

.samco-page .productView--quickView .productView-product .productView-rating a:hover {
  color: #00743d; }

.samco-page .productView--quickView .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border: 1px solid #000; }

.samco-page .productView--quickView .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
  background: #000;
  color: #fff; }

.samco-page .productView--quickView .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='%23fff'/%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='%23fff'/%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='%23fff'/%3E%3C/svg%3E");
  color: #fff; }
  .samco-page .productView--quickView .productView-options .form-action #form-action-addToCart:hover {
    background-color: #1173C9;
    color: #fff; }

.samco-page .productView--quickView .productView-description .tab.is-active .tab-title span:after {
  background: #00743D; }

.samco-page #faceted-search-container .navList.nav-cat-list li a:hover {
  color: #00743d; }

@media (min-width: 1024px) {
  .desk-sticky.header-samco .h-btm-lft {
    width: 115px;
    margin: 0 70px 0 0; }
    .desk-sticky.header-samco .h-btm-lft .header-logo__link svg {
      height: 49px; }
  .desk-sticky.header-samco .header-btm-wraper {
    align-items: center; }
  .desk-sticky.header-samco .h-btm-rgt {
    margin: 0; } }

@media (max-width: 1249px) {
  .header-samco .h-btm-lft {
    width: 126px;
    margin: 15px 70px 0 0; }
  .header-samco .h-btm-rgt {
    width: calc(100% - 196px); }
  .header-samco .header-btm-wraper {
    padding-top: 5px; }
  .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 {
    margin: 0 -9px; }
    .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 .banner-sideway .sideway-img .sideway-content p {
    line-height: 30px; }
  .samco-home .banner-sideway .sideway-img .sideway-content h5 {
    margin: 0 0 17px 0; } }

@media (max-width: 1023px) {
  .header-samco .header-top {
    background: none; }
  .header-samco .h-btm-lft {
    width: auto; }
  .header-samco .h-btm-rgt {
    width: 100%; }
  .header-samco .header-btm-wraper {
    padding: 8px 15px 8px !important; }
  .header-samco .h-btm-lft {
    margin: 0; }
  .header-samco .header-logo__link {
    width: 106px; }
  .header-samco .mobileMenu-toggle {
    top: 16px; }
  .header-samco .header-top-wraper ul li .head-wishlist a:hover svg path {
    fill: #00743d; }
  .header-samco .header-top-wraper ul li .header-account:hover svg path {
    fill: #00743d; }
  .header-samco .header-top-wraper ul li:hover > a path {
    fill: #00743d; }
  .header-samco .search-form-wraper .form-field {
    background: #fff !important;
    border: 1px solid #555555; }
  .header-samco .header-mobile-bottom .acc-btn {
    background: #00743D;
    color: #fff; }
    .header-samco .header-mobile-bottom .acc-btn svg path {
      fill: #fff; }
    .header-samco .header-mobile-bottom .acc-btn:hover {
      background: #0E9856; }
  .header-samco .h-mobile-btm-links {
    background: #3C3C3C; }
    .header-samco .h-mobile-btm-links ul li a {
      color: #fff; }
      .header-samco .h-mobile-btm-links ul li a path {
        fill: #fff; }
  .header-samco .megamenu ul .navPages-item > a.is-open.has-subMenu::after {
    background-image: 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_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='%239fd08a'/%3E%3C/svg%3E"); }
  .header-samco .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li.navPage-subMenu-item-parent > a {
    color: #00743D; }
    .header-samco .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li.navPage-subMenu-item-parent > a:hover {
      color: #000; }
  .header-samco .mobileMenu-toggle .mobileMenu-toggleIcon, .header-samco .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header-samco .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #00743D; }
  .header-samco .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: transparent; }
  .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%;
      margin: 0 -10px; }
      .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; }
  .footer-samco .container {
    padding: 0 20px; }
  .footer-samco .ft-btm-lft ul li {
    font-size: 13px;
    margin: 0 5px !important; }
  .smaco-listing .filter-btn {
    background: #00743D;
    color: #fff; }
    .smaco-listing .filter-btn:hover {
      background: #109856;
      color: #fff; }
    .smaco-listing .filter-btn.active {
      background: #109856;
      color: #fff; }
    .smaco-listing .filter-btn span:before {
      filter: invert(1); } }

@media (max-width: 767px) {
  .header-samco .header-logo {
    margin: 0 0 0 43px; }
  .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: 38px 0 15px; }
    .samco-home .featured-categories h3 {
      width: 236px;
      margin: 0 auto 15px; }
      .samco-home .featured-categories h3 span:before {
        width: 13%;
        left: -52px; }
      .samco-home .featured-categories h3 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;
      margin: 0 -6.5px; }
      .samco-home .featured-categories ul li {
        padding: 0 6.5px; }
        .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 h5 {
      margin: 0 0 16px 0; }
  .samco-newsletter-lft {
    width: 100%;
    padding: 0; }
    .samco-newsletter-lft h5 {
      font-size: 32px;
      line-height: 38px;
      text-align: center;
      letter-spacing: -0.64px;
      padding: 0;
      margin: 0 0 12px 0; }
    .samco-newsletter-lft .samco-newsletter-form {
      padding: 19px 25px; }
      .samco-newsletter-lft .samco-newsletter-form:after {
        display: none; }
      .samco-newsletter-lft .samco-newsletter-form h6 {
        text-align: center; }
  .samco-newsletter-rgt {
    display: none; }
  .samco-product .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='%2300743d'/%3E%3C/svg%3E") no-repeat center left; } }

@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 h3 span:before {
    left: -47px; }
  .samco-home .featured-categories h3 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; } }

.header-avaska .header-top {
  background: #CA0D13; }

.header-avaska .header-cart .countPill {
  background: #000; }

.header-avaska .h-btm-lft {
  width: 112px;
  margin: 0 167px 0 0; }

.header-avaska .h-btm-rgt {
  width: calc(100% - 279px);
  margin: 10px 0 0 0; }

.header-avaska .header-btm-wraper {
  align-items: flex-start;
  padding-top: 10px; }

.header-avaska .header-top-wraper ul li:hover > a {
  color: #000; }

.header-avaska .header-top-wraper ul li:hover > a path {
  fill: #000; }

.header-avaska .header-top-wraper ul li .acc-links ul li:hover > a {
  color: #CA0D13; }

.header-avaska .header-top-wraper ul li .header-account:hover svg path {
  fill: #000; }

.header-avaska .loggedin-txt a:hover {
  color: #000; }

.header-avaska .head-wishlist a:hover svg path {
  fill: #000; }

.page-default .brands-tabs li.avaska-active a {
  background: #CA0D13; }
  .page-default .brands-tabs li.avaska-active a:before {
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-default .brands-tabs li.avaska-active a svg {
    filter: invert(1); }

.page-category .brands-tabs li.avaska-active a {
  background: #CA0D13; }
  .page-category .brands-tabs li.avaska-active a:before {
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-category .brands-tabs li.avaska-active a svg {
    filter: invert(1); }

.page-product .brands-tabs li.avaska-active a {
  background: #CA0D13; }
  .page-product .brands-tabs li.avaska-active a:before {
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .page-product .brands-tabs li.avaska-active a svg {
    filter: invert(1); }

.avaska-home .main-banner a:not(.btn) {
  position: relative;
  z-index: 3; }

.avaska-home .main-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.avaska-home .main-banner .main-banner-txt {
  width: 1110px;
  z-index: 5; }
  .avaska-home .main-banner .main-banner-txt p {
    line-height: 40px;
    margin: 0 0 2px 0; }
  .avaska-home .main-banner .main-banner-txt .btn {
    background: #CA0D13;
    color: #fff !important;
    padding: 13px 30px 13px; }
    .avaska-home .main-banner .main-banner-txt .btn:hover {
      background: #EB3036; }

.avaska-home .main-banner:after {
  opacity: 0; }

.avaska-home .featured-categories {
  padding: 50px 0 30px; }
  .avaska-home .featured-categories .featured-categories-top {
    width: 100%;
    max-width: 788px;
    display: flex;
    align-items: center;
    margin: 0 auto 55px; }
    .avaska-home .featured-categories .featured-categories-top .fc-top-img {
      width: 283px;
      padding: 0 52px 0 0; }
    .avaska-home .featured-categories .featured-categories-top .fc-top-rgt {
      width: calc(100% - 283px);
      border-left: 5px solid #707070;
      padding: 0 0 0 50px; }
      .avaska-home .featured-categories .featured-categories-top .fc-top-rgt p {
        width: 100%;
        color: #000;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        line-height: 26px;
        text-align: left;
        margin: 0; }
  .avaska-home .featured-categories ul li {
    width: 25%;
    padding: 0 10px; }
    .avaska-home .featured-categories ul li .featured-cat-btm a {
      border-top: 6px solid #CA0D13; }
    .avaska-home .featured-categories ul li:hover .featured-cat-btm a {
      background: #CA0D13;
      border-top: 6px solid #CA0D13;
      border-bottom: 5px solid #000; }

.avaska-home .banner-sideway .sideway-img a:not(.btn) {
  position: relative;
  z-index: 3; }

.avaska-home .banner-sideway .sideway-img.sideway-img1 {
  background: none; }

.avaska-home .banner-sideway .sideway-img.sideway-img2 {
  background: none; }

.avaska-home .banner-sideway img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.avaska-home .banner-sideway .sideway-img .sideway-content {
  width: 90%;
  max-width: 550px; }

.avaska-home .banner-sideway .sideway-img .sideway-content p {
  line-height: 40px;
  margin: 0; }

.avaska-home .banner-sideway .sideway-img .sideway-content h5 {
  margin: 0 0 20px 0; }

.avaska-home .banner-sideway .btn {
  background: #CA0D13;
  color: #fff !important;
  position: relative;
  z-index: 5; }
  .avaska-home .banner-sideway .btn:hover {
    background: #EB3036; }

.avaska-newsletter {
  width: 100%;
  float: left;
  margin: 70px 0; }

.avaska-newsletter-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 55px; }

.avaska-newsletter-lft {
  width: 740px;
  display: inline-flex;
  flex-wrap: wrap; }

.avaska-newsletter-rgt {
  width: calc(100% - 740px);
  padding: 0 0 0 65px; }
  .avaska-newsletter-rgt h6 {
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: -0.44px;
    margin: 0 0 10px 0; }

.avaska-newsletter-rgt .klaviyo-form {
  width: 100%; }
  .avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center !important; }
  .avaska-newsletter-rgt .klaviyo-form form > .needsclick.kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1:last-child .needsclick.kl-private-reset-css-Xuajs1 {
    padding: 0 !important;
    margin: 5px 0 0 0;
    justify-content: center; }
  .avaska-newsletter-rgt .klaviyo-form input {
    height: 40px !important;
    background: #E2E2E2 !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-style: italic !important;
    border: none !important; }
    .avaska-newsletter-rgt .klaviyo-form input::placeholder {
      color: #000;
      opacity: 1; }
  .avaska-newsletter-rgt .klaviyo-form button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
    background: none !important;
    color: #000 !important; }

.avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 span {
  font-size: 13px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 input {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button {
  width: 102px !important;
  height: 32px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "Roboto Condensed", sans-serif !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  letter-spacing: -0.32px !important;
  margin: 0 !important;
  transition: all .3s ease-in; }
  .avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button:hover {
    background: #CA0D13 !important; }

.avska-listing .card .card-figcaption-body .button {
  background: #CA0D13;
  color: #fff; }
  .avska-listing .card .card-figcaption-body .button:hover {
    background: #EB3036;
    color: #fff; }

.avska-listing .accordion-block .accordion-navigation.is-open .accordion-title {
  color: #CA0D13; }

.avska-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='%23ca0d13'/%3E%3C/svg%3E") no-repeat; }

.avska-listing .view-more-wraper .btn {
  background: #CA0D13;
  color: #fff !important; }
  .avska-listing .view-more-wraper .btn:hover {
    background: #EB3036; }

.avaska-product .productView-product .productView-rating a:hover {
  color: #ca0d13; }

.avaska-product .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border: 1px solid #000; }

.avaska-product .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
  background: #000;
  color: #fff; }

.avaska-product .productView-options .form-action #form-action-addToCart {
  background-color: #414143;
  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='%23fff'/%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='%23fff'/%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='%23fff'/%3E%3C/svg%3E");
  color: #fff; }
  .avaska-product .productView-options .form-action #form-action-addToCart:hover {
    background-color: #68686A;
    color: #fff; }

.avaska-product .productView-description .tab.is-active .tab-title span:after {
  background: #CA0D13; }

.avaska-page .productView--quickView .productView-product .productView-rating a:hover {
  color: #ca0d13; }

.avaska-page .productView--quickView .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border: 1px solid #000; }

.avaska-page .productView--quickView .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
  background: #000;
  color: #fff; }

.avaska-page .productView--quickView .productView-options .form-action #form-action-addToCart {
  background-color: #414143;
  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='%23fff'/%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='%23fff'/%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='%23fff'/%3E%3C/svg%3E");
  color: #fff; }
  .avaska-page .productView--quickView .productView-options .form-action #form-action-addToCart:hover {
    background-color: #68686A;
    color: #fff; }

.avaska-page .productView--quickView .productView-description .tab.is-active .tab-title span:after {
  background: #CA0D13; }

.avaska-page #faceted-search-container .navList.nav-cat-list li a:hover {
  color: #ca0d13; }

@media (min-width: 1024px) {
  .desk-sticky.header-avaska .h-btm-lft {
    width: 71px; }
  .desk-sticky.header-avaska .h-btm-rgt {
    margin: 0; }
  .desk-sticky.header-avaska .header-btm-wraper {
    align-items: center; } }

@media (max-width: 1249px) {
  .header-avaska .header-btm-wraper {
    padding-top: 12px; }
  .header-avaska .h-btm-lft {
    width: 98px;
    margin: 0 89px 0 0; }
  .header-avaska .h-btm-rgt {
    width: calc(100% - 187px); }
  .avaska-home .main-banner .main-banner-txt h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -1.28px;
    margin: 0; }
  .avaska-home .main-banner .main-banner-txt p {
    margin: 0; }
  .avaska-home .featured-categories ul {
    margin: 0 -9px; }
    .avaska-home .featured-categories ul li {
      padding: 0 9px; }
      .avaska-home .featured-categories ul li figure {
        height: 227px; }
  .avaska-newsletter-inner {
    padding: 0 10px; }
  .avaska-newsletter-lft {
    width: 645px; }
  .avaska-newsletter-rgt {
    width: calc(100% - 645px);
    padding: 0 0 0 24px; } }

@media (max-width: 1023px) {
  .header-avaska .header-top {
    background: none; }
  .header-avaska .h-btm-lft {
    width: auto; }
  .header-avaska .h-btm-rgt {
    width: 100%; }
  .header-avaska .header-btm-wraper {
    padding: 6px 15px 8px !important; }
  .header-avaska .h-btm-lft {
    margin: 0; }
  .header-avaska .header-logo__link {
    width: 71px; }
  .header-avaska .mobileMenu-toggle {
    top: 16px; }
  .header-avaska .header-top-wraper ul li .head-wishlist a:hover svg path {
    fill: #CA0D13; }
  .header-avaska .header-top-wraper ul li .header-account:hover svg path {
    fill: #CA0D13; }
  .header-avaska .header-top-wraper ul li:hover > a path {
    fill: #CA0D13; }
  .header-avaska .header-mobile-bottom .acc-btn {
    background: #CA0D13;
    color: #fff; }
    .header-avaska .header-mobile-bottom .acc-btn svg path {
      fill: #fff; }
    .header-avaska .header-mobile-bottom .acc-btn:hover {
      background: #EB3036; }
  .header-avaska .h-mobile-btm-links {
    background: #414143; }
    .header-avaska .h-mobile-btm-links ul li a {
      color: #fff; }
      .header-avaska .h-mobile-btm-links ul li a path {
        fill: #fff; }
  .header-avaska .megamenu ul .navPages-item > a.is-open.has-subMenu::after {
    background-image: 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_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='%23ca0d13'/%3E%3C/svg%3E"); }
  .header-avaska .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li.navPage-subMenu-item-parent > a {
    color: #CA0D13; }
    .header-avaska .megamenu ul .navPages-item .navPage-subMenu .navPage-subMenu-list > li.navPage-subMenu-item-parent > a:hover {
      color: #000; }
  .header-avaska .mobileMenu-toggle .mobileMenu-toggleIcon, .header-avaska .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header-avaska .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #CA0D13; }
  .header-avaska .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: transparent; }
  .avaska-home .main-banner .main-banner-txt h1 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.96px;
    margin: 0 0 4px 0; }
  .avaska-home .main-banner .main-banner-txt p {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 30px;
    margin: 0 0 6px 0; }
  .avaska-home .featured-categories {
    padding: 50px 0 20px; }
    .avaska-home .featured-categories .featured-categories-top {
      max-width: 635px;
      margin: 0 auto 50px; }
      .avaska-home .featured-categories .featured-categories-top .fc-top-img {
        width: 201px;
        padding: 0 42px 0 0; }
      .avaska-home .featured-categories .featured-categories-top .fc-top-rgt {
        width: calc(100% - 243px);
        padding: 0 0 0 42px; }
    .avaska-home .featured-categories ul {
      padding: 0 8.2%;
      margin: 0 -10px; }
      .avaska-home .featured-categories ul li {
        width: 50%;
        padding: 0 10px; }
        .avaska-home .featured-categories ul li figure {
          height: 278px; }
  .avaska-home .banner-sideway .sideway-img {
    width: calc(50% - 9px); }
    .avaska-home .banner-sideway .sideway-img .sideway-content {
      bottom: 24px; }
  .avaska-newsletter {
    margin: 52px 0 50px; }
  .avaska-newsletter-inner {
    padding: 0; }
  .avaska-newsletter-lft {
    width: 455px; }
  .avaska-newsletter-rgt {
    width: calc(100% - 455px);
    padding: 0 0 0 17px; }
    .avaska-newsletter-rgt h6 {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.32px;
      margin: 0 0 3px 0; }
  .avaska-newsletter-rgt .klaviyo-form input {
    height: 34px !important; }
  .avaska-newsletter-rgt .klaviyo-form form > .needsclick.kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1:last-child .needsclick.kl-private-reset-css-Xuajs1 {
    margin: 0; }
  .avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button {
    width: 80px !important;
    height: 25px !important;
    font-size: 13px !important;
    line-height: 25px !important;
    letter-spacing: -0.26px !important; }
  .footer-avaska .ft-btm-lft ul li {
    margin: 0 6px !important; }
  .avska-listing .filter-btn {
    background: #CA0D13;
    color: #fff; }
    .avska-listing .filter-btn:hover {
      background: #EB3036;
      color: #fff; }
    .avska-listing .filter-btn.active {
      background: #EB3036;
      color: #fff; }
    .avska-listing .filter-btn span:before {
      filter: invert(1); } }

@media (max-width: 767px) {
  .header-avaska .header-logo {
    margin: 0 0 0 43px; }
  .avaska-home .main-banner .main-banner-txt {
    padding: 0 20px 20px; }
    .avaska-home .main-banner .main-banner-txt h1 {
      font-size: 44px;
      line-height: 42px;
      letter-spacing: -0.88px;
      margin: 0 0 8px 0; }
    .avaska-home .main-banner .main-banner-txt p {
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 7px 0; }
  .avaska-home .featured-categories {
    padding: 45px 0 20px; }
    .avaska-home .featured-categories .featured-categories-top {
      max-width: 100%;
      flex-wrap: wrap;
      padding: 0 15px;
      margin: 0 0 52px 0; }
      .avaska-home .featured-categories .featured-categories-top .fc-top-img {
        width: 100%;
        padding: 0; }
        .avaska-home .featured-categories .featured-categories-top .fc-top-img img {
          max-width: 201px; }
      .avaska-home .featured-categories .featured-categories-top .fc-top-rgt {
        width: 100%;
        border-left: none;
        padding: 0;
        margin: 20px 0 0 0; }
        .avaska-home .featured-categories .featured-categories-top .fc-top-rgt p {
          font-size: 16px;
          line-height: 22px;
          text-align: center; }
    .avaska-home .featured-categories ul {
      padding: 0;
      margin: 0 -6.5px; }
      .avaska-home .featured-categories ul li {
        padding: 0 6.5px; }
        .avaska-home .featured-categories ul li figure {
          height: 158px; }
  .avaska-home .banner-sideway .sideway-img {
    width: 100%; }
  .avaska-home .banner-sideway .sideway-content {
    width: 80%; }
    .avaska-home .banner-sideway .sideway-content h5 {
      margin: 0 0 16px 0; }
  .avaska-newsletter {
    margin: 50px 0; }
  .avaska-newsletter-lft {
    display: none; }
  .avaska-newsletter-rgt {
    width: 100%;
    padding: 0 25px; }
    .avaska-newsletter-rgt h6 {
      font-size: 22px;
      line-height: 25px;
      letter-spacing: -0.44px;
      margin: 0 0 7px 0; }
  .avaska-newsletter-rgt .klaviyo-form input {
    height: 40px !important; }
  .avaska-newsletter-rgt .klaviyo-form form > .needsclick.kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1:last-child .needsclick.kl-private-reset-css-Xuajs1 {
    margin: 5px 0 0 0; }
  .avaska-newsletter-rgt .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 button {
    width: 102px !important;
    height: 32px !important;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: -0.32px !important; }
  .avaska-product .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='%23ca0d13'/%3E%3C/svg%3E") no-repeat center left; } }

@media (max-width: 374px) {
  .avaska-home .main-banner .main-banner-txt h1 {
    font-size: 33px;
    line-height: 33px; }
  .avaska-home .main-banner .main-banner-txt p {
    font-size: 16px;
    line-height: 20px; }
  .avaska-home .featured-categories h3 span:before {
    left: -47px; }
  .avaska-home .featured-categories h3 span:after {
    right: -47px; }
  .avaska-home .featured-categories ul {
    margin: 0; }
    .avaska-home .featured-categories ul li {
      width: 100%;
      padding: 0; }
      .avaska-home .featured-categories ul li figure {
        height: 300px; } }

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

.repair-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 91px 0; }

.repair-top-lft {
  width: calc(100% - 500px);
  padding: 0 66px 0 0;
  position: relative; }
  .repair-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;
    margin: 0 0 11px 0; }
  .repair-top-lft p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0; }
    .repair-top-lft p:last-child {
      margin: 0; }
  .repair-top-lft .tab-img {
    display: none; }

.repair-top-rgt {
  width: 500px; }
  .repair-top-rgt img {
    float: left;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16); }

.repair-btm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 98px 0; }

.repair-btm-lft {
  width: 650px;
  background: #FFEEC1;
  text-align: left;
  padding: 27px 27px 35px;
  position: relative; }
  .repair-btm-lft h2 {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 37px;
    text-align: left;
    margin: 0 0 16px 0; }
  .repair-btm-lft p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px 0;
    padding: 0 0 0 33px;
    position: relative; }
    .repair-btm-lft p:last-child {
      margin: 0; }
    .repair-btm-lft p span {
      width: 23px;
      height: 23px;
      background: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      border-radius: 50%;
      position: absolute;
      top: 1px;
      left: 0; }
  .repair-btm-lft:before {
    position: absolute;
    top: -10px;
    left: 50%;
    border-top: 30px solid #F7941D;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    content: "";
    transform: translateX(-50%); }

.repair-contact {
  width: 100%;
  float: left;
  padding: 0 0 0 33px;
  margin: -12px 0 32px; }

.r-contact-row {
  width: 100%;
  float: left;
  padding: 0 0 0 55px;
  position: relative; }
  .r-contact-row + .r-contact-row {
    margin: 27px 0 0 0; }
  .r-contact-row svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .r-contact-row h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    position: relative; }
    .r-contact-row h6:after {
      width: 40px;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: -7px;
      content: ""; }
  .r-contact-row span {
    width: 100%;
    float: left;
    color: #404040;
    font-size: 14px;
    line-height: 16px; }
    .r-contact-row span a {
      color: #002D73;
      text-decoration: underline; }
      .r-contact-row span a:hover {
        color: #F7941D; }

.repair-btm-rgt {
  width: calc(100% - 650px);
  padding: 0 0 0 48px; }
  .repair-btm-rgt p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 25px 0; }
  .repair-btm-rgt h6 {
    width: 100%;
    float: left;
    color: #F7941D;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: inherit;
    margin: 0 0 8px 0; }
  .repair-btm-rgt ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .repair-btm-rgt ul li {
      width: 100%;
      float: left;
      color: #000;
      font-size: 18px;
      line-height: 28px;
      padding: 0 0 0 25px;
      position: relative; }
      .repair-btm-rgt ul li:before {
        width: 6px;
        height: 6px;
        background: #F7941D;
        position: absolute;
        top: 11px;
        left: 0;
        content: "";
        border-radius: 50%; }

.customization-page .breadcrumb-wraper {
  margin-bottom: 0; }

.custom-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px 0; }

.custom-top-lft {
  width: calc(100% - 518px);
  padding: 40px 43px 0 0; }
  .custom-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;
    margin: 0 0 11px 0; }
  .custom-top-lft p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 33px 0; }
  .custom-top-lft h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 11px 0; }
  .custom-top-lft ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 33px 0; }
    .custom-top-lft ul li {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 28px;
      padding: 0 0 0 25px;
      position: relative; }
      .custom-top-lft ul li:before {
        width: 6px;
        height: 6px;
        background: #F7941D;
        position: absolute;
        top: 11px;
        left: 0;
        content: "";
        border-radius: 50%; }
  .custom-top-lft .custom-sideway {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center; }
    .custom-top-lft .custom-sideway ul {
      width: calc(100% - 280px);
      padding: 0 28px 0 0;
      margin: 0; }
    .custom-top-lft .custom-sideway img {
      width: 280px; }
  .custom-top-lft .custom-mob-img {
    display: none; }

.custom-top-rgt {
  width: 548px;
  margin: 0 -30px 0 0; }
  .custom-top-rgt img {
    float: left; }

.custom-btm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 62px 0; }

.custom-btm-lft {
  width: calc(100% - 528px);
  padding: 0 60px 0 0; }
  .custom-btm-lft h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 11px 0; }
  .custom-btm-lft p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0; }

.custom-btm-rgt {
  width: 528px;
  padding: 20px 0 0 0; }

.custom-box {
  width: 335px;
  border: 3px solid #000; }
  .custom-box h5 {
    width: 100%;
    background: #b7d349;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.44px;
    padding: 6px 0 5px;
    margin: 0; }
  .custom-box p {
    width: 100%;
    display: flex;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
    margin: 0; }
  .custom-box .custom-box-row {
    width: 100%;
    display: flex; }
    .custom-box .custom-box-row .custom-box-col {
      width: 50%; }
      .custom-box .custom-box-row .custom-box-col h6 {
        background: #a8a8a8;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: -0.32px;
        padding: 5px 0 6px;
        margin: 0; }
      .custom-box .custom-box-row .custom-box-col p {
        line-height: 16px;
        padding: 10px 8px; }
      .custom-box .custom-box-row .custom-box-col:first-child {
        border-right: 2px solid #000; }
        .custom-box .custom-box-row .custom-box-col:first-child h6 {
          background: #000;
          color: #fff; }

.recognize-page .breadcrumb-wraper {
  margin-bottom: 28px; }

.rec-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 55px 0; }

.rec-top-lft {
  width: calc(100% - 500px);
  padding: 12px 79px 0 0; }
  .rec-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 11px 0; }
  .rec-top-lft p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0; }
    .rec-top-lft p:last-child {
      margin: 0; }

.heros-wraper {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center; }
  .heros-wraper img {
    position: relative; }
  .heros-wraper .heros-box {
    width: 400px;
    background: #012d74 url("https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/hero-box-bg.jpg") no-repeat center top;
    padding: 10px;
    margin: -100px 0 0 0; }
    .heros-wraper .heros-box .heros-box-inner {
      width: 100%;
      padding: 105px 25px 25px;
      border: 3px solid #F7941D; }
      .heros-wraper .heros-box .heros-box-inner h6 {
        width: 100%;
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 32px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 14px 0; }
      .heros-wraper .heros-box .heros-box-inner ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0; }
        .heros-wraper .heros-box .heros-box-inner ul li {
          width: 100%;
          color: #fff;
          display: inline-flex;
          flex-wrap: wrap;
          align-items: center; }
          .heros-wraper .heros-box .heros-box-inner ul li strong {
            width: 45%;
            font-size: 18px;
            font-weight: 700;
            font-family: "Roboto Condensed", sans-serif;
            line-height: 32px;
            text-transform: uppercase;
            text-align: right;
            padding: 0 15px 0 0; }
          .heros-wraper .heros-box .heros-box-inner ul li span {
            width: 55%;
            font-size: 16px;
            line-height: 22px; }

.rec-top-rgt {
  width: 500px; }
  .rec-top-rgt p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 26px 0 0 0; }
    .rec-top-rgt p strong {
      font-weight: 600; }
    .rec-top-rgt p a {
      color: #F7941D; }
      .rec-top-rgt p a:hover {
        color: #002D73; }

.rec-btm {
  width: 100%;
  float: left;
  margin: 0 0 40px 0; }
  .rec-btm h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 55px;
    text-align: center;
    letter-spacing: -0.84px;
    margin: 0 0 29px 0; }
  .rec-btm ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -25px; }
    .rec-btm ul li {
      width: 50%;
      padding: 0 25px;
      margin: 0 0 40px 0; }
      .rec-btm ul li .winner-box {
        width: 100%;
        height: 100%;
        padding: 0 0 0 48px; }
      .rec-btm ul li .winner-box-inner {
        width: 100%;
        height: 100%;
        background: #FFEEC1;
        display: inline-flex;
        flex-wrap: wrap;
        padding: 25px 30px 22px 0; }
        .rec-btm ul li .winner-box-inner figure {
          width: 225px;
          height: 250px;
          margin: 0 0 0 -48px;
          position: relative; }
          .rec-btm ul li .winner-box-inner figure:after {
            width: 100%;
            height: 100%;
            background: #002D73;
            position: absolute;
            left: -10px;
            bottom: -10px;
            content: ""; }
          .rec-btm ul li .winner-box-inner figure img {
            width: 100%;
            height: 100%;
            float: left;
            object-fit: cover;
            position: relative;
            z-index: 3; }
      .rec-btm ul li .winner-rgt {
        width: calc(100% - 177px);
        padding: 10px 0 0 20px; }
        .rec-btm ul li .winner-rgt .winner-exp {
          width: auto;
          float: left;
          background: #F7941D;
          color: #fff;
          font-size: 18px;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif;
          line-height: 30px;
          text-transform: uppercase;
          padding: 0 10px 0 0;
          position: relative; }
          .rec-btm ul li .winner-rgt .winner-exp:before {
            width: 22px;
            height: 100%;
            background: #F7941D;
            position: absolute;
            top: 0;
            left: -22px;
            content: ""; }
          .rec-btm ul li .winner-rgt .winner-exp:after {
            border-left: 20px solid #F7941D;
            border-bottom: 30px solid transparent;
            position: absolute;
            top: 0;
            right: -20px;
            content: ""; }
        .rec-btm ul li .winner-rgt h5 {
          width: 100%;
          float: left;
          color: #000;
          font-size: 26px;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif;
          line-height: 32px;
          letter-spacing: 0;
          margin: 7px 0 9px; }
        .rec-btm ul li .winner-rgt p {
          width: 100%;
          float: left;
          color: #000;
          font-size: 14px;
          line-height: 20px;
          margin: 0 0 18px 0; }
        .rec-btm ul li .winner-rgt .winner-btm {
          width: 100%;
          display: inline-flex;
          align-items: center;
          margin: 20px 0 0 0; }
          .rec-btm ul li .winner-rgt .winner-btm img {
            border-right: 1px solid #707070;
            padding: 3px 10px 3px 0;
            margin: 0 10px 0 0; }
          .rec-btm ul li .winner-rgt .winner-btm h6 {
            color: #000;
            font-size: 14px;
            font-weight: 700;
            font-family: "Roboto Condensed", sans-serif;
            line-height: 32px;
            text-transform: uppercase;
            margin: 0; }

.rec-top-mob {
  display: none; }

.rec-mid {
  display: none; }

.quality-page .breadcrumb-wraper {
  margin-bottom: 28px; }

.quality-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0; }

.quality-top-lft {
  width: calc(100% - 518px);
  padding: 20px 85px 0 0; }
  .quality-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;
    padding: 0 100px 0 0;
    margin: 0 0 11px 0; }
  .quality-top-lft p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0; }
    .quality-top-lft p:last-child {
      margin: 0; }
    .quality-top-lft p a {
      color: #002D73;
      text-decoration: underline; }
      .quality-top-lft p a:hover {
        color: #F7941D; }
  .quality-top-lft h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 28px;
    margin: 0 0 12px 0; }
  .quality-top-lft ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .quality-top-lft ul li {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 32px;
      padding: 0 0 0 25px;
      position: relative; }
      .quality-top-lft ul li a {
        color: #002D73;
        text-decoration: underline; }
        .quality-top-lft ul li a:hover {
          color: #F7941D; }
      .quality-top-lft ul li:before {
        width: 6px;
        height: 6px;
        background: #F7941D;
        position: absolute;
        top: 14px;
        left: 0;
        content: "";
        border-radius: 50%; }

.quality-top-rgt {
  width: 518px; }

.quality-btm {
  width: 100%;
  float: left;
  margin: 0 0 98px 0; }
  .quality-btm h2 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 56px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1.12px;
    margin: 0 0 11px 0; }
  .quality-btm p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0; }
    .quality-btm p:last-child {
      margin: 0; }
    .quality-btm p a {
      color: #002D73;
      text-decoration: underline; }
      .quality-btm p a:hover {
        color: #F7941D; }

.quality-mid {
  display: none; }

.why-page {
  background: #fff url("https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/why-refrigiwear.jpg") no-repeat top right; }
  .why-page .breadcrumb-wraper {
    margin-bottom: 40px; }

.why-top {
  width: 100%;
  float: left;
  margin: 0 0 114px 0; }

.why-top-con {
  width: 703px;
  max-width: 100%; }
  .why-top-con h1 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 56px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 74px;
    text-transform: uppercase;
    letter-spacing: -1.12px;
    margin: 0 0 9px 0; }
  .why-top-con p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0; }
    .why-top-con p:last-child {
      margin: 0; }

.why-mid {
  width: 100%;
  float: left;
  padding: 0 88px;
  margin: 0 0 80px 0; }
  .why-mid ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -30px; }
    .why-mid ul li {
      width: 50%;
      padding: 0 30px; }
      .why-mid ul li figure {
        width: 100%;
        float: left;
        margin: 0 0 17px 0; }
        .why-mid ul li figure a {
          width: 100%;
          height: 216px;
          float: left;
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35); }
          .why-mid ul li figure a img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .why-mid ul li h6 {
        width: 100%;
        float: left;
        font-size: 24px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: -0.48px;
        margin: 0 0 9px 0; }
        .why-mid ul li h6 a {
          color: #000; }
          .why-mid ul li h6 a:hover {
            color: #F7941D; }
      .why-mid ul li p {
        width: 100%;
        float: left;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px 0 0;
        margin: 0 0 12px 0; }

.why-btn {
  float: left;
  background: #F7941D;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  padding: 7px 18px 6px; }
  .why-btn:hover {
    background: #ffb04d;
    color: #000; }

.why-btm {
  width: 100%;
  float: left; }

.why-btm-row {
  background: #EBEEF4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: calc((100% - 1250px) / 2);
  margin: 0 0 60px 0; }

.why-btm-lft {
  width: 630px; }
  .why-btm-lft .img-desk {
    display: none; }
  .why-btm-lft .img-tab {
    display: none; }

.why_btm_rgt {
  width: calc(100% - 630px);
  padding: 0 60px 0 68px; }
  .why_btm_rgt h3 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: -0.84px;
    margin: 0 0 12px 0; }
  .why_btm_rgt p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 26px 0; }
    .why_btm_rgt p:last-child {
      margin: 0; }
  .why_btm_rgt h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 28px;
    text-transform: none;
    margin: 0 0 12px 0; }
  .why_btm_rgt ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .why_btm_rgt ul li {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 32px;
      padding: 0 0 0 25px;
      position: relative; }
      .why_btm_rgt ul li a {
        color: #002D73;
        text-decoration: underline; }
        .why_btm_rgt ul li a:hover {
          color: #F7941D; }
      .why_btm_rgt ul li:before {
        width: 6px;
        height: 6px;
        background: #F7941D;
        position: absolute;
        top: 14px;
        left: 0;
        content: "";
        border-radius: 50%; }
  .why_btm_rgt .why-btn {
    margin: -8px 0 0 0; }

.why-btm-row:nth-child(2n) {
  background: none;
  padding-left: calc((100% - 1250px)/ 2);
  padding-right: 0; }
  .why-btm-row:nth-child(2n) .why-btm-lft {
    width: 668px; }
  .why-btm-row:nth-child(2n) .why_btm_rgt {
    width: calc(100% - 668px);
    order: -1;
    padding: 0 42px 0 48px; }

.international-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px 0; }

.inter-top-lft {
  width: calc(100% - 528px);
  padding: 0 122px 0 0; }
  .inter-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 18px 0; }

.inter-contact {
  width: 100%;
  float: left; }

.inter-contact-row {
  width: 100%;
  float: left; }
  .inter-contact-row + .inter-contact-row {
    margin: 37px 0 0 0; }
  .inter-contact-row h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 9px 0; }
  .inter-contact-row p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 36px;
    margin: 0 0 26px 0;
    position: relative; }
    .inter-contact-row p:last-child {
      margin: 0; }
    .inter-contact-row p span {
      position: absolute;
      top: 2px;
      left: 0; }
      .inter-contact-row p span svg {
        float: left; }
    .inter-contact-row p a {
      color: #000; }
      .inter-contact-row p a:hover {
        color: #f7941d; }

.inter-top-rgt {
  width: 528px; }

.international-btm {
  width: 100%;
  float: left;
  margin: 0 0 78px 0; }
  .international-btm ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .international-btm ul li {
      float: left;
      font-size: 18px;
      line-height: 28px;
      text-transform: uppercase;
      position: relative; }
      .international-btm ul li + li {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px; }
        .international-btm ul li + li:before {
          width: 1px;
          height: 20px;
          background: #000;
          position: absolute;
          top: 5px;
          left: 0;
          content: ""; }
      .international-btm ul li a {
        color: #000; }
        .international-btm ul li a:hover {
          color: #F7941D; }
      .international-btm ul li.active a {
        font-weight: 700;
        text-decoration: underline; }

.canada .inter-top-lft h1 {
  margin: 0 0 11px 0; }

.canada-top {
  width: 100%;
  float: left; }
  .canada-top p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px 0; }

.canada-contact {
  width: 100%;
  float: left;
  margin: 0 0 30px 0; }
  .canada-contact h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 28px;
    text-transform: inherit;
    margin: 0 0 15px 0; }
  .canada-contact p {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 36px;
    margin: 0;
    position: relative; }
    .canada-contact p span {
      position: absolute;
      top: 2px;
      left: 0; }
      .canada-contact p span svg {
        float: left; }
    .canada-contact p a {
      color: #000;
      text-decoration: underline; }
      .canada-contact p a:hover {
        color: #f7941d; }
    .canada-contact p + p {
      margin: 12px 0 0 0; }
    .canada-contact p.c-call a {
      text-decoration: none; }

.canada-btm {
  width: 100%;
  float: left; }
  .canada-btm p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin: 0; }
  .canada-btm ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .canada-btm ul li {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 28px;
      padding: 0 0 0 25px;
      position: relative; }
      .canada-btm ul li a {
        color: #002D73;
        text-decoration: underline; }
        .canada-btm ul li a:hover {
          color: #F7941D; }
      .canada-btm ul li:before {
        width: 6px;
        height: 6px;
        background: #F7941D;
        position: absolute;
        top: 14px;
        left: 0;
        content: "";
        border-radius: 50%; }

.cold-tips-page .breadcrumb-wraper {
  margin-bottom: 20px; }

.cold-top {
  width: 100%;
  float: left;
  padding: 0 110px;
  margin: 0 0 53px 0; }
  .cold-top h1 {
    width: 100%;
    float: left;
    color: #17020D;
    font-size: 36px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.72px;
    margin: 0 0 16px 0; }
  .cold-top p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 26px 0; }
    .cold-top p:last-child {
      margin: 0; }

.tips-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0; }

.tips-lft {
  color: #000;
  font-size: 120px;
  font-weight: 900;
  line-height: 171px;
  text-transform: uppercase;
  letter-spacing: -4.8px;
  padding: 0 12px 0 0;
  position: relative; }
  .tips-lft:before {
    width: 170px;
    height: 130px;
    background: #F7941D;
    position: absolute;
    top: 24px;
    left: -20px;
    content: "";
    z-index: -1; }
  .tips-lft span {
    color: #fff; }

.tips-rgt {
  display: inline-flex;
  flex-direction: column;
  margin: 6px 0 0 0; }
  .tips-rgt h3 {
    color: #000;
    font-size: 50px;
    font-weight: 900;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 9px 0; }
  .tips-rgt h5 {
    color: #707070;
    font-size: 26px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 34px;
    letter-spacing: 1.04px;
    margin: 0; }

.cold-btm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cold-btm ul {
    width: 586px;
    max-width: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }

.b2b-top-bar {
  width: 100%;
  float: left;
  background: #ede2e2;
  padding: 11px 0;
  position: relative; }
  .b2b-top-bar p {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0; }
    .b2b-top-bar p span {
      color: #b30000;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      padding: 0 0 0 24px;
      position: relative; }
      .b2b-top-bar p span svg {
        position: absolute;
        top: 1px;
        left: 0; }
  .b2b-top-bar .top-bar-close {
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg%3E%3Cg transform='rotate(-45 7.5 7.5)'%3E%3Cpath d='M-1.044 8.55V6.175H16.77V8.55z'/%3E%3C/g%3E%3Cg transform='rotate(45 7.5 7.5)'%3E%3Cpath d='M-1.044 8.55V6.175H16.77V8.55z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%); }
    .b2b-top-bar .top-bar-close:hover {
      opacity: 0.7; }

.b2b-header-top {
  width: 100%;
  float: left;
  background: #E2E2E2;
  padding: 0; }
  .b2b-header-top .top-wraper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .b2b-header-top .top-lft a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    letter-spacing: -0.24px; }
    .b2b-header-top .top-lft a svg {
      margin: 0 8px 0 0; }
    .b2b-header-top .top-lft a:hover {
      color: #F7941D; }
      .b2b-header-top .top-lft a:hover path {
        fill: #F7941D; }
    .b2b-header-top .top-lft a path {
      transition: all .3s ease-in; }
    .b2b-header-top .top-lft a span {
      margin: 1px 0 0 0; }

.login-btn {
  float: left;
  background: #000;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  padding: 6px 11px; }
  .login-btn:hover {
    color: #000 !important;
    background: #fff; }

#quickSearch {
  background: none;
  display: block;
  padding: 0;
  position: relative;
  left: auto; }

.search-form-wraper {
  background: none;
  border-top: none; }
  .search-form-wraper .container {
    max-width: 100%;
    padding: 0; }
  .search-form-wraper .form-field {
    width: 321px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 23px;
    padding: 6px 11px 6px 16px; }
    .search-form-wraper .form-field .form-input {
      width: calc(100% - 17px);
      height: 17px;
      background: none;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      font-family: "Source Sans Pro", sans-serif;
      font-style: italic;
      border: none;
      padding: 0 10px 0 0; }
      .search-form-wraper .form-field .form-input::placeholder {
        color: #000;
        opacity: 1; }
    .search-form-wraper .form-field input[type="submit"] {
      width: 17px;
      height: 17px;
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f7941d' d='M6.895 2.48c2.668 0 4.84 2.132 4.84 4.755 0 2.623-2.172 4.755-4.84 4.755-2.67 0-4.841-2.132-4.841-4.755 0-2.623 2.171-4.755 4.84-4.755zm8.308 14.233l1.339-1.315-4.264-4.19a6.511 6.511 0 0 0 1.35-3.973c0-3.654-3.015-6.616-6.733-6.616C3.175.619.16 3.581.16 7.235c0 3.653 3.014 6.615 6.734 6.615a6.784 6.784 0 0 0 4.044-1.326z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      border-radius: 0;
      filter: brightness(0);
      padding: 0;
      transition: all .3s ease-in; }
      .search-form-wraper .form-field input[type="submit"]:hover {
        opacity: 0.7; }

.header-top-wraper .h-top-rgt ul li {
  padding: 0 9px; }

.top-rgt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }

.login-box {
  width: 320px;
  float: left;
  background: #fff;
  border: 2px solid #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 45px;
  right: 0;
  padding: 0;
  display: none;
  z-index: 999; }
  .login-box .login-form {
    width: 100%; }
  .login-box h6 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 24px;
    text-transform: none;
    text-align: center;
    letter-spacing: -0.4px;
    margin: 0 0 1px 0; }
  .login-box p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    line-height: 17px;
    text-align: center;
    margin: 0 0 13px 0; }
  .login-box:before {
    position: absolute;
    top: -9px;
    right: 10px;
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #FFEEC1;
    z-index: 3; }
  .login-box:after {
    position: absolute;
    top: -11px;
    right: 6px;
    content: "";
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 11px solid #000; }
  .login-box .form-field {
    margin: 0 0 12px 0; }
    .login-box .form-field .form-input {
      height: 40px;
      background: #e2e2e2;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      font-family: "Source Sans Pro", sans-serif;
      font-style: italic;
      border: none;
      padding: 0 15px; }
      .login-box .form-field .form-input::placeholder {
        color: #000;
        opacity: 1; }
  .login-box .form-actions {
    text-align: left;
    margin: 2px 0 0 0; }
    .login-box .form-actions .button--primary {
      width: 103px;
      height: 36px;
      background: #000;
      color: #fff;
      font-size: 17px;
      line-height: 12px;
      letter-spacing: -0.34px;
      padding: 0; }
      .login-box .form-actions .button--primary:hover {
        background: #333;
        color: #fff; }
    .login-box .form-actions .forgot-password {
      color: #000;
      font-size: 12px;
      font-weight: 400;
      font-family: "Source Sans Pro", sans-serif;
      line-height: 12px;
      margin: 12px 0 0 15px !important; }
  .login-box form {
    border-bottom: 1px solid #000;
    padding: 0 0 20px 0;
    margin: 0 0 14px 0; }
  .login-box .reg-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: -0.24px;
    border: 2px solid #000;
    padding: 7px 0; }
    .login-box .reg-btn svg {
      margin: 0 8px 0 0; }
      .login-box .reg-btn svg path {
        fill: #000;
        transition: all .3s ease-in; }
    .login-box .reg-btn:hover {
      background: #000;
      color: #fff; }
      .login-box .reg-btn:hover svg path {
        fill: #fff; }

.header {
  z-index: 9; }

#quickSearch {
  z-index: 1; }

.login-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: 99;
  display: none; }

.menu-open .b2b-top-bar {
  z-index: 999; }

.menu-open .b2b-header-top {
  position: relative;
  z-index: 999; }

.ft-col1 {
  width: 16%; }

.ft-col2 {
  width: 18.3%; }

.ft-col3 {
  width: 12.3%; }

.ft-col4 {
  width: 21.5%; }

.ft-col5 {
  width: 17.8%; }

.ft-col6 {
  width: 14.1%;
  padding: 0; }

.head-wishlist a {
  float: left; }
  .head-wishlist a svg {
    float: left; }
    .head-wishlist a svg path {
      transition: all .3s ease-in; }
  .head-wishlist a:hover svg path {
    fill: #f7941d; }

.loggedin-txt {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  border-left: 1px solid #C6C6C6;
  padding: 0 0 0 14px;
  margin: 0 0 0 14px; }
  .loggedin-txt p {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 26px;
    letter-spacing: -0.28px;
    margin: 0 8px 0 0; }

.header-btm {
  background: #fff;
  transition: all .3s ease-in; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform .3s ease-in-out; }

.scroll-up.no-sticky {
  transform: none !important; }

.skip-to-main-link {
  display: none; }

.scroll-up:not(.no-sticky) .b2b-top-bar {
  display: none; }

.scroll-up:not(.no-sticky) .b2b-header-top {
  display: none; }

.scroll-up:not(.no-sticky) .header-top {
  display: none; }

body {
  padding: 166px 0 0 0; }

body.promo-hide {
  padding: 169px 0 0 0; }

.megamenu > ul > li {
  position: relative; }

.megamenu-wraper.col-1 {
  width: 240px; }
  .megamenu-wraper.col-1 .submenu-col {
    width: 100%;
    padding: 0; }

.megamenu-wraper.col-2 {
  width: 375px; }

.submenu-col ul li.tel-link a {
  color: #f7941d; }

.submenu-col ul li.tel-link:hover a {
  color: #1252B4; }

.mob-search {
  display: none; }

.h-search {
  z-index: 99; }

.quickSearchResults {
  width: 100%;
  max-height: calc(100% - 122px);
  min-height: 300px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  top: 122px;
  left: 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  margin: 0;
  z-index: 99;
  overflow: auto; }

.quickSearchResults:empty {
  min-height: inherit; }

.scrollDown .quickSearchResults {
  min-height: inherit; }

.quickSearchResults .quickSearchMessage {
  padding: 20px 0;
  margin: 0; }

.quickSearchResults .productGrid {
  width: 1366px;
  padding: 50px 10px 30px 27px;
  margin: 0; }
  .quickSearchResults .productGrid li {
    width: 33.33%;
    border-left: none; }

.quickSearchResults .modal-close {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg%3E%3Cg transform='rotate(-45 7.5 7.5)'%3E%3Cpath d='M-1.044 8.55V6.175H16.77V8.55z'/%3E%3C/g%3E%3Cg transform='rotate(45 7.5 7.5)'%3E%3Cpath d='M-1.044 8.55V6.175H16.77V8.55z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: block;
  font-size: 0; }

.header-top-wraper .h-top-rgt ul li.header-cart {
  padding-right: 0; }

.promo-hide .quickSearchResults {
  max-height: calc(100% - 82px);
  top: 83px; }

.not-logged-in .quickSearchResults {
  max-height: calc(100% - 120px);
  top: 120px; }

.not-logged-in.promo-hide .quickSearchResults {
  max-height: calc(100% - 80px);
  top: 80px; }

.menu-open .h-search {
  z-index: 9; }

.featured-categories h3 {
  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 24px 0; }
  .featured-categories h3 span {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .featured-categories h3 span:before {
      width: 116px;
      height: 1px;
      background: #707070;
      position: absolute;
      top: 50%;
      left: -140px;
      content: ""; }
    .featured-categories h3 span:after {
      width: 116px;
      height: 1px;
      background: #707070;
      position: absolute;
      top: 50%;
      right: -140px;
      content: ""; }

.b2b-home-btm {
  width: 100%;
  float: left;
  margin: 69px 0 60px; }
  .b2b-home-btm ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .b2b-home-btm ul li {
      width: 33.33%;
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center;
      text-align: center;
      padding: 17px 59px;
      margin: 0; }
      .b2b-home-btm ul li + li {
        border-left: 1px solid #707070; }
      .b2b-home-btm ul li figure {
        margin: 0 0 13px 0; }
        .b2b-home-btm ul li figure a {
          width: 100px;
          height: 100px;
          background: #f7941d;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 14px; }
          .b2b-home-btm ul li figure a:hover {
            background: #FDB04D; }
      .b2b-home-btm ul li h6 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 32px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 38px;
        text-transform: none;
        letter-spacing: -0.64px;
        margin: 0 0 4px 0; }
      .b2b-home-btm ul li p {
        width: 100%;
        float: left;
        color: #000;
        font-size: 14px;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 16px;
        margin: 0; }
        .b2b-home-btm ul li p a {
          color: #000; }
          .b2b-home-btm ul li p a:hover {
            color: #f7941d; }
      .b2b-home-btm ul li.newsletter-col {
        text-align: left; }
        .b2b-home-btm ul li.newsletter-col h5 {
          width: 100%;
          float: left;
          color: #000;
          font-size: 22px;
          font-weight: 700;
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          letter-spacing: -0.44px;
          margin: 0 0 9px 0; }

body.scroll-up:not(.no-sticky) .megamenu > ul > li {
  padding-top: 17px;
  padding-bottom: 17px; }

.loggedin-txt p .customer-name {
  display: inline; }

.loggedin-txt p .company-name + .customer-name {
  display: inline; }

.newsletter-col * {
  color: #000 !important; }

.newsletter-col .klaviyo-form * {
  color: #000 !important; }

.newsletter-col .klaviyo-form .needsclick {
  min-height: inherit !important; }

.page-createaccount .account--fixed {
  padding: 0 91px; }

.page-createaccount .breadcrumb-wraper {
  margin: 20px 0 38px; }

.page-createaccount .breadcrumbs {
  margin: 0; }

.page-createaccount .account-body .page-heading {
  width: 100%;
  float: left;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 19px 0; }

.page-createaccount .account-body .form-row {
  margin: 0; }
  .page-createaccount .account-body .form-row.form-row--half .form-field {
    width: 100%;
    padding: 0; }
  .page-createaccount .account-body .form-row #FormField_32 .form-label {
    display: none; }
  .page-createaccount .account-body .form-row #FormField_32 .form-checkbox + .form-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit; }
  .page-createaccount .account-body .form-row #FormField_32 .form-checkbox + .form-label::before {
    border: 1px solid #000;
    border-radius: 0; }

.page-createaccount .account-body .form-actions {
  text-align: left;
  margin: 0; }

.create-acc-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0 40px;
  position: relative; }
  .create-acc-row h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 25px 0; }
  .create-acc-row .create-acc-col {
    width: 420px;
    border-left: 4px solid #f7941d;
    padding: 0 0 0 17px; }
    .create-acc-row .create-acc-col .form-field {
      margin: 0 0 20px 0; }
      .create-acc-row .create-acc-col .form-field .form-label {
        line-height: 18px;
        margin: 0 0 5px 0; }
      .create-acc-row .create-acc-col .form-field .form-input {
        height: 42px;
        border: 1px solid #000; }
      .create-acc-row .create-acc-col .form-field .form-select {
        height: 42px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cg%3E%3Cg%3E%3Cpath d='M10.59.295L6 4.875 1.41.295 0 1.705l6 6 6-6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: right 10px top 17px; }
      .create-acc-row .create-acc-col .form-field:last-child {
        margin: 0; }
      .create-acc-row .create-acc-col .form-field .form-radio + .form-label::before {
        border: 1px solid #000; }
      .create-acc-row .create-acc-col .form-field .form-radio + .form-label {
        font-weight: 400;
        text-transform: inherit; }
    .create-acc-row .create-acc-col .form-field--radio {
      padding: 0 0 0 20px; }
      .create-acc-row .create-acc-col .form-field--radio .form-label {
        margin: 0 0 5px -20px; }
      .create-acc-row .create-acc-col .form-field--radio .form-radio + .form-label {
        width: calc(100% - 20px);
        margin: 0 0 5px 0; }
  .create-acc-row.create-acc-top {
    background: #ebeef4; }
    .create-acc-row.create-acc-top:before {
      height: 100%;
      background: #ebeef4;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      padding-left: 9999px;
      margin-left: -9999px; }
    .create-acc-row.create-acc-top:after {
      height: 100%;
      background: #ebeef4;
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      padding-right: 9999px;
      margin-right: -9999px; }
  .create-acc-row.create-acc-btm {
    margin: 10px 0 0 0; }

#FormField_32 .form-checkbox + .form-label a {
  color: #000;
  text-decoration: underline; }
  #FormField_32 .form-checkbox + .form-label a:hover {
    color: #f7941d; }

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

.category-banner {
  width: 100%;
  height: 230px;
  float: left; }
  .category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.listing-wraper {
  width: 100%;
  float: left;
  margin: 0 0 40px 0; }
  .listing-wraper .breadcrumb-wraper {
    margin: 10px 0 20px; }
    .listing-wraper .breadcrumb-wraper .breadcrumbs {
      margin: 0; }
  .listing-wraper .mob-heading {
    display: none; }
  .listing-wraper .listing-filter.listing-filter-btm .pagination {
    display: none; }

.view-more-wraper {
  width: 100%;
  display: flex;
  justify-content: center; }
  .view-more-wraper .btn {
    min-width: 170px;
    color: #000 !important;
    font-size: 17px;
    text-align: center;
    letter-spacing: normal;
    padding: 11.5px 25px 11.5px;
    margin: 0 0 60px 0; }

.prod-features {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0 0 0;
  margin: 0 0 -40px 0; }
  .prod-features .prd-feture-row {
    width: 50%;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    margin: 0 0 40px 0; }
    .prod-features .prd-feture-row figure {
      width: 60px;
      margin: 0; }
    .prod-features .prd-feture-row .prd-feature-txt {
      width: calc(100% - 60px);
      display: inline-flex;
      flex-wrap: wrap;
      flex-direction: columns;
      padding: 0 18px 0 22px; }
      .prod-features .prd-feture-row .prd-feature-txt h6 {
        color: #17020d;
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 20px;
        text-transform: none;
        letter-spacing: -0.32px;
        margin: 0 0 4px 0; }
      .prod-features .prd-feture-row .prd-feature-txt p {
        color: #000;
        font-size: 13px;
        line-height: 16px;
        margin: 0; }

.pdf-download {
  width: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #002d73;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  border: 1px solid #002d73;
  border-radius: 6px;
  padding: 5px 14.5px; }
  .pdf-download svg {
    margin: 0 6px 0 0;
    transition: all .3s ease-in; }
    .pdf-download svg path {
      transition: all .3s ease-in; }
  .pdf-download span {
    padding: 1px 0 0 0; }
  .pdf-download:hover {
    background: #002d73;
    color: #fff; }
    .pdf-download:hover svg path {
      fill: #fff; }

.accordion-block .accordion-content .navList-item .navList-action span {
  display: none; }

.card-text-btm .price-wraper {
  display: inline-flex;
  flex-wrap: wrap; }

.card .price-section.rrp-price--withoutTax {
  margin: 0 10px 0 0; }

.sale-flag-side, .sold-out-flag-side {
  z-index: 1; }

.account--fixed {
  float: none;
  margin: 0 auto 100px auto; }

.account-body {
  min-height: 700px; }

.panel--newAddress {
  height: 100%; }

.panel--address {
  height: 100%; }

.panel--address .panel-body {
  height: 100%; }

.page-wishlists .account {
  min-height: 500px; }

.page-add-wishlist .account {
  min-height: 700px; }

.header.header-cart {
  position: relative; }

body.page-cart {
  padding: 0 !important; }

.page-createaccount .body {
  overflow: hidden; }

#pdf-generate {
  display: none; }

.color-label {
  display: none; }

.return-policy .container {
  max-width: 1286px; }

.return-top {
  width: 100%;
  float: left; }
  .return-top 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 21px 0; }

.return-top-wraper {
  width: 100%;
  float: left;
  padding: 0 93px 0 43px; }

.retun-top-inner {
  width: 100%;
  float: left;
  background: #ebeef4;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 27px 0 35px 30px; }

.retun-top-txt {
  width: calc(100% - 430px);
  padding: 0; }
  .retun-top-txt h2 {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 28px;
    text-align: left;
    margin: 0 0 20px 0; }
  .retun-top-txt p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 0 33px;
    margin: 0 0 20px 0;
    position: relative; }
    .retun-top-txt p:last-child {
      margin: 0; }
    .retun-top-txt p span {
      width: 23px;
      height: 23px;
      background: #000;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 19px;
      letter-spacing: -0.14px;
      border-radius: 50%;
      position: absolute;
      top: 1px;
      left: 0; }
    .retun-top-txt p a {
      color: #002d73;
      text-decoration: underline; }
      .retun-top-txt p a:hover {
        color: #f7941d; }
    .retun-top-txt p strong a {
      color: #f7941d;
      text-decoration: none; }
      .retun-top-txt p strong a:hover {
        color: #002d73; }
  .retun-top-txt ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 0 0 33px;
    margin: 0 0 20px 0; }
    .retun-top-txt ul li {
      width: 100%;
      float: left;
      font-size: 18px;
      font-weight: 600;
      line-height: 29px;
      padding: 0 0 0 16px;
      position: relative; }
      .retun-top-txt ul li:before {
        width: 6px;
        height: 6px;
        background: #f7941d;
        border-radius: 50%;
        position: absolute;
        top: 11px;
        left: 0;
        content: ""; }
      .retun-top-txt ul li strong {
        font-weight: 600; }

.return-top-img {
  width: 430px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  margin: 3px -50px 0 0; }
  .return-top-img img {
    float: left; }

.return-btm {
  width: 100%;
  float: left;
  padding: 0 93px 0 73px;
  margin: 50px 0 80px; }
  .return-btm h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 28px;
    text-align: left;
    margin: 0 0 20px 0; }
  .return-btm ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .return-btm ul li {
      width: 100%;
      float: left;
      color: #000;
      font-size: 18px;
      line-height: 34px;
      padding: 0 0 0 26px;
      margin: 0;
      position: relative; }
      .return-btm ul li:before {
        width: 6px;
        height: 6px;
        background: #f7941d;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        left: 0;
        content: ""; }

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

.garmetnts-instructions.cold-tips-instructions {
  clear: both; }
  .garmetnts-instructions.cold-tips-instructions .container {
    padding: 0 0; }
  .garmetnts-instructions.cold-tips-instructions .garmetnts-instructions-listing {
    max-width: 607px; }
  .garmetnts-instructions.cold-tips-instructions .garments-instruction-list {
    margin-bottom: 10px; }
    .garmetnts-instructions.cold-tips-instructions .garments-instruction-list:nth-child(even) .steps-content-cust {
      margin-left: -16px; }
  .garmetnts-instructions.cold-tips-instructions .inst-count {
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.26px;
    line-height: 30px;
    background-image: none;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

.cold-tips-instructions .steps-icons-cust svg {
  margin: 0 !important; }

.request-catalog .breadcrumb-wraper {
  margin: 10px 0 30px; }

.request-catalog-wraper {
  width: 100%;
  float: left;
  margin: 0 0 70px 0; }
  .request-catalog-wraper 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;
    margin: 0 0 20px 0; }

@media screen and (min-width: 1024px) {
  body.scroll-up: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 .b2b-top-bar {
        display: none; }
      body.desk-sticky-body .header .b2b-header-top {
        display: none; }
      body.desk-sticky-body .header .header-top {
        display: none; }
    body.desk-sticky-body .header-btm-wraper {
      padding: 0; }
  .desk-sticky-body .header-btm {
    position: relative;
    z-index: 99; } }

@media screen and (max-width: 1365px) {
  .why-btm-row {
    padding-right: 70px; }
  .why-btm-row:nth-child(2n) {
    padding-left: 25px; }
  .quickSearchResults .productGrid {
    padding: 50px 10px 30px; }
  .why_btm_rgt {
    padding-right: 0; }
  .why-btm-row:nth-child(2n) .why_btm_rgt {
    padding-left: 0; }
  .account-body {
    min-height: 500px; }
  .page-wishlists .account {
    min-height: 400px; }
  .page-add-wishlist .account {
    min-height: 600px; }
  body {
    padding: 160px 0 0 0; }
  body.promo-hide {
    padding: 163px 0 0 0; } }

@media screen and (max-width: 1249px) {
  .repair-top {
    align-items: flex-start;
    margin: 0 0 60px 0; }
  .repair-top-lft {
    width: calc(100% - 380px);
    padding: 25px 46px 0 0; }
    .repair-top-lft h1 {
      font-size: 52px;
      line-height: 56px; }
  .repair-top-rgt {
    width: 380px; }
  .repair-btm {
    margin: 0 0 78px 0; }
  .repair-btm-lft {
    width: 548px; }
  .repair-btm-rgt {
    width: calc(100% - 548px);
    padding: 0 0 0 46px; }
  .custom-top-lft {
    width: calc(100% - 350px);
    padding: 25px 46px 0 0; }
    .custom-top-lft h1 {
      font-size: 52px;
      line-height: 56px;
      margin: 0 0 9px 0; }
    .custom-top-lft h2 {
      font-size: 38px;
      line-height: 42px;
      margin: 0 0 9px 0; }
    .custom-top-lft .custom-sideway ul {
      width: calc(100% - 220px); }
    .custom-top-lft .custom-sideway img {
      margin: 0 -60px 0 0; }
  .custom-top-rgt {
    width: 380px;
    margin: 0 -60px 0 0; }
  .custom-btm-lft {
    width: calc(100% - 380px);
    padding: 0 34px 0 0; }
    .custom-btm-lft h2 {
      font-size: 38px;
      line-height: 42px;
      margin: 0 0 9px 0; }
  .custom-btm-rgt {
    width: 380px;
    padding: 40px 0 0 0; }
  .recognize-page .breadcrumb-wraper {
    margin-bottom: 18px; }
  .rec-top {
    margin: 0 0 53px 0; }
  .rec-top-lft {
    width: calc(100% - 355px);
    padding: 14px 62px 0 0; }
    .rec-top-lft h1 {
      font-size: 52px;
      line-height: 56px;
      letter-spacing: -1.04px; }
  .rec-top-rgt {
    width: 355px; }
    .rec-top-rgt p {
      text-align: left;
      padding: 0 30px;
      margin: 22px 0 0 0; }
  .heros-wraper .heros-box {
    width: 284px;
    padding: 7px;
    margin: -90px 0 0 0; }
    .heros-wraper .heros-box .heros-box-inner {
      padding: 90px 25px 15px; }
      .heros-wraper .heros-box .heros-box-inner h6 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 10px 0; }
      .heros-wraper .heros-box .heros-box-inner ul li strong {
        font-size: 14px;
        line-height: 21px; }
      .heros-wraper .heros-box .heros-box-inner ul li span {
        font-size: 12px;
        line-height: 14px; }
  .rec-btm h2 {
    letter-spacing: -0.84px; }
  .rec-btm ul {
    margin: 0 -19px; }
    .rec-btm ul li {
      padding: 0 19px; }
      .rec-btm ul li .winner-box-inner {
        padding: 20px 30px 20px 0; }
        .rec-btm ul li .winner-box-inner figure {
          width: 172px;
          height: 192px;
          margin: 0 0 0 -40px; }
      .rec-btm ul li .winner-rgt {
        width: calc(100% - 132px);
        padding: 10px 0 0 15px; }
        .rec-btm ul li .winner-rgt .winner-exp {
          font-size: 13px;
          line-height: 23px;
          padding: 0 5px 0 0; }
          .rec-btm ul li .winner-rgt .winner-exp:after {
            border-left: 15px solid #f7941d;
            border-bottom: 23px solid transparent;
            right: -15px; }
        .rec-btm ul li .winner-rgt h5 {
          font-size: 19px;
          line-height: 23px;
          margin: 7px 0; }
        .rec-btm ul li .winner-rgt p {
          margin: 0 0 10px 0; }
        .rec-btm ul li .winner-rgt .winner-btm {
          margin: 8px 0 0 0; }
          .rec-btm ul li .winner-rgt .winner-btm h6 {
            font-size: 10px;
            line-height: 23px; }
  .quality-page .breadcrumb-wraper {
    margin-bottom: 13px; }
  .quality-top-lft {
    width: calc(100% - 378px);
    padding: 14px 47px 0 0; }
    .quality-top-lft h1 {
      font-size: 52px;
      line-height: 56px;
      letter-spacing: -1.04px;
      padding: 0 80px 0 0; }
  .quality-top-rgt {
    width: 378px; }
  .quality-btm {
    margin: 0 0 78px 0; }
    .quality-btm h2 {
      font-size: 52px;
      letter-spacing: -1.04px; }
  .why-page .breadcrumb-wraper {
    margin-bottom: 27px; }
  .why-top {
    margin: 0 0 78px 0; }
  .why-top-con {
    width: 548px; }
    .why-top-con h1 {
      font-size: 52px;
      line-height: 56px;
      letter-spacing: -1.04px; }
  .why-mid {
    padding: 0 42px;
    margin: 0 0 72px 0; }
    .why-mid ul {
      margin: 0 -25px; }
      .why-mid ul li {
        padding: 0 25px; }
        .why-mid ul li figure a {
          height: 180px; }
  .why-btm-lft {
    width: 460px; }
    .why-btm-lft img {
      display: none; }
    .why-btm-lft .img-desk {
      display: block; }
  .why_btm_rgt {
    width: calc(100% - 460px);
    padding: 0 0 0 30px; }
  .why-btm-row:nth-child(2n) .why-btm-lft {
    width: 512px; }
  .why-btm-row:nth-child(2n) .why_btm_rgt {
    width: calc(100% - 512px);
    padding: 0 22px 0 0; }
  .why-btm-row:last-child .why_btm_rgt {
    padding-top: 35px;
    padding-bottom: 47px; }
  .international-top {
    margin: 0 0 78px 0; }
  .inter-top-lft {
    width: calc(100% - 379px);
    padding: 0 10px 0 0; }
    .inter-top-lft h1 {
      font-size: 52px;
      line-height: 56px; }
  .inter-top-rgt {
    width: 379px; }
  .h-btm-lft {
    margin: 0 25px 0 0; }
  .ft-top-wraper {
    padding: 50px 160px; }
  .ft-col {
    padding: 0; }
  .ft-col1 {
    width: 42.33%; }
  .ft-col2 {
    width: 34%; }
  .ft-col3 {
    width: 23.67%; }
  .ft-col4 {
    width: 42.33%;
    margin: 75px 0 0 0; }
  .ft-col5 {
    width: 34%;
    margin: 75px 0 0 0; }
  .ft-col6 {
    width: 23.67%;
    margin: 75px 0 0 0; }
  .quickSearchResults .productGrid {
    padding: 50px 20px 30px; }
  .b2b-home-btm ul {
    width: auto;
    margin: 0 -13px; }
    .b2b-home-btm ul li {
      padding: 16px 26px; }
  .page-createaccount .account--fixed {
    width: 100%;
    padding: 0 2.4%; }
  .create-acc-row .create-acc-col {
    width: 45.6%; }
  .listing-wraper {
    margin: 0 0 60px 0; }
  .prod-features {
    justify-content: center;
    padding: 2px 0 0 0;
    margin: 0 0 -30px 0; }
    .prod-features .prd-feture-row {
      width: 100%;
      max-width: 309px;
      margin: 0 0 30px 0; }
      .prod-features .prd-feture-row .prd-feature-txt {
        padding: 0 0 0 22px; }
  .account-body {
    min-height: 500px; }
  .page-wishlists .account {
    min-height: 500px; }
  .page-add-wishlist .account {
    min-height: 500px; }
  .return-top h1 {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -1.04px;
    margin: 0 0 25px 0; }
  .return-top-wraper {
    padding: 0 46px 0 0; }
  .retun-top-txt {
    width: calc(100% - 396px); }
  .return-top-img {
    width: 396px;
    margin: 3px -46px 0 0; }
  .return-btm {
    padding: 0 46px 0 21px; }
  .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; }
  .cold-tips-page .cold-top {
    padding: 0 82px;
    margin: 0 0 44px 0; }
  .request-catalog-wraper h1 {
    font-size: 52px;
    line-height: 56px; } }

@media (max-width: 1199px) {
  body {
    padding: 158px 0 0 0; }
  body.promo-hide {
    padding: 161px 0 0 0; } }

@media screen and (max-width: 1023px) {
  .featured-banner {
    height: 130px; }
  .repair-top-lft {
    width: 100%;
    padding: 0; }
    .repair-top-lft .tab-img {
      width: 315px;
      float: right;
      display: block;
      box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
      margin: 0 0 0 34px; }
    .repair-top-lft h1 {
      width: auto;
      float: none;
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px;
      margin: 35px 0 10px 0; }
    .repair-top-lft p {
      width: auto;
      float: none;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 28px 0; }
  .repair-top-rgt {
    display: none; }
  .repair-btm {
    padding: 0 75px;
    margin: 0 0 58px 0; }
  .repair-btm-lft {
    width: 100%;
    margin: 0 0 49px 0; }
  .repair-btm-rgt {
    width: 100%;
    padding: 0; }
  .customization-page .breadcrumb-wraper {
    margin-bottom: 15px; }
  .custom-top {
    margin: 0 0 22px 0; }
  .custom-top-lft {
    width: calc(100% - 290px);
    padding: 25px 74px 0 0; }
    .custom-top-lft h1 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px; }
    .custom-top-lft p {
      font-size: 16px;
      line-height: 26px; }
    .custom-top-lft h2 {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -0.64px; }
    .custom-top-lft ul li {
      font-size: 16px;
      line-height: 26px; }
      .custom-top-lft ul li:before {
        top: 10px; }
    .custom-top-lft .custom-sideway ul {
      width: calc(100% - 10px); }
    .custom-top-lft .custom-sideway img {
      margin: 0 -280px 0 0; }
  .custom-top-rgt {
    width: 315px;
    margin: 0 -30px 0 0; }
  .custom-btm {
    margin: 0 0 58px 0; }
  .custom-btm-lft {
    width: calc(100% - 335px);
    padding: 0 37px 0 0; }
    .custom-btm-lft h2 {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -0.64px; }
    .custom-btm-lft p {
      font-size: 16px;
      line-height: 26px; }
  .custom-btm-rgt {
    width: 335px;
    padding: 50px 0 0 0; }
  .recognize-page .breadcrumb-wraper {
    margin-bottom: 14px; }
  .rec-top {
    margin: 0 0 30px 0; }
  .rec-top-lft {
    padding: 28px 36px 0 0; }
    .rec-top-lft h1 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px;
      margin: 0 0 9px 0; }
    .rec-top-lft p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 20px 0; }
  .rec-top-desk {
    display: none; }
  .rec-top-mob {
    display: block; }
  .rec-mid {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 53px 0; }
    .rec-mid p {
      color: #000;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 20px 0; }
      .rec-mid p:last-child {
        margin: 0; }
  .rec-top-rgt p {
    font-size: 16px;
    line-height: 22px; }
  .rec-btm {
    margin: 0 0 60px 0; }
    .rec-btm h2 {
      font-size: 32px;
      line-height: 43px;
      letter-spacing: -0.64px;
      margin: 0 0 31px 0; }
    .rec-btm ul {
      width: 100%;
      padding: 0 40px;
      margin: 0; }
      .rec-btm ul li {
        width: 100%;
        padding: 0; }
        .rec-btm ul li:last-child {
          margin: 0; }
        .rec-btm ul li .winner-box-inner {
          padding: 25px 30px 22px 0; }
          .rec-btm ul li .winner-box-inner figure {
            width: 225px;
            height: 250px;
            margin: 0 0 0 -48px; }
        .rec-btm ul li .winner-rgt {
          width: calc(100% - 177px);
          padding: 10px 0 0 20px; }
          .rec-btm ul li .winner-rgt .winner-exp {
            font-size: 18px;
            line-height: 30px;
            padding: 0 10px 0 0; }
            .rec-btm ul li .winner-rgt .winner-exp:after {
              border-left: 20px solid #f7941d;
              border-bottom: 30px solid transparent;
              right: -20px; }
          .rec-btm ul li .winner-rgt h5 {
            font-size: 26px;
            line-height: 32px;
            margin: 7px 0 9px; }
          .rec-btm ul li .winner-rgt p {
            margin: 0 0 18px 0; }
          .rec-btm ul li .winner-rgt .winner-btm {
            margin: 20px 0 0 0; }
            .rec-btm ul li .winner-rgt .winner-btm h6 {
              font-size: 14px;
              line-height: 32px; }
  .quality-desk {
    display: none; }
  .quality-mid {
    width: 100%;
    float: left;
    display: block; }
  .quality-page .breadcrumb-wraper {
    margin-bottom: 23px; }
  .quality-top {
    margin: 0 0 28px 0; }
  .quality-top-lft {
    width: calc(100% - 315px);
    padding: 20px 48px 0 0; }
    .quality-top-lft h1 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px;
      padding: 0;
      margin: 0 0 9px 0; }
    .quality-top-lft p {
      font-size: 16px;
      line-height: 26px;
      margin: 0; }
  .quality-top-rgt {
    width: 315px; }
  .quality-mid {
    width: 100%;
    float: left;
    margin: 0 0 54px 0; }
    .quality-mid p {
      width: 100%;
      float: left;
      color: #000;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 28px 0; }
      .quality-mid p a {
        color: #002D73;
        text-decoration: underline; }
        .quality-mid p a:hover {
          color: #F7941D; }
    .quality-mid h6 {
      width: 100%;
      float: left;
      color: #000;
      font-size: 20px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 28px;
      margin: 0 0 12px 0; }
    .quality-mid ul {
      width: 100%;
      float: left;
      list-style: none;
      padding: 0;
      margin: 0; }
      .quality-mid ul li {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 32px;
        padding: 0 0 0 25px;
        position: relative; }
        .quality-mid ul li a {
          color: #002d73;
          text-decoration: underline; }
          .quality-mid ul li a:hover {
            color: #f7941d; }
        .quality-mid ul li:before {
          width: 6px;
          height: 6px;
          background: #F7941D;
          position: absolute;
          top: 14px;
          left: 0;
          content: "";
          border-radius: 50%; }
  .quality-btm {
    margin: 0 0 58px 0; }
    .quality-btm h2 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px;
      margin: 0 0 20px 0; }
    .quality-btm p {
      font-size: 16px;
      line-height: 26px; }
  .why-page {
    background: #fff url("https://cdn11.bigcommerce.com/s-5d8rtha96l/images/stencil/original/image-manager/why-refrigiwear-tab.jpg") no-repeat top right; }
    .why-page .breadcrumb-wraper {
      margin-bottom: 22px; }
  .why-top {
    margin: 0 0 38px 0; }
  .why-top-con {
    width: 315px; }
    .why-top-con h1 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px; }
    .why-top-con p {
      font-size: 16px;
      line-height: 26px; }
  .why-mid {
    padding: 0;
    margin: 0 0 60px 0; }
    .why-mid ul {
      margin: 0 -13px; }
      .why-mid ul li {
        padding: 0 13px; }
        .why-mid ul li figure {
          margin: 0 0 14px 0; }
          .why-mid ul li figure a {
            height: 145px; }
        .why-mid ul li h6 {
          font-size: 20px;
          line-height: 22px;
          letter-spacing: -0.4px;
          margin: 0 0 5px 0; }
        .why-mid ul li p {
          font-size: 14px;
          line-height: 20px;
          padding: 0 60px 0 0;
          margin: 0 0 16px 0; }
  .why-btm-row {
    padding: 30px 94px 38px; }
  .why-btm-lft {
    width: 100%;
    display: inline-flex;
    justify-content: center; }
    .why-btm-lft .img-desk {
      display: none; }
    .why-btm-lft .img-tab {
      display: block; }
  .why_btm_rgt {
    width: 100%;
    padding: 25px 0 0 0; }
    .why_btm_rgt h3 {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: -0.72px; }
  .why-btm-row:nth-child(2n) {
    padding: 0 94px; }
    .why-btm-row:nth-child(2n) .why-btm-lft {
      width: 100%; }
    .why-btm-row:nth-child(2n) .why_btm_rgt {
      width: 100%;
      order: 0;
      padding: 25px 0 0 0; }
  .why-btm-row:last-child .why_btm_rgt {
    padding: 25px 0 0 0; }
  .inter-top-lft {
    width: calc(100% - 295px); }
    .inter-top-lft h1 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -0.92px; }
  .inter-top-rgt {
    width: 295px; }
  .international-btm {
    margin: 0 0 58px 0; }
  .b2b-top-bar {
    padding: 10px 0; }
    .b2b-top-bar p span {
      font-size: 14px;
      padding: 0 0 0 19px; }
      .b2b-top-bar p span svg {
        width: 15px;
        height: 15px;
        top: 2px; }
    .b2b-top-bar .top-bar-close {
      width: 12px;
      height: 12px;
      background-size: 100% auto; }
  .b2b-top-bar .top-bar-close {
    right: 35px; }
  .b2b-header-top {
    padding: 5px 35px; }
  .header-btm-wraper {
    padding: 16px 35px 8px; }
  .header-wraper {
    position: relative; }
  .header-top {
    position: absolute;
    top: 46px;
    right: 35px;
    z-index: 9; }
    .header-top .h-search {
      display: none; }
  .header-top-wraper .h-top-rgt ul li {
    padding: 6px 9px; }
  .mob-search {
    width: 100%;
    display: block;
    margin: 9px 0 0 0; }
  .dropdown--quickSearch .form {
    max-width: 100%; }
  .search-form-wraper .form-field {
    width: 100%;
    padding: 7px 15px 10px 20px; }
    .search-form-wraper .form-field .form-input {
      width: calc(100% - 23px);
      font-size: 14px; }
    .search-form-wraper .form-field input[type="submit"] {
      width: 23px;
      height: 23px;
      background-size: 100% auto; }
  body {
    padding: 138px 0 0 0; }
    body.promo-hide {
      padding: 141px 0 0 0; }
  .scroll-up:not(.no-sticky) .header-top {
    display: block;
    top: 14px; }
  .header {
    z-index: 99; }
  .ft-top-wraper {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0; }
  .ft-col {
    width: 250px !important;
    margin: 0 !important; }
    .ft-col + .ft-col {
      margin: 14px 0 0 0 !important; }
    .ft-col ul li {
      margin: 0 0 10px 0; }
  .scroll-up:not(.no-sticky) .header-mobile-menu {
    top: 107px; }
  .quickSearchResults {
    max-height: calc(100% - 177px);
    top: 177px; }
  .promo-hide .quickSearchResults {
    max-height: calc(100% - 143px);
    top: 143px; }
  .quickSearchResults .productGrid {
    padding: 50px 28px 30px; }
  .quickSearchResults .modal-close {
    top: 20px;
    right: 20px; }
  .not-logged-in .quickSearchResults {
    max-height: calc(100% - 175px);
    top: 175px; }
  .not-logged-in.promo-hide .quickSearchResults {
    max-height: calc(100% - 141px);
    top: 141px; }
  .quickSearchResults {
    min-height: 100px; }
  .navPages-container {
    height: 100%; }
  .b2b-home-btm {
    margin: 60px 0; }
    .b2b-home-btm ul {
      margin: 0 -16px; }
      .b2b-home-btm ul li {
        padding: 13px 16px; }
        .b2b-home-btm ul li figure {
          margin: 0 0 9px 0; }
          .b2b-home-btm ul li figure a {
            width: 74px;
            height: 74px; }
        .b2b-home-btm ul li h6 {
          font-size: 23px;
          line-height: 27px;
          letter-spacing: -0.46px;
          margin: 0 0 2px 0; }
        .b2b-home-btm ul li p {
          font-size: 12px;
          line-height: 14px; }
        .b2b-home-btm ul li.newsletter-col h5 {
          font-size: 16px;
          letter-spacing: -0.32px; }
        .b2b-home-btm ul li.linkedin a svg {
          width: 39px;
          height: 37px; }
        .b2b-home-btm ul li.twitter a svg {
          width: 45px;
          height: 40px; }
  .page-createaccount .account--fixed {
    padding: 0;
    margin: 0 0 100px 0; }
  .page-createaccount .account-body .form-actions {
    margin: 20px 0 0 0; }
  .create-acc-row .create-acc-col {
    width: 45.3%; }
  .main-banner .main-banner-txt .btn {
    font-size: 24px;
    letter-spacing: -0.48px;
    padding: 13px 24.5px 13px; }
  .prod-features {
    justify-content: flex-start;
    padding: 13px 0 0 0;
    margin: 0 0 -40px 0; }
    .prod-features .prd-feture-row {
      width: 50%;
      max-width: inherit;
      margin: 0 0 40px 0; }
      .prod-features .prd-feture-row .prd-feature-txt {
        padding: 0 22px 0 21px; }
  .category-banner {
    height: 200px; }
  .account-body {
    min-height: 450px; }
  .page-add-wishlist .account {
    min-height: 450px; }
  .return-top h1 {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -0.92px;
    margin: 0 0 12px 0; }
  .return-top-wraper {
    padding: 0 33px 0 0; }
  .retun-top-inner {
    padding: 30px 0 33px 20px; }
  .retun-top-txt {
    width: calc(100% - 284px); }
    .retun-top-txt p {
      font-size: 16px;
      margin: 0 0 22px 0; }
    .retun-top-txt ul {
      margin: 0 0 22px 0; }
      .retun-top-txt ul li {
        font-size: 16px; }
        .retun-top-txt ul li:before {
          top: 12px; }
  .return-top-img {
    width: 284px;
    margin: 0 -33px 0 0; }
  .return-btm {
    padding: 0 33px 0 21px;
    margin: 40px 0 80px; }
    .return-btm ul li {
      font-size: 16px;
      line-height: 24px; }
      .return-btm ul li:before {
        top: 9px; }
      .return-btm ul li + li {
        margin: 23px 0 0 0; }
  .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; }
  .cold-tips-page .cold-top {
    padding: 0 59px; }
    .cold-tips-page .cold-top h1 {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: -0.64px;
      margin: 0 0 18px 0; }
  .cold-tips-page .tips-lft {
    font-size: 80px;
    line-height: 102px;
    letter-spacing: -3.2px; }
  .cold-tips-page .tips-rgt h3 {
    font-size: 33px;
    line-height: 42px;
    letter-spacing: -0.66px;
    margin: 0; }
  .cold-tips-page .tips-rgt h5 {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.68px; }
  .cold-tips-page .cold-top {
    margin: 0 0 40px 0; }
  .tips-lft::before {
    width: 114px;
    height: 88px;
    top: 12px;
    left: -12px; }
  .tips-header {
    margin: 0 0 34px 0; }
  .garmetnts-instructions.cold-tips-instructions .garmetnts-instructions-listing {
    width: 100%;
    max-width: 100%;
    padding: 0 88px; }
  .steps-content-cust {
    max-width: inherit;
    flex: auto;
    width: calc(100% - 256px); }
  .steps-icons-cust {
    margin: 0 0 0 -30px; }
  .steps-content-cust h2 {
    margin: 0 0 13px 0; }
  .garmetnts-instructions.cold-tips-instructions .garments-instruction-list:nth-child(2n) .steps-icons-cust {
    margin: 0; }
  .request-catalog-wraper {
    margin: 0 0 50px 0; }
    .request-catalog-wraper h1 {
      font-size: 46px;
      line-height: 48px;
      letter-spacing: -.92px;
      margin: 0 0 10px 0; } }

@media screen and (max-width: 767px) {
  .repair-top {
    margin: 0 0 67px; }
  .repair-top-lft {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center; }
    .repair-top-lft .tab-img {
      width: auto;
      order: 99;
      margin: 28px 0 0 0; }
    .repair-top-lft h1 {
      width: 100%;
      float: left;
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -.72px;
      margin: 0 0 9px 0; }
    .repair-top-lft p {
      width: 100%;
      float: left;
      margin: 0 0 20px 0; }
  .repair-btm {
    padding: 0; }
  .repair-btm-lft {
    padding: 27px 20px 28px;
    margin: 0 0 40px 0; }
    .repair-btm-lft:before {
      top: -7px;
      border-top: 22px solid #f7941d;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent; }
    .repair-btm-lft h2 {
      margin: 0 0 18px 0; }
    .repair-btm-lft p {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 26px 0; }
      .repair-btm-lft p span {
        top: 0; }
  .repair-contact {
    margin: -9px 0 28px; }
  .r-contact-row + .r-contact-row {
    margin: 15px 0 0 0; }
  .custom-top {
    margin: 35px 0 57px; }
  .custom-top-lft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
    .custom-top-lft h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px; }
    .custom-top-lft p {
      margin: 0 0 35px 0; }
    .custom-top-lft h2 {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: -0.52px; }
    .custom-top-lft ul {
      margin: 0 0 18px 0; }
    .custom-top-lft .custom-mob-img {
      width: 400px;
      max-width: 100%;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 20px 0; }
    .custom-top-lft .custom-sideway {
      justify-content: center; }
      .custom-top-lft .custom-sideway ul {
        width: 100%;
        padding: 0;
        margin: 0 0 18px 0; }
      .custom-top-lft .custom-sideway img {
        margin: 0; }
  .custom-top-rgt {
    display: none; }
  .custom-btm {
    margin: 0 0 60px 0; }
  .custom-btm-lft {
    width: 100%;
    padding: 0; }
    .custom-btm-lft h2 {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: -0.52px; }
  .custom-btm-rgt {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 0; }
  .rec-top {
    margin: 35px 0 67px; }
  .rec-top-lft {
    width: 100%;
    padding: 0; }
    .rec-top-lft h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px; }
  .rec-top-rgt {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 28px 0 0 0; }
    .rec-top-rgt p {
      padding: 0 20px; }
  .heros-wraper {
    width: 365px; }
  .rec-top-desk {
    display: block; }
  .rec-top-mob {
    display: none; }
  .rec-mid {
    display: none; }
  .rec-btm h2 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.52px;
    padding: 0 20px; }
  .rec-btm ul {
    padding: 0 10px; }
    .rec-btm ul li .winner-box {
      padding: 0; }
    .rec-btm ul li .winner-box-inner {
      height: auto;
      background: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .rec-btm ul li .winner-box-inner figure {
        width: 172px;
        height: 192px;
        margin: 0 0 -10px 0; }
        .rec-btm ul li .winner-box-inner figure:after {
          left: -7px;
          bottom: -7px; }
    .rec-btm ul li .winner-rgt {
      width: 100%;
      background: #ffeec1;
      padding: 27px 33px 20px; }
      .rec-btm ul li .winner-rgt .winner-exp {
        font-size: 13px;
        line-height: 23px;
        padding: 0 5px 0 0; }
        .rec-btm ul li .winner-rgt .winner-exp:before {
          width: 16px;
          left: -16px; }
        .rec-btm ul li .winner-rgt .winner-exp:after {
          border-left: 15px solid #f7941d;
          border-bottom: 23px solid transparent;
          right: -15px; }
      .rec-btm ul li .winner-rgt h5 {
        font-size: 19px;
        line-height: 23px;
        margin: 6px 0 8px; }
      .rec-btm ul li .winner-rgt .winner-btm h6 {
        font-size: 10px;
        line-height: 23px; }
  .quality-top {
    margin: 0 0 40px; }
  .quality-top-lft {
    width: 100%;
    padding: 0;
    margin: 0 0 28px 0; }
    .quality-top-lft h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px;
      padding: 0 10px 0 0; }
  .quality-top-rgt {
    width: 100%;
    display: inline-flex;
    justify-content: center; }
    .quality-top-rgt img {
      width: 315px;
      max-width: 100%; }
  .quality-mid {
    margin: 0 0 53px 0; }
  .quality-btm h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin: 0 0 9px 0; }
  .why-page {
    background: none; }
  .why-top {
    margin: 0 0 38px; }
  .why-top-con {
    width: 100%; }
    .why-top-con h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px; }
  .why-mid {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center; }
    .why-mid ul {
      width: 335px;
      margin: 0; }
      .why-mid ul li {
        width: 100%;
        padding: 0; }
        .why-mid ul li + li {
          margin: 30px 0 0 0; }
  .why-btm-row {
    padding: 30px 20px 38px; }
  .why_btm_rgt {
    padding: 17px 0 0 0; }
    .why_btm_rgt h3 {
      font-size: 26px;
      line-height: 34px;
      letter-spacing: -0.52px;
      margin: 0 0 16px 0; }
    .why_btm_rgt h6 {
      font-size: 18px; }
    .why_btm_rgt ul li {
      font-size: 16px; }
    .why_btm_rgt .why-btn {
      margin: 0; }
  .why-btm-row:nth-child(2n) {
    padding: 0 20px; }
    .why-btm-row:nth-child(2n) .why_btm_rgt {
      padding: 17px 0 0 0; }
  .international-top {
    margin: 0 0 30px; }
  .inter-top-lft {
    width: 100%;
    padding: 0;
    margin: 0 0 58px 0; }
    .inter-top-lft h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px; }
  .inter-top-rgt {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 0 20px; }
  .international-btm ul li {
    width: 100%;
    line-height: 33px; }
    .international-btm ul li + li {
      padding: 0;
      margin: 0; }
      .international-btm ul li + li:before {
        display: none; }
    .international-btm ul li a {
      float: left; }
  .b2b-top-bar p {
    justify-content: flex-start; }
    .b2b-top-bar p span svg {
      top: 0; }
  .b2b-top-bar .top-bar-close {
    right: 18px; }
  .b2b-header-top {
    padding: 5px 18px; }
  .header-btm-wraper {
    padding: 16px 18px 8px; }
  .header-top {
    right: 18px; }
  .ft-top-wraper {
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 0 25px; }
  .ft-col {
    width: 100% !important; }
  .ft-btm-lft ul li:first-child {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .login-box {
    right: 10px; }
  .quickSearchResults .productGrid {
    padding: 50px 18px 30px; }
  .featured-categories {
    padding: 40px 0 33px; }
    .featured-categories h3 {
      letter-spacing: 2px; }
    .featured-categories ul {
      margin: 0 -7px; }
      .featured-categories ul li {
        padding: 0 7px;
        margin: 0 0 14px 0; }
  .b2b-home-btm {
    margin: 60px 0 80px; }
    .b2b-home-btm ul {
      margin: 0; }
      .b2b-home-btm ul li {
        width: 100%;
        padding: 0 25px; }
        .b2b-home-btm ul li + li {
          border-left: none;
          margin: 35px 0 0 0; }
        .b2b-home-btm ul li.newsletter-col {
          padding-top: 18px; }
  .page-createaccount .account--fixed {
    margin: 0 0 80px 0; }
  .page-createaccount .account-body .page-heading {
    line-height: 44px;
    margin: 30px 0 19px; }
  .page-createaccount .account-body .form-actions .button {
    width: auto; }
  .create-acc-row {
    padding: 27px 0 30px; }
  .create-acc-row .create-acc-col {
    width: 100%; }
    .create-acc-row .create-acc-col + .create-acc-col {
      padding-top: 20px; }
  .create-acc-row.create-acc-btm {
    margin: 3px 0 0 0; }
  .category-banner {
    display: none; }
  .listing-wraper .page-heading {
    font-size: 26px;
    line-height: 30px;
    margin: 19px 0 0 0; }
    .listing-wraper .page-heading.mob-heading {
      display: block; }
  .prod-features {
    margin: 0 0 -30px 0; }
    .prod-features .prd-feture-row {
      padding: 0 15px;
      margin: 0 0 30px 0; }
      .prod-features .prd-feture-row .prd-feature-txt {
        padding: 0 0 0 21px; }
  .page-add-wishlist .account {
    min-height: 400px; }
  .return-policy {
    max-width: 100%;
    overflow: hidden; }
  .return-top {
    margin: 0; }
    .return-top h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px;
      margin: 0 0 70px 0; }
  .return-top-wraper {
    padding: 0; }
  .retun-top-inner {
    padding: 0;
    justify-content: center;
    position: relative; }
    .retun-top-inner:before {
      height: 100%;
      background: #ebeef4;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      padding-left: 9999px;
      margin-left: -9999px; }
    .retun-top-inner:after {
      height: 100%;
      background: #ebeef4;
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      padding-right: 9999px;
      margin-right: -9999px; }
  .retun-top-txt {
    width: 100%;
    padding: 20px 0 40px; }
    .retun-top-txt h2 {
      margin: 0 0 22px 0; }
  .return-top-img {
    order: -1;
    margin: -50px 0 0 0; }
  .return-btm {
    padding: 0; }
    .return-btm ul li + li {
      margin: 20px 0 0 0; }
  .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; }
  .cold-tips-page .cold-top {
    padding: 0 10px;
    margin: 29px 0 40px; }
    .cold-tips-page .cold-top h1 {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: -0.52px;
      margin: 0 0 20px 0; }
    .cold-tips-page .cold-top p {
      font-size: 16px;
      line-height: 24px; }
  .cold-tips-page .tips-rgt h3 {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -0.6px; }
  .tips-header {
    flex-wrap: wrap;
    margin: 0 0 39px 0; }
  .tips-lft {
    padding: 0; }
  .tips-rgt {
    width: 100%;
    text-align: center; }
  .garmetnts-instructions.cold-tips-instructions .garmetnts-instructions-listing {
    padding: 0 20px; }
  .garments-instruction-list {
    justify-content: center; }
  .steps-content-cust {
    width: 100%;
    padding: 0 0 0 48px; }
    .steps-content-cust h2 {
      margin: 0 0 8px 0; }
  .steps-icons-cust {
    padding: 0 30px;
    margin: 0 0 14px 0; }
  .garmetnts-instructions.cold-tips-instructions .garments-instruction-list:nth-child(2n) .steps-icons-cust {
    margin: 0 0 14px 0; }
  .garmetnts-instructions.cold-tips-instructions .garments-instruction-list {
    margin: 0 0 49px 0; }
  .steps-icons-cust svg {
    width: auto !important;
    margin: 0 !important; }
  .tips-lft::before {
    top: 11px;
    left: -15px; }
  .request-catalog-wraper {
    margin: 0 50px 0; }
    .request-catalog-wraper h1 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -.72px; }
  .prod-features .prd-feture-row figure {
    width: 48px; }
  .prod-features .prd-feture-row .prd-feature-txt {
    width: calc(100% - 48px); }
  .login-box::before {
    right: 63px; }
  .login-box::after {
    right: 59px; } }

@media screen and (max-width: 639px) {
  .prod-features {
    justify-content: center;
    padding: 2px 0 0 0; }
    .prod-features .prd-feture-row {
      width: 100%;
      max-width: 289px; }
      .prod-features .prd-feture-row .prd-feature-txt {
        padding: 0 0 0 22px; }
  .panel--address .form-actions {
    margin-top: 5px;
    margin-bottom: 0; }
  .panel--address .form-actions {
    margin-bottom: 0; }
  .panel--address .form-actions {
    bottom: 5px; }
  .panel--address .panel-body {
    min-height: inherit; }
  .panel--address .panel-body {
    padding-bottom: 40px; }
  .page-add-wishlist .account {
    min-height: 300px; } }

@media screen and (max-width: 567px) {
  .featured-banner {
    height: 100px; }
  .quickSearchResults .productGrid {
    padding: 50px 14px 30px; }
  .featured-categories h3 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 3.6px; }
    .featured-categories h3 span:before {
      width: 101px;
      left: -113px; }
    .featured-categories h3 span:after {
      width: 101px;
      right: -113px; }
  .main-banner .main-banner-txt .btn {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 550px) {
  .panel--address .panel-body {
    height: auto;
    min-height: 200px; }
  .panel--address {
    height: auto; }
  .panel--address .panel-body {
    padding-bottom: 60px; } }

@media screen and (max-width: 374px) {
  .repair-contact {
    padding: 0; }
  .custom-box h5 {
    font-size: 20px; }
  .custom-box .custom-box-row .custom-box-col h6 {
    font-size: 14px; }
  .heros-wraper {
    width: 315px; }
    .heros-wraper .heros-box {
      margin: -80px 0 0 0; }
      .heros-wraper .heros-box .heros-box-inner {
        padding: 80px 25px 15px; }
  .rec-top-rgt p {
    padding: 0; }
  .rec-btm h2 {
    padding: 0; }
  .rec-btm ul {
    padding: 0; }
  .quality-top-lft h1 {
    padding: 0; }
  .inter-top-rgt {
    padding: 0; }
  body {
    padding: 141px 0 0 0; }
    body .promo-hide {
      padding: 136px 0 0 0; }
  .b2b-top-bar p span {
    font-size: 12px; }
    .b2b-top-bar p span svg {
      top: -1px; }
  .b2b-top-bar .top-bar-close {
    right: 15px; }
  .b2b-header-top {
    padding: 5px 15px; }
  .header-btm-wraper {
    padding: 16px 15px 8px; }
  .header-top {
    right: 15px; }
  .header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu .clearance-nav li.sub-menu-toggle .child-trigger {
    right: 30px; }
  .login-box {
    width: 290px;
    right: 0; }
  .promo-hide .b2b-header-top {
    padding: 7px 15px; }
  .quickSearchResults {
    max-height: calc(100% - 170px);
    top: 170px; }
  .quickSearchResults .productGrid {
    padding: 50px 15px 30px; }
    .quickSearchResults .productGrid .product {
      padding: 0; }
  .promo-hide .quickSearchResults {
    max-height: calc(100% - 142px);
    top: 142px; }
  .not-logged-in .quickSearchResults {
    max-height: calc(100% - 168px);
    top: 168px; }
  .not-logged-in.promo-hide .quickSearchResults {
    max-height: calc(100% - 140px);
    top: 140px; }
  .featured-categories h3 span:before {
    width: 70px;
    left: -85px; }
  .featured-categories h3 span:after {
    width: 70px;
    right: -85px; }
  .featured-categories ul {
    width: 100%;
    margin: 0; }
  .scroll-up:not(.no-sticky) .header-mobile-menu {
    top: 102px; }
  .main-banner .main-banner-txt .btn {
    font-size: 18px;
    letter-spacing: -.36px;
    padding: 10px 20px 9px; }
  .create-acc-row .create-acc-col .form-field--radio {
    padding: 0; }
    .create-acc-row .create-acc-col .form-field--radio .form-label {
      margin: 0 0 5px 0; }
    .create-acc-row .create-acc-col .form-field--radio .form-radio + .form-label {
      width: 100%;
      margin: 0 0 5px 0; }
  .contact-box {
    padding: 30px 15px; }
  .contact-btm-rgt h3 {
    font-size: 20px;
    margin: 0 0 15px 0; }
  .contact-btm-rgt .form .g-recaptcha {
    transform: scale(0.885);
    transform-origin: top left; }
  .cold-tips-page .cold-top {
    padding: 0; }
  .cold-tips-page .tips-rgt h3 {
    font-size: 27px; }
  .request-catalog-wraper {
    margin: 0 40px 0; }
    .request-catalog-wraper h1 {
      font-size: 33px;
      margin: 0; } }

.select-options-warning span:before {
  content: '!';
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F8C226;
  font-weight: 700;
  line-height: 13px;
  font-size: 13px; }

.card-figure:hover .card-figcaption .button[data-art-selector="btn-personalise"] {
  display: none; }
