@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: 768px)/";
  width: 0; }

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

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

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:1270px)/";
  width: 1024px; }

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

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

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: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1270px) {
    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: 768px) {
    .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: 768px) {
    .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .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: 768px) {
  .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: 768px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .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: 1270px) {
    .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: 1270px) {
    .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%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.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: 768px) {
    .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: 768px) {
    .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; } }

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: 768px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .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: 768px) {
        .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: 768px) {
        .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; }
  @media (min-width: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1270px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1270px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.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: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1270px) {
    #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: 1270px) {
  .modal--large {
    width: 1280px; } }

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

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

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .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; }

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

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 768px) {
    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: 768px) {
      .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: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1270px) {
    .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: 768px) {
  .tab-content .productReview {
    width: 50%; } }

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

@media (min-width: 1270px) {
  .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: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .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: 768px) {
        .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: 768px) {
    .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: 1270px) {
  .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: 1270px) {
  .form-prefixPostfix .button {
    width: auto; } }

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

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

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

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

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1270px) {
    .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: 768px) {
    .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: 768px) {
  .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: 768px) {
    .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: 768px) {
      .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
      .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .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: 768px) {
      .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .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: 768px) {
        .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: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1270px) {
    .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: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .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: 768px) {
        .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; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1270px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1270px) {
    .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: 768px) {
    .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: 768px) {
    .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: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

.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: 1270px) {
      .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: 1270px) {
    .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: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1270px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1270px) {
  .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: 1270px) {
      .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: 1270px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1270px) {
      .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: 768px) {
    .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: 768px) {
    .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-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  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; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .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: 768px) {
      .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: 1270px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1270px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1270px) {
      .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: 1270px) {
      .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: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 768px) {
  .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: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.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: 768px) {
    .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: 768px) {
    .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: "px"; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

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

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

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

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

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

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .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: 768px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 768px) {
  .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: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }

.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: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1270px) {
    .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: 768px) {
      .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: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 768px) {
  .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: 768px) {
    .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: 768px) {
  .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: 1270px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1270px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

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

@media (min-width: 1270px) {
  .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: 768px) {
    .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: 1270px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1270px) {
    .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: 768px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

@media (min-width: 1270px) {
  .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: 1270px) {
  .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: 1270px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

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

@media (min-width: 1270px) {
  .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: #007dc6; }

.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: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1270px) {
    .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: white; }

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

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

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

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

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

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1270px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

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

[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: 80px;
  width: 80px; }

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

body {
  color: #000;
  font-family: Montserrat, sans-serif; }

a, button, svg, path {
  transition: all .3s ease-in; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0; }

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

a:focus {
  color: #80a280; }

.container {
  padding: 0;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto; }

[contenteditable="true"]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, button:active, details:focus, input:focus, select:focus, textarea:focus {
  outline: none !important;
  outline-offset: 0 !important;
  border-color: initial !important; }

input:focus + label {
  outline: none !important;
  outline-offset: 0 !important; }

/*Footer scss start */
.footer {
  background-color: #212121;
  padding: 20px 0 15px; }
  .footer .footer-cnta {
    padding: 0 140px;
    width: 100%; }
    .footer .footer-cnta .foot-subs {
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      padding: 0;
      position: relative;
      margin-bottom: 32px; }
      .footer .footer-cnta .foot-subs h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0;
        background-color: #212121;
        z-index: 2;
        padding-left: 20px; }
      .footer .footer-cnta .foot-subs .form {
        padding-left: 40px;
        background-color: #212121;
        z-index: 2;
        padding-right: 20px; }
        .footer .footer-cnta .foot-subs .form .form-field {
          margin: 0; }
          .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix {
            position: relative;
            border-radius: 6px;
            background-color: #dbdbdb; }
            .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix input {
              background-color: inherit;
              border: none;
              min-width: 305px;
              width: 100%;
              padding: 12px 20px;
              font-style: italic;
              font-size: 13px;
              height: auto; }
              .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix input::placeholder {
                color: #3c3c3c; }
            .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix .button {
              position: absolute;
              right: 20px;
              padding: 0;
              height: auto;
              top: 50%;
              transform: translate(0, -50%);
              border: none;
              background-color: inherit;
              margin: 0;
              width: auto; }
              .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix .button svg {
                fill: #3c3c3c;
                width: 20px;
                height: 16px; }
              .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix .button:hover svg {
                fill: #ee493e; }
            .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix:hover {
              background-color: #ffffff; }
      .footer .footer-cnta .foot-subs:before {
        content: '';
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        opacity: 0.5;
        z-index: 1; }
    .footer .footer-cnta .footer-info {
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .footer .footer-cnta .footer-info .footer-divd {
        width: calc(100% - 35.3%); }
        .footer .footer-cnta .footer-info .footer-divd .footer-acnt {
          width: 29.76%;
          padding-right: 15px; }
        .footer .footer-cnta .footer-info .footer-divd .fot-web {
          width: 28.28%;
          padding-right: 15px; }
        .footer .footer-cnta .footer-info .footer-divd .fot-add {
          width: 41.61%;
          position: relative;
          padding-left: 13px !important;
          padding-right: 15px;
          margin: 0; }
          .footer .footer-cnta .footer-info .footer-divd .fot-add:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 14px;
            left: 0;
            top: 2px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ee493e' d='M4.55 6.675a1.626 1.626 0 1 1 .001-3.251 1.626 1.626 0 0 1-.001 3.251zM4.55.5A4.547 4.547 0 0 0 0 5.05c0 3.413 4.55 8.45 4.55 8.45S9.1 8.463 9.1 5.05A4.547 4.547 0 0 0 4.55.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small {
          padding-left: 0;
          margin: 17px 0 0; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small h3 {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            color: #ffffff;
            line-height: normal;
            margin-bottom: 15px; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list li {
            line-height: 18px; }
            .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list li a {
              font-size: 14px;
              font-weight: 400;
              text-transform: capitalize;
              color: #ffffff;
              padding: 0; }
              .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list li a:nth-last-child {
                padding: 0; }
              .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list li a:hover {
                text-decoration: underline; }
            .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list li + li {
              margin: 10px 0 0 0; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small address, .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small strong {
            font-size: 13px;
            font-weight: 400;
            text-transform: capitalize;
            color: #ffffff;
            font-style: normal; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small a {
            color: #ffffff;
            text-decoration: none; }
            .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small a:hover {
              text-decoration: underline; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small.fot-add .footer-info-list li {
            margin-top: 10px; }
      .footer .footer-cnta .footer-info .fot-logo {
        width: 35.3%;
        padding: 0;
        margin: 0; }
        .footer .footer-cnta .footer-info .fot-logo .logo {
          border-radius: 20px;
          background-color: #3c3c3c;
          padding: 8px 0 0;
          text-align: center; }
          .footer .footer-cnta .footer-info .fot-logo .logo a {
            text-decoration: none;
            display: block; }
          .footer .footer-cnta .footer-info .fot-logo .logo img {
            max-width: 141px; }
          .footer .footer-cnta .footer-info .fot-logo .logo h4 {
            color: #ffffff;
            font-size: 21px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 6px 0 0;
            line-height: 1.3;
            text-decoration: none; }
          .footer .footer-cnta .footer-info .fot-logo .logo h6 {
            background-color: #585858;
            color: #ffffff;
            font-size: 9px;
            font-weight: 400;
            text-transform: uppercase;
            line-height: normal;
            padding: 7px 0;
            margin: 0;
            text-decoration: none;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            position: relative;
            transition: all .3s ease-in; }
            .footer .footer-cnta .footer-info .fot-logo .logo h6:before {
              content: '';
              display: inline-block;
              width: 5px;
              height: 8px;
              vertical-align: top;
              margin: 2px 5px 0 0;
              margin-right: 2px;
              background-size: 100%;
              background-repeat: no-repeat;
              background-position: center left;
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cg%3E%3Cg transform='rotate(-90 2.21 3.915)'%3E%3Cg transform='rotate(45 3.545 3.915)'%3E%3Cpath fill='%23ee493e' d='M2.921 6.417V1.411h1.252v5.006z'/%3E%3C/g%3E%3Cg transform='rotate(-45 .875 3.915)'%3E%3Cpath fill='%23ee493e' d='M.252 6.417V1.41h1.252v5.007z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .footer .footer-cnta .footer-info .fot-logo .logo:hover h6 {
            background-color: #ffffff;
            color: #000; }
        .footer .footer-cnta .footer-info .fot-logo .fot-socl {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 22px;
          margin-bottom: 0; }
          .footer .footer-cnta .footer-info .fot-logo .fot-socl ul {
            line-height: normal;
            padding: 0; }
          .footer .footer-cnta .footer-info .fot-logo .fot-socl a {
            margin: 0 9px;
            display: inline-block;
            line-height: normal; }
            .footer .footer-cnta .footer-info .fot-logo .fot-socl a:hover svg path {
              fill: #ee493e; }
            .footer .footer-cnta .footer-info .fot-logo .fot-socl a:hover svg .none {
              fill: none; }
          .footer .footer-cnta .footer-info .fot-logo .fot-socl svg {
            width: 21px;
            height: 20px; }
            .footer .footer-cnta .footer-info .fot-logo .fot-socl svg .none {
              fill: none; }
    .footer .footer-cnta .store-by {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px; }
      .footer .footer-cnta .store-by p {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #929497;
        line-height: normal; }
        .footer .footer-cnta .store-by p a {
          color: #929497; }
          .footer .footer-cnta .store-by p a:hover {
            text-decoration: underline;
            color: inherit; }
      .footer .footer-cnta .store-by.mobile {
        display: none; }

.header-cart .header-main-cust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 11px; }
  .header-cart .header-main-cust .h-cust-lft {
    max-width: 95px; }
    .header-cart .header-main-cust .h-cust-lft .header-logo {
      margin: 0; }
  .header-cart .header-main-cust .h-cust-mddl {
    display: flex;
    align-items: center; }
    .header-cart .header-main-cust .h-cust-mddl h4 {
      font-size: 18px;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.36px;
      text-transform: capitalize;
      margin: 0;
      color: #212121;
      padding: 4px 0 0 9px; }
      .header-cart .header-main-cust .h-cust-mddl h4 span {
        font-weight: 400; }

.h-cust-rght .h-top-rgt {
  display: flex;
  align-items: center; }
  .h-cust-rght .h-top-rgt .header-account svg {
    vertical-align: bottom; }
  .h-cust-rght .h-top-rgt .acnt-text {
    line-height: 15px;
    margin-left: 6px; }
    .h-cust-rght .h-top-rgt .acnt-text a {
      display: block;
      text-decoration: none;
      color: #3c3c3c;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      font-size: 12px; }
      .h-cust-rght .h-top-rgt .acnt-text a:hover {
        color: #123a5b;
        text-decoration: underline; }
    .h-cust-rght .h-top-rgt .acnt-text span {
      display: block;
      text-decoration: none;
      color: #3c3c3c;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      font-size: 12px; }
    .h-cust-rght .h-top-rgt .acnt-text a:first-child {
      display: inline-block; }
    .h-cust-rght .h-top-rgt .acnt-text span {
      display: inline-block;
      text-transform: lowercase; }

.cnt-top {
  background-color: #212121; }
  .cnt-top .cnt-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0 11px; }
    .cnt-top .cnt-txt p, .cnt-top .cnt-txt a {
      font-size: 15px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none;
      margin: 0; }
      .cnt-top .cnt-txt p svg, .cnt-top .cnt-txt a svg {
        width: 16px;
        height: 16px;
        margin-right: 4px;
        vertical-align: middle; }
      .cnt-top .cnt-txt p + p, .cnt-top .cnt-txt a + p {
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
        padding-left: 17px;
        vertical-align: middle; }
    .cnt-top .cnt-txt a:hover {
      text-decoration: underline; }

.bdge {
  position: relative; }
  .bdge .ftn-bage {
    background-color: #f0f0f0;
    padding: 30px 30px 20px 0; }
    .bdge .ftn-bage .foot-icn {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -25px; }
      .bdge .ftn-bage .foot-icn .icnone {
        width: 33.33%;
        max-width: 240px;
        text-align: center;
        padding: 0 25px; }
        .bdge .ftn-bage .foot-icn .icnone .icn-img {
          max-width: 66px;
          margin: 0 auto; }
          .bdge .ftn-bage .foot-icn .icnone .icn-img.cust-svg {
            height: 66px;
            width: 66px;
            border: 4px solid #929497;
            border-radius: 50%;
            padding: 2px;
            background: #123A5B;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center; }
            .bdge .ftn-bage .foot-icn .icnone .icn-img.cust-svg::after {
              content: '';
              position: absolute;
              border: 3px solid #fff;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              left: 0;
              top: 0; }
            .bdge .ftn-bage .foot-icn .icnone .icn-img.cust-svg svg {
              width: 40px;
              height: 40px;
              fill: #fff; }
        .bdge .ftn-bage .foot-icn .icnone h3 {
          font-size: 16px;
          line-height: normal;
          font-weight: 700;
          text-transform: capitalize;
          color: #212121;
          padding: 10px 0;
          max-width: 140px;
          margin: 0 auto; }
        .bdge .ftn-bage .foot-icn .icnone a {
          color: #404040;
          font-weight: 400;
          font-size: 12px; }
          .bdge .ftn-bage .foot-icn .icnone a:hover {
            color: #000; }
    .bdge .ftn-bage .store-by {
      padding: 67px 0 0; }
      .bdge .ftn-bage .store-by .footer-copyright {
        text-align: center; }
        .bdge .ftn-bage .store-by .footer-copyright p, .bdge .ftn-bage .store-by .footer-copyright a {
          font-size: 11px;
          font-weight: 400;
          color: #585858;
          line-height: normal; }
        .bdge .ftn-bage .store-by .footer-copyright a:hover {
          text-decoration: underline; }
  .bdge:before {
    content: '';
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    padding-left: 9999px;
    margin-left: -9999px; }

.cart-page {
  margin: 0; }
  .cart-page .body {
    margin: 0;
    overflow: hidden; }
  .cart-page .breadcrumbs {
    display: none; }
  .cart-page .page {
    margin: 0; }
    .cart-page .page .page-content {
      padding: 0;
      margin: 0; }
  .cart-page .footer {
    padding: 0;
    border: none; }
  .cart-page .crt-mn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .cart-page .crt-mn .cart-lft-side {
      width: calc(100% - 370px);
      min-height: calc(100vh - 135px);
      padding-top: 35px;
      display: inline-flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between; }
      .cart-page .crt-mn .cart-lft-side .page-heading {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        text-align: left;
        margin: 0;
        padding-bottom: 16px; }
      .cart-page .crt-mn .cart-lft-side .cart-lft-top {
        padding-right: 30px; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-header .cart-header-item {
        color: #212121;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 7px; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-header .cart-header-item:last-child {
          padding-right: 35px; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item {
        border-color: #929497; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item:last-child {
          border-bottom: 2px solid; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-brand {
          font-size: 11px;
          color: #212121;
          line-height: 14px;
          margin: 0 0 2px 0; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name a {
          color: #123a5b;
          font-size: 16px;
          font-weight: 700;
          line-height: 1.3; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name a:hover {
            color: #185C95; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name .mobile {
          display: none; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info .cart-item-value {
          color: #000;
          font-size: 16px;
          line-height: 22px; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-increment {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-increment .button {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: none;
            background-color: #1a1818;
            padding: 0;
            position: relative; }
            .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-increment .button svg {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
            .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-increment .button:hover {
              background-color: #4D4D4D; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-increment .button[data-action="dec"] {
            order: -1; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-increment input {
            width: 38px;
            height: 22px;
            font-size: 16px;
            font-weight: 400;
            padding: 0 10px; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .form-input--incrementTotal[value="1"] + .button {
          background: #c7c9cb;
          pointer-events: none; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .definitionList .definitionList-key {
          font-size: 10px;
          font-weight: 700;
          color: #585858;
          text-transform: uppercase; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .definitionList .definitionList-value {
          font-size: 11px;
          color: #585858; }
      .cart-page .crt-mn .cart-lft-side .continue-btn {
        margin: 20px 0 40px; }
        .cart-page .crt-mn .cart-lft-side .continue-btn a {
          border-radius: 6px;
          border: 1px solid #80a280;
          font-size: 13px;
          font-weight: 700;
          display: inline-block;
          color: #80a280;
          line-height: 3;
          text-transform: uppercase;
          text-decoration: none;
          padding: 0 18px; }
          .cart-page .crt-mn .cart-lft-side .continue-btn a svg {
            width: 10px;
            height: 17px;
            vertical-align: middle;
            margin-right: 6px; }
          .cart-page .crt-mn .cart-lft-side .continue-btn a:hover {
            background-color: #8ab48a;
            color: #ffffff; }
            .cart-page .crt-mn .cart-lft-side .continue-btn a:hover svg path {
              fill: #ffffff; }
    .cart-page .crt-mn .cart-rgt-side {
      width: 370px;
      padding: 81px 0 0 35px;
      box-shadow: -6px 0 20px rgba(0, 0, 0, 0.16);
      position: relative; }
      .cart-page .crt-mn .cart-rgt-side .siderbar-title {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        text-align: center;
        line-height: 24px;
        border-bottom: 1px solid #000;
        padding: 0 0 5px 0; }
      .cart-page .crt-mn .cart-rgt-side .cart-totals {
        width: 100%;
        padding: 6px 0;
        border-bottom: 2px solid #000;
        margin: 0 0 20px 0; }
        .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total {
          display: flex;
          align-items: center;
          border: none;
          flex-wrap: wrap; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-label {
            color: #000;
            font-size: 13px;
            line-height: normal;
            font-weight: 700;
            text-transform: uppercase;
            padding: 12px 0; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .form-input {
            height: 40px;
            padding: 0 10px; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .form-select {
            height: 40px; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value {
            padding: 0; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value > span {
              font-size: 16px; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value .shipping-estimate-show span {
              font-size: 13px; }
              .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value .shipping-estimate-show span:hover {
                color: #123a5b; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value button {
              font-size: 13px;
              font-style: normal; }
              .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value button:hover {
                color: #123a5b; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value.cart-total-grandTotal span {
              color: #123a5b;
              font-size: 24px;
              font-weight: 700; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator {
            width: 100%; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator dl {
              margin: 0; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator .form-label {
              font-size: 13px; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator .form-select, .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator .form-input {
              font-size: 13px; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator .button--primary {
              width: 60%;
              height: 40px;
              border-radius: 6px;
              background-color: #123A5B;
              font-weight: 700;
              text-transform: uppercase;
              border: none;
              padding: 0;
              margin: 0; }
              .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator .button--primary:hover {
                background-color: #185C95; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-form.coupon-code {
            width: 100%; }
            .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-form.coupon-code .button--primary {
              height: 40px;
              border-radius: 6px;
              background-color: #123A5B;
              font-weight: 700;
              text-transform: uppercase;
              border: none;
              padding: 0; }
              .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-form.coupon-code .button--primary:hover {
                background-color: #185C95; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total:after {
            content: none; }
          .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total:nth-last-child(1) {
            margin-top: 12px; }
      .cart-page .crt-mn .cart-rgt-side .cart-actions {
        width: 100%;
        text-align: center; }
        .cart-page .crt-mn .cart-rgt-side .cart-actions .button.button--primary {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 6px;
          background-color: #80a280;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          border: none;
          padding: 13.5px 0; }
          .cart-page .crt-mn .cart-rgt-side .cart-actions .button.button--primary svg {
            margin: 0 8px 0 0; }
          .cart-page .crt-mn .cart-rgt-side .cart-actions .button.button--primary:hover {
            background-color: #8ab48a; }
      .cart-page .crt-mn .cart-rgt-side:after {
        content: '';
        background-color: #ffffff;
        height: 100%;
        top: 0;
        right: 0;
        padding-right: 9999px;
        margin-right: -9999px;
        position: absolute; }
    .cart-page .crt-mn .mbl-bd {
      display: none; }

.modal--alert {
  border-radius: 6px; }
  .modal--alert .button-container .button {
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    border-color: #80a280;
    padding: 12px 25px; }
    .modal--alert .button-container .button.confirm {
      background-color: #80a280; }
      .modal--alert .button-container .button.confirm:hover {
        background-color: #8ab48a;
        border-color: #8ab48a; }
    .modal--alert .button-container .button.cancel {
      color: #8ab48a; }
      .modal--alert .button-container .button.cancel:hover {
        background-color: #8ab48a;
        color: #ffffff; }

.modal-background {
  background: rgba(0, 0, 0, 0.6); }

.estimator-form--default ul {
  margin: 20px 0; }
  .estimator-form--default ul .estimator-form-input {
    margin: 0; }

.cart-remove {
  width: 14px;
  height: 14px;
  background: #818386;
  padding: 1px;
  margin: 4px 0 0 15px; }
  .cart-remove svg {
    fill: #ffffff; }
  .cart-remove:hover {
    background: #123a5b; }

.cart-item-figure {
  width: 126px; }
  .cart-item-figure .cart-item-image {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.cart-item-block {
  vertical-align: top;
  padding: 20px 0; }
  .cart-item-block.cart-item-title {
    padding-left: 25px;
    padding-right: 15px; }
  .cart-item-block.cart-item-price {
    padding-top: 33px; }
  .cart-item-block.cart-item-quantity {
    padding-top: 33px; }
  .cart-item-block.cart-item-subtotal {
    padding-top: 33px; }

.cart-item-name + .definitionList {
  margin: 13px 0 0 0; }

.option-change {
  float: left;
  color: #000;
  font-size: 12px;
  margin: 10px 0 0 0; }
  .option-change:hover {
    color: #123a5b; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #000; }

.coupon-code-add:hover,
.coupon-code-cancel:hover,
.shipping-estimate-show:hover,
.gift-certificate-add:hover,
.gift-certificate-cancel:hover {
  color: #123a5b; }

.form-label {
  color: #000; }

.form-input {
  color: #000; }

.form-select {
  color: #000; }

.cart-total .form-field--error .form-field-error, .cart-total .form-field--error .form-inlineMessage {
  font-size: 12px;
  line-height: 18px; }

.cart-actions-wraper {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 17.5px; }

.checkout-icons {
  margin: 10px 0 0 0; }
  .checkout-icons img {
    max-height: 25px; }

.bdge .ftn-bage .store-by .footer-copyright p br {
  display: none; }

.empty-cart {
  width: 100%;
  min-height: calc(100vh - 135px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between; }
  .empty-cart .bdge:after {
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    padding-right: 9999px;
    margin-right: -9999px; }
  .empty-cart .bdge .ftn-bage {
    padding-right: 0; }

.empty-cart-top {
  padding: 35px 0; }
  .empty-cart-top h1 {
    width: 100%;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 0 30px 0; }
  .empty-cart-top h3 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0; }

.bdge .ftn-bage .foot-icn .icnone a {
  text-decoration: underline; }

.header.cust-head {
  background: #f8f8f7;
  flex-direction: inherit;
  border-bottom: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 17px 0 0;
  position: fixed;
  top: 0;
  flex-wrap: wrap; }

.header-wraper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 25px; }

.header-logo {
  width: 134px;
  margin: 8px 0 0; }

.header-rgt {
  width: calc(100% - 134px);
  padding: 0 0 0 32px; }

.head-rgt-top {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end; }
  .head-rgt-top .dropdown--quickSearch {
    width: 760px;
    background: none;
    display: block;
    padding: 0;
    position: static; }
    .head-rgt-top .dropdown--quickSearch .form {
      width: 100%;
      max-width: 100%; }
    .head-rgt-top .dropdown--quickSearch .form-field {
      width: 100%;
      background: #dbdbdb;
      display: inline-flex;
      align-items: center;
      border-radius: 6px;
      padding: 0 20px 0 0;
      overflow: hidden;
      margin: 0; }
    .head-rgt-top .dropdown--quickSearch .form-input {
      width: calc(100% - 23px);
      height: 40px;
      background: none;
      color: #000;
      font-size: 13px;
      font-style: italic;
      border: none;
      border-radius: 0;
      padding: 0 20px; }
      .head-rgt-top .dropdown--quickSearch .form-input::placeholder {
        color: #3c3c3c; }
    .head-rgt-top .dropdown--quickSearch .search-sub {
      width: 23px;
      height: 40px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg%3E%3Cg%3E%3Cpath d='M9.253 2.963a6.4 6.4 0 0 1 6.393 6.393 6.4 6.4 0 0 1-6.393 6.392 6.4 6.4 0 0 1-6.394-6.392 6.4 6.4 0 0 1 6.394-6.393zm10.973 19.133l1.768-1.767-5.631-5.632a8.854 8.854 0 0 0 1.783-5.341 8.893 8.893 0 1 0-17.787 0 8.893 8.893 0 0 0 8.894 8.892 8.855 8.855 0 0 0 5.342-1.782z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
      border: none;
      text-indent: 9999px;
      padding: 0; }
      .head-rgt-top .dropdown--quickSearch .search-sub:hover {
        opacity: 0.7; }

.head-contact {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.078 10.822a20.114 20.114 0 0 0 8.75 8.75l2.921-2.92a1.32 1.32 0 0 1 1.355-.32c1.487.492 3.094.757 4.74.757.73 0 1.328.598 1.328 1.328v4.634c0 .73-.598 1.328-1.328 1.328C10.376 24.379.271 14.274.271 1.806.271 1.076.87.48 1.6.48h4.648c.73 0 1.327.597 1.327 1.327 0 1.66.266 3.253.757 4.74.146.465.04.983-.332 1.355z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center left;
  padding: 0 15px 0 32px;
  position: relative; }
  .head-contact:after {
    width: 12px;
    height: 7px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cg%3E%3Cg%3E%3Cg transform='rotate(45 8.015 3.92)'%3E%3Cpath fill='%23123a5b' d='M7.023 7.892V-.051H9.01v7.943z'/%3E%3C/g%3E%3Cg transform='rotate(-45 3.78 3.92)'%3E%3Cpath fill='%23123a5b' d='M2.789 7.892V-.051h1.986v7.943z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    position: absolute;
    right: 0;
    bottom: 7px;
    content: ""; }
  .head-contact p {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0; }
  .head-contact a {
    color: #123a5b;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none; }
    .head-contact a:hover {
      color: #b71616; }
  .head-contact .contact-box {
    width: 270px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    z-index: 9; }
    .head-contact .contact-box:before {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #000;
      position: absolute;
      top: -11px;
      left: 25px;
      content: ""; }
    .head-contact .contact-box:after {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: -10px;
      left: 25px;
      content: ""; }
    .head-contact .contact-box ul {
      width: 100%;
      list-style: none;
      margin: 0; }
      .head-contact .contact-box ul li {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        font-weight: 400;
        padding: 0 0 0 30px; }
        .head-contact .contact-box ul li a {
          color: #000;
          line-height: 22px; }
          .head-contact .contact-box ul li a:hover {
            color: #b71616; }
        .head-contact .contact-box ul li span {
          font-size: 14px;
          font-weight: 400; }
        .head-contact .contact-box ul li.contact-call {
          background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.078 10.822a20.114 20.114 0 0 0 8.75 8.75l2.921-2.92a1.32 1.32 0 0 1 1.355-.32c1.487.492 3.094.757 4.74.757.73 0 1.328.598 1.328 1.328v4.634c0 .73-.598 1.328-1.328 1.328C10.376 24.379.271 14.274.271 1.806.271 1.076.87.48 1.6.48h4.648c.73 0 1.327.597 1.327 1.327 0 1.66.266 3.253.757 4.74.146.465.04.983-.332 1.355z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 2px;
          background-size: 20px auto; }
        .head-contact .contact-box ul li.contact-chat {
          background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' ?%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M221.4,81.6C102.4,81.6,6,153.7,6,242.7C6,295.8,40.5,343,93.6,372.3c-5.2,18.1-17.3,40.6-45.3,56.4 c0,0,52.9,13.5,97.9-35.1c23.4,6.5,48.8,10.1,75.3,10.1c119,0,215.4-72.1,215.4-161S340.4,81.6,221.4,81.6z M122.3,208.5 c18.9,0,34.1,15.3,34.1,34.1c0,18.9-15.3,34.1-34.1,34.1c-18.9,0-34.1-15.3-34.1-34.1C88.1,223.8,103.4,208.5,122.3,208.5z M221.4,276.8c-18.9,0-34.1-15.3-34.1-34.1c0-18.9,15.3-34.1,34.1-34.1s34.1,15.3,34.1,34.1C255.6,261.5,240.3,276.8,221.4,276.8z M320.6,276.8c-18.9,0-34.1-15.3-34.1-34.1c0-18.9,15.3-34.1,34.1-34.1c18.9,0,34.1,15.3,34.1,34.1 C354.7,261.5,339.4,276.8,320.6,276.8z'/%3E%3Cg%3E%3Cpath d='M455,387.8c31-17.1,51-44.6,51-75.5c0-33.8-24-63.5-59.9-80c0.3,3.5,0.4,6.9,0.4,10.4 c0,46.2-23.8,89.4-67,121.6c-17.1,12.8-36.4,23.2-57.2,31.1c17.4,6.8,37.2,10.7,58.1,10.7c15.4,0,30.2-2.1,43.9-5.9 c26.2,28.3,57,20.4,57,20.4C465,411.5,458,398.3,455,387.8z' id='XMLID_1_'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 1px;
          background-size: 20px auto; }
        .head-contact .contact-box ul li.contact-email {
          background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' ?%3E%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 352c-16.53 0-33.06-5.422-47.16-16.41L0 173.2V400C0 426.5 21.49 448 48 448h416c26.51 0 48-21.49 48-48V173.2l-208.8 162.5C289.1 346.6 272.5 352 256 352zM16.29 145.3l212.2 165.1c16.19 12.6 38.87 12.6 55.06 0l212.2-165.1C505.1 137.3 512 125 512 112C512 85.49 490.5 64 464 64h-416C21.49 64 0 85.49 0 112C0 125 6.01 137.3 16.29 145.3z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 1px;
          background-size: 20px auto; }
        .head-contact .contact-box ul li.contact-hours {
          background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' ?%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M0 0L24 0 24 24 0 24z' fill='none'/%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-1.702 0-3.305-.425-4.708-1.175L2 22l1.176-5.29C2.426 15.306 2 13.703 2 12 2 6.477 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8 0 1.335.326 2.618.94 3.766l.35.654-.656 2.946 2.948-.654.653.349c1.148.614 2.43.939 3.765.939 4.418 0 8-3.582 8-8s-3.582-8-8-8zm1 3v5h4v2h-6V7h2z'/%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 1px;
          background-size: 20px auto; }
        .head-contact .contact-box ul li.contact-address {
          background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' ?%3E%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M28.908,12.571a.952.952,0,0,0-.1-.166,3.146,3.146,0,0,0-.118-.423c-.006-.016-.012-.032-.02-.048L25.917,5.6A1,1,0,0,0,25,5H7a1,1,0,0,0-.917.6l-2.77,6.381a2.841,2.841,0,0,0,0,2.083A4.75,4.75,0,0,0,6,16.609V27a1,1,0,0,0,1,1H25a1,1,0,0,0,1-1V16.609a4.749,4.749,0,0,0,2.687-2.543,2.614,2.614,0,0,0,.163-.655A1.057,1.057,0,0,0,28.908,12.571ZM13,26V20h2v6Zm4,0V20h2v6Zm7,0H21V19a1,1,0,0,0-1-1H12a1,1,0,0,0-1,1v7H8V17a5.2,5.2,0,0,0,4-1.8,5.339,5.339,0,0,0,8,0A5.2,5.2,0,0,0,24,17Zm2.837-12.7A3.015,3.015,0,0,1,24,15a2.788,2.788,0,0,1-3-2.5,1,1,0,0,0-2,0A2.788,2.788,0,0,1,16,15a2.788,2.788,0,0,1-3-2.5,1,1,0,0,0-2,0A2.788,2.788,0,0,1,8,15a3.016,3.016,0,0,1-2.838-1.7.836.836,0,0,1,0-.571L7.656,7H24.344l2.477,5.7A.858.858,0,0,1,26.837,13.3Z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: left 1px;
          background-size: 22px auto; }
        .head-contact .contact-box ul li + li {
          margin: 15px 0 0 0; }
  .head-contact:hover .contact-box {
    opacity: 1;
    visibility: visible; }

.head-top-rgt {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 47px; }

.cust-head .h-cust-rght {
  margin: 0 0 0 24px; }

.head-rgt-btm {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 0; }

.megamenu > ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0; }
  .megamenu > ul > li {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 5px; }
    .megamenu > ul > li > a {
      height: 100%;
      color: #000000;
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-end;
      text-decoration: none;
      padding: 12px 11px 20px 15px;
      position: relative; }
      .megamenu > ul > li > a i {
        width: 11px;
        height: 6px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6'%3E%3Cg%3E%3Cg%3E%3Cg transform='rotate(45 7.26 3)'%3E%3Cpath fill='%23b71616' d='M6.306 6.818V-.816h1.908v7.634z'/%3E%3C/g%3E%3Cg transform='rotate(-45 3.19 3)'%3E%3Cpath fill='%23b71616' d='M2.236 6.817V-.817h1.908v7.634z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
        background-position: center;
        position: absolute;
        right: 15px;
        bottom: 28px;
        content: "";
        transition: all .3s ease-in; }
      .megamenu > ul > li > a span {
        color: #585858;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        transition: all .3s ease-in; }
      .megamenu > ul > li > a:before {
        width: 1px;
        height: 48px;
        background: #c6c6c6;
        position: absolute;
        top: 50%;
        left: -5px;
        content: "";
        transform: translateY(-50%); }
    .megamenu > ul > li.parent > a {
      padding-right: 30px; }
    .megamenu > ul > li:first-child {
      padding-left: 0; }
      .megamenu > ul > li:first-child a:before {
        display: none; }
    .megamenu > ul > li:hover > a {
      background: #212121;
      color: #fff; }
      .megamenu > ul > li:hover > a i {
        transform: rotate(-180deg); }
      .megamenu > ul > li:hover > a span {
        color: #fff; }
    .megamenu > ul > li.sale a {
      color: #b71616; }
    .megamenu > ul > li.sale .sale-link {
      cursor: text; }
    .megamenu > ul > li.sale:hover a {
      color: #fff; }
    .megamenu > ul > li.sale:hover .sale-link {
      background-color: #b71616; }
      .megamenu > ul > li.sale:hover .sale-link i {
        transform: rotate(-90deg);
        height: 11px;
        background-image: 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 transform='rotate(-90 3.37 5)'%3E%3Cg transform='rotate(45 5.405 5)'%3E%3Cpath fill='%23fff' d='M4.455 8.817V1.183h1.908v7.634z'/%3E%3C/g%3E%3Cg transform='rotate(-45 1.335 5)'%3E%3Cpath fill='%23fff' d='M.385 8.816V1.182h1.908v7.634z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .megamenu > ul > li.sale .mm-btm-full a {
      cursor: text;
      font-size: 0; }
      .megamenu > ul > li.sale .mm-btm-full a span:after {
        display: none; }
      .megamenu > ul > li.sale .mm-btm-full a:hover {
        background: #212121; }

.navUser-item--cart .countPill {
  display: none !important; }

.navUser-item--cart .navUser-action {
  padding: 0; }
  .navUser-item--cart .navUser-action svg {
    stroke: none; }
  .navUser-item--cart .navUser-action .item-not-cart {
    display: none; }
  .navUser-item--cart .navUser-action.navUser-item--cart__hidden-s .item-not-cart {
    display: block; }
  .navUser-item--cart .navUser-action.navUser-item--cart__hidden-s .item-in-cart {
    display: none; }

.navUser-item--cart .dropdown-menu {
  max-width: 370px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16); }
  .navUser-item--cart .dropdown-menu.is-open {
    top: 115px !important; }

.navUser-item--cart .dropdown-menu:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  top: -11px;
  right: 13px !important;
  content: ""; }

.navUser-item--cart .dropdown-menu:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  right: 13px !important;
  content: ""; }

.previewCart {
  max-width: 100%; }

.previewCartList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px; }
  .previewCartList .previewCartItem {
    width: 100%;
    max-width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 0; }
    .previewCartList .previewCartItem + .previewCartItem {
      border-top: 1px solid #c6c6c6; }
  .previewCartList .previewCartItem-image {
    width: 60px;
    display: block; }
    .previewCartList .previewCartItem-image img {
      position: static; }
    .previewCartList .previewCartItem-image:after {
      padding: 0; }
  .previewCartList .previewCartItem-content {
    width: calc(100% - 60px);
    padding: 0 0 0 15px; }
  .previewCartList .previewCartItem-brand {
    color: #000;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.11px;
    margin: 0; }
  .previewCartList .previewCartItem-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.14px;
    margin: 0 0 10px 0; }
  .previewCartList .previewCartItem-name a {
    color: #000; }
    .previewCartList .previewCartItem-name a:hover {
      color: #123a5b; }
  .previewCartList .previewCartItem-price {
    color: #000;
    font-size: 16px;
    line-height: 18px; }

.previewCartAction {
  width: 100%;
  max-width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 12px 10px; }
  .previewCartAction .previewCartAction-checkout {
    padding: 0 4px 0 0; }
    .previewCartAction .previewCartAction-checkout .button {
      background: #80a280;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      border: none;
      border-radius: 6px;
      padding: 10px; }
      .previewCartAction .previewCartAction-checkout .button svg {
        margin: 0 7px 0 0;
        width: 17px;
        height: 17px; }
      .previewCartAction .previewCartAction-checkout .button:hover {
        background: #8ab48a; }
  .previewCartAction .previewCartAction-viewCart {
    padding: 0 0 0 4px; }
    .previewCartAction .previewCartAction-viewCart .button {
      background: #f5f5f5;
      color: #80a280;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      border: 1px solid #80a280;
      border-radius: 6px;
      padding: 10px; }
      .previewCartAction .previewCartAction-viewCart .button:hover {
        background: #8ab48a;
        color: #fff;
        border-color: #8ab48a; }

.mega-menu-dropdown {
  width: 1024px;
  max-width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 110px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  height: 0;
  overflow: hidden; }

.megamenu > ul > li:hover > .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible; }

.mm-wraper {
  width: 100%;
  float: left;
  padding: 0 15px; }

.mm-top {
  width: 100%;
  float: left;
  background: #efefec;
  padding: 18px 25px; }

.mm-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px; }

.mm-top ul li {
  width: 25%;
  padding: 0 10px; }

.mm-top ul li figure {
  width: 100%;
  float: left;
  margin: 0 0 13px 0; }

.mm-top ul li figure a {
  width: 100%;
  height: 110px;
  float: left;
  border-radius: 10px;
  overflow: hidden; }

.mm-top ul li figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in;
  max-width: 220px; }

.mm-top ul li h6 {
  width: 100%;
  float: left;
  display: inline-flex;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0; }

.mm-top ul li h6 a {
  color: #123a5b;
  text-decoration: none; }

.mm-top ul li h6 a:hover {
  color: #b71616; }

.mm-btm {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 12px 55px; }

.mm-col {
  width: 33.33%; }

.mm-col ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding-right: 40px; }

.mm-col ul > li {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

.mm-col ul > li > a {
  float: left;
  color: #b71616;
  text-decoration: none;
  padding: 0;
  position: relative; }

.mm-col ul > li > a:after {
  width: 8px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cg%3E%3Cg%3E%3Cg transform='rotate(45 4 3.93)'%3E%3Cpath fill='%23123a5b' d='M.372 4.957a1 1 0 0 1-1-1V3.9a1 1 0 0 1 1-1H7.63a1 1 0 0 1 1 1v.057a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(135 4 9.07)'%3E%3Cpath fill='%23123a5b' d='M.371 10.1a1 1 0 0 1-1-1v-.057a1 1 0 0 1 1-1h7.26a1 1 0 0 1 1 1v.058a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  content: "";
  margin: 0 0 0 7px; }

.mm-col ul > li > a:hover {
  color: #123a5b; }

.mm-col ul > li + li {
  margin: 50px 0 0 0; }

.mm-col ul > li > ul {
  padding: 14px 0 0 0; }

.mm-col ul > li > ul > li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none; }

.mm-col ul > li > ul > li + li {
  margin: 6px 0 0 0; }

.mm-col ul > li > ul > li a {
  color: #000; }

.mm-col ul > li > ul > li a:after {
  display: none; }

.mm-col ul > li > ul > li a:hover {
  color: #b71616; }

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

.mm-btm-full a {
  width: 100%;
  background: #212121;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  padding: 8px 0;
  position: relative; }

.mm-btm-full a span {
  padding: 0 15px 0 0;
  position: relative; }

.mm-btm-full a span:after {
  width: 7px;
  height: 10px;
  background-image: 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 transform='rotate(-90 3.37 5)'%3E%3Cg transform='rotate(45 5.405 5)'%3E%3Cpath fill='%23fff' d='M4.455 8.817V1.183h1.908v7.634z'/%3E%3C/g%3E%3Cg transform='rotate(-45 1.335 5)'%3E%3Cpath fill='%23fff' d='M.385 8.816V1.182h1.908v7.634z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2.5px;
  right: 0;
  content: ""; }

.mm-btm-full a:hover {
  background: #b71616; }

.mm-top.col-3 ul li {
  width: 33.33%; }

.mm-btm.co-2 .mm-col {
  width: 50%; }

.mega-menu-dropdown.deals-dropdown {
  width: 730px;
  left: 390px; }

.deals-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px; }

.deals-col {
  width: 50%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 30px; }

.deals-col + .deals-col {
  border-left: 1px solid #dbdbdb; }

.deals-col figure {
  margin: 0; }

.deals-col-rgt {
  padding: 0 0 0 10px; }

.deals-col.deals-col-1 figure {
  width: 83px; }

.deals-col.deals-col-1 .deals-col-rgt {
  width: calc(100% - 83px); }

.deals-col.deals-col-2 figure {
  width: 67px; }

.deals-col.deals-col-2 .deals-col-rgt {
  width: calc(100% - 67px); }

.deals-col-rgt h3 {
  width: 100%;
  float: left;
  color: #b71616;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 10px 0; }
  .deals-col-rgt h3 a {
    color: #b71616 !important;
    text-decoration: none; }
    .deals-col-rgt h3 a:hover {
      color: #b71616; }

.deals-col-rgt p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-transform: none;
  margin: 0 0 15px 0; }

.deals-col-rgt .deals-btn {
  float: left;
  color: #b71616 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px 0 0;
  position: relative; }

.deals-col-rgt .deals-btn:after {
  width: 8px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cg%3E%3Cg%3E%3Cg transform='rotate(45 4 3.93)'%3E%3Cpath fill='%23123a5b' d='M.37 4.957a1 1 0 0 1-1-1V3.9a1 1 0 0 1 1-1h7.26a1 1 0 0 1 1 1v.057a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(135 4 9.07)'%3E%3Cpath fill='%23123a5b' d='M.37 10.1a1 1 0 0 1-1-1v-.057a1 1 0 0 1 1-1h7.259a1 1 0 0 1 1 1v.058a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3px;
  right: 0;
  content: ""; }

.deals-col-rgt .deals-btn:hover {
  color: #123a5b !important; }

.mega-menu-dropdown.dropdown-2 {
  width: 784px; }

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

.menu-open .menu-bg {
  display: block; }

.header-cart .header-main-cust .h-cust-lft .header-logo {
  width: auto; }

.cart-total-value {
  color: #000; }

.cart-form.gift-certificate-code {
  width: 100%; }

.cart-gift-certificate-form .button {
  height: 40px;
  border-radius: 6px;
  background-color: #123A5B;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 0; }
  .cart-gift-certificate-form .button:hover {
    background-color: #185C95; }

.header-mobile-menu-btn {
  display: none; }

.header-mobile-menu {
  width: 100%;
  height: calc(100% - 159px);
  position: fixed;
  top: 122px;
  z-index: 999;
  left: -100%;
  transition: ease all 0.3s;
  display: block;
  overflow: hidden;
  overflow-y: scroll; }

.header-mobile-menu.open {
  left: 0; }

.header-mobile-menu .header-mobile-inner {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  display: flex;
  flex-wrap: wrap; }

.header-mobile-menu .header-mobile-inner ul {
  list-style: none;
  padding: 16px 47px;
  margin: 0;
  width: 100%; }

.category-inner-link {
  width: 100%;
  float: left;
  position: relative; }
  .category-inner-link a {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    padding: 17px 0 9px; }
    .category-inner-link a span {
      width: 100%;
      float: left;
      color: #585858;
      font-size: 13px;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase; }
    .category-inner-link a strong {
      width: 100%;
      float: left;
      line-height: 27px;
      text-transform: uppercase; }
    .category-inner-link a:hover {
      color: #b71616; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #c6c6c6; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .child-trigger {
  width: 15px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 15 24'%3E%3Cg%3E%3Cg%3E%3Cg transform='rotate(-45 7.72 17)'%3E%3Cpath fill='%23212121' d='M.722 19a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg transform='rotate(-135 7.72 7)'%3E%3Cpath fill='%23212121' d='M.72 9a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center !important;
  position: absolute;
  top: 22px;
  right: 0;
  transition: all 0.3s ease-in;
  cursor: pointer; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  padding: 40px 18px 35px; }

.header-mobile-scroll {
  width: 100%;
  position: relative;
  z-index: 10; }

.category-inner-link.deals-menu a {
  color: #b71616; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .deals-menu .child-trigger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 15 24'%3E%3Cg%3E%3Cg transform='rotate(-45 7.5 17)'%3E%3Cpath fill='%23b71616' d='M.722 19a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg transform='rotate(-135 7.5 7)'%3E%3Cpath fill='%23b71616' d='M.72 9a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.category-inner-link.deals-menu a {
  padding: 27px 0 15px; }

.subMenu ul li a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 20px; }
  .subMenu ul li a:hover {
    color: red; }

.subMenu ul li + li {
  margin-top: 19px; }

.subMenu ul li.view-all a {
  font-weight: 800; }

.sub-top {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  padding: 0 0 10px;
  border-bottom: 1px solid #707070; }
  .sub-top .back-btn {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-weight: 700; }
    .sub-top .back-btn svg {
      margin-right: 5px; }
  .sub-top .parent-link {
    font-size: 32px;
    font-weight: 700;
    color: #58585b;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 20px;
    display: inline-block;
    width: 100%; }

.header-mobile-menu .header-mobile-inner ul li.main-link-li .subMenu.open {
  opacity: 1;
  visibility: visible;
  z-index: 99999999;
  padding: 0 0 35px; }

.header-mobile-inner .subMenu.open .sub-top {
  border-bottom: 1px solid #c6c6c6;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  align-items: center; }
  .header-mobile-inner .subMenu.open .sub-top .back-btn {
    color: #585858;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase; }
  .header-mobile-inner .subMenu.open .sub-top .btn-bk {
    display: block;
    padding: 9px 20px;
    border-left: 1px solid #c6c6c6;
    margin-left: 20px; }
  .header-mobile-inner .subMenu.open .sub-top svg {
    width: 15px;
    height: 24px;
    margin: 0;
    cursor: pointer; }
    .header-mobile-inner .subMenu.open .sub-top svg:hover path {
      fill: #b71616; }
  .header-mobile-inner .subMenu.open .sub-top strong {
    color: #000000;
    font-size: 22px;
    display: block; }

.header-mobile-inner .subMenu.open .parent-link {
  color: #123a5b;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
  .header-mobile-inner .subMenu.open .parent-link:hover {
    color: #b71616; }

.header-mobile-inner .subMenu.open ul li + li {
  margin-top: 35px; }

.header-mobile-inner .subMenu.open ul li ul {
  padding: 14px 0 0 10px; }
  .header-mobile-inner .subMenu.open ul li ul li + li {
    margin-top: 12px; }
  .header-mobile-inner .subMenu.open ul li ul a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }

.header-mobile-inner .subMenu.open .main-parent-link {
  color: #b71616;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
  .header-mobile-inner .subMenu.open .main-parent-link svg {
    width: 8px;
    height: 13px;
    vertical-align: middle;
    margin-right: 3px; }
  .header-mobile-inner .subMenu.open .main-parent-link:hover {
    color: #185c95; }
    .header-mobile-inner .subMenu.open .main-parent-link:hover svg path {
      fill: #185c95; }

.header-mobile-menu .header-mobile-inner.open {
  transform: translate3d(-100%, 0, 0); }

.header-mobile-menu-btn {
  width: 23px;
  height: 20px;
  position: relative;
  display: none; }

.mobileMenu-toggleIcon {
  width: 23px;
  height: 3px;
  background: #000;
  position: absolute;
  transition: background-color 10ms ease-in 0.1s;
  top: 50%;
  transform: translate(0, -50%); }

.mobileMenu-toggleIcon:before {
  width: 23px;
  height: 3px;
  background: #000;
  position: absolute;
  top: -8px;
  content: "";
  transition: transform 0.1s ease-in, top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms; }

.mobileMenu-toggleIcon:after {
  width: 23px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -8px;
  content: "";
  transition: transform 0.1s ease-in, top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms; }

.mobile-menu-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 174px;
  left: 0;
  content: "";
  z-index: 9;
  display: none; }

.mobile-bottom {
  width: 100%;
  background: #dbdbdb;
  padding: 20px 48px 15px;
  margin: 23px 0 0 0; }

.mobile-bottom .call-item .menu-acc-btn {
  border-radius: 6px;
  background-color: #123a5b;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: center;
  padding: 9px 0;
  max-width: 280px;
  margin: 0 auto; }
  .mobile-bottom .call-item .menu-acc-btn svg {
    vertical-align: middle;
    margin-right: 2px; }

.mobile-bottom .head-contact.mobl {
  max-width: 214px;
  margin: 20px auto 0;
  padding: 0 0 0 41px;
  background-size: 33px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg%3E%3Cg%3E%3Cpath d='M5.078 10.822a20.114 20.114 0 0 0 8.75 8.75l2.921-2.92a1.32 1.32 0 0 1 1.355-.32c1.487.492 3.094.757 4.74.757.73 0 1.328.598 1.328 1.328v4.634c0 .73-.598 1.328-1.328 1.328C10.376 24.379.271 14.274.271 1.806.271 1.076.87.48 1.6.48h4.648c.73 0 1.327.597 1.327 1.327 0 1.66.266 3.253.757 4.74.146.465.04.983-.332 1.355z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat top left; }
  .mobile-bottom .head-contact.mobl p {
    font-size: 15px;
    padding-bottom: 1px; }
  .mobile-bottom .head-contact.mobl a {
    color: #b71616;
    font-size: 22px;
    padding-top: 1px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 4px; }
    .mobile-bottom .head-contact.mobl a:hover {
      color: #123a5b; }
  .mobile-bottom .head-contact.mobl span {
    display: block;
    color: #3c3c3c;
    font-size: 12px;
    line-height: normal; }

.mobile-bottom .head-contact:after {
  content: none; }

.head-rgt-top .quickSearchResults {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  width: 100%;
  top: 42px;
  z-index: 99;
  background-color: #ffff;
  left: 0;
  right: 0; }
  .head-rgt-top .quickSearchResults .modal-close {
    display: block;
    top: 7px;
    color: #000; }
    .head-rgt-top .quickSearchResults .modal-close:hover {
      color: #185c95; }
  .head-rgt-top .quickSearchResults .productGrid {
    max-height: 600px;
    overflow-y: scroll;
    margin: 45px 15px;
    padding: 0; }
  .head-rgt-top .quickSearchResults .card--alternate {
    border: none; }
    .head-rgt-top .quickSearchResults .card--alternate .card-body {
      padding: 11px 0 0; }
    .head-rgt-top .quickSearchResults .card--alternate:hover {
      border: none; }
      .head-rgt-top .quickSearchResults .card--alternate:hover .card-body {
        background-color: initial; }
        .head-rgt-top .quickSearchResults .card--alternate:hover .card-body .card-text {
          color: #000; }
  .head-rgt-top .quickSearchResults .quickSearchMessage {
    font-size: 20px;
    margin: 30px; }

.productView .prd-opt .form-field.has-tooltip {
  padding: 0 35px 0 0;
  position: relative; }

.tooltip-icn {
  width: 22px;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0;
  transition: all .3s ease-in; }

.tooltip-txt {
  width: 250px;
  background: #efefec;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 70px;
  right: -20px;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  z-index: 9; }

.tooltip-txt:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #efefec;
  position: absolute;
  top: -9px;
  right: 23px;
  content: ""; }

.tooltip-txt.active {
  opacity: 1;
  visibility: visible; }

.option-tooltip:hover .tooltip-txt {
  opacity: 1;
  visibility: visible; }

.tooltip-icn.mob {
  display: none; }

.or-use-label {
  text-align: center !important; }

.product .card-body .card-text + div[style] {
  height: auto !important;
  text-align: left !important; }

.productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option {
  margin: 0 !important; }

.productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper {
  width: 33.33%;
  vertical-align: top;
  text-align: center; }

.productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .form-option-expanded {
  width: 150px;
  height: 150px;
  top: 10px !important;
  left: calc(100% + 70px) !important;
  display: none !important; }

.productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .form-option-expanded .form-option-image {
  width: 100% !important;
  height: 100% !important; }

.brands-page .show-more-button-box {
  display: none; }

.brand-page .page-content .pagination .pagination-list {
  display: block;
  margin-bottom: 0; }

.tb-main .home-tabs-cnt .productGrid {
  width: 100%; }

#extend-cart-offer {
  width: 100%;
  float: left;
  margin: 10px 0 0 0 !important; }

.product-page .body {
  position: relative;
  z-index: 1; }

/******* Mobile Gallery ********/
.productView-images.mob-main-gallery {
  display: none; }

@media screen and (max-width: 1365px) {
  .head-rgt-top .dropdown--quickSearch {
    width: calc(100% - 309px);
    max-width: 760px; }
  .head-rgt-top .head-top-rgt {
    width: 280px;
    justify-content: flex-end; } }

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 25px; } }

@media screen and (max-width: 1269px) {
  .footer .footer-cnta {
    padding: 0 10px; }
    .footer .footer-cnta .foot-subs .form {
      padding-left: 20px; }
    .footer .footer-cnta .footer-info {
      padding: 0 15px; }
      .footer .footer-cnta .footer-info .footer-divd {
        width: calc(100% - 37.36%); }
        .footer .footer-cnta .footer-info .footer-divd .footer-acnt {
          width: 31.31%; }
        .footer .footer-cnta .footer-info .footer-divd .fot-add {
          width: 38.7%; }
        .footer .footer-cnta .footer-info .footer-divd .fot-web {
          width: 29.75%; }
      .footer .footer-cnta .footer-info .fot-logo {
        width: 37.36%; }
  .cart-page .crt-mn .cart-lft-side {
    width: calc(100% - 315px); }
    .cart-page .crt-mn .cart-lft-side .cart-lft-top {
      padding-right: 23px; }
    .cart-page .crt-mn .cart-lft-side .cart .cart-header .cart-header-item:last-child {
      padding-right: 29px; }
    .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name a {
      font-size: 15px;
      line-height: 19px; }
    .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info {
      width: 17.66667%; }
    .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-remove {
      width: 14px;
      height: 14px; }
  .cart-page .crt-mn .cart-rgt-side {
    width: 315px;
    padding: 81px 0 0 20px; }
    .cart-page .crt-mn .cart-rgt-side .cart-totals {
      padding: 8px 0; }
      .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value span {
        font-size: 18px; }
  .cart-item-figure {
    width: 100px; }
  .cart-item-block.cart-item-title {
    padding-left: 15px; }
  .cart-actions-wraper {
    padding: 0; }
  .bdge .ftn-bage {
    padding: 30px 23px 20px 0; }
    .bdge .ftn-bage .foot-icn {
      margin: 0 -15px; }
      .bdge .ftn-bage .foot-icn .icnone {
        padding: 0 30px; }
  .header-logo {
    width: 115px;
    margin: 6px 0 0; }
  .header-rgt {
    width: calc(100% - 115px);
    padding: 0 0 0 29px; }
  .head-top-rgt {
    margin: 0 0 0 29px; }
  .head-rgt-btm {
    padding: 13px 0 0 0; }
  .megamenu > ul > li {
    font-size: 14px;
    line-height: 20px;
    padding: 0 3px; }
    .megamenu > ul > li > a {
      padding: 5px 11px 14px 11px; }
      .megamenu > ul > li > a span {
        font-size: 9px;
        line-height: 15px; }
      .megamenu > ul > li > a i {
        right: 12px;
        bottom: 21px; }
      .megamenu > ul > li > a:before {
        height: 40px;
        left: -3px; }
  .navUser-item--cart .navUser-action {
    float: left; }
    .navUser-item--cart .navUser-action svg {
      width: 29px;
      height: 29px;
      float: left; }
  .mega-menu-dropdown {
    left: 0; }
    .mega-menu-dropdown.deals-dropdown {
      left: 203px; }
  .navUser-item--cart .dropdown-menu.is-open {
    top: 104px !important; }
  .navUser-item--cart .dropdown-menu::before {
    right: 3px !important; }
  .navUser-item--cart .dropdown-menu::after {
    right: 3px !important; }
  .h-cust-rght.acnt-sp {
    margin: 0 0 0 14px; }
  .header-wraper {
    padding: 0;
    max-width: 1024px;
    margin: 20px auto 0; }
  .header.cust-head {
    padding: 17px 0 0; }
  .product .card-body .card-text + div[style] {
    margin: 10px 0 0 0; }
  .product .card-body .card-text + div[style] p {
    font-size: 12px; } }

@media screen and (max-width: 1023px) {
  body {
    padding-top: 0; }
  .header {
    position: static; }
  .footer {
    padding: 30px 0 25px; }
    .footer .footer-cnta .store-by {
      display: none; }
      .footer .footer-cnta .store-by.mobile {
        display: block; }
        .footer .footer-cnta .store-by.mobile p {
          text-align: center;
          line-height: 1.4;
          letter-spacing: 1.5px;
          font-size: 11px; }
    .footer .footer-cnta .foot-subs {
      margin-bottom: 30px; }
      .footer .footer-cnta .foot-subs h3 {
        padding-left: 15px; }
      .footer .footer-cnta .foot-subs .form {
        padding-right: 15px; }
    .footer .footer-cnta .footer-info {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 0 35px; }
      .footer .footer-cnta .footer-info .footer-divd {
        width: 286px; }
        .footer .footer-cnta .footer-info .footer-divd .footer-acnt, .footer .footer-cnta .footer-info .footer-divd .fot-web, .footer .footer-cnta .footer-info .footer-divd .fot-add {
          width: 100%; }
        .footer .footer-cnta .footer-info .footer-divd .fot-add {
          padding-left: 17px !important; }
        .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list {
          display: none;
          margin-bottom: 14px;
          padding-left: 30px; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small .footer-info-list li {
            line-height: 22px; }
        .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small h3 {
          font-size: 16px;
          margin-bottom: 11px;
          cursor: pointer; }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small h3.accor-tgl {
            padding-left: 30px;
            background-position: center left;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='38' viewBox='0 0 18 19'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23929497' d='M2 11.21a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg transform='rotate(-90 9 9.21)'%3E%3Cpath fill='%23929497' d='M2 11.21a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small h3.drag {
            background-size: initial;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='5' viewBox='0 0 18 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23929497' d='M2 4.21a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small:first-child {
          margin: 0; }
        .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small.fot-add .footer-info-list {
          display: block;
          padding-left: 0;
          margin-bottom: 0; }
      .footer .footer-cnta .footer-info .fot-logo {
        width: calc(100% - 286px); }
        .footer .footer-cnta .footer-info .fot-logo .logo {
          margin-left: 8px;
          margin-right: 8px; }
        .footer .footer-cnta .footer-info .fot-logo .fot-socl {
          margin-bottom: 28px; }
  .header-cart {
    height: auto; }
    .header-cart .header-main-cust {
      padding: 8px 0 9px; }
      .header-cart .header-main-cust .h-cust-lft {
        max-width: 79px; }
        .header-cart .header-main-cust .h-cust-lft .header-logo {
          height: auto; }
          .header-cart .header-main-cust .h-cust-lft .header-logo .header-logo__link {
            width: 100%; }
            .header-cart .header-main-cust .h-cust-lft .header-logo .header-logo__link img {
              max-height: none; }
      .header-cart .header-main-cust .h-cust-mddl svg {
        width: 13px;
        height: 17px; }
      .header-cart .header-main-cust .h-cust-mddl h4 {
        font-size: 14px;
        letter-spacing: -0.28px;
        padding: 2px 0 0 7px; }
  .h-cust-rght .h-top-rgt {
    position: relative; }
    .h-cust-rght .h-top-rgt .header-account {
      cursor: pointer; }
      .h-cust-rght .h-top-rgt .header-account svg {
        width: 21px;
        height: 22px; }
        .h-cust-rght .h-top-rgt .header-account svg:hover {
          opacity: 0.7; }
    .h-cust-rght .h-top-rgt .acnt-text {
      position: absolute;
      right: 0;
      top: 46px;
      background-color: #fff;
      padding: 10px 20px;
      margin: 0;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      display: none;
      z-index: 1; }
      .h-cust-rght .h-top-rgt .acnt-text a, .h-cust-rght .h-top-rgt .acnt-text span {
        display: block !important; }
      .h-cust-rght .h-top-rgt .acnt-text a:nth-last-child(1) {
        padding-bottom: 0; }
      .h-cust-rght .h-top-rgt .acnt-text:before {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #000;
        position: absolute;
        top: -5px;
        right: 0; }
  .cnt-top .cnt-txt {
    padding: 11px 0 9px; }
    .cnt-top .cnt-txt p, .cnt-top .cnt-txt a {
      font-size: 13px; }
      .cnt-top .cnt-txt p svg, .cnt-top .cnt-txt a svg {
        margin-right: 5px; }
      .cnt-top .cnt-txt p + p, .cnt-top .cnt-txt a + p {
        font-size: 11px; }
  .cart-page .crt-mn {
    padding: 0 39px;
    justify-content: center; }
    .cart-page .crt-mn .cart-lft-side {
      width: 100%;
      min-height: auto;
      padding-top: 31px; }
      .cart-page .crt-mn .cart-lft-side .cart-lft-top {
        padding: 0; }
      .cart-page .crt-mn .cart-lft-side .bdge {
        display: none; }
      .cart-page .crt-mn .cart-lft-side .page-heading {
        font-size: 20px;
        text-align: center; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item {
        padding: 20px 0 27px 115px; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-title {
          padding-left: 0;
          margin-bottom: 25px; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-brand {
          line-height: normal; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name {
          font-size: 18px;
          line-height: normal;
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name .mobile {
            display: block; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info {
          width: 100%;
          display: flex;
          align-items: center; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info .cart-item-label {
            width: 17%;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            color: #212121;
            margin: 0;
            padding-left: 0; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info .cart-item-value {
            padding-left: 1.3rem; }
          .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info:last-child {
            margin-bottom: 0; }
        .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-remove.desktop {
          display: none; }
      .cart-page .crt-mn .cart-lft-side .continue-btn {
        text-align: center; }
        .cart-page .crt-mn .cart-lft-side .continue-btn a {
          padding: 0 20px;
          font-size: 11px; }
          .cart-page .crt-mn .cart-lft-side .continue-btn a svg {
            width: 9px;
            height: 15px; }
    .cart-page .crt-mn .cart-rgt-side {
      width: 295px;
      padding: 0 0 50px;
      height: auto;
      box-shadow: none; }
      .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total {
        justify-content: space-between; }
        .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-label {
          text-align: left;
          width: 50%; }
        .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-total-value {
          width: 50%;
          text-align: right; }
      .cart-page .crt-mn .cart-rgt-side:after {
        content: none; }
    .cart-page .crt-mn .mbl-bd {
      display: block; }
      .cart-page .crt-mn .mbl-bd:before {
        content: none; }
  .bdge {
    background-color: #f0f0f0; }
    .bdge .ftn-bage {
      background: #f0f0f0 url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/shadow-bg.png") repeat-x center top;
      padding: 40px 0 20px; }
      .bdge .ftn-bage:before {
        height: 100%;
        background: #f0f0f0 url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/shadow-bg.png") repeat-x center top;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        padding-left: 9999px;
        margin-left: -9999px; }
      .bdge .ftn-bage:after {
        height: 100%;
        background: #f0f0f0 url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/shadow-bg.png") repeat-x center top;
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        padding-right: 999px;
        margin-right: -999px; }
  .modal--alert .button-container .button + .button {
    margin-left: 0.78571rem; }
  .cart-list {
    border-top: 1px solid #000; }
  .cart-item-figure {
    width: 87px;
    padding: 0;
    margin: 0 0 0 -115px; }
  .cart-item-block.cart-item-title {
    padding: 0; }
  .cart-item-block.cart-item-price {
    padding: 0;
    margin: 0; }
  .cart-item-block.cart-item-quantity {
    padding: 15px 0;
    margin: 0; }
  .cart-item-block.cart-item-subtotal {
    padding: 0;
    margin: 0; }
  .cart-item-name + .definitionList {
    margin: 14px 0 0 0; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .definitionList .definitionList-value {
    line-height: 20px; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .definitionList .definitionList-key {
    line-height: 20px; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info .cart-item-label {
    width: 87px; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info .cart-item-value {
    padding-left: 0; }
  .cart-page .crt-mn .cart-lft-side .continue-btn {
    margin: 20px 0 50px; }
  .cart-actions-wraper {
    padding: 0 17.5px; }
  .cart-page .crt-mn .cart-rgt-side .cart-actions .button.button--primary {
    font-size: 14px; }
  .empty-cart {
    min-height: calc(100vh - 100px); }
    .empty-cart .bdge .ftn-bage {
      background: #f0f0f0; }
      .empty-cart .bdge .ftn-bage:before {
        background: #f0f0f0; }
  .header {
    height: auto; }
  .header .container {
    padding: 0 20px; }
  .header-lft {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding: 0 0 11px 0; }
  .header-logo {
    width: 80px;
    margin: 0; }
  .header-logo__link {
    width: 100%; }
  .header-logo-image-unknown-size {
    max-height: inherit; }
  .header.cust-head {
    padding: 10px 0 8px;
    position: fixed; }
    .header.cust-head.nav-up .header-mobile-menu {
      display: none; }
    .header.cust-head.nav-up .mobile-menu-bg {
      display: none !important; }
  .header-rgt {
    width: 100%;
    padding: 0; }
  .head-rgt-top .dropdown--quickSearch {
    width: 100%;
    max-width: 100%; }
    .head-rgt-top .dropdown--quickSearch .form {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03); }
  .head-top-rgt {
    display: none; }
  .quickSearchResults {
    margin: 0; }
  .head-rgt-btm {
    width: 0;
    height: 0;
    padding: 0;
    display: block; }
  .megamenu {
    display: none; }
  .header-mobile-menu-btn {
    width: 36px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='46' viewBox='0 0 36 23'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23212121' d='M1 4.223a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h34a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23212121' d='M2 13.223a2 2 0 1 1 0-4h26a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23212121' d='M2 22.223a2 2 0 1 1 0-4h32a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    transition: none; }
    .header-mobile-menu-btn.open {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg%3E%3Cg transform='rotate(-45 14 14)'%3E%3Cpath fill='%23212121' d='M-2 16.221a2 2 0 1 1 0-4h32a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg transform='rotate(45 14 14)'%3E%3Cpath fill='%23212121' d='M-2 16.22a2 2 0 1 1 0-4h32a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: 24px auto !important; }
  .navUser-item--cart {
    position: absolute;
    top: 15px;
    right: 15px; }
  .navUser-item--cart .dropdown-menu {
    width: 350px !important; }
  .navUser-item--cart .dropdown-menu.is-open {
    top: 51px !important;
    right: 0; }
  .navUser-item--cart .dropdown-menu::before {
    right: 1px !important; }
  .navUser-item--cart .dropdown-menu::after {
    right: 1px !important; }
  .navUser-item--cart .navUser-action {
    display: block; }
    .navUser-item--cart .navUser-action svg {
      width: 33px;
      height: 33px; }
  .mob-acc-menu {
    padding: 0 !important;
    text-align: center; }
    .mob-acc-menu li {
      padding-bottom: 7px; }
      .mob-acc-menu li a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500; }
        .mob-acc-menu li a:hover {
          color: #185c95; }
  .head-rgt-top {
    position: relative; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .form-option-expanded {
    width: 120px;
    height: 120px; }
  .header-wraper {
    margin: 10px auto 0; }
  /********* Mobile Gallery ************/
  .productView-images:not(.mob-main-gallery) {
    display: none; }
  .productView-images.mob-main-gallery {
    display: block;
    position: relative; }
  .productView-images.mob-main-gallery .productView-thumbnail.slick-slide.slick-current.slick-active {
    opacity: 0.5; }
  .productView-images.mob-main-gallery .productView-thumbnail .productView-thumbnail-link {
    border: 1px solid transparent; }
  .productView-images.mob-main-gallery .productView-thumbnail.slick-slide.slick-current.slick-active .productView-thumbnail-link {
    border: 1px solid #000; }
  .carousel-tooltip {
    display: none !important; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow {
    width: 25px;
    height: 25px;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    border-radius: 50px;
    padding: 0;
    margin: 0; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow:before {
    width: 9px;
    height: 13px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow.slick-next:before {
    transform: rotate(180deg); }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow:hover {
    background: #4d4d4d; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow.slick-prev {
    left: -40px; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow.slick-next {
    right: -40px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px; }
  .footer .footer-cnta {
    padding: 0; }
    .footer .footer-cnta .foot-subs {
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .footer .footer-cnta .foot-subs h3 {
        padding-left: 11px;
        padding-right: 11px;
        line-height: normal; }
      .footer .footer-cnta .foot-subs:before {
        transform: translateY(-15%);
        top: 15%; }
      .footer .footer-cnta .foot-subs .form {
        margin-top: 15px;
        width: 100%;
        padding-left: 10px; }
    .footer .footer-cnta .store-by.mobile {
      margin-left: -8px;
      margin-right: -8px; }
    .footer .footer-cnta .footer-info {
      padding: 0; }
      .footer .footer-cnta .footer-info .footer-divd {
        width: 100%;
        padding: 0 50px; }
        .footer .footer-cnta .footer-info .footer-divd .footer-acnt, .footer .footer-cnta .footer-info .footer-divd .fot-web, .footer .footer-cnta .footer-info .footer-divd .fot-add {
          text-align: left; }
        .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small {
          padding-right: 0; }
      .footer .footer-cnta .footer-info .fot-logo {
        width: 100%;
        margin-top: 34px; }
        .footer .footer-cnta .footer-info .fot-logo .logo {
          margin-left: 0;
          margin-right: 0; }
        .footer .footer-cnta .footer-info .fot-logo .fot-socl {
          margin-bottom: 40px; }
  .header .container {
    padding: 0 20px; }
  .header-cart .header-main-cust .h-cust-rght .h-top-rgt .header-account svg {
    width: 16px;
    height: 16px; }
  .header-cart .header-main-cust .h-cust-rght .h-top-rgt .acnt-text:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #000;
    top: -9px; }
  .header-cart .header-main-cust .h-cust-rght .h-top-rgt .acnt-text.mnu-drpn {
    top: 36px; }
    .header-cart .header-main-cust .h-cust-rght .h-top-rgt .acnt-text.mnu-drpn a, .header-cart .header-main-cust .h-cust-rght .h-top-rgt .acnt-text.mnu-drpn span {
      padding-bottom: 6px;
      font-size: 11px; }
  .cnt-top .cnt-txt p, .cnt-top .cnt-txt a {
    font-size: 12px; }
    .cnt-top .cnt-txt p + p, .cnt-top .cnt-txt a + p {
      display: none; }
  .cart-page .crt-mn {
    padding: 0; }
    .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item {
      padding: 20px 0 27px 93px;
      position: relative; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-figure {
        width: 76px;
        margin: 0 0 0 -93px; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-title {
        height: auto;
        padding: 0 25px 0 0;
        position: relative; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item td:nth-child(3) {
        margin-top: 25px; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-info .cart-item-label {
        text-align: left; }
      .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-name .mobile {
        margin-left: 5px; }
    .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .shipping-estimator .button--primary, .cart-page .crt-mn .cart-rgt-side .cart-totals .cart-total .cart-form.coupon-code .button--primary {
      font-size: 11px;
      padding: 8px 0; }
  .bdge .ftn-bage .foot-icn {
    justify-content: center; }
    .bdge .ftn-bage .foot-icn .icnone {
      width: 66%;
      margin-bottom: 30px; }
      .bdge .ftn-bage .foot-icn .icnone:last-child {
        margin-bottom: 0; }
  .bdge .ftn-bage .store-by {
    padding: 50px 0 0; }
  .cart-page .crt-mn .cart-lft-side .page-heading {
    padding: 0 0 10px 0; }
  .bdge .ftn-bage .foot-icn {
    margin: 0; }
  .bdge .ftn-bage .store-by .footer-copyright p br {
    display: block; }
  .empty-cart-top h1 {
    font-size: 20px;
    margin: 0 0 15px 0; }
  .empty-cart-top h3 {
    font-size: 16px; }
  .header.cust-head {
    padding: 8px 0; }
  .header-cart .header-main-cust .h-cust-mddl h4 {
    padding: 1px 0 0 7px; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-remove {
    position: absolute;
    top: 15px;
    right: 0; }
  .header .container {
    padding: 0 10px; }
  .header-mobile-menu-btn {
    left: 8px; }
  .navUser-item--cart {
    right: 8px; }
  .header-mobile-inner .subMenu.open ul li + li {
    margin-top: 41px; }
  .header-mobile-inner .subMenu.open ul li ul li + li {
    margin-top: 16px; }
  .head-rgt-top .quickSearchResults .quickSearchMessage {
    font-size: 14px;
    margin: 35px 0 20px; }
  .footer .footer-cnta .footer-info .footer-divd .footer-info-col--small.fot-add .footer-info-list li {
    margin-top: 12px; }
  .tooltip-txt {
    right: -10px; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper {
    width: 50%; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option {
    padding: 10px 10px 17px; } }

@media screen and (max-width: 639px) {
  /********** Mobile Gallery ***********/
  .productView-images.mob-main-gallery {
    padding: 0 !important; } }

@media screen and (max-width: 550px) {
  /********** Mobile Gallery ***********/
  .productView-images.mob-main-gallery {
    padding: 0 !important; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow.slick-prev {
    left: -30px; }
  .productView-images.mob-main-gallery .pdp-main-img .slick-arrow.slick-next {
    right: -30px; } }

@media screen and (max-width: 413px) {
  .navUser-item--cart .dropdown-menu {
    width: 339px !important; }
  .previewCartList {
    padding: 0 15px; }
  .previewCartList .previewCartItem-name {
    font-size: 13px; } }

@media screen and (max-width: 374px) {
  .footer .footer-cnta .foot-subs h3 {
    font-size: 17px; }
  .footer .footer-cnta .foot-subs .form {
    padding: 0; }
    .footer .footer-cnta .foot-subs .form .form-field .form-prefixPostfix input {
      min-width: inherit; }
  .footer .footer-cnta .footer-info {
    padding: 0; }
    .footer .footer-cnta .footer-info .fot-logo .logo h4 {
      font-size: 18px; }
    .footer .footer-cnta .footer-info .footer-divd {
      padding: 0 15px; }
  .header-cart .header-main-cust .h-cust-lft {
    max-width: 69px; }
  .header-cart .header-main-cust .h-cust-mddl h4 {
    font-size: 11px; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item {
    padding-left: 85px; }
  .cart-page .crt-mn .cart-lft-side .cart .cart-list .cart-item .cart-item-figure {
    width: 70px;
    margin: 0 0 0 -85px; }
  .header-mobile-menu-btn {
    left: 0; }
  .navUser-item--cart {
    right: 0; }
  .navUser-item--cart .dropdown-menu {
    width: 299px !important; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: 0; }
  .previewCartAction .previewCartAction-checkout .button {
    font-size: 10px;
    padding: 10px 5px; }
  .previewCartAction .previewCartAction-viewCart .button {
    font-size: 10px;
    padding: 10px 5px; } }

/* New pdp sticky btn css starts */
.productView .prd-opt .form-field.swtch-opt {
  position: relative; }
  .productView .prd-opt .form-field.swtch-opt .form-radio {
    top: 0;
    left: 0; }

.cust-head.stick-head.no-sticky {
  position: fixed;
  top: -80px; }
  @media screen and (max-width: 1269px) {
    .cust-head.stick-head.no-sticky {
      top: -66px; } }

/* New pdp sticky btn css ends */
.form-option-variant--pattern {
  background-size: cover !important; }

/* Top Promo Bar */
.header.cust-head {
  max-width: 100%;
  padding-top: 0; }

.cust-head.stick-head {
  padding: 0 !important; }
  @media screen and (max-width: 1023px) {
    .cust-head.stick-head {
      padding: 0 0 10px !important; } }
  .cust-head.stick-head .h-top-bar {
    display: block; }
  .cust-head.stick-head .header-wraper {
    margin-top: 10px; }

.h-top-bar {
  width: 100%;
  background-color: #123a5c;
  position: relative; }
  .h-top-bar p {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: white; }
  .h-top-bar .bnr-link {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    color: white; }
  .h-top-bar .tp-banner-slider {
    margin: 0; }

@media screen and (max-width: 1023px) {
  .h-top-bar p {
    font-size: 13px; }
  .has-activeNavPages {
    overflow: hidden;
    -webkit-overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    width: 100vw;
    height: 100vh;
    touch-action: none; } }

@media screen and (max-width: 767px) {
  .h-top-bar p {
    font-size: 10px; } }

@media screen and (max-width: 374px) {
  .h-top-bar p {
    font-size: 10px; } }

.productView .productView-images .slick-dotted.slick-slider {
  margin: 0; }

.productView .productView-images .slick-dots {
  bottom: 0; }
  .productView .productView-images .slick-dots li {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 6px; }
    .productView .productView-images .slick-dots li button {
      width: 12px;
      height: 12px;
      background: #ccc;
      border: none !important; }
      .productView .productView-images .slick-dots li button:before {
        display: none; }
    .productView .productView-images .slick-dots li.slick-active button {
      background: #b71616; }

@media screen and (max-width: 1023px) {
  .productView .productView-images .productView-image {
    padding: 0 15px;
    margin-bottom: 0 !important; } }

/* Account Pages css start */
.login-page .body, .forgotpassword-page .body, .createaccount-page .body,
.createaccount_thanks-page .body, .account_order-page .body {
  margin-top: 20px; }

.login-page .breadcrumbs, .forgotpassword-page .breadcrumbs, .createaccount-page .breadcrumbs,
.createaccount_thanks-page .breadcrumbs, .account_order-page .breadcrumbs {
  text-align: left;
  margin-left: -20px; }
  .login-page .breadcrumbs .breadcrumb a, .forgotpassword-page .breadcrumbs .breadcrumb a, .createaccount-page .breadcrumbs .breadcrumb a,
  .createaccount_thanks-page .breadcrumbs .breadcrumb a, .account_order-page .breadcrumbs .breadcrumb a {
    color: #000000;
    font-size: 11px;
    letter-spacing: normal;
    text-decoration: none; }
    .login-page .breadcrumbs .breadcrumb a:hover, .forgotpassword-page .breadcrumbs .breadcrumb a:hover, .createaccount-page .breadcrumbs .breadcrumb a:hover,
    .createaccount_thanks-page .breadcrumbs .breadcrumb a:hover, .account_order-page .breadcrumbs .breadcrumb a:hover {
      color: #123a5b; }
  .login-page .breadcrumbs .breadcrumb:before, .forgotpassword-page .breadcrumbs .breadcrumb:before, .createaccount-page .breadcrumbs .breadcrumb:before,
  .createaccount_thanks-page .breadcrumbs .breadcrumb:before, .account_order-page .breadcrumbs .breadcrumb:before {
    border-color: #000000; }

.login-page .form-field, .forgotpassword-page .form-field, .createaccount-page .form-field,
.createaccount_thanks-page .form-field, .account_order-page .form-field {
  margin: 0 0 1.5rem; }

.login-page .form-label, .forgotpassword-page .form-label, .createaccount-page .form-label,
.createaccount_thanks-page .form-label, .account_order-page .form-label {
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  text-transform: uppercase; }
  .login-page .form-label:after, .forgotpassword-page .form-label:after, .createaccount-page .form-label:after,
  .createaccount_thanks-page .form-label:after, .account_order-page .form-label:after {
    content: '*';
    padding-left: 3px;
    font-weight: 400;
    color: #b71616; }
  .login-page .form-label small, .forgotpassword-page .form-label small, .createaccount-page .form-label small,
  .createaccount_thanks-page .form-label small, .account_order-page .form-label small {
    color: #585858;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2px; }

.login-page .alertBox, .forgotpassword-page .alertBox, .createaccount-page .alertBox,
.createaccount_thanks-page .alertBox, .account_order-page .alertBox {
  color: #000;
  margin-top: 15px;
  border-radius: 6px; }

.login-page [data-type="AddressLine2"] .form-label:after, .login-page [data-type="CompanyName"] .form-label:after, .forgotpassword-page [data-type="AddressLine2"] .form-label:after, .forgotpassword-page [data-type="CompanyName"] .form-label:after, .createaccount-page [data-type="AddressLine2"] .form-label:after, .createaccount-page [data-type="CompanyName"] .form-label:after,
.createaccount_thanks-page [data-type="AddressLine2"] .form-label:after,
.createaccount_thanks-page [data-type="CompanyName"] .form-label:after, .account_order-page [data-type="AddressLine2"] .form-label:after, .account_order-page [data-type="CompanyName"] .form-label:after {
  content: none; }

.login-page .form-select, .forgotpassword-page .form-select, .createaccount-page .form-select,
.createaccount_thanks-page .form-select, .account_order-page .form-select {
  font-style: italic;
  background-position: right 12px top 15px;
  background-size: initial;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.login-page #clrfrm, .forgotpassword-page #clrfrm, .createaccount-page #clrfrm,
.createaccount_thanks-page #clrfrm, .account_order-page #clrfrm {
  margin: 0; }

.login-page .form-input, .login-page .form-select, .forgotpassword-page .form-input, .forgotpassword-page .form-select, .createaccount-page .form-input, .createaccount-page .form-select,
.createaccount_thanks-page .form-input,
.createaccount_thanks-page .form-select, .account_order-page .form-input, .account_order-page .form-select {
  border-color: #000;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  text-align: left; }

.login-page .button--primary, .forgotpassword-page .button--primary, .createaccount-page .button--primary,
.createaccount_thanks-page .button--primary, .account_order-page .button--primary {
  border-radius: 6px;
  background-color: #80a280;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  border-color: #80a280;
  vertical-align: middle;
  line-height: 1;
  height: auto;
  width: max-content;
  margin: 0; }
  .login-page .button--primary:hover, .forgotpassword-page .button--primary:hover, .createaccount-page .button--primary:hover,
  .createaccount_thanks-page .button--primary:hover, .account_order-page .button--primary:hover {
    background-color: #8ab48a;
    border-color: #8ab48a; }

.login-page .form-actions, .forgotpassword-page .form-actions, .createaccount-page .form-actions,
.createaccount_thanks-page .form-actions, .account_order-page .form-actions {
  margin-top: 2.2rem;
  text-align: left; }
  .login-page .form-actions .forgot-password, .forgotpassword-page .form-actions .forgot-password, .createaccount-page .form-actions .forgot-password,
  .createaccount_thanks-page .form-actions .forgot-password, .account_order-page .form-actions .forgot-password {
    vertical-align: middle;
    font-size: 12px;
    color: #000; }
    .login-page .form-actions .forgot-password:hover, .forgotpassword-page .form-actions .forgot-password:hover, .createaccount-page .form-actions .forgot-password:hover,
    .createaccount_thanks-page .form-actions .forgot-password:hover, .account_order-page .form-actions .forgot-password:hover {
      color: #123a5b; }

.login-page .form-inlineMessage, .forgotpassword-page .form-inlineMessage, .createaccount-page .form-inlineMessage,
.createaccount_thanks-page .form-inlineMessage, .account_order-page .form-inlineMessage {
  font-size: 13px;
  line-height: 1.4; }

.login-page .page-heading, .forgotpassword-page .page-heading, .createaccount-page .page-heading,
.createaccount_thanks-page .page-heading, .account_order-page .page-heading {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0; }

.login-page .login, .login-page .account--fixedSmall, .login-page .account-body, .forgotpassword-page .login, .forgotpassword-page .account--fixedSmall, .forgotpassword-page .account-body, .createaccount-page .login, .createaccount-page .account--fixedSmall, .createaccount-page .account-body,
.createaccount_thanks-page .login,
.createaccount_thanks-page .account--fixedSmall,
.createaccount_thanks-page .account-body, .account_order-page .login, .account_order-page .account--fixedSmall, .account_order-page .account-body {
  margin: 0.7rem auto 7.2rem;
  max-width: 875px;
  width: 100%; }

.login-page .page-content, .login-page .account-body, .forgotpassword-page .page-content, .forgotpassword-page .account-body, .createaccount-page .page-content, .createaccount-page .account-body,
.createaccount_thanks-page .page-content,
.createaccount_thanks-page .account-body, .account_order-page .page-content, .account_order-page .account-body {
  margin: 10px auto 20px; }

.login-page .account--fixed, .forgotpassword-page .account--fixed, .createaccount-page .account--fixed,
.createaccount_thanks-page .account--fixed, .account_order-page .account--fixed {
  width: 100%;
  margin: 30px auto 100px;
  max-width: 810px; }
  .login-page .account--fixed .form-row, .forgotpassword-page .account--fixed .form-row, .createaccount-page .account--fixed .form-row,
  .createaccount_thanks-page .account--fixed .form-row, .account_order-page .account--fixed .form-row {
    margin: 0; }
  .login-page .account--fixed .button--primary, .forgotpassword-page .account--fixed .button--primary, .createaccount-page .account--fixed .button--primary,
  .createaccount_thanks-page .account--fixed .button--primary, .account_order-page .account--fixed .button--primary {
    border-radius: 6px;
    background-color: #123a5b;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 19px;
    border-color: #123a5b; }
    .login-page .account--fixed .button--primary:hover, .forgotpassword-page .account--fixed .button--primary:hover, .createaccount-page .account--fixed .button--primary:hover,
    .createaccount_thanks-page .account--fixed .button--primary:hover, .account_order-page .account--fixed .button--primary:hover {
      background-color: #185c95;
      border-color: #185c95; }
  .login-page .account--fixed .btn-clr, .forgotpassword-page .account--fixed .btn-clr, .createaccount-page .account--fixed .btn-clr,
  .createaccount_thanks-page .account--fixed .btn-clr, .account_order-page .account--fixed .btn-clr {
    vertical-align: middle;
    font-size: 12px;
    color: #000; }
    .login-page .account--fixed .btn-clr:hover, .forgotpassword-page .account--fixed .btn-clr:hover, .createaccount-page .account--fixed .btn-clr:hover,
    .createaccount_thanks-page .account--fixed .btn-clr:hover, .account_order-page .account--fixed .btn-clr:hover {
      color: #123a5b; }

.login-page .form-prefixPostfix--centeredColumn, .forgotpassword-page .form-prefixPostfix--centeredColumn, .createaccount-page .form-prefixPostfix--centeredColumn,
.createaccount_thanks-page .form-prefixPostfix--centeredColumn, .account_order-page .form-prefixPostfix--centeredColumn {
  align-items: center; }

.login-page .account--fixedSmall p, .login-page .page-content p, .forgotpassword-page .account--fixedSmall p, .forgotpassword-page .page-content p, .createaccount-page .account--fixedSmall p, .createaccount-page .page-content p,
.createaccount_thanks-page .account--fixedSmall p,
.createaccount_thanks-page .page-content p, .account_order-page .account--fixedSmall p, .account_order-page .page-content p {
  margin: 20px 0;
  font-size: 14px;
  color: #000; }

.login-page .login-row, .forgotpassword-page .login-row, .createaccount-page .login-row,
.createaccount_thanks-page .login-row, .account_order-page .login-row {
  margin-top: 30px; }
  .login-page .login-row .login-form, .forgotpassword-page .login-row .login-form, .createaccount-page .login-row .login-form,
  .createaccount_thanks-page .login-row .login-form, .account_order-page .login-row .login-form {
    margin-top: 0rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: 45.3%; }
  .login-page .login-row .new-customer, .forgotpassword-page .login-row .new-customer, .createaccount-page .login-row .new-customer,
  .createaccount_thanks-page .login-row .new-customer, .account_order-page .login-row .new-customer {
    width: 52.7%;
    margin-left: 59px;
    margin-right: -0.75rem;
    width: 51.5%;
    padding-left: 0; }
    .login-page .login-row .new-customer .panel-header, .forgotpassword-page .login-row .new-customer .panel-header, .createaccount-page .login-row .new-customer .panel-header,
    .createaccount_thanks-page .login-row .new-customer .panel-header, .account_order-page .login-row .new-customer .panel-header {
      background-color: #f0f0f0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 26px 30px 0 30px; }
      .login-page .login-row .new-customer .panel-header .panel-title, .forgotpassword-page .login-row .new-customer .panel-header .panel-title, .createaccount-page .login-row .new-customer .panel-header .panel-title,
      .createaccount_thanks-page .login-row .new-customer .panel-header .panel-title, .account_order-page .login-row .new-customer .panel-header .panel-title {
        font-size: 26px;
        font-weight: 700;
        color: #000;
        line-height: 1.3;
        letter-spacing: normal; }
    .login-page .login-row .new-customer .panel, .forgotpassword-page .login-row .new-customer .panel, .createaccount-page .login-row .new-customer .panel,
    .createaccount_thanks-page .login-row .new-customer .panel, .account_order-page .login-row .new-customer .panel {
      height: 100%; }
    .login-page .login-row .new-customer .panel-body, .forgotpassword-page .login-row .new-customer .panel-body, .createaccount-page .login-row .new-customer .panel-body,
    .createaccount_thanks-page .login-row .new-customer .panel-body, .account_order-page .login-row .new-customer .panel-body {
      margin-bottom: 0;
      padding: 8px 30px 37px 30px;
      background: #f0f0f0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .login-page .login-row .new-customer .panel-body ul, .forgotpassword-page .login-row .new-customer .panel-body ul, .createaccount-page .login-row .new-customer .panel-body ul,
      .createaccount_thanks-page .login-row .new-customer .panel-body ul, .account_order-page .login-row .new-customer .panel-body ul {
        margin-top: 19px;
        list-style: initial;
        margin-bottom: 19px; }
        .login-page .login-row .new-customer .panel-body ul li, .forgotpassword-page .login-row .new-customer .panel-body ul li, .createaccount-page .login-row .new-customer .panel-body ul li,
        .createaccount_thanks-page .login-row .new-customer .panel-body ul li, .account_order-page .login-row .new-customer .panel-body ul li {
          padding-bottom: 3px;
          font-size: 16px; }
          .login-page .login-row .new-customer .panel-body ul li::marker, .forgotpassword-page .login-row .new-customer .panel-body ul li::marker, .createaccount-page .login-row .new-customer .panel-body ul li::marker,
          .createaccount_thanks-page .login-row .new-customer .panel-body ul li::marker, .account_order-page .login-row .new-customer .panel-body ul li::marker {
            font-size: 10px; }
      .login-page .login-row .new-customer .panel-body a .button--primary, .forgotpassword-page .login-row .new-customer .panel-body a .button--primary, .createaccount-page .login-row .new-customer .panel-body a .button--primary,
      .createaccount_thanks-page .login-row .new-customer .panel-body a .button--primary, .account_order-page .login-row .new-customer .panel-body a .button--primary {
        border-radius: 6px;
        background-color: #123a5b;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding: 12px 19px;
        border-color: #123a5b; }
        .login-page .login-row .new-customer .panel-body a .button--primary:hover, .forgotpassword-page .login-row .new-customer .panel-body a .button--primary:hover, .createaccount-page .login-row .new-customer .panel-body a .button--primary:hover,
        .createaccount_thanks-page .login-row .new-customer .panel-body a .button--primary:hover, .account_order-page .login-row .new-customer .panel-body a .button--primary:hover {
          background-color: #185c95;
          border-color: #185c95; }

.forgotpassword-page .button--primary {
  border-radius: 6px;
  background-color: #123a5b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 19px;
  border-color: #123a5b;
  margin-top: 30px; }
  .forgotpassword-page .button--primary:hover {
    background-color: #185c95;
    border-color: #185c95; }

.forgotpassword-page br {
  display: none; }

.\34 04-page .button--primary {
  border-radius: 6px;
  background-color: #123a5b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  border-color: #123a5b; }
  .\34 04-page .button--primary:hover {
    background-color: #185c95;
    border-color: #185c95; }

.\34 04-page .page-heading {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: normal; }

.account_orderstatus-page, .account_inbox-page, .account_order-page, .editaccount-page,
.account_recentitems-page, .wishlists-page, .add-wishlist-page, .wishlist-page, .account_addressbook-page, .shippingaddressform-page,
.account_returns-page {
  color: #000; }
  .account_orderstatus-page .breadcrumbs, .account_inbox-page .breadcrumbs, .account_order-page .breadcrumbs, .editaccount-page .breadcrumbs,
  .account_recentitems-page .breadcrumbs, .wishlists-page .breadcrumbs, .add-wishlist-page .breadcrumbs, .wishlist-page .breadcrumbs, .account_addressbook-page .breadcrumbs, .shippingaddressform-page .breadcrumbs,
  .account_returns-page .breadcrumbs {
    text-align: left;
    margin-left: -20px; }
    .account_orderstatus-page .breadcrumbs .breadcrumb a, .account_inbox-page .breadcrumbs .breadcrumb a, .account_order-page .breadcrumbs .breadcrumb a, .editaccount-page .breadcrumbs .breadcrumb a,
    .account_recentitems-page .breadcrumbs .breadcrumb a, .wishlists-page .breadcrumbs .breadcrumb a, .add-wishlist-page .breadcrumbs .breadcrumb a, .wishlist-page .breadcrumbs .breadcrumb a, .account_addressbook-page .breadcrumbs .breadcrumb a, .shippingaddressform-page .breadcrumbs .breadcrumb a,
    .account_returns-page .breadcrumbs .breadcrumb a {
      color: #000000;
      font-size: 11px;
      letter-spacing: normal;
      text-decoration: none; }
      .account_orderstatus-page .breadcrumbs .breadcrumb a:hover, .account_inbox-page .breadcrumbs .breadcrumb a:hover, .account_order-page .breadcrumbs .breadcrumb a:hover, .editaccount-page .breadcrumbs .breadcrumb a:hover,
      .account_recentitems-page .breadcrumbs .breadcrumb a:hover, .wishlists-page .breadcrumbs .breadcrumb a:hover, .add-wishlist-page .breadcrumbs .breadcrumb a:hover, .wishlist-page .breadcrumbs .breadcrumb a:hover, .account_addressbook-page .breadcrumbs .breadcrumb a:hover, .shippingaddressform-page .breadcrumbs .breadcrumb a:hover,
      .account_returns-page .breadcrumbs .breadcrumb a:hover {
        color: #123a5b; }
    .account_orderstatus-page .breadcrumbs .breadcrumb:before, .account_inbox-page .breadcrumbs .breadcrumb:before, .account_order-page .breadcrumbs .breadcrumb:before, .editaccount-page .breadcrumbs .breadcrumb:before,
    .account_recentitems-page .breadcrumbs .breadcrumb:before, .wishlists-page .breadcrumbs .breadcrumb:before, .add-wishlist-page .breadcrumbs .breadcrumb:before, .wishlist-page .breadcrumbs .breadcrumb:before, .account_addressbook-page .breadcrumbs .breadcrumb:before, .shippingaddressform-page .breadcrumbs .breadcrumb:before,
    .account_returns-page .breadcrumbs .breadcrumb:before {
      border-color: #000000; }
  .account_orderstatus-page .body, .account_inbox-page .body, .account_order-page .body, .editaccount-page .body,
  .account_recentitems-page .body, .wishlists-page .body, .add-wishlist-page .body, .wishlist-page .body, .account_addressbook-page .body, .shippingaddressform-page .body,
  .account_returns-page .body {
    margin-bottom: 100px;
    margin-top: 20px; }
  .account_orderstatus-page .page-heading, .account_inbox-page .page-heading, .account_order-page .page-heading, .editaccount-page .page-heading,
  .account_recentitems-page .page-heading, .wishlists-page .page-heading, .add-wishlist-page .page-heading, .wishlist-page .page-heading, .account_addressbook-page .page-heading, .shippingaddressform-page .page-heading,
  .account_returns-page .page-heading {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0; }
  .account_orderstatus-page .navBar--sub, .account_inbox-page .navBar--sub, .account_order-page .navBar--sub, .editaccount-page .navBar--sub,
  .account_recentitems-page .navBar--sub, .wishlists-page .navBar--sub, .add-wishlist-page .navBar--sub, .wishlist-page .navBar--sub, .account_addressbook-page .navBar--sub, .shippingaddressform-page .navBar--sub,
  .account_returns-page .navBar--sub {
    margin: 14px 0 56px; }
    .account_orderstatus-page .navBar--sub .navBar-item, .account_inbox-page .navBar--sub .navBar-item, .account_order-page .navBar--sub .navBar-item, .editaccount-page .navBar--sub .navBar-item,
    .account_recentitems-page .navBar--sub .navBar-item, .wishlists-page .navBar--sub .navBar-item, .add-wishlist-page .navBar--sub .navBar-item, .wishlist-page .navBar--sub .navBar-item, .account_addressbook-page .navBar--sub .navBar-item, .shippingaddressform-page .navBar--sub .navBar-item,
    .account_returns-page .navBar--sub .navBar-item {
      margin: 0px 14px; }
      .account_orderstatus-page .navBar--sub .navBar-item a, .account_inbox-page .navBar--sub .navBar-item a, .account_order-page .navBar--sub .navBar-item a, .editaccount-page .navBar--sub .navBar-item a,
      .account_recentitems-page .navBar--sub .navBar-item a, .wishlists-page .navBar--sub .navBar-item a, .add-wishlist-page .navBar--sub .navBar-item a, .wishlist-page .navBar--sub .navBar-item a, .account_addressbook-page .navBar--sub .navBar-item a, .shippingaddressform-page .navBar--sub .navBar-item a,
      .account_returns-page .navBar--sub .navBar-item a {
        color: #000000;
        font-size: 16px;
        line-height: normal;
        letter-spacing: normal; }
        .account_orderstatus-page .navBar--sub .navBar-item a:hover, .account_inbox-page .navBar--sub .navBar-item a:hover, .account_order-page .navBar--sub .navBar-item a:hover, .editaccount-page .navBar--sub .navBar-item a:hover,
        .account_recentitems-page .navBar--sub .navBar-item a:hover, .wishlists-page .navBar--sub .navBar-item a:hover, .add-wishlist-page .navBar--sub .navBar-item a:hover, .wishlist-page .navBar--sub .navBar-item a:hover, .account_addressbook-page .navBar--sub .navBar-item a:hover, .shippingaddressform-page .navBar--sub .navBar-item a:hover,
        .account_returns-page .navBar--sub .navBar-item a:hover {
          color: #b71616; }
      .account_orderstatus-page .navBar--sub .navBar-item.is-active, .account_inbox-page .navBar--sub .navBar-item.is-active, .account_order-page .navBar--sub .navBar-item.is-active, .editaccount-page .navBar--sub .navBar-item.is-active,
      .account_recentitems-page .navBar--sub .navBar-item.is-active, .wishlists-page .navBar--sub .navBar-item.is-active, .add-wishlist-page .navBar--sub .navBar-item.is-active, .wishlist-page .navBar--sub .navBar-item.is-active, .account_addressbook-page .navBar--sub .navBar-item.is-active, .shippingaddressform-page .navBar--sub .navBar-item.is-active,
      .account_returns-page .navBar--sub .navBar-item.is-active {
        border: none; }
        .account_orderstatus-page .navBar--sub .navBar-item.is-active a, .account_inbox-page .navBar--sub .navBar-item.is-active a, .account_order-page .navBar--sub .navBar-item.is-active a, .editaccount-page .navBar--sub .navBar-item.is-active a,
        .account_recentitems-page .navBar--sub .navBar-item.is-active a, .wishlists-page .navBar--sub .navBar-item.is-active a, .add-wishlist-page .navBar--sub .navBar-item.is-active a, .wishlist-page .navBar--sub .navBar-item.is-active a, .account_addressbook-page .navBar--sub .navBar-item.is-active a, .shippingaddressform-page .navBar--sub .navBar-item.is-active a,
        .account_returns-page .navBar--sub .navBar-item.is-active a {
          color: #b71616;
          font-weight: 700;
          text-decoration: underline; }
  .account_orderstatus-page .account--fixed, .account_orderstatus-page .account--fixedLarge, .account_inbox-page .account--fixed, .account_inbox-page .account--fixedLarge, .account_order-page .account--fixed, .account_order-page .account--fixedLarge, .editaccount-page .account--fixed, .editaccount-page .account--fixedLarge,
  .account_recentitems-page .account--fixed,
  .account_recentitems-page .account--fixedLarge, .wishlists-page .account--fixed, .wishlists-page .account--fixedLarge, .add-wishlist-page .account--fixed, .add-wishlist-page .account--fixedLarge, .wishlist-page .account--fixed, .wishlist-page .account--fixedLarge, .account_addressbook-page .account--fixed, .account_addressbook-page .account--fixedLarge, .shippingaddressform-page .account--fixed, .shippingaddressform-page .account--fixedLarge,
  .account_returns-page .account--fixed,
  .account_returns-page .account--fixedLarge {
    max-width: 887px;
    padding: 0;
    width: 100%; }
  .account_orderstatus-page .alertBox--info, .account_inbox-page .alertBox--info, .account_order-page .alertBox--info, .editaccount-page .alertBox--info,
  .account_recentitems-page .alertBox--info, .wishlists-page .alertBox--info, .add-wishlist-page .alertBox--info, .wishlist-page .alertBox--info, .account_addressbook-page .alertBox--info, .shippingaddressform-page .alertBox--info,
  .account_returns-page .alertBox--info {
    background-color: #efd2d2;
    color: #000;
    font-size: 15px;
    border-radius: 0;
    padding: 14px 44px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .account_orderstatus-page .alertBox--info .alertBox-icon, .account_inbox-page .alertBox--info .alertBox-icon, .account_order-page .alertBox--info .alertBox-icon, .editaccount-page .alertBox--info .alertBox-icon,
    .account_recentitems-page .alertBox--info .alertBox-icon, .wishlists-page .alertBox--info .alertBox-icon, .add-wishlist-page .alertBox--info .alertBox-icon, .wishlist-page .alertBox--info .alertBox-icon, .account_addressbook-page .alertBox--info .alertBox-icon, .shippingaddressform-page .alertBox--info .alertBox-icon,
    .account_returns-page .alertBox--info .alertBox-icon {
      padding-right: 6px;
      display: flex; }
      .account_orderstatus-page .alertBox--info .alertBox-icon .icon, .account_inbox-page .alertBox--info .alertBox-icon .icon, .account_order-page .alertBox--info .alertBox-icon .icon, .editaccount-page .alertBox--info .alertBox-icon .icon,
      .account_recentitems-page .alertBox--info .alertBox-icon .icon, .wishlists-page .alertBox--info .alertBox-icon .icon, .add-wishlist-page .alertBox--info .alertBox-icon .icon, .wishlist-page .alertBox--info .alertBox-icon .icon, .account_addressbook-page .alertBox--info .alertBox-icon .icon, .shippingaddressform-page .alertBox--info .alertBox-icon .icon,
      .account_returns-page .alertBox--info .alertBox-icon .icon {
        height: 18px;
        width: 18px; }
        .account_orderstatus-page .alertBox--info .alertBox-icon .icon svg, .account_inbox-page .alertBox--info .alertBox-icon .icon svg, .account_order-page .alertBox--info .alertBox-icon .icon svg, .editaccount-page .alertBox--info .alertBox-icon .icon svg,
        .account_recentitems-page .alertBox--info .alertBox-icon .icon svg, .wishlists-page .alertBox--info .alertBox-icon .icon svg, .add-wishlist-page .alertBox--info .alertBox-icon .icon svg, .wishlist-page .alertBox--info .alertBox-icon .icon svg, .account_addressbook-page .alertBox--info .alertBox-icon .icon svg, .shippingaddressform-page .alertBox--info .alertBox-icon .icon svg,
        .account_returns-page .alertBox--info .alertBox-icon .icon svg {
          fill: #b71616; }
    .account_orderstatus-page .alertBox--info .alertBox-message, .account_inbox-page .alertBox--info .alertBox-message, .account_order-page .alertBox--info .alertBox-message, .editaccount-page .alertBox--info .alertBox-message,
    .account_recentitems-page .alertBox--info .alertBox-message, .wishlists-page .alertBox--info .alertBox-message, .add-wishlist-page .alertBox--info .alertBox-message, .wishlist-page .alertBox--info .alertBox-message, .account_addressbook-page .alertBox--info .alertBox-message, .shippingaddressform-page .alertBox--info .alertBox-message,
    .account_returns-page .alertBox--info .alertBox-message {
      width: auto;
      margin: 0; }
  .account_orderstatus-page .form-field, .account_inbox-page .form-field, .account_order-page .form-field, .editaccount-page .form-field,
  .account_recentitems-page .form-field, .wishlists-page .form-field, .add-wishlist-page .form-field, .wishlist-page .form-field, .account_addressbook-page .form-field, .shippingaddressform-page .form-field,
  .account_returns-page .form-field {
    margin: 0 0 1.5rem; }
  .account_orderstatus-page .form-label, .account_inbox-page .form-label, .account_order-page .form-label, .editaccount-page .form-label,
  .account_recentitems-page .form-label, .wishlists-page .form-label, .add-wishlist-page .form-label, .wishlist-page .form-label, .account_addressbook-page .form-label, .shippingaddressform-page .form-label,
  .account_returns-page .form-label {
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    text-transform: uppercase; }
    .account_orderstatus-page .form-label:after, .account_inbox-page .form-label:after, .account_order-page .form-label:after, .editaccount-page .form-label:after,
    .account_recentitems-page .form-label:after, .wishlists-page .form-label:after, .add-wishlist-page .form-label:after, .wishlist-page .form-label:after, .account_addressbook-page .form-label:after, .shippingaddressform-page .form-label:after,
    .account_returns-page .form-label:after {
      content: '*';
      padding-left: 3px;
      font-weight: 400;
      color: #b71616; }
    .account_orderstatus-page .form-label small, .account_inbox-page .form-label small, .account_order-page .form-label small, .editaccount-page .form-label small,
    .account_recentitems-page .form-label small, .wishlists-page .form-label small, .add-wishlist-page .form-label small, .wishlist-page .form-label small, .account_addressbook-page .form-label small, .shippingaddressform-page .form-label small,
    .account_returns-page .form-label small {
      color: #585858;
      text-transform: uppercase;
      font-weight: 400; }
  .account_orderstatus-page .form-select, .account_inbox-page .form-select, .account_order-page .form-select, .editaccount-page .form-select,
  .account_recentitems-page .form-select, .wishlists-page .form-select, .add-wishlist-page .form-select, .wishlist-page .form-select, .account_addressbook-page .form-select, .shippingaddressform-page .form-select,
  .account_returns-page .form-select {
    background-position: right 12px top 15px;
    background-size: initial;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .account_orderstatus-page .form-input, .account_orderstatus-page .form-select, .account_inbox-page .form-input, .account_inbox-page .form-select, .account_order-page .form-input, .account_order-page .form-select, .editaccount-page .form-input, .editaccount-page .form-select,
  .account_recentitems-page .form-input,
  .account_recentitems-page .form-select, .wishlists-page .form-input, .wishlists-page .form-select, .add-wishlist-page .form-input, .add-wishlist-page .form-select, .wishlist-page .form-input, .wishlist-page .form-select, .account_addressbook-page .form-input, .account_addressbook-page .form-select, .shippingaddressform-page .form-input, .shippingaddressform-page .form-select,
  .account_returns-page .form-input,
  .account_returns-page .form-select {
    border-color: #000;
    border-radius: 6px;
    font-size: 13px;
    width: 100%;
    text-align: left; }
  .account_orderstatus-page .form-inlineMessage, .account_inbox-page .form-inlineMessage, .account_order-page .form-inlineMessage, .editaccount-page .form-inlineMessage,
  .account_recentitems-page .form-inlineMessage, .wishlists-page .form-inlineMessage, .add-wishlist-page .form-inlineMessage, .wishlist-page .form-inlineMessage, .account_addressbook-page .form-inlineMessage, .shippingaddressform-page .form-inlineMessage,
  .account_returns-page .form-inlineMessage {
    font-size: 13px;
    line-height: 1.4; }
  .account_orderstatus-page textarea, .account_inbox-page textarea, .account_order-page textarea, .editaccount-page textarea,
  .account_recentitems-page textarea, .wishlists-page textarea, .add-wishlist-page textarea, .wishlist-page textarea, .account_addressbook-page textarea, .shippingaddressform-page textarea,
  .account_returns-page textarea {
    width: 100% !important; }
  .account_orderstatus-page .button--primary, .account_inbox-page .button--primary, .account_order-page .button--primary, .editaccount-page .button--primary,
  .account_recentitems-page .button--primary, .wishlists-page .button--primary, .add-wishlist-page .button--primary, .wishlist-page .button--primary, .account_addressbook-page .button--primary, .shippingaddressform-page .button--primary,
  .account_returns-page .button--primary {
    border-radius: 6px;
    background-color: #123a5b;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 19px;
    color: #ffffff;
    border-color: #123a5b; }
    .account_orderstatus-page .button--primary:hover, .account_inbox-page .button--primary:hover, .account_order-page .button--primary:hover, .editaccount-page .button--primary:hover,
    .account_recentitems-page .button--primary:hover, .wishlists-page .button--primary:hover, .add-wishlist-page .button--primary:hover, .wishlist-page .button--primary:hover, .account_addressbook-page .button--primary:hover, .shippingaddressform-page .button--primary:hover,
    .account_returns-page .button--primary:hover {
      background-color: #185c95;
      border-color: #185c95; }
  .account_orderstatus-page .button + .button, .account_inbox-page .button + .button, .account_order-page .button + .button, .editaccount-page .button + .button,
  .account_recentitems-page .button + .button, .wishlists-page .button + .button, .add-wishlist-page .button + .button, .wishlist-page .button + .button, .account_addressbook-page .button + .button, .shippingaddressform-page .button + .button,
  .account_returns-page .button + .button {
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 19px;
    color: #123a5b;
    border-color: #123a5b; }
    .account_orderstatus-page .button + .button:hover, .account_inbox-page .button + .button:hover, .account_order-page .button + .button:hover, .editaccount-page .button + .button:hover,
    .account_recentitems-page .button + .button:hover, .wishlists-page .button + .button:hover, .add-wishlist-page .button + .button:hover, .wishlist-page .button + .button:hover, .account_addressbook-page .button + .button:hover, .shippingaddressform-page .button + .button:hover,
    .account_returns-page .button + .button:hover {
      background-color: #185c95;
      border-color: #185c95;
      color: #fff; }
  .account_orderstatus-page .account-heading, .account_inbox-page .account-heading, .account_order-page .account-heading, .editaccount-page .account-heading,
  .account_recentitems-page .account-heading, .wishlists-page .account-heading, .add-wishlist-page .account-heading, .wishlist-page .account-heading, .account_addressbook-page .account-heading, .shippingaddressform-page .account-heading,
  .account_returns-page .account-heading {
    color: #000;
    border-color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-width: 2px;
    padding-bottom: 7px;
    letter-spacing: normal; }

.account_orderstatus-page .body {
  margin-bottom: 50px;
  margin-top: 20px; }

.account_orderstatus-page .account {
  max-width: 750px; }

.account_orderstatus-page .account-body {
  margin: 0; }
  .account_orderstatus-page .account-body .account-content {
    padding: 0; }
  .account_orderstatus-page .account-body .account-product-figure {
    width: 80px;
    margin-right: 20px; }
    .account_orderstatus-page .account-body .account-product-figure:after {
      padding: 0; }
  .account_orderstatus-page .account-body .account-list {
    margin: 0; }
    .account_orderstatus-page .account-body .account-list .account-listItem {
      border-color: #929497;
      padding: 20px 0 30px; }
  .account_orderstatus-page .account-body .account-product-title {
    letter-spacing: normal; }
    .account_orderstatus-page .account-body .account-product-title a {
      color: #80a280;
      font-size: 18px;
      font-weight: 700; }
      .account_orderstatus-page .account-body .account-product-title a:hover {
        color: #185c95; }
  .account_orderstatus-page .account-body p, .account_orderstatus-page .account-body span {
    color: #000;
    font-size: 14px;
    letter-spacing: -0.14px;
    margin-bottom: 25px; }
  .account_orderstatus-page .account-body .account-product-detail-heading {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    letter-spacing: -0.12px;
    line-height: 1.7; }
  .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label {
    background-color: #123a5b;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 400;
    padding: 4px 21px; }

.account_order-page .body {
  margin-bottom: 100px;
  margin-top: 20px; }

.account_order-page .account-listShipping {
  padding: 15px 0 35px;
  border-color: #929497; }
  .account_order-page .account-listShipping .account-listShipping-title {
    color: #000;
    font-size: 15px; }

.account_order-page .account-listItem {
  border-color: #929497; }
  .account_order-page .account-listItem .account-product-figure {
    width: 80px; }
    .account_order-page .account-listItem .account-product-figure:after {
      padding: 0; }
  .account_order-page .account-listItem .account-product-title, .account_order-page .account-listItem .account-product-price {
    font-size: 14px;
    color: #000; }

.account_order-page .account-orderTotal-key {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.account_order-page .account-orderTotal-value {
  color: #000; }

.account_order-page .account-orderTotal {
  margin-top: 0; }

.account_order-page .form-label:before, .account_order-page .form-checkbox:before {
  border-color: #000;
  border-radius: 0; }

.account_order-page .form-label:after, .account_order-page .form-checkbox:after {
  content: ''; }

.account_order-page .form-label:focus-visible, .account_order-page .form-checkbox:focus-visible {
  border: none !important;
  outline: none !important; }

.account_order-page .account-sidebar .definitionList-key {
  font-size: 13px;
  font-weight: 700;
  color: #000; }

.account_order-page .account-sidebar .definitionList-value {
  font-size: 13px;
  color: #000; }

.account_order-page .account-sidebar ul li {
  font-size: 14px; }

.account_order-page .order-details-info .button {
  color: #123a5b;
  border-color: #123a5b;
  background-color: #fff; }
  .account_order-page .order-details-info .button:hover {
    background-color: #185c95;
    border-color: #185c95;
    color: #fff; }

.account_order-page .button {
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  background-color: #123a5b;
  color: #fff;
  border-color: #123a5b;
  margin: 0; }
  .account_order-page .button:hover {
    background-color: #185c95;
    border-color: #185c95; }

.account_order-page .account-body {
  padding: 0 50px; }

.account_order-page .order-payments-description, .account_order-page .order-payments-value {
  font-size: 14px;
  color: #000; }

.account_inbox-page .account-body {
  margin: 0; }
  .account_inbox-page .account-body .account-content {
    padding: 0; }

.account_inbox-page h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000; }

.account_inbox-page .account-message .account-product-title {
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.account_inbox-page .account-message p, .account_inbox-page .account-message span {
  font-size: 13px;
  color: #000; }

.account_inbox-page .account-listItem {
  border-color: #929497; }

.editaccount-page .account--fixed #account_companyname_id .form-label:after, .editaccount-page .account--fixed [data-type="Password"] .form-label:after, .editaccount-page .account--fixed [data-type="ConfirmPassword"] .form-label:after, .editaccount-page .account--fixed [data-type="CurrentPassword"] .form-label:after {
  content: none; }

.account_recentitems-page .account, .add-wishlist-page .account, .wishlist-page .account {
  max-width: 887px;
  padding: 0;
  margin: 0 auto;
  width: 100%; }

.account_recentitems-page .show-more-button-box, .add-wishlist-page .show-more-button-box, .wishlist-page .show-more-button-box {
  display: none; }

.account_recentitems-page .productGrid, .add-wishlist-page .productGrid, .wishlist-page .productGrid {
  margin-left: -15px;
  margin-right: -15px; }
  .account_recentitems-page .productGrid .product, .add-wishlist-page .productGrid .product, .wishlist-page .productGrid .product {
    padding: 0 15px;
    width: 33.33333%; }

.wishlists-page .account {
  max-width: 700px; }
  .wishlists-page .account .table--line {
    border-color: #929497; }
  .wishlists-page .account .table-thead {
    border-color: #000;
    border-width: 0 0 3px; }
    .wishlists-page .account .table-thead tr th {
      text-transform: uppercase;
      font-size: 13px;
      text-align: left;
      padding: 7px 0; }
      .wishlists-page .account .table-thead tr th:last-child {
        text-align: right; }
  .wishlists-page .account .table-tbody tr {
    border-color: #929497; }
    .wishlists-page .account .table-tbody tr td, .wishlists-page .account .table-tbody tr a {
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      text-align: left; }
      .wishlists-page .account .table-tbody tr td:last-child, .wishlists-page .account .table-tbody tr a:last-child {
        text-align: right; }
    .wishlists-page .account .table-tbody tr td {
      padding: 20px 0 15px; }
    .wishlists-page .account .table-tbody tr a:hover {
      color: #185c95; }

.wishlists-page .alertBox--info {
  padding: 14px 20px; }

.wishlists-page .form-actions {
  margin-top: 2.1rem; }

.wishlists-page .form-fieldset .button {
  border-radius: 6px;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 7px 22px;
  background-color: #123a5b;
  color: #fff !important;
  border-color: #123a5b;
  margin: 0; }
  .wishlists-page .form-fieldset .button:hover {
    background-color: #185c95;
    border-color: #185c95; }
  .wishlists-page .form-fieldset .button + .button {
    color: #123a5b !important;
    border-color: #123a5b;
    background-color: #fff;
    margin-left: 8px; }
    .wishlists-page .form-fieldset .button + .button:hover {
      background-color: #185c95;
      border-color: #185c95;
      color: #fff !important; }

.wishlists-page .form-actions input + input {
  color: #123a5b !important;
  border-color: #123a5b;
  background-color: #fff;
  margin-left: 8px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 19px;
  border-radius: 6px; }
  .wishlists-page .form-actions input + input:hover {
    background-color: #185c95;
    border-color: #185c95;
    color: #fff !important; }

.add-wishlist-page .wishlist-form {
  max-width: 100%; }
  .add-wishlist-page .wishlist-form .form-field {
    padding: 0; }
    .add-wishlist-page .wishlist-form .form-field:nth-last-child(2) .form-label {
      font-weight: 400 !important;
      text-transform: capitalize !important; }
      .add-wishlist-page .wishlist-form .form-field:nth-last-child(2) .form-label:after {
        content: ''; }
      .add-wishlist-page .wishlist-form .form-field:nth-last-child(2) .form-label:before {
        border-radius: 0;
        color: #000; }

.account_addressbook-page .account {
  max-width: 870px; }
  .account_addressbook-page .account .account-body {
    margin: 0; }

.account_addressbook-page .body {
  margin-bottom: 50px; }

.account_addressbook-page .panel {
  height: 100%; }

.account_addressbook-page .panel-body {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 22px;
  border: none;
  min-height: 100%;
  height: 100%; }

.account_addressbook-page .address-title {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: normal; }

.account_addressbook-page ul li {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.14px; }

.account_addressbook-page .address-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.12px;
  color: #000; }

.account_addressbook-page .address-description {
  font-size: 12px;
  color: #000;
  letter-spacing: -0.12px; }

.account_addressbook-page .button {
  font-size: 12px;
  padding: 7px 29px;
  letter-spacing: normal;
  margin-bottom: 0 !important; }
  .account_addressbook-page .button + .button {
    font-size: 12px;
    padding: 7px 19px;
    margin-left: 8px; }

.account_addressbook-page .panel--newAddress .panel-body {
  background-color: #f0f0f0;
  box-shadow: none; }

.account_addressbook-page .panel--newAddress .address-title {
  font-size: 18px; }

.account_addressbook-page .panel--newAddress span {
  color: #000; }

.account_addressbook-page .panel--newAddress:hover .address-title, .account_addressbook-page .panel--newAddress:hover span {
  color: #185c95; }

.account_addressbook-page .addressList {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap; }
  .account_addressbook-page .addressList .address {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 25px; }

.account_addressbook-page .panel--address .form-actions {
  position: static; }

.shippingaddressform-page .account-body {
  margin: 0; }
  .shippingaddressform-page .account-body [data-type="Phone"] .form-label:after, .shippingaddressform-page .account-body [data-type="CompanyName"] .form-label:after, .shippingaddressform-page .account-body [data-type="AddressLine2"] .form-label:after, .shippingaddressform-page .account-body [data-type="State"] .form-label:after {
    content: none; }

.createaccount-page .account--fixed .form-row {
  margin-left: -30px;
  margin-right: -30px; }

.createaccount-page .account--fixed .form-field {
  padding-left: 2.1rem;
  padding-right: 2.1rem; }

.breadcrumbs {
  text-align: left !important;
  margin-left: -20px;
  margin-bottom: 30px; }
  .breadcrumbs .breadcrumb a {
    color: #000000;
    font-size: 11px;
    letter-spacing: normal;
    text-decoration: none; }
    .breadcrumbs .breadcrumb a:hover {
      color: #123a5b; }
  .breadcrumbs .breadcrumb.is-active a {
    color: #000; }
    .breadcrumbs .breadcrumb.is-active a:hover {
      color: #123a5b; }
  .breadcrumbs .breadcrumb:before {
    border-color: #000000; }

.blog-page .page-heading {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px; }

.blog-page .blog {
  max-width: 950px;
  border-bottom: 1px solid #929497;
  padding-bottom: 30px;
  margin-bottom: 0; }
  .blog-page .blog + .blog {
    margin-top: 0;
    border-color: #929497;
    padding-top: 40px;
    border-top: none; }

.blog-page .blog-thumbnail {
  max-width: 335px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 15px; }

.blog-page .blog-post-body {
  width: 100%;
  padding: 0 68px; }

.blog-page .blog-title {
  margin: 0 0 11px 0;
  line-height: 1.4;
  color: #123a5b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal; }
  .blog-page .blog-title a {
    color: #123a5b; }
    .blog-page .blog-title a:hover {
      color: #185c95; }

.blog-page .blog-date {
  color: #929497;
  font-size: 12px;
  letter-spacing: -0.12px;
  margin-bottom: 19px; }

.blog-page .blog-post p {
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0; }
  .blog-page .blog-post p a {
    text-transform: uppercase;
    color: #185c95;
    font-size: 12px; }
    .blog-page .blog-post p a:hover {
      color: #123a5b; }

.pagination {
  margin-top: 28px; }
  .pagination .pagination-item {
    background-color: #fff;
    border-radius: 50px;
    border-color: #fff;
    vertical-align: middle; }
    .pagination .pagination-item a {
      color: #212121;
      width: 20px;
      height: 20px;
      font-size: 14px;
      padding: 3px; }
      .pagination .pagination-item a:hover {
        color: #b71616; }
    .pagination .pagination-item.pagination-item--current {
      background-color: #212121;
      border-color: #212121; }
      .pagination .pagination-item.pagination-item--current a {
        color: #fff; }
    .pagination .pagination-item.pagination-item--next, .pagination .pagination-item.pagination-item--previous {
      float: none;
      vertical-align: middle; }
      .pagination .pagination-item.pagination-item--next a, .pagination .pagination-item.pagination-item--previous a {
        font-size: 0;
        padding: 0; }
        .pagination .pagination-item.pagination-item--next a .icon, .pagination .pagination-item.pagination-item--previous a .icon {
          margin: 0; }
          .pagination .pagination-item.pagination-item--next a .icon svg, .pagination .pagination-item.pagination-item--previous a .icon svg {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #212121;
            padding: 0;
            font-size: 0;
            margin-left: 10px; }
        .pagination .pagination-item.pagination-item--next a:hover svg, .pagination .pagination-item.pagination-item--previous a:hover svg {
          border-left-color: #b71616; }
    .pagination .pagination-item.pagination-item--previous {
      transform: rotate(180deg); }

.blog_post-page .body, .blog-page .body {
  background-image: url(https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/blog-bg-trans.png);
  width: 100%;
  background-repeat: repeat-x;
  position: relative;
  margin-top: 0;
  padding-top: 20px; }
  .blog_post-page .body:before, .blog-page .body:before {
    content: '';
    position: absolute;
    background-image: url(https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/blognew.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 194px;
    top: -60px;
    background-size: 671px; }
  .blog_post-page .body:after, .blog-page .body:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: -1;
    height: 180px;
    background-repeat: repeat-x; }

.blog_post-page .blog {
  max-width: 950px; }

.blog_post-page .blog-post-figure, .blog_post-page .blog-post-body {
  width: 100%; }

.blog_post-page .blog-post {
  border-bottom: 1px solid #929497;
  padding-bottom: 50px;
  margin-bottom: 30px; }

.blog_post-page .blog-thumbnail {
  max-width: 385px;
  margin: 10px auto 30px;
  padding-top: 10px; }

.blog_post-page .blog-title {
  font-size: 24px;
  font-weight: 700;
  color: #123a5b;
  text-align: left;
  margin: 0 0 11px;
  line-height: 1.3;
  letter-spacing: normal; }
  .blog_post-page .blog-title a {
    color: #123a5b; }
    .blog_post-page .blog-title a:hover {
      color: #185c95; }

.blog_post-page .blog-date, .blog_post-page .blog-author {
  letter-spacing: -0.12px;
  font-size: 12px;
  color: #929497;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 30px; }

.blog_post-page .blog-post {
  color: #212121; }
  .blog_post-page .blog-post p, .blog_post-page .blog-post span {
    color: #212121;
    font-size: 14px;
    margin: 0; }
  .blog_post-page .blog-post h4 {
    font-weight: 700;
    color: #212121;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
    letter-spacing: normal; }
  .blog_post-page .blog-post ul, .blog_post-page .blog-post ol {
    list-style: decimal;
    margin-bottom: 40px; }
    .blog_post-page .blog-post ul li, .blog_post-page .blog-post ol li {
      color: #212121;
      font-size: 14px;
      margin: 0 0 20px; }
      .blog_post-page .blog-post ul li::marker, .blog_post-page .blog-post ol li::marker {
        font-weight: 700; }
  .blog_post-page .blog-post ol {
    list-style: disc; }
  .blog_post-page .blog-post a {
    color: #123a5b; }
    .blog_post-page .blog-post a:hover {
      color: #185c95; }
  .blog_post-page .blog-post h5, .blog_post-page .blog-post h6, .blog_post-page .blog-post h2, .blog_post-page .blog-post h3, .blog_post-page .blog-post h1 {
    font-weight: 700;
    color: #212121;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: capitalize; }
  .blog_post-page .blog-post h2 {
    font-size: 22px; }
  .blog_post-page .blog-post h3 {
    font-size: 20px; }
  .blog_post-page .blog-post h1 {
    font-size: 24px; }

.socialLinks {
  padding-bottom: 15px; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 22px;
    height: auto;
    width: auto; }
    .socialLinks .socialLinks-item .socialLinks__link {
      width: 23px;
      height: 23px; }
      .socialLinks .socialLinks-item .socialLinks__link svg {
        fill: #212121; }
      .socialLinks .socialLinks-item .socialLinks__link:hover svg path {
        fill: #b71616; }
    .socialLinks .socialLinks-item:last-child {
      padding-right: 0; }

.category-page .breadcrumbs, .search-page .breadcrumbs, .page-page .breadcrumbs, .page_contact_form-page .breadcrumbs, .sitemap-page .breadcrumbs {
  margin-left: 0;
  margin-bottom: 12px; }

.category-page .body, .search-page .body, .page-page .body, .page_contact_form-page .body, .sitemap-page .body {
  margin-top: 20px; }

.category-page .page-heading, .search-page .page-heading, .page-page .page-heading, .page_contact_form-page .page-heading, .sitemap-page .page-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
  padding: 0 4px 20px;
  letter-spacing: normal; }

.category-page .container, .search-page .container, .page-page .container, .page_contact_form-page .container, .sitemap-page .container {
  max-width: 1310px; }

.category-page .ctry-tp, .search-page .ctry-tp, .page-page .ctry-tp, .page_contact_form-page .ctry-tp, .sitemap-page .ctry-tp {
  background-color: #f5f5f5;
  margin-top: -20px;
  padding-top: 20px; }

.category-page .page, .search-page .page, .page-page .page, .page_contact_form-page .page, .sitemap-page .page {
  margin: 0;
  position: relative; }

.category-page .category-img, .search-page .category-img, .page-page .category-img, .page_contact_form-page .category-img, .sitemap-page .category-img {
  display: none; }

.ctg-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  padding-top: 23px;
  border-top: 1px solid #929497;
  margin-top: -8px; }
  .ctg-sb .ctg-txt {
    max-width: 160px;
    padding-right: 30px;
    display: none; }
    .ctg-sb .ctg-txt h2 {
      color: #000;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      line-height: normal;
      margin: 0; }
      .ctg-sb .ctg-txt h2 span {
        font-size: 22px;
        line-height: 2; }
  .ctg-sb .ctg-sli {
    padding: 0 52px;
    width: 100%; }
    .ctg-sb .ctg-sli .ctg-slider {
      margin-left: 0; }
    .ctg-sb .ctg-sli .slick-list {
      margin: 0 -7px; }
      .ctg-sb .ctg-sli .slick-list .ctg-item {
        padding: 0 7px; }
        .ctg-sb .ctg-sli .slick-list .ctg-item a {
          text-decoration: none; }
          .ctg-sb .ctg-sli .slick-list .ctg-item a:hover span {
            color: #b71616; }
        .ctg-sb .ctg-sli .slick-list .ctg-item img {
          border-radius: 10px;
          min-height: 132px;
          max-height: 132px;
          object-fit: cover; }
        .ctg-sb .ctg-sli .slick-list .ctg-item .ctg-action {
          font-size: 13px;
          font-weight: 700;
          text-align: left;
          color: #000;
          padding-top: 10px;
          display: block;
          text-transform: uppercase;
          line-height: normal; }
    .ctg-sb .ctg-sli .slick-arrow {
      border-radius: 50px;
      border: 2px solid #FFF;
      background-color: #212121;
      padding: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .ctg-sb .ctg-sli .slick-arrow:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        width: 10px;
        height: 16px; }
      .ctg-sb .ctg-sli .slick-arrow.slick-prev {
        left: -52px; }
      .ctg-sb .ctg-sli .slick-arrow.slick-next {
        right: -52px; }
        .ctg-sb .ctg-sli .slick-arrow.slick-next:before {
          transform: rotate(180deg); }
      .ctg-sb .ctg-sli .slick-arrow:hover {
        background-color: #4d4d4d; }
        .ctg-sb .ctg-sli .slick-arrow:hover:before {
          opacity: 1; }
      .ctg-sb .ctg-sli .slick-arrow:focus {
        border-color: #fff !important; }
        .ctg-sb .ctg-sli .slick-arrow:focus:before, .ctg-sb .ctg-sli .slick-arrow:focus:after {
          opacity: 1; }

.card {
  margin-bottom: 30px; }
  .card .card-figure {
    padding: 0;
    border: 1px solid transparent;
    transition: .5s ease; }
    .card .card-figure .card-img-container:after {
      padding-bottom: 100%; }
    .card .card-figure .card-figcaption-body {
      position: absolute;
      transform: none;
      bottom: 0;
      left: 0;
      width: 100%;
      top: auto; }
      .card .card-figure .card-figcaption-body .button {
        background-color: #80a280;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-color: #80a280;
        width: 100%;
        border-radius: 0;
        display: none;
        font-size: 14px;
        transition: background-color .5s ease-out; }
        .card .card-figure .card-figcaption-body .button:hover {
          background-color: #8ab48a;
          border-color: #8ab48a; }
        .card .card-figure .card-figcaption-body .button.optbtn, .card .card-figure .card-figcaption-body .button.addcrt {
          display: block; }
    .card .card-figure .sale-flag-side {
      background: #b71616;
      border-radius: 0;
      top: 20px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 3px 10px;
      height: 21px; }
  .card .card-body {
    padding-top: 15px;
    position: relative; }
    .card .card-body:before {
      content: '';
      position: absolute;
      background-color: #929497;
      width: 100px;
      height: 1px;
      top: -2px;
      left: 0; }
    .card .card-body .card-text {
      font-size: 12px;
      font-weight: 700;
      color: #000;
      line-height: 1.8;
      margin: 0;
      display: flex;
      align-items: flex-start; }
    .card .card-body .card-title {
      margin: 9px 0 20px;
      font-size: 14px;
      font-weight: 500;
      color: #000;
      min-height: 44px;
      overflow: hidden;
      max-height: 44px; }
      .card .card-body .card-title a {
        color: #000; }
    .card .card-body .pdp-rate {
      margin-bottom: 13px; }
      .card .card-body .pdp-rate .icon {
        height: 14px;
        width: 16px; }
        .card .card-body .pdp-rate .icon.icon--ratingFull svg {
          fill: #123a5b; }
        .card .card-body .pdp-rate .icon.icon--ratingEmpty svg {
          fill: #dbdbdb; }
    .card .card-body .price-section {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5; }
      .card .card-body .price-section.saleprc {
        color: #b71616; }
        .card .card-body .price-section.saleprc .nonsale {
          color: #000; }
      .card .card-body .price-section.non-sale-price--withoutTax {
        color: #929497;
        font-size: 14px;
        padding-left: 14px; }
      .card .card-body .price-section.rrp-price--withoutTax {
        display: none; }
  .card:hover .card-figure {
    border-color: #dbdbdb; }
    .card:hover .card-figure .card-figcaption {
      opacity: 1; }
  .card:hover .card-body:before {
    background-color: transparent; }
  .card:hover .card-body .card-title a {
    color: #b71616; }

.tgl-sidebar {
  float: left;
  clear: both;
  width: 240px; }
  .tgl-sidebar.fixed {
    position: sticky;
    top: 72px !important; }
  .tgl-sidebar + .page-content {
    width: calc(100% - 240px);
    padding: 0 40px;
    margin-top: 23px; }
    .tgl-sidebar + .page-content .productGrid {
      margin: 0 -15px; }
      .tgl-sidebar + .page-content .productGrid .product {
        padding: 0 15px;
        width: 33.33333%; }

.page-sidebar {
  margin-top: 23px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 17px 15px 33px;
  width: 240px; }
  .page-sidebar .facetedSearch-navList, .page-sidebar nav {
    margin-top: 21px;
    width: 100%; }
  .page-sidebar nav {
    margin-top: 0;
    max-height: 40rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px; }
  .page-sidebar nav::-webkit-scrollbar {
    width: 12px; }
  .page-sidebar nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #929497;
    border: 3px solid #dbdbdb; }
  .page-sidebar nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #dbdbdb; }
  .page-sidebar .accordion--navList {
    margin: 0;
    order: 2;
    width: 100%; }
  .page-sidebar .cat-tgl {
    display: block;
    width: 100%; }
    .page-sidebar .cat-tgl .sidebarBlock-heading {
      color: #000;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 19px; }
      .page-sidebar .cat-tgl .sidebarBlock-heading svg {
        vertical-align: middle;
        margin-right: 8px; }
      .page-sidebar .cat-tgl .sidebarBlock-heading .icon-minus {
        display: none; }
      .page-sidebar .cat-tgl .sidebarBlock-heading.popupcls {
        color: #123a5b; }
        .page-sidebar .cat-tgl .sidebarBlock-heading.popupcls .icon-minus {
          display: inline-block; }
        .page-sidebar .cat-tgl .sidebarBlock-heading.popupcls .icon-add {
          display: none; }
    .page-sidebar .cat-tgl ul {
      margin-top: -19px;
      margin-bottom: 19px; }
      .page-sidebar .cat-tgl ul li {
        margin-bottom: 5px; }
  .page-sidebar .accordion-block {
    margin-top: 19px;
    width: 100%;
    transition: .5s ease-in-out; }
    .page-sidebar .accordion-block .accordion-navigation {
      justify-content: flex-start;
      margin-bottom: 0 !important; }
      .page-sidebar .accordion-block .accordion-navigation .accordion-title {
        color: #000;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        order: 2;
        padding-left: 8px; }
        .page-sidebar .accordion-block .accordion-navigation .accordion-title + span {
          order: 1; }
        .page-sidebar .accordion-block .accordion-navigation .accordion-title:hover {
          color: #b71616; }
      .page-sidebar .accordion-block .accordion-navigation .icon {
        width: 14px;
        height: 14px;
        display: inline-block; }
        .page-sidebar .accordion-block .accordion-navigation .icon.toggleLink-text--on {
          display: none; }
      .page-sidebar .accordion-block .accordion-navigation.is-open .toggleLink-text--on {
        display: inline-block; }
      .page-sidebar .accordion-block .accordion-navigation.is-open .toggleLink-text--off {
        display: none; }
      .page-sidebar .accordion-block .accordion-navigation.is-open .accordion-title {
        color: #123a5b; }
      .page-sidebar .accordion-block .accordion-navigation.is-open .icon path {
        fill: #123a5b; }
    .page-sidebar .accordion-block:first-child {
      margin-top: 0; }
    .page-sidebar .accordion-block .accordion-content {
      transition: .5s ease-in-out; }
      .page-sidebar .accordion-block .accordion-content .toggleLink {
        margin-left: 48px;
        font-size: 11px;
        color: #123a5b;
        line-height: normal;
        text-transform: capitalize; }
        .page-sidebar .accordion-block .accordion-content .toggleLink:hover {
          color: #185c95; }
        .page-sidebar .accordion-block .accordion-content .toggleLink span {
          text-decoration: underline;
          display: inline-block; }
      .page-sidebar .accordion-block .accordion-content.is-open {
        transition: .5s ease-in-out; }
  .page-sidebar .sidebarBlock + .sidebarBlock {
    border-color: #929497;
    margin-top: 19px;
    padding-top: 21px; }
  .page-sidebar .facetedSearch .facetedSearch-refineFilters {
    padding-bottom: 24px;
    border-bottom: 1px solid #929497; }
    .page-sidebar .facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
      font-size: 12px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      line-height: normal;
      letter-spacing: normal; }
    .page-sidebar .facetedSearch .facetedSearch-refineFilters p {
      font-size: 13px;
      color: #000;
      line-height: normal;
      text-transform: initial;
      margin: 0; }
    .page-sidebar .facetedSearch .facetedSearch-refineFilters ul {
      padding: 0; }
    .page-sidebar .facetedSearch .facetedSearch-refineFilters a {
      color: #000;
      font-size: 13px; }
      .page-sidebar .facetedSearch .facetedSearch-refineFilters a:hover {
        color: #b71616; }
  .page-sidebar ul {
    padding-left: 22px;
    padding-top: 11px; }
    .page-sidebar ul li {
      line-height: normal; }
      .page-sidebar ul li a {
        font-size: 13px;
        color: #000;
        line-height: 1.5; }
        .page-sidebar ul li a span {
          font-size: 11px;
          color: #929497; }
        .page-sidebar ul li a .navList-action-close {
          padding: 3px;
          display: none; }
          .page-sidebar ul li a .navList-action-close .icon {
            width: 9px;
            height: 9px; }
        .page-sidebar ul li a:hover {
          color: #b71616; }
      .page-sidebar ul li .navList-action--checkbox::before {
        border-radius: 2px;
        border-color: #707070; }
  .page-sidebar .facetedSearch-clearLink {
    transform: none;
    font-size: 12px;
    color: #000;
    right: 0;
    top: 2px; }
    .page-sidebar .facetedSearch-clearLink:hover {
      color: #b71616; }
  .page-sidebar .button {
    background-color: #80a280;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #80a280;
    width: 100%;
    border-radius: 0;
    font-size: 11px; }
    .page-sidebar .button:hover {
      background-color: #8ab48a;
      border-color: #8ab48a; }
  .page-sidebar .form {
    padding-top: 11px; }
  .page-sidebar .form-input {
    font-size: 12px;
    border-radius: 2px;
    padding: 8px; }
  .page-sidebar .form-inlineMessage {
    font-size: 12px; }

.page-content {
  width: 100%;
  padding: 0 40px;
  margin-top: 23px; }
  .page-content .productGrid {
    margin: 0 -15px; }
    .page-content .productGrid .product {
      padding: 0 15px;
      width: 33.33333%; }
  .page-content .ctg-cnt {
    margin-top: 50px;
    color: #000; }
    .page-content .ctg-cnt p {
      font-size: 12px;
      margin-bottom: 18px; }
    .page-content .ctg-cnt h1, .page-content .ctg-cnt h2, .page-content .ctg-cnt h3, .page-content .ctg-cnt h4, .page-content .ctg-cnt h5, .page-content .ctg-cnt h6 {
      font-weight: 700;
      color: #000;
      margin-top: 20px; }
    .page-content .ctg-cnt a {
      color: #123a5b; }
      .page-content .ctg-cnt a:hover {
        color: #185c95; }
    .page-content .ctg-cnt .moreless.more, .page-content .ctg-cnt .moreless.less {
      font-size: 11px;
      display: block;
      padding-top: 4px;
      text-transform: capitalize; }
  .page-content .pagination {
    margin-top: 10px; }
    .page-content .pagination .pagination-list {
      display: none; }
  .page-content .show-more-button-box {
    width: 100%;
    text-align: center; }
    .page-content .show-more-button-box .show-more-btn {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      border-radius: 6px;
      background-color: #123a5b;
      border-color: #123a5b;
      padding: 12px 26px;
      margin: 0;
      position: relative;
      transition: .3s ease; }
      .page-content .show-more-button-box .show-more-btn:hover {
        background-color: #185c95;
        border-color: #185c95; }
      .page-content .show-more-button-box .show-more-btn:after {
        content: "";
        display: block;
        width: 1.2em;
        height: 1.2em;
        position: absolute;
        left: 50%;
        top: 50%;
        border: 0.15em solid transparent;
        border-right-color: #fff;
        border-radius: 50%;
        animation: spin .7s linear infinite;
        opacity: 0;
        transform: translate(-50%, -50%); }
      .page-content .show-more-button-box .show-more-btn:disabled, .page-content .show-more-button-box .show-more-btn[disabled] {
        color: transparent; }
        .page-content .show-more-button-box .show-more-btn:disabled:after, .page-content .show-more-button-box .show-more-btn[disabled]:after {
          opacity: 1; }
      .page-content .show-more-button-box .show-more-btn:focus {
        border-color: #123a5b !important; }

.actionBar {
  margin: 0 0 20px; }
  .actionBar .actionBar-section {
    width: 100%; }
  .actionBar .form-field {
    border: none;
    margin: 0; }
    .actionBar .form-field .form-label {
      padding-left: 0;
      color: #000;
      font-size: 14px;
      text-transform: uppercase;
      margin-right: 8px; }
    .actionBar .form-field .form-select {
      border-radius: 6px;
      border: 1px solid #212121;
      font-size: 14px;
      line-height: 1.2;
      font-style: italic;
      color: #000;
      padding: 11px 14px;
      height: auto;
      width: 100%;
      max-width: 220px;
      background-position: right 12px top 13px;
      background-size: initial;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.modal-body .facet-quick-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 20px; }

.modal-body .form-input {
  border-color: #000;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  text-align: left;
  color: #000; }

.modal-body .facetedSearch-optionColumns li a {
  font-size: 15px;
  color: #000;
  line-height: normal; }
  .modal-body .facetedSearch-optionColumns li a span {
    font-size: 12px;
    color: #929497; }
  .modal-body .facetedSearch-optionColumns li a:hover {
    color: #b71616; }

.tgl-sidebar .maintgl {
  display: none; }

.tgl-sidebar .toggleLink-text {
  display: none; }

.blog-page .show-more-button-box {
  display: none; }

.search-page .ctry-tp {
  background-color: #fff; }

.search-page .page-heading {
  padding: 0 4px 0; }

.search-page .navBar--sub {
  margin: 15px 0 30px; }
  .search-page .navBar--sub .navBar-item {
    margin: 0px 14px; }
    .search-page .navBar--sub .navBar-item a {
      color: #000000;
      font-size: 16px;
      line-height: normal;
      letter-spacing: normal; }
      .search-page .navBar--sub .navBar-item a:hover {
        color: #b71616; }
      .search-page .navBar--sub .navBar-item a.navBar-action-color--active {
        font-weight: 700;
        text-decoration: underline; }

.search-page .show-more-button-box {
  display: none; }

.search-page .pagination .pagination-list {
  display: block; }

.search-page .panel-body {
  padding: 22px;
  border: none;
  min-height: 100%;
  height: 100%;
  background-color: #f0f0f0;
  color: #000;
  font-size: 14px; }
  .search-page .panel-body a {
    font-size: 14px;
    color: #000;
    font-weight: 500; }
    .search-page .panel-body a:hover {
      color: #185c95; }

.search-page .suggestion-title {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 0;
  font-weight: 500; }

.search-page .page-sidebar, .search-page .page-content {
  margin-top: 0 !important; }

.search-page .page-content #search-results-content ul {
  color: #000;
  font-size: 14px;
  font-weight: 400; }
  .search-page .page-content #search-results-content ul a {
    font-size: 15px;
    color: #000;
    font-weight: 500; }
    .search-page .page-content #search-results-content ul a:hover {
      color: #185c95; }
  .search-page .page-content #search-results-content ul p {
    color: #000;
    font-size: 14px;
    font-weight: 400; }

.u-hidden + .page-content {
  width: 100%;
  padding: 0; }

input:focus + label {
  outline: none !important; }

.pge-mn .page-content {
  padding: 0;
  margin-top: 20px; }

.pge-mn .cst-cnt {
  color: #212121;
  max-width: 1090px;
  margin: 0 auto; }
  .pge-mn .cst-cnt h1, .pge-mn .cst-cnt h2, .pge-mn .cst-cnt h3, .pge-mn .cst-cnt h4, .pge-mn .cst-cnt h5, .pge-mn .cst-cnt h6 {
    color: #123a5b;
    letter-spacing: normal;
    margin-top: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .pge-mn .cst-cnt h6 {
    color: #212121;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0; }
  .pge-mn .cst-cnt h4 {
    font-size: 18px;
    line-height: 1.2; }
    .pge-mn .cst-cnt h4 a {
      padding-left: 13px;
      color: #123a5b;
      text-decoration: underline;
      font-size: 14px;
      text-transform: capitalize; }
      .pge-mn .cst-cnt h4 a:hover {
        color: #185c95; }
  .pge-mn .cst-cnt ul {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 10px; }
    .pge-mn .cst-cnt ul li {
      font-size: 14px;
      color: #212121;
      line-height: 1.5;
      padding-bottom: 25px; }
      .pge-mn .cst-cnt ul li::marker {
        color: #b71616; }
      .pge-mn .cst-cnt ul li:last-child {
        padding-bottom: 0; }
  .pge-mn .cst-cnt strong {
    font-style: italic; }
  .pge-mn .cst-cnt a {
    text-decoration: underline;
    color: #212121; }
    .pge-mn .cst-cnt a:hover {
      color: #185c95; }
  .pge-mn .cst-cnt .pg-vd {
    max-width: 440px;
    height: 330px;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 10px; }
    .pge-mn .cst-cnt .pg-vd iframe {
      width: 100%;
      height: 100%; }
  .pge-mn .cst-cnt p {
    font-size: 14px;
    color: #212121;
    line-height: 1.5;
    margin-bottom: 25px; }
  .pge-mn .cst-cnt .pg-sl {
    padding: 0 100px; }
    .pge-mn .cst-cnt .pg-sl .sl-img {
      position: relative; }
    .pge-mn .cst-cnt .pg-sl .slick-arrow {
      border-radius: 50px;
      border: 2px solid #FFF;
      background-color: #212121;
      padding: 0;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pge-mn .cst-cnt .pg-sl .slick-arrow:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        width: 10px;
        height: 16px; }
      .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-prev {
        left: 25px; }
      .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-next {
        right: 25px; }
        .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-next:before {
          transform: rotate(180deg); }
      .pge-mn .cst-cnt .pg-sl .slick-arrow:hover {
        background-color: #4d4d4d; }
        .pge-mn .cst-cnt .pg-sl .slick-arrow:hover:before {
          opacity: 1; }
    .pge-mn .cst-cnt .pg-sl .sl-cnt {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 6px;
      padding: 40px 20px;
      background-color: #fff;
      text-align: center;
      max-width: 600px;
      width: 100%; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt span.heading {
        display: block;
        font-size: 30px;
        color: #212121;
        font-weight: 500;
        line-height: 1.1; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt span.sltxt {
        font-size: 16px;
        color: #212121;
        display: block;
        line-height: 1.4;
        margin: 14px 0; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt .sh-btn {
        background-color: #185C95;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 9px 22px;
        border-radius: 6px; }
        .pge-mn .cst-cnt .pg-sl .sl-cnt .sh-btn:hover {
          background-color: #123A5B; }
  .pge-mn .cst-cnt .site-addr {
    display: flex;
    align-items: flex-start;
    max-width: 600px;
    margin: 30px auto 0;
    justify-content: space-between; }
    .pge-mn .cst-cnt .site-addr .addr-left, .pge-mn .cst-cnt .site-addr .addr-right {
      width: 40%; }
      .pge-mn .cst-cnt .site-addr .addr-left strong, .pge-mn .cst-cnt .site-addr .addr-right strong {
        font-style: normal; }
  .pge-mn .cst-cnt .site-map {
    text-align: center;
    margin-top: 50px; }
    .pge-mn .cst-cnt .site-map iframe {
      border: none; }
  .pge-mn .cst-cnt .site-img {
    max-width: 800px;
    margin: 75px auto 0; }

.pge-mn .cst-pg {
  color: #212121;
  max-width: 1090px;
  margin: 0 auto; }

.pge-mn .abt-main h1, .pge-mn .abt-main h2, .pge-mn .abt-main h3, .pge-mn .abt-main h4, .pge-mn .abt-main h5, .pge-mn .abt-main h6 {
  color: #123a5b;
  letter-spacing: normal;
  margin-top: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px; }

.pge-mn .abt-main .abt-banner {
  text-align: center; }
  .pge-mn .abt-main .abt-banner p {
    font-size: 16px;
    color: #212121;
    line-height: 1.5;
    margin: 25px 0; }

.pge-mn .abt-main .own-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #929497;
  border-bottom: 1px solid #929497;
  padding: 20px 0;
  margin-bottom: 40px; }
  .pge-mn .abt-main .own-team img {
    width: 40%; }
  .pge-mn .abt-main .own-team .own-cnt {
    width: calc(100% - 40%);
    padding-left: 50px; }
    .pge-mn .abt-main .own-team .own-cnt h4 {
      margin-top: 0; }
    .pge-mn .abt-main .own-team .own-cnt p {
      font-size: 15px;
      color: #212121;
      line-height: 1.5;
      margin: 0; }

.pge-mn .abt-main .team-mn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -40px; }
  .pge-mn .abt-main .team-mn h3 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px; }
  .pge-mn .abt-main .team-mn .tm-sub {
    width: 31.53%;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px; }
    .pge-mn .abt-main .team-mn .tm-sub:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .pge-mn .abt-main .team-mn .tm-sub img {
      max-height: 320px;
      object-fit: cover;
      width: 100%;
      object-position: top;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .pge-mn .abt-main .team-mn .tm-cnt {
    padding: 10px 15px; }
    .pge-mn .abt-main .team-mn .tm-cnt h4 {
      font-size: 17px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      min-height: 51px;
      overflow: hidden; }
    .pge-mn .abt-main .team-mn .tm-cnt p {
      font-size: 13px;
      line-height: 1.5;
      margin: 0;
      min-height: 156px; }

.cnt-pg p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px; }

.cnt-pg strong {
  font-style: italic; }

.cnt-pg .form-field {
  margin: 0 0 1.5rem; }

.cnt-pg .form {
  margin-top: 50px; }

.cnt-pg .form-label {
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  text-transform: uppercase; }
  .cnt-pg .form-label small {
    color: #585858;
    text-transform: uppercase;
    font-weight: 400; }

.cnt-pg .form-select {
  background-position: right 12px top 15px;
  background-size: initial;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.cnt-pg .form-input, .cnt-pg .form-select {
  border-color: #000;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  text-align: left; }

.cnt-pg .form-inlineMessage {
  font-size: 13px;
  line-height: 1.4; }

.cnt-pg textarea {
  width: 100% !important; }

.cnt-pg .button--primary {
  border-radius: 6px;
  background-color: #123a5b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  color: #ffffff;
  border-color: #123a5b; }
  .cnt-pg .button--primary:hover {
    background-color: #185c95;
    border-color: #185c95; }

.page-page .navBar--sub {
  margin: 14px 0 56px; }
  .page-page .navBar--sub .navBar-item {
    margin: 0px 14px; }
    .page-page .navBar--sub .navBar-item a {
      color: #000000;
      font-size: 16px;
      line-height: normal;
      letter-spacing: normal; }
      .page-page .navBar--sub .navBar-item a:hover {
        color: #b71616; }
    .page-page .navBar--sub .navBar-item.is-active {
      border: none; }
      .page-page .navBar--sub .navBar-item.is-active a {
        color: #b71616;
        font-weight: 700;
        text-decoration: underline; }

/* Product page scss start */
.product-page .breadcrumbs {
  margin-bottom: 15px; }

.product-page .body {
  margin-top: 20px;
  margin-bottom: 1.5rem; }

.productView {
  margin: 0 auto;
  padding-top: 0;
  max-width: 1230px; }
  .productView .productView-images {
    width: calc(100% - 590px);
    padding: 0;
    margin-bottom: 0; }
    .productView .productView-images .prdt-mainimg {
      position: relative; }
      .productView .productView-images .prdt-mainimg:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        width: 0;
        height: 0;
        border-left: 74px solid transparent;
        border-bottom: 74px solid #fff;
        z-index: 1; }
    .productView .productView-images .sale-flag-side {
      background: #b71616;
      border-radius: 0;
      top: 15px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px 13px;
      height: auto; }
    .productView .productView-images .productView-image {
      margin-bottom: 20px; }
      .productView .productView-images .productView-image .productView-thumbnail {
        padding: 0; }
    .productView .productView-images .productView-img-container {
      max-width: 640px; }
      .productView .productView-images .productView-img-container img {
        object-fit: contain; }
      .productView .productView-images .productView-img-container:after {
        padding-bottom: 100%; }
    .productView .productView-images .hover-btn {
      position: absolute;
      bottom: 9px;
      right: 9px;
      width: 23px;
      height: 23px;
      padding: 0;
      z-index: 1; }
      .productView .productView-images .hover-btn svg {
        width: 23px;
        height: 23px; }
    .productView .productView-images .productView-thumbnails {
      margin: 0; }
      .productView .productView-images .productView-thumbnails .slick-arrow {
        border-radius: 50px;
        border: 2px solid #FFF;
        background-color: #212121;
        padding: 0;
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0; }
        .productView .productView-images .productView-thumbnails .slick-arrow:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          width: 9px;
          height: 13px;
          opacity: 1; }
        .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
          left: 12px;
          opacity: 1; }
        .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
          right: 12px; }
          .productView .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
            transform: rotate(180deg); }
        .productView .productView-images .productView-thumbnails .slick-arrow:hover {
          background-color: #4d4d4d; }
          .productView .productView-images .productView-thumbnails .slick-arrow:hover:before {
            opacity: 1; }
        .productView .productView-images .productView-thumbnails .slick-arrow:focus {
          border-color: #fff !important; }
          .productView .productView-images .productView-thumbnails .slick-arrow:focus:before, .productView .productView-images .productView-thumbnails .slick-arrow:focus:after {
            opacity: 1; }
        .productView .productView-images .productView-thumbnails .slick-arrow .carousel-tooltip {
          display: none; }
      .productView .productView-images .productView-thumbnails .slick-list {
        margin-left: 49px;
        margin-right: 49px; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        max-width: 79px;
        padding: 0;
        border: none;
        margin: 0 auto; }
        .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
          width: auto; }
    .productView .productView-images .bdge:before {
      content: none; }
    .productView .productView-images .bdge .ftn-bage {
      background-color: #fff;
      padding: 30px 32px 0; }
      .productView .productView-images .bdge .ftn-bage .foot-icn {
        margin: 0 -10px; }
        .productView .productView-images .bdge .ftn-bage .foot-icn .icnone {
          padding: 0 10px;
          display: flex;
          align-items: center;
          text-align: left; }
          .productView .productView-images .bdge .ftn-bage .foot-icn .icnone a {
            display: none; }
          .productView .productView-images .bdge .ftn-bage .foot-icn .icnone h3 {
            font-size: 11px;
            letter-spacing: normal;
            padding: 0 0 0 10px; }
          .productView .productView-images .bdge .ftn-bage .foot-icn .icnone .icn-img {
            max-width: 41px; }
      .productView .productView-images .bdge .ftn-bage .store-by {
        display: none; }
  .productView .productView-details {
    width: 590px;
    padding-left: 40px;
    padding-right: 0; }
    .productView .productView-details .productView-product {
      border-bottom: none;
      padding-bottom: 0; }
      .productView .productView-details .productView-product .productView-brand {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: normal;
        margin: 0 0 10px;
        line-height: 1.9; }
        .productView .productView-details .productView-product .productView-brand a {
          color: #000; }
          .productView .productView-details .productView-product .productView-brand a:hover {
            color: #185c95; }
      .productView .productView-details .productView-product .productView-title {
        color: #123a5b;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: normal;
        margin: 0;
        line-height: 1.3; }
      .productView .productView-details .productView-product .dtl-cnt {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px;
        border-bottom: 1px solid #929497;
        padding-bottom: 10px;
        gap: 10px 0; }
      .productView .productView-details .productView-product .productView-rating {
        padding-right: 42px; }
        .productView .productView-details .productView-product .productView-rating .icon.icon--ratingFull svg {
          fill: #123a5b; }
        .productView .productView-details .productView-product .productView-rating .icon.icon--ratingEmpty svg {
          fill: #dbdbdb; }
        .productView .productView-details .productView-product .productView-rating a {
          padding-left: 4px;
          font-size: 12px;
          color: #000; }
          .productView .productView-details .productView-product .productView-rating a:hover {
            color: #185c95; }
      .productView .productView-details .productView-product .productView-info {
        margin: 0; }
        .productView .productView-details .productView-product .productView-info .productView-info-name, .productView .productView-details .productView-product .productView-info .productView-info-value {
          float: left;
          color: #000;
          font-size: 12px;
          margin: 0;
          display: none; }
        .productView .productView-details .productView-product .productView-info .productView-info-name.sku-label {
          font-weight: 700;
          text-transform: uppercase;
          display: block; }
        .productView .productView-details .productView-product .productView-info .productView-info-value.sku-value {
          padding-left: 8px;
          display: block; }
      .productView .productView-details .productView-product .productView-price {
        margin-top: 20px;
        display: flex;
        align-items: baseline; }
        .productView .productView-details .productView-product .productView-price .price-section {
          display: inline-block;
          vertical-align: middle; }
          .productView .productView-details .productView-product .productView-price .price-section.saleprc {
            line-height: 0.9;
            color: #b71616;
            font-size: 32px; }
            .productView .productView-details .productView-product .productView-price .price-section.saleprc .nonsale {
              color: #000; }
          .productView .productView-details .productView-product .productView-price .price-section.non-sale-price--withoutTax {
            color: #929497;
            font-size: 18px;
            padding-left: 20px; }
    .productView .productView-details .socialLinks {
      display: none; }
    .productView .productView-details.mobile-view {
      display: none; }
    .productView .productView-details .prd-qty {
      position: relative; }
      .productView .productView-details .prd-qty .wsh-sct {
        position: absolute;
        bottom: 15px;
        right: 20px;
        transform: translateY(-15px);
        width: 85px; }
        .productView .productView-details .prd-qty .wsh-sct .form-wishlist {
          margin: 0; }
          .productView .productView-details .prd-qty .wsh-sct .form-wishlist a {
            border: none;
            margin: 0;
            padding: 0;
            color: #80a280;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px; }
            .productView .productView-details .prd-qty .wsh-sct .form-wishlist a .icon {
              margin-left: 4px;
              width: 11px; }
              .productView .productView-details .prd-qty .wsh-sct .form-wishlist a .icon svg {
                fill: #80a280; }
            .productView .productView-details .prd-qty .wsh-sct .form-wishlist a:hover {
              text-decoration: underline; }
          .productView .productView-details .prd-qty .wsh-sct .form-wishlist #wishlist-dropdown.is-open {
            width: 200px !important;
            border: 1px solid #efefec;
            margin: 0;
            left: -42px !important;
            top: 23px !important;
            padding: 0; }
            .productView .productView-details .prd-qty .wsh-sct .form-wishlist #wishlist-dropdown.is-open .button {
              padding: 12px 10px;
              font-size: 13px;
              text-transform: capitalize;
              color: #000;
              font-weight: 500;
              border: none; }
              .productView .productView-details .prd-qty .wsh-sct .form-wishlist #wishlist-dropdown.is-open .button:hover {
                background-color: #8ab48a;
                color: #fff; }
            .productView .productView-details .prd-qty .wsh-sct .form-wishlist #wishlist-dropdown.is-open a:hover {
              text-decoration: none; }
    .productView .productView-details .bdge.mobile {
      display: none; }
  .productView .prd-opt {
    padding: 0 20px; }
    .productView .prd-opt .form-field {
      margin-bottom: 10px; }
      .productView .prd-opt .form-field .form-label {
        font-size: 13px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        transition: .3s ease-out;
        margin: 0;
        margin-bottom: 6px; }
        .productView .prd-opt .form-field .form-label small {
          margin-left: 2px;
          color: transparent;
          padding: 0; }
          .productView .prd-opt .form-field .form-label small:before {
            content: '*';
            font-weight: 400;
            color: #b71616; }
      .productView .prd-opt .form-field .form-select {
        font-size: 12px;
        color: #000;
        border-radius: 6px;
        background-color: #efefec;
        padding: 12px 38px 12px 15px;
        background-position: right 12px top 15px;
        background-size: initial;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 21px;
        transition: .3s ease-out;
        max-width: 100%;
        height: auto;
        border: 1px solid transparent; }
        .productView .prd-opt .form-field .form-select:hover {
          border-color: #212121;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 21 10'%3E%3Cg%3E%3Cg transform='rotate(-180 10.5 5)'%3E%3Cpath fill='%23b71616' d='M10.367.384l10 9.231h-20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        .productView .prd-opt .form-field .form-select:focus {
          border-color: transparent !important; }
    .productView .prd-opt .swtch-opt .form-label {
      font-size: 13px;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 6px;
      background-color: #efefec;
      padding: 9px 15px;
      background-position: right 12px top 15px;
      background-size: initial;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 21px;
      transition: .3s ease-out;
      margin: 0;
      border: 1px solid transparent; }
      .productView .prd-opt .swtch-opt .form-label small {
        margin-left: 2px;
        color: transparent;
        padding: 0; }
        .productView .prd-opt .swtch-opt .form-label small:before {
          content: '*';
          font-weight: 400;
          color: #b71616; }
      .productView .prd-opt .swtch-opt .form-label.popopt {
        background-color: #3c3c3c;
        color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='SVGDoc' width='42' height='20' 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 21 10'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EPolygon 86%3C/title%3E%3Cpath d='M10.36686,0.38477v0l9.99967,9.23047v0h-19.99935v0z' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important; }
      .productView .prd-opt .swtch-opt .form-label:hover {
        border-color: #212121;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 21 10'%3E%3Cg%3E%3Cg transform='rotate(-180 10.5 5)'%3E%3Cpath fill='%23b71616' d='M10.367.384l10 9.231h-20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .productView .prd-opt .swtch-opt .drp-dwn {
      border: 1px solid #212121;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      padding: 11px 13px; }
      .productView .prd-opt .swtch-opt .drp-dwn .lbl-none {
        display: none; }
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--color,
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--pattern {
        width: 120px;
        height: 120px;
        border: 1px solid #929497; }
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option {
        border: 1px solid transparent;
        margin-right: 15px;
        padding: 10px 15px 17px; }
        .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .form-option-expanded {
          left: calc(100% + 30px);
          top: calc(100% + -22px); }
          .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .form-option-expanded .form-option-image {
            height: 80px;
            width: 80px; }
        .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .swt-txt {
          font-size: 12px;
          font-weight: 500;
          text-align: center;
          color: #000;
          margin: 0;
          padding-top: 8px; }
        .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option:hover {
          background-color: #d9d9d8; }
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-radio:checked + .form-option {
        box-shadow: none;
        background-color: #d9d9d8; }
    .productView .prd-opt .swtch-opt.rct-list .drp-dwn {
      padding: 18px 13px 20px; }
    .productView .prd-opt .swtch-opt.rct-list .form-option-wrapper .form-option {
      padding: 20px 10px;
      border: 1px solid #e8e5e5;
      background: #e8e5e5;
      width: 140px;
      text-align: center;
      margin-bottom: 15px; }
      .productView .prd-opt .swtch-opt.rct-list .form-option-wrapper .form-option .swt-txt {
        padding: 0; }
  .productView .stck-lvl {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-top: 3px solid #000;
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .productView .stck-lvl .add-to-cart-wrapper {
      display: flex;
      align-items: center;
      width: calc(100% - 85px); }
      .productView .stck-lvl .add-to-cart-wrapper .form-field {
        margin: 0;
        display: flex;
        align-items: center; }
      .productView .stck-lvl .add-to-cart-wrapper .form-label {
        color: #212121;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding-right: 11px; }
      .productView .stck-lvl .add-to-cart-wrapper .form-label {
        display: inline-block;
        vertical-align: middle; }
      .productView .stck-lvl .add-to-cart-wrapper .form-increment {
        display: flex;
        align-items: center;
        justify-content: center; }
        .productView .stck-lvl .add-to-cart-wrapper .form-increment .button--icon {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          border: none;
          background-color: #1a1818;
          padding: 0;
          position: relative; }
          .productView .stck-lvl .add-to-cart-wrapper .form-increment .button--icon svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .productView .stck-lvl .add-to-cart-wrapper .form-increment .button--icon[data-action="dec"] {
          order: -1; }
        .productView .stck-lvl .add-to-cart-wrapper .form-increment input {
          width: 38px;
          height: 22px;
          font-size: 16px;
          font-weight: 400;
          padding: 0 10px;
          background-color: inherit; }
    .productView .stck-lvl .add-to-cart-buttons {
      width: auto;
      margin: 0;
      padding-left: 36px;
      padding-right: 20px; }
      .productView .stck-lvl .add-to-cart-buttons .button {
        background-color: #80a280;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-color: #80a280;
        width: 100%;
        border-radius: 6px;
        font-size: 16px;
        transition: background-color .5s ease-out;
        padding: 17px;
        padding: 17px 29px 17px 60px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 23 23'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M20.633 17.231H6.878a2.3 2.3 0 0 1-2.293-2.292c0-.401.103-.78.287-1.1l1.547-2.809-4.126-8.7H0V.037h3.748L4.826 2.33h16.953a1.15 1.15 0 0 1 1.01 1.696l-4.105 7.44a2.282 2.282 0 0 1-2.006 1.18h-8.54l-1.031 1.869-.034.137c0 .16.126.287.286.287h13.274zM6.878 22.963a2.29 2.29 0 0 1-2.281-2.293 2.29 2.29 0 0 1 2.28-2.292A2.3 2.3 0 0 1 9.17 20.67a2.3 2.3 0 0 1-2.292 2.293zm11.463 0a2.29 2.29 0 0 1-2.282-2.293 2.29 2.29 0 0 1 2.282-2.292 2.3 2.3 0 0 1 2.292 2.292 2.3 2.3 0 0 1-2.292 2.293zM16.392 9.867l2.625-4.758H6.687l2.256 4.758h7.45'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 23px;
        background-position: center left 30px; }
        .productView .stck-lvl .add-to-cart-buttons .button:hover {
          background-color: #8ab48a;
          border-color: #8ab48a; }
      .productView .stck-lvl .add-to-cart-buttons .button[disabled] {
        background-size: 20px;
        background-position: center left 15px;
        font-size: 15px;
        padding: 17px 18px 17px 38px; }
      .productView .stck-lvl .add-to-cart-buttons .add-to-cart-wallet-buttons {
        margin: 0; }
    .productView .stck-lvl.out-stk {
      padding: 40px 20px; }

.productView-description {
  background-color: #efefec;
  float: none;
  margin-top: 30px; }
  .productView-description .pd-cnt {
    max-width: 1090px;
    margin: 0 auto;
    padding: 40px 0 20px;
    text-align: center; }
    .productView-description .pd-cnt .tabs {
      border-bottom: none;
      display: inline-block; }
      .productView-description .pd-cnt .tabs .tab {
        border: none; }
        .productView-description .pd-cnt .tabs .tab .tab-title {
          color: #585858;
          font-weight: 700;
          text-transform: uppercase;
          border-right: 2px solid #585858;
          padding: 1px 32px;
          line-height: normal;
          font-size: 16px; }
          .productView-description .pd-cnt .tabs .tab .tab-title span {
            border-bottom: 3px solid transparent;
            padding-bottom: 3px; }
          .productView-description .pd-cnt .tabs .tab .tab-title .accordion-indicator {
            display: none; }
          .productView-description .pd-cnt .tabs .tab .tab-title:hover {
            color: #123a5b; }
        .productView-description .pd-cnt .tabs .tab:first-child .tab-title {
          padding-left: 0; }
        .productView-description .pd-cnt .tabs .tab:last-child .tab-title {
          padding-right: 0;
          border-right: none; }
        .productView-description .pd-cnt .tabs .tab.is-active .tab-title {
          color: #123a5b; }
          .productView-description .pd-cnt .tabs .tab.is-active .tab-title span {
            border-color: #123a5b; }
        .productView-description .pd-cnt .tabs .tab .tab-content {
          display: none; }
    .productView-description .pd-cnt .tabs-contents {
      text-align: left;
      padding-top: 24px;
      margin-bottom: 0; }
      .productView-description .pd-cnt .tabs-contents .tab-content {
        color: #000000;
        padding-top: 0; }
        .productView-description .pd-cnt .tabs-contents .tab-content h4 {
          font-size: 18px; }
        .productView-description .pd-cnt .tabs-contents .tab-content h3, .productView-description .pd-cnt .tabs-contents .tab-content h5, .productView-description .pd-cnt .tabs-contents .tab-content h6, .productView-description .pd-cnt .tabs-contents .tab-content h1, .productView-description .pd-cnt .tabs-contents .tab-content h4, .productView-description .pd-cnt .tabs-contents .tab-content h2 {
          font-weight: 700;
          letter-spacing: normal;
          margin: 0 0 18px; }
        .productView-description .pd-cnt .tabs-contents .tab-content a {
          color: #000000; }
          .productView-description .pd-cnt .tabs-contents .tab-content a:hover {
            color: #123a5b; }
        .productView-description .pd-cnt .tabs-contents .tab-content p {
          font-size: 13px; }
        .productView-description .pd-cnt .tabs-contents .tab-content img {
          max-width: 950px;
          margin: 0 0 25px;
          width: auto; }
        .productView-description .pd-cnt .tabs-contents .tab-content ul li, .productView-description .pd-cnt .tabs-contents .tab-content ol li {
          font-size: 13px;
          padding-bottom: 8px; }
        .productView-description .pd-cnt .tabs-contents .tab-content .toggle:last-child {
          margin-bottom: 0; }
        .productView-description .pd-cnt .tabs-contents .tab-content .videoGallery-main {
          padding-bottom: 52%; }
        .productView-description .pd-cnt .tabs-contents .tab-content .video-title {
          color: #000000;
          font-size: 15px;
          font-weight: 700;
          line-height: 1.3;
          margin: 0 0 6px; }
        .productView-description .pd-cnt .tabs-contents .tab-content.is-active {
          padding-bottom: 0; }
        .productView-description .pd-cnt .tabs-contents .tab-content .dscrp-img .row {
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px; }
          .productView-description .pd-cnt .tabs-contents .tab-content .dscrp-img .row .col-4 {
            flex: 0 0 25%;
            max-width: 25%;
            padding: 0 10px;
            margin: 0 0 30px; }
            .productView-description .pd-cnt .tabs-contents .tab-content .dscrp-img .row .col-4 img {
              width: 100%;
              height: 100%;
              max-width: 100%;
              object-fit: cover; }
        .productView-description .pd-cnt .tabs-contents .tab-content .dsrp-btn {
          background-color: #80a280;
          text-decoration: none;
          padding: 10px 20px;
          color: #fff !important;
          text-transform: uppercase;
          font-weight: 600;
          margin: 0 0 20px;
          display: inline-block;
          font-size: 14px; }
          .productView-description .pd-cnt .tabs-contents .tab-content .dsrp-btn:hover {
            background-color: #8ab48a; }
        .productView-description .pd-cnt .tabs-contents .tab-content .productView-info div {
          margin-bottom: 20px;
          margin-top: 0; }
        .productView-description .pd-cnt .tabs-contents .tab-content .productView-info .productView-info-name, .productView-description .pd-cnt .tabs-contents .tab-content .productView-info .productView-info-value {
          display: inline-block;
          vertical-align: middle;
          margin: 0;
          font-size: 13px; }
        .productView-description .pd-cnt .tabs-contents .tab-content .productView-info .productView-info-name {
          font-size: 14px;
          color: #000;
          font-weight: 700;
          padding-right: 5px; }

.pd-rw, .pd-cv {
  max-width: 1090px;
  margin: 0 auto;
  padding: 40px 129px;
  border-top: 1px solid #929497; }
  .pd-rw h2, .pd-cv h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.9;
    padding-bottom: 19px;
    text-align: center; }
  .pd-rw .slick-arrow, .pd-cv .slick-arrow {
    border-radius: 50px;
    border: 2px solid #FFF;
    background-color: #212121;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 94px;
    transform: none; }
    .pd-rw .slick-arrow:before, .pd-cv .slick-arrow:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 10px;
      height: 16px;
      opacity: 1; }
    .pd-rw .slick-arrow.slick-prev, .pd-cv .slick-arrow.slick-prev {
      left: 0;
      opacity: 1; }
    .pd-rw .slick-arrow.slick-next, .pd-cv .slick-arrow.slick-next {
      right: 0; }
      .pd-rw .slick-arrow.slick-next:before, .pd-cv .slick-arrow.slick-next:before {
        transform: rotate(180deg); }
    .pd-rw .slick-arrow:hover, .pd-cv .slick-arrow:hover {
      background-color: #4d4d4d; }
      .pd-rw .slick-arrow:hover:before, .pd-cv .slick-arrow:hover:before {
        opacity: 1; }
    .pd-rw .slick-arrow:focus, .pd-cv .slick-arrow:focus {
      border-color: #fff !important; }
      .pd-rw .slick-arrow:focus:before, .pd-rw .slick-arrow:focus:after, .pd-cv .slick-arrow:focus:before, .pd-cv .slick-arrow:focus:after {
        opacity: 1; }
    .pd-rw .slick-arrow .carousel-tooltip, .pd-cv .slick-arrow .carousel-tooltip {
      display: none; }
    .pd-rw .slick-arrow.slick-disabled, .pd-cv .slick-arrow.slick-disabled {
      opacity: 0.3; }
  .pd-rw .productCarousel, .pd-cv .productCarousel {
    padding: 0 52px; }
    .pd-rw .productCarousel .slick-list, .pd-cv .productCarousel .slick-list {
      margin: 0 -15px; }
    .pd-rw .productCarousel .productCarousel-slide, .pd-cv .productCarousel .productCarousel-slide {
      padding-left: 15px;
      padding-right: 15px; }
    .pd-rw .productCarousel .card .card-body .card-text, .pd-cv .productCarousel .card .card-body .card-text {
      line-height: normal; }
    .pd-rw .productCarousel .card .card-body .card-title, .pd-cv .productCarousel .card .card-body .card-title {
      margin: 6px 0 20px; }
    .pd-rw .productCarousel .card .card-body .price-section, .pd-cv .productCarousel .card .card-body .price-section {
      font-size: 16px; }
      .pd-rw .productCarousel .card .card-body .price-section.price-section.non-sale-price--withoutTax, .pd-cv .productCarousel .card .card-body .price-section.price-section.non-sale-price--withoutTax {
        font-size: 12px; }

.pd-rw {
  border-top: none; }

.prd-rv-main .toggle {
  border: none;
  max-width: 870px;
  margin: 0 auto; }
  .prd-rv-main .toggle .productReview-rating .icon.icon--ratingFull svg {
    fill: #123a5b; }
  .prd-rv-main .toggle .productReview-rating .icon.icon--ratingEmpty svg {
    fill: #dbdbdb; }
  .prd-rv-main .toggle .productReview-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: initial; }
  .prd-rv-main .toggle .productReview-author {
    color: #929497;
    font-size: 11px;
    line-height: 1.9;
    margin: 5px 0 20px; }
  .prd-rv-main .toggle .productReview-body {
    color: #000;
    font-size: 12px; }
  .prd-rv-main .toggle .show-more-button-box {
    display: none; }
  .prd-rv-main .toggle .productReview {
    width: 100%;
    margin-bottom: 30px; }

.prd-rv-main .pd-rev {
  border-top: 1px solid #929497;
  max-width: 1090px;
  padding-top: 40px;
  margin: 0 auto; }
  .prd-rv-main .pd-rev h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.9;
    padding-bottom: 19px;
    text-align: center; }

#modal-review-form .modal-header-title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center; }

#modal-review-form .writeReview-productDetails .writeReview-productImage-container:after {
  padding-bottom: 100%; }

#modal-review-form .writeReview-productDetails .product-brand {
  letter-spacing: normal;
  text-transform: capitalize;
  color: #000; }

#modal-review-form .writeReview-productDetails .product-title {
  color: #123a5b;
  font-size: 23px;
  letter-spacing: normal;
  text-transform: initial;
  font-weight: 700;
  line-height: 1.3; }

#modal-review-form .form .form-field {
  margin: 0 0 1.5rem; }

#modal-review-form .form .form-label {
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  text-transform: uppercase; }
  #modal-review-form .form .form-label:after {
    content: '*';
    padding-left: 3px;
    font-weight: 400;
    color: #b71616; }
  #modal-review-form .form .form-label small {
    color: #585858;
    text-transform: uppercase;
    font-weight: 400; }

#modal-review-form .form .form-select {
  background-position: right 12px top 15px;
  background-size: initial;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 9'%3E%3Cg%3E%3Cg transform='rotate(-180 10 5)'%3E%3Cpath d='M10 0l10 9.23H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

#modal-review-form .form .form-input, #modal-review-form .form .form-select {
  border-color: #000;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  text-align: left; }

#modal-review-form .form .form-inlineMessage {
  font-size: 13px;
  line-height: 1.4; }

#modal-review-form .form textarea {
  width: 100% !important; }

#modal-review-form .form .button--primary {
  border-radius: 6px;
  background-color: #80a280;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  color: #ffffff;
  border-color: #80a280; }
  #modal-review-form .form .button--primary:hover {
    background-color: #8ab48a;
    border-color: #8ab48a; }

#modal-review-form .modal-close {
  color: #000; }
  #modal-review-form .modal-close:hover {
    color: #185c95; }

#previewModal .modal-header-title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize;
  margin: 0;
  text-align: center; }

#previewModal .productView .productView-img-container:after {
  padding-bottom: 100%; }

#previewModal .productView .productView-brand {
  letter-spacing: normal;
  text-transform: capitalize;
  color: #000;
  font-size: 16px; }

#previewModal .productView .productView-title {
  color: #123a5b;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: initial;
  font-weight: 700;
  line-height: 1.3; }

#previewModal .productView .productView-price {
  color: #000;
  font-size: 18px; }

#previewModal .productView .productView-info .productView-info-name {
  font-weight: 700;
  color: #585858;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 0; }

#previewModal .productView .productView-info .productView-info-value {
  font-size: 12px;
  color: #585858; }

#previewModal .previewCartCheckout .button {
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 19px;
  color: #ffffff;
  background-color: #123a5b;
  border-color: #123a5b; }
  #previewModal .previewCartCheckout .button:hover {
    background-color: #185c95;
    border-color: #185c95; }

#previewModal .previewCartCheckout .button--primary {
  background-color: #80a280;
  border-color: #80a280; }
  #previewModal .previewCartCheckout .button--primary:hover {
    background-color: #8ab48a;
    border-color: #8ab48a; }

#previewModal .modal-close {
  color: #000; }
  #previewModal .modal-close:hover {
    color: #185c95; }

.stick-tab {
  bottom: 0;
  width: 100%;
  left: 50%;
  max-width: 1230px;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 2;
  top: auto !important;
  border: 1px solid #212121;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  display: none;
  transition: .5s ease-in-out; }
  .stick-tab.fixed {
    position: fixed;
    display: block;
    transition: .5s ease-in-out; }
  .stick-tab .tabcnt {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 12px;
    align-items: center;
    justify-content: space-between; }
    .stick-tab .tabcnt .productView-image {
      max-width: 100%;
      width: 56px;
      margin: 0;
      min-height: auto;
      min-width: auto; }
      .stick-tab .tabcnt .productView-image img {
        border-radius: 6px; }
    .stick-tab .tabcnt .cnt-dis {
      width: calc(100% - 56px);
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .stick-tab .tabcnt .cnt-pr {
      display: flex;
      align-items: center; }
      .stick-tab .tabcnt .cnt-pr .form {
        margin: 0; }
    .stick-tab .tabcnt .productView-title {
      color: #212121;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: normal;
      margin: 0;
      padding-left: 20px;
      width: 50%;
      line-height: normal; }
    .stick-tab .tabcnt .productView-price {
      margin: 0; }
      .stick-tab .tabcnt .productView-price .price-section {
        font-size: 18px;
        font-weight: 700;
        color: #000; }
        .stick-tab .tabcnt .productView-price .price-section.saleprc {
          color: #b71616;
          font-size: 18px;
          font-weight: 700; }
        .stick-tab .tabcnt .productView-price .price-section.non-sale-price--withoutTax {
          display: none !important; }
    .stick-tab .tabcnt .stck-btn {
      margin: 0;
      padding-right: 0;
      padding-left: 20px; }
      .stick-tab .tabcnt .stck-btn .button {
        background-color: #80a280;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-color: #80a280;
        width: 100%;
        border-radius: 6px;
        font-size: 16px;
        -webkit-transition: background-color .5s ease-out;
        transition: background-color .5s ease-out;
        padding: 17px;
        padding: 13px 29px 13px 60px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 23 23'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M20.633 17.231H6.878a2.3 2.3 0 0 1-2.293-2.292c0-.401.103-.78.287-1.1l1.547-2.809-4.126-8.7H0V.037h3.748L4.826 2.33h16.953a1.15 1.15 0 0 1 1.01 1.696l-4.105 7.44a2.282 2.282 0 0 1-2.006 1.18h-8.54l-1.031 1.869-.034.137c0 .16.126.287.286.287h13.274zM6.878 22.963a2.29 2.29 0 0 1-2.281-2.293 2.29 2.29 0 0 1 2.28-2.292A2.3 2.3 0 0 1 9.17 20.67a2.3 2.3 0 0 1-2.292 2.293zm11.463 0a2.29 2.29 0 0 1-2.282-2.293 2.29 2.29 0 0 1 2.282-2.292 2.3 2.3 0 0 1 2.292 2.292 2.3 2.3 0 0 1-2.292 2.293zM16.392 9.867l2.625-4.758H6.687l2.256 4.758h7.45'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 23px;
        background-position: center left 30px;
        margin: 0; }
        .stick-tab .tabcnt .stck-btn .button:hover {
          background-color: #8ab48a;
          border-color: #8ab48a; }
        .stick-tab .tabcnt .stck-btn .button.mbl-btn {
          display: none; }
      .stick-tab .tabcnt .stck-btn .add-to-cart-buttons .add-to-cart-wallet-buttons {
        margin: 0; }

.productView .stck-lvl .add-to-cart-wrapper .form-increment .button--icon.disable {
  opacity: 0.5;
  pointer-events: none; }

.product-page .footer {
  padding: 20px 0 75px; }

.sitemap-page .pge-mn .cst-cnt ul {
  margin-top: 8px; }
  .sitemap-page .pge-mn .cst-cnt ul li {
    padding-bottom: 0; }

.h-cust-rght.acnt-sp {
  margin: 0 0 0 21px; }

.cust-head.stick-head {
  position: fixed;
  top: 0;
  padding: 10px 0 0;
  animation: slideDown 0.4s ease-out; }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

.cust-head.stick-head .head-rgt-top, .cust-head.nav-up .head-rgt-top {
  opacity: 0;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 0;
  transition: transform 0.3s ease-out;
  transform-origin: top;
  transform: scaleY(0); }
  .cust-head.stick-head .head-rgt-top.active, .cust-head.nav-up .head-rgt-top.active {
    transform: scaleY(1);
    opacity: 1; }
    .cust-head.stick-head .head-rgt-top.active .dropdown--quickSearch, .cust-head.nav-up .head-rgt-top.active .dropdown--quickSearch {
      width: 100%; }
      .cust-head.stick-head .head-rgt-top.active .dropdown--quickSearch .search-sub, .cust-head.nav-up .head-rgt-top.active .dropdown--quickSearch .search-sub {
        display: none; }
  .cust-head.stick-head .head-rgt-top .head-top-rgt, .cust-head.nav-up .head-rgt-top .head-top-rgt {
    display: none; }

.cust-head.stick-head .head-rgt-btm, .cust-head.nav-up .head-rgt-btm {
  padding: 0;
  justify-content: flex-end; }

.cust-head.stick-head .header-logo, .cust-head.nav-up .header-logo {
  width: 84px;
  margin: 0; }

.cust-head.stick-head .btnclcik, .cust-head.nav-up .btnclcik {
  background-color: #dbdbdb;
  border-radius: 20px;
  padding: 9px;
  margin-right: 20px;
  margin-left: 56px;
  display: block;
  transition: none; }
  .cust-head.stick-head .btnclcik.btnpopup, .cust-head.nav-up .btnclcik.btnpopup {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg%3E%3Cg transform='rotate(-45 14 14)'%3E%3Cpath fill='%23212121' d='M-2 16.221a2 2 0 1 1 0-4h32a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg transform='rotate(45 14 14)'%3E%3Cpath fill='%23212121' d='M-2 16.22a2 2 0 1 1 0-4h32a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center; }
    .cust-head.stick-head .btnclcik.btnpopup svg, .cust-head.nav-up .btnclcik.btnpopup svg {
      opacity: 0;
      visibility: hidden; }
  .cust-head.stick-head .btnclcik svg, .cust-head.nav-up .btnclcik svg {
    width: 22px;
    height: 22px;
    vertical-align: middle; }
  .cust-head.stick-head .btnclcik:hover svg, .cust-head.nav-up .btnclcik:hover svg {
    fill: #185c95; }

.cust-head.stick-head .navUser-item--cart, .cust-head.nav-up .navUser-item--cart {
  max-height: 28px; }
  .cust-head.stick-head .navUser-item--cart svg, .cust-head.nav-up .navUser-item--cart svg {
    width: 28px;
    height: 28px; }
  .cust-head.stick-head .navUser-item--cart .previewCartAction-checkout .button svg, .cust-head.nav-up .navUser-item--cart .previewCartAction-checkout .button svg {
    width: 17px;
    height: 17px; }
  .cust-head.stick-head .navUser-item--cart .dropdown-menu.is-open, .cust-head.nav-up .navUser-item--cart .dropdown-menu.is-open {
    top: 66px !important; }

.cust-head.stick-head .header-rgt, .cust-head.nav-up .header-rgt {
  width: calc(100% - 84px); }

.cust-head .btnclcik {
  display: none; }

.category-page .cust-head .container,
.search-page .cust-head .container,
.page-page .cust-head .container,
.page_contact_form-page .cust-head .container,
.sitemap-page .cust-head .container {
  max-width: 1270px; }

.hp-top {
  background-image: linear-gradient(to top, #f5f5f5 0%, #ddd8d4 100%); }
  .hp-top .hp-crsl {
    max-width: 1336px;
    margin: 0 auto;
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .hp-top .hp-crsl a {
      text-decoration: none !important; }
    .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) {
      width: 847px;
      margin-bottom: 33px;
      position: relative; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-img img {
        max-height: 461px;
        min-height: 461px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt {
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
        max-width: 358px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 {
          color: #c16b21;
          font-weight: 800;
          letter-spacing: normal;
          font-size: 60px;
          line-height: 62px;
          margin-top: 0;
          margin-bottom: 20px;
          letter-spacing: -1.2px; }
          .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
            color: #000;
            font-size: 50px;
            font-weight: 600;
            letter-spacing: -1px; }
            .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span + span {
              color: #123a5b;
              font-size: 60px;
              letter-spacing: -1.2px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt p {
          color: #000;
          font-size: 18px;
          line-height: 1.4;
          margin: 0;
          padding-right: 22px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link {
          color: #000;
          font-size: 15px;
          font-weight: 700;
          line-height: normal;
          text-decoration: none;
          text-transform: uppercase;
          border: 1px solid #000;
          padding: 10px 19px;
          display: inline-block;
          margin-top: 30px;
          border-radius: 6px; }
          .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link:hover {
            background-color: #b71616;
            color: #fff;
            border-color: #b71616; }
    .hp-top .hp-crsl .crsl-btm {
      width: calc(100% - 847px);
      padding-left: 15px; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub {
        width: 100%; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) {
        margin-bottom: 15px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-img img {
          max-height: 206px;
          min-height: 206px;
          object-fit: cover; }
        @media screen and (max-width: 767px) {
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-img:before {
            background-image: linear-gradient(-63deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
            width: 74%;
            height: 100%;
            content: '';
            position: absolute; } }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
          transform: none;
          max-width: 354px;
          bottom: 45px;
          top: auto;
          left: 15px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 {
            font-size: 30px;
            font-weight: 400;
            color: #fff;
            letter-spacing: normal;
            line-height: 1.2;
            margin: 0; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
              font-size: 34px;
              font-weight: 900;
              color: #fff;
              display: block;
              letter-spacing: normal; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            border: none;
            padding: 0;
            text-decoration: underline !important;
            margin-top: 15px;
            text-transform: uppercase;
            position: relative;
            padding-left: 12px; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link:hover {
              text-decoration: none !important;
              background-color: inherit; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link:before {
              content: '>';
              position: absolute;
              color: #fff;
              font-size: 16px;
              left: 0; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) {
        width: 400px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-img img {
          max-height: 273px;
          min-height: 273px;
          object-fit: cover; }
        @media screen and (max-width: 767px) {
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-img:before {
            content: '';
            position: absolute;
            background-image: linear-gradient(70deg, rgba(0, 0, 0, 0) 14%, #000000 100%);
            width: 96%;
            height: 100%;
            right: 0; } }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt {
          position: absolute;
          top: 18px;
          right: 17px;
          max-width: 241px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt h2 {
            font-size: 36px;
            font-weight: 400;
            color: #fff;
            letter-spacing: normal;
            line-height: 1.1;
            margin: 0; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt h2 span {
              font-size: 38px;
              font-weight: 900;
              color: #fff;
              display: block; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt .crsl-link {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            border: none;
            padding: 0;
            text-decoration: underline !important;
            margin-top: 16px;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            padding-left: 12px; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt .crsl-link:hover {
              text-decoration: none !important; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt .crsl-link:before {
              content: '>';
              position: absolute;
              color: #fff;
              font-size: 16px;
              left: 0; }
    .hp-top .hp-crsl .crsl-sub {
      position: relative;
      height: auto; }
      .hp-top .hp-crsl .crsl-sub .crsl-img {
        position: relative;
        overflow: hidden; }
        .hp-top .hp-crsl .crsl-sub .crsl-img img {
          width: 100%;
          transition: all .4s ease-in; }
        .hp-top .hp-crsl .crsl-sub .crsl-img:before {
          z-index: 1; }
      .hp-top .hp-crsl .crsl-sub .crsl-cnt {
        position: absolute;
        top: 0;
        z-index: 1; }

.top-pick {
  max-width: 1186px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .top-pick .pk-left {
    max-width: 290px; }
  .top-pick .pl-mid {
    margin-top: 50px;
    max-width: 451px;
    margin-left: 26px; }
    .top-pick .pl-mid h4 {
      margin: 0;
      color: #ee493e;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: -0.72px;
      line-height: normal; }
      .top-pick .pl-mid h4 span {
        color: #000;
        letter-spacing: normal; }
    .top-pick .pl-mid p {
      color: #000;
      font-size: 18px;
      line-height: 1.3;
      margin: 11px 0 0; }
      .top-pick .pl-mid p span {
        font-weight: 700; }
  .top-pick .pk-right {
    margin-top: 74px;
    text-align: center;
    margin-left: 52px; }
    .top-pick .pk-right .pk-icon {
      max-width: 142px;
      margin: 0 auto 6px; }
    .top-pick .pk-right a {
      color: #212121;
      font-size: 21px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase; }
      .top-pick .pk-right a:hover {
        color: #b71616; }

.top-ct {
  max-width: 1186px;
  margin: -85px auto 50px;
  display: flex;
  align-items: flex-start; }
  .top-ct .ct-sub {
    width: 19%;
    margin: 0 6px; }
    .top-ct .ct-sub a {
      text-decoration: none; }
    .top-ct .ct-sub h1 {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      padding-top: 10px;
      line-height: 1.3;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 1;
      text-align: center;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(to left, #000, #000 50%, #b71616 50%);
      background-size: 200% 100%;
      background-position: 100%;
      transition: all 0.6s ease-in-out; }
    .top-ct .ct-sub .ct-img {
      width: 100%;
      height: 148px;
      overflow: hidden; }
      .top-ct .ct-sub .ct-img img {
        object-fit: cover;
        width: 100%;
        transition: all .4s ease-in;
        height: 100%; }
    .top-ct .ct-sub:hover h1 {
      background-position: 0%; }
    .top-ct .ct-sub.mbl-pick {
      display: none; }

.default-page .body {
  margin: 0; }

.home-heading {
  color: #000;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 20px; }

.trnd-ctrgy-main {
  margin-top: 50px;
  background-color: #efefec; }
  .trnd-ctrgy-main .trnd-conatiner {
    max-width: 970px;
    padding: 27px 0;
    margin: 0 auto; }
  .trnd-ctrgy-main .trnd-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -16px;
    padding-top: 20px; }
  .trnd-ctrgy-main .trnd-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 113px; }
    .trnd-ctrgy-main .trnd-img img {
      transition: 0.3s ease-in-out;
      max-height: 100%; }
  .trnd-ctrgy-main .trnd-sub {
    width: 16.66%;
    padding: 0 16px;
    text-align: center; }
    .trnd-ctrgy-main .trnd-sub:hover h5 {
      color: #123a5b; }
  .trnd-ctrgy-main a {
    text-decoration: none; }
  .trnd-ctrgy-main h5 {
    color: #000;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 700;
    margin: 21px 0 0;
    line-height: 1.3; }
    .trnd-ctrgy-main h5 span {
      display: block; }

.sprt-main {
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 967px; }
  .sprt-main .sprt-sub {
    display: flex;
    align-items: flex-start;
    width: 38%; }
    .sprt-main .sprt-sub:first-child {
      padding-right: 84px; }
  .sprt-main .sprt-img {
    max-width: 66px; }
  .sprt-main .sprt-cnt {
    width: calc(100% - 66px);
    padding-left: 10px; }
    .sprt-main .sprt-cnt h5 {
      color: #212121;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: normal;
      line-height: normal;
      margin: 0;
      text-transform: capitalize; }
    .sprt-main .sprt-cnt p {
      color: #212121;
      font-size: 13px;
      line-height: 16px;
      margin: 0;
      padding: 6px 0 9px; }
    .sprt-main .sprt-cnt span {
      color: #404040;
      font-size: 12px;
      line-height: 1.5;
      display: flex;
      align-items: center; }
      .sprt-main .sprt-cnt span a {
        text-decoration: underline;
        color: #404040;
        padding-left: 3px; }
        .sprt-main .sprt-cnt span a:hover {
          color: #123a5b; }

.tb-main {
  max-width: 1066px;
  margin: 85px auto 0; }
  .tb-main .tabs-nav {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    .tb-main .tabs-nav li {
      color: #585858;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.7;
      border-bottom: 3px solid transparent;
      margin: 0 24px;
      position: relative;
      cursor: pointer; }
      .tb-main .tabs-nav li:first-child {
        margin-right: 27px; }
        .tb-main .tabs-nav li:first-child:before {
          content: '';
          position: absolute;
          border: 1px solid #585858;
          height: 19px;
          right: -27px;
          top: 50%;
          transform: translateY(-50%); }
      .tb-main .tabs-nav li.current {
        color: #123a5b;
        border-color: #123a5b; }
      .tb-main .tabs-nav li:hover {
        color: #123a5b; }
  .tb-main .home-tabs-cnt {
    margin-top: 20px; }
    .tb-main .home-tabs-cnt .productGrid {
      padding: 0 57px;
      margin: 0; }
      .tb-main .home-tabs-cnt .productGrid .slick-arrow {
        border-radius: 50px;
        border: 2px solid #FFF;
        background-color: #212121;
        padding: 0;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        top: 94px;
        transform: none; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          width: 10px;
          height: 16px;
          opacity: 1; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-prev {
          left: 0;
          opacity: 1; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-next {
          right: 0; }
          .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-next:before {
            transform: rotate(180deg); }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow:hover {
          background-color: #4d4d4d; }
          .tb-main .home-tabs-cnt .productGrid .slick-arrow:hover:before {
            opacity: 1; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow:focus {
          border-color: #fff !important; }
          .tb-main .home-tabs-cnt .productGrid .slick-arrow:focus:before, .tb-main .home-tabs-cnt .productGrid .slick-arrow:focus:after {
            opacity: 1; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-disabled {
          opacity: 0.3; }
      .tb-main .home-tabs-cnt .productGrid .product {
        padding-left: 12px;
        padding-right: 12px; }
      .tb-main .home-tabs-cnt .productGrid .slick-list {
        margin-left: -12px;
        margin-right: -12px; }
      .tb-main .home-tabs-cnt .productGrid .card .card-body {
        padding-top: 11px; }
        .tb-main .home-tabs-cnt .productGrid .card .card-body .pdp-rate {
          line-height: 1.2; }
        .tb-main .home-tabs-cnt .productGrid .card .card-body .card-title {
          margin: 6px 0 20px; }
        .tb-main .home-tabs-cnt .productGrid .card .card-body .price-section {
          font-size: 16px; }
          .tb-main .home-tabs-cnt .productGrid .card .card-body .price-section.saleprc {
            font-size: 16px; }
          .tb-main .home-tabs-cnt .productGrid .card .card-body .price-section.non-sale-price--withoutTax {
            font-size: 12px; }
    .tb-main .home-tabs-cnt .page-heading {
      display: none; }
  .tb-main .hm-sub {
    display: none; }
  .tb-main .hm-sub.current {
    display: inherit; }

.trst-main {
  max-width: 1026px;
  margin: 70px auto 0; }
  .trst-main .home-heading {
    text-transform: capitalize;
    color: #212121; }
  .trst-main .trst-sub {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px; }
  .trst-main .trst-cnt {
    width: 18%;
    padding: 6px;
    margin: 0 10px;
    border-radius: 6px;
    transition: .3s ease-in-out; }
    .trst-main .trst-cnt:hover {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.hm-link {
  display: block;
  margin: 25px 0 0;
  font-size: 12px;
  text-align: center;
  color: #404040;
  width: 100%; }
  .hm-link a {
    color: #404040;
    text-decoration: underline; }
    .hm-link a:hover {
      color: #123a5b; }

.hm-testimonial {
  background-color: #e3e3e3;
  margin-top: 60px; }
  .hm-testimonial .home-heading {
    margin-bottom: 20px;
    color: #212121; }
  .hm-testimonial .tsmnl-container {
    max-width: 1074px;
    margin: 0 auto;
    padding: 34px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .hm-testimonial .tsmnl-col {
    width: 100%;
    max-width: 345px;
    background-color: #fff;
    padding: 13px 24px 15px 15px;
    height: 100%;
    border-radius: 6px; }
    .hm-testimonial .tsmnl-col p {
      margin: 15px 0 10px;
      font-size: 12px;
      font-weight: 500;
      color: #000;
      line-height: 1.4; }
  .hm-testimonial .tsmnl-rt .icon {
    height: 14px;
    width: 16px; }
    .hm-testimonial .tsmnl-rt .icon svg {
      fill: #123a5b; }
  .hm-testimonial span {
    color: #000;
    font-size: 11px;
    font-style: italic; }
  .hm-testimonial .hm-link {
    margin-top: 15px; }

.ms-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .ms-middle .mouse-scrl {
    width: 100px;
    height: 180px;
    border: 4px solid #333333;
    border-radius: 60px; }
    .ms-middle .mouse-scrl:before {
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      top: 30px;
      background-color: #333;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      opacity: 1;
      animation: mouse 2s infinite; }

@keyframes mouse {
  from {
    opacity: 1;
    top: 30px; }
  to {
    opacity: 0;
    top: 150px; } }

.lm-main {
  background-image: url("../img/limited-pr-img.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .lm-main .lm-cnt {
    width: 100%;
    margin: 0 auto;
    padding: 36px 0 30px 100px;
    max-width: 1366px; }
    .lm-main .lm-cnt .lmt-pr {
      background-color: #185c95;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      padding: 7px 20px;
      cursor: text; }
    .lm-main .lm-cnt h2 {
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      letter-spacing: normal;
      text-transform: uppercase;
      margin: 5px 0 10px;
      line-height: 1;
      max-width: 439px; }
      .lm-main .lm-cnt h2 span {
        text-transform: capitalize;
        font-size: 60px;
        font-weight: 700; }
    .lm-main .lm-cnt p {
      color: #fff;
      font-size: 18px;
      line-height: normal;
      margin: 0; }
    .lm-main .lm-cnt span {
      color: #fff;
      font-size: 18px;
      text-transform: uppercase; }
      .lm-main .lm-cnt span a {
        color: #fff; }
      .lm-main .lm-cnt span:hover a {
        text-decoration: none; }
    .lm-main .lm-cnt .lmt-sp {
      display: none; }

.lm-prd {
  max-width: 1366px;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 auto;
  width: 100%;
  margin-top: -200px; }
  .lm-prd .lm-left {
    width: 525px;
    padding-right: 116px;
    text-align: right;
    padding-bottom: 40px; }
    .lm-prd .lm-left h5 {
      margin: 0;
      color: #000;
      letter-spacing: normal;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px; }
    .lm-prd .lm-left h3 {
      margin: 10px 0 20px auto;
      color: #000;
      text-transform: uppercase;
      font-size: 32px;
      font-weight: 700;
      max-width: 300px;
      line-height: 1.1; }
    .lm-prd .lm-left a {
      text-decoration: none;
      color: #fff;
      background-color: #123A5B;
      border-radius: 6px;
      font-size: 15px;
      padding: 9px 20px;
      text-transform: uppercase;
      font-weight: 700;
      display: inline-block; }
      .lm-prd .lm-left a:hover {
        background-color: #185c95; }
  .lm-prd .lm-right {
    width: calc(100% - 525px); }
    .lm-prd .lm-right .productGrid {
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      .lm-prd .lm-right .productGrid .product {
        width: 33.33333%;
        padding: 0 5px; }
        .lm-prd .lm-right .productGrid .product .card {
          margin-bottom: 0;
          background-color: #F5F5F5;
          padding: 10px; }
          .lm-prd .lm-right .productGrid .product .card .non-sale-price--withoutTax {
            padding-left: 0; }
            .lm-prd .lm-right .productGrid .product .card .non-sale-price--withoutTax .price {
              text-decoration: none; }
          .lm-prd .lm-right .productGrid .product .card .card-body {
            padding-top: 11px; }
            .lm-prd .lm-right .productGrid .product .card .card-body:before {
              content: none; }
            .lm-prd .lm-right .productGrid .product .card .card-body .card-title {
              max-height: 62px;
              min-height: 62px; }
            .lm-prd .lm-right .productGrid .product .card .card-body .price-section {
              font-size: 16px; }
            .lm-prd .lm-right .productGrid .product .card .card-body .saleprc + .non-sale-price--withoutTax {
              font-size: 12px;
              padding-left: 13px; }
              .lm-prd .lm-right .productGrid .product .card .card-body .saleprc + .non-sale-price--withoutTax .price {
                text-decoration: line-through; }

@media screen and (max-width: 1500px) {
  .page-sidebar nav {
    max-height: 36rem; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option .form-option-expanded {
    top: 130px !important;
    left: 10px !important;
    transform: none !important; } }

@media screen and (max-width: 1365px) {
  .h-cust-rght.acnt-sp {
    margin: 0 0 0 10px; }
  .hp-top .hp-crsl {
    padding-left: 25px;
    padding-right: 25px; }
  .page-sidebar nav {
    max-height: 30rem; }
  .lm-prd {
    max-width: 1269px;
    margin-top: -140px; }
  .lm-main .lm-cnt {
    max-width: 1269px; }
  .hp-top .hp-crsl {
    max-width: 1269px; }
    .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) {
      width: 312px; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--color,
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--pattern {
    width: 90px;
    height: 90px; } }

@media screen and (max-width: 1330px) {
  .category-page .container, .search-page .container, .page-page .container, .page_contact_form-page .container, .sitemap-page .container {
    padding: 0 25px; } }

@media screen and (max-width: 1269px) {
  .login-page .breadcrumbs, .forgotpassword-page .breadcrumbs, .createaccount-page .breadcrumbs, .createaccount_thanks-page .breadcrumbs,
  .account_order-page .breadcrumbs, .account_orderstatus-page .breadcrumbs, .account_inbox-page .breadcrumbs, .editaccount-page .breadcrumbs,
  .account_recentitems-page .breadcrumbs, .add-wishlist-page .breadcrumbs, .wishlists-page .breadcrumbs, .wishlist-page .breadcrumbs, .account_addressbook-page .breadcrumbs,
  .shippingaddressform-page .breadcrumbs, .account_returns-page .breadcrumbs {
    margin-left: -15px; }
  .breadcrumbs {
    margin-left: -15px; }
  .blog_post-page .body:before, .blog-page .body:before {
    top: -40px; }
  .blog_post-page .body:after, .blog-page .body:after {
    top: 55px; }
  .blog_post-page .blog {
    padding: 0 70px; }
  .page-sidebar + .page-content {
    padding: 0 0 0 30px; }
  .page-sidebar + .mobile-sort + .page-content {
    padding: 0 0 0 30px; }
  .card .card-body {
    padding-top: 11px; }
    .card .card-body .card-title {
      margin: 6px 0 20px;
      min-height: 64px;
      max-height: 64px; }
    .card .card-body .price-section {
      font-size: 16px; }
      .card .card-body .price-section.non-sale-price--withoutTax {
        font-size: 12px; }
  .page-page .breadcrumbs, .sitemap-page .breadcrumbs {
    margin-bottom: 30px; }
  .pge-mn .cst-cnt {
    max-width: 810px; }
  .pge-mn .cst-pg {
    max-width: 810px; }
  .pge-mn .abt-main .own-team .own-cnt h4 {
    font-size: 18px;
    margin-bottom: 10px; }
  .pge-mn .abt-main .own-team .own-cnt p {
    font-size: 14px; }
  .pge-mn .abt-main .team-mn {
    margin-left: -15px;
    margin-right: -15px; }
    .pge-mn .abt-main .team-mn .tm-sub {
      width: 29.7%;
      margin-left: 15px;
      margin-right: 15px; }
      .pge-mn .abt-main .team-mn .tm-sub img {
        max-height: 230px; }
      .pge-mn .abt-main .team-mn .tm-sub .tm-cnt h4 {
        font-size: 16px;
        line-height: 1.3;
        min-height: 63px; }
      .pge-mn .abt-main .team-mn .tm-sub .tm-cnt p {
        font-size: 12px;
        min-height: 198px; }
  .product-page .breadcrumbs {
    margin-left: 0; }
  .productView .productView-images {
    width: calc(100% - 484px); }
    .productView .productView-images .productView-image {
      pointer-events: auto; }
    .productView .productView-images .productView-thumbnails .slick-list {
      margin-left: 68px;
      margin-right: 68px; }
    .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
      left: 31px; }
    .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
      right: 31px; }
    .productView .productView-images .bdge .ftn-bage {
      max-width: 596px;
      margin: 0 auto; }
      .productView .productView-images .bdge .ftn-bage .foot-icn {
        margin: 0 -8px; }
  .productView .productView-details {
    width: 484px;
    padding-left: 34px; }
    .productView .productView-details .prd-qty .wsh-sct {
      bottom: 9px;
      right: 79px;
      transform: none;
      width: auto; }
  .productView .stck-lvl {
    padding: 15px 20px 35px; }
    .productView .stck-lvl .add-to-cart-wrapper {
      width: auto; }
    .productView .stck-lvl .add-to-cart-buttons {
      padding-right: 8px; }
    .productView .stck-lvl .form-wishlist {
      width: 100%;
      text-align: center;
      max-width: 207px;
      padding-right: 8px;
      padding-top: 10px; }
      .productView .stck-lvl .form-wishlist #wishlist-dropdown.is-open {
        left: 0px !important;
        top: 32px !important;
        width: 190px !important; }
        .productView .stck-lvl .form-wishlist #wishlist-dropdown.is-open .button {
          font-size: 12px; }
    .productView .stck-lvl.out-stk {
      padding: 21px 20px; }
  .productView-description .pd-cnt {
    max-width: 900px; }
    .productView-description .pd-cnt .tabs .tab .tab-title {
      padding: 1px 19px; }
    .productView-description .pd-cnt .tabs-contents .tab-content img {
      max-width: 690px; }
  .pd-rw, .pd-cv {
    max-width: 810px;
    padding: 40px 0; }
    .pd-rw .productCarousel, .pd-cv .productCarousel {
      margin: 0; }
    .pd-rw .slick-arrow.slick-prev, .pd-cv .slick-arrow.slick-prev {
      left: -15px; }
    .pd-rw .slick-arrow.slick-next, .pd-cv .slick-arrow.slick-next {
      right: -15px; }
  .prd-rv-main .pd-rev {
    max-width: 810px; }
  .prd-rv-main .toggle {
    max-width: 810px; }
  #previewModal .modal-header-title {
    font-size: 22px; }
  #previewModal .productView .productView-title {
    font-size: 18px; }
  #previewModal .productView .productView-brand {
    font-size: 14px; }
  #previewModal .productView .productView-price {
    font-size: 16px; }
  #previewModal .previewCartCheckout .button {
    padding: 12px 6px;
    font-size: 11px; }
  #previewModal .previewCartCheckout .previewCartCheckout-subtotal {
    font-size: 13px; }
  #previewModal .previewCartCheckout p {
    font-size: 13px; }
  #previewModal .previewCartCheckout .previewCartCheckout-price {
    font-size: 24px; }
  .stick-tab {
    max-width: 974px; }
  .cust-head.stick-head .header-logo {
    width: 67px; }
  .cust-head.stick-head .btnclcik {
    margin-left: 36px; }
    .cust-head.stick-head .btnclcik.btnpopup {
      background-size: 16px; }
  .cust-head.stick-head .head-rgt-top {
    top: 66px; }
    .cust-head.stick-head .head-rgt-top.active .dropdown--quickSearch {
      max-width: 100%; }
  .hp-top .hp-crsl {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1024px; }
    .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) {
      width: 617px;
      margin-bottom: 24px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-img img {
        max-height: 336px;
        min-height: 336px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt {
        max-width: 299px;
        bottom: 44px;
        transform: none;
        top: auto;
        left: 33px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 {
          font-size: 43px;
          line-height: 44px;
          padding-right: 40px;
          margin-bottom: 16px;
          letter-spacing: -0.86px; }
          .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
            letter-spacing: -0.72px;
            font-size: 36px; }
            .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span + span {
              font-size: 43px;
              letter-spacing: -0.86px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt p {
          font-size: 16px;
          padding-right: 0; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt a {
          margin-top: 24px; }
    .hp-top .hp-crsl .crsl-btm {
      width: calc(100% - 617px);
      padding-left: 11px; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) {
        margin-bottom: 11px;
        width: 100%; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-img img {
          max-height: 150px;
          min-height: 150px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
          bottom: 32px;
          top: auto;
          left: 11px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 {
            font-size: 21px; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
              font-size: 24px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link {
            font-size: 12px;
            margin-top: 10px; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link:before {
              font-size: 14px;
              top: -1px; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) {
        width: 292px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-img img {
          max-height: 199px;
          min-height: 199px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt {
          top: 12px;
          max-width: 172px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt h2 {
            font-size: 26px; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt h2 span {
              font-size: 27px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt .crsl-link {
            font-size: 12px;
            margin-top: 10px; }
            .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) .crsl-cnt .crsl-link:before {
              font-size: 14px;
              top: -1px; }
  .top-ct {
    padding-left: 25px;
    padding-right: 25px;
    margin: -62px auto 50px;
    position: relative;
    z-index: 1; }
    .top-ct .ct-sub h1 {
      font-size: 14px;
      padding-top: 8px; }
    .top-ct .ct-sub .ct-img {
      height: 121px; }
  .top-pick {
    position: relative;
    z-index: 1;
    max-width: 100%; }
    .top-pick:before {
      content: '';
      background: transparent linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.38) 50%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
      left: 0;
      right: 0;
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 168px;
      opacity: 0.2;
      z-index: -1; }
    .top-pick .pk-left {
      max-width: 215px; }
    .top-pick .pl-mid {
      margin-top: 38px;
      max-width: 351px;
      margin-left: 11px; }
      .top-pick .pl-mid h4 {
        letter-spacing: -0.58px;
        font-size: 29px; }
      .top-pick .pl-mid p {
        font-size: 14px; }
    .top-pick .pk-right {
      margin-top: 56px;
      margin-left: 62px; }
      .top-pick .pk-right .pk-icon {
        max-width: 116px;
        margin: 0 auto 4px; }
      .top-pick .pk-right a {
        font-size: 17px; }
  .trnd-ctrgy-main {
    margin-top: 50px; }
    .trnd-ctrgy-main .trnd-conatiner {
      max-width: 852px;
      padding: 25px 0; }
    .trnd-ctrgy-main .trnd-img {
      height: 98px; }
    .trnd-ctrgy-main .trnd-sub {
      padding: 0 6px;
      padding: 0 20px; }
    .trnd-ctrgy-main h5 {
      margin: 19px 0 0;
      font-size: 13px; }
    .trnd-ctrgy-main .trnd-grid {
      padding-top: 10px;
      margin: 0 -20px; }
  .sprt-main {
    margin: 60px auto 0; }
    .sprt-main .sprt-sub {
      width: 41%; }
  .tb-main {
    margin: 60px auto 0;
    max-width: 100%; }
    .tb-main .home-tabs-cnt .productGrid {
      padding: 0 33px; }
      .tb-main .home-tabs-cnt .productGrid .slick-list {
        margin-left: -5px;
        margin-right: -5px; }
      .tb-main .home-tabs-cnt .productGrid .product {
        padding-left: 5px;
        padding-right: 5px; }
      .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-prev {
        left: -11px; }
      .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-next {
        right: -11px; }
    .tb-main .trst-cnt {
      margin: 0 9px; }
  .trst-main {
    padding: 0 25px; }
    .trst-main .trst-sub {
      margin-left: -9px;
      margin-right: -9px; }
    .trst-main .trst-cnt {
      margin: 0 9px; }
  .hm-testimonial .tsmnl-col {
    max-width: 315px; }
  .hm-testimonial .tsmnl-container {
    padding: 34px 20px 30px; }
  .lm-main .lm-cnt {
    padding: 24px 0 24px 74px; }
    .lm-main .lm-cnt .lmt-pr {
      font-size: 12px;
      padding: 5px 15px; }
    .lm-main .lm-cnt h2 {
      font-size: 45px;
      margin: 3px 0 16px; }
      .lm-main .lm-cnt h2 span {
        font-size: 45px; }
    .lm-main .lm-cnt p {
      font-size: 14px;
      font-weight: 600; }
    .lm-main .lm-cnt span {
      font-size: 14px;
      font-weight: 600; }
      .lm-main .lm-cnt span a {
        text-decoration: none; }
  .lm-prd {
    padding: 0 40px;
    margin-top: -140px; }
    .lm-prd .lm-left {
      width: 391px;
      padding-right: 95px;
      padding-bottom: 50px; }
      .lm-prd .lm-left h5 {
        font-size: 15px; }
      .lm-prd .lm-left h3 {
        font-size: 23px;
        margin: 7px 0 17px auto; }
    .lm-prd .lm-right {
      width: calc(100% - 391px); }
      .lm-prd .lm-right .productGrid .product {
        padding: 0 7px; }
        .lm-prd .lm-right .productGrid .product .card {
          padding: 8px 8px 16px; }
          .lm-prd .lm-right .productGrid .product .card .card-body .card-title {
            margin: 2px 0 10px; }
          .lm-prd .lm-right .productGrid .product .card .card-body .pdp-rate {
            margin-bottom: 9px; }
          .lm-prd .lm-right .productGrid .product .card .card-body .price-section {
            font-size: 14px; }
          .lm-prd .lm-right .productGrid .product .card .card-body .saleprc + .non-sale-price--withoutTax {
            font-size: 10px;
            padding-left: 7px; }
  .pge-mn .cst-cnt .pg-sl {
    padding: 0px 60px; }
    .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-prev {
      left: 0; }
    .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-next {
      right: 0; }
    .pge-mn .cst-cnt .pg-sl .sl-cnt {
      max-width: 450px; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt span.heading {
        font-size: 24px; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt span.sltxt {
        font-size: 14px; }
  .pge-mn .cst-cnt .site-addr {
    margin: 10px auto 0; }
  .pge-mn .cst-cnt .site-img {
    max-width: 650px;
    margin: 50px auto 0; }
  .pge-mn .cst-cnt .site-map {
    margin-top: 30px; }
    .pge-mn .cst-cnt .site-map iframe {
      width: 500px;
      height: 400px; }
  .\34 04-page .button--primary {
    margin: 0 0 0 0.78571rem;
    width: auto; } }

@media screen and (max-width: 1100px) {
  .cust-head.stick-head .header-rgt {
    width: calc(100% - 67px);
    padding: 0 0 0 15px; }
  .cust-head.stick-head .head-rgt-btm {
    padding: 0; }
  .cust-head.stick-head .header-wraper {
    padding: 0; }
  .cust-head.stick-head .navUser-item--cart .dropdown-menu.is-open {
    top: 60px !important; }
  .cust-head.stick-head .head-rgt-top {
    top: 55px; }
  .cust-head.stick-head .megamenu > ul > li > a {
    padding: 5px 8px 16px 8px; }
    .cust-head.stick-head .megamenu > ul > li > a i {
      bottom: 23px; }
  .cust-head.stick-head .megamenu > ul li.parent > a {
    padding-right: 30px; }
  .h-cust-rght.acnt-sp {
    margin: 0 0 0 15px; }
  .productView .productView-images .bdge .ftn-bage {
    padding: 30px 0 0; }
    .productView .productView-images .bdge .ftn-bage .foot-icn {
      margin: 0 -4px; }
      .productView .productView-images .bdge .ftn-bage .foot-icn .icnone {
        padding: 0 4px; } }

@media screen and (max-width: 1023px) {
  .login-page .page-heading, .forgotpassword-page .page-heading, .createaccount-page .page-heading, .createaccount_thanks-page .page-heading {
    font-size: 27px; }
  .login-page .body, .forgotpassword-page .body, .createaccount-page .body, .createaccount_thanks-page .body {
    margin-bottom: 60px; }
  .login-page .form-select, .forgotpassword-page .form-select, .createaccount-page .form-select, .createaccount_thanks-page .form-select {
    background-size: 14px;
    background-position: right 12px top 16px; }
  .login-page .login-row .login-form, .forgotpassword-page .login-row .login-form, .createaccount-page .login-row .login-form, .createaccount_thanks-page .login-row .login-form {
    padding: 0;
    width: 100%;
    margin: 0 0 35px; }
  .login-page .login-row .new-customer, .forgotpassword-page .login-row .new-customer, .createaccount-page .login-row .new-customer, .createaccount_thanks-page .login-row .new-customer {
    width: 100%;
    margin: 0;
    padding: 0; }
    .login-page .login-row .new-customer .panel-header .panel-title, .forgotpassword-page .login-row .new-customer .panel-header .panel-title, .createaccount-page .login-row .new-customer .panel-header .panel-title, .createaccount_thanks-page .login-row .new-customer .panel-header .panel-title {
      font-size: 22px; }
    .login-page .login-row .new-customer .panel-body, .forgotpassword-page .login-row .new-customer .panel-body, .createaccount-page .login-row .new-customer .panel-body, .createaccount_thanks-page .login-row .new-customer .panel-body {
      font-size: 13px; }
      .login-page .login-row .new-customer .panel-body ul li, .forgotpassword-page .login-row .new-customer .panel-body ul li, .createaccount-page .login-row .new-customer .panel-body ul li, .createaccount_thanks-page .login-row .new-customer .panel-body ul li {
        font-size: 15px; }
  .login-page .login, .forgotpassword-page .login, .createaccount-page .login, .createaccount_thanks-page .login {
    margin: 10px auto 60px; }
  .login-page .account--fixed, .forgotpassword-page .account--fixed, .createaccount-page .account--fixed, .createaccount_thanks-page .account--fixed {
    margin: 30px auto 60px; }
  .login-page .account--fixedSmall, .forgotpassword-page .account--fixedSmall, .createaccount-page .account--fixedSmall, .createaccount_thanks-page .account--fixedSmall {
    margin: 10px auto 60px; }
    .login-page .account--fixedSmall p, .forgotpassword-page .account--fixedSmall p, .createaccount-page .account--fixedSmall p, .createaccount_thanks-page .account--fixedSmall p {
      font-size: 12px; }
  .login-page .page-content p, .forgotpassword-page .page-content p, .createaccount-page .page-content p, .createaccount_thanks-page .page-content p {
    font-size: 12px; }
  .account_orderstatus-page .page-heading, .account_inbox-page .page-heading, .account_order-page .page-heading, .editaccount-page .page-heading,
  .account_recentitems-page .page-heading, .add-wishlist-page .page-heading, .wishlists-page .page-heading, .wishlist-page .page-heading, .account_addressbook-page .page-heading,
  .shippingaddressform-page .page-heading, .account_returns-page .page-heading {
    font-size: 27px; }
  .account_orderstatus-page .form-select, .account_inbox-page .form-select, .account_order-page .form-select, .editaccount-page .form-select,
  .account_recentitems-page .form-select, .add-wishlist-page .form-select, .wishlists-page .form-select, .wishlist-page .form-select, .account_addressbook-page .form-select,
  .shippingaddressform-page .form-select, .account_returns-page .form-select {
    background-size: 14px;
    background-position: right 12px top 16px; }
  .account_orderstatus-page .account--fixed, .account_orderstatus-page .account, .account_inbox-page .account--fixed, .account_inbox-page .account, .account_order-page .account--fixed, .account_order-page .account, .editaccount-page .account--fixed, .editaccount-page .account,
  .account_recentitems-page .account--fixed,
  .account_recentitems-page .account, .add-wishlist-page .account--fixed, .add-wishlist-page .account, .wishlists-page .account--fixed, .wishlists-page .account, .wishlist-page .account--fixed, .wishlist-page .account, .account_addressbook-page .account--fixed, .account_addressbook-page .account,
  .shippingaddressform-page .account--fixed,
  .shippingaddressform-page .account, .account_returns-page .account--fixed, .account_returns-page .account {
    width: auto;
    padding: 0; }
  .account_orderstatus-page .body, .account_inbox-page .body, .account_order-page .body, .editaccount-page .body,
  .account_recentitems-page .body, .add-wishlist-page .body, .wishlists-page .body, .wishlist-page .body, .account_addressbook-page .body,
  .shippingaddressform-page .body, .account_returns-page .body {
    margin-bottom: 2rem; }
  .account_orderstatus-page .account-heading, .account_inbox-page .account-heading, .account_order-page .account-heading, .editaccount-page .account-heading,
  .account_recentitems-page .account-heading, .add-wishlist-page .account-heading, .wishlists-page .account-heading, .wishlist-page .account-heading, .account_addressbook-page .account-heading,
  .shippingaddressform-page .account-heading, .account_returns-page .account-heading {
    font-size: 22px; }
  .account_orderstatus-page .account-body .account-product-title a {
    font-size: 16px; }
  .account_orderstatus-page .account-body p, .account_orderstatus-page .account-body span {
    margin-bottom: 22px;
    font-size: 13px; }
  .account_orderstatus-page .account-body .account-product-detail-heading {
    font-size: 11px; }
  .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label {
    padding: 4px 13px; }
  .account_order-page .account-body {
    padding: 15px 0 0; }
  .account_order-page .account-orderTotal {
    margin-top: -1.5rem; }
  .account_order-page .account-sidebar {
    margin-top: 20px; }
  .account_inbox-page .account-body, .account_inbox-page .account, .editaccount-page .account-body, .editaccount-page .account,
  .account_recentitems-page .account-body,
  .account_recentitems-page .account, .add-wishlist-page .account-body, .add-wishlist-page .account, .wishlists-page .account-body, .wishlists-page .account, .wishlist-page .account-body, .wishlist-page .account,
  .account_addressbook-page .account-body,
  .account_addressbook-page .account, .shippingaddressform-page .account-body, .shippingaddressform-page .account {
    margin: 25px auto 0; }
  .account_addressbook-page .panel-body {
    padding: 22px 18px;
    min-height: 214px; }
  .account_addressbook-page .address-title {
    font-size: 14px; }
  .account_addressbook-page ul li {
    font-size: 12px; }
  .account_addressbook-page .button {
    padding: 7px 20px; }
    .account_addressbook-page .button + .button {
      padding: 7px 10px; }
  .account_addressbook-page .panel--newAddress .panel-body .address-symbol {
    font-size: 42px; }
  .account_addressbook-page .panel--newAddress .panel-body .address-title {
    font-size: 15px; }
  .account_inbox-page .account-message .account-product-title {
    font-size: 14px; }
  .account_inbox-page .account-message p, .account_inbox-page .account-message span {
    font-size: 12px !important; }
  .account_returns-page .account {
    margin-top: 25px; }
  .blog_post-page .body, .blog-page .body {
    background-position: center top -6px;
    overflow: hidden; }
    .blog_post-page .body:before, .blog-page .body:before {
      height: 129px;
      top: -35px;
      background-size: 446px; }
  .blog-page .blog-post-body {
    padding: 0 30px; }
  .blog-page .page {
    margin: 0;
    padding: 0 10px; }
  .blog-page .breadcrumbs {
    margin-bottom: 7px; }
  .blog-page .blog-post p {
    text-align: left; }
  .pagination .pagination-item {
    margin-left: 20px; }
  .blog_post-page .blog-thumbnail {
    max-width: 336px;
    margin: 0 auto 25px;
    padding-top: 0; }
  .blog_post-page .blog-title {
    font-size: 18px; }
  .blog_post-page .blog-post {
    padding-bottom: 30px;
    margin-bottom: 20px; }
    .blog_post-page .blog-post h2 {
      font-size: 17px; }
    .blog_post-page .blog-post h3 {
      font-size: 16px; }
    .blog_post-page .blog-post h1 {
      font-size: 20px; }
  .blog_post-page .socialLinks {
    margin-bottom: 0; }
  .ctg-sb {
    padding-bottom: 15px; }
    .ctg-sb .ctg-txt {
      display: none; }
    .ctg-sb .ctg-sli {
      width: 100%;
      padding: 0 49px; }
      .ctg-sb .ctg-sli .slick-list {
        margin: 0 -6px; }
        .ctg-sb .ctg-sli .slick-list .ctg-item {
          padding: 0 6px;
          overflow: hidden; }
          .ctg-sb .ctg-sli .slick-list .ctg-item img {
            min-height: 118px;
            max-height: 118px; }
          .ctg-sb .ctg-sli .slick-list .ctg-item .ctg-action {
            font-size: 12px;
            padding-top: 7px; }
      .ctg-sb .ctg-sli .slick-arrow.slick-prev {
        left: -49px; }
      .ctg-sb .ctg-sli .slick-arrow.slick-next {
        right: -49px; }
  .tgl-sidebar .sd-tgl {
    background-color: #123a5b;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px;
    margin: 0;
    width: 100%; }
    .tgl-sidebar .sd-tgl .icon svg {
      fill: #fff; }
    .tgl-sidebar .sd-tgl .toggleLink-text {
      font-size: 14px;
      font-weight: 700; }
      .tgl-sidebar .sd-tgl .toggleLink-text.showtext {
        display: inline-block; }
        .tgl-sidebar .sd-tgl .toggleLink-text.showtext .icon {
          height: 22px;
          width: 22px; }
      .tgl-sidebar .sd-tgl .toggleLink-text.hidetext {
        display: none; }
    .tgl-sidebar .sd-tgl.is-open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .tgl-sidebar .sd-tgl.popupcls {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .tgl-sidebar .sd-tgl.popupcls .hidetext {
        display: block; }
        .tgl-sidebar .sd-tgl.popupcls .hidetext .icon {
          height: 22px;
          width: 22px; }
      .tgl-sidebar .sd-tgl.popupcls .showtext {
        display: none; }
    .tgl-sidebar .sd-tgl:hover {
      background-color: #185c95; }
  .page-sidebar {
    width: 335px;
    padding: 17px 15px;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 39px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 11; }
    .page-sidebar .facetedSearch-navList {
      display: block !important;
      margin-top: 0; }
    .page-sidebar .accordion-block .accordion-navigation {
      border: none;
      padding: 0; }
      .page-sidebar .accordion-block .accordion-navigation .accordion-title {
        padding: 0 0 0 8px; }
    .page-sidebar .accordion-block .accordion-content {
      padding: 0; }
    .page-sidebar .accordion--navList {
      border: none; }
    .page-sidebar .facetedSearch-toggle {
      display: none; }
    .page-sidebar nav {
      max-height: 40rem;
      padding-right: 30px; }
  .page-content {
    padding: 0; }
    .page-content .actionBar {
      text-align: right;
      margin: 0 0 23px; }
  .tgl-sidebar {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    max-width: 335px; }
    .tgl-sidebar + .page-content {
      width: 100%;
      padding: 0;
      margin-top: 30px; }
  .card .card-body:before {
    width: 80px; }
  .category-page .page {
    position: relative; }
  .modal-body .facet-quick-heading {
    font-size: 28px; }
  .modal-body .facetedSearch-optionColumns li a {
    font-size: 12px;
    line-height: 1.5; }
    .modal-body .facetedSearch-optionColumns li a span {
      font-size: 11px; }
  .tgl-sidebar .maintgl {
    display: block; }
  .search-page .srch-main {
    display: inline-block;
    width: 100%;
    position: relative; }
    .search-page .srch-main .vsble {
      display: none; }
  .search-page .tgl-sidebar {
    top: 0; }
  .search-page .navBar--sub .navBar-item {
    margin-bottom: 8px; }
    .search-page .navBar--sub .navBar-item a {
      font-size: 15px; }
  .search-page .page-content #search-results-content {
    margin: 0; }
    .search-page .page-content #search-results-content ul {
      font-size: 13px; }
      .search-page .page-content #search-results-content ul p {
        font-size: 13px; }
  .pge-mn {
    padding: 0 10px; }
    .pge-mn .cst-cnt {
      max-width: 580px; }
      .pge-mn .cst-cnt ul li {
        padding-bottom: 20px; }
      .pge-mn .cst-cnt p {
        margin-bottom: 20px; }
    .pge-mn .abt-main .abt-banner p {
      font-size: 15px; }
    .pge-mn .abt-main .own-team .own-cnt h4 {
      font-size: 16px; }
    .pge-mn .abt-main .own-team .own-cnt p {
      font-size: 13px; }
    .pge-mn .abt-main .team-mn h3 {
      font-size: 20px; }
    .pge-mn .abt-main .team-mn .tm-sub {
      width: 45.85%; }
      .pge-mn .abt-main .team-mn .tm-sub img {
        max-height: 310px; }
      .pge-mn .abt-main .team-mn .tm-sub .tm-cnt h4 {
        min-height: 42px; }
      .pge-mn .abt-main .team-mn .tm-sub .tm-cnt p {
        min-height: 156px; }
  .page-page .breadcrumbs {
    margin-bottom: 10px; }
  .page-page .navBar--sub {
    margin: 8px 0 30px; }
    .page-page .navBar--sub .navBar-item {
      margin-bottom: 8px; }
      .page-page .navBar--sub .navBar-item a {
        font-size: 15px; }
  .productView .productView-images {
    width: 100%;
    order: 2;
    max-width: 490px;
    margin: 0 auto; }
    .productView .productView-images .sale-flag-side {
      font-size: 12px;
      padding: 5px 13px; }
    .productView .productView-images .bdge {
      display: none; }
      .productView .productView-images .bdge .ftn-bage:before, .productView .productView-images .bdge .ftn-bage:after {
        content: none; }
  .productView .productView-details {
    width: 100%;
    padding-left: 0; }
    .productView .productView-details.mobile-view {
      display: block;
      order: 1; }
    .productView .productView-details.desktop-view {
      order: 3;
      max-width: 550px;
      border-top: 1px solid #929497;
      margin: 20px auto 0; }
      .productView .productView-details.desktop-view .productView-product .productView-brand, .productView .productView-details.desktop-view .productView-product .productView-title, .productView .productView-details.desktop-view .productView-product .dtl-cnt {
        display: none; }
      .productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc {
        font-size: 28px; }
      .productView .productView-details.desktop-view .productView-product .productView-price .price-section.non-sale-price--withoutTax {
        font-size: 16px; }
    .productView .productView-details.product-options {
      order: 4;
      max-width: 550px;
      margin: 0 auto;
      padding-bottom: 0; }
    .productView .productView-details .productView-product .productView-title {
      font-size: 20px; }
    .productView .productView-details .productView-product .dtl-cnt {
      border-bottom: none;
      padding-bottom: 0; }
    .productView .productView-details .bdge.mobile {
      display: block; }
      .productView .productView-details .bdge.mobile .ftn-bage {
        background: #fff;
        padding: 10px 0 0; }
        .productView .productView-details .bdge.mobile .ftn-bage:before, .productView .productView-details .bdge.mobile .ftn-bage:after {
          content: none; }
        .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone {
          display: flex;
          align-items: center;
          padding: 0 15px; }
          .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone a {
            display: none; }
          .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone .icn-img {
            max-width: 41px; }
          .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone h3 {
            font-size: 11px;
            padding: 0 0 0 10px;
            text-align: left; }
        .productView .productView-details .bdge.mobile .ftn-bage .store-by {
          display: none; }
      .productView .productView-details .bdge.mobile:before {
        content: none; }
    .productView .productView-details .prd-qty .wsh-sct {
      width: 85px;
      right: 20px;
      bottom: 15px;
      transform: translateY(-15px);
      z-index: 1; }
      .productView .productView-details .prd-qty .wsh-sct .form-wishlist {
        width: 100%;
        padding: 0; }
        .productView .productView-details .prd-qty .wsh-sct .form-wishlist #wishlist-dropdown.is-open {
          top: 26px !important; }
  .productView .stck-lvl {
    padding: 15px 20px; }
    .productView .stck-lvl .add-to-cart-wrapper {
      width: calc(100% - 85px); }
    .productView .stck-lvl.out-stk {
      padding: 40px 20px; }
  .product-page .body {
    padding: 0 10px;
    margin-bottom: 0; }
  .product-page .breadcrumbs {
    margin-bottom: 20px; }
  .productView-description {
    margin-left: -10px;
    margin-right: -10px;
    width: auto; }
    .productView-description .pd-cnt {
      max-width: 580px;
      padding: 40px 0; }
      .productView-description .pd-cnt .tabs {
        display: block; }
        .productView-description .pd-cnt .tabs .tab .tab-title {
          border-bottom: 1px solid #929497;
          padding: 12.5px 0;
          border-right: none; }
          .productView-description .pd-cnt .tabs .tab .tab-title:first-child {
            padding: 12.5px 0; }
          .productView-description .pd-cnt .tabs .tab .tab-title span {
            border-bottom: none;
            padding-bottom: 0; }
          .productView-description .pd-cnt .tabs .tab .tab-title .plus {
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px; }
          .productView-description .pd-cnt .tabs .tab .tab-title.is-active .minus {
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px; }
          .productView-description .pd-cnt .tabs .tab .tab-title.is-active .plus {
            display: none; }
          .productView-description .pd-cnt .tabs .tab .tab-title.is-active {
            color: #123a5b !important;
            border-color: #123a5b; }
            .productView-description .pd-cnt .tabs .tab .tab-title.is-active .accordion-indicator {
              fill: #123a5b; }
              .productView-description .pd-cnt .tabs .tab .tab-title.is-active .accordion-indicator path {
                fill: #123a5b; }
          .productView-description .pd-cnt .tabs .tab .tab-title:hover .accordion-indicator {
            fill: #123a5b; }
            .productView-description .pd-cnt .tabs .tab .tab-title:hover .accordion-indicator path {
              fill: #123a5b; }
        .productView-description .pd-cnt .tabs .tab.is-active .tab-title {
          color: #585858; }
        .productView-description .pd-cnt .tabs .tab:first-child .tab-title {
          padding-top: 0; }
        .productView-description .pd-cnt .tabs .tab .tab-content {
          padding: 20px 24px 5px;
          text-align: left;
          color: #000000; }
          .productView-description .pd-cnt .tabs .tab .tab-content h4 {
            font-size: 16px; }
          .productView-description .pd-cnt .tabs .tab .tab-content h3, .productView-description .pd-cnt .tabs .tab .tab-content h5, .productView-description .pd-cnt .tabs .tab .tab-content h6, .productView-description .pd-cnt .tabs .tab .tab-content h1, .productView-description .pd-cnt .tabs .tab .tab-content h4, .productView-description .pd-cnt .tabs .tab .tab-content h2 {
            font-weight: 700;
            letter-spacing: normal;
            margin: 0 0 16px; }
          .productView-description .pd-cnt .tabs .tab .tab-content a {
            color: #000000; }
            .productView-description .pd-cnt .tabs .tab .tab-content a:hover {
              color: #123a5b; }
          .productView-description .pd-cnt .tabs .tab .tab-content p {
            font-size: 13px;
            margin-bottom: 14px; }
          .productView-description .pd-cnt .tabs .tab .tab-content img {
            max-width: 100%;
            margin: 0 0 20px;
            width: auto; }
          .productView-description .pd-cnt .tabs .tab .tab-content ul li, .productView-description .pd-cnt .tabs .tab .tab-content ol li {
            font-size: 13px;
            padding-bottom: 8px; }
          .productView-description .pd-cnt .tabs .tab .tab-content .moreless {
            color: #123a5b;
            display: block;
            padding-top: 6px; }
          .productView-description .pd-cnt .tabs .tab .tab-content .toggle:last-of-type {
            margin-bottom: 0; }
          .productView-description .pd-cnt .tabs .tab .tab-content .videoGallery-main {
            padding-bottom: 52%; }
          .productView-description .pd-cnt .tabs .tab .tab-content .video-title {
            color: #000000;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.3;
            margin: 0 0 6px; }
          .productView-description .pd-cnt .tabs .tab .tab-content .video-description {
            font-size: 12px; }
          .productView-description .pd-cnt .tabs .tab .tab-content .video {
            margin-bottom: 0; }
          .productView-description .pd-cnt .tabs .tab .tab-content.is-active {
            padding-bottom: 0;
            display: block; }
          .productView-description .pd-cnt .tabs .tab .tab-content .dscrp-img .row {
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px; }
            .productView-description .pd-cnt .tabs .tab .tab-content .dscrp-img .row .col-4 {
              flex: 0 0 25%;
              max-width: 25%;
              padding: 0 10px;
              margin: 0 0 30px; }
              .productView-description .pd-cnt .tabs .tab .tab-content .dscrp-img .row .col-4 img {
                width: 100%;
                height: 100%;
                max-width: 100%;
                object-fit: cover; }
          .productView-description .pd-cnt .tabs .tab .tab-content .dsrp-btn {
            background-color: #80a280;
            text-decoration: none;
            padding: 7px 20px;
            color: #fff !important;
            text-transform: uppercase;
            font-weight: 500;
            margin: 0 0 20px;
            display: inline-block;
            font-size: 13px; }
            .productView-description .pd-cnt .tabs .tab .tab-content .dsrp-btn:hover {
              background-color: #8ab48a; }
          .productView-description .pd-cnt .tabs .tab .tab-content iframe {
            width: 100%; }
          .productView-description .pd-cnt .tabs .tab .tab-content .productView-info div {
            margin-bottom: 15px;
            margin-top: 0; }
          .productView-description .pd-cnt .tabs .tab .tab-content .productView-info .productView-info-name, .productView-description .pd-cnt .tabs .tab .tab-content .productView-info .productView-info-value {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-size: 12px; }
          .productView-description .pd-cnt .tabs .tab .tab-content .productView-info .productView-info-name {
            font-size: 13px;
            color: #000;
            font-weight: 700;
            padding-right: 5px; }
      .productView-description .pd-cnt .tabs-contents {
        display: none; }
  .pd-rw .productCarousel, .pd-cv .productCarousel {
    padding: 0 80px; }
    .pd-rw .productCarousel .card .card-body .card-text, .pd-cv .productCarousel .card .card-body .card-text {
      font-size: 11px; }
    .pd-rw .productCarousel .card .card-body .card-title, .pd-cv .productCarousel .card .card-body .card-title {
      margin: 6px 0 15px;
      min-height: 60px;
      max-height: 60px;
      font-size: 13px; }
    .pd-rw .productCarousel .card .card-body .price-section, .pd-cv .productCarousel .card .card-body .price-section {
      font-size: 13px; }
      .pd-rw .productCarousel .card .card-body .price-section.non-sale-price--withoutTax, .pd-cv .productCarousel .card .card-body .price-section.non-sale-price--withoutTax {
        font-size: 11px;
        padding-left: 9px; }
    .pd-rw .productCarousel .card .card-body .pdp-rate, .pd-cv .productCarousel .card .card-body .pdp-rate {
      margin-bottom: 8px; }
      .pd-rw .productCarousel .card .card-body .pdp-rate .icon, .pd-cv .productCarousel .card .card-body .pdp-rate .icon {
        height: 12px;
        width: 14px; }
  .pd-rw .slick-arrow, .pd-cv .slick-arrow {
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translate(0, -50%); }
    .pd-rw .slick-arrow.slick-prev, .pd-cv .slick-arrow.slick-prev {
      left: 27px; }
    .pd-rw .slick-arrow.slick-next, .pd-cv .slick-arrow.slick-next {
      right: 27px; }
    .pd-rw .slick-arrow:before, .pd-cv .slick-arrow:before {
      width: 9px;
      height: 13px; }
  .prd-rv-main .toggle {
    max-width: 580px; }
    .prd-rv-main .toggle .productReview-author {
      font-size: 10px;
      margin: 6px 0 20px; }
  #modal-review-form .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; }
  #modal-review-form .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; }
  #modal-review-form .writeReview-productDetails .product-title {
    font-size: 18px; }
  #modal-review-form .writeReview-productDetails .product-brand {
    font-size: 12px; }
  #previewModal .modal-header-title {
    font-size: 18px; }
  #previewModal .previewCart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #previewModal .previewCart .previewCartCheckout {
      order: 2;
      width: 100%;
      max-width: 400px; }
    #previewModal .previewCart .productView {
      order: 1; }
      #previewModal .previewCart .productView .productView-img-container img {
        position: initial;
        width: 300px; }
      #previewModal .previewCart .productView .productView-img-container:after {
        padding-bottom: 0; }
      #previewModal .previewCart .productView .productView-details {
        padding-top: 20px; }
      #previewModal .previewCart .productView .productView-info .productView-info-name {
        font-size: 13px;
        margin-top: 0; }
  .stick-tab {
    max-width: 698px; }
    .stick-tab .tabcnt .productView-title {
      font-size: 13px;
      padding-left: 15px;
      max-width: 209px;
      max-height: 34px;
      overflow: hidden;
      min-height: 34px; }
    .stick-tab .tabcnt .productView-price .price-section {
      font-size: 16px; }
      .stick-tab .tabcnt .productView-price .price-section.saleprc {
        font-size: 16px; }
    .stick-tab .tabcnt .stck-btn .button {
      padding: 13px 19px 13px 51px;
      background-position: center left 21px; }
      .stick-tab .tabcnt .stck-btn .button.desk-btn {
        display: none; }
      .stick-tab .tabcnt .stck-btn .button.mbl-btn {
        display: block; }
  .product-page .footer {
    padding: 30px 0 75px; }
  .cust-head.stick-head {
    padding: 10px 0; }
    .cust-head.stick-head .btnclcik {
      display: none; }
    .cust-head.stick-head .header-logo {
      width: 80px; }
    .cust-head.stick-head .navUser-item--cart svg {
      width: 33px;
      height: 33px; }
    .cust-head.stick-head .header-rgt {
      width: 100%;
      padding: 0; }
      .cust-head.stick-head .header-rgt .head-rgt-top {
        position: relative;
        opacity: 1;
        transform: none;
        top: 0;
        z-index: 9; }
  .page-page .body, .page_contact_form-page .body, .sitemap-page .body {
    margin-bottom: 4rem; }
  .productView .productView-images .productView-img-container:before {
    content: none; }
  .productView .productView-images .hover-btn {
    display: none; }
  .hp-top .hp-crsl {
    padding: 0;
    max-width: 768px; }
    .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) {
      width: 100%;
      margin-bottom: 20px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-img img {
        max-height: 418px;
        min-height: 418px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt {
        max-width: 310px;
        left: 42px;
        bottom: 55px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 {
          font-size: 52px;
          line-height: 54px;
          margin-bottom: 24px;
          padding-right: 0;
          letter-spacing: -1.04px; }
          .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
            font-size: 43px;
            letter-spacing: -0.86px; }
            .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span + span {
              font-size: 52px;
              letter-spacing: -1.04px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link {
          margin-top: 27px;
          padding: 10px 22px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n + 1):before {
        max-width: 563px;
        height: calc(100% - 20px); }
    .hp-top .hp-crsl .crsl-btm {
      padding-left: 58px;
      padding-right: 58px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      width: 100%; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 1) {
        width: 346px; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n + 2) {
        width: calc(100% - 346px);
        padding-right: 0;
        padding-left: 15px; }
  .top-pick {
    margin: 6px auto 0;
    padding-left: 42px;
    justify-content: flex-start; }
    .top-pick:before {
      height: 126px; }
    .top-pick .pl-mid {
      margin-top: 24px;
      margin-left: 6px; }
      .top-pick .pl-mid h4 {
        font-size: 27px;
        letter-spacing: -0.54px; }
      .top-pick .pl-mid p {
        margin: 8px 0 0; }
    .top-pick .pk-right {
      display: none; }
  .top-ct {
    margin: -92px auto 29px;
    max-width: 598px;
    padding: 0;
    flex-wrap: wrap; }
    .top-ct .ct-sub {
      width: 33.33%;
      margin: 0 0 21px;
      padding: 0 10px; }
      .top-ct .ct-sub.mbl-pick {
        height: 121px;
        display: block;
        padding: 0px 13px; }
        .top-ct .ct-sub.mbl-pick .pk-right {
          background-color: #f5f5f5;
          display: flex;
          align-items: center;
          border-radius: 32px;
          padding: 27px 30px;
          text-align: center;
          height: 100%;
          width: 100%;
          flex-wrap: wrap; }
        .top-ct .ct-sub.mbl-pick .pk-icon {
          max-width: 99px;
          margin: 0 auto; }
          .top-ct .ct-sub.mbl-pick .pk-icon img {
            height: auto; }
        .top-ct .ct-sub.mbl-pick .mbl-link {
          color: #212121;
          font-size: 13px;
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 10px;
          display: inline-block;
          line-height: 1; }
        .top-ct .ct-sub.mbl-pick:hover .mbl-link {
          color: #b71616; }
  .trnd-ctrgy-main .trnd-conatiner {
    max-width: 688px;
    padding: 15px 0 45px; }
  .trnd-ctrgy-main .trnd-grid {
    padding-top: 20px;
    margin: 0 -12px; }
  .trnd-ctrgy-main h5 {
    margin: 14px 0 0;
    font-size: 12px; }
  .trnd-ctrgy-main .trnd-sub {
    padding: 0 12px; }
  .trnd-ctrgy-main .trnd-img {
    height: 82px;
    padding: 0 10px; }
  .sprt-main {
    margin: 50px auto 0;
    max-width: 690px; }
    .sprt-main .sprt-sub {
      width: 50%; }
      .sprt-main .sprt-sub:first-child {
        padding-right: 62px; }
  .tb-main {
    margin: 60px auto 0; }
    .tb-main .home-tabs-cnt .productGrid {
      padding: 0 20px; }
      .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-prev {
        left: 4px; }
      .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-next {
        right: 4px; }
  .trst-main {
    margin: 50px auto 0;
    padding: 0 50px; }
    .trst-main .trst-cnt {
      margin: 0 6px;
      padding: 4px; }
    .trst-main .trst-sub {
      margin-left: -6px;
      margin-right: -6px; }
  .hm-link {
    margin: 20px 0 0; }
  .hm-testimonial .tsmnl-container {
    padding: 26px 0 30px;
    max-width: 648px; }
  .hm-testimonial .tsmnl-col:nth-child(n + 4) {
    display: none; }
  .lm-main {
    background-position: center; }
    .lm-main .lm-cnt {
      padding: 24px 0 88px;
      text-align: center; }
      .lm-main .lm-cnt h2 {
        max-width: 100%;
        font-size: 42px;
        line-height: 1.08;
        margin: 6px 0; }
        .lm-main .lm-cnt h2 span {
          font-size: 42px; }
      .lm-main .lm-cnt p {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px; }
      .lm-main .lm-cnt span {
        font-size: 16px; }
        .lm-main .lm-cnt span a {
          text-decoration: none; }
  .lm-prd {
    padding: 0 20px 0 37px;
    margin-top: -68px;
    max-width: 768px; }
    .lm-prd .lm-left {
      width: 156px;
      padding-right: 20px; }
      .lm-prd .lm-left a {
        padding: 7px 15px;
        font-size: 11px; }
    .lm-prd .lm-right {
      width: calc(100% - 156px); }
      .lm-prd .lm-right .productGrid {
        margin: 0 -7px; }
  .pge-mn .cst-cnt .pg-sl {
    padding: 0; }
    .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-prev {
      left: -45px; }
    .pge-mn .cst-cnt .pg-sl .slick-arrow.slick-next {
      right: -45px; }
  .\34 04-page .page-heading {
    margin-bottom: 30px;
    font-size: 27px; }
  .\34 04-page p {
    font-size: 12px;
    margin-bottom: 15px; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--color,
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--pattern {
    width: 120px;
    height: 120px; } }

@media screen and (max-width: 767px) {
  .login-page .page-heading, .forgotpassword-page .page-heading, .createaccount-page .page-heading, .createaccount_thanks-page .page-heading {
    font-size: 22px;
    line-height: 1.3;
    padding-top: 10px; }
  .login-page .form-label, .login-page .form-input, .login-page .form-select, .forgotpassword-page .form-label, .forgotpassword-page .form-input, .forgotpassword-page .form-select, .createaccount-page .form-label, .createaccount-page .form-input, .createaccount-page .form-select, .createaccount_thanks-page .form-label, .createaccount_thanks-page .form-input, .createaccount_thanks-page .form-select {
    font-size: 12px; }
  .login-page .form-inlineMessage, .forgotpassword-page .form-inlineMessage, .createaccount-page .form-inlineMessage, .createaccount_thanks-page .form-inlineMessage {
    font-size: 12px;
    line-height: 1.5; }
  .login-page .alertBox, .forgotpassword-page .alertBox, .createaccount-page .alertBox, .createaccount_thanks-page .alertBox {
    font-size: 13px; }
  .login-page .form-label small, .forgotpassword-page .form-label small, .createaccount-page .form-label small, .createaccount_thanks-page .form-label small {
    font-size: 9px; }
  .login-page .button--primary, .forgotpassword-page .button--primary, .createaccount-page .button--primary, .createaccount_thanks-page .button--primary {
    font-size: 14px; }
  .login-page .login-row .new-customer .panel-header, .forgotpassword-page .login-row .new-customer .panel-header, .createaccount-page .login-row .new-customer .panel-header, .createaccount_thanks-page .login-row .new-customer .panel-header {
    padding: 26px 20px 0 20px; }
    .login-page .login-row .new-customer .panel-header .panel-title, .forgotpassword-page .login-row .new-customer .panel-header .panel-title, .createaccount-page .login-row .new-customer .panel-header .panel-title, .createaccount_thanks-page .login-row .new-customer .panel-header .panel-title {
      font-size: 20px; }
  .login-page .login-row .new-customer .panel-body, .forgotpassword-page .login-row .new-customer .panel-body, .createaccount-page .login-row .new-customer .panel-body, .createaccount_thanks-page .login-row .new-customer .panel-body {
    padding: 8px 20px 37px 20px;
    font-size: 12px; }
    .login-page .login-row .new-customer .panel-body a .button--primary, .forgotpassword-page .login-row .new-customer .panel-body a .button--primary, .createaccount-page .login-row .new-customer .panel-body a .button--primary, .createaccount_thanks-page .login-row .new-customer .panel-body a .button--primary {
      font-size: 14px; }
    .login-page .login-row .new-customer .panel-body ul li, .forgotpassword-page .login-row .new-customer .panel-body ul li, .createaccount-page .login-row .new-customer .panel-body ul li, .createaccount_thanks-page .login-row .new-customer .panel-body ul li {
      font-size: 13px; }
  .account_orderstatus-page .page-heading, .account_inbox-page .page-heading, .account_order-page .page-heading, .editaccount-page .page-heading,
  .account_recentitems-page .page-heading, .add-wishlist-page .page-heading, .wishlists-page .page-heading, .wishlist-page .page-heading, .account_addressbook-page .page-heading,
  .shippingaddressform-page .page-heading, .account_returns-page .page-heading {
    font-size: 22px;
    line-height: 1.3; }
  .account_orderstatus-page .account--fixed .account-head, .account_inbox-page .account--fixed .account-head, .account_order-page .account--fixed .account-head, .editaccount-page .account--fixed .account-head,
  .account_recentitems-page .account--fixed .account-head, .add-wishlist-page .account--fixed .account-head, .wishlists-page .account--fixed .account-head, .wishlist-page .account--fixed .account-head, .account_addressbook-page .account--fixed .account-head,
  .shippingaddressform-page .account--fixed .account-head, .account_returns-page .account--fixed .account-head {
    margin: 20px 0 0; }
  .account_orderstatus-page .form-label, .account_orderstatus-page .form-input, .account_orderstatus-page .form-select, .account_inbox-page .form-label, .account_inbox-page .form-input, .account_inbox-page .form-select, .account_order-page .form-label, .account_order-page .form-input, .account_order-page .form-select, .editaccount-page .form-label, .editaccount-page .form-input, .editaccount-page .form-select,
  .account_recentitems-page .form-label,
  .account_recentitems-page .form-input,
  .account_recentitems-page .form-select, .add-wishlist-page .form-label, .add-wishlist-page .form-input, .add-wishlist-page .form-select, .wishlists-page .form-label, .wishlists-page .form-input, .wishlists-page .form-select, .wishlist-page .form-label, .wishlist-page .form-input, .wishlist-page .form-select, .account_addressbook-page .form-label, .account_addressbook-page .form-input, .account_addressbook-page .form-select,
  .shippingaddressform-page .form-label,
  .shippingaddressform-page .form-input,
  .shippingaddressform-page .form-select, .account_returns-page .form-label, .account_returns-page .form-input, .account_returns-page .form-select {
    font-size: 12px; }
  .account_orderstatus-page .form-inlineMessage, .account_inbox-page .form-inlineMessage, .account_order-page .form-inlineMessage, .editaccount-page .form-inlineMessage,
  .account_recentitems-page .form-inlineMessage, .add-wishlist-page .form-inlineMessage, .wishlists-page .form-inlineMessage, .wishlist-page .form-inlineMessage, .account_addressbook-page .form-inlineMessage,
  .shippingaddressform-page .form-inlineMessage, .account_returns-page .form-inlineMessage {
    font-size: 12px;
    line-height: 1.5; }
  .account_orderstatus-page .form-label small, .account_inbox-page .form-label small, .account_order-page .form-label small, .editaccount-page .form-label small,
  .account_recentitems-page .form-label small, .add-wishlist-page .form-label small, .wishlists-page .form-label small, .wishlist-page .form-label small, .account_addressbook-page .form-label small,
  .shippingaddressform-page .form-label small, .account_returns-page .form-label small {
    font-size: 9px; }
  .account_orderstatus-page .button--primary, .account_inbox-page .button--primary, .account_order-page .button--primary, .editaccount-page .button--primary,
  .account_recentitems-page .button--primary, .add-wishlist-page .button--primary, .wishlists-page .button--primary, .wishlist-page .button--primary, .account_addressbook-page .button--primary,
  .shippingaddressform-page .button--primary, .account_returns-page .button--primary {
    font-size: 14px; }
  .account_orderstatus-page .button + .button, .account_inbox-page .button + .button, .account_order-page .button + .button, .editaccount-page .button + .button,
  .account_recentitems-page .button + .button, .add-wishlist-page .button + .button, .wishlists-page .button + .button, .wishlist-page .button + .button, .account_addressbook-page .button + .button,
  .shippingaddressform-page .button + .button, .account_returns-page .button + .button {
    font-size: 14px; }
  .account_orderstatus-page .account-heading, .account_inbox-page .account-heading, .account_order-page .account-heading, .editaccount-page .account-heading,
  .account_recentitems-page .account-heading, .add-wishlist-page .account-heading, .wishlists-page .account-heading, .wishlist-page .account-heading, .account_addressbook-page .account-heading,
  .shippingaddressform-page .account-heading, .account_returns-page .account-heading {
    font-size: 16px; }
  .account_orderstatus-page .account-body .account-product-figure, .account_inbox-page .account-body .account-product-figure, .account_order-page .account-body .account-product-figure, .editaccount-page .account-body .account-product-figure,
  .account_recentitems-page .account-body .account-product-figure, .add-wishlist-page .account-body .account-product-figure, .wishlists-page .account-body .account-product-figure, .wishlist-page .account-body .account-product-figure, .account_addressbook-page .account-body .account-product-figure,
  .shippingaddressform-page .account-body .account-product-figure, .account_returns-page .account-body .account-product-figure {
    width: 80px; }
  .account_orderstatus-page .account-body .account-product-title a, .account_inbox-page .account-body .account-product-title a, .account_order-page .account-body .account-product-title a, .editaccount-page .account-body .account-product-title a,
  .account_recentitems-page .account-body .account-product-title a, .add-wishlist-page .account-body .account-product-title a, .wishlists-page .account-body .account-product-title a, .wishlist-page .account-body .account-product-title a, .account_addressbook-page .account-body .account-product-title a,
  .shippingaddressform-page .account-body .account-product-title a, .account_returns-page .account-body .account-product-title a {
    font-size: 15px; }
  .account_orderstatus-page .account-body p, .account_inbox-page .account-body p, .account_order-page .account-body p, .editaccount-page .account-body p,
  .account_recentitems-page .account-body p, .add-wishlist-page .account-body p, .wishlists-page .account-body p, .wishlist-page .account-body p, .account_addressbook-page .account-body p,
  .shippingaddressform-page .account-body p, .account_returns-page .account-body p {
    font-size: 13px; }
  .account_orderstatus-page .account-body span, .account_inbox-page .account-body span, .account_order-page .account-body span, .editaccount-page .account-body span,
  .account_recentitems-page .account-body span, .add-wishlist-page .account-body span, .wishlists-page .account-body span, .wishlist-page .account-body span, .account_addressbook-page .account-body span,
  .shippingaddressform-page .account-body span, .account_returns-page .account-body span {
    font-size: 13px; }
  .account_orderstatus-page .account-body h6, .account_inbox-page .account-body h6, .account_order-page .account-body h6, .editaccount-page .account-body h6,
  .account_recentitems-page .account-body h6, .add-wishlist-page .account-body h6, .wishlists-page .account-body h6, .wishlist-page .account-body h6, .account_addressbook-page .account-body h6,
  .shippingaddressform-page .account-body h6, .account_returns-page .account-body h6 {
    font-size: 10px;
    margin: 0; }
  .account_order-page .account-body {
    margin: 25px 0 0; }
  .account_order-page .account-listShipping .account-listShipping-title {
    font-size: 14px; }
  .account_order-page .account-product-body {
    padding-left: 15px;
    padding-bottom: 0; }
  .account_order-page .account-product-price, .account_order-page .account-product-title {
    font-size: 13px; }
  .account_order-page .account-orderTotal-value {
    padding: 10px 0; }
  .account_order-page .account-orderTotal-key {
    padding: 12px 0;
    font-size: 13px; }
  .account_order-page .account-orderTotal {
    width: 79.66667%; }
    .account_order-page .account-orderTotal .account-orderTotal-value:last-child {
      font-weight: 700;
      font-size: 18px; }
  .account_inbox-page h2 {
    font-size: 15px; }
  .account_inbox-page .button--primary {
    width: auto;
    margin-right: 8px; }
  .account_inbox-page .button + .button {
    margin: 0;
    width: auto; }
  .account_inbox-page .account-message {
    display: flex;
    flex-wrap: wrap; }
    .account_inbox-page .account-message .account-orderStatus {
      position: inherit;
      width: 100%;
      order: 3; }
    .account_inbox-page .account-message .account-product-title {
      width: 100%; }
  .editaccount-page .button--primary, .add-wishlist-page .button--primary, .account_addressbook-page .button--primary, .shippingaddressform-page .button--primary {
    width: auto; }
  .wishlists-page .form-actions input + input {
    width: auto;
    margin-top: 0;
    font-size: 12px;
    padding: 12px; }
  .wishlists-page .account .table-thead tr th {
    font-size: 10px;
    padding: 7px; }
    .wishlists-page .account .table-thead tr th:first-child, .wishlists-page .account .table-thead tr th:last-child {
      padding-left: 0;
      padding-right: 0; }
  .wishlists-page .account .table-tbody tr td {
    padding: 18px 7px 12px; }
    .wishlists-page .account .table-tbody tr td:first-child, .wishlists-page .account .table-tbody tr td:last-child {
      padding-left: 0;
      padding-right: 0; }
  .wishlists-page .account .table-tbody tr td, .wishlists-page .account .table-tbody tr a {
    font-size: 12px; }
  .wishlists-page .form-fieldset {
    display: flex;
    justify-content: flex-end; }
    .wishlists-page .form-fieldset .button {
      font-size: 10px !important;
      display: inline-block;
      width: auto;
      padding: 5px 8px; }
      .wishlists-page .form-fieldset .button + .button {
        margin-left: 4px; }
  .wishlists-page .button--primary {
    font-size: 12px;
    padding: 12px;
    width: auto; }
  .shippingaddressform-page .button + .button {
    width: auto;
    margin-top: 0;
    font-size: 14px;
    margin-left: 8px; }
  .account_addressbook-page .addressList .address {
    width: 100%; }
  .account_addressbook-page .button {
    font-size: 12px; }
    .account_addressbook-page .button + .button {
      font-size: 12px;
      width: auto;
      margin-left: 8px !important; }
  .blog-page .page-heading {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 10px; }
  .blog-page .blog-thumbnail {
    max-width: 300px; }
  .blog-page .blog-title {
    font-size: 16px; }
  .blog-page .blog-post-body {
    padding: 0; }
  .blog_post-page .blog {
    padding: 0; }
  .blog_post-page .blog-thumbnail {
    max-width: 300px;
    margin: 0 auto 15px;
    padding-top: 10px; }
  .blog_post-page .blog-title {
    font-size: 16px;
    line-height: 1.4; }
  .blog_post-page .blog-post {
    padding-bottom: 50px;
    margin-bottom: 30px; }
    .blog_post-page .blog-post ul, .blog_post-page .blog-post ol {
      margin-bottom: 60px;
      margin-top: 40px; }
    .blog_post-page .blog-post h1 {
      font-size: 18px; }
  .category-page .page-heading, .search-page .page-heading {
    font-size: 26px;
    padding: 16px 0 12px; }
  .search-page .page-heading {
    padding: 16px 0 0; }
  .ctg-sb .ctg-sli {
    padding: 0 32px; }
    .ctg-sb .ctg-sli .slick-arrow {
      width: 22px;
      height: 22px; }
      .ctg-sb .ctg-sli .slick-arrow.slick-prev {
        left: -32px; }
      .ctg-sb .ctg-sli .slick-arrow.slick-next {
        right: -32px; }
      .ctg-sb .ctg-sli .slick-arrow:before {
        width: 7px;
        height: 12px; }
    .ctg-sb .ctg-sli .slick-list .ctg-item img {
      min-height: 65px;
      max-height: 65px; }
  .mobile-sort {
    margin-top: 20px;
    width: 100%;
    text-align: center; }
  .card .card-figure {
    z-index: 0; }
  .card .card-body:before {
    width: 58px; }
  .card .card-body .pdp-rate {
    margin-bottom: 8px; }
  .card .card-body .card-text {
    font-size: 11px; }
  .card .card-body .card-title {
    text-align: left;
    font-size: 13px;
    margin: 8px 0 15px;
    min-height: 80px;
    max-height: 80px; }
  .card .card-body .price-section {
    font-size: 13px; }
    .card .card-body .price-section.non-sale-price--withoutTax {
      font-size: 10px;
      padding-left: 8px; }
  .page-content .productGrid {
    margin: 0 -10px; }
    .page-content .productGrid .product {
      width: 50%;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
  .page-content .ctg-cnt {
    display: none; }
  .tgl-sidebar {
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    .tgl-sidebar + .page-content {
      margin-top: 104px; }
      .tgl-sidebar + .page-content .productGrid {
        margin: 0 -10px; }
        .tgl-sidebar + .page-content .productGrid .product {
          width: 50%;
          padding-left: 0.75rem;
          padding-right: 0.75rem; }
  .page-content .actionBar {
    text-align: center; }
  .createaccount-page .account--fixed .form-row {
    margin-left: -10px;
    margin-right: -10px; }
  .createaccount-page .account--fixed .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .account_recentitems-page .productGrid, .add-wishlist-page .productGrid, .wishlist-page .productGrid {
    margin-left: -10px;
    margin-right: -10px; }
    .account_recentitems-page .productGrid .product, .add-wishlist-page .productGrid .product, .wishlist-page .productGrid .product {
      padding: 0 10px;
      width: 50%; }
  .search-page .panel-body {
    font-size: 13px; }
    .search-page .panel-body a {
      font-size: 13px; }
  .search-page .suggestion-title {
    font-size: 15px; }
  .search-page .navBar--sub .navBar-item a {
    font-size: 14px; }
  .search-page .page-content {
    margin-top: 60px !important; }
  .search-page .vsble + .page-content {
    margin-top: 0 !important; }
  .page-page .page-heading, .page_contact_form-page .page-heading, .sitemap-page .page-heading {
    padding: 10px 0 20px;
    font-size: 26px; }
  .page-page .navBar--sub, .page_contact_form-page .navBar--sub, .sitemap-page .navBar--sub {
    margin: 5px 0 20px; }
    .page-page .navBar--sub .navBar-item a, .page_contact_form-page .navBar--sub .navBar-item a, .sitemap-page .navBar--sub .navBar-item a {
      font-size: 14px; }
  .pge-mn {
    padding: 0; }
    .pge-mn .cst-cnt h1, .pge-mn .cst-cnt h2, .pge-mn .cst-cnt h3, .pge-mn .cst-cnt h4, .pge-mn .cst-cnt h5, .pge-mn .cst-cnt h6 {
      margin-top: 50px; }
    .pge-mn .cst-cnt h4 a {
      font-size: 16px;
      display: block;
      padding-left: 0;
      margin-top: 5px; }
    .pge-mn .cst-cnt h6 {
      margin-top: 0 !important; }
    .pge-mn .cst-cnt .pg-vd {
      height: 252px; }
    .pge-mn .cst-cnt ul {
      padding-bottom: 0; }
    .pge-mn .abt-main .abt-banner p {
      font-size: 13px; }
    .pge-mn .abt-main .own-team img {
      width: 100%; }
    .pge-mn .abt-main .own-team .own-cnt {
      width: 100%;
      padding-left: 0;
      padding-top: 25px; }
      .pge-mn .abt-main .own-team .own-cnt p {
        font-size: 12px; }
    .pge-mn .abt-main .team-mn {
      margin-left: 0;
      margin-right: 0; }
      .pge-mn .abt-main .team-mn h3 {
        font-size: 18px;
        margin-bottom: 20px; }
      .pge-mn .abt-main .team-mn .tm-sub {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .pge-mn .abt-main .team-mn .tm-sub .tm-cnt p {
          min-height: auto; }
  .cnt-pg p {
    font-size: 12px; }
  .cnt-pg .form-label {
    font-size: 12px; }
  .cnt-pg .form-input, .cnt-pg .form-select {
    font-size: 12px; }
  .cnt-pg .button--primary {
    width: auto;
    font-size: 14px; }
  .page-sidebar {
    width: 100%; }
  .product-page .body {
    padding: 0; }
  .productView .productView-images .sale-flag-side {
    font-size: 10px;
    padding: 2px 10px; }
  .productView .productView-details .productView-product .dtl-cnt {
    flex-wrap: wrap; }
  .productView .productView-details .productView-product .productView-info {
    padding-top: 10px;
    padding-left: 0;
    width: 100%; }
  .productView .productView-details.mobile-view {
    padding-bottom: 20px; }
  .productView .productView-details .bdge.mobile .ftn-bage .foot-icn {
    align-items: flex-start;
    margin: 0 -12px; }
    .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone {
      align-items: flex-start;
      margin-bottom: 0;
      width: 33.33%;
      padding: 0 12px; }
      .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone .icn-img {
        max-width: 33px; }
      .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone h3 {
        font-size: 9px;
        padding: 0 0 0 6px; }
  .productView .productView-details .prd-qty .wsh-sct {
    width: auto;
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%);
    right: auto; }
    .productView .productView-details .prd-qty .wsh-sct .form-wishlist a .icon {
      float: none;
      margin-left: 0; }
    .productView .productView-details .prd-qty .wsh-sct .form-wishlist #wishlist-dropdown.is-open {
      width: 200px !important;
      top: 22px !important;
      left: 50% !important;
      transform: translateX(-50%); }
  .productView .productView-images .productView-image {
    margin-bottom: 15px;
    pointer-events: none; }
  .productView .productView-images .productView-thumbnails .slick-list {
    margin-left: 37px;
    margin-right: 37px; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    left: 2px; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
    right: 2px; }
  .productView .prd-opt {
    padding: 0 10px;
    text-align: left; }
  .productView .prd-opt {
    padding: 0 10px;
    text-align: left; }
    .productView .prd-opt .swtch-opt.rct-list .form-option-wrapper .form-option {
      width: 122px; }
      .productView .prd-opt .swtch-opt.rct-list .form-option-wrapper .form-option .swt-txt {
        font-size: 10px; }
  .productView .stck-lvl {
    flex-wrap: wrap;
    padding: 21px 30px 45px;
    justify-content: center; }
    .productView .stck-lvl .add-to-cart-wrapper {
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: 275px; }
    .productView .stck-lvl .add-to-cart-buttons {
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      padding-top: 20px;
      max-width: 275px; }
      .productView .stck-lvl .add-to-cart-buttons .button {
        background-position: center left 60px; }
      .productView .stck-lvl .add-to-cart-buttons .button[disabled] {
        background-position: center left 42px; }
    .productView .stck-lvl.out-stk {
      padding: 26px 20px; }
  .productView-description {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px; }
    .productView-description .pd-cnt .tabs .tab .tab-title {
      text-align: left; }
      .productView-description .pd-cnt .tabs .tab .tab-title .accordion-indicator {
        margin-right: 6px; }
  .pd-rw .slick-arrow.slick-prev, .pd-cv .slick-arrow.slick-prev {
    left: 16px; }
  .pd-rw .slick-arrow.slick-next, .pd-cv .slick-arrow.slick-next {
    right: 16px; }
  #modal-review-form .writeReview-productDetails {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none; }
  #modal-review-form .writeReview-form {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    margin-top: 40px; }
  #modal-review-form .form .form-label {
    font-size: 12px; }
    #modal-review-form .form .form-label small {
      font-size: 9px; }
  #modal-review-form .form .form-select, #modal-review-form .form .form-input {
    font-size: 12px; }
  #modal-review-form .form .form-inlineMessage {
    font-size: 11px; }
  #modal-review-form .form .form-field--submit {
    text-align: center; }
  #previewModal .modal-header-title {
    font-size: 15px; }
  #previewModal .previewCart .productView .productView-title {
    font-size: 16px; }
  #previewModal .previewCart .productView .productView-brand {
    font-size: 13px; }
  #previewModal .previewCart .productView .productView-img-container img {
    width: 250px; }
  .stick-tab {
    max-width: 335px; }
    .stick-tab .tabcnt {
      align-items: flex-start; }
      .stick-tab .tabcnt .productView-image {
        padding-top: 3px; }
      .stick-tab .tabcnt .cnt-dis {
        flex-wrap: wrap;
        padding-left: 10px; }
      .stick-tab .tabcnt .productView-title {
        max-width: 100%;
        width: 100%;
        text-align: left;
        padding-left: 0;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        min-height: initial;
        max-height: initial; }
      .stick-tab .tabcnt .productView-price .price-section {
        font-size: 14px; }
        .stick-tab .tabcnt .productView-price .price-section.saleprc {
          font-size: 14px; }
      .stick-tab .tabcnt .stck-btn {
        padding-left: 0; }
        .stick-tab .tabcnt .stck-btn .button {
          font-size: 11px;
          background-size: 15px;
          padding: 7px 16px 7px 37px;
          background-position: center left 15px; }
      .stick-tab .tabcnt .cnt-pr {
        padding-top: 5px;
        width: 100%;
        justify-content: space-between; }
  .prd-rv-main .toggle .productReview {
    margin-bottom: 10px; }
  .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) {
    padding-bottom: 0;
    background-color: #fff;
    margin-bottom: 20px; }
    .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-img img {
      max-height: 300px;
      min-height: 300px;
      object-fit: cover; }
    .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-cnt {
      background-color: #fff;
      padding: 0 32px 32px;
      max-width: 100%;
      max-width: 375px;
      position: relative;
      margin-top: -26px;
      bottom: auto;
      left: auto; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-cnt h2 {
        font-size: 43px;
        line-height: 44px;
        margin-bottom: 15px;
        max-width: 258px;
        letter-spacing: -0.86px; }
        .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-cnt h2 span {
          font-size: 36px;
          letter-spacing: -0.72px; }
          .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-cnt h2 span + span {
            font-size: 43px;
            letter-spacing: -0.86px; }
      .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-cnt .crsl-link {
        margin-top: 24px;
        padding: 10px 19px; }
  .hp-top .hp-crsl .crsl-btm {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 375px;
    margin: 0 auto; }
    .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+1) {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+1) .crsl-cnt {
        position: absolute;
        padding: 0;
        bottom: 21px;
        background-color: initial; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+1) .crsl-cnt .crsl-link {
          font-size: 14px;
          margin-bottom: 0; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+1) .crsl-cnt .crsl-link:before {
            top: 0; }
    .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) .crsl-img img {
        max-height: 236px;
        min-height: 236px; }
      .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) .crsl-cnt {
        right: 20px;
        max-width: 203px;
        top: 15px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) .crsl-cnt h2 {
          font-size: 31px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) .crsl-cnt h2 span {
            font-size: 32px; }
        .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) .crsl-cnt .crsl-link {
          margin-top: 12px;
          font-size: 14px; }
          .hp-top .hp-crsl .crsl-btm .crsl-sub:nth-child(2n+2) .crsl-cnt .crsl-link:before {
            top: 0; }
  .top-pick {
    margin: 24px auto 0;
    padding-left: 0;
    padding-left: 0;
    position: relative;
    justify-content: flex-end;
    padding-bottom: 55px;
    max-width: 375px; }
    .top-pick .pk-left {
      max-width: 185px;
      margin-top: 20px;
      position: absolute;
      z-index: 0;
      left: 0; }
    .top-pick .pl-mid {
      margin-top: 0;
      margin-left: 0;
      margin-right: 22px;
      max-width: 208px; }
      .top-pick .pl-mid h4 {
        text-align: right;
        letter-spacing: -0.56px;
        font-size: 28px;
        line-height: 30px; }
        .top-pick .pl-mid h4 span {
          display: block; }
      .top-pick .pl-mid p {
        font-size: 12px;
        margin: 10px 4px 0 0;
        text-align: right; }
  .top-ct {
    margin: -34px auto 25px;
    padding: 0 8px; }
    .top-ct .ct-sub {
      width: 50%;
      margin: 0 0 25px;
      padding: 0 7px; }
      .top-ct .ct-sub .ct-img {
        height: 107px; }
      .top-ct .ct-sub h1 {
        font-size: 13px; }
      .top-ct .ct-sub:nth-child(n + 5) {
        display: none; }
  .trnd-ctrgy-main {
    margin-top: 0; }
    .trnd-ctrgy-main .trnd-conatiner {
      max-width: 100%;
      padding: 45px 30px 0; }
    .trnd-ctrgy-main .trnd-sub {
      width: 33.33%;
      padding: 0 6px;
      margin-bottom: 40px; }
    .trnd-ctrgy-main .trnd-grid {
      padding-top: 23px;
      margin: 0 -6px; }
  .sprt-main {
    max-width: 287px; }
    .sprt-main .sprt-sub {
      width: 100%; }
      .sprt-main .sprt-sub:first-child {
        padding-right: 0;
        margin-bottom: 40px; }
  .trst-main {
    padding: 0 20px; }
    .trst-main .trst-cnt {
      margin: 0 4px;
      width: 31%;
      margin-bottom: 11px; }
    .trst-main .trst-sub {
      margin-left: -5px;
      margin-right: -5px;
      margin-top: 10px;
      justify-content: center; }
    .trst-main .hm-link {
      margin: 3px 0 0; }
  .hm-testimonial .tsmnl-container {
    padding: 40px 30px 50px;
    justify-content: center; }
  .hm-testimonial .tsmnl-col:nth-child(n+3) {
    display: none; }
  .hm-testimonial .hm-link {
    margin-top: 20px; }
  .tb-main {
    margin: 0 auto;
    max-width: 335px; }
    .tb-main .home-tabs-cnt {
      margin: 0; }
      .tb-main .home-tabs-cnt .page-heading {
        display: block;
        color: #123a5b;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: normal;
        margin: 0 0 15px;
        text-transform: uppercase; }
      .tb-main .home-tabs-cnt .hm-sub {
        display: block !important;
        margin-top: 60px; }
        .tb-main .home-tabs-cnt .hm-sub:nth-child(2) {
          margin-top: 30px; }
      .tb-main .home-tabs-cnt .productGrid {
        padding: 0 60px; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-prev {
          left: 6px; }
        .tb-main .home-tabs-cnt .productGrid .slick-arrow.slick-next {
          right: 6px; }
        .tb-main .home-tabs-cnt .productGrid .card .card-body .card-text {
          font-size: 12px; }
        .tb-main .home-tabs-cnt .productGrid .card .card-body .pdp-rate {
          margin-bottom: 15px; }
        .tb-main .home-tabs-cnt .productGrid .card .card-body .card-title {
          margin: 6px 0 21px;
          min-height: 65px;
          max-height: 65px;
          font-size: 14px; }
        .tb-main .home-tabs-cnt .productGrid.slick-none {
          padding: 0; }
          .tb-main .home-tabs-cnt .productGrid.slick-none .card .card-body .price-section {
            font-size: 13px; }
            .tb-main .home-tabs-cnt .productGrid.slick-none .card .card-body .price-section.saleprc {
              font-size: 13px; }
            .tb-main .home-tabs-cnt .productGrid.slick-none .card .card-body .price-section.non-sale-price--withoutTax {
              font-size: 11px; }
    .tb-main .tabs-nav {
      display: none; }
  .lm-prd {
    display: none; }
  .lm-main .lm-cnt {
    padding: 24px 0;
    max-width: 375px; }
    .lm-main .lm-cnt h2 {
      font-size: 36px;
      line-height: 1.2;
      margin: 12px 0 17px; }
    .lm-main .lm-cnt p {
      display: block;
      padding-right: 0; }
    .lm-main .lm-cnt .lmt-sp {
      display: block;
      background-color: #123A5B;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 6px;
      padding: 9px 20px;
      font-weight: 700;
      max-width: 165px;
      margin: 30px auto 0;
      text-decoration: none; }
      .lm-main .lm-cnt .lmt-sp:hover {
        background-color: #185c95; }
    .lm-main .lm-cnt .mb-lmt {
      display: none; }
  .pge-mn .cst-cnt .site-addr {
    flex-wrap: wrap;
    text-align: center;
    margin: 30px auto 0; }
    .pge-mn .cst-cnt .site-addr .addr-left, .pge-mn .cst-cnt .site-addr .addr-right {
      width: 100%; }
      .pge-mn .cst-cnt .site-addr .addr-left h4, .pge-mn .cst-cnt .site-addr .addr-right h4 {
        margin-top: 12px; }
      .pge-mn .cst-cnt .site-addr .addr-left p, .pge-mn .cst-cnt .site-addr .addr-right p {
        font-size: 12px; }
        .pge-mn .cst-cnt .site-addr .addr-left p strong, .pge-mn .cst-cnt .site-addr .addr-right p strong {
          display: block; }
  .pge-mn .cst-cnt .site-map iframe {
    width: 300px;
    height: 200px;
    border: none; }
  .pge-mn .cst-cnt .site-img {
    margin: 30px auto 0; }
  .pge-mn .cst-cnt .pg-sl {
    margin-bottom: 0; }
    .pge-mn .cst-cnt .pg-sl .sl-img img {
      max-height: 350px;
      height: 350px; }
    .pge-mn .cst-cnt .pg-sl .sl-cnt {
      max-width: 250px;
      padding: 20px; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt span.heading {
        font-size: 20px; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt span.sltxt {
        font-size: 12px; }
      .pge-mn .cst-cnt .pg-sl .sl-cnt .sh-btn {
        padding: 6px 15px;
        font-size: 12px; }
    .pge-mn .cst-cnt .pg-sl .slick-dots {
      margin-top: 10px;
      position: static; }
      .pge-mn .cst-cnt .pg-sl .slick-dots li {
        height: 1.7rem;
        width: 1.7rem;
        padding-bottom: 0; }
  .top-pick:before {
    opacity: 0; }
  .productView-description .pd-cnt .tabs .tab .tab-content .dscrp-img .row .col-4 {
    margin: 0 0 20px;
    flex: 0 0 50%;
    max-width: 50%; }
  .\34 04-page .button--primary {
    width: 100%;
    margin: 0.78571rem 0 0;
    font-size: 14px; }
  .\34 04-page .page-heading {
    font-size: 22px; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option {
    padding: 10px 10px 15px; } }

@media screen and (max-width: 745px) {
  .pd-rw, .pd-cv {
    max-width: 315px; }
  .prd-rv-main .pd-rev {
    max-width: 315px; }
  .prd-rv-main .toggle {
    max-width: 275px; } }

@media screen and (max-width: 450px) {
  .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-img img {
    max-height: 204px;
    min-height: 204px; } }

@media screen and (max-width: 380px) {
  .top-pick:before {
    opacity: 0.2; } }

@media screen and (max-width: 374px) {
  .forgotpassword-page .g-recaptcha {
    width: 100%; }
  .blog-page .blog-title {
    font-size: 14px;
    margin: 0px 0 8px 0; }
  .blog-page .blog-date {
    font-size: 11px;
    margin-bottom: 16px; }
  .blog-page .blog-post p {
    font-size: 13px; }
    .blog-page .blog-post p a {
      font-size: 11px; }
  .pagination .pagination-item a {
    width: 18px;
    height: 18px;
    font-size: 12px; }
  .pagination .pagination-item.pagination-item--next a .icon svg {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #212121; }
  .blog_post-page .blog-title {
    font-size: 14px;
    margin: 0 0 8px; }
  .blog_post-page .blog-date, .blog_post-page .blog-author {
    font-size: 11px;
    margin-bottom: 25px; }
  .blog_post-page .blog-post {
    padding-bottom: 40px;
    margin-bottom: 15px; }
    .blog_post-page .blog-post p {
      font-size: 13px; }
    .blog_post-page .blog-post h4 {
      font-size: 13px; }
    .blog_post-page .blog-post ul {
      margin-bottom: 30px;
      margin-top: 30px; }
  .card .card-body .price-section {
    font-size: 10px; }
  .page-sidebar {
    width: 100%; }
  .actionBar .form-field .form-label {
    font-size: 13px; }
  .actionBar .form-field .form-select {
    font-size: 12px;
    max-width: 180px; }
  .page-content .show-more-button-box .show-more-btn {
    padding: 10px 26px;
    font-size: 13px; }
  .productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc {
    font-size: 25px; }
  .productView .productView-details.desktop-view .productView-product .productView-price .price-section.non-sale-price--withoutTax {
    font-size: 14px;
    padding-left: 14px; }
  .productView .stck-lvl .add-to-cart-buttons .button {
    background-position: center left 36px; }
  .productView .stck-lvl .add-to-cart-buttons .button[disabled] {
    background-position: center left 18px; }
  .pd-rw .productCarousel, .pd-cv .productCarousel {
    padding: 0 40px; }
  .pd-rw .slick-arrow.slick-prev, .pd-cv .slick-arrow.slick-prev {
    left: 0; }
  .pd-rw .slick-arrow.slick-next, .pd-cv .slick-arrow.slick-next {
    right: 0; }
  .stick-tab {
    max-width: 302px; }
    .stick-tab .tabcnt .productView-price .price-section {
      font-size: 11px; }
      .stick-tab .tabcnt .productView-price .price-section.saleprc {
        font-size: 11px; }
  .hp-top .hp-crsl .crsl-sub:nth-child(2n+1) .crsl-cnt {
    padding: 0 18px 32px; }
  .lm-main .lm-cnt p {
    font-size: 14px; }
  .lm-main .lm-cnt span {
    font-size: 14px; }
  .productView .productView-details .bdge.mobile .ftn-bage .foot-icn {
    margin: 0 -5px; }
    .productView .productView-details .bdge.mobile .ftn-bage .foot-icn .icnone {
      padding: 0 5px; }
  .pge-mn .cst-cnt .site-map iframe {
    width: 250px;
    height: 200px; }
  .top-pick {
    padding-bottom: 45px; }
    .top-pick .pk-left {
      max-width: 132px; }
    .top-pick .pl-mid {
      max-width: 170px; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--color,
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--pattern {
    width: 90px;
    height: 90px; } }

/* New pdp sticky btn css ends */
div#slider {
  width: 87%;
  margin-top: 60px;
  border: 1px solid #c5c5c5;
  background: #fff;
  color: #333;
  position: relative;
  height: 10px;
  left: 6px;
  max-width: 195px; }
  @media screen and (max-width: 1023px) {
    div#slider {
      max-width: 275px;
      width: 90%; } }
  div#slider .ui-widget-header {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    top: 0;
    height: 100%;
    background: #929497 !important;
    color: #333;
    font-weight: bold; }

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  top: -5px;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 3px;
  margin-left: -1px; }
  .ui-state-default:hover, .ui-widget-content .ui-state-default:hover,
  .ui-widget-header .ui-state-default:hover,
  .ui-button:hover,
  html .ui-button.ui-state-disabled:hover:hover,
  html .ui-button.ui-state-disabled:active:hover {
    background-color: #185c95;
    border-color: #185c95; }

.ui-state-focus,
.ui-state-active {
  background-color: #185c95 !important;
  border-color: #185c95 !important; }

body.cstn.bd-nav-up {
  padding-top: 0 !important; }

#pdpfrm {
  scroll-margin-top: 100px; }

#extend-offer {
  margin: 0 0 10px !important;
  width: 100%; }

@media screen and (max-width: 767px) {
  .brand-page .tgl-sidebar {
    transform: none;
    position: static; }
    .brand-page .tgl-sidebar .page-sidebar {
      max-width: 335px;
      left: auto;
      top: auto; } }

/* After lIVE theme changes starts */
.ctg-sb .ctg-sli .slick-list .ctg-item .ctg-action {
  text-align: center; }

.cart-page .snize-sticky-searchbox, .cart-page .snize-sticky-searchbox {
  display: none !important; }

.trnd-ctrgy-main .trnd-sub:first-child .trnd-img, .trnd-ctrgy-main .trnd-sub:nth-child(2) .trnd-img {
  padding: 0 16px; }
  @media screen and (max-width: 1269px) {
    .trnd-ctrgy-main .trnd-sub:first-child .trnd-img, .trnd-ctrgy-main .trnd-sub:nth-child(2) .trnd-img {
      padding: 0 5px; } }
  @media screen and (max-width: 1023px) {
    .trnd-ctrgy-main .trnd-sub:first-child .trnd-img, .trnd-ctrgy-main .trnd-sub:nth-child(2) .trnd-img {
      padding: 0 10px; } }

.trnd-ctrgy-main .trnd-sub:nth-child(3) .trnd-img, .trnd-ctrgy-main .trnd-sub:nth-child(4) .trnd-img {
  padding: 0px 20px; }
  @media screen and (max-width: 1269px) {
    .trnd-ctrgy-main .trnd-sub:nth-child(3) .trnd-img, .trnd-ctrgy-main .trnd-sub:nth-child(4) .trnd-img {
      padding: 0 14px; } }
  @media screen and (max-width: 767px) {
    .trnd-ctrgy-main .trnd-sub:nth-child(3) .trnd-img, .trnd-ctrgy-main .trnd-sub:nth-child(4) .trnd-img {
      padding: 0 18px; } }

.trnd-ctrgy-main .trnd-sub:nth-child(5) .trnd-img {
  padding: 0px 4px; }
  @media screen and (max-width: 1269px) {
    .trnd-ctrgy-main .trnd-sub:nth-child(5) .trnd-img {
      padding: 0px 6px; } }
  @media screen and (max-width: 767px) {
    .trnd-ctrgy-main .trnd-sub:nth-child(5) .trnd-img {
      padding: 0 9px; } }

div.snize div.snize-search-results-categories li.snize-category .snize-item {
  display: block !important; }

/* After lIVE theme changes ends */
/* Affirm css starts */
.card .card-body .affirm-as-low-as {
  font-size: 12px;
  color: #8F8F8F;
  margin: 4px 0 0;
  line-height: 14px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .card .card-body .affirm-as-low-as {
      line-height: 12px;
      font-size: 10px; } }
  .card .card-body .affirm-as-low-as a {
    color: #1FB5BC;
    text-decoration: none; }
    .card .card-body .affirm-as-low-as a:hover {
      color: #b71616; }

@media screen and (max-width: 767px) {
  .card .card-body .price-section {
    text-align: left; } }

.card .card-text {
  align-items: flex-start; }

.productView .productView-details .productView-price .affirm-as-low-as {
  font-size: 13px;
  color: #8F8F8F;
  margin: 12px 0 2px;
  line-height: 14px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .productView .productView-details .productView-price .affirm-as-low-as {
      font-size: 12px; } }
  .productView .productView-details .productView-price .affirm-as-low-as a {
    color: #1FB5BC;
    text-decoration: none; }
    .productView .productView-details .productView-price .affirm-as-low-as a:hover {
      color: #b71616; }

@media screen and (max-width: 767px) {
  .tb-main .home-tabs-cnt .productGrid .card .card-body .affirm-as-low-as {
    font-size: 12px;
    line-height: 14px; } }

.stick-tab .tabcnt .affirm-as-low-as {
  display: none; }

/* Affirm css ends */
.productView .productView-thumbnails.cust-thumbnail .slick-list {
  margin: 0 auto;
  width: 556px; }
  @media (max-width: 1269px) {
    .productView .productView-thumbnails.cust-thumbnail .slick-list {
      width: 358px; } }
  @media (max-width: 767px) {
    .productView .productView-thumbnails.cust-thumbnail .slick-list {
      width: 269px; } }
  .productView .productView-thumbnails.cust-thumbnail .slick-list .productView-thumbnail {
    padding: 0 5px;
    display: flex !important; }
    .productView .productView-thumbnails.cust-thumbnail .slick-list .productView-thumbnail .productView-thumbnail-link {
      max-width: 84px;
      width: 83px;
      height: 70px; }
      .productView .productView-thumbnails.cust-thumbnail .slick-list .productView-thumbnail .productView-thumbnail-link img {
        width: 100%;
        height: auto;
        margin: 0;
        object-fit: inherit;
        right: inherit;
        left: inherit;
        bottom: inherit;
        top: inherit; }

.productView .bdge .ftn-bage.pdp-bage {
  padding-left: 0;
  padding-right: 0; }
  .productView .bdge .ftn-bage.pdp-bage .foot-icn {
    margin: 0;
    width: 542px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 5px; }
    @media (max-width: 1269px) {
      .productView .bdge .ftn-bage.pdp-bage .foot-icn {
        width: 490px;
        padding: 0 3px; } }
    .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone {
      padding: 0;
      width: 158px;
      max-width: none; }
      .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone .icn-img {
        margin: 0;
        width: 41px;
        height: 41px;
        margin: 0; }
        @media (max-width: 1023px) {
          .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone .icn-img {
            width: 41px;
            height: 41px; } }
        .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg {
          height: 41px;
          width: 41px;
          border: 2px solid #929497;
          border-radius: 50%;
          padding: 2px;
          background: #123A5B;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg::after {
            content: '';
            position: absolute;
            border: 2px solid #fff;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            left: 0;
            top: 0; }
          .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg svg {
            width: 24px;
            height: 24px;
            fill: #fff; }
      .productView .bdge .ftn-bage.pdp-bage .foot-icn .icnone h3 {
        width: 117px; }

.productView .bdge .ftn-bage .foot-icn {
  margin: 0 -10px; }
  .productView .bdge .ftn-bage .foot-icn .icnone {
    padding: 0 10px;
    display: flex;
    align-items: center;
    text-align: left; }

.productView .bdge.mobile .ftn-bage.pdp-bage {
  padding-left: 0;
  padding-right: 0; }
  .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn {
    margin: 0;
    width: 542px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 5px; }
    @media (max-width: 1269px) {
      .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn {
        width: 490px;
        padding: 0 3px; } }
    @media (max-width: 767px) {
      .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn {
        width: 301px;
        padding: 00; } }
    .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone {
      padding: 0;
      width: 158px;
      max-width: none; }
      @media (max-width: 767px) {
        .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone {
          width: 87px; } }
      .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img {
        margin: 0;
        width: 41px;
        height: 41px;
        margin: 0; }
        @media (max-width: 767px) {
          .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img {
            width: 33px;
            height: 33px; } }
        .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg {
          height: 41px;
          width: 41px;
          border: 2px solid #929497;
          border-radius: 50%;
          padding: 2px;
          background: #123A5B;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 767px) {
            .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg {
              width: 33px;
              height: 33px; } }
          .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg::after {
            content: '';
            position: absolute;
            border: 2px solid #fff;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            left: 0;
            top: 0; }
          .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg svg {
            width: 24px;
            height: 24px;
            fill: #fff; }
            @media (max-width: 767px) {
              .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone .icn-img.cust-svg svg {
                width: 23px;
                height: 23px; } }
      .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone h3 {
        width: 117px; }
        @media (max-width: 767px) {
          .productView .bdge.mobile .ftn-bage.pdp-bage .foot-icn .icnone h3 {
            width: 54px; } }

.productView .bdge.mobile .ftn-bage .foot-icn {
  margin: 0 -10px; }
  .productView .bdge.mobile .ftn-bage .foot-icn .icnone {
    padding: 0 10px;
    display: flex;
    align-items: center;
    text-align: left; }

/* affirm text color update on plp 05-03 */
.card .card-body .affirm-as-low-as {
  font-size: 0; }
  .card .card-body .affirm-as-low-as a {
    font-size: 12px;
    color: #8f8f8f;
    text-decoration: underline; }
    @media (max-width: 767px) {
      .card .card-body .affirm-as-low-as a {
        font-size: 10px; } }

/* add to cart PDP and header changes starts 06-03 */
@media screen and (max-width: 1023px) {
  .stick-tab.fixed {
    position: static;
    display: none; } }

@media screen and (max-width: 1023px) {
  .cust-head {
    position: relative !important; } }

@media screen and (max-width: 1023px) {
  body.cstn {
    padding-top: 0 !important; } }

@media screen and (max-width: 1023px) {
  .mobile-menu-bg {
    top: 166px; } }

@media screen and (max-width: 767px) {
  .mobile-menu-bg {
    top: 185px; } }

@media screen and (max-width: 1023px) {
  .header-mobile-menu {
    top: 124px; } }

@media screen and (max-width: 1023px) {
  .head-bar {
    top: 163px; } }

@media screen and (max-width: 767px) {
  .head-bar {
    top: 159px; } }

@media screen and (max-width: 350px) {
  .head-bar {
    top: 174px; } }

.body-banner {
  overflow-x: hidden; }
  .body-banner.cart-page {
    padding-top: 0; }

/* add to cart PDP and header changes ends */
.cust-head.header {
  position: relative; }
  .cust-head.header.nav-up {
    transition: top 0.4s ease 0s;
    top: -185px !important; }

.availability-wrap {
  padding: 5px 0;
  display: flex;
  align-items: center;
  width: 100%; }
  .availability-wrap .productView-info-name {
    margin: 0 10px 0 0;
    font-weight: bold;
    display: none; }
  .availability-wrap .productView-info-value {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #b71616;
    color: #80a280; }

.productView .prd-opt {
  padding: 0; }
  .productView .prd-opt .option-required .form-label small::before {
    content: '*'; }
  .productView .prd-opt .option-notrequired .form-label small::before {
    content: ''; }
  .productView .prd-opt .swtch-opt.option-required .form-label small::before {
    content: '*'; }
  .productView .prd-opt .swtch-opt .form-label {
    display: flex;
    align-items: center; }
    .productView .prd-opt .swtch-opt .form-label.popopt {
      background-color: #585858; }
    .productView .prd-opt .swtch-opt .form-label:hover {
      border-color: #80a280; }
    .productView .prd-opt .swtch-opt .form-label.swatch-checked .swatch-svg {
      display: inline-flex; }
      .productView .prd-opt .swtch-opt .form-label.swatch-checked .swatch-svg svg {
        fill: #80a280; }
    .productView .prd-opt .swtch-opt .form-label small::before {
      content: ''; }
  .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper {
    width: 25%;
    vertical-align: top;
    text-align: center;
    padding: 8px;
    margin: 0; }
    @media screen and (max-width: 1290px) {
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper {
        width: 33.33%; } }
    @media screen and (max-width: 650px) {
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper {
        width: 50%; } }
    .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-radio:checked + .form-option {
      border-color: #80a280;
      background: none; }
    .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--pattern, .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option-variant--color {
      border: none;
      height: 80px;
      width: 80px; }
    .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option {
      width: 100%;
      background-color: transparent;
      border: 3px solid #efefec;
      margin: 0; }
      .productView .prd-opt .swtch-opt .drp-dwn .form-option-wrapper .form-option:hover {
        background-color: transparent;
        border-color: #80a280; }

.swatch-svg {
  display: none;
  margin-right: 15px; }

.clear-all-options-div {
  margin-bottom: 10px;
  text-align: right; }
  .clear-all-options-div a {
    color: #000; }

.option-error {
  display: none;
  color: #000;
  background: #ffc4c4;
  padding: 10px;
  align-items: center;
  font-weight: 700; }
  .option-error svg {
    margin-right: 5px; }
  .option-error.show_error {
    display: flex; }

.stick-tab.fixed {
  display: none; }

.form-option-expanded {
  display: none; }

.non-required {
  display: block; }

.optional-title {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: capitalize;
  color: #000;
  text-align: center;
  font-size: 18px;
  position: relative; }
  @media screen and (max-width: 1290px) {
    .optional-title {
      font-size: 16px; } }
  @media screen and (max-width: 650px) {
    .optional-title {
      font-size: 15px; } }
  .optional-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #000;
    z-index: -1; }
  .optional-title .sub-text {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px; }

.swtch-opt-non {
  width: 25%;
  vertical-align: top;
  text-align: center;
  padding: 8px;
  margin: 0;
  border: none; }
  @media screen and (max-width: 1290px) {
    .swtch-opt-non {
      width: 33.33%; } }
  @media screen and (max-width: 650px) {
    .swtch-opt-non {
      width: 50%; } }
  .swtch-opt-non:hover .form-option-variant {
    border-color: #80a280; }
  .swtch-opt-non .form-option-variant {
    width: 100%;
    border: none;
    padding: 0;
    transition: 0.15s ease-in-out;
    text-align: center; }
  .swtch-opt-non .non-img {
    width: 80px;
    height: 80px;
    margin: 0 auto; }
  .swtch-opt-non .swt-txt {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin: 0;
    padding-top: 8px; }

.drp-dwn .form-radio:checked + .form-option {
  box-shadow: none; }
  .drp-dwn .form-radio:checked + .form-option .form-option-variant {
    border-color: #80a280; }

.promo-banner-section {
  padding: 25px 0 40px; }
  @media (max-width: 1290px) {
    .promo-banner-section {
      padding: 23px 0 40px; } }
  @media (max-width: 1023px) {
    .promo-banner-section {
      padding: 41px 0 40px; } }
  @media (max-width: 650px) {
    .promo-banner-section {
      padding: 40px 0 20px; } }
  .promo-banner-section .container {
    max-width: 1227px;
    padding: 0 20px; }
    @media (max-width: 1290px) {
      .promo-banner-section .container {
        max-width: 1024px;
        padding: 0 70px 0 80px; } }
    @media (max-width: 1023px) {
      .promo-banner-section .container {
        max-width: 768px;
        padding: 0 55px 0 58px; } }
    @media (max-width: 767px) {
      .promo-banner-section .container {
        padding: 0 20px; } }
    @media (max-width: 650px) {
      .promo-banner-section .container {
        padding: 0 14px 0 15px;
        max-width: 375px; } }
  .promo-banner-section .promo-banner-inner {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .promo-banner-section .promo-banner-inner {
        justify-content: center; } }
  .promo-banner-section .left-side {
    display: inline-flex;
    position: relative; }
    @media (max-width: 1023px) {
      .promo-banner-section .left-side {
        align-items: center; } }
    @media (max-width: 1290px) {
      .promo-banner-section .left-side .promo-video {
        max-width: 435px; } }
    @media (max-width: 767px) {
      .promo-banner-section .left-side .promo-video {
        max-width: 393px; } }
    @media (max-width: 650px) {
      .promo-banner-section .left-side .promo-video {
        max-width: 100%; } }
    .promo-banner-section .left-side .promo-label {
      position: absolute;
      top: -18px;
      right: 27px;
      background-color: #EE493E;
      width: 143px;
      height: 143px;
      border-radius: 50%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      padding: 22px 0 0; }
      @media (max-width: 1290px) {
        .promo-banner-section .left-side .promo-label {
          width: 105px;
          height: 105px;
          padding: 16px 0 0;
          top: -13px;
          right: 20px; } }
      @media (max-width: 1023px) {
        .promo-banner-section .left-side .promo-label {
          top: -2px; } }
      @media (max-width: 650px) {
        .promo-banner-section .left-side .promo-label {
          width: 84px;
          height: 84px;
          padding: 13px 0 0;
          top: -10px;
          right: 16px; } }
      .promo-banner-section .left-side .promo-label p {
        text-align: center;
        width: 100%;
        margin: 0;
        color: #fff;
        text-transform: uppercase; }
      .promo-banner-section .left-side .promo-label .top {
        font-size: 24px;
        line-height: 29px;
        font-weight: 900; }
        @media (max-width: 1290px) {
          .promo-banner-section .left-side .promo-label .top {
            font-size: 17px;
            line-height: 20px; } }
        @media (max-width: 650px) {
          .promo-banner-section .left-side .promo-label .top {
            font-size: 13px;
            line-height: 16px; } }
      .promo-banner-section .left-side .promo-label .center {
        display: flex;
        justify-content: center;
        font-size: 48px;
        line-height: 38px;
        font-weight: 900;
        margin: 1px 0 5px 1px; }
        @media (max-width: 1290px) {
          .promo-banner-section .left-side .promo-label .center {
            font-size: 35px;
            line-height: 28px;
            margin: 3px 0 3px 0px; } }
        @media (max-width: 650px) {
          .promo-banner-section .left-side .promo-label .center {
            font-size: 28px;
            line-height: 22px;
            margin: 3px 0 3px 2px; } }
        .promo-banner-section .left-side .promo-label .center span {
          font-size: 26px;
          line-height: 26px;
          position: relative;
          top: -2px;
          left: -2px; }
          @media (max-width: 1290px) {
            .promo-banner-section .left-side .promo-label .center span {
              font-size: 18px;
              line-height: 18px;
              top: -2px;
              left: -1px; } }
          @media (max-width: 650px) {
            .promo-banner-section .left-side .promo-label .center span {
              font-size: 14px;
              line-height: 14px;
              top: -2px;
              left: -2px; } }
      .promo-banner-section .left-side .promo-label .bottom {
        font-size: 15px;
        line-height: 19px;
        font-weight: 700; }
        @media (max-width: 1290px) {
          .promo-banner-section .left-side .promo-label .bottom {
            font-size: 11px;
            line-height: 14px; } }
        @media (max-width: 1023px) {
          .promo-banner-section .left-side .promo-label .bottom {
            font-size: 8px;
            line-height: 10px; } }
  .promo-banner-section .right-side {
    margin-left: 31px;
    padding: 31px 0 0; }
    @media (max-width: 1290px) {
      .promo-banner-section .right-side {
        margin-left: 23px;
        padding: 19px 0 0; } }
    @media (max-width: 1023px) {
      .promo-banner-section .right-side {
        margin-left: 20px;
        padding: 0 0 0; } }
    @media (max-width: 650px) {
      .promo-banner-section .right-side {
        margin: 15px 0 0;
        padding: 0 0 0;
        width: 100%; } }
    .promo-banner-section .right-side h2 {
      max-width: 555px;
      font-size: 38px;
      line-height: 47px;
      font-weight: 900;
      color: #000;
      margin: 0; }
      @media (max-width: 1290px) {
        .promo-banner-section .right-side h2 {
          font-size: 28px;
          line-height: 34px;
          max-width: 410px; } }
      @media (max-width: 1023px) {
        .promo-banner-section .right-side h2 {
          font-size: 24px;
          line-height: 29px;
          max-width: 188px; } }
      @media (max-width: 650px) {
        .promo-banner-section .right-side h2 {
          max-width: 100%; } }
      @media (max-width: 375px) {
        .promo-banner-section .right-side h2 {
          font-size: 22px;
          line-height: 26px; } }
      @media (max-width: 350px) {
        .promo-banner-section .right-side h2 {
          font-size: 20px;
          line-height: 24px; } }
      .promo-banner-section .right-side h2 span {
        font-weight: 400; }
        @media (max-width: 650px) {
          .promo-banner-section .right-side h2 span {
            margin-left: -2px; } }
    .promo-banner-section .right-side p {
      margin: 21px 0 0;
      font-size: 18px;
      line-height: 26px;
      color: #000;
      max-width: 533px; }
      @media (max-width: 1290px) {
        .promo-banner-section .right-side p {
          font-size: 14px;
          line-height: 20px;
          max-width: 407px;
          margin: 16px 0 0; } }
      @media (max-width: 1023px) {
        .promo-banner-section .right-side p {
          font-size: 14px;
          line-height: 18px;
          max-width: 198px;
          margin: 11px 0 0; } }
      @media (max-width: 650px) {
        .promo-banner-section .right-side p {
          max-width: 100%;
          margin: 11px 0 0; } }
      @media (max-width: 350px) {
        .promo-banner-section .right-side p {
          font-size: 13px;
          line-height: 17px; } }
      .promo-banner-section .right-side p a {
        text-transform: uppercase;
        line-height: 18px;
        font-size: 14px;
        color: #EE493E;
        text-decoration: none;
        display: inline-block;
        margin-left: 13px;
        position: relative;
        top: -2px; }
        @media (max-width: 1290px) {
          .promo-banner-section .right-side p a {
            font-size: 11px;
            line-height: 14px;
            top: 0;
            margin-left: 8px; } }
        .promo-banner-section .right-side p a:hover {
          color: #123A5B; }
        .promo-banner-section .right-side p a span {
          text-decoration: underline; }

.swtch-opt.has-tooltip .tooltip-icn {
  top: 11px; }

.swtch-opt .tooltip-txt {
  top: 45px; }
  @media (max-width: 767px) {
    .swtch-opt .tooltip-txt {
      right: -10px; } }
  @media (max-width: 767px) {
    .swtch-opt .tooltip-txt::before {
      right: 13px; } }

.productView .prd-opt .swtch-opt .form-label small {
  font-size: 0; }
  .productView .prd-opt .swtch-opt .form-label small::before {
    font-size: 13px; }

.productView .prd-opt .swtch-opt.has-tooltip .drp-dwn .form-option-wrapper .form-option-variant--pattern, .productView .prd-opt .swtch-opt.has-tooltip .drp-dwn .form-option-wrapper .form-option-variant--color {
  width: 60px;
  height: 60px; }
  @media (max-width: 375px) {
    .productView .prd-opt .swtch-opt.has-tooltip .drp-dwn .form-option-wrapper .form-option-variant--pattern, .productView .prd-opt .swtch-opt.has-tooltip .drp-dwn .form-option-wrapper .form-option-variant--color {
      width: 100%; } }

.productView .prd-opt .swtch-opt.has-tooltip .swtch-opt-non .non-img {
  width: 60px;
  height: 60px; }

@media (max-width: 1023px) {
  .navBar--account {
    display: block; } }

@media (max-width: 1023px) {
  .navBar--account .navBar-item {
    display: inline-block;
    margin: 0 6px; } }

@media (max-width: 750px) {
  .navBar--account .navBar-item {
    display: block;
    margin: 5px 10px; } }

@media (max-width: 750px) {
  .navBar--account .navBar-item.is-active {
    border: none; } }

@media (max-width: 750px) {
  .navBar--account .navBar-item.is-active .navBar-action {
    text-decoration: underline; } }

@media (max-width: 1023px) {
  .navBar--account .navBar-action {
    font-size: 14px; } }

@media (max-width: 1023px) {
  .account_orderstatus-page .navBar--account .navBar-item, .account_inbox-page .navBar--account .navBar-item, .account_order-page .navBar--account .navBar-item, .editaccount-page .navBar--account .navBar-item,
  .account_recentitems-page .navBar--account .navBar-item, .wishlists-page .navBar--account .navBar-item, .add-wishlist-page .navBar--account .navBar-item, .wishlist-page .navBar--account .navBar-item, .account_addressbook-page .navBar--account .navBar-item, .shippingaddressform-page .navBar--account .navBar-item,
  .account_returns-page .navBar--account .navBar-item {
    display: inline-block;
    margin: 0 6px; } }

@media (max-width: 750px) {
  .account_orderstatus-page .navBar--account .navBar-item, .account_inbox-page .navBar--account .navBar-item, .account_order-page .navBar--account .navBar-item, .editaccount-page .navBar--account .navBar-item,
  .account_recentitems-page .navBar--account .navBar-item, .wishlists-page .navBar--account .navBar-item, .add-wishlist-page .navBar--account .navBar-item, .wishlist-page .navBar--account .navBar-item, .account_addressbook-page .navBar--account .navBar-item, .shippingaddressform-page .navBar--account .navBar-item,
  .account_returns-page .navBar--account .navBar-item {
    display: block;
    margin: 5px 10px; } }

@media (max-width: 1023px) {
  .account_orderstatus-page .navBar--account .navBar-item .navBar-action, .account_inbox-page .navBar--account .navBar-item .navBar-action, .account_order-page .navBar--account .navBar-item .navBar-action, .editaccount-page .navBar--account .navBar-item .navBar-action,
  .account_recentitems-page .navBar--account .navBar-item .navBar-action, .wishlists-page .navBar--account .navBar-item .navBar-action, .add-wishlist-page .navBar--account .navBar-item .navBar-action, .wishlist-page .navBar--account .navBar-item .navBar-action, .account_addressbook-page .navBar--account .navBar-item .navBar-action, .shippingaddressform-page .navBar--account .navBar-item .navBar-action,
  .account_returns-page .navBar--account .navBar-item .navBar-action {
    font-size: 14px; } }

.productView-details .productView-product .productView-price {
  position: relative;
  margin-bottom: 30px; }

.productView-details .productView-product .affirm-as-low-as {
  position: absolute;
  top: 100%; }

.card .card-body .card-text.card-price, .card .card-body .card-text.ss__result__pricing {
  position: relative;
  padding-bottom: 20px;
  align-items: baseline; }
  .card .card-body .card-text.card-price .affirm-as-low-as, .card .card-body .card-text.ss__result__pricing .affirm-as-low-as {
    position: absolute; }

@media (max-width: 1023px) {
  .pd-rw .productCarousel .card .card-body .price-section {
    font-size: 12px; } }

@media (max-width: 1023px) {
  .pd-rw .productCarousel .card .card-body .price-section.price-section.non-sale-price--withoutTax {
    font-size: 11px; } }

@media (max-width: 767px) {
  .pd-rw .productCarousel .card .card-body .price-section.price-section.non-sale-price--withoutTax {
    font-size: 10px; } }

.category-page .body, .blog_post-page .body {
  margin-bottom: 0; }

.blog_post-page .body, .blog-page .body {
  padding-top: 0; }

.blog_post-page [aria-label="Breadcrumb"], .blog-page [aria-label="Breadcrumb"] {
  padding-top: 20px; }

.hm-testimonial .tsmnl-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px; }

.review-script {
  width: 100%; }

.product-page .productView-description .pd-cnt .tab-desc .moreless {
  color: #123a5b;
  display: block;
  padding-top: 6px; }
  .product-page .productView-description .pd-cnt .tab-desc .moreless:hover {
    color: #185c95; }

.recent-blog-section {
  padding: 50px 0; }
  @media (max-width: 650px) {
    .recent-blog-section {
      padding: 60px 0 50px; } }
  .recent-blog-section .container {
    max-width: 1100px;
    padding: 0 10px; }
    @media (max-width: 1290px) {
      .recent-blog-section .container {
        max-width: 935px; } }
    @media (max-width: 950px) {
      .recent-blog-section .container {
        max-width: 740px; } }
    @media (max-width: 650px) {
      .recent-blog-section .container {
        padding: 0 20px; } }
    @media (max-width: 450px) {
      .recent-blog-section .container {
        padding: 0 38px; } }
    @media (max-width: 350px) {
      .recent-blog-section .container {
        padding: 0 28px; } }
  .recent-blog-section h2 {
    color: #212121;
    margin: 0;
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; }
  .recent-blog-section .blog-cards {
    padding: 30px 0 0 0; }
    .recent-blog-section .blog-cards .blog-card {
      padding: 0 25px; }
      @media (max-width: 1290px) {
        .recent-blog-section .blog-cards .blog-card {
          padding: 0 12.5px; } }
      @media (max-width: 950px) {
        .recent-blog-section .blog-cards .blog-card {
          padding: 0 10px; } }
      @media (max-width: 450px) {
        .recent-blog-section .blog-cards .blog-card {
          padding: 0 9.5px; } }
  .recent-blog-section .slick-arrow {
    border-radius: 50px;
    border: 2px solid #FFF;
    background-color: #212121;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 96px;
    transform: none; }
    @media (max-width: 1290px) {
      .recent-blog-section .slick-arrow {
        top: 98px; } }
    @media (max-width: 950px) {
      .recent-blog-section .slick-arrow {
        top: 80px; } }
    @media (max-width: 450px) {
      .recent-blog-section .slick-arrow {
        top: 98px; } }
    .recent-blog-section .slick-arrow:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 10px;
      height: 16px;
      opacity: 1; }
    .recent-blog-section .slick-arrow.slick-prev {
      left: -33px;
      opacity: 1; }
      @media (max-width: 1290px) {
        .recent-blog-section .slick-arrow.slick-prev {
          left: -39px; } }
      @media (max-width: 950px) {
        .recent-blog-section .slick-arrow.slick-prev {
          left: -9px; } }
      @media (max-width: 450px) {
        .recent-blog-section .slick-arrow.slick-prev {
          left: -14px; } }
    .recent-blog-section .slick-arrow.slick-next {
      right: -3px; }
      @media (max-width: 1290px) {
        .recent-blog-section .slick-arrow.slick-next {
          right: -39px; } }
      @media (max-width: 950px) {
        .recent-blog-section .slick-arrow.slick-next {
          right: -9px; } }
      @media (max-width: 450px) {
        .recent-blog-section .slick-arrow.slick-next {
          right: -14px; } }
      .recent-blog-section .slick-arrow.slick-next:before {
        transform: rotate(180deg); }
    .recent-blog-section .slick-arrow:hover {
      background-color: #4d4d4d; }
      .recent-blog-section .slick-arrow:hover:before {
        opacity: 1; }
    .recent-blog-section .slick-arrow:focus {
      border-color: #fff !important; }
      .recent-blog-section .slick-arrow:focus:before, .recent-blog-section .slick-arrow:focus:after {
        opacity: 1; }
    .recent-blog-section .slick-arrow.slick-disabled {
      opacity: 0.3; }
  .recent-blog-section .carousel-tooltip {
    display: none; }
  .recent-blog-section .blog-img a {
    display: flex; }
  .recent-blog-section .blog-img img {
    max-width: 280px;
    max-height: 169px;
    object-fit: cover; }
    @media (max-width: 950px) {
      .recent-blog-section .blog-img img {
        max-height: 133px; } }
    @media (max-width: 450px) {
      .recent-blog-section .blog-img img {
        max-height: 169px; } }
  .recent-blog-section .blog-content {
    text-align: left;
    padding-top: 10px; }
    .recent-blog-section .blog-content .blog-title {
      margin: 0;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      color: #123A5B; }
      @media (max-width: 950px) {
        .recent-blog-section .blog-content .blog-title {
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 450px) {
        .recent-blog-section .blog-content .blog-title {
          font-size: 18px;
          line-height: 23px; } }
      .recent-blog-section .blog-content .blog-title a {
        color: #123A5B; }
        .recent-blog-section .blog-content .blog-title a:hover {
          color: #b71616; }
    .recent-blog-section .blog-content .blog-date {
      margin: 8px 0 20px;
      text-align: left;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #929497; }
    .recent-blog-section .blog-content .link {
      display: inline-block;
      text-decoration: none;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      color: #404040;
      text-transform: capitalize; }
      .recent-blog-section .blog-content .link span {
        text-decoration: underline; }
      .recent-blog-section .blog-content .link:hover {
        color: #123A5B; }

@media (max-width: 767px) {
  .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub {
    margin-bottom: 23px; } }

@media (max-width: 767px) {
  .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-img img {
    max-height: 418px;
    min-height: 418px; } }

@media (max-width: 650px) {
  .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-img img {
    max-height: 300px;
    min-height: 300px; } }

@media (max-width: 500px) {
  .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-img img {
    max-height: 630px;
    min-height: 630px; } }

@media (max-width: 400px) {
  .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-img img {
    max-height: 560px;
    min-height: 560px; } }

.hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt {
  position: absolute;
  bottom: 40px;
  top: inherit;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: inherit;
  width: 100%;
  text-align: center;
  background: transparent;
  padding: 0; }
  @media (max-width: 1269px) {
    .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt {
      bottom: 29px; } }
  @media (max-width: 1023px) {
    .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt {
      bottom: 36px; } }
  @media (max-width: 767px) {
    .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt {
      bottom: 28px; } }
  @media (max-width: 500px) {
    .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt {
      bottom: 15px; } }
  @media (max-width: 400px) {
    .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt {
      bottom: 26px; } }
  .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt .crsl-link {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    color: #fff;
    padding: 13px 27px 14px;
    margin: 0;
    font-size: 21px;
    line-height: 25px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt .crsl-link {
        border-radius: 6px;
        padding: 9px 14px 9px 15px;
        font-size: 16px;
        line-height: 19px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt .crsl-link {
        border-radius: 8px;
        padding: 12px 24px 12px 25px;
        font-size: 19px;
        line-height: 23px; } }
    @media (max-width: 500px) {
      .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt .crsl-link {
        border-radius: 6px;
        padding: 9px 14px 9px 15px;
        font-size: 16px;
        line-height: 19px; } }
    .hp-top .hp-crsl.black-friday .bf-banner.crsl-sub .crsl-cnt .crsl-link:hover {
      background-color: #123A5B;
      border-color: #123A5B; }

.hp-top .hp-crsl.black-friday .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
  max-width: 280px;
  bottom: 28px; }
  @media (max-width: 1269px) {
    .hp-top .hp-crsl.black-friday .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
      max-width: 232px;
      bottom: 18px; } }
  @media (max-width: 1023px) {
    .hp-top .hp-crsl.black-friday .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
      max-width: 192px; } }
  .hp-top .hp-crsl.black-friday .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
    line-height: 35px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.black-friday .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
        line-height: 24px; } }
  @media (max-width: 767px) {
    .hp-top .hp-crsl.black-friday .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link {
      font-size: 12px; } }

.promo-page .body {
  margin: 0; }

.category-page.cat-page .body {
  margin-top: 0; }

.category-page.cat-page .ctry-tp {
  margin-top: 0; }

.product-ids {
  display: none; }

.holiday-hub .ad-spot-section {
  position: relative;
  z-index: 1;
  background-image: url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/promo-hub-bg-1366.png");
  background-repeat: no-repeat;
  background-size: 100% 416px;
  padding: 37px 0 30px; }
  @media (max-width: 1290px) {
    .holiday-hub .ad-spot-section {
      background-image: url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/promo-hub-bg-1024.png"); } }
  @media (max-width: 950px) {
    .holiday-hub .ad-spot-section {
      background-size: 100% 325px;
      padding: 29px 0 40px;
      background-image: url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/promo-hub-bg-768.png"); } }
  @media (max-width: 650px) {
    .holiday-hub .ad-spot-section {
      background-image: url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/promo-hub-bg-375.png"); } }
  .holiday-hub .ad-spot-section .container {
    max-width: 1366px;
    padding: 0 30px; }
    @media (max-width: 650px) {
      .holiday-hub .ad-spot-section .container {
        padding: 0 20px; } }
  .holiday-hub .ad-spot-section .ad-spot-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px; }
    @media (max-width: 1290px) {
      .holiday-hub .ad-spot-section .ad-spot-heading {
        margin: 0 0 40px; } }
    @media (max-width: 950px) {
      .holiday-hub .ad-spot-section .ad-spot-heading {
        margin: 0 0 30px; } }
  .holiday-hub .ad-spot-section .page-title {
    margin: 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 61px; }
    @media (max-width: 950px) {
      .holiday-hub .ad-spot-section .page-title {
        font-size: 39px;
        line-height: 48px; } }
    @media (max-width: 650px) {
      .holiday-hub .ad-spot-section .page-title {
        justify-content: flex-end;
        max-width: 335px;
        width: 100%;
        margin: 0 auto;
        padding-right: 12px; } }
    @media (max-width: 370px) {
      .holiday-hub .ad-spot-section .page-title {
        font-size: 30px;
        line-height: 41px;
        padding-right: 10px;
        max-width: 280px; } }
    .holiday-hub .ad-spot-section .page-title span {
      color: #BFE2FF;
      margin-left: 11px;
      font-weight: 500; }
      @media (max-width: 950px) {
        .holiday-hub .ad-spot-section .page-title span {
          margin-left: 8px; } }
      @media (max-width: 650px) {
        .holiday-hub .ad-spot-section .page-title span {
          margin: -10px -8px 0 0; } }
    .holiday-hub .ad-spot-section .page-title::before {
      content: '';
      margin-right: 7px;
      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='76' height='78' viewBox='0 0 76 78'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5765' data-name='Rectangle 5765' width='76' height='78' transform='translate(-0.471 0)' fill='%23b71616'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_7510' data-name='Group 7510' transform='translate(0.725 0)'%3E%3Cg id='Group_7263' data-name='Group 7263' transform='translate(-0.254 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_48016' data-name='Path 48016' d='M74.464,26.929v.078c-.144.111-.285.225-.431.332q-3.773,2.772-7.546,5.544-3.957,2.918-7.9,5.848c-.418.309-.428.3-.044.589q2.406,1.779,4.815,3.553,5.554,4.088,11.11,8.174v.078c-.53.036-1.059.107-1.588.1-6.07-.048-12.139.085-18.209.084-.026,0-.052,0-.078,0-.332-.028-.407.1-.305.418.972,3.049,1.93,6.1,2.9,9.153q1.242,3.908,2.5,7.812c.185.58.369,1.161.556,1.74.024.075.068.161,0,.218-.082.073-.169,0-.241-.045-.192-.132-.38-.27-.569-.406q-4.261-3.057-8.522-6.113-3.412-2.442-6.831-4.873c-.372-.266-.369-.272-.519.178q-2.252,6.751-4.5,13.5c-.575,1.721-1.161,3.438-1.743,5.157h-.156c-.45-1.325-.907-2.648-1.35-3.976q-2.452-7.341-4.9-14.684c-.15-.45-.148-.445-.519-.179q-1.769,1.266-3.544,2.525-2.532,1.8-5.062,3.605Q18.135,67.96,14.5,70.585c-.082.059-.175.148-.271.068-.081-.067-.011-.168.016-.254.191-.606.378-1.212.57-1.817q1.074-3.37,2.15-6.739,1.6-5.02,3.187-10.041c.145-.456.126-.493-.352-.489-4.445.044-8.888-.131-13.333-.082-1.6.018-3.2,0-4.8.007-.56,0-1.11-.093-1.666-.112v-.078q3.3-2.431,6.6-4.861,3-2.211,6.01-4.419c1.147-.845,2.284-1.7,3.434-2.545.212-.155.218-.227,0-.387-1.65-1.211-3.288-2.438-4.935-3.652Q5.558,31.091,0,27.007v-.078c.451-.037.9-.116,1.354-.112,6.148.061,12.3-.074,18.443-.074.026,0,.052,0,.078,0,.332.028.408-.1.306-.418-.789-2.468-1.561-4.941-2.347-7.411q-1.514-4.76-3.04-9.517c-.189-.592-.376-1.186-.566-1.778-.024-.075-.068-.161,0-.218.082-.073.169,0,.241.045.192.132.38.27.569.406q4.261,3.057,8.522,6.113,3.412,2.442,6.831,4.873c.372.266.369.272.519-.178q2.252-6.751,4.5-13.5C35.986,3.436,36.572,1.719,37.154,0h.156c.064.17.133.337.19.509q3.014,9.039,6.025,18.079c.179.537.2.535.66.2q4.1-2.946,8.208-5.884,3.742-2.681,7.484-5.362c.111-.079.222-.242.357-.138.115.089-.008.246-.044.361q-1.345,4.242-2.7,8.481-1.6,5.019-3.191,10.039c-.128.4-.095.452.329.453,2.559.009,5.118.022,7.677.065,3.51.058,7.021.018,10.532.01a12.74,12.74,0,0,1,1.627.112M23.543,57.822l.067.058q1.059-.752,2.118-1.5,3.7-2.645,7.394-5.3c.232-.167.317-.087.385.126.166.518.32,1.041.492,1.557q1.548,4.651,3.1,9.3a.407.407,0,0,0,.169.266c.425-1.273.845-2.526,1.26-3.781q1.2-3.619,2.389-7.24c.1-.291.16-.418.491-.179q4.235,3.063,8.5,6.087a4.229,4.229,0,0,0,1.007.651c-.043-.17-.069-.3-.108-.42q-1.673-5.262-3.349-10.523c-.18-.563-.165-.589.434-.589q5.5,0,11,0a.882.882,0,0,0,.508-.073c-.112-.088-.191-.154-.274-.215L52.19,40.925c-.761-.561-1.517-1.129-2.286-1.68-.205-.147-.2-.238.006-.359a2.112,2.112,0,0,0,.18-.149q4.335-3.189,8.668-6.38a1.574,1.574,0,0,0,.612-.559h-10.5c-.364,0-.729.008-1.093,0-.391-.014-.461-.116-.343-.485Q48.816,26.954,50.2,22.6c.245-.771.48-1.546.753-2.426-.318.218-.541.365-.758.52q-4.423,3.169-8.84,6.345c-.246.177-.332.108-.407-.13-.168-.531-.332-1.064-.508-1.593q-1.232-3.711-2.47-7.42c-.232-.7-.469-1.389-.71-2.106a.657.657,0,0,0-.177.342q-1.162,3.488-2.326,6.975-.62,1.864-1.223,3.733c-.089.276-.159.407-.467.173-.731-.557-1.493-1.074-2.24-1.61q-2.731-1.96-5.462-3.921c-.584-.419-1.174-.829-1.835-1.295.051.2.074.307.107.414q.786,2.5,1.575,5.007c.6,1.9,1.214,3.8,1.818,5.706.116.366.045.46-.35.481-.13.007-.26,0-.39,0q-5.366,0-10.732,0a.919.919,0,0,0-.5.069c.448.339.855.655,1.27.96q4.037,2.97,8.077,5.938c.4.291.389.3,0,.6-.021.016-.04.033-.061.048q-4.493,3.3-8.985,6.607a.475.475,0,0,0-.245.308H26.418c.13,0,.26,0,.39,0,.274-.006.341.122.261.371-.127.395-.239.795-.365,1.19q-1.284,4.019-2.572,8.037c-.2.628-.393,1.259-.589,1.889' transform='translate(0.202 0)' fill='%23b71616'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      width: 76px;
      height: 78px;
      display: inline-flex; }
      @media (max-width: 950px) {
        .holiday-hub .ad-spot-section .page-title::before {
          width: 59px;
          height: 61px;
          margin-right: 6px; } }
  .holiday-hub .ad-spot-section p {
    margin: 8px 0 0;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px; }
    @media (max-width: 950px) {
      .holiday-hub .ad-spot-section p {
        font-size: 17px;
        line-height: 20px;
        margin: 6px 0 0; } }
    @media (max-width: 767px) {
      .holiday-hub .ad-spot-section p {
        font-size: 14px;
        line-height: 20px;
        margin: 4px 0 0;
        text-align: center; } }
    @media (max-width: 350px) {
      .holiday-hub .ad-spot-section p {
        font-size: 12px;
        line-height: 16px; } }
  .holiday-hub .ad-spot-section .ad-cards {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; }
    @media (max-width: 1290px) {
      .holiday-hub .ad-spot-section .ad-cards {
        gap: 12px; } }
    @media (max-width: 950px) {
      .holiday-hub .ad-spot-section .ad-cards {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 645px;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 650px) {
      .holiday-hub .ad-spot-section .ad-cards {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
        max-width: 315px; } }
    .holiday-hub .ad-spot-section .ad-cards .ad-card {
      max-width: 315px;
      width: 100%; }
      .holiday-hub .ad-spot-section .ad-cards .ad-card a {
        display: block;
        position: relative; }
        .holiday-hub .ad-spot-section .ad-cards .ad-card a span {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #767676;
          font-size: 22px;
          line-height: 27px;
          font-weight: 700;
          letter-spacing: 6.6px;
          width: max-content; }

.holiday-hub .holiday-section {
  display: none; }
  .holiday-hub .holiday-section.horizontal-section {
    padding: 38px 0; }
    @media (max-width: 1290px) {
      .holiday-hub .holiday-section.horizontal-section {
        padding: 40px 0; } }
    .holiday-hub .holiday-section.horizontal-section:nth-child(2) {
      padding-top: 0; }
  .holiday-hub .holiday-section.vertical-section {
    background-color: #EFEFEC;
    padding: 22px 0 35px; }
    @media (max-width: 1290px) {
      .holiday-hub .holiday-section.vertical-section {
        padding: 20px 0 40px; } }
  .holiday-hub .holiday-section .container {
    max-width: 1254px;
    padding: 0; }
    @media (max-width: 1290px) {
      .holiday-hub .holiday-section .container {
        max-width: 964px; } }
    @media (max-width: 1023px) {
      .holiday-hub .holiday-section .container {
        max-width: 930px; } }
    @media (max-width: 950px) {
      .holiday-hub .holiday-section .container {
        max-width: 636px; } }
    @media (max-width: 700px) {
      .holiday-hub .holiday-section .container {
        max-width: 620px; } }
    @media (max-width: 650px) {
      .holiday-hub .holiday-section .container {
        padding: 0 10px; } }
  .holiday-hub .holiday-section .section-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
    width: 100%; }
    @media (max-width: 950px) {
      .holiday-hub .holiday-section .section-heading {
        justify-content: center; } }
    @media (max-width: 650px) {
      .holiday-hub .holiday-section .section-heading {
        margin: 0 0 20px; } }
    .holiday-hub .holiday-section .section-heading h2 {
      margin: 0;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 34px;
      line-height: 42px;
      color: #000;
      text-transform: capitalize; }
      @media (max-width: 1290px) {
        .holiday-hub .holiday-section .section-heading h2 {
          font-size: 28px;
          line-height: 34px; } }
      @media (max-width: 650px) {
        .holiday-hub .holiday-section .section-heading h2 {
          width: 100%;
          text-align: center; } }
    .holiday-hub .holiday-section .section-heading a {
      margin-left: 30px;
      display: block;
      text-decoration: none;
      color: #404040;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 1290px) {
        .holiday-hub .holiday-section .section-heading a {
          font-size: 12px;
          line-height: 15px; } }
      @media (max-width: 650px) {
        .holiday-hub .holiday-section .section-heading a {
          margin: 6px 0 0; } }
      .holiday-hub .holiday-section .section-heading a:hover {
        color: #B71616; }
      .holiday-hub .holiday-section .section-heading a span {
        text-decoration: underline; }

.holiday-hub .cards-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 44px; }
  @media (max-width: 1290px) {
    .holiday-hub .cards-horizontal {
      gap: 30px 34px; } }
  @media (max-width: 1023px) {
    .holiday-hub .cards-horizontal {
      gap: 30px 30px; } }
  @media (max-width: 950px) {
    .holiday-hub .cards-horizontal {
      justify-content: center; } }
  @media (max-width: 650px) {
    .holiday-hub .cards-horizontal {
      gap: 20px; } }
  .holiday-hub .cards-horizontal .sale-card {
    max-width: 605px;
    width: 100%; }
    @media (max-width: 1290px) {
      .holiday-hub .cards-horizontal .sale-card {
        max-width: 465px; } }
    @media (max-width: 1023px) {
      .holiday-hub .cards-horizontal .sale-card {
        max-width: 450px; } }
    @media (max-width: 950px) {
      .holiday-hub .cards-horizontal .sale-card {
        max-width: 605px; } }
    @media (max-width: 650px) {
      .holiday-hub .cards-horizontal .sale-card {
        max-width: 355px; } }
  .holiday-hub .cards-horizontal .card-top {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    .holiday-hub .cards-horizontal .card-top .featured-sale {
      position: relative;
      z-index: 2;
      display: inline-flex;
      position: relative;
      background: #B71616;
      border-top-left-radius: 12px;
      padding: 9px 31px 5px 20px;
      width: 245px;
      clip-path: polygon(0 0, 100% 0, 95.5% 100%, 0% 100%);
      top: 1px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-top .featured-sale {
          padding: 7px 27px 6px 20px;
          width: 189px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-top .featured-sale {
          padding: 9px 31px 5px 20px;
          width: 245px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-top .featured-sale {
          padding: 5px 15px 4px 14px;
          width: 144px;
          border-top-left-radius: 6px; } }
      .holiday-hub .cards-horizontal .card-top .featured-sale p {
        margin: 0;
        color: #fff;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-horizontal .card-top .featured-sale p {
            font-size: 16px;
            line-height: 19px; } }
        @media (max-width: 950px) {
          .holiday-hub .cards-horizontal .card-top .featured-sale p {
            font-size: 22px;
            line-height: 27px; } }
        @media (max-width: 650px) {
          .holiday-hub .cards-horizontal .card-top .featured-sale p {
            font-size: 13px;
            line-height: 16px; } }
    .holiday-hub .cards-horizontal .card-top .sale-date {
      background-color: #3C3C3C;
      border-top-right-radius: 12px;
      width: calc(100% - 245px);
      margin: 0;
      padding: 9px 22px 8px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #fff;
      position: relative;
      z-index: 1;
      min-height: 33px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-top .sale-date {
          width: calc(100% - 189px);
          padding: 7px 9px 6px;
          font-size: 10px;
          line-height: 13px;
          min-height: 26px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-top .sale-date {
          width: calc(100% - 245px);
          padding: 9px 22px 8px;
          font-size: 13px;
          line-height: 16px;
          min-height: 33px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-top .sale-date {
          width: calc(100% - 144px);
          padding: 4px 7px 3px;
          font-size: 10px;
          line-height: 13px;
          min-height: 20px; } }
      .holiday-hub .cards-horizontal .card-top .sale-date::before {
        content: '';
        z-index: -1;
        background-color: #3C3C3C;
        height: 100%;
        width: 20%;
        right: 99%;
        display: block;
        top: 0;
        position: absolute; }
  .holiday-hub .cards-horizontal .card-bottom {
    padding: 15px 21px 18px;
    display: flex;
    flex-wrap: wrap;
    background-color: #F5F5F5; }
    @media (max-width: 1290px) {
      .holiday-hub .cards-horizontal .card-bottom {
        padding: 11px 16px 14px; } }
    @media (max-width: 950px) {
      .holiday-hub .cards-horizontal .card-bottom {
        padding: 15px 21px 18px; } }
    @media (max-width: 650px) {
      .holiday-hub .cards-horizontal .card-bottom {
        padding: 8px 10px 19px 12px; } }
    @media (max-width: 350px) {
      .holiday-hub .cards-horizontal .card-bottom {
        padding: 11px 16px 14px 15px; } }
    .holiday-hub .cards-horizontal .card-bottom .card-img {
      width: 225px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-bottom .card-img {
          width: 173px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-bottom .card-img {
          width: 225px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-bottom .card-img {
          width: 132px; } }
      @media (max-width: 350px) {
        .holiday-hub .cards-horizontal .card-bottom .card-img {
          width: 100%; } }
      .holiday-hub .cards-horizontal .card-bottom .card-img a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff; }
      .holiday-hub .cards-horizontal .card-bottom .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 950px) {
          .holiday-hub .cards-horizontal .card-bottom .card-img img {
            height: 225px; } }
        @media (max-width: 650px) {
          .holiday-hub .cards-horizontal .card-bottom .card-img img {
            height: 132px; } }
        @media (max-width: 350px) {
          .holiday-hub .cards-horizontal .card-bottom .card-img img {
            max-height: 173px;
            height: 100%; } }
    .holiday-hub .cards-horizontal .card-bottom .card-content {
      width: calc(100% - 225px);
      padding-left: 21px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-bottom .card-content {
          width: calc(100% - 173px);
          padding-left: 16px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-bottom .card-content {
          width: calc(100% - 225px);
          padding-left: 21px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-bottom .card-content {
          width: calc(100% - 132px);
          padding-left: 13px; } }
      @media (max-width: 350px) {
        .holiday-hub .cards-horizontal .card-bottom .card-content {
          width: 100%;
          padding: 6px 0 0; } }
    .holiday-hub .cards-horizontal .card-bottom .sale-disc {
      margin: 0 0 12px;
      color: #B71616;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-size: 32px;
      line-height: 39px;
      text-transform: uppercase; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-bottom .sale-disc {
          font-size: 28px;
          line-height: 34px;
          margin: -3px 0 7px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-bottom .sale-disc {
          margin: 0 0 12px;
          font-size: 32px;
          line-height: 39px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-bottom .sale-disc {
          margin: 0 0 5px;
          font-size: 24px;
          line-height: 29px; } }
      .holiday-hub .cards-horizontal .card-bottom .sale-disc span {
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        display: block;
        margin-bottom: -4px; }
        @media (max-width: 650px) {
          .holiday-hub .cards-horizontal .card-bottom .sale-disc span {
            font-size: 11px;
            line-height: 14px;
            margin-bottom: -2px; } }
    .holiday-hub .cards-horizontal .card-bottom .card-title {
      margin: 0 0 20px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #000;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-bottom .card-title {
          font-size: 16px;
          line-height: 18px;
          margin: 0 0 9px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-bottom .card-title {
          font-size: 18px;
          line-height: 22px;
          margin: 0 0 20px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-bottom .card-title {
          font-size: 14px;
          line-height: 17px;
          margin: 0 0 10px; } }
      .holiday-hub .cards-horizontal .card-bottom .card-title a {
        color: #000; }
        .holiday-hub .cards-horizontal .card-bottom .card-title a:hover {
          color: #B71616; }
    .holiday-hub .cards-horizontal .card-bottom .card-text {
      display: flex;
      align-items: baseline;
      margin: 0 0 10px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-horizontal .card-bottom .card-text {
          margin: 0 0 6px; } }
      @media (max-width: 950px) {
        .holiday-hub .cards-horizontal .card-bottom .card-text {
          margin: 0 0 10px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-horizontal .card-bottom .card-text {
          margin: 0 0 6px; } }
      .holiday-hub .cards-horizontal .card-bottom .card-text .sale-price {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #B71616; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-horizontal .card-bottom .card-text .sale-price {
            font-size: 14px;
            line-height: 18px; } }
        @media (max-width: 950px) {
          .holiday-hub .cards-horizontal .card-bottom .card-text .sale-price {
            font-size: 16px;
            line-height: 19px; } }
        @media (max-width: 650px) {
          .holiday-hub .cards-horizontal .card-bottom .card-text .sale-price {
            font-size: 14px;
            line-height: 18px; } }
        .holiday-hub .cards-horizontal .card-bottom .card-text .sale-price .price-now-label {
          margin-right: 4px; }
      .holiday-hub .cards-horizontal .card-bottom .card-text .non-sale-price {
        margin-left: 8px;
        color: #929497;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-decoration: line-through; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-horizontal .card-bottom .card-text .non-sale-price {
            font-size: 10px;
            line-height: 13px; } }
        @media (max-width: 950px) {
          .holiday-hub .cards-horizontal .card-bottom .card-text .non-sale-price {
            font-size: 12px;
            line-height: 15px; } }
        @media (max-width: 650px) {
          .holiday-hub .cards-horizontal .card-bottom .card-text .non-sale-price {
            font-size: 10px;
            line-height: 13px; } }
    .holiday-hub .cards-horizontal .card-bottom .card-btn {
      display: flex; }
      .holiday-hub .cards-horizontal .card-bottom .card-btn .button {
        margin: 0;
        display: flex;
        padding: 11px 20px 10px;
        border: none;
        background: #123A5B;
        color: #fff;
        border-radius: 6px;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-horizontal .card-bottom .card-btn .button {
            font-size: 12px;
            line-height: 15px;
            padding: 9px 16px 8px; } }
        @media (max-width: 950px) {
          .holiday-hub .cards-horizontal .card-bottom .card-btn .button {
            font-size: 15px;
            line-height: 19px;
            padding: 11px 20px 10px; } }
        @media (max-width: 650px) {
          .holiday-hub .cards-horizontal .card-bottom .card-btn .button {
            font-size: 12px;
            line-height: 15px;
            padding: 9px 16px 8px; } }
        .holiday-hub .cards-horizontal .card-bottom .card-btn .button:hover {
          background-color: #B71616; }

.holiday-hub .cards-vertical {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 27px; }
  @media (max-width: 1290px) {
    .holiday-hub .cards-vertical {
      gap: 20px 20px; } }
  @media (max-width: 1023px) {
    .holiday-hub .cards-vertical {
      gap: 30px 15px; } }
  @media (max-width: 950px) {
    .holiday-hub .cards-vertical {
      gap: 30px 20px; } }
  @media (max-width: 650px) {
    .holiday-hub .cards-vertical {
      justify-content: center; } }
  .holiday-hub .cards-vertical .sale-card {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    height: auto; }
    @media (max-width: 1290px) {
      .holiday-hub .cards-vertical .sale-card {
        max-width: 308px; } }
    @media (max-width: 1023px) {
      .holiday-hub .cards-vertical .sale-card {
        max-width: 300px; } }
    @media (max-width: 950px) {
      .holiday-hub .cards-vertical .sale-card {
        max-width: 308px; } }
    @media (max-width: 700px) {
      .holiday-hub .cards-vertical .sale-card {
        max-width: 300px; } }
    @media (max-width: 650px) {
      .holiday-hub .cards-vertical .sale-card {
        max-width: 308px; } }
  .holiday-hub .cards-vertical .card-top {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    .holiday-hub .cards-vertical .card-top .featured-sale {
      position: relative;
      z-index: 2;
      display: inline-flex;
      position: relative;
      background: #B71616;
      border-top-left-radius: 12px;
      padding: 9px 31px 5px 20px;
      width: 245px;
      clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
      top: 1px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-top .featured-sale {
          padding: 7px 27px 6px 20px;
          width: 189px; } }
      @media (max-width: 650px) {
        .holiday-hub .cards-vertical .card-top .featured-sale {
          border-top-left-radius: 6px; } }
      .holiday-hub .cards-vertical .card-top .featured-sale p {
        margin: 0;
        color: #fff;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-vertical .card-top .featured-sale p {
            font-size: 16px;
            line-height: 19px; } }
    .holiday-hub .cards-vertical .card-top .sale-date {
      background-color: #3C3C3C;
      border-top-right-radius: 12px;
      width: calc(100% - 245px);
      margin: 0;
      padding: 9px 22px 8px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #fff;
      position: relative;
      z-index: 1;
      min-height: 33px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-top .sale-date {
          width: calc(100% - 189px);
          padding: 7px 9px 6px;
          font-size: 10px;
          line-height: 13px;
          min-height: 26px; } }
      .holiday-hub .cards-vertical .card-top .sale-date::before {
        content: '';
        z-index: -1;
        background-color: #3C3C3C;
        height: 100%;
        width: 20%;
        right: 99%;
        display: block;
        top: 0;
        position: absolute; }
  .holiday-hub .cards-vertical .card-bottom {
    padding: 14px 19px 19px;
    background-color: #fff;
    border: 1px solid #707070;
    height: 100%; }
    @media (max-width: 1290px) {
      .holiday-hub .cards-vertical .card-bottom {
        padding: 11px 16px 14px 15px; } }
    .holiday-hub .cards-vertical .card-bottom .card-img a {
      display: block;
      background-color: #EFEFEC; }
    .holiday-hub .cards-vertical .card-bottom .card-img img {
      width: 100%;
      max-height: 225px;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-bottom .card-img img {
          max-height: 173px; } }
    .holiday-hub .cards-vertical .card-bottom .card-content {
      padding-top: 12px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-bottom .card-content {
          padding-top: 6px; } }
    .holiday-hub .cards-vertical .card-bottom .sale-disc {
      margin: 0 0 10px;
      color: #B71616;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-size: 32px;
      line-height: 39px;
      text-transform: uppercase; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-bottom .sale-disc {
          margin: 0 0 3px;
          font-size: 28px;
          line-height: 34px; } }
      .holiday-hub .cards-vertical .card-bottom .sale-disc span {
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        display: block;
        margin-bottom: -4px; }
    .holiday-hub .cards-vertical .card-bottom .card-title {
      margin: 0 0 20px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #000;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-bottom .card-title {
          margin: 0 0 10px;
          font-size: 16px;
          line-height: 18px; } }
      .holiday-hub .cards-vertical .card-bottom .card-title a {
        color: #000; }
        .holiday-hub .cards-vertical .card-bottom .card-title a:hover {
          color: #B71616; }
    .holiday-hub .cards-vertical .card-bottom .card-text {
      display: flex;
      align-items: baseline;
      margin: 0 0 10px; }
      @media (max-width: 1290px) {
        .holiday-hub .cards-vertical .card-bottom .card-text {
          margin: 0 0 6px; } }
      .holiday-hub .cards-vertical .card-bottom .card-text .sale-price {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #B71616; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-vertical .card-bottom .card-text .sale-price {
            font-size: 14px;
            line-height: 18px; } }
        .holiday-hub .cards-vertical .card-bottom .card-text .sale-price .price-now-label {
          margin-right: 4px; }
      .holiday-hub .cards-vertical .card-bottom .card-text .non-sale-price {
        margin-left: 8px;
        color: #929497;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-decoration: line-through; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-vertical .card-bottom .card-text .non-sale-price {
            font-size: 10px;
            line-height: 13px; } }
    .holiday-hub .cards-vertical .card-bottom .card-btn {
      display: flex; }
      .holiday-hub .cards-vertical .card-bottom .card-btn .button {
        margin: 0;
        display: flex;
        padding: 11px 20px 10px;
        border: none;
        background: #123A5B;
        color: #fff;
        border-radius: 6px;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase; }
        @media (max-width: 1290px) {
          .holiday-hub .cards-vertical .card-bottom .card-btn .button {
            font-size: 12px;
            line-height: 15px;
            padding: 9px 16px 8px; } }
        .holiday-hub .cards-vertical .card-bottom .card-btn .button:hover {
          background-color: #B71616; }

@media (max-width: 767px) {
  .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub {
    margin-bottom: 23px; } }

@media (max-width: 767px) {
  .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-img img {
    max-height: 560px;
    min-height: 560px; } }

.hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt {
  max-width: 430px;
  position: absolute;
  width: 100%;
  background: transparent;
  padding: 0; }
  @media (max-width: 1269px) {
    .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt {
      max-width: 430px; } }
  @media (max-width: 1023px) {
    .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt {
      top: 50%;
      transform: translateY(-50%);
      bottom: inherit; } }
  @media (max-width: 767px) {
    .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt {
      top: inherit;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 40px;
      text-align: center; } }
  .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 {
    color: #fff;
    letter-spacing: -1.2px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 {
        letter-spacing: -0.86px;
        margin-bottom: 15px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 {
        letter-spacing: -1.04px;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 {
        letter-spacing: -0.86px;
        max-width: 100%;
        margin-bottom: 15px; } }
    .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 span {
      color: #BFE2FF;
      font-size: 60px;
      line-height: 62px; }
      @media (max-width: 1269px) {
        .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 span {
          font-size: 43px;
          line-height: 44px; } }
      @media (max-width: 1023px) {
        .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 span {
          font-size: 52px;
          line-height: 54px; } }
      @media (max-width: 767px) {
        .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt h2 span {
          font-size: 43px;
          line-height: 44px; } }
  .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt p {
    color: #fff;
    max-width: 332px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt p {
        max-width: 264px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt p {
        line-height: 22px; } }
    @media (max-width: 767px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt p {
        margin: 0 auto; } }
  .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt .crsl-link {
    padding: 10px 19px 9px;
    color: #fff;
    border-color: #fff; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt .crsl-link {
        margin-top: 25px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt .crsl-link {
        margin-top: 28px; } }
    @media (max-width: 767px) {
      .hp-top .hp-crsl.winter-hp-banner .winter-banner.crsl-sub .crsl-cnt .crsl-link {
        margin-top: 25px; } }

.hp-top .hp-crsl.winter-hp-banner .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
  max-width: 280px;
  bottom: 28px; }
  @media (max-width: 1269px) {
    .hp-top .hp-crsl.winter-hp-banner .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
      max-width: 232px;
      bottom: 18px; } }
  @media (max-width: 1023px) {
    .hp-top .hp-crsl.winter-hp-banner .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt {
      max-width: 192px; } }
  .hp-top .hp-crsl.winter-hp-banner .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
    line-height: 35px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.winter-hp-banner .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt h2 span {
        line-height: 24px; } }
  @media (max-width: 767px) {
    .hp-top .hp-crsl.winter-hp-banner .crsl-btm .crsl-sub:nth-child(2n + 1) .crsl-cnt .crsl-link {
      font-size: 12px; } }

@media (max-width: 767px) {
  .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub {
    margin-bottom: 23px; } }

@media (max-width: 767px) {
  .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-img img {
    max-height: 560px;
    min-height: 560px; } }

.hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt {
  max-width: 430px;
  position: absolute;
  width: 100%;
  background: transparent;
  padding: 0;
  top: 66px;
  transform: none; }
  @media (max-width: 1269px) {
    .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt {
      max-width: 430px;
      top: 50px; } }
  @media (max-width: 1023px) {
    .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt {
      top: 57px;
      left: 45px;
      bottom: inherit; } }
  @media (max-width: 767px) {
    .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt {
      top: inherit;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 25px;
      text-align: center; } }
  .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt h2 {
    color: #fff;
    letter-spacing: -1.6px;
    font-size: 80px;
    line-height: 72px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt h2 {
        letter-spacing: -1.16px;
        margin-bottom: 15px;
        font-size: 58px;
        line-height: 52px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt h2 {
        letter-spacing: -1.6px;
        font-size: 80px;
        line-height: 72px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt h2 {
        max-width: 100%;
        margin-bottom: 13px; } }
  .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt p {
    color: #fff;
    max-width: 379px;
    padding: 0; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt p {
        max-width: 328px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt p {
        max-width: 379px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt p {
        margin: 0 auto;
        max-width: 347px;
        font-size: 22px;
        line-height: 28px; } }
  .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt .crsl-link {
    padding: 10px 19px 9px;
    color: #fff;
    border-color: #fff;
    margin-top: 40px; }
    @media (max-width: 1269px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt .crsl-link {
        margin-top: 25px; } }
    @media (max-width: 1023px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt .crsl-link {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt .crsl-link {
        margin-top: 25px; } }
    .hp-top .hp-crsl.black-friday .gas-grill-banner.crsl-sub .crsl-cnt .crsl-link:hover {
      background-color: #185c95;
      border-color: #185c95; }

.lm-main.hesten-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-5rzebitmg/images/stencil/original/image-manager/hesten-home-banner.png"); }
  @media (min-width: 1270px) {
    .lm-main.hesten-banner .lm-cnt {
      padding: 36px 0 37px 100px; } }
  @media (max-width: 1269px) and (min-width: 1024px) {
    .lm-main.hesten-banner .lm-cnt {
      padding: 24px 0 24px 40px; } }
  .lm-main.hesten-banner h2 {
    text-transform: capitalize; }
    @media (min-width: 1270px) {
      .lm-main.hesten-banner h2 {
        margin: 19px 0 6px;
        font-size: 50px;
        line-height: 54px; } }
    .lm-main.hesten-banner h2 span {
      display: block; }
      @media (min-width: 1270px) {
        .lm-main.hesten-banner h2 span {
          font-size: 50px;
          line-height: 54px; } }
      @media (max-width: 767px) {
        .lm-main.hesten-banner h2 span {
          font-size: 36px;
          line-height: 1.2; } }
  @media (min-width: 1270px) {
    .lm-main.hesten-banner p {
      max-width: 427px;
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 1269px) and (min-width: 1024px) {
    .lm-main.hesten-banner p {
      max-width: 328px; } }
  @media (min-width: 1270px) {
    .lm-main.hesten-banner .mb-lmt {
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .lm-main.hesten-banner .lmt-sp {
      max-width: 200px; } }

@media (min-width: 1270px) {
  .lm-prd.hesten-prd {
    padding: 0 51px;
    margin-top: -196px;
    max-width: 1366px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .lm-prd.hesten-prd {
    padding: 0 20px; } }

@media (min-width: 1350px) {
  .lm-prd.hesten-prd .lm-left {
    padding-bottom: 30px; } }

@media (min-width: 1270px) {
  .lm-prd.hesten-prd .lm-left {
    padding-bottom: 25px;
    width: 524px; } }

.lm-prd.hesten-prd .lm-left h3 {
  max-width: 100%; }

@media (max-width: 1023px) and (min-width: 768px) {
  .lm-prd.hesten-prd .lm-left a {
    padding: 7px; } }

@media (min-width: 1270px) {
  .lm-prd.hesten-prd .lm-right {
    width: calc(100% - 524px); } }

@media (min-width: 1270px) {
  .lm-prd.hesten-prd .productGrid {
    margin: 0;
    gap: 10px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1270px) {
  .lm-prd.hesten-prd .productGrid::before, .lm-prd.hesten-prd .productGrid::after {
    display: none; }
  .lm-prd.hesten-prd .productGrid .product {
    padding: 0;
    width: auto; }
  .lm-prd.hesten-prd .productGrid .card .card-body .card-title {
    margin: 6px 0 20px; } }

.image-section {
  width: 100%; }
  .image-section .productView-images {
    width: 100%; }

.easyzoom-flyout {
  display: none; }

.photo {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .5s ease-out; }
  @media (max-width: 1023px) {
    .photo {
      transform: none !important; } }

.product-image, .slider-nav {
  width: 100%; }

.custom-image-gallery .custm-thumbnail {
  margin: 0; }
  .custom-image-gallery .custm-thumbnail .slick-arrow {
    border-radius: 50px;
    border: 2px solid #FFF;
    background-color: #212121;
    padding: 0;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    .custom-image-gallery .custm-thumbnail .slick-arrow:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32' viewBox='0 0 10 16'%3E%3Cg%3E%3Cg transform='rotate(-90 5 8)'%3E%3Cg transform='rotate(-45 8.03 8)'%3E%3Cpath fill='%23fff' d='M7.609 13.683a1 1 0 0 1-1-1V3.316a1 1 0 0 1 1-1h.842a1 1 0 0 1 1 1v9.367a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3Cg transform='rotate(45 1.97 8)'%3E%3Cpath fill='%23fff' d='M1.55 13.683a1 1 0 0 1-1-1V3.317a1 1 0 0 1 1-1h.84a1 1 0 0 1 1 1v9.366a1 1 0 0 1-1 1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 9px;
      height: 13px;
      opacity: 1; }
    .custom-image-gallery .custm-thumbnail .slick-arrow.slick-prev {
      left: 12px;
      opacity: 1; }
    .custom-image-gallery .custm-thumbnail .slick-arrow.slick-next {
      right: 12px; }
      .custom-image-gallery .custm-thumbnail .slick-arrow.slick-next:before {
        transform: rotate(180deg); }
    .custom-image-gallery .custm-thumbnail .slick-arrow:hover {
      background-color: #4d4d4d; }
      .custom-image-gallery .custm-thumbnail .slick-arrow:hover:before {
        opacity: 1; }
    .custom-image-gallery .custm-thumbnail .slick-arrow:focus {
      border-color: #fff !important; }
      .custom-image-gallery .custm-thumbnail .slick-arrow:focus:before, .custom-image-gallery .custm-thumbnail .slick-arrow:focus:after {
        opacity: 1; }
    .custom-image-gallery .custm-thumbnail .slick-arrow .carousel-tooltip {
      display: none; }
  .custom-image-gallery .custm-thumbnail .slick-list {
    margin-left: 49px;
    margin-right: 49px; }
  .custom-image-gallery .custm-thumbnail .productView-thumbnail {
    padding: 0 5px; }
    .custom-image-gallery .custm-thumbnail .productView-thumbnail .productView-thumbnail-link {
      max-width: 84px;
      width: 83px;
      padding: 0;
      border: none;
      margin: 0;
      cursor: pointer; }
      @media (max-width: 650px) {
        .custom-image-gallery .custm-thumbnail .productView-thumbnail .productView-thumbnail-link {
          width: 100%; } }
      .custom-image-gallery .custm-thumbnail .productView-thumbnail .productView-thumbnail-link img {
        width: 100%; }

.productView-images.mob-main-gallery {
  display: none; }

.productView-images:not(.mob-main-gallery) {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1269px) {
    .productView-images:not(.mob-main-gallery) {
      justify-content: space-between; } }
  .productView-images:not(.mob-main-gallery) .product-image {
    width: 100%;
    margin-bottom: 20px !important; }
    @media (max-width: 650px) {
      .productView-images:not(.mob-main-gallery) .product-image {
        margin-bottom: 15px !important; } }

.bdge {
  width: 100%; }

.video-popup {
  margin-left: 13px; }
  @media (max-width: 650px) {
    .video-popup {
      padding-right: 8px;
      margin-left: 10px; } }
  @media (max-width: 400px) {
    .video-popup {
      padding-right: 4px;
      margin-left: 0; } }
  .video-popup.no-video {
    display: none; }

.bio-btn {
  width: 63px;
  background: #123A5B;
  border-radius: 8px;
  padding: 10px 15px 7px 14px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 650px) {
    .bio-btn {
      width: 50px;
      padding: 8px 9px 6px; } }
  .bio-btn .svg {
    width: 34px;
    height: 34px;
    display: flex; }
    @media (max-width: 650px) {
      .bio-btn .svg {
        width: 27px;
        height: 27px; } }
    .bio-btn .svg svg {
      width: 100%;
      height: 100%; }
  .bio-btn .txt {
    font-weight: 700;
    display: flex;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    margin: 6px 00 0; }
    @media (max-width: 650px) {
      .bio-btn .txt {
        font-size: 9px;
        line-height: 11px;
        margin: 4px 00 0; } }

.productView .productView-images .product-image {
  position: relative;
  margin: 0; }
  @media (max-width: 650px) {
    .productView .productView-images .product-image {
      padding: 0; } }

.productView .productView-images .slider-for {
  margin: 0; }
  .productView .productView-images .slider-for .slick-track {
    display: flex;
    align-items: center; }
  .productView .productView-images .slider-for .productView-thumbnail {
    max-height: 640px; }
    @media (max-width: 1269px) {
      .productView .productView-images .slider-for .productView-thumbnail {
        max-height: 490px; } }
    @media (max-width: 550px) {
      .productView .productView-images .slider-for .productView-thumbnail {
        max-height: 400px; } }
    @media (max-width: 450px) {
      .productView .productView-images .slider-for .productView-thumbnail {
        max-height: 300px; } }
    @media (max-width: 400px) {
      .productView .productView-images .slider-for .productView-thumbnail {
        max-height: 235px; } }

.productView .productView-images .custm-thumbnail {
  width: 545px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1269px) {
    .productView .productView-images .custm-thumbnail {
      width: calc(100% - 100px); } }
  @media (max-width: 1100px) {
    .productView .productView-images .custm-thumbnail {
      width: 400px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 650px) {
    .productView .productView-images .custm-thumbnail {
      width: calc(100% - 80px); } }
  @media (max-width: 400px) {
    .productView .productView-images .custm-thumbnail {
      width: 261px;
      padding-left: 25px;
      padding-right: 18px; } }
  @media (max-width: 360px) {
    .productView .productView-images .custm-thumbnail {
      width: 210px;
      padding-left: 10px;
      padding-right: 10px; } }
  .productView .productView-images .custm-thumbnail.full-thumb {
    width: 100%; }
  .productView .productView-images .custm-thumbnail .slick-list {
    width: 100%;
    margin: 0; }
    .productView .productView-images .custm-thumbnail .slick-list .productView-thumbnail .productView-thumbnail-link {
      height: 70px;
      padding: 1px; }
      @media (max-width: 650px) {
        .productView .productView-images .custm-thumbnail .slick-list .productView-thumbnail .productView-thumbnail-link {
          height: 56px; } }
  .productView .productView-images .custm-thumbnail .slick-slide .productView-thumbnail-link {
    border: 1px solid transparent; }
  .productView .productView-images .custm-thumbnail .slick-slide.slick-current .productView-thumbnail-link {
    border: 1px solid #123A5B; }
  .productView .productView-images .custm-thumbnail .slick-arrow {
    background: transparent !important; }
    @media (max-width: 650px) {
      .productView .productView-images .custm-thumbnail .slick-arrow {
        border: none; } }
    @media (max-width: 1269px) {
      .productView .productView-images .custm-thumbnail .slick-arrow.slick-prev {
        left: -10px; } }
    @media (max-width: 650px) {
      .productView .productView-images .custm-thumbnail .slick-arrow.slick-prev {
        left: -0px; } }
    @media (max-width: 350px) {
      .productView .productView-images .custm-thumbnail .slick-arrow.slick-prev {
        left: -10px; } }
    .productView .productView-images .custm-thumbnail .slick-arrow.slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.477' height='13.59' viewBox='0 0 8.477 13.59'%3E%3Cg id='Group_6849' data-name='Group 6849' transform='translate(0 13.59) rotate(-90)'%3E%3Crect id='Rectangle_4701' data-name='Rectangle 4701' width='2.398' height='9.59' rx='1.199' transform='translate(5.113 1.695) rotate(-45)'/%3E%3Crect id='Rectangle_4702' data-name='Rectangle 4702' width='2.398' height='9.59' rx='1.199' transform='translate(6.781 0) rotate(45)'/%3E%3C/g%3E%3C/svg%3E"); }
    @media (max-width: 1269px) {
      .productView .productView-images .custm-thumbnail .slick-arrow.slick-next {
        right: -10px; } }
    .productView .productView-images .custm-thumbnail .slick-arrow.slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.477' height='13.59' viewBox='0 0 8.477 13.59'%3E%3Cg id='Group_6849' data-name='Group 6849' transform='translate(0 13.59) rotate(-90)'%3E%3Crect id='Rectangle_4701' data-name='Rectangle 4701' width='2.398' height='9.59' rx='1.199' transform='translate(5.113 1.695) rotate(-45)'/%3E%3Crect id='Rectangle_4702' data-name='Rectangle 4702' width='2.398' height='9.59' rx='1.199' transform='translate(6.781 0) rotate(45)'/%3E%3C/g%3E%3C/svg%3E"); }

.modal-background {
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply; }

.cust-model.modal--small {
  max-width: 990px;
  width: 990px;
  border-radius: 12px;
  overflow: visible; }
  @media (max-width: 1023px) {
    .cust-model.modal--small {
      width: 900px; } }
  @media (max-width: 950px) {
    .cust-model.modal--small {
      width: 650px; } }
  @media (max-width: 750px) {
    .cust-model.modal--small {
      width: 600px; } }
  @media (max-width: 650px) {
    .cust-model.modal--small {
      width: 89.5%; } }
  .cust-model.modal--small .modal-close {
    display: flex;
    height: 37px;
    width: 37px;
    top: -13px;
    right: -15px; }
    @media (max-width: 650px) {
      .cust-model.modal--small .modal-close {
        height: 30px;
        width: 30px;
        top: -14px;
        right: -10px; } }
    .cust-model.modal--small .modal-close::before, .cust-model.modal--small .modal-close::after {
      display: none; }
    .cust-model.modal--small .modal-close .clos-btn {
      display: flex; }
      @media (max-width: 650px) {
        .cust-model.modal--small .modal-close .clos-btn {
          width: 100%;
          height: 100%; } }
  .cust-model.modal--small .modal-body {
    padding: 0;
    border-radius: 12px; }
  .cust-model.modal--small .video-inner {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 950px) {
      .cust-model.modal--small .video-inner {
        flex-direction: column; } }
  .cust-model.modal--small .video-left {
    width: calc(100% - 340px);
    padding: 25px 25px 29px;
    overflow: hidden; }
    @media (max-width: 950px) {
      .cust-model.modal--small .video-left {
        width: 100%;
        padding: 25px 25px 13px;
        max-height: 100%; } }
    @media (max-width: 650px) {
      .cust-model.modal--small .video-left {
        padding: 5px 5px 5px; } }
  .cust-model.modal--small .videoGallery-main {
    padding-top: 0;
    padding-bottom: 335px;
    border-radius: 8px;
    margin: 0; }
    @media (max-width: 650px) {
      .cust-model.modal--small .videoGallery-main {
        padding-bottom: 250px; } }
    @media (max-width: 550px) {
      .cust-model.modal--small .videoGallery-main {
        padding-bottom: 200px; } }
    @media (max-width: 400px) {
      .cust-model.modal--small .videoGallery-main {
        padding-bottom: 181px; } }
  .cust-model.modal--small .model-data {
    padding-top: 15px; }
    @media (max-width: 650px) {
      .cust-model.modal--small .model-data {
        padding-top: 10px;
        padding-left: 10px;
        display: none; } }
    .cust-model.modal--small .model-data p {
      color: #000;
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 7px; }
    .cust-model.modal--small .model-data .prd-name {
      color: #123A5B;
      font-weight: 700;
      letter-spacing: normal;
      font-size: 20px;
      line-height: 26px;
      margin: 0 0 10px; }
      @media (max-width: 650px) {
        .cust-model.modal--small .model-data .prd-name {
          font-size: 16px;
          line-height: 22px;
          margin: 0; } }
    .cust-model.modal--small .model-data .model-price .price-section {
      display: inline-block;
      color: #000;
      font-size: 16px;
      line-height: 19px; }
      @media (max-width: 650px) {
        .cust-model.modal--small .model-data .model-price .price-section {
          display: none; } }
  .cust-model.modal--small .video-tab-list {
    background: #EFEFEC;
    padding: 30px 3px 25px 25px;
    width: 340px;
    height: 510px;
    overflow: hidden; }
    @media (max-width: 950px) {
      .cust-model.modal--small .video-tab-list {
        padding: 24px 25px 0px;
        width: 100%;
        max-height: 270px;
        height: auto;
        overflow: hidden; } }
    @media (max-width: 650px) {
      .cust-model.modal--small .video-tab-list {
        padding: 19px 10px 0px 15px;
        max-height: 350px; } }
    @media (max-width: 950px) {
      .cust-model.modal--small .video-tab-list::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff; }
      .cust-model.modal--small .video-tab-list::-webkit-scrollbar {
        border-radius: 8px;
        width: 14px;
        background-color: #fff; }
      .cust-model.modal--small .video-tab-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #929497;
        border: 3px solid #fff; } }
    .cust-model.modal--small .video-tab-list .list-title {
      color: #000;
      font-size: 15px;
      line-height: 17px;
      display: block;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 650px) {
        .cust-model.modal--small .video-tab-list .list-title {
          margin-bottom: 15px; } }
  .cust-model.modal--small .videoGallery-list {
    margin: 0;
    max-height: 92%;
    height: 100%;
    overflow: auto;
    padding-right: 10px; }
    @media (max-width: 950px) {
      .cust-model.modal--small .videoGallery-list {
        width: 100%;
        max-height: 209px;
        position: relative;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
        border-radius: 0 0 0;
        padding-bottom: 14px;
        margin-bottom: 2px; } }
    @media (max-width: 650px) {
      .cust-model.modal--small .videoGallery-list {
        grid-template-columns: repeat(1, 1fr);
        max-height: 186px; } }
    .cust-model.modal--small .videoGallery-list::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #fff; }
    .cust-model.modal--small .videoGallery-list::-webkit-scrollbar {
      border-radius: 8px;
      width: 14px;
      background-color: #fff; }
    .cust-model.modal--small .videoGallery-list::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #929497;
      border: 3px solid #fff; }
    .cust-model.modal--small .videoGallery-list::after, .cust-model.modal--small .videoGallery-list::before {
      display: none; }
    .cust-model.modal--small .videoGallery-list .videoGallery-item {
      width: 100%;
      padding: 0; }
      .cust-model.modal--small .videoGallery-list .videoGallery-item .video {
        display: flex;
        gap: 10px;
        margin: 0;
        opacity: 1; }
        .cust-model.modal--small .videoGallery-list .videoGallery-item .video::before, .cust-model.modal--small .videoGallery-list .videoGallery-item .video::after {
          display: none; }
        .cust-model.modal--small .videoGallery-list .videoGallery-item .video.is-active .video-body .video-title {
          text-decoration: none;
          color: #000; }
      .cust-model.modal--small .videoGallery-list .videoGallery-item .video-figure {
        margin: 0;
        width: 142px;
        height: 85px;
        float: none; }
        @media (max-width: 950px) {
          .cust-model.modal--small .videoGallery-list .videoGallery-item .video-figure {
            width: 132px;
            height: 79px; } }
        .cust-model.modal--small .videoGallery-list .videoGallery-item .video-figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px; }
      .cust-model.modal--small .videoGallery-list .videoGallery-item .video-body {
        width: calc(100% - 152px); }
        @media (max-width: 950px) {
          .cust-model.modal--small .videoGallery-list .videoGallery-item .video-body {
            width: calc(100% - 142px); } }
        .cust-model.modal--small .videoGallery-list .videoGallery-item .video-body::before, .cust-model.modal--small .videoGallery-list .videoGallery-item .video-body::after {
          display: none; }
        .cust-model.modal--small .videoGallery-list .videoGallery-item .video-body .video-title {
          color: #123A5B;
          font-size: 12px;
          line-height: 16px;
          font-weight: 700;
          text-decoration: underline; }
    .cust-model.modal--small .videoGallery-list .videoGallery-item + .videoGallery-item {
      margin-top: 30px; }
      @media (max-width: 950px) {
        .cust-model.modal--small .videoGallery-list .videoGallery-item + .videoGallery-item {
          margin: 0; } }

.page-top .container {
  max-width: 1366px;
  padding: 0 28px; }
  @media (max-width: 1290px) {
    .page-top .container {
      padding: 0 25px; } }
  @media (max-width: 1023px) {
    .page-top .container {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .page-top .container {
      padding: 0 20px; } }

.page-top .breadcrumb {
  font-size: 11px; }

.page-top .top-header {
  padding-top: 13px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px; }
  @media (max-width: 1290px) {
    .page-top .top-header {
      gap: 21px;
      padding-top: 8px; } }
  @media (max-width: 1023px) {
    .page-top .top-header {
      gap: 16px; } }
  @media (max-width: 650px) {
    .page-top .top-header {
      gap: 12px;
      padding-top: 0; } }
  @media (max-width: 374px) {
    .page-top .top-header {
      gap: 10px; } }

.page-top .top-img {
  max-width: 275px;
  width: 100%; }
  @media (max-width: 1290px) {
    .page-top .top-img {
      max-width: 240px; } }
  @media (max-width: 1023px) {
    .page-top .top-img {
      max-width: 177px; } }
  @media (max-width: 650px) {
    .page-top .top-img {
      max-width: 132px; } }
  @media (max-width: 374px) {
    .page-top .top-img {
      max-width: 110px; } }

.page-top .top-content {
  padding-top: 10px;
  max-width: 437px;
  width: 100%; }
  @media (max-width: 1290px) {
    .page-top .top-content {
      max-width: 380px; } }
  @media (max-width: 1023px) {
    .page-top .top-content {
      max-width: 266px; } }
  @media (max-width: 650px) {
    .page-top .top-content {
      max-width: 190px; } }
  @media (max-width: 374px) {
    .page-top .top-content {
      max-width: 100%;
      width: calc(100% - 120px); } }
  .page-top .top-content span {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.6px;
    font-weight: 700;
    display: block;
    margin: 0;
    color: #EE493E; }
    @media (max-width: 1290px) {
      .page-top .top-content span {
        font-size: 26px;
        line-height: 35px;
        letter-spacing: -0.52px; } }
    @media (max-width: 1023px) {
      .page-top .top-content span {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: -0.36px; } }
    @media (max-width: 650px) {
      .page-top .top-content span {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.26px; } }
    @media (max-width: 374px) {
      .page-top .top-content span {
        font-size: 12px; } }
  .page-top .top-content p {
    margin: 3px 0 0;
    color: #000;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -0.92px;
    font-weight: 700;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    @media (max-width: 1290px) {
      .page-top .top-content p {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: -0.8px; } }
    @media (max-width: 1023px) {
      .page-top .top-content p {
        margin: 5px 0 0;
        font-size: 28px;
        line-height: 31px;
        letter-spacing: -0.56px; } }
    @media (max-width: 650px) {
      .page-top .top-content p {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -0.4px; } }
    @media (max-width: 374px) {
      .page-top .top-content p {
        font-size: 16px;
        line-height: 18px;
        margin: 3px 0 0; } }

.cutom-cat {
  padding-bottom: 40px; }
  @media (max-width: 650px) {
    .cutom-cat {
      padding-bottom: 30px; } }
  .cutom-cat [data-sub-layout-container] {
    position: relative;
    justify-content: center;
    gap: 63px;
    padding: 36px 0 60px 77px;
    display: block;
    text-align: center; }
    @media (max-width: 1290px) {
      .cutom-cat [data-sub-layout-container] {
        padding: 36px 0 60px 77px;
        gap: 67px; } }
    @media (max-width: 1023px) {
      .cutom-cat [data-sub-layout-container] {
        padding: 36px 35px 60px 94px;
        gap: 20px 67px;
        justify-content: flex-start;
        text-align: left; } }
    @media (max-width: 650px) {
      .cutom-cat [data-sub-layout-container] {
        padding: 36px 19px 50px 18px; } }
    .cutom-cat [data-sub-layout-container]::before {
      content: '';
      background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0) 100%);
      width: 100%;
      height: 208px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      opacity: 0.2; }
      @media (max-width: 650px) {
        .cutom-cat [data-sub-layout-container]::before {
          height: 102px; } }
  .cutom-cat [data-sub-layout] {
    display: inline-block;
    text-align: left;
    position: relative;
    justify-content: flex-start;
    max-width: 440px;
    width: 100%;
    padding: 0;
    flex-basis: auto; }
    @media (max-width: 1290px) {
      .cutom-cat [data-sub-layout] {
        max-width: 350px; } }
    @media (max-width: 1023px) {
      .cutom-cat [data-sub-layout] {
        max-width: 100%; } }
    .cutom-cat [data-sub-layout]:last-child {
      vertical-align: top;
      max-width: 586px;
      margin-left: 60px; }
      @media (max-width: 1290px) {
        .cutom-cat [data-sub-layout]:last-child {
          max-width: 480px;
          margin-left: 64px; } }
      @media (max-width: 1023px) {
        .cutom-cat [data-sub-layout]:last-child {
          margin-left: 0;
          margin-top: 20px; } }
    .cutom-cat [data-sub-layout] .buttonLink {
      margin-top: 30px; }
      @media (max-width: 1290px) {
        .cutom-cat [data-sub-layout] .buttonLink {
          margin-top: 25px; } }
      @media (max-width: 650px) {
        .cutom-cat [data-sub-layout] .buttonLink {
          margin-top: 30px; } }
      .cutom-cat [data-sub-layout] .buttonLink a {
        border: none;
        background: #123A5B;
        border-radius: 6px;
        padding: 11px 20px 10px;
        font-size: 15px;
        line-height: 19px !important;
        font-weight: 700;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase; }
        .cutom-cat [data-sub-layout] .buttonLink a:hover {
          background: #185C95; }
  .cutom-cat .prd-num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -77px;
    top: 5px;
    background: #EE493E;
    border-radius: 12px;
    width: 57px;
    height: 54px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    font-weight: 700;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    @media (max-width: 1023px) {
      .cutom-cat .prd-num {
        width: 47px;
        height: 45px;
        font-size: 28px;
        line-height: 31px;
        letter-spacing: -0.56px;
        left: -59px;
        top: -8px;
        border-radius: 8px; } }
    @media (max-width: 650px) {
      .cutom-cat .prd-num {
        position: relative;
        left: 0;
        top: 0; } }
  .cutom-cat .prd-title {
    margin: 0 0 10px;
    color: #000;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.56px;
    font-weight: 700;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    @media (max-width: 1290px) {
      .cutom-cat .prd-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.48px; } }
    @media (max-width: 650px) {
      .cutom-cat .prd-title {
        margin: 10px 0;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.44px; } }
    @media (max-width: 374px) {
      .cutom-cat .prd-title {
        font-size: 18px;
        line-height: 22px; } }
  .cutom-cat p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    max-width: 430px; }
    @media (max-width: 1023px) {
      .cutom-cat p {
        max-width: inherit; } }
    .cutom-cat p a {
      color: #123A5B;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .cutom-cat .custom-variants-section {
    padding: 30px 0 0;
    background: transparent; }
    .cutom-cat .custom-variants-section .variants_list {
      display: flex; }
      @media (max-width: 767px) {
        .cutom-cat .custom-variants-section .variants_list {
          column-gap: 10px; } }
    .cutom-cat .custom-variants-section .variant_item {
      min-width: 80px;
      min-height: 50px; }
      @media (max-width: 650px) {
        .cutom-cat .custom-variants-section .variant_item {
          min-width: 77px;
          min-height: 48px; } }
    .cutom-cat .custom-variants-section .variant_alias {
      text-align: center;
      font-size: 18px;
      line-height: 18px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 650px) {
        .cutom-cat .custom-variants-section .variant_alias {
          font-size: 17px;
          line-height: 17px; } }
    .cutom-cat .custom-variants-section .variant_price {
      text-align: center;
      font-size: 12px;
      line-height: 18px; }
      @media (max-width: 650px) {
        .cutom-cat .custom-variants-section .variant_price {
          font-size: 11px;
          line-height: 17px; } }
  .cutom-cat .variant_heading {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 14px; }
    .cutom-cat .variant_heading svg {
      display: none; }

@media (max-width: 1023px) {
  .product-image .productView-thumbnail {
    pointer-events: none; } }

.productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc {
  font-size: 22px; }
  @media (max-width: 1023px) {
    .productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc {
      font-size: 22px; } }
  .productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc .price-label {
    font-size: 14px;
    color: #000; }

.productView .stck-lvl .add-to-cart-buttons .button {
  padding: 17px 55.5px 17px 86.5px;
  background-position: center left 53px; }
  @media (max-width: 1280px) {
    .productView .stck-lvl .add-to-cart-buttons .button {
      padding: 17px 34px 17px 63.5px;
      width: auto;
      background-position: center left 34px; } }
  @media (max-width: 1023px) {
    .productView .stck-lvl .add-to-cart-buttons .button {
      padding: 17px 56px 17px 86.5px;
      background-position: center left 57px; } }
  @media (max-width: 767px) {
    .productView .stck-lvl .add-to-cart-buttons .button {
      padding: 17px 34px 17px 63.5px;
      width: auto;
      background-position: center left 34px; } }
  @media (max-width: 374px) {
    .productView .stck-lvl .add-to-cart-buttons .button {
      padding: 17px 10px 17px 36.5px;
      width: auto;
      background-position: center left 10px; } }

.productView .stck-lvl {
  padding-left: 20px;
  padding-right: 20px; }

.productView .stck-lvl .add-to-cart-buttons {
  padding-left: 10px;
  padding-right: 0; }
  @media (max-width: 767px) {
    .productView .stck-lvl .add-to-cart-buttons {
      max-width: 225px;
      padding-top: 4px; } }
  @media (max-width: 374px) {
    .productView .stck-lvl .add-to-cart-buttons {
      max-width: 185px; } }

.productView .stck-lvl .add-to-cart-wrapper .form-increment input {
  font-size: 18px; }

.productView .stck-lvl .add-to-cart-wrapper .form-increment input {
  width: 50px;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 6px; }

.productView .stck-lvl .add-to-cart-wrapper {
  width: 100%;
  flex: 1; }
  .productView .stck-lvl .add-to-cart-wrapper .price-section {
    flex: 1; }

.add-to-cart-wrapper .affirm-as-low-as {
  display: none; }

.add-to-cart-wrapper .price-section--withoutTax.saleprc .price-label {
  display: none !important; }

.add-to-cart-wrapper .price-section--withoutTax.saleprc .price--withoutTax {
  font-size: 28px; }
  @media (max-width: 1280px) {
    .add-to-cart-wrapper .price-section--withoutTax.saleprc .price--withoutTax {
      font-size: 24px; } }
  @media (max-width: 1023px) {
    .add-to-cart-wrapper .price-section--withoutTax.saleprc .price--withoutTax {
      font-size: 28px; } }

.productView .stck-lvl {
  padding-bottom: 34px; }
  @media (max-width: 1280px) {
    .productView .stck-lvl {
      padding-bottom: 40px; } }
  @media (max-width: 1023px) {
    .productView .stck-lvl {
      padding-bottom: 34px; } }
  @media (max-width: 767px) {
    .productView .stck-lvl {
      padding-bottom: 46px; } }

.productView .productView-details .prd-qty .wsh-sct {
  width: 260px;
  bottom: -5px;
  text-align: center; }
  @media (max-width: 1280px) {
    .productView .productView-details .prd-qty .wsh-sct {
      width: 200px;
      right: 20px;
      bottom: 13px; } }
  @media (max-width: 1023px) {
    .productView .productView-details .prd-qty .wsh-sct {
      width: 260px;
      bottom: -6px; } }
  @media (max-width: 767px) {
    .productView .productView-details .prd-qty .wsh-sct {
      bottom: 13px; } }

.productView .productView-details .prd-qty .wsh-sct .form-wishlist {
  float: none; }

.productView .productView-details .prd-qty .wsh-sct .form-wishlist a .icon {
  float: none; }

@media (min-width: 768px) {
  .productView .stck-lvl .add-to-cart-wrapper .price-section {
    padding-right: 20px;
    text-align: center; } }

@media (max-width: 767px) {
  .productView .stck-lvl .add-to-cart-wrapper .price-section {
    text-align: left;
    flex: auto;
    width: 100%; } }

@media (max-width: 767px) {
  .productView .stck-lvl .add-to-cart-wrapper .form-field {
    width: 50px;
    padding-top: 4px; } }

@media (max-width: 767px) {
  .product-page .body .container {
    padding: 0 30px; } }

@media (max-width: 374px) {
  .product-page .body .container {
    padding: 0 20px; } }

@media (max-width: 650px) {
  .cutom-cat .prd-num {
    display: inline-flex;
    vertical-align: middle;
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
  .cutom-cat .prd-title {
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    margin-left: 8px; } }

.productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc .price--withoutTax.starting-price + .price--withoutTax {
  display: none !important; }

.stck-lvl .price-now-label {
  display: none !important; }

.stck-lvl .price--rrp, .stck-lvl .price--non-sale, .stck-lvl .price--discounted, .stck-lvl .non-sale-price--withoutTax {
  display: none !important; }

.productView .productView-details .productView-product .productView-price .price-section.saleprc .nonsale.starting-price + .nonsale {
  display: none; }

.add-to-cart-wrapper .price-section--withoutTax.saleprc .price--withoutTax.starting-price {
  display: none; }

.productView .productView-details .productView-product .productView-price .price-section.saleprc .nonsale.reg-price-bottom {
  display: none !important; }

.add-to-cart-wrapper .price-section--withoutTax.saleprc .price--withoutTax.nonsale.reg-price-bottom, .add-to-cart-wrapper .price-section--withoutTax.saleprc .price--withoutTax.reg-price-bottom {
  display: none !important; }

.card .card-body .price-section .nonsale + .nonsale {
  display: none !important; }

.card .reg-price-bottom {
  display: none !important; }

.productView .productView-details.desktop-view .productView-product .productView-price .price-section.saleprc .reg-price-bottom {
  display: none !important; }

.mob-order-1 {
  padding-bottom: 0; }

@media (max-width: 1023px) {
  .productView .productView-details .productView-product .productView-rating {
    padding-right: 0; }
  .productView .productView-details.desktop-view.mob-order-1 {
    order: -1;
    padding-bottom: 20px;
    border-top: none; }
  .productView .productView-details.desktop-view .productView-product .productView-brand, .productView .productView-details.desktop-view .productView-product .productView-title {
    display: block; }
  .productView .productView-details.desktop-view .productView-product .dtl-cnt {
    display: flex; } }

.slide-read-more.overflow-hidden {
  overflow: hidden; }

.slide-read-more-button {
  cursor: pointer;
  margin-top: 8px;
  display: none;
  width: 100px;
  text-transform: capitalize;
  font-weight: inherit;
  color: #123a5b;
  font-weight: 600; }

.slide-read-more-button:hover {
  color: #b71616; }

.brand_page_description {
  margin-top: 40px; }

.trnd-ctrgy-main.text-section a {
  text-decoration: underline;
  font-weight: 700; }

.hm-testimonial {
  margin-top: 30px; }

.trnd-ctrgy-main.text-section {
  margin-top: 20px; }

.trnd-ctrgy-main.text-section .trnd-grid {
  margin: 0px; }

.slide-read-more-button {
  text-decoration: underline;
  cursor: pointer; }
