@charset "UTF-8";
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: 551px)/";
  width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 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 #dfdfdf;
  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: #a5a5a5;
  display: block;
  font-size: 1rem; }

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #cccccc;
  border-color: #cccccc;
  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: #e8e8e8;
  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: #e8e8e8;
  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 #4f4f4f;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #4f4f4f;
  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: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    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: #989898; }

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

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #4f4f4f;
    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: #69d66f; }

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

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

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

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

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

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

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

/*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: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      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: #a5a5a5;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: #2d2d2d;
  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: #e8e8e8;
  border-color: #e8e8e8;
  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: #69d66f; }

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

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

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

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

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

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .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: #69d66f; }

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #4f4f4f;
  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: #999999;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23999999' 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: 551px) {
    .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: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .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: 801px) {
    body {
      padding-top: 0; } }

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

figcaption {
  color: #a5a5a5;
  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: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

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

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

.dropdown-menu {
  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: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .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: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

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

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

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-title {
  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: 801px) {
  .accordion--navList {
    border: 0; } }

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

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    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: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

.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: 801px) {
    .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(255, 125, 125, 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(105, 214, 111, 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: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card: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: 801px) {
    .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: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #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 #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

@media (min-width: 801px) {
  .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,
.navUser-action--channelSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .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: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .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: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

.navUser-or {
  color: #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 #e8e8e8 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: 551px) {
    .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: 551px) {
      .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: #dfdfdf;
  color: #454545; }

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .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: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

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

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

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

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #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: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .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: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .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: 551px) {
    .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: 551px) {
      .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: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .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: 551px) {
    .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: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  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: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView-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: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .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: 551px) {
        .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: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .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 #cccccc;
  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 #cccccc; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  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: #a5a5a5;
  font-size: 30px; }

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

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

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

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

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

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

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-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: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.reset-filters {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem 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: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.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: 551px) {
      .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; }

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + 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: 801px) {
    .suggestiveCart {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    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: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

.account-product-subtitle {
  color: #a5a5a5;
  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: #a5a5a5;
  margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

.account-orderStatus-label {
  background-color: #bfbfbf;
  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;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #cccccc; }

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

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.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 {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .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: #a5a5a5;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

.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: 801px) {
    .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: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        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: 801px) {
      .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: #a5a5a5; }

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

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

.header-logo-text {
  display: block;
  font-family: "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: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .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%; }

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

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

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

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

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

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

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

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

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

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

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

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  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;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

@media (min-width: 801px) {
  .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: 551px) {
    .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    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: 1200px;
  padding: 0;
  position: relative;
  width: 100%; }

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

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

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

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

.brand-image-container {
  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: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

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

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

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

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

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

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

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

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

.listItem-button {
  background-color: rgba(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: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--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: 801px) {
    .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: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: 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: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

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

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

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

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

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

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

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

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

.login_popup_main .login_popup .form-field--inputPassword .toggle-password.fa-eye {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/hide-password.svg") no-repeat center;
  height: 18px;
  width: 24px;
  background-size: 20px; }

body {
  font-family: "Roboto Flex", serif; }

* {
  outline: none; }

a {
  color: #8CC63E; }

a,
a:focus,
a:hover {
  text-decoration: none; }

a:focus,
a:hover {
  color: #4A4F54; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.modal--alert .button-container .confirm,
.swal2-modal.CustomRemoveItems button[type='button'],
.modal--alert .button-container .confirm:focus,
.modal--alert .button-container .confirm:active {
  background-color: #8CC63E;
  color: #fff;
  line-height: normal;
  border-color: #8CC63E;
  border-radius: 4px;
  outline: none;
  letter-spacing: 1px;
  font-family: "Roboto Flex", serif;
  font-weight: normal;
  text-transform: uppercase;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }
  .button:hover,
  .button:focus:hover,
  .button:active:hover,
  .swal2-container .swal2-confirm.button:hover,
  .swal2-container .swal2-modal .swal2-cancel:hover,
  .modal--alert .button-container .confirm:hover,
  .swal2-modal.CustomRemoveItems button[type='button']:hover,
  .modal--alert .button-container .confirm:focus:hover,
  .modal--alert .button-container .confirm:active:hover {
    background-color: #fff;
    border-color: #8CC63E;
    color: #8CC63E; }

.button:hover,
.swal2-container .swal2-confirm.button:hover,
.swal2-container .swal2-modal .swal2-cancel:hover,
.modal--alert .button-container .confirm:hover,
.swal2-modal.CustomRemoveItems button[type='button']:hover {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

.body {
  background-color: #fff;
  float: left;
  width: 100%;
  min-height: 650px;
  font-family: "Roboto Flex", serif; }

.header {
  float: left;
  width: 100%;
  background: #fff;
  border: 0;
  position: fixed; }
  .header .hdr_top {
    float: left;
    width: 100%;
    background: #8CC63E;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 13px 0; }
  .header .hdr_bottom {
    float: left;
    width: 100%;
    margin: 25px 0 15px; }
  .header .main_menu {
    float: left;
    width: 100%; }

.hdr_topleft {
  display: inline-block;
  float: right;
  padding: 3px 0 0; }
  .hdr_topleft .navUser-section {
    margin: 0; }
    .hdr_topleft .navUser-section .navUser-item .navUser-action {
      font-size: 15px;
      color: #fff;
      letter-spacing: 0;
      font-family: "Roboto Flex", serif;
      font-weight: normal;
      text-transform: none;
      padding: 0 0px 0 0;
      line-height: normal;
      margin: 0 12px 0 0;
      display: inline-block; }
      .hdr_topleft .navUser-section .navUser-item .navUser-action:hover {
        color: #4A4F54; }
    .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action {
      padding: 0;
      margin: 0; }
      .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action:after {
        content: "";
        width: 2px;
        height: 17px;
        display: inline-block;
        background: #fff;
        margin: 0 12px 0 12px;
        vertical-align: middle;
        transform: rotate(30deg); }
      .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
        stroke: none;
        fill: none;
        display: inline-block;
        vertical-align: sub;
        height: 20px;
        width: 20px;
        margin: 0 12px 0 0; }
      .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action:hover svg .au {
        fill: #4A4F54; }
    .hdr_topleft .navUser-section .navUser-item.my_account {
      position: relative;
      margin: 0 0 0 12px; }
      .hdr_topleft .navUser-section .navUser-item.my_account > a {
        margin: 0 2px 0 0; }
        .hdr_topleft .navUser-section .navUser-item.my_account > a:after {
          content: "";
          width: 2px;
          height: 17px;
          display: inline-block;
          background: #fff;
          margin: 0 12px 0 12px;
          vertical-align: middle;
          transform: rotate(30deg); }
      .hdr_topleft .navUser-section .navUser-item.my_account .my_account_dropdown {
        position: absolute;
        margin: 0;
        padding: 0 0 10px 0;
        left: -10px;
        top: 75%;
        z-index: 9999;
        background: #8CC63E;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        width: 106px;
        display: none; }
        .hdr_topleft .navUser-section .navUser-item.my_account .my_account_dropdown > li {
          width: 100%;
          text-align: center;
          line-height: normal; }
          .hdr_topleft .navUser-section .navUser-item.my_account .my_account_dropdown > li > a {
            font-size: 11px;
            text-transform: capitalize;
            line-height: normal;
            margin: 0; }
      .hdr_topleft .navUser-section .navUser-item.my_account:hover .my_account_dropdown {
        display: block; }
    .hdr_topleft .navUser-section .navUser-item:last-child .navUser-action {
      margin: 0; }

.hdr_topcenter {
  display: inline-block;
  float: left;
  text-align: right; }
  .hdr_topcenter label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    font-family: "Roboto Flex", serif;
    font-weight: normal; }
  .hdr_topcenter .socialLinks {
    display: inline-block;
    vertical-align: middle; }
    .hdr_topcenter .socialLinks .socialLinks-item {
      display: inline-block;
      text-align: center;
      margin: 0 0 0 20px;
      float: left;
      text-align: left; }
      .hdr_topcenter .socialLinks .socialLinks-item .icon {
        width: 22px;
        margin: 0;
        height: 18px;
        padding: 0;
        float: left;
        text-align: left;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease; }
        .hdr_topcenter .socialLinks .socialLinks-item .icon svg {
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease;
          height: 16px;
          width: 18px;
          fill: #fff; }
          .hdr_topcenter .socialLinks .socialLinks-item .icon svg .ai,
          .hdr_topcenter .socialLinks .socialLinks-item .icon svg .af,
          .hdr_topcenter .socialLinks .socialLinks-item .icon svg .ai,
          .hdr_topcenter .socialLinks .socialLinks-item .icon svg .at {
            transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            -moz-transition: all 0.7s ease;
            -ms-transition: all 0.7s ease;
            -o-transition: all 0.7s ease; }
        .hdr_topcenter .socialLinks .socialLinks-item .icon:hover svg {
          fill: #4A4F54; }
          .hdr_topcenter .socialLinks .socialLinks-item .icon:hover svg .ai,
          .hdr_topcenter .socialLinks .socialLinks-item .icon:hover svg .af,
          .hdr_topcenter .socialLinks .socialLinks-item .icon:hover svg .ai,
          .hdr_topcenter .socialLinks .socialLinks-item .icon:hover svg .at {
            fill: #4A4F54; }
        .hdr_topcenter .socialLinks .socialLinks-item .icon.icon--twitter {
          margin: 0 0 0 6px; }

.hdr_bottomleft {
  display: inline-block;
  float: left;
  line-height: 0; }
  .hdr_bottomleft .header-logo {
    margin: 0;
    display: inline-block; }
    .hdr_bottomleft .header-logo .header-logo-image-container .header-logo-image {
      position: static;
      max-height: 72px; }

.hdr_bottomright {
  display: inline-block;
  float: right; }
  .hdr_bottomright > ul {
    margin: 15px 0 0; }
    .hdr_bottomright > ul > li {
      margin: 0 0 0 40px; }
      .hdr_bottomright > ul > li .navUser-action {
        padding: 0;
        width: 215px;
        border: 2px solid #8CC63F;
        border-radius: 10px;
        display: inline-block;
        font-family: "Roboto Flex", serif; }
        .hdr_bottomright > ul > li .navUser-action span {
          float: left; }
          .hdr_bottomright > ul > li .navUser-action span svg {
            fill: none;
            stroke: none;
            display: inline-block;
            vertical-align: middle;
            margin: 0 2px 0 -2px; }
          .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel {
            width: 55.457%;
            background: #8CC63F;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: -0.18px;
            padding: 11px 0 8px 53px;
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
            position: relative; }
            .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
              margin: 0 0px 0px -2px;
              position: absolute;
              bottom: -2px;
              left: 0;
              overflow: hidden; }
          .hdr_bottomright > ul > li .navUser-action span.cart-quantity {
            width: 45.5%;
            text-align: center;
            line-height: 46px;
            font-size: 18px;
            color: #000;
            letter-spacing: 0;
            display: none; }
            .hdr_bottomright > ul > li .navUser-action span.cart-quantity.countPill--positive {
              display: inline-block; }

.search_box {
  width: 555px;
  display: inline-block; }
  .search_box .form {
    margin: 0; }
    .search_box .form .form-field {
      width: 100%;
      margin: 0;
      position: relative; }
      .search_box .form .form-field .form-input {
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        line-height: 46px;
        color: #BFBFBF;
        font-family: "Roboto Flex", serif;
        border: 2px solid #8CC63F;
        padding: 0 70px 0 20px;
        background: transparent;
        letter-spacing: 0;
        text-transform: uppercase; }
      .search_box .form .form-field .search_btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        width: 60px;
        border: #ffdead;
        background: #8CC63F url(../img/Search-icon.svg) left bottom no-repeat;
        border-radius: 10px; }
      .search_box .form .form-field:after {
        content: "";
        height: 20px;
        width: 30px;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        position: absolute;
        right: 45px;
        top: 20px;
        transform: rotate(-45deg); }

.hdr_topright {
  display: none;
  float: right; }
  .hdr_topright ul {
    margin: 0; }
    .hdr_topright ul li {
      display: inline-block;
      width: auto;
      padding: 0 0 0 13px; }
      .hdr_topright ul li .for_img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0; }
        .hdr_topright ul li .for_img svg {
          display: inline-block;
          vertical-align: middle; }
      .hdr_topright ul li .for_text {
        display: inline-block;
        vertical-align: middle; }
        .hdr_topright ul li .for_text p,
        .hdr_topright ul li .for_text a {
          font-size: 13px;
          font-weight: bold;
          color: #fff;
          font-family: "Roboto Flex", serif;
          text-transform: uppercase;
          line-height: 13px;
          letter-spacing: 0;
          margin: 0; }
          .hdr_topright ul li .for_text p a:hover,
          .hdr_topright ul li .for_text a a:hover {
            color: #4A4F54; }
        .hdr_topright ul li .for_text span {
          font-size: 11px;
          font-weight: normal;
          line-height: 13px;
          color: #fff;
          text-transform: uppercase;
          display: inherit;
          float: left;
          font-family: "Roboto Flex", serif; }

.main_menu {
  margin: 0; }
  .main_menu .navPages {
    display: inline-block;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    padding: 0 0 0 12px; }
    .main_menu .navPages .navPages-list .navPages-item {
      padding: 9px; }
      .main_menu .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 14px;
        font-weight: normal;
        color: #4A4F54;
        letter-spacing: 0;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        padding: 0; }
        .main_menu .navPages .navPages-list .navPages-item .navPages-action:hover {
          color: #8CC63E; }

.main_menu {
  position: relative; }
  .main_menu .navPage_subMenu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #F5F5F5;
    padding: 27px 0 39px;
    margin: 0;
    z-index: 99;
    max-height: 470px;
    overflow-y: auto; }
    @media only screen and (min-width: 1500px) {
      .main_menu .navPage_subMenu {
        max-height: none; } }
    .main_menu .navPage_subMenu.menu_is_open {
      display: block; }
    .main_menu .navPage_subMenu .submenu_title {
      font-family: "Roboto Flex", serif;
      font-size: 16px;
      font-weight: bold;
      text-transform: capitalize;
      margin: 0;
      text-align: left;
      margin: 0px 0 30px;
      color: #636363; }
    .main_menu .navPage_subMenu .navPage_subcate_list {
      float: left;
      width: 100%;
      padding: 22px 0; }
    .main_menu .navPage_subMenu .navPage_classified-list {
      float: left;
      width: 100%; }
    .main_menu .navPage_subMenu .navPage_business_list {
      float: left;
      width: 100%;
      padding: 27px 0 20px; }
    .main_menu .navPage_subMenu .submenu_close {
      display: inline-block;
      width: 100%;
      margin: 28px 0 0; }
      .main_menu .navPage_subMenu .submenu_close a {
        display: inline-block; }

.navPage_subcate_list .navPage-subMenu-list {
  float: left;
  width: 100%;
  text-align: left; }
  .navPage_subcate_list .navPage-subMenu-list .subcate_col_1 {
    width: 25.3%;
    float: left; }
  .navPage_subcate_list .navPage-subMenu-list .subcate_col_2 {
    width: 29.3%;
    float: left; }
  .navPage_subcate_list .navPage-subMenu-list .subcate_col_3 {
    width: 15%;
    float: left;
    padding: 0 0 0 18px; }
  .navPage_subcate_list .navPage-subMenu-list .subcate_img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 32px; }
    .navPage_subcate_list .navPage-subMenu-list .subcate_img .subcate_imginner {
      height: 138px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .navPage_subcate_list .navPage-subMenu-list .subcate_img .subcate_imginner img {
        max-height: 138px; }
    .navPage_subcate_list .navPage-subMenu-list .subcate_img span {
      font-size: 16px;
      font-weight: bold;
      font-family: "Roboto Flex", serif;
      color: #8CC63E;
      display: block;
      text-align: center;
      text-transform: capitalize; }
  .navPage_subcate_list .navPage-subMenu-list .subcate_list {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .navPage_subcate_list .navPage-subMenu-list .subcate_list .navPage-childList-item {
      padding: 0 0 6px; }

.navPage_classified_list .classified_list {
  display: inline-block;
  vertical-align: middle; }
  .navPage_classified_list .classified_list li {
    display: inline-block;
    padding-left: 35px; }
    .navPage_classified_list .classified_list li a {
      font-size: 16px;
      font-family: "Roboto Flex", serif;
      color: #636363;
      font-weight: bold;
      text-transform: capitalize; }
      .navPage_classified_list .classified_list li a img {
        display: inline-block;
        margin: 0 8px 0 0; }
    .navPage_classified_list .classified_list li:first-child {
      padding: 0 0 0 20px; }

.main_menu .navPage_subMenu .navPage_classified_list .submenu_title {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0 0;
  float: left; }

.main_menu .navPage_subMenu .navPage_business_list .submenu_title {
  margin: 0 0 21px; }

.navPage_business_list ul {
  margin: 0 -7px; }
  .navPage_business_list ul li {
    width: 25%;
    float: left;
    padding: 0 7px; }
    .navPage_business_list ul li .business_list_inner {
      position: relative; }
      .navPage_business_list ul li .business_list_inner a {
        display: inline-block;
        background: #fff; }
        .navPage_business_list ul li .business_list_inner a p {
          position: absolute;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          text-align: center;
          margin: 0 auto;
          left: 20px;
          color: #8CC63E;
          text-transform: uppercase;
          font-size: 16px;
          font-family: "Roboto Flex", serif;
          font-weight: bold;
          text-align: left;
          line-height: 18px; }
          .navPage_business_list ul li .business_list_inner a p span {
            color: #4A4F54; }

.main_menu .navPages .navPage_subcate_list .navPage-subMenu-list .subcate_col_1 .navPages-action,
.main_menu .navPages .navPage_subcate_list .navPage-subMenu-list .subcate_col_2 .navPages-action,
.main_menu .navPages .navPage_subcate_list .navPage-subMenu-list .subcate_col_3 .navPages-action {
  text-transform: capitalize; }

.hamburger-menu {
  display: inline-block;
  position: relative; }
  .hamburger-menu .Menu-toggle {
    width: auto;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border-radius: 10px;
    color: #4A4F54;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #8CC63E;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 15px; }
    .hamburger-menu .Menu-toggle svg {
      height: 12px;
      width: 20px;
      margin: 0 5px 0 0; }
    .hamburger-menu .Menu-toggle:hover {
      background: #fff;
      border-color: #8CC63E;
      color: #8CC63E; }
      .hamburger-menu .Menu-toggle:hover svg .atg {
        fill: #4A4F54;
        stroke: #4A4F54; }
  .hamburger-menu .ham_menu_outer {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 400px;
    background: #8CC63F;
    padding: 50px 20px 20px;
    left: -75px;
    z-index: 99;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 6px 0 0; }
    @media only screen and (min-width: 1500px) {
      .hamburger-menu .ham_menu_outer {
        left: -200px;
        min-width: 500px;
        padding: 70px 70px 70px; } }
    .hamburger-menu .ham_menu_outer:after {
      content: "";
      display: inline-block;
      height: 100%;
      width: 2px;
      box-shadow: 8px 3px 8px rgba(0, 0, 0, 0.5);
      background: transparent;
      position: absolute;
      top: 0;
      right: 3px; }
    .hamburger-menu .ham_menu_outer .ham_menu_inner_left {
      width: 45%;
      float: left; }
      @media only screen and (min-width: 1500px) {
        .hamburger-menu .ham_menu_outer .ham_menu_inner_left {
          width: 50%; } }
    .hamburger-menu .ham_menu_outer .ham_menu_inner_right {
      width: 55%;
      float: left;
      margin: -4px 0 0; }
      @media only screen and (min-width: 1500px) {
        .hamburger-menu .ham_menu_outer .ham_menu_inner_right {
          width: 50%; } }
    .hamburger-menu .ham_menu_outer.ham_is_open {
      display: block; }

.ham_menu_inner {
  max-height: 410px;
  overflow-y: auto; }
  @media only screen and (min-width: 1799px) {
    .ham_menu_inner {
      max-height: 100%; } }

.ham_menu_inner_left ul {
  margin: 0;
  list-style: none; }
  .ham_menu_inner_left ul li {
    margin: 0 0 100px; }
    .ham_menu_inner_left ul li a {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      font-family: "Roboto Flex", serif;
      letter-spacing: 0;
      color: #fff;
      padding: 0;
      width: auto;
      display: inline-block;
      display: block;
      text-transform: uppercase;
      margin: 26px 0; }

.ham_menu_inner_right .navPages-list {
  width: 100%;
  border: 0;
  margin: 0 0 51px; }
  .ham_menu_inner_right .navPages-list .navPages-item {
    width: 100%; }
    .ham_menu_inner_right .navPages-list .navPages-item > .navPages-action {
      font-size: 14px;
      line-height: 24px;
      font-weight: bold;
      font-family: "Roboto Flex", serif;
      letter-spacing: 0;
      color: #fff;
      padding: 0; }
      .ham_menu_inner_right .navPages-list .navPages-item > .navPages-action.is-open {
        background: transparent;
        color: #603813; }
      .ham_menu_inner_right .navPages-list .navPages-item > .navPages-action:hover {
        color: #603813; }
  .ham_menu_inner_right .navPages-list.second_col {
    margin: 0 0 7px; }

.ham_menu_inner_right .navPage-subMenu {
  background: transparent;
  height: 100%;
  padding: 0; }
  .ham_menu_inner_right .navPage-subMenu ul {
    margin: 0;
    list-style: none;
    border: 1px solid #C1C0BC;
    width: 40.7%;
    float: left;
    height: 100%;
    padding: 34px 50px 0;
    background: #fff;
    max-height: 470px;
    overflow-y: auto; }
    @media only screen and (min-width: 1500px) {
      .ham_menu_inner_right .navPage-subMenu ul {
        max-height: 100%; } }
    .ham_menu_inner_right .navPage-subMenu ul .cat_heading {
      color: #603813;
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0;
      font-family: "Roboto Flex", serif;
      margin: 22px 0 8px; }
      @media only screen and (min-width: 1500px) {
        .ham_menu_inner_right .navPage-subMenu ul .cat_heading {
          margin: 32px 0 11px; } }
    .ham_menu_inner_right .navPage-subMenu ul li {
      width: 100%;
      padding: 0; }
      .ham_menu_inner_right .navPage-subMenu ul li a {
        color: #603813;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: "Roboto Flex", serif;
        line-height: 24px;
        border: 0;
        margin: 0;
        padding: 0;
        width: auto;
        display: inline-block; }
        .ham_menu_inner_right .navPage-subMenu ul li a:hover {
          color: #8CC63E; }
  .ham_menu_inner_right .navPage-subMenu.is-open {
    left: 100%;
    top: 0;
    width: 100%;
    min-width: 812px; }
  .ham_menu_inner_right .navPage-subMenu .ham_cat_image {
    width: 59.3%;
    float: left;
    max-height: 470px;
    overflow-y: auto; }
    @media only screen and (min-width: 1500px) {
      .ham_menu_inner_right .navPage-subMenu .ham_cat_image {
        height: 100%;
        max-height: 100%; } }
    .ham_menu_inner_right .navPage-subMenu .ham_cat_image img {
      height: auto;
      width: auto;
      max-height: 470px; }
      @media only screen and (min-width: 1399px) {
        .ham_menu_inner_right .navPage-subMenu .ham_cat_image img {
          max-height: 550px; } }

@media only screen and (min-width: 1799px) {
  .ham_menu_inner_right .navPage-subMenu .ham_cat_image img {
    max-height: 100%;
    height: 100%; } }

.main_menu .navPages-container {
  display: inline-block;
  position: static; }

.main_menu > .container {
  position: static; }

.menu_bottom {
  float: left;
  width: 100%;
  margin: 20px 0 40px;
  display: none; }
  .menu_bottom ul {
    margin: 0 -6px;
    list-style: none; }
    .menu_bottom ul li {
      width: 25%;
      float: left;
      padding: 0 6px; }
      .menu_bottom ul li a {
        display: inline-block;
        width: 100%;
        border: 1px solid #E0E6E8;
        background: #F5F5F5;
        color: #000;
        font-family: "Roboto Flex", serif;
        font-size: 15px;
        line-height: 48px;
        text-align: center;
        border-radius: 4px;
        letter-spacing: 0;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        font-weight: 400; }
        .menu_bottom ul li a:hover {
          background: #8CC63E;
          color: #fff;
          border-color: #8CC63E;
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }

.footer {
  float: left;
  width: 100%;
  padding: 0;
  border: 0; }
  .footer .footer_btm {
    float: left;
    width: 100%;
    background: #F5F5F5;
    padding: 40px 0 20px; }
    .footer .footer_btm .footer-info {
      margin: 0 -10px 13px; }
      .footer .footer_btm .footer-info .footer-info-col {
        padding: 0 10px;
        width: 33%;
        margin: 0; }
        .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom, .footer .footer_btm .footer-info .footer-info-col.footer-info-payment, .footer .footer_btm .footer-info .footer-info-col.footer-info-service {
          width: 17%; }
          .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom .footer-info-list li, .footer .footer_btm .footer-info .footer-info-col.footer-info-payment .footer-info-list li, .footer .footer_btm .footer-info .footer-info-col.footer-info-service .footer-info-list li {
            width: 100%;
            float: left;
            padding: 0; }
        .footer .footer_btm .footer-info .footer-info-col .footer-info-list li {
          width: 50%;
          float: left;
          color: #4D4D4D;
          font-family: "Roboto Flex", serif;
          font-weight: 400; }
          .footer .footer_btm .footer-info .footer-info-col .footer-info-list li a {
            font-size: 14px;
            line-height: 24px;
            font-weight: normal;
            color: #4D4D4D;
            letter-spacing: 0;
            text-transform: none;
            font-family: "Roboto Flex", serif; }
            .footer .footer_btm .footer-info .footer-info-col .footer-info-list li a:hover {
              color: #8CC63E; }
        .footer .footer_btm .footer-info .footer-info-col .footer-info-heading {
          font-size: 15px;
          line-height: normal;
          letter-spacing: 0;
          color: #4A4F54;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: bold;
          margin: 0 0 13px; }
      .footer .footer_btm .footer-info hr {
        margin: 26px 0 30px;
        border-color: #E3E3E3; }

.footer .footer_btm.for_desktop .footer-info .footer-info-col.footer-info-international {
  width: 22%; }

.footer .footer_btm.for_desktop .footer-info .footer-info-col.footer-info-international a svg {
  height: 18px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-contact {
  width: 28%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-product {
  width: 20%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-showroom ul {
  margin: 0 0 28px;
  display: inline-block; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-store li {
  width: 56%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-store li:nth-child(2n) {
  width: 44%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-product li,
.footer .footer_btm .footer-info .footer-info-col.footer-info-contact .footer-info-list li,
.footer .footer_btm .footer-info .footer-info-col.footer-info-international .footer-info-list li {
  width: 100%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-category li {
  width: 51%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-category li:nth-child(2n) {
  width: 49%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-category {
  width: 35%; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-payment {
  width: 18%; }

.footer .footer_btm .footer-info .footer-info-col img {
  max-height: 60px;
  display: block;
  margin: 0; }

.footer_payment {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
  text-align: center; }
  .footer_payment ul {
    margin: 0;
    list-style: none; }
    .footer_payment ul li {
      width: 26%;
      float: left;
      padding: 0; }
      .footer_payment ul li:nth-child(1) {
        width: 33%; }
      .footer_payment ul li:nth-child(3) {
        width: 20%; }
      .footer_payment ul li:nth-child(4) {
        width: 16%; }

.footer_payment ul li ul.inner_payment > li {
  width: 23%;
  float: left; }

.footer-copyright {
  float: left;
  width: 100%;
  background: #8CC63F;
  text-align: center;
  padding: 15px 0 15px; }
  .footer-copyright p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    font-family: "Roboto Flex", serif; }
  .footer-copyright span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: none;
    font-family: "Roboto Flex", serif; }

.footer-copyright > .powered-by {
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  text-transform: none;
  font-family: "Roboto Flex", serif; }

.sub_cat_block {
  float: left;
  width: 100%;
  padding: 0 0 41px 0; }
  .sub_cat_block h3 {
    font-size: 25px;
    font-weight: bold;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0px 20px; }
  .sub_cat_block ul {
    margin: 0;
    list-style: none; }
    .sub_cat_block ul li {
      width: 12.5%;
      float: left;
      padding: 0px 0px 40px; }
      .sub_cat_block ul li div {
        display: block; }
        .sub_cat_block ul li div a {
          display: flex;
          height: 188px;
          vertical-align: bottom;
          flex-direction: column;
          justify-content: flex-end; }
          .sub_cat_block ul li div a img {
            max-height: 150px;
            max-width: 100%; }
          .sub_cat_block ul li div a span {
            display: block;
            font-size: 16px;
            font-weight: normal;
            color: #666;
            font-family: "Roboto Flex", serif;
            text-transform: capitalize;
            text-align: left;
            line-height: 18px;
            height: 38px;
            line-height: 19px;
            margin: 0px 0 0 15px;
            max-width: 120px;
            overflow: hidden; }
          .sub_cat_block ul li div a:hover span {
            color: #8CC63E; }

/* SYSTEM PAGE*/
.pagination-list--small .pagination-item,
.pagination-list--small .pagination-link {
  color: #666666;
  font-size: 14px;
  font-family: "Roboto Flex", serif;
  font-weight: bold; }

.pagination-item.pagination-item--next > a:hover,
.pagination-item.pagination-item--previous > a:hover {
  color: #8CC63E; }

.pagination-list--small .pagination-link svg {
  fill: #666666; }

.quickSearchResults .quickSearchMessage {
  font-size: 20px;
  padding: 15px 10px;
  text-align: center;
  margin: 0;
  border: 1px solid #bebdbd;
  overflow: auto; }

.quickSearchResults,
.custom_account_recentitems .quickSearchResults,
.custom_wishlist .quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #000;
    top: 1px;
    right: 10px;
    background: transparent; }
    .quickSearchResults .modal-close:hover,
    .custom_account_recentitems .quickSearchResults .modal-close:hover,
    .custom_wishlist .quickSearchResults .modal-close:hover {
      color: #8CC63E; }
  .quickSearchResults .productGrid,
  .custom_account_recentitems .quickSearchResults .productGrid,
  .custom_wishlist .quickSearchResults .productGrid {
    width: 100%;
    background-color: #fff;
    display: block;
    max-height: 466px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bebdbd; }
    .quickSearchResults .productGrid .product,
    .custom_account_recentitems .quickSearchResults .productGrid .product,
    .custom_wishlist .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 0;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left;
      margin: 0; }
      .quickSearchResults .productGrid .product .card,
      .custom_account_recentitems .quickSearchResults .productGrid .product .card,
      .custom_wishlist .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff;
        box-shadow: none; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
          width: 35%;
          height: auto;
          padding: 0;
          margin: 0;
          box-shadow: none;
          display: inline-block;
          margin: 0 -2px;
          vertical-align: middle; }
          .quickSearchResults .productGrid .product .card .card-figure a,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a {
            position: static;
            border: 0;
            height: 90px;
            float: left;
            width: 100%; }
            .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-image {
              min-height: auto;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none;
              max-height: 90px;
              padding: 0; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .product_badges {
            display: none; }
        .quickSearchResults .productGrid .product .card .card_body_mn,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn {
          width: 65%;
          display: inline-block;
          vertical-align: middle; }
          .quickSearchResults .productGrid .product .card .card_body_mn .card-body,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn .card-body,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn .card-body {
            padding: 0 0 0 10px;
            text-align: left; }
            .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title {
              text-align: left;
              line-height: normal;
              height: 40px;
              max-height: 40px;
              margin: 0;
              padding: 5px 0 0;
              width: 90%; }
              .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title a,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title a,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title a {
                color: #000;
                text-align: left;
                font-size: 14px;
                line-height: 16px;
                font-family: "Roboto Flex", serif; }
                .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title a:hover,
                .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title a:hover,
                .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title a:hover {
                  color: #8CC63E !important; }
            .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-text,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-text,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-text {
              margin: 8px 0 4px;
              text-align: left; }
            .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-text.productView-rating,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-text.productView-rating,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-text.productView-rating {
              display: none; }
        .quickSearchResults .productGrid .product .card .custom_BTN,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .custom_BTN,
        .custom_wishlist .quickSearchResults .productGrid .product .card .custom_BTN {
          width: 65%;
          float: right;
          padding: 0 20px 0 0;
          margin: 0 -4px; }
          .quickSearchResults .productGrid .product .card .custom_BTN .card_addCart,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .custom_BTN .card_addCart,
          .custom_wishlist .quickSearchResults .productGrid .product .card .custom_BTN .card_addCart {
            display: inline-block;
            width: 50%;
            float: left;
            padding: 0 4px; }
            .quickSearchResults .productGrid .product .card .custom_BTN .card_addCart .button.card_btn,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .custom_BTN .card_addCart .button.card_btn,
            .custom_wishlist .quickSearchResults .productGrid .product .card .custom_BTN .card_addCart .button.card_btn {
              width: 100%; }
          .quickSearchResults .productGrid .product .card .custom_BTN .qoute_btn,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .custom_BTN .qoute_btn,
          .custom_wishlist .quickSearchResults .productGrid .product .card .custom_BTN .qoute_btn {
            width: 50%;
            float: left;
            margin: 9px 0 7px; }
          .quickSearchResults .productGrid .product .card .custom_BTN .sku_no,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .custom_BTN .sku_no,
          .custom_wishlist .quickSearchResults .productGrid .product .card .custom_BTN .sku_no {
            display: inline-block;
            margin: 0 0 5px 5px; }
        .quickSearchResults .productGrid .product .card .card-figcaption,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figcaption,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figcaption {
          display: none; }

.quickSearchResults .productGrid .product .card .card-figure > a .card-img-container .card-image {
  max-height: 110px; }

.quickSearchResults .productGrid .product .card .custom_BTN a {
  margin: 0 auto; }

.card--alternate:hover,
.card--alternate:hover .card-body {
  background-color: transparent; }

.login_popup .form-inlineMessage {
  font-size: 11px; }

.login-form .form-actions {
  text-align: left; }

.login-form .forgot-password {
  line-height: 45px;
  font-weight: bold; }
  .login-form .forgot-password .form-label {
    color: #8CC63E; }

.navBar--sub .navBar-item {
  margin: 0 5px; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #8CC63E;
    color: #8CC63E; }
    .navBar--sub .navBar-item.is-active .navBar-action {
      color: #000; }
      .navBar--sub .navBar-item.is-active .navBar-action:hover {
        color: #8CC63E; }

.custom_wishlist .productGrid .product {
  text-align: center; }

.account-orderStatus-label {
  background-color: #8CC63E;
  padding: 5px 7px 3px; }

.account .account-product-title a:hover {
  color: #8CC63E; }

.addressList .address {
  float: left; }
  .addressList .address .address-symbol {
    color: #8CC63E; }
  .addressList .address .address-title {
    text-transform: capitalize;
    color: #8CC63E; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #000; }
  .addressList .address .panel--newAddress:hover .address-title {
    color: #000; }

.custom_forgotpassword .form-prefixPostfix {
  display: block; }
  .custom_forgotpassword .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
    border-radius: 0; }
  .custom_forgotpassword .form-prefixPostfix .button {
    margin: 35px 0 0;
    float: left; }

.account-body {
  margin: 0 auto; }

.custom_cart .form-increment .button {
  height: 30px;
  line-height: 26px;
  width: 30px;
  padding: 0; }
  .custom_cart .form-increment .button svg {
    fill: #fff; }
  .custom_cart .form-increment .button:hover svg {
    fill: #8CC63E; }

.form-wishlist .button svg {
  fill: #fff; }

.form-wishlist .button:hover svg {
  fill: #8CC63E; }

.cart-total .cart-total-label {
  color: #4D4D4D; }
  .cart-total .cart-total-label .form-select {
    padding: 5px 7px; }

.cart-total .coupon-code-add {
  color: #4D4D4D; }
  .cart-total .coupon-code-add:hover {
    color: #8CC63E; }

.cart-total .cart-total-value .gift-certificate-add {
  color: #4D4D4D; }

.cart-total .cart-total-value button:hover {
  color: #8CC63E; }

.cart-total .gift-certificate-cancel {
  color: #4D4D4D; }
  .cart-total .gift-certificate-cancel:hover {
    color: #8CC63E; }

.cart-total .coupon-code-cancel {
  color: #4D4D4D;
  font-style: normal; }
  .cart-total .coupon-code-cancel:hover {
    color: #8CC63E; }

.cart-total .shipping-estimate-hide {
  color: #4D4D4D;
  font-style: normal; }

.cart-total .shipping-estimate-show {
  color: #4D4D4D; }
  .cart-total .shipping-estimate-show:hover {
    color: #8CC63E; }

.cart-total .estimator-form-label .form-label {
  color: #4D4D4D; }

.estimator-form-input .form-input,
.estimator-form-input .form-select {
  background-size: 10px;
  background-position: 98% center; }

.cart-gift-certificate-form .button,
.coupon-form .button {
  height: 31px;
  line-height: 0;
  font-size: 14px; }

.cart-item-image {
  max-height: 90px; }

.cart-header-item {
  text-transform: uppercase; }

/* Product Page */
.productView {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px; }
  .productView .productView-images {
    width: 48%;
    padding: 0; }
  .productView .productView-details {
    width: 52%;
    padding: 0 0px 0 50px;
    border: 0;
    margin: 0; }
    .productView .productView-details .productView-product {
      border: 0;
      float: left;
      width: 100%;
      padding: 0 0 4px; }

.productView-images .productView-image {
  height: 420px; }
  .productView-images .productView-image .productView-img-container:after {
    display: none; }
  .productView-images .productView-image .productView-img-container img {
    position: static;
    max-height: 400px; }

.productView-details .productView-title {
  font-size: 22px;
  line-height: 28px;
  font-family: "Roboto Flex", serif;
  color: #4A4F54;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 26px; }

.pp_create_acc {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center; }
  .pp_create_acc a {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    background: transparent;
    color: #5a4941;
    width: auto;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #fff; }
    .pp_create_acc a:hover {
      color: #8CC63E; }

.productView-price {
  display: inline-block;
  width: 100%; }

.pp_before_btn {
  padding-right: 55px;
  margin: 40px 0 16px; }

.pp_before_btn .login_for_price {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  background: transparent;
  color: #fff;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  background: #8CC63E;
  margin: 0;
  font-family: "Roboto Flex", serif;
  border: 1px solid #8CC63E;
  text-transform: capitalize; }
  .pp_before_btn .login_for_price:hover {
    background: #fff;
    color: #8CC63E; }

.pro_case {
  font-size: 18px;
  font-weight: normal;
  color: #4A4F54;
  display: inline-block;
  font-family: "Roboto Flex", serif;
  margin: 0 0 3px; }

.productView .form .form-field {
  display: inline-block;
  width: auto;
  margin: 0;
  vertical-align: middle; }
  .productView .form .form-field .form-increment {
    display: inline-block;
    border: 2px solid #E2E8EC;
    border-radius: 50px;
    height: 54px; }
    .productView .form .form-field .form-increment .form-input--incrementTotal {
      height: 50px;
      line-height: 50px;
      width: 55px;
      background: transparent;
      vertical-align: top;
      color: #000;
      font-size: 20px;
      font-family: "Roboto Flex", serif;
      font-weight: normal; }
    .productView .form .form-field .form-increment .totlbtn {
      display: inline-block;
      width: 44px; }
      .productView .form .form-field .form-increment .totlbtn .button {
        height: 26px;
        width: 44px;
        background: #E2E8EC;
        padding: 0;
        margin: 0;
        border: 0; }
        .productView .form .form-field .form-increment .totlbtn .button[data-action=dec] {
          border-bottom-right-radius: 50px; }
        .productView .form .form-field .form-increment .totlbtn .button[data-action=inc] {
          border-top-right-radius: 50px;
          border-bottom: 1px solid #CFD9DF; }

.productView .form .custom_btn {
  width: auto;
  display: inline-block;
  max-width: 187px;
  order: 3; }
  .productView .form .custom_btn .form-action {
    display: inline-block; }
    .productView .form .custom_btn .form-action .button {
      font-size: 18px;
      font-weight: normal;
      font-family: "Roboto Flex", serif;
      border-radius: 6px;
      height: 50px;
      line-height: 48px;
      display: inline-block;
      padding: 0 26.5px;
      text-transform: uppercase; }
  .productView .form .custom_btn .qoute_btn {
    font-size: 18px;
    font-weight: normal;
    font-family: "Roboto Flex", serif;
    border-radius: 6px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    padding: 0 17.5px;
    background: #DB801E;
    border-color: #DB801E;
    text-transform: uppercase;
    margin-bottom: 0px; }
    .productView .form .custom_btn .qoute_btn:hover {
      background: transparent;
      border-color: #DB801E;
      color: #DB801E; }

.form .show_pro_info {
  position: relative;
  margin-bottom: 15px;
  display: flex; }

.productView-info {
  font-family: "Roboto Flex", serif; }
  .productView-info .Row .productView-info-name {
    font-size: 18px;
    font-weight: normal;
    color: #4A4F54;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Roboto Flex", serif;
    margin: 0; }
  .productView-info .Row .productView-info-value {
    font-size: 18px;
    font-weight: bold;
    color: #8CC63E;
    display: inline-block;
    font-family: "Roboto Flex", serif;
    margin: 0; }

.productView-info > :first-child {
  margin: 0; }

.productView-price {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: normal;
  margin: 0; }
  .productView-price .price-section {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    vertical-align: middle; }
  .productView-price label {
    font-size: 30px;
    font-weight: bold;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    vertical-align: middle; }
  .productView-price .productView-info-value {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    margin: 0px; }

.productView-price .price-section--saving,
.productView-price .price--rrp,
.productView-price.price--non-sale,
.productView-price .price--discounted {
  display: none; }

.shipping--info-time {
  padding: 15px 0 30px 0;
  margin: 0 55px 0 0;
  display: inline-block;
  width: 100%; }
  .shipping--info-time span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0; }
    .shipping--info-time span .redText {
      padding: 0 4px; }
      .shipping--info-time span .redText .time_info {
        display: inline-block;
        border: 1px solid #000000;
        border-radius: 12px;
        vertical-align: middle;
        padding: 0 15px; }
        .shipping--info-time span .redText .time_info small {
          display: block;
          font-size: 10px;
          text-align: center; }

.bulk_piece {
  margin: 0 0 20px; }

.Productview_badges {
  float: left;
  width: 100%;
  padding: 0px; }
  .Productview_badges ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 19px 0 20px 0;
    border-bottom: 1px solid #E2E8EC;
    border-top: 1px solid #E2E8EC; }
    .Productview_badges ul li {
      width: 20%;
      float: left; }
      .Productview_badges ul li .badges_img {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center; }
      .Productview_badges ul li .badges_text {
        display: block;
        text-align: center;
        font-size: 10px;
        letter-spacing: 0.2px;
        color: #8CC63F;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: 500;
        padding: 6px 7px 0;
        line-height: 10px;
        height: 26px; }

.Productview_available_size {
  padding: 0 55px 12px 0; }
  .Productview_available_size h3 {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto Flex", serif;
    color: #4A4F54;
    margin: 15px 0 10px;
    text-transform: capitalize; }
  .Productview_available_size ul {
    margin: 0 -8.5px;
    list-style: none; }
    .Productview_available_size ul li {
      padding: 0 8.5px 19px;
      float: left;
      width: 25%; }
      .Productview_available_size ul li .available_size_inner {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #8CC63E;
        padding: 0 0 5px 13px; }
        .Productview_available_size ul li .available_size_inner .available_size {
          display: inline-block; }
          .Productview_available_size ul li .available_size_inner .available_size p {
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            color: #4A4F54;
            font-family: "Roboto Flex", serif;
            margin: 0; }
          .Productview_available_size ul li .available_size_inner .available_size span {
            font-size: 12px;
            font-weight: normal;
            line-height: 18px;
            color: #4A4F54;
            font-family: "Roboto Flex", serif; }

.review_sec .productView-rating {
  display: inline-block; }
  .review_sec .productView-rating .productView-reviewLink {
    font-size: 14px;
    font-weight: 600;
    color: #8CC63E;
    font-family: "Roboto Flex", serif;
    margin: 0 0 0 7px;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 18px; }
    .review_sec .productView-rating .productView-reviewLink:hover {
      color: #4A4F54; }

.review_sec .form-action.wishlist {
  display: inline-block;
  float: right; }
  .review_sec .form-action.wishlist svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0; }
    .review_sec .form-action.wishlist svg .a {
      fill: #8CC63E; }
  .review_sec .form-action.wishlist .button {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: normal;
    text-transform: none; }
    .review_sec .form-action.wishlist .button:hover {
      color: #8CC63E; }

.pro_share {
  display: inline-block;
  float: right;
  padding: 0 28px 0 18px; }
  .pro_share label {
    display: inline-block;
    float: left;
    padding: 0 0 0 14px;
    font-size: 16px;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    text-transform: capitalize; }
    .pro_share label:hover {
      color: #8CC63E; }

#st-1.st-animated {
  display: inline-block;
  float: left; }

#st-1 .st-btn[data-network='sharethis'] {
  background-color: transparent !important;
  background: url("../img/share_icon.svg") no-repeat !important;
  height: 25px;
  width: 20px;
  background-position: left 0px !important;
  padding: 0 0 0 26px !important; }
  #st-1 .st-btn[data-network='sharethis']:hover {
    top: 0 !important;
    opacity: 1 !important; }

#st-1 .st-btn > img {
  display: none !important; }

#st-1 .st-btn[data-network='sharethis'] > span {
  display: inline-block !important;
  font-size: 16px !important;
  color: #4A4F54 !important;
  font-family: "Roboto Flex", serif !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  line-height: normal !important; }
  #st-1 .st-btn[data-network='sharethis'] > span:hover {
    color: #8CC63E !important; }

.productView-thumbnails {
  background: #F1F1F1;
  padding: 15px 0 0px; }
  .productView-thumbnails .productView-thumbnail {
    width: 25%;
    padding: 0 5px 5px; }
    .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      max-width: 120px;
      border: 0;
      height: 90px;
      padding: 0;
      background: #fff; }
      .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
        max-height: 90px;
        margin: auto;
        padding: 0;
        display: block;
        width: 100%; }
  .productView-thumbnails .slick-arrow {
    background: transparent;
    padding: 0;
    border: 0;
    top: 55%;
    height: 20px;
    width: 12px;
    box-shadow: none; }
    .productView-thumbnails .slick-arrow.slick-next {
      right: 9px;
      margin: 0; }
      .productView-thumbnails .slick-arrow.slick-next:before {
        height: 20px;
        width: 12px;
        background-size: contain;
        background: url("../img/pp_thumb_right.svg") no-repeat center; }
    .productView-thumbnails .slick-arrow.slick-prev {
      left: 10px;
      box-shadow: none;
      border: 0;
      margin: 0; }
      .productView-thumbnails .slick-arrow.slick-prev:before {
        height: 20px;
        width: 12px;
        background-size: contain;
        background: url("../img/pp_thumb_left.svg") no-repeat center; }
  .productView-thumbnails .slick-dots {
    display: none !important; }

.productView-thumbnails.slick-dotted.slick-slider {
  margin: 34px 0 0; }

.productView-thumbnails .slick-list {
  margin: 0 28px; }

.productView-thumbnails .slick-next:active,
.productView-thumbnails .slick-next:focus,
.productView-thumbnails .slick-prev:active,
.productView-thumbnails .slick-prev:focus {
  box-shadow: none; }

.thumb_toggle_main {
  background: #F1F1F1;
  padding: 4px 0 7px;
  text-align: center;
  display: none; }
  .thumb_toggle_main .thumb_toggle {
    font-size: 16px;
    font-weight: bold;
    color: #8CC63E;
    text-transform: capitalize;
    font-family: "Roboto Flex", serif; }

.video_gallery {
  padding: 16px 0 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px; }
  .video_gallery .video_container {
    flex: 1;
    width: auto; }
    .video_gallery .video_container .watch_video {
      width: 100%;
      float: left;
      text-align: center;
      position: relative; }
      .video_gallery .video_container .watch_video a {
        display: inline-block;
        margin: 0 0 0 -6px; }
        .video_gallery .video_container .watch_video a img {
          display: inline-block;
          margin: 0; }
        .video_gallery .video_container .watch_video a span {
          font-size: 16px;
          font-weight: bold;
          color: #4A4F54;
          font-family: "Roboto Flex", serif; }
      .video_gallery .video_container .watch_video:after {
        content: "";
        display: inline-block;
        width: 1px;
        background: #E2E8EC;
        height: 33px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
  .video_gallery .view_video {
    float: left;
    text-align: center;
    flex: 1;
    width: auto; }
    .video_gallery .view_video a {
      display: inline-block; }
      .video_gallery .view_video a img {
        display: inline-block;
        margin: 0 5px 0 0; }
      .video_gallery .view_video a span {
        font-size: 16px;
        font-weight: bold;
        color: #4A4F54;
        font-family: "Roboto Flex", serif; }

.pro_custumize {
  padding: 0 55px 0 0;
  margin: -5px 0 0; }
  .pro_custumize > div {
    width: 31%;
    float: left;
    text-align: center;
    padding: 5px 0 0; }
    .pro_custumize > div a {
      display: inline-block;
      width: 100%;
      text-align: right; }
      .pro_custumize > div a svg {
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px 0 0; }
        .pro_custumize > div a svg .a {
          fill: #8CC63F; }
      .pro_custumize > div a span {
        display: inline-block;
        vertical-align: middle;
        color: #808080;
        font-size: 16px;
        line-height: 18px;
        text-transform: capitalize;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        text-align: left; }
      .pro_custumize > div a:hover span {
        color: #8CC63E; }
    .pro_custumize > div.bread_wrap {
      width: 36.70%;
      padding: 0; }
      .pro_custumize > div.bread_wrap .bread_wrap_inner {
        width: 100%; }
        .pro_custumize > div.bread_wrap .bread_wrap_inner a {
          background: #8CC63E;
          height: 45px;
          line-height: 42px;
          border-radius: 4px;
          padding: 0;
          width: 100%;
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          text-transform: capitalize;
          border: 1px solid #8CC63E; }
          .pro_custumize > div.bread_wrap .bread_wrap_inner a svg .a {
            fill: #acafb2; }
          .pro_custumize > div.bread_wrap .bread_wrap_inner a svg .b {
            fill: #f0f0f0; }
          .pro_custumize > div.bread_wrap .bread_wrap_inner a svg .c {
            fill: #83878a; }
          .pro_custumize > div.bread_wrap .bread_wrap_inner a svg .d {
            fill: #d1cfcf; }
          .pro_custumize > div.bread_wrap .bread_wrap_inner a:hover {
            background: #fff;
            color: #8CC63E; }
            .pro_custumize > div.bread_wrap .bread_wrap_inner a:hover svg .b {
              fill: #8CC63E; }

.custom_product .New_Arrivals {
  background: #fff;
  padding-bottom: 15px;
  padding-top: 5px; }

.custom_product .pro_tab.with_bgcolor .New_Arrivals {
  background: #F5F5F5; }

.custom_product .New_Arrivals .page-heading {
  margin-top: 0;
  text-transform: capitalize; }

.pro_video_sec {
  float: left;
  width: 100%; }

.pro_tab {
  float: left;
  width: 100%; }

.pro_details {
  float: left;
  width: 100%;
  background: #F5F5F5;
  padding: 12px 0 0px; }

.color_accessories {
  padding: 45px 0 30px;
  border-bottom: 1px solid #E2E8EC; }

.color_accessories h3 {
  font-size: 15px;
  color: #4A4F54;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  margin: 0 11px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-transform: capitalize; }

.color_accessories .Pro_color_option {
  display: inline-block; }
  .color_accessories .Pro_color_option ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle; }
    .color_accessories .Pro_color_option ul li {
      display: inline-block;
      width: auto;
      margin: 0 4px 0 0; }
      .color_accessories .Pro_color_option ul li a .color_option {
        height: 30px;
        width: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px; }
        .color_accessories .Pro_color_option ul li a .color_option .color_option_variant {
          height: 22px;
          width: 22px;
          border-radius: 50px;
          cursor: pointer; }

.color_accessories .Pro_accessories_option {
  display: inline-block; }
  .color_accessories .Pro_accessories_option ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    vertical-align: middle; }
    .color_accessories .Pro_accessories_option ul .pro_accessories_outer {
      display: inline-block;
      width: auto;
      margin: 5px 0; }
      .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner {
        display: inline-block; }
        .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img {
          display: inline-block;
          height: 54px;
          width: 54px;
          text-align: center;
          border: 1px solid #8CC63E;
          border-radius: 50px;
          position: relative;
          vertical-align: middle; }
          .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img img {
            max-height: 48px;
            max-width: 48px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            text-align: center;
            border-radius: 50px; }
        .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_text {
          margin: 0px 0px 0px 9px;
          display: inline-block;
          vertical-align: middle;
          color: #4A4F54;
          font-size: 13px;
          font-weight: bold;
          font-family: "Roboto Flex", serif;
          text-transform: uppercase; }
          .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_text:hover {
            color: #8CC63E; }

.productView-description {
  width: 100%;
  float: left;
  background: transparent;
  padding: 0; }
  .productView-description .tabs {
    border: 0; }
    .productView-description .tabs .tab {
      background: #8CC63E;
      border: 0;
      border-radius: 4px 4px 0px 0px; }
      .productView-description .tabs .tab .tab-title {
        font-size: 18px;
        font-weight: normal;
        color: #4A4F54;
        width: 190px;
        text-align: center;
        text-transform: capitalize;
        padding: 0;
        font-family: "Roboto Flex", serif;
        height: 45px;
        line-height: 45px; }
      .productView-description .tabs .tab.is-active {
        background: #fff; }

.productView-description .tabs-contents {
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 4px; }
  .productView-description .tabs-contents .tab-content {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    color: #4A4F54;
    padding: 35px 40px 22px;
    font-family: "Roboto Flex", serif; }
    .productView-description .tabs-contents .tab-content h3 {
      font-size: 18px;
      font-weight: bold;
      color: #4A4F54;
      margin: 0 0 30px;
      font-family: "Roboto Flex", serif; }
    .productView-description .tabs-contents .tab-content p {
      margin: 0; }
    .productView-description .tabs-contents .tab-content ul {
      list-style: none;
      margin: 0; }
      .productView-description .tabs-contents .tab-content ul li:before {
        content: "";
        display: inline-block;
        background: url(../img/pro_des_polygon.svg) no-repeat left;
        height: 11px;
        width: 10px;
        padding: 0 20px 0 0; }

.productView-description #tab-description .tab-content_btm {
  padding: 56px 0 21px;
  display: inline-block;
  width: 100%; }
  .productView-description #tab-description .tab-content_btm .des_help {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .productView-description #tab-description .tab-content_btm .des_help a {
      font-size: 20px;
      font-weight: bold;
      color: #8CC63E;
      font-family: "Roboto Flex", serif;
      text-transform: uppercase; }
      .productView-description #tab-description .tab-content_btm .des_help a:hover {
        color: #4A4F54; }
  .productView-description #tab-description .tab-content_btm .spec_goto {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    float: right; }
    .productView-description #tab-description .tab-content_btm .spec_goto a {
      font-size: 18px;
      font-weight: normal;
      color: #4A4F54;
      font-family: "Roboto Flex", serif;
      display: inline-block;
      vertical-align: middle; }
      .productView-description #tab-description .tab-content_btm .spec_goto a:hover {
        color: #8CC63E; }
        .productView-description #tab-description .tab-content_btm .spec_goto a:hover svg .a {
          fill: #8CC63E; }
      .productView-description #tab-description .tab-content_btm .spec_goto a svg {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 11px; }
      .productView-description #tab-description .tab-content_btm .spec_goto a span {
        display: inline-block;
        vertical-align: middle; }

#tab-specifications {
  width: 100%;
  padding: 35px 40px 40px; }
  #tab-specifications .specifications_left {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
    padding: 0 40px 0 0; }
    #tab-specifications .specifications_left h3 {
      margin: 0; }
    #tab-specifications .specifications_left .tab-content_btm {
      padding: 56px 0 0px;
      display: inline-block;
      width: 100%;
      margin: 0 0 -18px; }
      #tab-specifications .specifications_left .tab-content_btm .des_help {
        display: inline-block;
        float: right;
        vertical-align: middle; }
        #tab-specifications .specifications_left .tab-content_btm .des_help a {
          font-size: 16px;
          font-weight: normal;
          color: #4A4F54;
          font-family: "Roboto Flex", serif;
          text-transform: capitalize;
          line-height: normal; }
          #tab-specifications .specifications_left .tab-content_btm .des_help a:hover {
            color: #8CC63E; }
          #tab-specifications .specifications_left .tab-content_btm .des_help a svg {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0; }
            #tab-specifications .specifications_left .tab-content_btm .des_help a svg .a {
              fill: #8CC63E; }
          #tab-specifications .specifications_left .tab-content_btm .des_help a span {
            display: inline-block;
            vertical-align: middle; }
      #tab-specifications .specifications_left .tab-content_btm .des_goto {
        display: inline-block;
        float: left;
        margin: 9px 0 0; }
        #tab-specifications .specifications_left .tab-content_btm .des_goto a {
          font-size: 18px;
          font-weight: normal;
          color: #4A4F54;
          font-family: "Roboto Flex", serif;
          display: inline-block;
          vertical-align: middle; }
          #tab-specifications .specifications_left .tab-content_btm .des_goto a:hover {
            color: #8CC63E; }
            #tab-specifications .specifications_left .tab-content_btm .des_goto a:hover svg .a {
              fill: #8CC63E; }
          #tab-specifications .specifications_left .tab-content_btm .des_goto a svg {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0; }
            #tab-specifications .specifications_left .tab-content_btm .des_goto a svg svg .a {
              fill: #4A4F54; }
          #tab-specifications .specifications_left .tab-content_btm .des_goto a span {
            display: inline-block;
            vertical-align: middle; }
  #tab-specifications .specifications_right {
    width: 41%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -1px;
    background: #EEEEEE;
    padding: 23px 11px 17px 18px;
    max-height: 385px; }
    #tab-specifications .specifications_right .spec_right_cnt {
      height: 355px;
      overflow-y: auto;
      padding: 0 10px 0 0; }
      #tab-specifications .specifications_right .spec_right_cnt h4 {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto Flex", serif;
        color: #4A4F54;
        text-transform: inherit; }
      #tab-specifications .specifications_right .spec_right_cnt .specification_info .specification-info-name {
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: normal;
        font-family: "Roboto Flex", serif;
        word-break: break-word; }
      #tab-specifications .specifications_right .spec_right_cnt .specification_info .specification-info-value {
        display: inline-block;
        float: right;
        font-size: 12px;
        font-weight: normal;
        font-family: "Roboto Flex", serif;
        word-break: break-word; }

.specifications_right .spec_right_cnt::-webkit-scrollbar {
  width: 2px; }

.specifications_right .spec_right_cnt::-webkit-scrollbar {
  background: #DCDCDC; }

.specifications_right .spec_right_cnt::-webkit-scrollbar-thumb {
  background: #707377; }

.pro_compare {
  float: left;
  width: 100%;
  background: #F1F1F1;
  padding: 51px 0 29px; }
  .pro_compare .tabs {
    border: 0; }
    .pro_compare .tabs .tab {
      border: 0;
      margin: 0 0 30px; }
      .pro_compare .tabs .tab .tab-title {
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 0;
        color: #4A4F54;
        font-family: "Roboto Flex", serif;
        padding: 0 23px 0 0;
        border-right: 1px solid #E3E3E3;
        line-height: 30px;
        margin: 0 23px 0 0; }
        .pro_compare .tabs .tab .tab-title:hover {
          color: #8CC63E; }
      .pro_compare .tabs .tab.is-active .tab-title {
        font-size: 22px;
        font-weight: bold; }
      .pro_compare .tabs .tab:last-child .tab-title {
        border: 0; }

.tab-content.has-jsContent.is-active {
  padding: 0; }

.PP_breadcrumb .breadcrumbs .breadcrumb .breadcrumb-label {
  font-size: 12px;
  color: #878B8F; }

.PP_breadcrumb .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
  color: #4A4F54; }

/* End Product Page*/
/* after login */
.hdr_topleft .navUser-section .navUser-item:last-child .navUser-action {
  margin: 0 10px 0 0; }

.after_login .hdr_topcenter p.navUser-item .navUser-item--compare {
  margin: 0; }

.after_login .hdr_topcenter p.navUser-item {
  margin: 0 5px 0 0; }

.after_login .hdr_topcenter {
  padding: 3px 0px 0 0;
  float: left; }

.after_login.active_compare .hdr_topcenter {
  padding: 3px 0px 0 0; }

.after_login .hdr_topright {
  display: inline-block; }

.after_login .hdr_topleft {
  padding: 5px 0 0;
  float: left; }

.after_login .header .hdr_top {
  padding: 10px 0 8px; }

.after_login .menu_bottom {
  display: block; }

.after_login .hdr_topcenter .socialLinks .socialLinks-item:nth-child(5) {
  display: inline-block; }

.after_login .hdr_topcenter label {
  margin: 0 8px 0 0; }

.after_login .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action:after {
  display: none; }

/* end after login */
.header-logo-image-container:after {
  padding-bottom: 0; }

@media only screen and (min-width: 990px) {
  .ham_menu_inner_right .navPages-list .navPages-item {
    text-align: left; }
  body {
    padding-top: 207px; }
  body.custom_default.body_top {
    padding-top: 110px; }
  .custom_default.after_login {
    padding-top: 200px; }
  .custom_default.after_login.Show_distributor_menu {
    padding-top: 270px; }
  .custom_default.after_login.Show_distributor_menu.body_top {
    padding-top: 233px; }
  .Show_distributor_menu .menu_bottom {
    display: block !important; }
  .Show_distributor_menu .header.header_fixed .menu_bottom {
    display: none !important; }
  .menu_visible {
    padding-top: 261px; }
  .header .hdr_top,
  .header .hdr_bottom,
  .main_menu,
  .hdr_bottomleft .header-logo .header-logo-image-container .header-logo-image,
  .hdr_bottomright ul {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header.header_fixed {
    background: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-bottom: 1px solid #8CC63E;
    z-index: 999; }
  .header.header_fixed .hdr_top {
    padding: 2px 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header.header_fixed .hdr_bottom {
    margin: 4px 0 2px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header.header_fixed .main_menu {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    margin: 0 0 7px; }
  .header.header_fixed .hdr_topleft {
    padding: 2px 0 1px; }
  .header.header_fixed .hdr_bottomleft .header-logo .header-logo-image-container .header-logo-image {
    max-height: 50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header.header_fixed .hdr_bottomright ul {
    margin: 5px 0 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header.header_fixed .search_box .form .form-field .form-input {
    height: 38px;
    font-size: 15px;
    padding: 0 55px 0 20px; }
  .header.header_fixed .search_box .form .form-field .search_btn {
    height: 38px;
    width: 46px;
    background-size: 36px; }
  .header.header_fixed .hdr_bottomright ul li .navUser-action span svg {
    height: 36px;
    width: 38px;
    margin: 0 0 0 -2px;
    bottom: -5px; }
  .header.header_fixed .hdr_bottomright ul li .navUser-action span.navUser-item-cartLabel {
    padding: 7px 0 5px 45px;
    font-size: 15px; }
  .header.header_fixed .hdr_bottomright ul li .navUser-action {
    width: 190px; }
  .header.header_fixed .hdr_bottomright ul li .navUser-action span.cart-quantity,
  .header.header_fixed .cart_total {
    line-height: 34px; }
  .header.header_fixed .hamburger-menu .Menu-toggle svg {
    width: 28px; }
  .after_login .header.header_fixed .hdr_topright,
  .after_login .header.header_fixed .menu_bottom {
    display: none; }
  .after_login .header.header_fixed .hdr_topcenter {
    padding: 1px 0 0 0;
    float: right; }
  .header.header_fixed .hdr_topcenter label,
  .header.header_fixed .hdr_topleft .navUser-section .navUser-item .navUser-action {
    font-size: 15px; }
  .after_login .header.header_fixed .hdr_topcenter p.navUser-item {
    margin: -1px 12px -1px 0; }
  .header.header_fixed .hdr_bottomright ul.productGrid {
    margin: 0; }
  .header.header_fixed .main_menu .navPage_subMenu {
    margin: 0; }
  .header.header_fixed .hdr_topcenter p.navUser-item {
    float: right; }
  .header.header_fixed .hdr_topleft .navUser-section .navUser-item.my_account .my_account_dropdown > li > a {
    font-size: 11px; } }

/**/
.sign_in_button p {
  background: #8CC63E;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.popup_active .login_popup_main {
  left: 0;
  transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear; }

.log_out_button,
.login_popup_main {
  max-height: 100%;
  display: inline-block;
  position: fixed;
  top: 50%; }

.log_out_button {
  transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  background: #fff;
  left: -36px;
  z-index: 100;
  transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  border-radius: 4px; }

.log_out_button .button {
  padding: 0;
  width: 112px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  border-bottom: 0;
  background: #fff;
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0; }
  .log_out_button .button:hover {
    border-color: #8CC63E;
    color: #fff;
    background: #8CC63E; }

.login_popup_main .remove_popup {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  z-index: 9; }

.login_popup_main .login_popup {
  padding: 40px 20px 40px;
  float: left;
  position: relative;
  border: 1px solid #000;
  overflow: visible;
  width: 400px; }

.login_popup_main .login_popup h3,
.login_popup_main .login_popup h4 {
  color: #000;
  font-weight: 500;
  font-family: "Roboto Flex", serif; }

.login_popup_main .login_popup h3 {
  font-size: 22px;
  letter-spacing: .05em;
  margin: 0 0 18px;
  text-align: center; }

.login_popup_main .login_popup h4 {
  font-size: 15px;
  margin: 0;
  letter-spacing: .03em; }

.login_popup_main .login_popup p {
  margin: 0px 0px 15px;
  text-align: center; }

.login_popup_main .login_popup p a {
  color: #339;
  font-size: 16px;
  font-family: "Roboto Flex", serif;
  font-weight: 600; }

.login_popup_main .login_popup .alertBox.alertBox--error,
.login_popup_main .login_popup .alertBox.alertBox--success {
  display: none; }

.login_popup_main {
  transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  background: #fff;
  left: -400px;
  z-index: 9999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.login_popup_main .sign_in_button {
  left: 82%;
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  width: 200px;
  text-transform: uppercase; }

.login_popup_main .sign_in_button .button {
  padding: 11px 0px;
  width: 200px;
  height: 70px;
  line-height: normal;
  border: 1px solid #3D2B1F;
  border-bottom: 0;
  background: #3D2B1F;
  color: #ffffff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px 20px 0px 0px; }
  .login_popup_main .sign_in_button .button:hover {
    color: #fff; }

.cart_total {
  width: 44.543%;
  text-align: center;
  line-height: 46px;
  font-size: 15px; }

.login_popup_main .sign_in_button a > span {
  display: block;
  line-height: normal;
  color: #8cc63f; }

.login_form_bt_btn {
  width: auto;
  margin: 0 -5px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 10px; }

.login_form_bt_btn > a.button {
  padding: 7px 20px;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  border-radius: 20px;
  background: #3D2B1F;
  border-color: #3D2B1F; }

.login_form_bt_btn a.button {
  margin: 0; }

#popupLoginWindowForm #login_pass,
#popupLoginWindowForm #login_email {
  border-radius: 20px; }

/* Start Sample Product */
.product_add_cart_msg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9999;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; }

.product_add_cart_msg p {
  background: rgba(140, 198, 62, 0.85);
  color: #fff;
  margin: 0 auto;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 15px 5px;
  display: block;
  font-family: "Roboto Flex", serif; }

.sample_pro_pop .sample_content {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999;
  border-radius: 4px; }

.qtyminusIcon input.qtyminus {
  border-top: 0; }

.sample_pro_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999; }

.sample_content h3 {
  font-size: 16px;
  line-height: 20px;
  color: #8CC63E;
  font-family: "Roboto Flex", serif;
  text-transform: uppercase;
  margin: 5px 0 3px 0px;
  font-weight: normal; }

.sample_pro_pop .sample_right {
  width: 100%;
  float: left; }

.sample_right .img_wrap {
  width: 35%;
  float: left; }

.sample_right .sample_pro_txt {
  width: 65%;
  float: left; }

.sample_right .sample_pro_txt h4 {
  font-size: 18px;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  color: #83af21;
  margin: 5px 0;
  text-transform: uppercase; }

.sample_right .produ_short_desc p {
  font-size: 12px;
  margin: 0 0 0px 0; }

.sample_pro_txt .sample_price_txt {
  font-size: 18px;
  color: #797979;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  width: 100%; }

.sample_pro_txt .sample_price_txt span {
  color: #83af21; }

.sample_max_txt {
  font-size: 14px;
  color: #797979;
  clear: left;
  display: block;
  margin: 0 0 10px;
  font-family: "Roboto Flex", serif;
  font-weight: normal; }

.smaple_addtocart {
  width: 100%;
  float: left; }

.smaple_addtocart .qty_wrap {
  float: left;
  position: relative;
  width: 50px;
  overflow: hidden;
  top: 5px; }

.qty_wrap {
  height: 25px;
  width: 100%;
  border: 1px solid #babcb9;
  background: #fff;
  text-align: center;
  float: left;
  border-radius: 2px 0 0 2px; }

.qtyInput {
  width: 100%;
  display: block;
  height: 25px;
  line-height: 24px;
  border: 0;
  padding: 0 10px;
  font-weight: 500;
  font-family: "Roboto Flex", serif;
  color: #000; }

.qtyplusIcon,
.qtyminusIcon {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 50%;
  position: absolute;
  right: 5px;
  width: auto;
  top: 2px; }

.custom_sample_cart {
  height: 36px;
  line-height: 34px;
  background: #83af21;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  width: 175px;
  text-align: right;
  border-radius: 5px;
  padding: 1px 7px 0 2px;
  border: 1px solid #8CC63E;
  font-family: "Roboto Flex", serif;
  margin: 0 0 0 15px;
  text-transform: uppercase; }

.custom_sample_cart:active,
.custom_sample_cart:focus {
  color: #fff; }

.custom_sample_cart:hover {
  background: transparent;
  color: #8CC63E; }
  .custom_sample_cart:hover:before {
    background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/sample_cart_icon_hover.svg") no-repeat;
    background-position: 3px 10px;
    background-size: 16px; }

.custom_sample_cart:before {
  content: "";
  color: #fff;
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/sample_cart_icon.svg") no-repeat;
  height: 28px;
  width: 22px;
  display: inline-block;
  float: left;
  background-position: 3px 9px;
  background-size: 16px; }

.qtyminusIcon {
  bottom: 1px;
  top: auto; }

.qtyplus,
.qtyminus {
  border: 1px solid #babcb9;
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 13px; }

.close_ic {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 22px;
  text-indent: -9999px;
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/sample_close.svg");
  background-repeat: no-repeat;
  background-size: 22px; }
  .close_ic:hover {
    color: #8CC63E;
    border-color: #8CC63E; }

.sample_qty_lbl {
  float: left;
  padding: 6px 3px 0 0;
  font-family: "Roboto Flex", serif;
  font-size: 13px;
  font-weight: bold; }

.qtyplus {
  background: #fff url("https://cdn11.bigcommerce.com/s-uivlp2/content/css/popup_cart_incr.webp") no-repeat center;
  background-size: auto;
  height: 10px;
  float: left; }

.qtyminus {
  background: #fff url("https://cdn11.bigcommerce.com/s-uivlp2/content/css/popup_cart_decs.webp") no-repeat center;
  background-size: auto;
  height: 10px;
  float: left; }

.ctm_load_mn {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  clear: both; }

/* End Sample Product */
/* cost per perice*/
.ctm_fd_grid {
  float: left;
  width: 50%; }

.ctm_fd_grid .other_avlbl_sizes {
  margin-bottom: 0; }

.ctm_fd_grid.Priceparpiece {
  padding-bottom: 0;
  border-bottom: 0;
  border-left: 2px solid #E2E8EC;
  padding-left: 25px; }

.bulk_disc_cnt {
  width: 50%;
  float: left;
  position: relative;
  padding-top: 25px; }

.bulk_disc_cnt ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 40%; }

.bulk_disc_cnt .bulk_row1:before {
  content: 'QTY. DISCOUNT';
  font-size: 14px;
  position: absolute;
  font-weight: bold;
  color: #8CC63E;
  top: 0px;
  text-transform: uppercase;
  right: auto;
  font-family: "Roboto Flex", serif; }

.bulk_disc_cnt .bulk_row2 {
  width: 27%; }

.bulk_disc_cnt .bulk_row3 {
  width: 23%;
  float: left;
  border-right: 0px; }

.bulk_disc_cnt .bulk_row3:before {
  content: "Savings";
  font-size: 14px;
  position: absolute;
  font-weight: bold;
  color: #8CC63E;
  top: 0;
  text-transform: uppercase;
  right: 30px;
  font-family: "Roboto Flex", serif; }

.bulk_disc_cnt .bulk_row3 li {
  float: left;
  line-height: 19px;
  width: 100%;
  float: left;
  text-align: right;
  margin: 0 0 1px;
  padding: 0 0 4px; }

.bulk_disc_cnt .bulk_row3 li .percent_txt {
  font-size: 12px;
  color: #4A4F54;
  font-weight: normal;
  font-family: "Roboto Flex", serif;
  display: inline-block; }

.bulk_disc_cnt .bulk_row3 li .off_txt {
  font-size: 12px;
  color: #4A4F54;
  font-weight: normal;
  font-family: "Roboto Flex", serif;
  display: inline-block;
  text-transform: uppercase; }

.bulk_disc_cnt ul li {
  line-height: 30px;
  border-bottom: 1px solid #8CC63E;
  font-family: "Roboto Flex", serif; }

.bulk_disc_cnt .bulk_row1 li {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  color: #4A4F54;
  font-family: "Roboto Flex", serif;
  line-height: 20px;
  margin: 0 0 1px;
  padding: 0 0 4px; }

.bulk_disc_cnt .bulk_row2 li {
  font-size: 12px;
  color: #4A4F54;
  font-weight: normal;
  font-family: "Roboto Flex", serif;
  text-transform: lowercase;
  line-height: 20px;
  margin: 0 0 1px;
  padding: 0 0 4px; }

.bulk_disc_cnt .bulk_row2 li span.pack_txt {
  font-size: 12px;
  color: #4A4F54; }

.other_avlbl_sizes {
  color: #8CC63E;
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Flex", serif; }

.price_per_piece_mn_section .piecelable,
.price_per_piece_mn_section .piecevalue {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none; }

.price_per_piece_mn_section .piecelable li,
.price_per_piece_mn_section .piecevalue li {
  width: 100%;
  float: left;
  margin: 0px;
  border-bottom: solid 1px #8CC63E;
  font-size: 14px;
  list-style: none;
  line-height: 26px;
  font-weight: bold;
  font-family: "Roboto Flex", serif; }

.price_per_piece_mn_section .piecevalue li {
  text-align: right;
  font-weight: normal; }

.bulk_disc_cnt .bulk_row1 li:last-child,
.bulk_disc_cnt .bulk_row2 li:last-child,
.bulk_disc_cnt .bulk_row3 li:last-child,
.price_per_piece_mn_section .piecevalue li:last-child,
.price_per_piece_mn_section .piecelable li:last-child {
  border-bottom: 0; }

/*end cost per price*/
/**/
.header .hdr_bottomright .previewCartList {
  max-width: 310px;
  margin: 0px auto 0;
  padding: 0 10px 0 0px; }
  .header .hdr_bottomright .previewCartList .previewCartItem-content {
    padding: 0 0 0 11px;
    width: 70%;
    display: inline-block;
    vertical-align: top; }
  .header .hdr_bottomright .previewCartList .previewCartItem-image {
    width: 30%;
    height: 60px;
    display: inline-block; }
    .header .hdr_bottomright .previewCartList .previewCartItem-image:after {
      padding: 0; }
    .header .hdr_bottomright .previewCartList .previewCartItem-image img {
      position: static;
      max-height: 58px; }

/* Flowing Cart */
.navUser-item--cart .dropdown-menu {
  background: transparent;
  letter-spacing: 0px;
  color: #8CC63F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Roboto Flex", serif;
  min-width: 320px;
  margin: 0;
  z-index: 9999; }
  .navUser-item--cart .dropdown-menu .previewCart {
    border-radius: 0px;
    border: 5px solid #8CC63E;
    background: #8CC63E;
    text-transform: capitalize; }
    .navUser-item--cart .dropdown-menu .previewCart .cart_container {
      margin-top: 30px;
      border-radius: 0;
      background: #f5f5f5;
      padding: 0 0px 0px; }
    .navUser-item--cart .dropdown-menu .previewCart .login_cart {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 105px;
      background: #fff;
      border-radius: 10px; }
      .navUser-item--cart .dropdown-menu .previewCart .login_cart p {
        padding: 0 45px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #8CC63F;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        margin: 0;
        margin: 0 auto;
        text-align: center; }
    .navUser-item--cart .dropdown-menu .previewCart .free_del {
      background: #f5f5f5;
      position: absolute;
      left: 0;
      right: 0;
      top: 10px;
      border-bottom: 1px #a6a6a6 solid; }
      .navUser-item--cart .dropdown-menu .previewCart .free_del ul {
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 0 10px; }
        .navUser-item--cart .dropdown-menu .previewCart .free_del ul li {
          margin: 0;
          display: inline-block;
          padding: 5px 0 5px 0px; }
          .navUser-item--cart .dropdown-menu .previewCart .free_del ul li .free_logo {
            margin: 0 6px 0 0;
            width: 50px; }
          .navUser-item--cart .dropdown-menu .previewCart .free_del ul li p {
            margin: 0;
            padding: 0;
            text-align: left;
            text-transform: capitalize;
            letter-spacing: 0;
            color: #616161;
            font-weight: 400;
            font-size: 18px;
            font-family: "Roboto Flex", serif;
            display: inline-block;
            vertical-align: middle; }
          .navUser-item--cart .dropdown-menu .previewCart .free_del ul li span {
            margin: 0;
            padding: 0;
            text-align: left;
            text-transform: capitalize;
            color: #616161;
            letter-spacing: 0;
            font-weight: 700;
            font-size: 18px;
            font-family: "Roboto Flex", serif;
            display: inline-block;
            vertical-align: middle; }
    .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem-name {
      margin: 0; }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem-name a {
        letter-spacing: 0px;
        color: #4A4F54;
        font-size: 10px;
        line-height: 14px;
        font-family: "Roboto Flex", serif;
        font-weight: 400; }
    .navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem-price span {
      letter-spacing: 0px;
      color: #4A4F54;
      font-weight: 700;
      font-size: 12px;
      line-height: normal;
      font-family: "Roboto Flex", serif; }
    .navUser-item--cart .dropdown-menu .previewCart .sub_total_container {
      background: #8CC63E;
      max-width: 270px;
      margin: 0 auto;
      height: 42px; }
      .navUser-item--cart .dropdown-menu .previewCart .sub_total_container .subtotal_heading {
        letter-spacing: 0px;
        color: #4A4F54;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Roboto Flex", serif;
        padding: 0 0 0 19px;
        float: left;
        line-height: 42px; }
      .navUser-item--cart .dropdown-menu .previewCart .sub_total_container .cart_total {
        letter-spacing: 0px;
        color: #4A4F54;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "Roboto Flex", serif;
        padding: 0 19px 0 0;
        float: right;
        line-height: 42px;
        width: auto; }
    .navUser-item--cart .dropdown-menu .previewCart .spend_more_main p {
      font-size: 16px;
      font-family: "Roboto Flex", serif;
      font-weight: 700;
      letter-spacing: 0px;
      color: #4A4F54;
      padding: 0;
      margin: 8px auto 0px;
      max-width: 300px;
      line-height: 20px;
      text-transform: none;
      padding-bottom: 18px;
      text-align: center; }

.navUser-item--cart .dropdown-menu.is-open {
  right: 89px !important;
  top: 58px !important; }

.previewCartItem + .previewCartItem {
  border: 0; }

.previewCartList .previewCartItem-price {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0px;
  color: #4A4F54;
  font-family: "Roboto Flex", serif;
  font-weight: bold; }

/* - */
#qn-add-to-quote,
.qn-add-to-quote {
  display: none; }

.after_login #qn-add-to-quote,
.after_login .qn-add-to-quote {
  display: inline-block; }

#qn-add-to-quote,
.qn-add-to-quote {
  font-size: 13px;
  font-weight: normal;
  font-family: "Roboto Flex", serif;
  border-radius: 20px;
  height: 32px;
  line-height: 30px;
  padding: 0 17.5px;
  background-color: #DB801E;
  border-color: #DB801E;
  text-transform: uppercase; }
  #qn-add-to-quote:hover,
  .qn-add-to-quote:hover {
    background-color: #DB801E !important;
    border-color: #DB801E;
    color: #fff !important; }

.ss-profile-best-sellers #qn-add-to-quote,
.ss-profile-best-sellers .qn-add-to-quote {
  color: #fff !important; }

.shipping--info-time #bk-countdown-timer > div,
.bk-countdown-timer > div {
  margin: 0 !important; }

.shipping--info-time #bk-countdown-timer .bk-normal-clock,
.bk-countdown-timer .bk-normal-clock {
  margin: 0 0 2px !important; }

.shipping--info-time #bk-countdown-timer .bk-normal-clock li.bk-wrapper-isolate {
  margin: 0 !important; }

.shipping--info-time #bk-countdown-timer .bk-normal-clock li .bk-time {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #4A4F54 !important;
  font-family: "Roboto Flex", serif !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important; }

.shipping--info-time #bk-countdown-timer .bk-normal-clock li .bk-label-time {
  font-size: 10px !important;
  color: #4A4F54 !important;
  font-family: "Roboto Flex", serif !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important; }

.jss2 h4 {
  color: #8CC63E !important;
  font-weight: bold !important;
  font-family: "Roboto Flex", serif !important; }

.jss4 {
  height: 50px !important;
  line-height: 48px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-family: "Roboto Flex", serif !important; }

.quoteninja-namespace .quoteninja-app > iframe.active-frame .jss4 .MuiButton-label {
  color: #8CC63E !important; }

/* - */
/* VIEW LID POPUP */
.viewLIDButton,
.viewLIDButton:focus,
.viewLIDButton:active {
  margin: 20px 0;
  font-size: 16px;
  text-transform: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 30px; }

.view_lid_popup .productView-description {
  width: 100%; }

.view_lid_popup .pro_details {
  padding: 20px; }

.body_common .view_lid_popup .form .show_pro_info {
  position: static; }

.body_common .view_lid_popup .productView .form .form-field .form-increment .totlbtn .button {
  height: 25px;
  width: 44px; }

.body_common .view_lid_popup .productView .form .form-field .form-increment .totlbtn .button[data-action=dec] {
  margin: 0; }

.body_common .view_lid_popup .productView .form .form-field .form-increment .totlbtn .button[data-action=inc] {
  margin: 0; }

.body_common .view_lid_popup .productView .form .form-field .form-increment .form-input--incrementTotal {
  height: 50px;
  line-height: 50px;
  width: 55px; }

.body_common .view_lid_popup .productView .form .form-field .form-increment {
  border-radius: 50px;
  height: 54px; }

.body_common .view_lid_popup .productView .form .form-field .form-increment .totlbtn {
  width: 44px; }

.body_common .view_lid_popup .productView-price {
  margin: 0; }

.body_common .view_lid_popup .productView .form .custom_btn {
  position: static;
  width: auto;
  height: 50px;
  line-height: 48px;
  margin: 12px 0 14px; }

.body_common .view_lid_popup .productView .form .custom_btn .form-action .button {
  height: 50px;
  line-height: 48px;
  padding: 0 26.5px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px; }

.body_common .view_lid_popup .pro_case1 {
  display: none; }

.body_common .view_lid_popup .productView-price .productView-info-value {
  font-size: 26px; }

.body_common .view_lid_popup .productView-price .price-section {
  font-size: 30px; }

.custom_product .custom_view_LID .productView-product .ppTop_price_row1.tax-price {
  margin: 0 0 0 15px;
  display: inline-block; }

.custom_view_LID .productView-price abbr {
  float: left;
  width: auto;
  clear: left; }

.custom_view_LID .productView-price .price {
  float: left;
  width: auto;
  clear: left; }

.body_common .view_lid_popup .productView-price .ppTop_price_row1.tax-price .price-section.price-section--withTax {
  display: inline-block;
  width: auto; }

.body_common .view_lid_popup .productView-price label {
  font-size: 40px; }

/*.body_common #qn-add-to-quote, .body_top .qn-add-to-quote{
    height: 50px;line-height:48px;padding: 0 17.5px;font-size: 18px;
  }*/
.view_lid_popup .MagicZoomGallery {
  display: none; }

.view_lid_popup .productView-images .productView-image {
  display: flex !important; }

.view_lid_popup .pro_share a {
  display: inline-block;
  color: #4A4F54;
  font-size: 16px; }

.view_lid_popup .pro_share a:hover {
  color: #8CC63E; }

.view_lid_popup .pro_share a svg {
  height: 20px;
  margin: 0 3px 0 0;
  display: inline;
  vertical-align: middle; }

.view_lid_popup .review_sec {
  margin: 0 0 12px; }
  .view_lid_popup .review_sec .pro_custumize {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    padding: 0; }
    .view_lid_popup .review_sec .pro_custumize .bread_wrap {
      width: 100%; }
  .view_lid_popup .review_sec .wishlist {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 -2px;
    float: none; }
  .view_lid_popup .review_sec .pro_share {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 -2px;
    float: none; }

.body_common .view_lid_popup .productView .form .custom_btn .qoute_btn {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 18px; }

.modal-close:hover {
  color: #8CC63E; }

/* END VIEW LID POPUP */
.account-product-body .account-product-description {
  margin: 0; }

.account-product-body .account-product-label {
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto Flex", serif;
  text-transform: uppercase;
  color: #4A4F54; }

.custom_createaccount #FormField_29,
.custom_createaccount #FormField_27,
.custom_createaccount #FormField_31 {
  display: none; }

#menu_res {
  display: none; }

.error_page_404 .u-textAlignCenter {
  font-weight: normal;
  font-family: "Roboto Flex", serif;
  font-size: 18px;
  color: #4A4F54; }

.error_page_404 h1 {
  margin: 0 0 2rem; }

.hdr_topcenter p.navUser-item {
  float: right;
  margin: 0; }
  .hdr_topcenter p.navUser-item .navUser-item--compare {
    margin: 0px 5px 0 20px;
    padding: 0 20px 0 0;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    text-transform: capitalize;
    position: relative; }
    .hdr_topcenter p.navUser-item .navUser-item--compare .countPill--alt {
      background: #fff;
      color: #4A4F54;
      font-family: "Roboto Flex", serif;
      font-weight: bold;
      position: absolute;
      right: -4px;
      top: 3px;
      height: 18px;
      width: 18px;
      line-height: 18px; }
    .hdr_topcenter p.navUser-item .navUser-item--compare:hover {
      color: #4A4F54; }

.LI-simple-link:focus,
.LI-simple-link:active {
  color: #8CC63E; }

.hdr_bottomright > ul > li .navUser-action span.cart_total {
  display: none; }

.after_login .hdr_bottomright > ul > li .navUser-action span.cart_total {
  display: block; }

#search-results-heading .page-heading {
  width: 100%;
  overflow: auto; }

.hdr_topright ul li:first-child .for_text span,
.hdr_topright ul li:last-child .for_text span {
  margin-top: 1px; }

.klaviyo-form-Y4JYCi button.Button__FormStyledButton-p2mbjt-0 {
  border: 1px solid #8CC63E !important;
  text-transform: uppercase !important; }

.klaviyo-form-Y4JYCi button.Button__FormStyledButton-p2mbjt-0:hover {
  background: #fff !important;
  border-color: #8CC63E !important;
  color: #8CC63E !important; }

.blog .socialLinks .icon svg {
  fill: #4A4F54; }

.blog .socialLinks .icon:hover svg {
  fill: #8CC63E; }

.quickSearchResults .productGrid .product .card .custom_BTN .login_btn {
  margin: 0; }

.blog-post p > img {
  display: block; }

.blog_page .blog .blog-post-figure .blog-thumbnail {
  max-width: 100%;
  height: 220px; }

.blog_page .blog .blog-post-figure .blog-thumbnail a img {
  max-width: 100%;
  max-height: 220px;
  width: auto; }

.custom_blog_post .blog-thumbnail,
.custom_blog_post .blog-thumbnail a img {
  max-width: 100%;
  max-height: 100%;
  width: auto; }

body.custom_createaccount .account--fixed .account-body .form-actions .button {
  height: auto;
  line-height: normal;
  padding: 6px 0 8px; }

.account.account--fixed .account-body .page-heading {
  font-size: 25px;
  line-height: normal;
  letter-spacing: 0px;
  color: #4A4F54;
  text-transform: uppercase;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  margin: -7px 0 0 0;
  padding-bottom: 26px;
  display: block;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  padding: 0; }

.orders_details_page .account.account--fixed .account-body .account-content {
  width: 70%;
  padding: 0 30px 0 0; }

.custom_account_order .orders_details_page .account-sidebar {
  width: 30%;
  padding: 70px 0 0; }

.addresses_page .addressList,
.add_address_page form,
.add_wishlist_page .wishlist-add,
.edit_account_page form,
.wishlist_details_page .productGrid,
.recent_items_page .productGrid {
  margin-top: 30px; }

.addressList .address:nth-child(3n+1) {
  clear: left; }

.account--fixed .productGrid .product {
  width: 33.33%; }

.wishlist_details_page .remove_wishlists_form {
  margin: 0 auto; }

.wishlist_details_page .productGrid .product .card {
  margin-bottom: 20px; }

.wishlist_details_page .productGrid .product .card {
  margin: 0 0 10px; }

.wishlist_details_page .remove_wishlists_form .button {
  margin: 0 0 10px 0;
  width: 100%;
  display: block; }

.custom_cart .cart_page_mn .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price,
.custom_cart .cart_page_mn .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price {
  line-height: normal;
  padding: 7px 3px 0; }

.custom_cart .cart_page_mn .page-heading {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
  font-weight: normal; }

.custom_cart .breadcrumbs {
  display: none; }

.custom_createaccount .form-row .Account_info_bottom {
  display: inline-block;
  float: none; }

.custom_createaccount .account-body .g-recaptcha {
  max-width: 1184px;
  margin: auto; }

#downshift-1-input,
.after_register_right #downshift-0-input {
  text-align: left;
  padding: 4px 0 0; }

.after_register_right .needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.fsIKy.kl-private-reset-css-Xuajs1[type=text] {
  padding: 4px 0 0px 16px !important;
  line-height: 38px !important;
  height: 40px !important; }

.after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1 .needsclick.DropdownComponents__DropdownField-sc-1ahum51-2.bwefac.kl-private-reset-css-Xuajs1 {
  text-align: left !important; }

.after_register_right button.needsclick.Button__FormStyledButton-p2mbjt-0.cXnpwO.kl-private-reset-css-Xuajs1 {
  text-align: center !important; }

.MN_After_register_TY .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(6) > div:nth-child(2) {
  margin: 0 0 22px 6px !important; }

.cms_page #AppMain .btn-default {
  background: #8CC63F !important;
  border: 1px solid #8CC63F !important;
  line-height: normal !important;
  font-size: 14px;
  padding: 10px 24px !important;
  letter-spacing: 0;
  line-height: 23px !important; }

.cms_page #AppMain .btn-default:hover {
  background: #fff !important;
  border-color: #8CC63F !important;
  color: #8CC63F !important; }

.customer_guests .block_main,
.after_login .hide_main {
  display: none !important; }

.wishlist_details_page .card-body .for_grid_view_price,
.custom_account_recentitems .card-body .for_grid_view_price,
.after_login .block_main {
  display: block !important; }

.product_header .productView-image1 img.productView-image--default,
.Productview_badges ul li .badges_img img {
  max-height: 50px; }

.color_accessories,
.Productview_badges,
.Productview_available_size {
  display: none; }

.custom_cart.customer_guests .cart_page_mn .cart_right .cart-total.cart_SubTotal .cart-total-label {
  padding-top: 20px; }

.custom_cart.customer_guests .cart_page_mn .cart_right .cart-total.Cart_Grand_Total .cart-total-label {
  padding-top: 38px; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-contact ul {
  display: inline-block;
  margin: 0;
  width: 100%;
  clear: both;
  padding: 0;
  vertical-align: top; }

.footer .footer_btm .footer-info .footer-info-col.footer-info-contact ul li a {
  line-height: 22px; }

.StoreAddress {
  color: #4D4D4D;
  font-family: "Roboto Flex", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  clear: both;
  margin: 10px 0px 10px;
  width: 100%;
  vertical-align: top; }

.StoreAddress p {
  margin: 0;
  display: inline-block; }

.previewCart-emptyBody {
  background: #fff;
  border-radius: 10px; }

form.form.forgot-password-form,
.login-form,
.add_address_page form .form-row .form-field {
  position: relative; }

#bk-social-proof {
  display: none !important; }

.shogun-heading-component h2 {
  text-transform: uppercase !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important; }

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

.custom_btn .visit_product {
  display: none; }

/* view lid popup same as sample order popup*/
.modal--large.custom_view_LID {
  width: 1265px;
  border-radius: 50px;
  overflow: visible;
  max-width: 95%;
  padding: 30px;
  max-height: 400px; }
  .modal--large.custom_view_LID .modal-close {
    right: 22px;
    top: 15px; }

.proview_lid h2 {
  font-size: 20px;
  line-height: 20px;
  color: #8CC63E;
  text-transform: uppercase;
  margin: 6px 0 0 39px; }

.proview_lid .proview_lid_left {
  width: 30%;
  display: inline-block;
  vertical-align: middle; }
  .proview_lid .proview_lid_left img {
    max-height: 300px; }

.proview_lid .proview_lid_right {
  width: 65%;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  position: relative; }
  .proview_lid .proview_lid_right .productView-title {
    font-size: 26px;
    color: #4A4F54;
    font-weight: bold;
    margin: 10px 0;
    max-width: 480px; }
  .proview_lid .proview_lid_right .productView-info {
    margin-bottom: 0; }
    .proview_lid .proview_lid_right .productView-info .productView-info-name {
      font-size: 22px; }
    .proview_lid .proview_lid_right .productView-info .productView-info-value {
      font-size: 22px;
      color: #4A4F54;
      font-weight: normal; }
  .proview_lid .proview_lid_right .pro_case {
    font-size: 16px;
    margin: 0; }
  .proview_lid .proview_lid_right .form-field {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin: 0px; }
    .proview_lid .proview_lid_right .form-field .form-increment {
      width: 80px;
      height: 44px;
      border: 1px solid #babcb9;
      border-radius: 2px 0 0 2px;
      position: relative;
      float: left; }
      .proview_lid .proview_lid_right .form-field .form-increment .form-input--incrementTotal {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        height: auto;
        padding: 1px 0 0 14px;
        text-align: left;
        vertical-align: top;
        width: 100%;
        background: transparent;
        line-height: 42px; }
      .proview_lid .proview_lid_right .form-field .form-increment .button {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        height: 50%;
        position: absolute;
        right: 2px;
        width: 25px;
        top: 2px;
        background: transparent;
        border-color: #babcb9;
        border-radius: 0; }
      .proview_lid .proview_lid_right .form-field .form-increment .button[data-action="inc"] {
        /*background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/popup_cart_incr.jpg) center no-repeat #fff;
          background-size: auto;border-bottom: 0;background-position: 50% 40%; */
        border-bottom: 0; }
      .proview_lid .proview_lid_right .form-field .form-increment .button[data-action="dec"] {
        bottom: 2px;
        border-top: 0;
        top: auto;
        /*background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/popup_cart_decs.jpg) center no-repeat #fff;
          background-size: auto;border-top:0;background-position: 50% 60%; */ }
  .proview_lid .proview_lid_right .form-action {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 100%; }
    .proview_lid .proview_lid_right .form-action .button {
      padding: 14.5px 80px;
      font-weight: bold;
      font-size: 20px;
      width: 100%; }
  .proview_lid .proview_lid_right .qoute_btn {
    display: none; }

.quick-view-LID {
  padding: 5px; }

.body_common .view_lid_popup .proview_lid .productView-price {
  vertical-align: middle;
  margin: 0px;
  order: 1;
  max-width: 100%; }

.body_common .view_lid_popup .proview_lid .productView-price .price-section {
  font-size: 22px; }

.body_common .view_lid_popup .proview_lid .productView-price label,
.body_common .view_lid_popup .proview_lid .productView-price .productView-info-value {
  font-size: 22px; }

.body_common .view_lid_popup .proview_lid .form .show_pro_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-direction: row;
  margin: 20px 0 0;
  gap: 0px; }

.body_common .view_lid_popup .proview_lid .form .custom_btn {
  float: right;
  position: absolute;
  right: -46px;
  top: 30px;
  max-width: 315px; }

.body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
  display: inline-block;
  padding: 14.5px 15px;
  font-size: 20px;
  font-weight: bold;
  width: 100%; }

.body_common .view_lid_popup .proview_lid .continue_shopping {
  float: right;
  padding: 6px 10px;
  margin: 20px 19px 0 0;
  font-weight: bold; }

.proview_lid_right .productView-product {
  padding: 0;
  border: 0; }

.video_gallery .view_video a {
  height: 78px; }

.MagicZoomGallery a.mz-thumb[data-slide-id=video],
.MagicZoomGallery a.mz-thumb[data-slide-id=spin] {
  display: none; }

.video_gallery .view_video a img#SirvIcon {
  height: 67px; }

.video_gallery .MagicZoomSelectors a:hover img,
.video_gallery .active-magic-selector img,
.video_gallery .mz-thumb:not(.mz-thumb-selected):hover img {
  border-bottom-color: transparent !important; }

.quickViewLID-active .modal-background,
.custom_add_to_cart .modal-background {
  background: rgba(0, 0, 0, 0.4); }

.custom_view_LID .loadingOverlay {
  border-radius: 50px; }

/* end of view lid popup same as sample order popup*/
.login-row .form-field.form-field--inputPassword,
.custom_editaccount .form-row--half .form-field--inputPassword,
.custom_getnewpassword .form-field--inputPassword,
.login_popup_main .login_popup .form-field--inputPassword {
  position: relative; }

.login-row .form-field.form-field--inputPassword #login_pass,
.login_popup_main .login_popup .form-field--inputPassword #login_pass,
.custom_getnewpassword .form-field--inputPassword .form-input {
  padding: 10.5px 35px 10.5px 14px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field #FormField_2_input,
.custom_editaccount .form-field--inputPassword .form-input {
  padding: 0 38px 0 20px; }

#popupLoginWindowForm .form-field {
  position: relative; }

.login-row .form-field.form-field--inputPassword .toggle-password,
.login_popup_main .login_popup .form-field--inputPassword .toggle-password {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 0; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password,
.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .toggle-password {
  position: absolute;
  bottom: 43px;
  right: 25px;
  font-size: 0; }

.toggle-password {
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 0; }

.login-row .form-field.form-field--inputPassword .toggle-password.fa-eye,
.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password.fa-eye,
.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .toggle-password.fa-eye,
.custom_editaccount .form-field--inputPassword .toggle-password.fa-eye,
.custom_getnewpassword .form-field--inputPassword .toggle-password.fa-eye,
.login_popup_main .login_popup .form-field--inputPassword .toggle-password.fa-eye,
.login_popup_main .login_popup .toggle-password.fa-eye {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/hide-password.svg") no-repeat center;
  height: 18px;
  width: 24px;
  background-size: 20px; }

.login-row .form-field.form-field--inputPassword .toggle-password.fa-eye-slash,
.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password.fa-eye-slash,
.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .toggle-password.fa-eye-slash,
.custom_editaccount .form-field--inputPassword .toggle-password.fa-eye-slash,
.custom_getnewpassword .form-field--inputPassword .toggle-password.fa-eye-slash,
.login_popup_main .login_popup .form-field--inputPassword .toggle-password.fa-eye-slash,
.login_popup_main .login_popup .toggle-password.fa-eye-slash {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/show-password.svg") no-repeat center;
  height: 18px;
  width: 24px;
  background-size: 20px; }

/* product-listing images styles */
.card-img-container .card-img-color-container-slides img {
  width: auto;
  position: static;
  max-height: 100px;
  margin: 0 auto; }

.custom_BTN .cart-item-qty-card-input {
  width: 4.5rem;
  padding: 3px 0;
  border: 1px solid #000;
  border-radius: 0;
  margin: 10px 0px 10px 10px; }

/*mega Menu CO2*/
.main_menu {
  position: relative; }
  .main_menu .navPage_subMenu {
    padding: 0; }
    .main_menu .navPage_subMenu .navPage_product_list {
      width: 55%;
      float: left;
      height: 100%;
      padding: 20px 0 20px; }
    .main_menu .navPage_subMenu .navPage_application_list {
      width: 31%;
      float: left;
      padding: 20px 12px 30px;
      border-left: 2px solid #ccc;
      border-right: 2px solid #ccc;
      min-height: 550px; }
    .main_menu .navPage_subMenu .navPage_material_list {
      width: 14%;
      float: left;
      height: 100%;
      padding: 20px 0px 45px 20px; }
    .main_menu .navPage_subMenu .submenu_title {
      color: #8CC63E;
      text-transform: uppercase;
      font-size: 15px;
      margin: 0 0 20px; }
    .main_menu .navPage_subMenu p {
      font-size: 14px;
      color: #8CC63E;
      text-transform: capitalize;
      display: inline-block;
      width: 100%;
      float: left;
      text-align: left;
      font-weight: 700;
      margin: 0; }
    .main_menu .navPage_subMenu .see_all {
      display: inline-block;
      font-size: 12px;
      font-weight: 400;
      font-family: "Roboto Flex", serif;
      color: #fff;
      background: #8CC63E;
      height: 18px;
      line-height: 18px;
      padding: 0px 7px;
      float: left;
      margin: 3px 0 0 20px;
      width: auto;
      text-transform: lowercase; }
      .main_menu .navPage_subMenu .see_all a {
        color: #fff; }
    .main_menu .navPage_subMenu .cate_all_list {
      font-size: 14px;
      font-weight: 400;
      font-family: "Roboto Flex", serif;
      font-style: italic;
      display: inline-block;
      text-align: left; }
    .main_menu .navPage_subMenu .submenu_close {
      border: 1px solid #D2C4A1;
      border-radius: 8px;
      height: 24px;
      line-height: 22px;
      display: inline-block;
      width: auto;
      padding: 0 8px;
      float: right;
      clear: right;
      margin-right: 20px; }
      .main_menu .navPage_subMenu .submenu_close a {
        font-size: 18px;
        text-transform: uppercase;
        color: #4A4F54;
        font-weight: normal; }

.navPage_product_list .submenu_title_section .submenu_title {
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin: 0; }

.navPage_product_list .subcate_list {
  width: 30%;
  float: left;
  padding: 18px 0 0; }
  .navPage_product_list .subcate_list li {
    width: 100%;
    text-align: left; }

.navPage_product_list .subcate_img {
  width: calc(100% - 30%);
  float: left;
  margin: -25px 0 0;
  padding: 0 20px 0 0; }
  .navPage_product_list .subcate_img ul {
    margin: 0 -7px; }
    .navPage_product_list .subcate_img ul li {
      width: 33.33%;
      float: left;
      padding: 0 7px 14px; }
      .navPage_product_list .subcate_img ul li a {
        display: inline-block; }
        .navPage_product_list .subcate_img ul li a .subcate_imginner {
          height: 138px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: auto;
          text-align: center; }
          .navPage_product_list .subcate_img ul li a .subcate_imginner img {
            max-height: 138px; }
        .navPage_product_list .subcate_img ul li a span {
          font-size: 14px;
          text-transform: capitalize;
          font-weight: 400;
          font-family: "Roboto Flex", serif;
          color: #4A4F54;
          text-align: left;
          line-height: 16px;
          height: 34px;
          overflow: hidden;
          display: inline-block;
          width: 100%;
          margin: 5px 0 0; }

.main_menu .navPages .navPages-list .navPages-item .navPage_subMenu .navPages-action {
  text-transform: capitalize;
  font-size: 14px; }

.navPage_application_list ul {
  margin: 0 -10px; }
  .navPage_application_list ul li {
    width: 33.33%;
    float: left;
    padding: 0 10px 14px; }
    .navPage_application_list ul li a .subcate_imginner {
      height: 109px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      text-align: center;
      border-radius: 50%;
      overflow: hidden; }
      .navPage_application_list ul li a .subcate_imginner.square-img {
        height: auto;
        border-radius: 0%; }
        .navPage_application_list ul li a .subcate_imginner.square-img img {
          max-height: 100%;
          border-radius: 0%; }
      .navPage_application_list ul li a .subcate_imginner img {
        max-height: 109px;
        border-radius: 50%; }
    .navPage_application_list ul li a span {
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 400;
      font-family: "Roboto Flex", serif;
      color: #4A4F54;
      text-align: center;
      line-height: 16px;
      height: 34px;
      overflow: hidden;
      display: inline-block;
      width: 100%;
      margin: 5px 0 0; }

.navPage_material_list ul li {
  width: 100%;
  text-align: left;
  padding: 0 0 12px; }
  .navPage_material_list ul li a {
    display: inline-block; }
    .navPage_material_list ul li a .subcate_imginner {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0; }
      .navPage_material_list ul li a .subcate_imginner img {
        height: 38px;
        width: auto; }
    .navPage_material_list ul li a span {
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 400;
      font-family: "Roboto Flex", serif;
      color: #4A4F54;
      display: inline-block;
      vertical-align: middle; }

.navPage_product_list .subcate_list.subcate_list_sec {
  width: 27%; }

.navPage_product_list .subcate_img.subcate_img_sec {
  width: calc(100% - 54%); }

.main_menu .navPage_subMenu {
  padding-left: 60px; }

.main_menu .navPage_subMenu > .container {
  max-width: 1300px; }

.navPage_subMenu.for_grab .navPage_product_list .subcate_img ul li,
.navPage_subMenu.for_appetizer_dishes .navPage_product_list .subcate_img ul li,
.navPage_subMenu.for_tableware .navPage_product_list .subcate_img ul li {
  width: 50%; }

.navPage_subMenu.for_grab .navPage_application_list ul li,
.navPage_subMenu.for_utensils .navPage_application_list ul li,
.navPage_subMenu.for_bakeware .navPage_application_list ul li,
.navPage_subMenu.for_tableware .navPage_application_list ul li {
  width: 25%; }

.navPage_subMenu.for_grab .navPage_application_list ul li a .subcate_imginner,
.navPage_subMenu.for_utensils .navPage_application_list ul li a .subcate_imginner,
.navPage_subMenu.for_bakeware .navPage_application_list ul li a .subcate_imginner,
.navPage_subMenu.for_tableware .navPage_application_list ul li a .subcate_imginner {
  height: 80px; }

.navPage_subMenu.for_grab .navPage_application_list ul li a .subcate_imginner img,
.navPage_subMenu.for_utensils .navPage_application_list ul li a .subcate_imginner img,
.navPage_subMenu.for_bakeware .navPage_application_list ul li a .subcate_imginner img,
.navPage_subMenu.for_tableware .navPage_application_list ul li a .subcate_imginne img {
  max-height: 80px; }

.navPage_subMenu.for_grab .navPage_application_list ul li a span,
.navPage_subMenu.for_utensils .navPage_application_list ul li a span {
  font-size: 12px; }

.navPage_product_list .subcate_list li.catlist_btm_img {
  text-align: right;
  margin: 60px 0 0; }

.navPage_subMenu.for_grab .navPage_product_list .subcate_list li.catlist_btm_img {
  margin: 22px 0 0; }

.navPage_product_list .subcate_list li.catlist_btm_img span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Roboto Flex", serif;
  color: #4A4F54;
  text-align: center;
  display: block;
  line-height: 16px;
  height: 34px;
  overflow: hidden; }

.navPage_product_list .subcate_list li.catlist_btm_img span.subcate_imginner {
  height: 138px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  margin: auto 14px auto auto;
  text-align: center;
  flex-flow: row-reverse; }

.navPage_product_list .subcate_list li.catlist_btm_img span.subcate_imginner img {
  max-height: 138px;
  max-width: 150px; }

.main_menu .navPages .navPages-list .navPages-item.has_subMenu.menu_is_open_arrow {
  background: #F5F5F5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.main_menu .navPages .navPages-list .navPages-item.has_subMenu.menu_is_open_arrow > .navPages-action {
  color: #8CC63E;
  font-weight: 600; }

/*End mega Menu CO2*/
/**/
.productView-product .block_subcribeSave {
  display: inline-block;
  float: left; }

.Show_quote_sample .productView-product .block_qouteBtn,
.Show_quote_sample .hdr_topright ul li:first-child,
.Show_quote_sample #qn-dialog-toggle {
  display: inline-block; }

.hdr_topright ul li:first-child,
#qn-dialog-toggle {
  display: none; }

.productView-product .block_qouteBtn {
  padding-right: 18px;
  float: left;
  display: none; }

.productView-product .block_qouteBtn .qoute_btn {
  background: #ae9d88;
  border-color: #ae9d88;
  font-weight: bold;
  padding: 15px 30px;
  font-size: 16px; }

.productView-product .block_qouteBtn .qoute_btn:hover {
  background: #fff;
  color: #ae9d88; }

.productView-product .block_subcribeSave .subcribe_btn {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/Subscribe-Save.svg") 12% center no-repeat;
  color: #4A4F54;
  width: 150px;
  font-size: 15px;
  text-transform: capitalize;
  padding: 5px 8px 5px 35px; }

.productView-product .block_subcribeSave .subcribe_btn:hover {
  background: #8CC63E url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/Subscribe-Save-hover.svg") 12% center no-repeat;
  color: #fff; }

.ppTop_outOfStock,
.ppTop_outOfStockcustom {
  display: inline-block;
  max-width: 240px;
  float: left;
  padding-right: 10px;
  margin: 0 0 15px; }

.ppTop_outOfStock .out_of_stock_message,
.ppTop_outOfStockcustom .out_of_stock_message {
  display: inline-block;
  color: #ae9d88;
  text-transform: uppercase;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  line-height: normal; }

.ppTop_outOfStock .in_stock_message,
.ppTop_outOfStockcustom .in_stock_message {
  display: inline-block;
  color: #8CC63E;
  text-transform: uppercase;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  line-height: normal; }

.ppTop_outOfStock .available_lbl,
.ppTop_outOfStock .stock_available_lbl,
.ppTop_outOfStockcustom .available_lbl,
.ppTop_outOfStockcustom .stock_available_lbl {
  text-transform: uppercase;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  font-size: 15px;
  color: #4A4F54;
  letter-spacing: 0.6px;
  margin: 0;
  line-height: normal; }

.productView-product .ppTop_info {
  margin: 0 0 20px 0px; }

.custom_product .productView .form .form-field .form-increment {
  border-radius: 8px;
  overflow: hidden;
  height: 49px;
  display: flex; }

.custom_product .form .form-field .form-increment .form-input--incrementTotal {
  background: #fff;
  height: 45px;
  line-height: 43px;
  width: 36px;
  float: left; }

.custom_product .productView .form .form-field .form-increment .totlbtn .button[data-action=inc],
.custom_product .productView .form .form-field .form-increment .totlbtn .button[data-action=dec] {
  border-radius: 0; }

.custom_product .productView .form .form-field .form-increment .totlbtn .button {
  height: 25px;
  width: 26px; }

.custom_product .productView .form .form-field .form-increment .totlbtn {
  position: relative;
  top: -2px;
  width: 25px; }

.mn_more_wrap .cat_showmore:focus,
.mn_more_wrap .cat_showmore:active {
  color: #8CC63E; }

.mn_more_wrap .cat_showmore span {
  color: #8CC63E; }

.mn_more_wrap .cat_showmore:hover span {
  color: #4A4F54; }

.productView-description p,
.productView-description span,
.productView-description li,
.productView-description li {
  color: #000;
  font-size: 15px;
  line-height: normal; }

.productView-description span.proDescription_head {
  color: #8CC63E;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 16px;
  display: inline-block; }

.productView-description .des_help {
  margin: 20px 0 0; }

.productView-description .des_help a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal; }

.productView-description .des_help svg {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 10px 0 0; }

.productView-product .ppTop_info .ppTop_row1,
.productView-product .ppTop_info .ppTop_row2 {
  width: 100%; }

.productView-product .ppTop_info .ppTop_row2 {
  position: relative; }

.productView-product .productView-price .rrp-price--withoutTax.price-section {
  color: #666666;
  font-weight: normal; }

.productView-product .productView-price .rrp-price--withoutTax.price-section .product_pg_Packing .productView-info-value {
  text-decoration: line-through; }

.custom_product .productView-product .price--rrp {
  padding-right: 2px; }

.custom_product .productView-product .price_was {
  font-weight: normal; }

.custom_product .productView-product .price-section--saving {
  color: #6d6d6d;
  font-weight: 700;
  font-size: 14px; }

.custom_product .productView-product .price-section--saving,
.custom_product .productView-product .ppTop_save {
  position: relative;
  right: 172px; }

.custom_product .productView-product .ppTop_save {
  top: 16px;
  right: 44px;
  clear: none;
  float: right; }

.custom_product .productView-product .ppTop_save_btm {
  color: #6d6d6d;
  margin-right: 3px; }

.productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 .ppTop_spec_lbl {
  font-weight: 700; }

.productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 {
  margin: -9px 0 0 0px; }

.custom_product .productView .pro_details .ctm_accordion .accordion_grid .accordion_content .pro_reviewsBlock a:hover {
  color: #8CC63E; }

#product-reviews {
  border: 0;
  margin-bottom: 0 !important; }

#product-reviews .toggle-title {
  margin: 16px 0; }

.productView-product .productView-price {
  margin: auto; }

.productView-price .price-section.withoutTax_MainPrice {
  padding: 0 0 0 10px;
  font-size: 38px; }

.productView-price .withoutTax_MainPrice .productView-info-value {
  font-size: 34px; }

.productView-price .withoutTax_MainPrice .product_pg_Packing label {
  font-size: inherit;
  margin: 0 -3px 0 0;
  font-weight: normal; }

.price.hh.price--withoutTax {
  float: left; }

.custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
  margin: 0px;
  position: relative;
  top: auto;
  font-size: 20px;
  float: left; }

.body_top.custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
  top: 0;
  margin: 0 0 0 5px; }

.body_top.custom_product #view_lid .productView-product .withoutTax_MainPrice .product_pg_Packing {
  top: 0;
  margin: 0 0 0 0px; }

.price-section--minor {
  float: left; }

.ppTop_price_row1 {
  display: flex;
  gap: 0; }

.productView .form .custom_btn .form-action .button {
  font-size: 14px;
  height: 45px;
  line-height: 43px;
  padding: 0 15px;
  letter-spacing: 0;
  font-weight: bold;
  margin: 2px 0 0; }

.body_top .productView-price .price-section.withoutTax_MainPrice.Mainprice_without_rrp .price {
  font-size: 22px; }

.body_top #view_lid .productView-price .price-section.withoutTax_MainPrice.Mainprice_without_rrp .price {
  font-size: 28px; }

.body_top .productView-price .price-section.withoutTax_MainPrice.Mainprice_without_rrp {
  padding: 0px 5px 0 10px;
  font-size: 25px;
  margin: 0; }

.productView-product .ppTop_row2 .row_without_rrp .productView-price .ppTop_buy_row1 {
  display: none; }

.productView .form .row_without_rrp .form-field.form-field--increments {
  order: 1;
  padding: 0px; }

.productView-product .productView-price {
  order: 2;
  max-width: calc(100% - 200px); }

.ctm_accordion .accordion_content > .container {
  clear: both; }

.ppTop_rev_piece .icon {
  display: inline-block;
  margin: 0 2px 0 0; }

.ppTop_rev_piece .productView-reviewLink {
  font-size: 14px;
  font-weight: 600;
  color: #8CC63E;
  font-family: "Roboto Flex", serif;
  margin: 0 0 0 7px;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer; }

.ppTop_rev_piece .productView-reviewLink:hover {
  color: #6d6d6d; }

.after_login .ppTop_rev_piece .ppTop_piece {
  display: inline-block; }

.after_login .productView-rating {
  display: inline-block;
  vertical-align: top; }

.form.writeReview-form .form-inlineMessage {
  position: static; }

.for_Mobile_hamburger {
  display: none; }

.custom_cart .cartPage_Recommendations .page-heading {
  display: block; }

/* PDP by  */
.video-icon {
  position: absolute !important;
  z-index: 98;
  width: 75px !important; }

.fancybox-thumbs {
  top: auto !important;
  width: auto !important;
  bottom: 0 !important;
  left: 0;
  right: 0 !important;
  height: 95px !important;
  padding: 10px 10px 5px 10px !important;
  box-sizing: border-box !important;
  background: rgba(0, 0, 0, 0.3) !important; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important;
  bottom: 95px; }

#360ProductModal {
  visibility: hidden;
  position: absolute;
  text-align: center !important; }

/*  Style 01-12 */
.proCust_CustumizeProduct {
  display: none !important; }

/*.body_top.custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
    top: -55px !important;
    left: 80px;
  }*/
.found_bulkDiscount {
  display: none !important; }

.productView-product .ppTop_info {
  padding-bottom: 40px !important; }

iframe#drift-widget {
  bottom: 70px !important;
  right: 3px !important; }

#360ProductModal {
  max-width: 100% !important; }

.body_top.custom_product .productView-product .price-section--saving,
.body_top.custom_product .productView-product .ppTop_save {
  display: none; }

.body_top.custom_product .productView-product .price-section--saving {
  display: none; }

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

.body_top .productView-price .price-section.withoutTax_MainPrice {
  float: none !important;
  padding-left: 0 !important; }

#checkout-shipping-options .form-checklist-checkbox ~ .form-label {
  background: #F2F7EB !important; }

.previewCartItem {
  display: inline-flex !important; }

.modal-360 {
  max-width: 700px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  padding: 0; }

.formInputs {
  margin-bottom: 20px; }

.ScheduleCall_subtitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-bottom: 6px;
  margin-top: 10px;
  text-transform: initial;
  color: #000;
  font-family: "Roboto Flex", serif, sans-serif; }

.ScheduleCall_label {
  color: #000;
  font-family: "Roboto Flex", serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-left: 5px;
  cursor: pointer; }

.color_accessories .Pro_color_option .color_option .color_option_variant {
  box-shadow: 0 0 2px #000; }

#previewModal .custom_also-bought {
  display: none; }

@media only screen and (min-width: 990px) {
  .Productview_badges.for_Mobile {
    display: none !important; }
  .header_fixed .navUser-item--cart .dropdown-menu.is-open {
    top: 43px !important;
    right: 90px !important; } }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_listInner {
  max-height: 436px;
  overflow-y: auto; }

/*.productGrid .product .card-figure{
    overflow: hidden !important;
  }*/
/*.productGrid .product .card-img-color-container-slides .card-image{
    object-fit: inherit !important;
  }*/
.video_section {
  display: inline-block;
  width: auto;
  position: relative;
  width: 100%;
  padding-top: 15px; }

.playpause {
  background-image: url(https://cdn11.bigcommerce.com/s-uivlp2/content/css/video-play-icon.webp);
  background-repeat: no-repeat;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  max-width: 50%;
  width: 150px;
  display: none; }

.productView-price .withoutTax_MainPrice .productView-info-value {
  font-size: 20px;
  margin: 12px 0 0 4px; }

.Productview_videos ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 19px 0 20px 0; }

.Productview_videos ul li {
  width: 20%;
  float: left; }

.Productview_videos ul li.feature-v-li {
  width: 40%; }

p.feature-v-title {
  margin-bottom: 0px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #8CC63E; }

.video-2,
.video-3 {
  display: none; }

.ham_menu_inner_right .navPages-list {
  width: 100%;
  border: 0;
  margin: 0px !important; }

.HP_BTN_NEW {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #8cc63e;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Roboto Flex", serif;
  font-weight: 600;
  letter-spacing: 0;
  width: 80%;
  text-align: center;
  text-transform: capitalize;
  line-height: 20px; }

.ham_menu_inner_right .navPage-subMenu .ham_cat_image {
  position: relative;
  width: auto;
  max-height: 480px; }

.ham_menu_inner_right .navPage-subMenu .ham_cat_image img,
.ham_menu_inner_right .navPage-subMenu ul {
  max-height: 480px; }

@media (min-width: 990px) {
  .navPages-list {
    display: block !important; } }

.extra-btn {
  text-align: center;
  margin-bottom: 20px; }

.view_more {
  border-radius: 20px;
  width: auto;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 13px;
  letter-spacing: normal;
  color: #3D2B1F;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Flex", serif;
  border: 1px solid #8cc63f;
  background-color: #fff;
  margin: 7px auto;
  background: #8cc63f;
  max-width: 125px;
  padding: 10px 25px; }

.view_more:hover {
  color: #FFFFFF;
  background: #76A530; }

@media only screen and (max-width: 767px) {
  .Catalog_Banners .catalog_inner img {
    display: none; }
  .Catalog_Banners .catalog_inner .catalog_content {
    border: 1px solid #fff !important; }
  .Catalog_Banners .catalog_inner {
    min-height: 185px; }
  .Catalog_Banners .catalog_inner .catalog_content {
    background: #8cc63f; }
  .Catalog_Banners .catalog_inner .catalog_content > div {
    left: 0 !important;
    top: 20% !important;
    text-align: center;
    padding: 0 10px;
    right: 0 !important; }
  .Catalog_Banners .catalog_inner .catalog_content h2,
  .Catalog_Banners .catalog_inner .catalog_content p,
  .Catalog_Banners .catalog_inner .catalog_content > div {
    text-align: center !important; }
  .Supplies_Banners .supplies_inner img {
    visibility: hidden; }
  .Supplies_Banners .supplies_inner {
    background: #8cc63f; }
  .Supplies_Banners .cmn_block.Supplies_Banners_center {
    padding: 0 !important; }
  .Supplies_Banners .supplies_inner .supplies_link {
    color: #fff !important; }
  .Supplies_Banners .supplies_inner .supplies_content {
    text-align: center !important;
    top: 25% !important;
    width: 100%;
    left: 0 !important;
    right: 0 !important; }
  .Supplies_Banners .supplies_inner .supplies_link {
    left: 0 !important;
    width: 100% !important;
    right: 0 !important;
    background-color: transparent !important; }
  .Supplies_Banners_center .supplies_content p,
  .Supplies_Banners_center .supplies_content .HP_BTN {
    display: none !important; }
  .Supplies_Banners .cmn_block.Supplies_Banners_center img {
    max-height: 73px !important; }
  .Supplies_Banners .supplies_inner .supplies_content h2 {
    font-size: 18px !important;
    line-height: 40px !important; }
  .Supplies_Banners .supplies_content h2 span {
    color: #4d4d4d; }
  .Supplies_Banners .supplies_inner .supplies_link {
    font-size: 18px !important;
    line-height: 24px;
    left: 24px !important; } }

@media only screen and (min-width: 1500px) {
  .hamburger-menu .ham_menu_outer {
    left: -200px;
    min-width: 500px;
    padding: 30px 70px 30px; }
  .ham_menu_inner_right .navPage-subMenu ul .cat_heading {
    margin: 0px 0 11px; } }

@media only screen and (min-width: 1799px) {
  .ham_menu_inner {
    max-height: 410px; } }

.ham_menu_inner_right .navPage-subMenu ul {
  padding: 25px 50px 0; }

.ss-badge-container .ss-badge .ss-badge-main-text {
  margin: 6px 0 4px 0 !important;
  color: #fff;
  font-size: 12px; }

.customer_no-free-shipping .status_message,
.no-free-shipping .alertBox--info,
.customer_no-free-shipping .no-free-shipping_preview .spend_more_main,
.customer_no-free-shipping .no-free-shipping_preview .free_del,
.term-no2500-tp-ck-pu .status_message,
.term-no2500-tp-ck-pu .alertBox--info,
.term-no2500-tp-ck-pu_preview .spend_more_main,
.term-no2500-tp-ck-pu_preview .free_del,
.term-no2500-tp-ck-pu .cart_pv_ship_msg,
.cc-no2500-tp-ck-pu .status_message,
.cc-no2500-tp-ck-pu .alertBox--info,
.cc-no2500-tp-ck-pu_preview .spend_more_main,
.cc-no2500-tp-ck-pu_preview .free_del,
.cc-no2500-tp-ck-pu .cart_pv_ship_msg {
  display: none !important; }

.menu_bottom {
  display: none !important; }

.embed-responsive-item {
  max-width: 100%; }

.no-credit-card-group_preview .previewCartAction-checkout,
.no-credit-card-group_preview .cart_checkout_btn,
.block_subcribeSave,
.custom_shippingaddressform #FormField_43,
.custom_shippingaddressform #FormField_27,
.custom_shippingaddressform #FormField_31 {
  display: none !important; }

.MN_After_register_TY .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 46px;
  font-weight: 700; }

.no-free-shipping .hdr_topright ul li:nth-child(5),
.term-no2500-tp-ck-pu .hdr_topright ul li:nth-child(5),
.cc-no2500-tp-ck-pu .hdr_topright ul li:nth-child(5) {
  display: none !important; }

.After_register_TY .after_register_right {
  padding: 20px 0 0 20px !important;
  position: relative; }

.klaviyo-form.klaviyo-form.klaviyo-form {
  max-width: 100% !important;
  padding-left: 10px; }

#st-el-3 .st-btn {
  display: none !important; }

#st-el-3 .st-btn:nth-child(10),
#st-el-3 .st-btn:nth-child(13),
#st-el-3 .st-btn:nth-child(17),
#st-el-3 .st-btn:nth-child(23),
#st-el-3 .st-btn:nth-child(27),
#st-el-3 .st-btn:nth-child(29),
#st-el-3 .st-btn:nth-child(42),
#st-el-3 .st-btn:nth-child(47) {
  display: inline-block !important; }

.ctm_fd_grid.Priceparpiece.NotFound_bulkDiscount {
  margin: 0 0 20px 40px !important; }

#previewModal,
#previewOptions {
  overflow-y: auto; }

.ss-targeted.ng-scope {
  clear: left;
  padding: 0 40px;
  margin: 30px 0 0;
  display: inline-block;
  width: 100%; }

body #previewOptions .slick-prev {
  left: -50px;
  top: calc(50% + 28px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

body #previewOptions .slick-next {
  right: -50px;
  top: calc(50% + 28px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.Supplies_Banners .supplies_content h2 span {
  color: #4d4d4d; }

/*
  .color_option span[title="Wood"],.color_option span[title="wood"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Wood.png') !important;
  }
  
  .color_option span[title="metal"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/metal.png') !important;
  }
  
  .color_option span[title="White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/White.png') !important;
  }
  
  .color_option span[title="Bamboo"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Bamboo.png') !important;
  }
  
  .color_option span[title="Bamboo & Black"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/BambooBlack.png') !important;
  }
  
  .color_option span[title="Bamboo & Red"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/BambooRed.png') !important;
  }
  
  .color_option span[title="Black"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Black.png') !important;
  }
  
  .color_option span[title="Black & Kraft"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Black_kraft.png') !important;
  }
  
  .color_option span[title="Black & White"], .color_option span[title="Black with Design"], .color_option span[title="Bamboo Design"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Black_white.png') !important;
  }
  
  .color_option span[title="Black & Wood"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/BlackWood.png') !important;
  }
  .color_option span[title="Brown with Design"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/DesignKraft.png') !important;
  }
  .color_option span[title="clear"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/clear-bg.png') !important;
  }
  .color_option span[title="clear green"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Clear_Green.png') !important;
  }
  .color_option span[title="Corked texture"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/CorkBrown.png') !important;
  }
  .color_option span[title="Cream"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Cream.png') !important;
  }
  
  .color_option span[title="Dark blue"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/DarkBlue.png') !important;
  }
  .color_option span[title="Dark Brown"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Brown.png') !important;
  }
  .color_option span[title="Green & White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Green_White.png') !important;
  }
  .color_option span[title="Kraft"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/PaperKraft.png') !important;
  }
  .color_option span[title="Kraft & Black"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Black_kraft.png') !important;
  }
  .color_option span[title="Kraft & White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/KraftWhite.png') !important;
  }
  
  .color_option span[title="Light Blue"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/LightBlue.png') !important;
  }
  
  .color_option span[title="lime greem"],.color_option span[title="Lime Green"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/LimeGreen.png') !important;
  }
  .color_option span[title="newspaper"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/DesignWhite.png') !important;
  }
  .color_option span[title="Newspaper Design"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/DesignWhite.png') !important;
  }
  .color_option span[title="Palm leaf"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Palmleaf.png') !important;
  }
  .color_option span[title="Pink & White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Pink_White.png') !important;
  }
  .color_option span[title="Red & Black"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/RedBlack.png') !important;
  }
  .color_option span[title="Red & White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Red_white.png') !important;
  }
  .color_option span[title="Teal Blue & White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/LightBlueWhite.png') !important;
  }
  .color_option span[title="transparent"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/BlackClearPlastic.png') !important;
  }
  
  .color_option span[title="white"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/WhitePaper.png') !important;
  }
  .color_option span[title="white & black"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Black_white.png') !important;
  }
  .color_option span[title="Yellow & White"]{
    background: url('https://cdn11.bigcommerce.com/s-axgwopiivb/content/colors/Yellow_White.png') !important;
  }
  */
.navUser-item--cart .cart_total {
  white-space: nowrap !important; }

.Supplies_Banners .supplies_inner .supplies_content {
  bottom: 5% !important; }

.Supplies_Banners .supplies_inner .supplies_content h2 {
  font-size: 50px !important;
  color: #8cc63e !important;
  text-align: right !important; }

.Supplies_Banners .supplies_content h2 span {
  color: #5e463a; }

.Supplies_Banners .supplies_inner .supplies_content p {
  color: #5e463a !important;
  font-weight: 400 !important; }

.Supplies_Banners .supplies_inner .supplies_content .HP_BTN {
  line-height: 38px !important;
  font-weight: 400 !important;
  color: #5e463a !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 2px #5e463a solid !important;
  float: right;
  font-weight: 700 !important; }

.Supplies_Banners .supplies_inner .supplies_link span {
  color: #5e463a !important; }

.cart_price_mn .productView-info-value span,
.cart_price_mn span.productView-info-value {
  font-size: 14px !important; }

/* 27 inch iMac ----------- */
@media only screen and (min-width: 2400px) {
  .heroCarousel.slick-initialized {
    margin: 0;
    padding: 0;
    max-height: 1008px; } }

.account-message p {
  word-break: break-word; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f2f7eb inset !important; }

.ship-third-party_preview .ss-targeted {
  border-top: 2px solid #ccc !important;
  padding-top: 15px; }

.no-credit-card-group .cart_checkout_btn {
  display: none !important; }

.Productview_badges ul li {
  margin-bottom: 12px; }

.video_gallery .view_video {
  float: right; }

.Productview_videos ul li.feature-v-li:first-child {
  display: none; }

.New_Arrivals .ss-targeted {
  margin-top: 0 !important; }

.cart-item-quantity .cart-item-label {
  display: contents;
  float: left;
  font-size: 14px;
  padding-left: 0;
  font-weight: 600; }

.compareTable-item ul {
  list-style: none; }

.compareTable-item ul li {
  float: left;
  width: 100%; }

.compareTable-item ul li:nth-child(odd) {
  background: #e7e8e8; }

.compareTable-item ul li:nth-child(even) {
  background: #f6f6f6; }

.compareTable-item ul li .specification-info-name {
  width: 70%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  word-break: break-word; }

.compareTable-item ul li .specification-info-value {
  width: 30%;
  clear: left;
  display: inline-block;
  line-height: normal;
  word-break: break-word; }

#AppMain table th {
  color: #4d4d4d !important; }

#AppMain table tr:nth-child(even) td,
#AppMain table td.rowActions a:first-child {
  background: #f2f7eb !important; }

#AppMain table tr:nth-child(even) td:first-child {
  background: #fff !important; }

.productCarousel .slick-arrow {
  display: none !important; }

.productCarousel .card-img-container {
  height: 250px; }

.productCarousel .slick-slide img {
  margin-top: 0px;
  margin-bottom: 0px; }

#AppMain table tr.success td {
  background: #fff !important; }

/*.compareTable-item ul li:nth-child(2),
  .compareTable-item ul li:nth-child(1){
    min-height: 55px;
  }*/
.body_common .view_lid_popup .proview_lid .productView-price label,
.body_common .view_lid_popup .proview_lid .productView-price .productView-info-value {
  font-size: 17px;
  color: #9da0a3; }

.addQty_lbl {
  display: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  padding: 11px 5px 0 0;
  color: #4a4f54;
  font-family: "Roboto Flex", serif; }

.view_lid_popup .addQty_lbl {
  display: inline-block !important; }

.filter_pagi .filter {
  margin: 0 !important; }

.filter_pagi .filter .form-field .form-label {
  font-size: 12px !important;
  margin: 0 3px 0 5px !important; }

.compareTable-item ul {
  margin-left: 0 !important; }

.compareTable {
  width: auto !important; }

.compareTable-product {
  min-width: 250px; }

.main-compare {
  width: 100%;
  overflow-x: scroll; }

.compareTable-item {
  word-break: break-all; }

.custom_cart .cart_status_field .productView-info-name {
  margin: 0 !important; }

.productView-img-container1 {
  min-height: 50px; }

/**/
.color_option_variant.Bamboo {
  background: #c1e1c2; }

.color_option_variant.Red_Black {
  background: linear-gradient(to right, #c74d4c 50% 50%, #000000 50% 50%); }

.color_option_variant.Black {
  background: #000000; }

.color_option_variant.Red {
  background: #c74d4c; }

.color_option_variant.Yellow {
  background: #ffd859; }

.color_option_variant.Dark_Brown {
  background: #533f2e; }

.color_option_variant.Bamboo_Leaf {
  background: #fcf4c5; }

.color_option_variant.Pink {
  background: #f8cbdb; }

.color_option_variant.Green {
  background: #afe38d; }

.color_option_variant.White {
  background: #f4f4f4; }

.color_option_variant.Brown {
  background: #d59f6a; }

.color_option_variant.Kraft {
  background: #cdb580; }

.color_option_variant.Clear {
  background: #f7f6f6; }

.color_option_variant.Clear_Green {
  background: #f0ffeb; }

.color_option_variant.Silver {
  background: #d7d2d3; }

.color_option_variant.Wood {
  background: #e1d2b2; }

.color_option_variant.White_Brown {
  background: #ebe1cc; }

.color_option_variant.Beige {
  background: #F5F5DC; }

.color_option_variant.Blue {
  background: #172d95; }

.color_option_variant.Lime {
  background: #cdff66; }

.color_option_variant.Stainless_Steel {
  background: #DFE1E1; }

.color_option_variant.Light_Blue {
  background: #3c5df9; }

.color_option_variant.Dark_Blue {
  background: #0b164a; }

.color_option_variant.Lime_Green {
  background: #cdff66; }

.color_option_variant.Transparent {
  background: #f7f6f6; }

.color_option_variant.Metal {
  background: #d7d2d3; }

.color_option_variant.Light_Green {
  background: #c4f2a7; }

.color_option_variant.Bamboo_Red {
  background: linear-gradient(to right, #c1e1c2 50% 50%, #c74d4c 50% 50%); }

.color_option_variant.Gold_Black {
  background: linear-gradient(to right, #ffd859 50% 50%, #000000 50% 50%); }

.color_option_variant.Black_White {
  background: linear-gradient(to right, #f4f4f4 50% 50%, #000000 50% 50%); }

.color_option_variant.Blue_White {
  background: linear-gradient(to right, #172d95 50% 50%, #f4f4f4 50% 50%); }

.color_option_variant.Green_White {
  background: #f4f4f4; }

.color_option_variant.Red_White {
  background: linear-gradient(to right, #c74d4c 50% 50%, #f4f4f4 50% 50%); }

.color_option_variant.Teal_Blue_White {
  background: linear-gradient(to right, #afe38d 50% 50%, #f4f4f4 50% 50%); }

.color_option_variant.Black_Kraft {
  background: linear-gradient(to right, #000000 50% 50%, #cdb580 50% 50%); }

.color_option_variant.Pink_White {
  background: linear-gradient(to right, #f8cbdb 50% 50%, #f4f4f4 50% 50%); }

.color_option_variant.Yellow_White {
  background: linear-gradient(to right, #ffd859 50% 50%, #f4f4f4 50% 50%); }

.color_option_variant.Bamboo_Black {
  background: linear-gradient(to right, #c1e1c2 50% 50%, #fcf4c5 50% 50%); }

.color_option_variant.Black_Wood {
  background: #e1d2b2; }

.color_option_variant.Kraft_Black {
  background: #cdb580; }

.color_option_variant.White_Red {
  background: #c74d4c; }

.color_option_variant.White_Green {
  background: #afe38d; }

.color_option_variant.White_Black {
  background: linear-gradient(to right, #000000 50% 50%, #f4f4f4 50% 50%); }

.color_option_variant.Ochre {
  background: #f4edc3; }

.color_option_variant.Cream {
  background: #fff3de; }

.color_option_variant.Grey {
  background: #d7d2d3; }

.color_option_variant.Kraft_White {
  background: #cdb580; }

.color_option_variant.Red_Green {
  background: linear-gradient(to right, #c74d4c 50% 50%, #afe38d 50% 50%); }

.color_option_variant.Purple {
  background: #bea0ff; }

#ab-tiny-widget span {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #4a4f54; }

#ab-tiny-widget a {
  font-size: 18px;
  color: #85c14c;
  font-weight: 700;
  margin-left: 0px; }

span:not(.spr-badge):not(.product__price) + #ab-tiny-widget {
  margin-left: 0 !important; }

.answerbase-widget .questions-list .item .title,
.answers-list .text {
  padding-right: 20px;
  font-size: 16px !important; }

.account-orderStatus-action.reorder {
  background-color: #8cc63e;
  padding: 5px 7px 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.account-orderStatus-action {
  margin-bottom: 5px; }

.productView-product .Pro_color_option {
  width: 100%; }

#emf-container-outer {
  margin-top: 125px; }

.emf-li-post-button input {
  background: #8cc63e !important;
  color: #fff !important;
  padding: 10px 20px;
  font-weight: 700;
  border: 1px solid #8cc63e !important; }

#emf-li-post-button.left {
  padding-left: 0 !important;
  text-align: left; }

#emf-form input[type=text],
#emf-form select,
#emf-form inpute[type=textarea] {
  background-color: #f2f7eb !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666;
  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: .75rem 1rem;
  transition: border-color .1s ease-out; }

#emf-container {
  border: 0px !important; }

#emf-li-post-button input {
  background-color: #8cc63e;
  color: #fff;
  line-height: normal;
  border: 1px solid #8cc63e;
  border-radius: 4px;
  outline: 0;
  letter-spacing: 1px;
  font-family: "Roboto Flex", serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  padding: 10px 15px !important; }

#emf-li-1 .emf-div-field span {
  width: 50% !important; }

#element_13,
#element_14,
#element_0 {
  width: 88.5% !important; }

.re-img img {
  width: 40px !important; }

.cat_right .productGrid .product .card .custom_BTN a.qoute_btn {
  color: #DF943B !important;
  border: 1px solid #DF943B !important;
  border-radius: 20px !important;
  width: 149px !important;
  height: 26px !important;
  line-height: 23px !important;
  display: block;
  text-align: center;
  font-size: 11px !important;
  letter-spacing: 0.13px !important;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff !important;
  margin: 4px auto 8px !important; }

.product_stock_status_custom .productView-info-value {
  color: #db801e;
  font-weight: 600; }

.cat_page .product-swatches {
  display: none; }

.productView .productView-details .price.price--non-sale {
  font-size: 18px; }

.customer_meltingpot .hdr_topright ul li:nth-child(5) {
  display: none; }

/* Start Ticket 10021 */
body .heroCarousel.slick-initialized {
  max-height: 100%; }

.heroCarousel-slide .heroCarousel-image {
  object-fit: inherit; }

/* End Ticket 10021 */
body.compensate-for-scrollbar {
  overflow: auto !important; }

/*Theme Upgrade*/
body .slick-dots li button:before {
  top: -1px;
  left: -1px; }

.main_menu .navPage_subMenu p {
  line-height: 1.5; }

.navPage_material_list ul li a span {
  line-height: 21px; }

#qn-add-to-quote,
.qn-add-to-quote {
  color: #fff; }

.custom_cart #alert-modal {
  padding: 1.25em; }

.custom_cart .modal--alert .button-container {
  margin: 1.25em auto 0; }

.header-logo,
.header {
  height: auto; }

body .New_Arrivals .productGrid {
  max-height: 100%; }

body.custom_default .New_Arrivals .productGrid .product:nth-child(n+6) {
  display: none; }

.custom_default .New_Arrivals .productGrid .product .card {
  margin-bottom: 0px !important; }

.custom_default .productGrid .product .card,
body .cat_right .productGrid .product .card,
.productGrid .product .card {
  border: 1px solid #F5F5F5; }

.custom_account_orderstatus .body,
.custom_account_inbox .body,
.custom_account_addressbook .body,
.custom_shippingaddressform .body,
.custom_wishlists .body,
.custom_add-wishlist .body,
.custom_add-wishlist .body,
.custom_account_recentitems .body,
.custom_page .body,
.custom_forgotpassword .body,
.custom_editaccount .body {
  margin: 0; }

.custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value.cart-total-grandTotal {
  width: 70%;
  top: -9px; }

.custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-label {
  width: 30%; }

.custom_page .page .cms_page .catalogRight > h2 {
  font-size: 30px;
  color: #8cc63e; }

.custom_cart .body {
  margin-top: 30px; }

.hidden.shg-lightbox .shg-lightbox-close {
  opacity: 0; }

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

.custom_page .page .cms_page #ProductReviews h2 {
  word-wrap: break-word; }

.view_lid_inner .productView-price .withoutTax_MainPrice .productView-info-value {
  margin-top: 0; }

.product_table__view .card_previewOptions .productGrid .product .card .card-figure,
.product_grid__view .card_previewOptions .productGrid .product .card .card-figure {
  width: 100%; }
  .product_table__view .card_previewOptions .productGrid .product .card .card-figure > a,
  .product_grid__view .card_previewOptions .productGrid .product .card .card-figure > a {
    height: 135px; }

.product_table__view .card_previewOptions .productGrid .product .card .card_body_mn,
.product_grid__view .card_previewOptions .productGrid .product .card .card_body_mn {
  width: 100%; }

.product_table__view .card_previewOptions .productGrid .product .card .card-body .card-title,
.product_grid__view .card_previewOptions .productGrid .product .card .card-body .card-title {
  height: 56px;
  overflow: hidden; }
  .product_table__view .card_previewOptions .productGrid .product .card .card-body .card-title a,
  .product_grid__view .card_previewOptions .productGrid .product .card .card-body .card-title a {
    font-size: 16px;
    line-height: 18px; }

.product_table__view .card_previewOptions .productGrid .product .card .card-body .card-text.Prices,
.product_grid__view .card_previewOptions .productGrid .product .card .card-body .card-text.Prices {
  text-align: center; }

.product_table__view .card_previewOptions .productGrid .product .card .card-body .Prod_qunatity,
.product_grid__view .card_previewOptions .productGrid .product .card .card-body .Prod_qunatity {
  margin-top: 0 !important; }

.product_table__view .card_previewOptions .productGrid .product .card .for_list_view.Row,
.product_grid__view .card_previewOptions .productGrid .product .card .for_list_view.Row {
  display: none; }

.product_table__view .card_previewOptions .productGrid .product .card .custom_BTN,
.product_grid__view .card_previewOptions .productGrid .product .card .custom_BTN {
  position: initial;
  width: 100%; }
  .product_table__view .card_previewOptions .productGrid .product .card .custom_BTN .sku_no,
  .product_grid__view .card_previewOptions .productGrid .product .card .custom_BTN .sku_no {
    display: block; }

.product_table__view .card_previewOptions .productGrid .product .card .button.card_btn,
.product_grid__view .card_previewOptions .productGrid .product .card .button.card_btn {
  width: 190px;
  font-size: 13px;
  height: 32px; }

.cms_page .EmailSubscription_page > div {
  padding-left: 0 !important; }

.cms_page .EmailSubscription_page ul {
  list-style: none; }

.cms_page .EmailSubscription_page .needsclick button.needsclick {
  color: #fff !important;
  border: none !important;
  line-height: 30px !important; }

.cms_page .EmailSubscription_page form {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .cms_page .EmailSubscription_page form > div > div:first-child > div {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .cms_page .EmailSubscription_page form > div > div:first-child > div > div p span {
      font-size: 28px !important; }
  .cms_page .EmailSubscription_page form > div > div:nth-child(2) > div {
    padding: 20px 0 !important; }
    .cms_page .EmailSubscription_page form > div > div:nth-child(2) > div p span:first-child {
      display: none; }
    .cms_page .EmailSubscription_page form > div > div:nth-child(2) > div ul {
      padding: 0 !important; }

.cms_page .shogun-root .slick-next {
  right: -20px; }

.cms_page .shogun-root .slick-prev {
  left: -10px; }

.last_acc .shogun-accordion-wrapper .shogun-accordion {
  display: none; }
  .last_acc .shogun-accordion-wrapper .shogun-accordion:nth-child(2), .last_acc .shogun-accordion-wrapper .shogun-accordion:first-child {
    display: block; }

@media only screen and (min-width: 1300px) {
  body .heroCarousel.slick-initialized {
    max-height: 532px; } }

@media only screen and (min-width: 1450px) {
  body .heroCarousel.slick-initialized {
    max-height: 591px; } }

@media only screen and (min-width: 1650px) {
  body .heroCarousel.slick-initialized {
    max-height: 665px; } }

@media only screen and (min-width: 1750px) {
  body .heroCarousel.slick-initialized {
    max-height: 709px; } }

@media only screen and (min-width: 2000px) {
  body .heroCarousel.slick-initialized {
    max-height: 797px; } }

@media only screen and (min-width: 2650px) {
  body .heroCarousel.slick-initialized {
    max-height: 1063px; } }

@media only screen and (min-width: 4000px) {
  body .heroCarousel.slick-initialized {
    max-height: 1594px; } }

@media only screen and (min-width: 5350px) {
  body .heroCarousel.slick-initialized {
    max-height: 2125px; } }

@media only screen and (min-width: 1199px) {
  .productView-price .price-section.withoutTax_MainPrice {
    max-width: calc(100% - 122px); }
  .body_top .productView-price .price-section.withoutTax_MainPrice {
    max-width: 100%; }
  .productView .productView-details .price.price--non-sale {
    top: -4px;
    position: relative; }
  .body_top .productView .productView-details .price.price--non-sale {
    top: 0px; } }

@media only screen and (max-width: 1199px) {
  body .Customisable_Form_Products .Customisable_product > div .Customisable_right {
    padding: 0 0 0px 0px; }
  .Customisable_Form_Products .Customisable_product > div {
    padding: 0 20px; }
  .pro_tab {
    padding: 0 15px; }
  .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value.cart-total-grandTotal {
    top: -4px; }
  .custom_product .pro_tab .New_Arrivals .slick-next,
  .custom_product .pro_tab .New_Arrivals .slick-prev {
    margin: 0; }
  body .cat_right .productGrid .product .card .card-body {
    padding: 4px 15px 0; }
  body .hdr_topleft .navUser-section .navUser-item:last-child .navUser-action {
    margin-top: 3px; } }

@media only screen and (max-width: 990px) {
  .body_top .productView .form .form-field .form-increment {
    height: auto; }
  .custom_page .page .cms_page .catalogRight > h2 {
    font-size: 22px; }
  .custom_product .productView .form .form-field .form-increment {
    height: 50px; }
  body.custom_default .New_Arrivals .productGrid .product:nth-child(n+4) {
    display: none; }
  body .Supplies_Banners .supplies_inner p.supplies_link {
    font-size: 15px !important; }
  body .Supplies_Banners .supplies_inner .supplies_content h2 {
    font-size: 20px !important;
    line-height: normal !important; }
    body .Supplies_Banners .supplies_inner .supplies_content h2 br {
      display: none; }
  body .Supplies_Banners .supplies_inner .supplies_content p {
    line-height: normal;
    text-align: center; }
  body .Supplies_Banners .supplies_inner .supplies_content .HP_BTN {
    float: none; }
  body .Supplies_Banners .supplies_inner .supplies_content {
    left: 0;
    right: 0; }
  body .Supplies_Banners .supplies_inner .supplies_content {
    text-align: center; }
  body .klaviyo-form.klaviyo-form.klaviyo-form {
    max-width: calc(100% - 0px) !important; }
  .Customisable_product.custm_prod > div {
    display: flex;
    align-items: center;
    justify-content: center; }
  body.custom_forgotpassword .form-prefixPostfix .button {
    margin: 15px 0 0; }
  .Customisable_Form_Products .Customisable_product > div {
    padding: 0 0px; }
  body .hdr_topleft .navUser-section .navUser-item:last-child .navUser-action {
    margin-top: 7px; } }

@media only screen and (max-width: 767px) {
  #Trending_section ul {
    margin: 0 -10px; }
    #Trending_section ul li {
      padding: 10px; }
  #Trending_section {
    background: #F5F5F5; }
  .catalog_row {
    padding: 0 0 30px; }
  body .Supplies_Banners .supplies_inner p.supplies_link {
    font-size: 25px !important; }
  body .hamburger-menu .Menu-toggle,
  body .header.header_fixed .hamburger-menu .Menu-toggle {
    line-height: 42px; }
  .Catalog_Banners .catalog_inner .catalog_content p br {
    display: none; }
  body.custom_product .pro_tab {
    width: 100% !important; }
  body .productGrid .product .card .card-body .card-title {
    height: 48px; }
  body .filter_pagi .filter .actionBar {
    margin: 0 0 10px; }
  body #form-action-addToCart,
  body .productView-product .block_qouteBtn .qoute_btn {
    width: 100%; }
  body .Show_quote_sample .productView-product .block_qouteBtn {
    padding: 0;
    width: 100%; }
  body .productView .form .custom_btn .form-action {
    padding: 0; }
  .custom_wishlists .table-actions .button {
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .Catalog_Banners .catalog_inner .catalog_content p {
    min-height: 28px; }
  body.custom_default .New_Arrivals .productGrid .product:nth-child(n+3) {
    display: none; }
  body .hamburger-menu .Menu-toggle,
  body .header.header_fixed .hamburger-menu .Menu-toggle {
    line-height: 47px; }
  .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value.cart-total-grandTotal {
    top: -3px; } }

@media only screen and (max-width: 350px) {
  .productView-thumbnails .slick-list {
    margin: 0 -1px; }
  body .productGrid .product .card .custom_BTN a.login_for_price {
    width: 120px !important; }
  body .productView-thumbnails .slick-arrow.slick-prev {
    left: -12px; }
  body .productView-thumbnails .slick-arrow.slick-next {
    right: -12px; }
  .custom_page .page .cms_page .catalogRight > h2 {
    font-size: 19px; } }

div[searchspring-recommend="best-sellers-with-carousel"] .productGrid .product .card {
  margin-bottom: 15px !important; }

html body.after_login .New_Arrivals .productGrid {
  max-height: 100%; }

.custom_createaccount #FormField_51,
.custom_createaccount #FormField_53,
.custom_createaccount #FormField_55 {
  display: none; }

.cart-total-value.cart-total-grandTotal span {
  word-break: break-all;
  line-height: normal; }

/**/
body .heroCarousel {
  margin: 0; }

body .productView-price .price-section.withoutTax_MainPrice {
  max-width: 100%;
  margin: 0px 0 0;
  padding: 0; }

body #view_lid .productView-price .price-section.withoutTax_MainPrice {
  margin: 0px;
  padding: 0 0 0 10px; }

body.custom_wishlist .other_pages.qoute_btn.block_main,
body .wishlist_page.qoute_btn.block_main {
  display: none !important; }

body.custom_wishlist .wishlist_page.qoute_btn.block_main {
  display: block !important; }

.cms_page .shogun-root .shg-align-center {
  text-align: center; }

.cms_page .shg-row .shg-c-lg-6.shg-c-md-6.shg-c-sm-6 {
  width: 50%;
  display: inline-block;
  margin: 0 -1px; }

@media only screen and (max-width: 990px) {
  .accordion-navigation-actions {
    position: absolute;
    right: 1.85714rem;
    top: 1.5rem; }
  .ss-facets.ss-targeted .accordion-navigation {
    display: block;
    padding: 0px; }
  .accordion-navigation .accordion-title {
    z-index: 1;
    position: relative; }
  div#Trending_section ul li .cat_list_inner {
    border: 0px; } }

@media only screen and (max-width: 600px) {
  .cms_page .shg-row .shg-c-lg-6.shg-c-md-6.shg-c-sm-6 {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0px; } }

.catalog_row {
  float: left;
  border-bottom: 5px solid #4a4f54;
  margin: 0 0 40px;
  display: inline-block;
  width: 100%; }

.catalog_row:last-child {
  border-bottom: 0px;
  margin: 0px; }

.account-hold-msg {
  color: red; }
  .account-hold-msg a {
    color: red;
    font-weight: bold; }

@media only screen and (max-width: 900px) {
  .account-hold-msg {
    padding: 0 15px;
    text-align: center; } }

.specification-hidden-section {
  display: none; }

span.proDescription_head--old {
  display: none !important; }

.model_top_inner_block .model_top_content {
  font-size: 0;
  color: white; }

.proDescription_block .model_top_inner_block .model_top_content {
  font-size: 1rem;
  color: #333; }

.model_top_inner_block .model_top_content .ProductDescription {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Flex", serif; }

.events-column .shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 {
  display: flex;
  flex-direction: column; }

.category_desc_common {
  visibility: hidden; }

.category_desc_common.blur {
  position: relative;
  transition: max-height 0.3s ease; }

.category_desc_common.blur::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  /* Height of the blur effect */
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
  z-index: 1; }

.category_desc_common.blur {
  max-height: 451px;
  overflow: hidden; }

.cat_desp .read-more {
  border-radius: 20px;
  width: 100%;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  letter-spacing: normal;
  color: #3D2B1F;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Flex", serif;
  border: 1px solid #8cc63f;
  margin: 7px auto;
  background: #8cc63f;
  padding: 0;
  max-width: 125px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cat_desp .read-more:hover {
  color: #FFFFFF;
  background: #76A530; }

.cat_desp .read-less {
  border-radius: 20px;
  width: 100%;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  letter-spacing: normal;
  color: #3D2B1F;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Flex", serif;
  border: 1px solid #8cc63f;
  margin: 7px auto;
  background: #8cc63f;
  padding: 0;
  max-width: 125px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cat_desp .read-less:hover {
  color: #FFFFFF;
  background: #76A530; }

.category_desc_common.blur {
  border: 0; }

@media only screen and (min-width: 767px) {
  iframe {
    max-width: 100%; } }

#AppMain .productQtyInput .btns {
  top: 50% !important;
  transform: translateY(-50%);
  bottom: auto !important; }

#AppMain table tr > td .btns button.inc-qty {
  position: absolute;
  left: -115px; }

#AppMain table tr > td .btns button.dec-qty {
  top: 0px;
  position: relative; }

.heroCarousel {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto !important;
  min-width: auto; }

#Trending_section .page-heading {
  text-align: left;
  margin: 0 0 20px; }

#Trending_section ul li .cat_list_inner:hover img {
  transform: scale(1.1);
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }

#Trending_section ul li .cat_list_inner {
  overflow: hidden; }
  #Trending_section ul li .cat_list_inner img {
    transform: scale(1);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }

/*menu*/
.hamburger-link {
  display: flex;
  align-items: center;
  gap: 5px; }

.main_menu .navPages {
  padding: 0px; }

.open-menu + .menu-overlay {
  background: rgba(94, 70, 58, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.custom-menu {
  position: fixed;
  top: 0;
  left: -400px;
  width: 300px;
  z-index: 99999999999;
  bottom: 0px;
  background: #fff; }
  .custom-menu.open-menu {
    left: 0; }
  .custom-menu .close-menu {
    position: absolute;
    top: 7px;
    right: -35px;
    height: 30px;
    width: 30px;
    padding: 0px; }
  .custom-menu .custom-menu-header {
    background: #5e463a;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    gap: 10px; }
    .custom-menu .custom-menu-header span {
      color: #fff;
      font-weight: 500; }
      .custom-menu .custom-menu-header span a {
        color: #fff;
        font-weight: 500; }
        .custom-menu .custom-menu-header span a:hover {
          color: #8CC63E; }
  .custom-menu .custom-category {
    text-align: left;
    padding: 20px 0px;
    max-height: calc(100vh - 50px);
    overflow: auto; }
    .custom-menu .custom-category .custom-top {
      padding: 0 20px 10px;
      margin: 0 0 10px;
      border-bottom: 1px solid #4A4F54; }
      .custom-menu .custom-category .custom-top li:not(:first-child) {
        margin: 0 0 5px; }
    .custom-menu .custom-category .custom-bottom {
      padding: 0 20px; }
      .custom-menu .custom-category .custom-bottom li {
        margin: 0 0 8px; }
        .custom-menu .custom-category .custom-bottom li li {
          margin: 0 0 5px; }
    .custom-menu .custom-category ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .custom-menu .custom-category ul ul {
        padding: 5px 0 0px 0; }
      .custom-menu .custom-category ul li a.has-subMenu {
        color: #5e463a;
        font-weight: 700;
        font-size: 16px;
        padding: 0px;
        position: relative;
        width: 100%; }
        .custom-menu .custom-category ul li a.has-subMenu:hover {
          color: #8CC63E; }
        .custom-menu .custom-category ul li a.has-subMenu .arrow {
          position: absolute;
          top: 10px;
          right: 0px;
          height: 10px;
          display: flex; }
        .custom-menu .custom-category ul li a.has-subMenu.is-open .arrow {
          transform: rotate(90deg); }
      .custom-menu .custom-category ul li a {
        color: #4A4F54;
        font-weight: 400;
        font-size: 15px;
        padding: 0px;
        text-transform: capitalize;
        background: transparent; }
        .custom-menu .custom-category ul li a:hover {
          color: #8CC63E; }

.show_mobile {
  display: none !important; }

.hdr_bottomright .navPages-list {
  display: none; }

body .cms_page p {
  font-weight: 300; }

button.ctm_acc {
  margin: 4px 0 9px;
  height: 30px;
  padding: 0; }

.wishlist-section a {
  display: inline-block;
  height: 30px;
  margin: 4px 0 9px;
  vertical-align: middle; }

.wishlist-section a svg path {
  fill: #4A4F54; }

.customer-dropdown {
  background: #F5F5F5;
  position: absolute;
  top: 60px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  z-index: 9999;
  padding: 5px 0; }

.customer-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  width: 100%; }

.navUser-item.account-section {
  position: relative; }

.open-menu-main {
  overflow: hidden;
  overflow-x: hidden; }

.account-section,
.wishlist-section {
  position: relative; }
  .account-section a:hover svg path,
  .account-section button:hover svg path,
  .wishlist-section a:hover svg path,
  .wishlist-section button:hover svg path {
    fill: #8cc63e; }
  .account-section a:hover span,
  .account-section button:hover span,
  .wishlist-section a:hover span,
  .wishlist-section button:hover span {
    color: #8cc63e; }
  .account-section a:hover .on-normal,
  .account-section button:hover .on-normal,
  .wishlist-section a:hover .on-normal,
  .wishlist-section button:hover .on-normal {
    display: none; }
  .account-section a:hover .on-hover,
  .account-section button:hover .on-hover,
  .wishlist-section a:hover .on-hover,
  .wishlist-section button:hover .on-hover {
    display: inline-block !important; }

.hdr_bottomright .customer-dropdown ul > li .navUser-action {
  color: #4A4F54;
  text-transform: none;
  display: block;
  border: 0px; }
  .hdr_bottomright .customer-dropdown ul > li .navUser-action:hover {
    color: #8CC63E; }

.customer-dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #8CC63E; }

.hdr_bottomright .customer-dropdown ul > li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 5px 5px 5px; }
  .hdr_bottomright .customer-dropdown ul > li:last-child {
    border: 0px; }

.hdr_bottomright .navPages-list .navPages-action {
  padding: 13px 16px; }

.hdr_bottomright ul,
.hdr_bottomright .navPages-list {
  vertical-align: middle;
  margin: 0px; }

.show_mobile {
  display: none !important; }

span.custom-lable {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: #4A4F54; }

.ham_menu_inner_right .navPages-list .navPages-item > .navPages-action,
.main_menu .navPages .navPages-list .navPages-item .navPages-action {
  font-weight: 600; }

.hdr_bottomright > ul > li {
  margin: 0 0 0 25px; }
  .hdr_bottomright > ul > li .navUser-action {
    width: auto;
    display: flex;
    align-items: center; }
    .hdr_bottomright > ul > li .navUser-action span.cart_total {
      margin: 0 15px;
      display: inline-block; }
    .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel {
      width: auto;
      padding: 0;
      position: relative; }
      .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
        margin: 8px 10px -1px -1px;
        position: relative;
        bottom: auto;
        left: auto;
        overflow: hidden; }

body .ss-badge-container .ss-badge {
  margin: 3px 0 8px 0;
  background: #fff2eb; }

body .ss-badge-container .ss-badge .ss-badge-main-text {
  color: #A76545;
  font-weight: 700; }

body .card-figure {
  overflow: visible; }

.for_industrial .navPage_product_list .subcate_img ul li {
  width: 100%; }

.for_industrial .navPage_product_list .subcate_img ul li a .subcate_imginner {
  height: auto; }

.for_industrial .navPage_product_list .subcate_img ul li a .subcate_imginner img {
  max-height: 100%; }

.for_industrial .navPage_product_list .subcate_list li {
  margin-bottom: 15px; }

.main_menu .navPage_subMenu .submenu_title.submenu_title_second {
  display: inline-block;
  width: 100%;
  clear: both; }

.for_industrial .navPage_application_list ul li {
  width: 50%; }

.main_menu .navPage_subMenu.for_industrial .navPage_application_list {
  padding-left: 50px;
  padding-right: 50px; }

.for_industrial .navPage_product_list .subcate_list li .navPages-action {
  line-height: 18px; }

.for_industrial .submenu_title_section {
  display: inline-block;
  width: 100%; }

.main_menu .navPage_subMenu.for_industrial p {
  display: inline-block;
  width: auto;
  background: #877255;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  line-height: 30px;
  height: auto;
  border-radius: 50px; }

.main_menu .navPage_subMenu.for_industrial p a {
  font-style: normal;
  text-transform: uppercase; }

.for_industrial .navPage_product_list .submenu_title_section .submenu_title {
  margin: 10px 0 0 0; }

.ss-targeted.ng-scope {
  padding: 0px 0 0 40px;
  width: auto; }

.sub_cat_block ul li div a span {
  margin: 0;
  text-align: center;
  max-width: 100%; }

.login_popup .alertBox {
  width: 100%;
  margin: 20px 0 0; }

p.popular-heading {
  color: #5e463a;
  font-weight: 700;
  font-size: 16px;
  padding: 0px;
  position: relative;
  width: 100%;
  margin: 0; }

.alertBox {
  width: 100%; }

.account.account--fixed .account-body .account-list .account-product-figure .account-product-image {
  width: auto; }

.account.account--fixed .account-body h3.account-heading {
  display: none; }

.Pro_accessories_option h3 {
  margin: 0 0 10px; }

.for_grab .navPage_product_list .subcate_list li.catlist_btm_img span.subcate_imginner img {
  max-height: 126px;
  max-width: 150px; }

body .ss-inline-banner {
  max-height: 100%; }

.productView-price abbr {
  font-size: 18px;
  float: left;
  width: 100%; }

.body_top .productView-price abbr {
  font-size: 14px; }

.ss-targeted.ng-scope {
  width: 100%; }

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

.product_table__view #tns1-mw .card_body_mn {
  flex-direction: column; }

.product_table__view #tns1-mw .for_list_view {
  flex-direction: row;
  display: flex;
  justify-content: center; }

.product_table__view #tns1-mw .for_list_view .comn_cutm_field {
  height: auto;
  width: auto;
  padding: 0 10px; }

a.modal-close:before {
  display: none !important; }

.EmailSubscription_page * {
  color: #4A4F54 !important; }

.product_grid__view #tns1-iw .productGrid .product .card .card-figure {
  width: 100%; }

.product_grid__view #tns1-iw .productGrid .product .card .card-body .card-title a {
  font-size: 16px; }

.product_grid__view #tns1-iw .card_body_mn {
  width: 100%; }

.product_grid__view #tns1-iw .productGrid .product .card .custom_BTN {
  position: relative;
  right: auto;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%); }

.shg-product-quantity-wrapper input {
  padding: 0 0 0 15px; }

.shg-product-quantity-wrapper input[data-shg-product-target="product-quantity"] {
  padding: 0; }

.gridoffour {
  display: inline-block;
  width: 100%;
  padding: 50px 0; }

.gridoffour ul {
  list-style: none;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; }

.gridoffour ul li {
  border-radius: 70px;
  overflow: hidden; }
  .gridoffour ul li a img {
    transform: scale(1);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .gridoffour ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }

.navUser-item--cart .dropdown-menu .previewCart .cart_container,
.navUser-item--cart .dropdown-menu .previewCart,
.hdr_bottomright .navUser-item--cart .dropdown-menu {
  border-radius: 0px 0px 15px 15px; }

@media only screen and (min-width: 990px) {
  .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .sub_total_container .subtotal_heading,
  .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .sub_total_container .cart_total {
    font-size: 18px;
    line-height: 36px;
    height: 36px; } }

@media only screen and (min-width: 990px) {
  body.custom_cart .cart_right .cart-total-label {
    width: 62%; }
  body.custom_cart .cart_right .cart-total-value {
    width: 38%; }
  .accordion--navList .accordion-navigation {
    margin-bottom: 0px !important; }
  body.card,
  body {
    padding-top: 198px; }
  body .menu_bottom {
    margin: 5px 0 15px; }
  body .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    margin: 8px 10px -1px -1px;
    bottom: auto;
    left: auto;
    width: auto; }
  body .header_fixed .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    margin: 2px 12px 3px -1px;
    height: 31px; }
  body .header.header_fixed .hdr_bottomright ul li .navUser-action {
    width: auto; }
    body .header.header_fixed .hdr_bottomright ul li .navUser-action span.navUser-item-cartLabel {
      padding: 0;
      font-size: 15px; }
      body .header.header_fixed .hdr_bottomright ul li .navUser-action span.navUser-item-cartLabel svg {
        width: auto; }
  .after_login .header.header_fixed .hdr_topcenter {
    padding: 2px 0;
    float: none; }
  .hdr_bottom > .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .hdr_bottomright > ul > li.navPages-item {
    margin: 2px 0 0 0; }
  .search_box {
    width: 480px; }
  .hdr_bottomright ul,
  .hdr_bottomright .navPages-list {
    display: inline-block !important; }
  .hamburger-menu {
    float: left;
    padding: 0 0 0 14px; }
  .main_menu > .container {
    text-align: center; }
  .navPages-action {
    font-size: 14px;
    font-weight: normal;
    color: #4A4F54;
    font-weight: 600; }
    .navPages-action:hover {
      color: #8CC63E; }
  #Trending_section ul li .cat_list_inner p a .cat_list_img {
    border-radius: 70px;
    overflow: hidden; }
  .hdr_topcenter .socialLinks .socialLinks-item {
    margin: 0 3px 0 0px; }
  .header .hdr_top {
    padding: 13px 0 14px; } }

@media only screen and (max-width: 1199px) {
  .main_menu .navPage_subMenu.for_industrial .navPage_application_list {
    padding-left: 10px;
    padding-right: 10px; }
  .for_industrial .navPage_product_list .subcate_list {
    width: 32%; }
  .for_industrial .navPage_product_list .subcate_img {
    width: 33.33%; }
  body.custom_default.after_login.Show_distributor_menu {
    padding-top: 259px; }
  body .search_box {
    width: 440px; }
  body.card,
  body {
    padding-top: 180px; }
  body .hdr_bottomright > ul > li .navUser-action {
    width: auto; }
  .hdr_bottomright .navPages-list .navPages-action {
    padding: 13px 10px;
    font-size: 12px; }
  body .main_menu .navPages .navPages-list {
    margin: 0 -5px; }
    body .main_menu .navPages .navPages-list .navPages-item {
      padding: 9px 5px; }
      body .main_menu .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 12px; }
  .hdr_bottomleft {
    width: 180px; }
  .navUser-item.account-section {
    margin: 0 15px 0 0; }
  .navUser-item.wishlist-section {
    margin: 0 15px 0 0; } }

@media only screen and (max-width: 990px) {
  .gridoffour ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
  .gridoffour ul li {
    border-radius: 40px; }
  #ab-tiny-widget {
    white-space: wrap; }
  .Productview_badges.Row.for_desktop {
    display: none !important; }
  .productView-product .ppTop_info {
    padding-bottom: 0px !important; }
  .proCust_block .form-wishlist {
    width: auto; }
  body.body_top .productView .form .form-field .form-increment .totlbtn .button[data-action="dec"] {
    margin: 0px; }
  body.body_top .productView .form .form-field .form-increment .totlbtn .button {
    height: 24px;
    width: 25px;
    margin: 0px; }
  body.body_top .productView-price .price-section.withoutTax_MainPrice.Mainprice_without_rrp .price {
    font-size: 28px; }
  body.body_top .form .show_pro_info {
    position: static;
    display: flex;
    align-items: center;
    gap: 20px; }
  body.body_top .productView .form .form-field .form-increment {
    height: auto; }
  .ss-targeted.ng-scope {
    padding: 0px;
    width: 100%; }
  body .hdr_bottomleft {
    margin: 22px 0 0 0;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 0px;
    align-items: center; }
  body .header-logo > a {
    width: 100%; }
  .hamburger-link-mobile {
    border: 1px solid #8cc63e;
    border-radius: 7px;
    padding: 7px 7px; }
  body.custom_default.after_login.Show_distributor_menu {
    padding-top: 0; }
  body li.navUser-item.HP_account {
    position: absolute;
    right: 170px;
    top: 58px; }
  body.after_login li.navUser-item.HP_account {
    position: absolute;
    right: 170px;
    top: 73px; }
  body .search_box {
    width: 100%; }
  body .cart_total {
    padding: 0px; }
  body .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    margin: 5px 10px -2px -7px;
    height: 30px; }
  .show_mobile {
    display: inline-block !important; }
  .show_desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .gridoffour ul {
    grid-template-columns: repeat(2, 1fr); }
  body .hdr_bottomleft .header-logo .header-logo-image-container .header-logo-image {
    max-height: 100%; }
  body .cart_total {
    font-size: 12px; }
  .after_login .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg,
  body .hdr_topleft .navUser-section .navUser-item:last-child .navUser-action {
    margin: 0; }
  body li.navUser-item.HP_account {
    right: 180px;
    top: 63px; }
  body.after_login li.navUser-item.HP_account {
    right: 180px;
    top: 78px; }
  body .hamburger-link-mobile {
    height: 35px;
    width: 35px; }
    body .hamburger-link-mobile svg {
      height: 20px;
      width: 20px; }
  body .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    width: 26px;
    height: 24px;
    margin: 0 5px -2px 0;
    left: -1px;
    bottom: 0; }
  .hdr_bottomright > ul > li .navUser-action span.cart_total {
    margin: 0 10px; }
  body .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel {
    display: inline-block; } }

@media only screen and (max-width: 530px) {
  .after_login .header .hdr_top {
    margin: -54px 0 0; }
  body.after_login li.navUser-item.HP_account {
    top: 85px;
    right: 130px; } }

@media only screen and (max-width: 479px) {
  body.after_login li.navUser-item.HP_account {
    right: 145px;
    top: 81px; }
  .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    margin: 0 2px -2px -1px; }
  body .cart_total {
    font-size: 10px; }
  body .hdr_topright,
  body .hdr_topcenter,
  body.after_login .hdr_topright {
    display: none; }
  body .header .hdr_top {
    margin: -5px 0 0 0px;
    padding: 0px; }
  body.after_login .header .hdr_top {
    padding: 0px; }
  body li.navUser-item.HP_account {
    right: 145px;
    top: 34px;
    margin: 0; } }

@media only screen and (max-width: 375px) {
  .custom-menu {
    width: 280px; }
  body li.navUser-item.HP_account {
    right: 135px; }
  body .hdr_bottomleft {
    width: 170px; } }

@media only screen and (max-width: 320px) {
  body li.navUser-item.HP_account {
    right: 120px; }
  body.after_login li.navUser-item.HP_account {
    right: 100px; } }

.needsclick.kl-private-reset-css-Xuajs1 svg path {
  stroke: #4d3a3a !important;
  fill: #4d3a3a !important; }

.cartWishlist_mn .ppTop_price_row1 {
  justify-content: center; }

.cart-item-label + p {
  margin: 0px 0 4px 7px;
  text-transform: uppercase; }

.custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value.cart-total-grandTotal p {
  margin: 4px 0 0;
  font-size: 18px; }

.custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value p {
  margin: 0; }

.hide_star span.backorder-star {
  display: none; }

.previewCart-emptyBody {
  background: #F5F5F5;
  border-radius: 0;
  color: #4A4F54;
  margin: -18px 0 0; }

/* Cart popup CSS */
.hdr_bottomright .navUser-item--cart .dropdown-menu {
  width: auto;
  min-width: auto;
  border: none;
  right: 75px !important;
  top: 51px !important; }
  .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart {
    margin-top: 28px; }
    .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .login_cart {
      height: auto; }
      .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .login_cart .customer-dropdown {
        top: 7px;
        width: 200px;
        padding: 10px 0 0 0;
        background: transparent; }
        .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .login_cart .customer-dropdown::before {
          top: 3px; }
        .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .login_cart .customer-dropdown ul {
          background: #F5F5F5;
          padding: 5px 0; }
        .hdr_bottomright .navUser-item--cart .dropdown-menu .previewCart .login_cart .customer-dropdown li {
          padding: 5px 25px; }

.after_login .previewCart .cart_container {
  padding: 15px 10px;
  background: #f5f5f5;
  margin-top: 52px !important; }

.after_login .previewCart::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #8CC63E; }

.after_login .previewCart-emptyBody {
  background: #fff;
  border-radius: 0;
  border: 5px solid #8CC63E;
  color: #8CC63F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.after_login .hdr_bottomright .navUser-item--cart .dropdown-menu {
  right: -115px !important;
  top: 58px !important;
  max-width: 100%;
  width: 370px; }

.after_login .hdr_bottomright .navUser-item--cart .previewCartList {
  max-width: 100%;
  padding: 0;
  margin: 10px 0 10px 0;
  top: 4px;
  position: relative; }

.after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content {
  padding-right: 15px; }
  .after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content .previewCartItem-name {
    margin-bottom: 2px; }
    .after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content .previewCartItem-name a {
      font-size: 13px; }
  .after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content .previewCart_proCase {
    display: inline-block; }
  .after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content .previewCart_sku {
    display: inline-block; }
  .after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content .previewCartItem-price {
    display: block;
    margin-top: 3px; }
    .after_login .hdr_bottomright .navUser-item--cart .previewCartItem-content .previewCartItem-price .pre_price_mn {
      margin-left: 5px; }

.after_login .hdr_bottomright .navUser-item--cart .sub_total_container {
  background: #f07273;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  column-gap: 5px;
  padding-top: 2px; }
  .after_login .hdr_bottomright .navUser-item--cart .sub_total_container .subtotal_heading {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase; }
  .after_login .hdr_bottomright .navUser-item--cart .sub_total_container .cart_total {
    color: #fff;
    font-size: 20px;
    font-weight: 400; }

.after_login .hdr_bottomright .navUser-item--cart .spend_more_main {
  margin-top: 15px; }
  .after_login .hdr_bottomright .navUser-item--cart .spend_more_main .cart_pv_ship_msg p {
    margin: 0 auto;
    color: #5b4740;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700; }
    .after_login .hdr_bottomright .navUser-item--cart .spend_more_main .cart_pv_ship_msg p span {
      color: #f07273; }

.after_login .hdr_bottomright .navUser-item--cart .previewCartAction {
  border-color: #a6a6a6;
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 10px; }
  .after_login .hdr_bottomright .navUser-item--cart .previewCartAction > div {
    max-width: 281px;
    margin: 12px auto;
    width: 281px;
    float: none; }
  .after_login .hdr_bottomright .navUser-item--cart .previewCartAction .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 44px;
    border-radius: 15px;
    background: #8CC63E;
    border-color: #8CC63E;
    color: #5b4740;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0; }
    .after_login .hdr_bottomright .navUser-item--cart .previewCartAction .button:hover {
      background: #fff;
      color: #5b4740; }

.after_login .header_fixed .hdr_bottomright .navUser-item--cart .dropdown-menu {
  top: 48px !important; }

@media only screen and (max-width: 1699px) {
  .navUser-item--cart .dropdown-menu .previewCart .cart_container {
    height: 400px;
    overflow-y: auto; } }

@media only screen and (max-width: 1399px) {
  .navUser-item--cart .dropdown-menu .previewCart .cart_container {
    right: -60px !important; } }

@media only screen and (max-width: 1199px) {
  .after_login .hdr_bottomright .navUser-item--cart .dropdown-menu {
    right: 10px !important; }
  .after_login .previewCart::before {
    left: 80%; }
  .hdr_bottomright .navUser-item--cart .dropdown-menu {
    right: 115px !important; } }

.hdr_bottomright > ul > li.navUser-item--cart {
  min-width: 150px; }

.hdr_bottomright > ul > li.navUser-item--cart .navUser-action {
  min-width: 150px; }

.hdr_bottomright > ul > li.navUser-item--cart .navUser-action .navUser-item-cartLabel {
  float: left;
  min-width: 58px; }

.hdr_bottomright > ul > li.navUser-item--cart .navUser-action .cart_total {
  float: left;
  min-width: calc(100% - 58px);
  margin: 0;
  padding: 0 5px;
  text-align: center; }

@media only screen and (max-width: 1399px) {
  .after_login .hdr_bottomright .navUser-item--cart .dropdown-menu {
    right: -55px !important; } }

@media only screen and (max-width: 991px) {
  body .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    margin: 5px 0 -2px 0; } }

@media only screen and (max-width: 767px) {
  .hdr_bottomright > ul > li.navUser-item--cart .navUser-action .navUser-item-cartLabel {
    text-align: center; }
  body .hdr_bottomright > ul > li .navUser-action span.navUser-item-cartLabel svg {
    margin: 3px 0 0 0; } }

@media only screen and (max-width: 479px) {
  .hdr_bottomright > ul > li.navUser-item.navUser-item--cart,
  .hdr_bottomright > ul > li.navUser-item--cart,
  .hdr_bottomright > ul > li.navUser-item--cart .navUser-action {
    min-width: 110px; }
  .hdr_bottomright > ul > li.navUser-item--cart .navUser-action .navUser-item-cartLabel {
    min-width: 38px; }
  .hdr_bottomright > ul > li.navUser-item--cart .navUser-action .cart_total {
    min-width: calc(100% - 38px); } }

@media only screen and (max-width: 374px) {
  .hdr_bottomright > ul > li.navUser-item.navUser-item--cart,
  .hdr_bottomright > ul > li.navUser-item--cart,
  .hdr_bottomright > ul > li.navUser-item--cart .navUser-action {
    min-width: 100px; } }

/* Cart popup CSS */
.after_login.custom_account_recentitems .productGrid .product .card .card-body .card-text.for_list_view_price,
.custom_wishlist .productGrid .product .card .card-body .card-text.for_list_view_price {
  display: none !important; }

.after_login.custom_account_recentitems .productGrid .product .card .card-body .card-text.for_grid_view_price .ppTop_price_row1 {
  justify-content: center; }

@media print {
  .track_details {
    padding: 0 20px; }
  .print_btn {
    display: none; }
  .track_details .track_details_inner .track_status {
    border-bottom: 10px #3E3D3F solid; }
  .track_details .track_details_inner .track_status .track_hundle:before {
    border: 20px #3E3D3F solid;
    border-radius: 50%; } }

.cartWishlist_mn .productGrid .product .card-text.Prices.for_list_view_price {
  display: none !important; }

.custom_compare .page .page-content {
  overflow-y: auto; }
  .custom_compare .page .page-content .compareTable {
    width: 1200px !important; }
    .custom_compare .page .page-content .compareTable .compareTable-heading {
      width: 200px; }
    .custom_compare .page .page-content .compareTable .compareTable-product {
      width: 250px; }

.ppTop_rev_piece .ppTop_piece {
  display: none !important; }

.catedes_right h3 {
  padding-right: 20px; }

.catedes_right ul {
  padding-right: 20px; }

.video_gallery .video_container + .video_container .watch_video:after {
  display: none; }

.custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left {
  padding-right: 30px; }
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left div[searchspring-recommend="business-type"] #customize-controls-business-type .slick-next {
    right: -18px; }
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left div[searchspring-recommend="business-type"] #customize-controls-business-type .slick-prev {
    left: -6px; }

@media only screen and (max-width: 1199px) {
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left {
    padding-right: 20px; }
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left div[searchspring-recommend="business-type"] #customize-controls-business-type .slick-next {
    right: -10px; } }

@media only screen and (max-width: 767px) {
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left {
    padding-right: 0; }
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left div[searchspring-recommend="business-type"] #customize-controls-business-type .slick-next {
    right: 10px; }
  .custom_page .cms_page .shogun-accordion-wrapper .shg-c.shg-align-left div[searchspring-recommend="business-type"] #customize-controls-business-type .slick-prev {
    left: 10px; } }

#popupLoginWindowForm .button {
  font-weight: 700;
  padding: 7px 20px;
  border-radius: 20px;
  background: #3D2B1F;
  border-color: #3D2B1F;
  color: #ffffff;
  text-transform: lowercase; }

#popupLoginWindowForm .button:hover,
.login_form_bt_btn > a.button:hover {
  color: #FFFFFF;
  background: #76A530;
  border-color: #76A530; }

.custom_cart div:where(.swal2-icon).swal2-warning {
  margin: 15px auto 0px; }

.for_appetizer_dishes .navPage_product_list .subcate_list li.catlist_btm_img span {
  margin-top: 10px; }

.Productview_available_size ul li:nth-child(4n+1) {
  clear: left; }

@media only screen and (max-width: 767px) {
  .Productview_available_size ul li:nth-child(3n+1) {
    clear: left; }
  .Productview_available_size ul li:nth-child(4n+1) {
    clear: none; }
  body .for_Mobile.video_accessory .color_accessories.for_Mobile {
    border-top: 0px #E2E8EC solid; } }

@media only screen and (max-width: 479px) {
  .login_popup_main {
    left: -300px; }
  .login_popup_main .sign_in_button {
    left: 78%; }
  .login_popup_main .sign_in_button .button {
    margin: 0px; }
  .Productview_available_size ul li:nth-child(2n+1) {
    clear: left; }
  .Productview_available_size ul li:nth-child(4n+1), .Productview_available_size ul li:nth-child(3n+1) {
    clear: none; }
  body .Productview_available_size ul li {
    width: 50%; }
  html .custom_product.after_login .breadcrumbs {
    margin: 0px 0px 0px; }
  html .rev_share_wish_mob .proCust_proShare {
    width: 20px; }
  html .rev_share_wish_mob .proCust_wishlist {
    right: 25px; }
  body .rev_share_wish_mob {
    margin: -250px 0 180px; }
  body .form .show_pro_info {
    display: inline-block; }
  body .productView-product .productView-price {
    max-width: 100%;
    clear: left;
    width: 100%; }
  body .productView .form .show_pro_info .custom_btn {
    margin: 0px 0px 0 10px !important;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px); }
  .productGrid .product .card .custom_BTN .sku_no {
    font-size: 11px;
    margin: 10px 0 8px; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_productTitle {
    font-size: 16px; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock {
    margin: 10px 0 0; } }

@media only screen and (max-width: 375px) {
  body.after_login li.navUser-item.HP_account {
    right: 105px;
    top: 79px; }
  body .hdr_bottomright > ul > li.navUser-item.navUser-item--cart,
  body .hdr_bottomright > ul > li.navUser-item--cart,
  body .hdr_bottomright > ul > li.navUser-item--cart .navUser-action {
    min-width: 80px; } }

.bookingInfo iframe, iframe {
  max-width: 100%; }

.without_login_btn {
  position: absolute;
  max-width: calc(100% - 434px);
  right: -46px;
  top: 0;
  width: 315px; }

.proview_lid .proview_lid_right .without_login_btn .form-action .button {
  padding: 14.5px 20px; }

.model_top_content {
  word-break: break-word; }

body.custom_product .productView .pro_details .ctm_accordion .accordion_full {
  box-shadow: none; }

body.body_common .view_lid_popup .proview_lid .continue_shopping {
  margin: 30px 19px 0 0; }

body.custom_product .productView .pro_details .ctm_accordion .accordion_grid {
  margin-bottom: 0px; }

@media only screen and (max-width: 990px) {
  .without_login_btn {
    position: relative;
    max-width: 100%;
    right: auto;
    top: auto;
    width: 100%;
    margin: 20px 0 0; } }

@media only screen and (max-width: 767px) {
  .without_login_btn {
    margin: 0px 0 5px; }
  .proview_lid .proview_lid_right .without_login_btn .form-action .button {
    padding: 9px; } }

/* cookie Popup CSS*/
#consent-manager {
  transform: translateY(-50%);
  bottom: auto !important;
  top: 50%;
  width: 600px;
  z-index: 99999 !important;
  margin: 0 auto; }
  #consent-manager > div > div {
    padding: 20px 20px 15px 20px;
    box-sizing: border-box;
    float: left;
    border: 0px solid white;
    font-size: 13px;
    background-color: white !important;
    color: #777777;
    font-family: inherit;
    height: auto;
    max-height: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
    display: block;
    overflow: auto; }
  #consent-manager div {
    background: transparent !important;
    color: #777777 !important; }
    #consent-manager div span {
      font-size: 14px;
      line-height: 20px;
      position: relative; }
      #consent-manager div span::before {
        content: 'This website uses cookies';
        font-size: 22px;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        margin: 0 0 20px 0; }
  #consent-manager > div > div > div > div:nth-child(2) {
    flex-flow: row;
    width: 100%;
    justify-content: center;
    margin: 10px 0 0 0;
    border-top: 1px #ccc solid;
    padding-top: 15px; }
    #consent-manager > div > div > div > div:nth-child(2) button {
      justify-content: center;
      background-color: #8CC63E !important;
      margin: 0 5px;
      color: #3D2B1F;
      font-weight: 600;
      border: none;
      min-width: 200px; }
      #consent-manager > div > div > div > div:nth-child(2) button:hover {
        color: #fff;
        background: #76A530 !important; }

div[data-consent-manager-dialog] > div {
  z-index: 99999; }

div[data-consent-manager-dialog] form button {
  justify-content: center;
  background-color: #8CC63E !important;
  margin: 3px 0;
  color: #3D2B1F;
  font-weight: 600;
  margin: 0 0 0 10px; }
  div[data-consent-manager-dialog] form button:hover {
    color: #fff;
    background: #76A530 !important; }

@media only screen and (max-width: 767px) {
  #consent-manager {
    width: 490px; } }

@media only screen and (max-width: 479px) {
  #consent-manager > div > div {
    width: 100%; }
  #consent-manager {
    width: calc(100% - 40px); }
  #consent-manager > div > div > div > div:nth-child(2) button {
    min-width: auto; } }

@media only screen and (max-width: 374px) {
  #consent-manager > div > div {
    max-height: 350px; } }

/* New Sticky CSS Start */
@media only screen and (max-width: 991px) {
  header.header {
    position: fixed;
    top: 0;
    left: 0; }
  html body {
    padding-top: 159px; }
  header.header .hdr_top {
    margin-top: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  header.header.header_fixed .hdr_top {
    margin-top: -47px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header .hdr_bottom {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header.header_fixed .hdr_bottom {
    margin-top: -70px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  body li.navUser-item.HP_account {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  body .header.header_fixed li.navUser-item.HP_account {
    top: 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; } }

@media only screen and (max-width: 767px) {
  html body {
    padding-top: 185px; }
  .header.header_fixed .hdr_bottom {
    margin-top: -65px; } }

@media only screen and (max-width: 479px) {
  html body {
    padding-top: 140px; }
  .header.header_fixed .hdr_bottom {
    margin-top: -63px; } }

/* New Sticky CSS End */
#maintenance-notice {
  display: none; }

.Row {
  float: left;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  color: #4A4F54;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Roboto Flex", serif;
  font-weight: 700; }

.heroCarousel.slick-initialized {
  margin: 0;
  padding: 0;
  max-height: 600px; }

.heroCarousel .heroCarousel-image-wrapper {
  max-height: 100%;
  height: auto !important; }
  .heroCarousel .heroCarousel-image-wrapper .heroCarousel-image {
    max-height: 100%; }

.category_list {
  padding: 35px 0;
  /* background-color: #F5F5F5; */ }
  .category_list > .container {
    max-width: 1176px; }
  .category_list ul {
    margin: 0 -12px; }
    .category_list ul li {
      float: left;
      width: 20%;
      padding: 15px 12px;
      list-style-type: none; }
      .category_list ul li .cat_list_inner {
        position: relative; }
        .category_list ul li .cat_list_inner p {
          margin: 0; }
          .category_list ul li .cat_list_inner p a {
            display: block; }
            .category_list ul li .cat_list_inner p a .cat_list_name {
              position: absolute;
              bottom: 0;
              left: 0;
              padding: 11px 14px 9px;
              background-color: #8CC63E;
              font-size: 16px;
              line-height: normal;
              font-weight: bold;
              font-family: "Roboto Flex", serif;
              letter-spacing: -0.5px;
              color: #FFFFFF;
              text-transform: uppercase;
              border-radius: 0px 3px 0px 3px;
              display: block;
              border: 1px solid #8CC63E; }
            .category_list ul li .cat_list_inner p a .cat_list_img {
              display: block; }
              .category_list ul li .cat_list_inner p a .cat_list_img img {
                width: 100%; }
            .category_list ul li .cat_list_inner p a:hover .cat_list_name {
              background: #fff;
              color: #4A4F54;
              border-color: #4A4F54; }

.Catalog_Banners {
  padding: 28px 0 4px 0; }
  .Catalog_Banners > .container {
    max-width: 1176px; }
  .Catalog_Banners .mn_catalog {
    margin: 0 -12px; }
    .Catalog_Banners .mn_catalog .common_catalog {
      float: left;
      width: 33.33%;
      padding: 12px; }
  .Catalog_Banners .catalog_inner {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 24px 0; }
    .Catalog_Banners .catalog_inner .catalog_content {
      position: absolute;
      text-align: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid #8CC63E;
      border-radius: 4px;
      padding: 0;
      width: auto;
      margin: 15px; }
      .Catalog_Banners .catalog_inner .catalog_content > div {
        position: absolute;
        bottom: 18px;
        left: 19px; }
      .Catalog_Banners .catalog_inner .catalog_content h2 {
        font-size: 40px;
        line-height: normal;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        text-align: left;
        margin: 0 0 -2px 0; }
      .Catalog_Banners .catalog_inner .catalog_content p {
        text-align: left;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 1px;
        color: #FFFFFF;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 0 15px 0;
        font-family: "Roboto Flex", serif; }
      .Catalog_Banners .catalog_inner .catalog_content .HP_BTN {
        width: 117px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        font-size: 16px;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        letter-spacing: 0px;
        color: #545871;
        display: block;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 10px rgba(0, 0, 51, 0.33); }
        .Catalog_Banners .catalog_inner .catalog_content .HP_BTN:hover {
          background-color: #8CC63E;
          color: #fff; }

.Supplies_Banners {
  padding: 28px 0;
  /* background: #F5F5F5; */ }
  .Supplies_Banners > .container {
    max-width: 1200px; }
  .Supplies_Banners .cmn_block {
    float: left;
    width: 33.33%;
    padding: 0px 12px; }
    .Supplies_Banners .cmn_block ul {
      margin: 0; }
      .Supplies_Banners .cmn_block ul li {
        list-style-type: none;
        padding: 12px 0px; }
    .Supplies_Banners .cmn_block.Supplies_Banners_center {
      width: 32.68%; }
      .Supplies_Banners .cmn_block.Supplies_Banners_center img {
        max-height: 100%; }
  .Supplies_Banners .main_supplies_banner {
    margin: 0 -12px; }
  .Supplies_Banners .supplies_inner {
    position: relative; }
    .Supplies_Banners .supplies_inner .supplies_link {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      text-align: center;
      margin: 0 auto;
      font-size: 20px;
      line-height: 24px;
      font-family: "Roboto Flex", serif;
      letter-spacing: 0px;
      color: #8CC63E;
      font-weight: bold;
      left: 30px; }
      .Supplies_Banners .supplies_inner .supplies_link span {
        color: #4D4D4D; }
    .Supplies_Banners .supplies_inner .supplies_content {
      position: absolute;
      left: auto;
      right: 30px;
      bottom: 19px; }
      .Supplies_Banners .supplies_inner .supplies_content h2 {
        font-size: 40px;
        line-height: normal;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        margin: 0 0 6px 0; }
      .Supplies_Banners .supplies_inner .supplies_content p {
        font-size: 16px;
        line-height: 10px;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: 300;
        margin: 0 0 20px 0; }
      .Supplies_Banners .supplies_inner .supplies_content .HP_BTN {
        width: 117px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        font-size: 16px;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        letter-spacing: 0px;
        color: #545871;
        display: block;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 10px rgba(0, 0, 51, 0.33); }
        .Supplies_Banners .supplies_inner .supplies_content .HP_BTN:hover {
          background-color: #8CC63E;
          color: #fff; }

.Supplies_Banners .slick-next, .Supplies_Banners .slick-prev {
  height: 348px;
  margin: 0; }

.slick-next,
.slick-prev {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  width: 38px;
  padding: 0;
  margin: -12px 0 0 0; }

.slick-next {
  right: -45px; }

.slick-prev {
  left: -45px; }

.slick-next:before, .slick-next:hover:before {
  background: url("../img/arrow_next.svg") center no-repeat;
  width: 38px; }

.slick-prev:before, .slick-prev:hover:before {
  background: url("../img/arrow_prev.svg") center no-repeat;
  width: 38px; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 1; }

.slick-next:active, .slick-next:focus, .slick-prev:active, .slick-prev:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); }

.New_Arrivals {
  background-color: #FFFFFF; }
  .New_Arrivals > .container {
    max-width: 1198px; }
  .New_Arrivals h2 {
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0px;
    color: #4A4F54;
    text-transform: uppercase;
    font-family: "Roboto Flex", serif;
    font-weight: bold;
    margin: 39px 0 15px;
    text-align: left; }
  .New_Arrivals .slick-next, .New_Arrivals .slick-prev {
    height: 323px;
    margin: -20px 0 0 0; }

.productGrid {
  margin: 0 -6px; }
  .productGrid .product {
    padding: 1px 6px 0px; }
    .productGrid .product .card {
      background-color: #fff;
      border-radius: 4px;
      padding-top: 16px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
      position: relative;
      margin-bottom: 39px; }
      .productGrid .product .card .card-figure > a {
        height: 135px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .productGrid .product .card .card-figure > a .card-img-container {
          margin: auto; }
          .productGrid .product .card .card-figure > a .card-img-container:after {
            padding: 0; }
          .productGrid .product .card .card-figure > a .card-img-container .card-image {
            position: static;
            max-height: 131px; }
      .productGrid .product .card .sku_no.table_view {
        display: none; }
      .productGrid .product .card .card-body {
        padding: 0 20px; }
        .productGrid .product .card .card-body .card-title {
          height: 56px;
          overflow: hidden;
          text-align: center;
          text-transform: uppercase;
          margin: 0 0 7px 0;
          text-align: left;
          line-height: 18px; }
          .productGrid .product .card .card-body .card-title a {
            font-size: 16px;
            line-height: 18px;
            letter-spacing: 0px;
            color: #000000;
            font-family: "Roboto Flex", serif;
            font-weight: bold; }
            .productGrid .product .card .card-body .card-title a:hover {
              color: #8CC63E; }
        .productGrid .product .card .card-body .Prod_qunatity {
          font-size: 16px;
          line-height: normal;
          letter-spacing: 0.16px;
          color: #666666;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: 300;
          margin: 0 0 15px 0;
          text-align: center;
          height: 15px;
          text-align: center; }
        .productGrid .product .card .card-body .for_list_view {
          display: none; }
        .productGrid .product .card .card-body .card-text {
          text-align: center;
          margin: 0;
          display: none; }
          .productGrid .product .card .card-body .card-text .price-section {
            font-size: 20px;
            line-height: normal;
            font-family: "Roboto Flex", serif;
            letter-spacing: 0px;
            color: #666666;
            font-weight: bold;
            float: none;
            display: inline-block; }
            .productGrid .product .card .card-body .card-text .price-section .price--rrp {
              color: #4A4F54; }
      .productGrid .product .card .custom_BTN a {
        border-radius: 20px;
        width: 182px;
        height: 33px;
        line-height: 31px;
        display: block;
        text-align: center;
        font-size: 13px;
        letter-spacing: 0.13px;
        color: #3D2B1F;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Roboto Flex", serif;
        border: 1px solid #8CC63F;
        background-color: #8CC63E;
        margin: 7px auto; }
        .productGrid .product .card .custom_BTN a:hover {
          color: #FFFFFF;
          background: #76A530; }
        .productGrid .product .card .custom_BTN a.qoute_btn {
          color: #DF943B;
          border: 1px solid #DF943B; }
          .productGrid .product .card .custom_BTN a.qoute_btn:hover {
            background-color: #DF943B;
            color: #fff; }
      .productGrid .product .card .custom_BTN .sku_no {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.28px;
        color: #4A4F54;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        text-align: center;
        display: block;
        margin: 10px 0 18px 0; }
      .productGrid .product .card .sale-flag-side {
        background: url("../img/sale.svg") no-repeat;
        width: 79px;
        height: 39px;
        padding: 0;
        text-align: center;
        margin: 3px 0 0 -4px;
        position: absolute;
        top: -7px;
        background-size: contain;
        border-radius: 0px; }
        .productGrid .product .card .sale-flag-side .sale-text {
          font-size: 11px;
          line-height: 24px;
          letter-spacing: 0px;
          color: #FFFFFF;
          font-weight: bold;
          font-family: "Roboto Flex", serif;
          text-transform: uppercase; }
        .productGrid .product .card .sale-flag-side:hover {
          background: url("../img/sale.svg") no-repeat;
          background-size: contain; }

.card:hover .sale-flag-side, .product:hover .sale-flag-side {
  background: url("../img/sale.svg") no-repeat; }

.card-text.Star_Rating, .Brand_Name {
  display: none; }

.after_login .Supplies_Banners .slick-next, .after_login .Supplies_Banners .slick-prev {
  height: 347px;
  margin: 0; }

.after_login .heroCarousel .slick-next, .after_login .heroCarousel .slick-prev {
  height: 4.35714rem; }

.blog_cnt h2 {
  font-size: 25px;
  line-height: normal;
  letter-spacing: 0px;
  color: #4A4F54;
  text-transform: uppercase;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  margin: 39px 0 15px 0; }

.blog_cnt .bg_all_pt ul {
  margin: 0 -13px; }
  .blog_cnt .bg_all_pt ul li {
    padding: 0 13px;
    float: left;
    width: 25%;
    list-style-type: none; }
    .blog_cnt .bg_all_pt ul li > div > a {
      height: 260px;
      display: flex;
      align-items: center; }
      .blog_cnt .bg_all_pt ul li > div > a img {
        border-radius: 4px;
        height: 260px;
        margin: auto; }
    .blog_cnt .bg_all_pt ul li .blog_body h3 {
      font-size: 17px;
      margin: 19px 0 10px 0;
      height: 39px;
      overflow: hidden; }
      .blog_cnt .bg_all_pt ul li .blog_body h3 .blog_title {
        font-size: 17px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #4D4D4D;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        text-transform: none; }
        .blog_cnt .bg_all_pt ul li .blog_body h3 .blog_title:hover {
          color: #8CC63E; }
    .blog_cnt .bg_all_pt ul li .blog_body .blog-date {
      font-size: 12px;
      line-height: normal;
      letter-spacing: 0px;
      color: #666666;
      font-family: "Roboto Flex", serif;
      font-weight: normal;
      font-style: italic;
      margin: 0 0 7px 0;
      text-align: left; }
    .blog_cnt .bg_all_pt ul li .blog_body .blog-post {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.14px;
      color: #666666;
      font-family: "Roboto Flex", serif;
      font-weight: normal; }
    .blog_cnt .bg_all_pt ul li .blog_body .read_more {
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0.14px;
      color: #8CC63F;
      font-family: "Roboto Flex", serif;
      font-weight: bold; }
      .blog_cnt .bg_all_pt ul li .blog_body .read_more:hover {
        color: #4A4F54; }

.blog_cnt .view_all_blog_link {
  float: right;
  width: 100%;
  margin: 7px 0 0; }
  .blog_cnt .view_all_blog_link .HP_blog_button {
    float: right;
    width: 291px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 4px;
    background-color: #ABABAB;
    font-size: 20px;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center; }
    .blog_cnt .view_all_blog_link .HP_blog_button:hover {
      background-color: #8CC63E; }

.Customisable_Form_Products {
  padding: 47px 0 0 0; }
  .Customisable_Form_Products .mn_Customisable_Form {
    margin: 0 -12px;
    display: flex; }
  .Customisable_Form_Products .custm_prod {
    float: left;
    width: 100%;
    padding: 0 12px;
    max-width: 55%; }
  .Customisable_Form_Products .subscribe_form .mn_form_sub {
    background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/miss-out.webp") no-repeat;
    padding: 6px 36px 21px;
    max-width: 700px;
    min-height: 299px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .Customisable_Form_Products .subscribe_form .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc .ql-editor strong {
    font-size: 30px !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    font-family: "Roboto Flex", serif !important;
    font-weight: bold !important; }
  .Customisable_Form_Products .subscribe_form .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc .ql-editor p {
    text-align: center !important;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0.18px !important;
    color: #FFFFFF !important;
    font-family: "Roboto Flex", serif !important;
    font-weight: normal !important;
    margin: -5px 90px 1px !important; }
  .Customisable_Form_Products .subscribe_form .ResetElements__Div-sc-8e6zl9-0.TextInput__StyledInputContainer-sc-1o6de9f-1.bQDdTc.needsclick.undefined {
    height: 52px !important;
    background-color: transparent !important;
    line-height: 52px !important;
    text-align: left;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    color: #666666 !important;
    font-family: "Roboto Flex", serif !important;
    font-weight: normal !important;
    padding: 0 12px !important; }
  .Customisable_Form_Products .subscribe_form .ResetElements__Button-sc-8e6zl9-2.Button__FormStyledButton-p2mbjt-0.jEhxBR.needsclick.undefined {
    height: 52px !important;
    font-size: 18px !important;
    line-height: 52px !important;
    padding: 0 !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    background-color: #8CC63E !important;
    width: 600px !important;
    display: block !important;
    margin: -11px 0 0 0 !important;
    border-radius: 4px; }
    .Customisable_Form_Products .subscribe_form .ResetElements__Button-sc-8e6zl9-2.Button__FormStyledButton-p2mbjt-0.jEhxBR.needsclick.undefined:hover {
      background-color: #4A4F54 !important; }
  .Customisable_Form_Products .subscribe_form .ResetElements__Div-sc-8e6zl9-0 {
    display: inline-block !important;
    padding: 0 !important; }
  .Customisable_Form_Products .subscribe_form .ResetElements__Input-sc-8e6zl9-8.FUXqS.TextInput__FormStyledTextInput-sc-1o6de9f-0.fsIKy.needsclick {
    border: 1px solid #fff !important;
    background: white !important;
    border-radius: 3px !important;
    width: 100% !important; }
  .Customisable_Form_Products .subscribe_form input.ResetElements__Input-sc-8e6zl9-8.FUXqS.TextInput__FormStyledTextInput-sc-1o6de9f-0.dFAxdI.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.dFAxdI {
    font-size: 14px !important;
    letter-spacing: 0px !important;
    color: #666666 !important;
    padding: 0 21px !important;
    font-weight: normal !important;
    font-family: "Roboto Flex", serif; }
  .Customisable_Form_Products .Customisable_product {
    max-width: 45%; }
    .Customisable_Form_Products .Customisable_product > div {
      border: 2px solid #D7D7D3;
      border-radius: 4px;
      float: left;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center; }
      .Customisable_Form_Products .Customisable_product > div .Customisable_left {
        display: inline-block;
        width: 46%;
        vertical-align: middle; }
      .Customisable_Form_Products .Customisable_product > div .Customisable_right {
        display: inline-block;
        width: 53%;
        vertical-align: middle;
        padding: 40px 0 40px 40px; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right span {
          display: block; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right .make_it {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: 0.15px;
          color: #666666;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: normal;
          text-align: left; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right h2 {
          font-size: 26px;
          line-height: 31px;
          letter-spacing: 0px;
          color: #4A4F54;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: bold;
          margin: 10px 15px 22px 0; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right .live_chat {
          font-size: 15px;
          line-height: 15px;
          letter-spacing: 0px;
          color: #000000;
          font-family: "Roboto Flex", serif;
          font-weight: bold;
          margin: 0 0 2px 0; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right .day_timing {
          font-size: 15px;
          line-height: 20px;
          letter-spacing: 0.14px;
          color: #666666;
          font-family: "Roboto Flex", serif;
          font-weight: normal;
          margin: 0 0 24px 0; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right .chat_BTN {
          margin: 0 0 25px 0; }
          .Customisable_Form_Products .Customisable_product > div .Customisable_right .chat_BTN a {
            font-size: 12px;
            line-height: 29px;
            letter-spacing: 0px;
            color: #8CC63F;
            font-family: "Roboto Flex", serif;
            font-weight: normal;
            border: 1px solid #8CC63E;
            border-radius: 1px;
            width: 78px;
            height: 29px;
            margin: 0 11px 0 0;
            display: inline-block;
            text-align: center; }
            .Customisable_Form_Products .Customisable_product > div .Customisable_right .chat_BTN a:hover {
              color: #fff;
              background-color: #8CC63E; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right .faq_link {
          font-size: 16px;
          line-height: 23px;
          letter-spacing: 0.16px;
          color: #666666;
          font-family: "Roboto Flex", serif;
          font-weight: normal; }
          .Customisable_Form_Products .Customisable_product > div .Customisable_right .faq_link:hover {
            color: #8CC63E; }
        .Customisable_Form_Products .Customisable_product > div .Customisable_right .have_que {
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 0px;
          color: #000000;
          font-family: "Roboto Flex", serif;
          font-weight: bold;
          margin: 0 0 7px 0; }
  .Customisable_Form_Products .custm_prod.plamleaf_table {
    width: 54%;
    display: none; }

.Customisable_Form_Products .subscribe_form .ResetElements__Div-sc-8e6zl9-0 {
  text-align: center !important; }

.after_login .Customisable_Form_Products .custm_prod.plamleaf_table {
  display: block; }

.follow_us {
  padding: 42px 0; }
  .follow_us .follow_left {
    display: inline-block;
    vertical-align: middle;
    width: 21%; }
    .follow_us .follow_left h2 {
      font-size: 22px;
      line-height: normal;
      letter-spacing: 0px;
      color: #4A4F54;
      font-family: "Roboto Flex", serif;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      margin: 0 8px 0 0;
      text-transform: capitalize; }
    .follow_us .follow_left .socialLinks {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
      .follow_us .follow_left .socialLinks .socialLinks-item {
        margin: 0 4px 0 0; }
        .follow_us .follow_left .socialLinks .socialLinks-item:last-child {
          margin: 0 0 0 2px; }
        .follow_us .follow_left .socialLinks .socialLinks-item svg .af {
          fill: #666666; }
        .follow_us .follow_left .socialLinks .socialLinks-item svg .ai {
          fill: #666666; }
        .follow_us .follow_left .socialLinks .socialLinks-item svg .at {
          fill: #666666; }
        .follow_us .follow_left .socialLinks .socialLinks-item .icon:hover svg {
          fill: #8CC63E; }
          .follow_us .follow_left .socialLinks .socialLinks-item .icon:hover svg .af, .follow_us .follow_left .socialLinks .socialLinks-item .icon:hover svg .ai, .follow_us .follow_left .socialLinks .socialLinks-item .icon:hover svg .at {
            fill: #8CC63E; }
  .follow_us .follow_right {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    margin: -2px;
    text-align: right; }
    .follow_us .follow_right ul {
      margin: 0;
      display: inline-block; }
      .follow_us .follow_right ul li {
        float: left;
        width: auto;
        list-style-type: none;
        text-align: center; }
        .follow_us .follow_right ul li a {
          display: inline-block; }
          .follow_us .follow_right ul li a:hover svg .b, .follow_us .follow_right ul li a:hover svg .a {
            fill: #8CC63E; }
          .follow_us .follow_right ul li a:hover span {
            color: #8CC63E; }
          .follow_us .follow_right ul li a svg {
            text-align: center;
            height: 35px;
            vertical-align: middle;
            margin: 0 0 10px 0; }
            .follow_us .follow_right ul li a svg .b {
              fill: #666; }
            .follow_us .follow_right ul li a svg:nth-child(2) {
              height: 40px;
              margin: -5px 0 10px 0; }
          .follow_us .follow_right ul li a span {
            display: block;
            font-size: 17px;
            line-height: 18px;
            letter-spacing: 0.34px;
            color: #666666;
            font-family: "Roboto Flex", serif;
            font-weight: normal;
            border-right: 2px solid #666;
            padding: 0 25px; }
        .follow_us .follow_right ul li:last-child span {
          border: 0;
          padding: 0 0 0 25px; }

/* CP */
.body {
  margin-top: 0; }

.breadcrumbs {
  float: left;
  width: 100%;
  text-align: left;
  margin: 13px 0 26px 0; }
  .breadcrumbs .breadcrumb:first-child:before {
    display: none; }
  .breadcrumbs .breadcrumb:before {
    content: ">";
    color: #666666;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    margin: 0 1px 0 3px;
    vertical-align: middle; }
  .breadcrumbs .breadcrumb .breadcrumb-label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumbs .breadcrumb .breadcrumb-label span {
      display: inline-block;
      vertical-align: middle; }
    .breadcrumbs .breadcrumb .breadcrumb-label:hover {
      color: #8CC63E; }
  .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    color: #666666; }

.cat_page {
  float: left;
  width: 100%;
  margin: 0;
  position: relative; }
  .cat_page .cat_left {
    width: 20%;
    float: left; }
    .cat_page .cat_left .page-sidebar {
      width: 100%;
      padding: 0; }
  .cat_page .cat_right {
    width: 80%;
    float: left;
    padding: 0 0 0 30px;
    margin: 0; }
    .cat_page .cat_right .page-content {
      padding: 0; }

.cat_desp {
  border: 1px solid #D7D7D3;
  border-radius: 4px;
  padding: 0 28px 15px 0px;
  margin: 0 0 50px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Roboto Flex", serif;
  font-weight: normal; }
  .cat_desp .mn_cat_img {
    float: left;
    margin: 0 0 15px 0; }
    .cat_desp .mn_cat_img img {
      max-width: 856px; }
  .cat_desp h3 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    font-family: "Roboto Flex", serif;
    font-weight: bold;
    margin: 31px 0 15px;
    text-transform: capitalize; }
  .cat_desp ul {
    margin: 0; }
    .cat_desp ul li {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0px;
      color: #000000;
      list-style-type: none;
      position: relative;
      font-family: "Roboto Flex", serif;
      font-weight: normal;
      padding: 0 0 0 20px; }
      .cat_desp ul li:before {
        content: "";
        background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/star_bullet.svg") no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
        width: 15px;
        height: 15px; }

.catedes_right {
  float: right; }

.catedes_main {
  float: left;
  width: 100%; }
  .catedes_main p {
    margin: 0;
    padding: 6px 17px 12px 30px; }

.cat_left .blog_cnt {
  padding: 0;
  /*position: absolute;bottom: 0;left:0;max-width: 240px;width:20%;*/ }
  .cat_left .blog_cnt .bg_all_pt ul li {
    width: 100%; }
    .cat_left .blog_cnt .bg_all_pt ul li .blog_body h3 {
      font-size: 15px;
      margin: 18px 0 7px;
      height: 39px;
      line-height: 18px; }
    .cat_left .blog_cnt .bg_all_pt ul li .blog_body .blog-date {
      font-size: 10px; }
    .cat_left .blog_cnt .bg_all_pt ul li .blog_body .blog-post {
      font-size: 12px;
      line-height: 18px; }
      .cat_left .blog_cnt .bg_all_pt ul li .blog_body .blog-post .read_more {
        font-size: 12px; }
  .cat_left .blog_cnt .view_all_blog_link {
    display: none; }
  .cat_left .blog_cnt h2 {
    font-size: 22px;
    margin: 39px 0 9px; }

.cat_left nav {
  border: 1px solid #C1C0BC;
  padding: 29px 29px 0 29px;
  float: left;
  width: 100%; }

.cat_left h5 {
  text-align: left;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0px;
  color: #666666;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  margin-bottom: 8px; }

.cat_left .accordion--navList .accordion-title {
  font-weight: bold;
  margin-bottom: 8px; }

.cat_right .productGrid {
  margin: 0 -6px; }
  .cat_right .productGrid .product {
    padding: 1px 6px 0px;
    width: 20%; }
    .cat_right .productGrid .product .card {
      background-color: #fff;
      border-radius: 4px;
      border: 1px solid #fff;
      padding-top: 16px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
      margin-bottom: 30px; }
      .cat_right .productGrid .product .card .card-figure > a {
        height: 119px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cat_right .productGrid .product .card .card-figure > a .card-img-container {
          margin: auto; }
          .cat_right .productGrid .product .card .card-figure > a .card-img-container:after {
            padding: 0; }
          .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image {
            position: static;
            max-height: 100px; }
      .cat_right .productGrid .product .card .card-body {
        padding: 4px 20px 0; }
        .cat_right .productGrid .product .card .card-body .card-title {
          height: 56px;
          overflow: hidden;
          text-align: center;
          text-transform: uppercase;
          margin: 0 0 -1px 0;
          text-align: left;
          line-height: 18px; }
          .cat_right .productGrid .product .card .card-body .card-title a {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0px;
            color: #000000;
            font-family: "Roboto Flex", serif;
            font-weight: bold; }
            .cat_right .productGrid .product .card .card-body .card-title a:hover {
              color: #8CC63E; }
        .cat_right .productGrid .product .card .card-body .Prod_qunatity {
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0.16px;
          color: #666666;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: 300;
          margin: 0 0 5px 0;
          text-align: center; }
        .cat_right .productGrid .product .card .card-body .card-text {
          text-align: center;
          margin: 0;
          display: none; }
          .cat_right .productGrid .product .card .card-body .card-text .price-section {
            font-size: 11px;
            line-height: normal;
            font-family: "Roboto Flex", serif;
            letter-spacing: 0px;
            color: #666666;
            font-weight: bold;
            float: none;
            display: inline-block; }
            .cat_right .productGrid .product .card .card-body .card-text .price-section .price--rrp {
              color: #4A4F54; }
          .cat_right .productGrid .product .card .card-body .card-text.for_grid_view_price {
            display: none; }
      .cat_right .productGrid .product .card .custom_BTN a {
        border-radius: 20px;
        width: 149px;
        height: 26px;
        line-height: 23px;
        display: block;
        text-align: center;
        font-size: 11px;
        letter-spacing: 0.13px;
        color: #3D2B1F;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Roboto Flex", serif;
        border: 1px solid #8CC63F;
        background-color: #8CC63E;
        margin: 4px auto 8px; }
        .cat_right .productGrid .product .card .custom_BTN a:hover {
          background-color: #76A530;
          color: #fff; }
        .cat_right .productGrid .product .card .custom_BTN a.qoute_btn {
          color: #DF943B;
          border: 1px solid #DF943B; }
          .cat_right .productGrid .product .card .custom_BTN a.qoute_btn:hover {
            background-color: #DF943B;
            color: #fff; }
      .cat_right .productGrid .product .card .custom_BTN .sku_no {
        font-size: 10px;
        line-height: normal;
        letter-spacing: 0.28px;
        color: #4A4F54;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        text-align: center;
        display: block;
        margin: 10px 0 10px 0; }
      .cat_right .productGrid .product .card .sale-flag-side {
        background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CP_Sale.svg") no-repeat;
        width: 79px;
        height: 30px;
        padding: 0;
        text-align: center;
        margin: 3px 0 0 -4px;
        position: absolute;
        top: -7px;
        border-radius: 0px; }
        .cat_right .productGrid .product .card .sale-flag-side .sale-text {
          font-size: 11px;
          line-height: 24px;
          letter-spacing: 0px;
          color: #FFFFFF;
          font-weight: bold;
          font-family: "Roboto Flex", serif;
          text-transform: uppercase; }
        .cat_right .productGrid .product .card .sale-flag-side:hover {
          background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CP_Sale.svg") no-repeat; }
    .cat_right .productGrid .product:hover .sale-flag-side {
      background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CP_Sale.svg") no-repeat; }

/*.after_login .cat_right .productGrid .product .card .custom_BTN a.login_btn,  .cat_right .productGrid .product .card .custom_BTN a.AddToCart_btn,  .cat_right .productGrid .product .card .custom_BTN a.qoute_btn,*/
.after_login .productGrid .product .card .card-body .card-text.for_list_view_price {
  display: none; }

/*.after_login .cat_right .productGrid .product .card .custom_BTN a.AddToCart_btn, .after_login  .cat_right .productGrid .product .card .card-body .card-text.Prices, .after_login  .cat_right .productGrid .product .card .custom_BTN a.qoute_btn, */
.after_login .productGrid .product .card .card-body .card-text.for_grid_view_price {
  display: block; }

.navList .navList-action {
  padding: 1px 0;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  color: #4D4D4D;
  font-weight: normal;
  font-family: "Roboto Flex", serif; }
  .navList .navList-action.navList-action--checkbox {
    margin: 0; }
  .navList .navList-action:hover {
    color: #8CC63E; }
  .navList .navList-action:after, .navList .navList-action:before {
    display: none; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 3px; }

.accordion--navList .accordion-block, .sidebarBlock + .accordion--navList {
  margin-top: 27px; }

.accordion--navList .accordion-navigation-actions {
  display: none; }

.filter_pagi {
  padding: 0px 0 33px 0; }
  .filter_pagi .CP_comn_block {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .filter_pagi .filter {
    margin: 0 9px 0 13px; }
    .filter_pagi .filter .actionBar {
      margin: 0; }
    .filter_pagi .filter .form-field {
      margin: 0;
      border: 0;
      border-radius: 0;
      background-color: transparent; }
      .filter_pagi .filter .form-field .form-label {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0px;
        color: #000000;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        padding: 0;
        text-transform: uppercase;
        margin: 0 7px 0 0; }
      .filter_pagi .filter .form-field .form-select {
        font-size: 14px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #4A4F54;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        max-width: none;
        height: 33px;
        padding: 0 24px 0 8px;
        height: auto;
        border: 1px solid #D1D1D1;
        border-radius: 4px;
        background-position: 130px 50%; }
  .filter_pagi .showing_no {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Roboto Flex", serif;
    font-weight: bold;
    margin: 0 6px 0 0;
    text-transform: uppercase; }
  .filter_pagi .catmain_top .btn_group {
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    float: left;
    width: 100%; }
    .filter_pagi .catmain_top .btn_group a {
      float: left;
      width: 34px;
      height: 34px;
      border: 0;
      border-right: 1px solid #D1D1D1;
      line-height: 35px;
      text-align: center; }
      .filter_pagi .catmain_top .btn_group a.table_view {
        border-right: 0; }
      .filter_pagi .catmain_top .btn_group a:hover {
        background-color: #8CC63E; }
        .filter_pagi .catmain_top .btn_group a:hover .a {
          fill: #fff; }
      .filter_pagi .catmain_top .btn_group a .a {
        fill: #8CC63E; }
      .filter_pagi .catmain_top .btn_group a.current_view {
        background-color: #8CC63E; }
        .filter_pagi .catmain_top .btn_group a.current_view .a {
          fill: #fff; }
  .filter_pagi .pagination .pagination-list {
    margin: 0; }
    .filter_pagi .pagination .pagination-list .pagination-item {
      border: 1px solid #D1D1D1;
      border-radius: 4px;
      width: 35px;
      height: 36px;
      line-height: 36px;
      margin: 0 1px 0 0; }
      .filter_pagi .pagination .pagination-list .pagination-item a {
        font-size: 0;
        padding: 0; }
        .filter_pagi .pagination .pagination-list .pagination-item a svg {
          display: none; }
      .filter_pagi .pagination .pagination-list .pagination-item.pagination-item--next {
        background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/next_pagi.svg) center no-repeat; }
      .filter_pagi .pagination .pagination-list .pagination-item.pagination-item--previous {
        background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/prev_pagi.svg) center no-repeat; }

.filter_pagi .view_count .filter {
  margin: 0; }
  .filter_pagi .view_count .filter .form-field .form-select {
    min-width: 122px;
    max-width: 132px;
    background-position: 89% center;
    padding: 0 12px;
    letter-spacing: -0.2px; }

.filter_pagi .filter.total_page {
  margin: 0 11px; }
  .filter_pagi .filter.total_page .form-field .form-select {
    min-width: 49px;
    background-position: 82% center;
    padding: 0 12px;
    letter-spacing: -0.2px; }

.total_page_no {
  margin: 0 0 0 4px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Roboto Flex", serif;
  font-weight: bold; }

.button.button--small.card-figcaption-button.quickview {
  display: none; }

.card-figcaption {
  opacity: 1;
  bottom: auto;
  right: -1px;
  left: auto;
  height: auto;
  top: 14px; }
  .card-figcaption .button.button--small.card-figcaption-button {
    background: url("https://www.packnwood.com/content/compare-n.svg") no-repeat;
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 34px;
    margin: 0;
    transition: none;
    background-size: 30px; }
    .card-figcaption .button.button--small.card-figcaption-button input {
      display: none; }
    .card-figcaption .button.button--small.card-figcaption-button:hover {
      background: url("https://www.packnwood.com/content/compare-n-hover.svg") no-repeat;
      width: 40px;
      height: 34px;
      background-size: 30px; }

.form-select {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/dropdown_CP.svg") 96% center no-repeat; }

.custom_category .Customisable_Form_Products {
  padding: 49px 0 0; }

.product_grid__view .cat_left .blog_cnt {
  /* position: absolute;bottom: 0;left: 0; */
  max-width: 240px; }

.product_grid__view .productGrid .product {
  width: 100%; }
  .product_grid__view .productGrid .product .card {
    margin-bottom: 12px; }
    .product_grid__view .productGrid .product .card .card-figure {
      display: inline-block;
      width: 22.5%;
      vertical-align: middle;
      position: static; }
      .product_grid__view .productGrid .product .card .card-figure > a {
        height: 141px; }
        .product_grid__view .productGrid .product .card .card-figure > a .card-img-container .card-image {
          max-height: 141px; }
      .product_grid__view .productGrid .product .card .card-figure .sale-flag-side {
        top: 15px; }
        .product_grid__view .productGrid .product .card .card-figure .sale-flag-side .sale-text {
          font-size: 14px; }
    .product_grid__view .productGrid .product .card .card-body {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
      .product_grid__view .productGrid .product .card .card-body .card-title {
        height: auto;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        text-align: left;
        line-height: 18px;
        max-width: 551px; }
        .product_grid__view .productGrid .product .card .card-body .card-title a {
          font-size: 21px;
          line-height: normal;
          letter-spacing: 0px;
          color: #000000;
          font-family: "Roboto Flex", serif;
          font-weight: bold; }
          .product_grid__view .productGrid .product .card .card-body .card-title a:hover {
            color: #8CC63E; }
      .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating {
        display: block;
        text-align: left; }
        .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating .rating--small {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0px;
          color: #4A4F54;
          font-family: "Roboto Flex", serif;
          font-weight: bold; }
          .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating .rating--small .icon {
            height: 18px;
            width: 18px;
            margin: 0 1px 0 0; }
            .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating .rating--small .icon:last-child {
              margin: 0 10px 0 0; }
      .product_grid__view .productGrid .product .card .card-body .card-text.Prices {
        text-align: left; }
      .product_grid__view .productGrid .product .card .card-body .Prod_qunatity {
        font-size: 16px;
        margin: 14px 0 15px; }
    .product_grid__view .productGrid .product .card .custom_BTN {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      position: absolute;
      bottom: 32px;
      right: 20px; }
      .product_grid__view .productGrid .product .card .custom_BTN a {
        width: 182px;
        height: 32px;
        line-height: 29px;
        font-size: 13px;
        font-weight: bold; }
      .product_grid__view .productGrid .product .card .custom_BTN .sku_no {
        display: none; }
    .product_grid__view .productGrid .product .card .for_list_view {
      display: inline-block;
      padding: 0 20px; }
      .product_grid__view .productGrid .product .card .for_list_view p {
        margin: 0 0 7px 0;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0px;
        color: #4A4F54;
        font-family: "Roboto Flex", serif;
        font-weight: normal; }
        .product_grid__view .productGrid .product .card .for_list_view p .productView-info-name1 {
          font-weight: Bold; }
      .product_grid__view .productGrid .product .card .for_list_view .sku_no {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.28px;
        color: #4A4F54;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: 400;
        margin: 19px 0 19px 0;
        display: block; }
    .product_grid__view .productGrid .product .card .card-figcaption {
      right: 19px;
      top: 22px; }
      .product_grid__view .productGrid .product .card .card-figcaption .button.button--small.card-figcaption-button {
        width: 40px;
        height: 40px;
        background-size: 40px; }

.page {
  margin: 0; }
  .page .page-content--centered {
    width: 100%;
    padding: 0; }

.cms_page h2 {
  font-size: 24px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  font-weight: 700; }

.cms_page h4 {
  font-size: 24px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  font-weight: 700; }

.cms_page p, .cms_page span, .cms_page a, .cms_page ul li, .cms_page ol li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .14px;
  color: #000;
  font-family: "Roboto Flex", serif;
  font-weight: normal; }

.cms_page ul li {
  line-height: 24px; }

.cms_page a {
  color: #8CC63E; }
  .cms_page a:hover {
    color: #4A4F54; }

.for_underline {
  text-decoration: underline; }

.CMS_NoBullet li {
  list-style-type: none; }

.cat_bottom_desp {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  border: 1px solid #D7D7D3;
  float: left;
  width: 100%;
  padding: 15px 30px; }
  .cat_bottom_desp p {
    margin: 0 0 12px 0; }
  .cat_bottom_desp h3 {
    font-size: 18px;
    margin: 5px 0 10px 0; }

.blog_page .blog {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0 0 25px 0; }
  .blog_page .blog .blog-post-figure {
    width: 100%; }
    .blog_page .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto 20px;
      display: block; }
      .blog_page .blog .blog-post-figure .blog-thumbnail a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px; }
        .blog_page .blog .blog-post-figure .blog-thumbnail a img {
          max-height: 200px; }
  .blog_page .blog .blog-post-body {
    width: 100%; }
    .blog_page .blog .blog-post-body .blog-title {
      font-size: 17px;
      margin: 0 0 10px 0;
      height: 43px;
      overflow: hidden;
      text-align: left; }
      .blog_page .blog .blog-post-body .blog-title a {
        font-size: 17px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #4D4D4D;
        font-family: "Roboto Flex", serif;
        font-weight: bold; }
        .blog_page .blog .blog-post-body .blog-title a:hover {
          color: #8CC63E; }
    .blog_page .blog .blog-post-body .blog-date {
      font-size: 12px;
      line-height: normal;
      letter-spacing: 0px;
      color: #666666;
      font-family: "Roboto Flex", serif;
      font-weight: normal;
      font-style: italic;
      margin: 0 0 7px 0;
      text-align: left; }
    .blog_page .blog .blog-post-body .blog-post {
      height: 105px;
      overflow: hidden;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.14px;
      color: #666666;
      font-family: "Roboto Flex", serif;
      font-weight: normal; }
      .blog_page .blog .blog-post-body .blog-post a {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.14px;
        color: #8CC63F;
        font-family: "Roboto Flex", serif;
        font-weight: bold; }
        .blog_page .blog .blog-post-body .blog-post a:hover {
          color: #4A4F54; }

.blog + .blog {
  border: 0; }

.after_login .cat_right .productGrid .product .card .card-text.for_list_view_price, .after_login.product_grid__view .cat_right .productGrid .product .card .card-body .card-text.for_grid_view_price {
  display: none; }

.after_login.product_grid__view .cat_right .productGrid .product .card .card-text.for_list_view_price {
  display: block;
  margin: 5px 0 0 0; }
  .after_login.product_grid__view .cat_right .productGrid .product .card .card-text.for_list_view_price .price-section {
    font-size: 20px; }

.productList .product + .product {
  margin-top: 0; }

.product_table__view .cat_right .productGrid {
  margin: 0 -6px;
  display: table; }
  .product_table__view .cat_right .productGrid .product {
    padding: 0 6px;
    width: 100%;
    display: table-row; }
    .product_table__view .cat_right .productGrid .product .card {
      background-color: #fff;
      border-radius: 0px;
      border: 1px solid #D1D1D1;
      padding-top: 0;
      box-shadow: none;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 114px;
      overflow: hidden; }
      .product_table__view .cat_right .productGrid .product .card .card-figure {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #D1D1D1;
        width: 125px; }
        .product_table__view .cat_right .productGrid .product .card .card-figure > a {
          height: 113px;
          display: flex;
          align-items: center;
          justify-content: center;
          align-items: center;
          width: 124px; }
          .product_table__view .cat_right .productGrid .product .card .card-figure > a .card-img-container {
            margin: auto; }
            .product_table__view .cat_right .productGrid .product .card .card-figure > a .card-img-container:after {
              padding: 0; }
            .product_table__view .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image {
              position: static;
              max-height: 102px; }
      .product_table__view .cat_right .productGrid .product .card .sku_no.table_view {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0px;
        color: #4D4D4D;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        border-right: 1px solid #D1D1D1;
        padding: 0 19px 0 17px;
        width: 120px;
        height: 114px; }
      .product_table__view .cat_right .productGrid .product .card .card-body {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 114px; }
        .product_table__view .cat_right .productGrid .product .card .card-body .card-title {
          height: 114px;
          overflow: hidden;
          text-align: center;
          text-transform: uppercase;
          margin: 0 0 1px 0;
          text-align: left;
          line-height: 18px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-right: 1px solid #D1D1D1;
          padding: 10px 19px 10px 17px;
          width: 225px; }
          .product_table__view .cat_right .productGrid .product .card .card-body .card-title a {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0px;
            color: #000000;
            font-family: "Roboto Flex", serif;
            font-weight: bold; }
            .product_table__view .cat_right .productGrid .product .card .card-body .card-title a:hover {
              color: #8CC63E; }
        .product_table__view .cat_right .productGrid .product .card .card-body .Prod_qunatity {
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0;
          color: #666666;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: 300;
          margin: 0;
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: center;
          border-right: 1px solid #D1D1D1;
          padding: 0 23px 0 24px;
          text-align: center;
          width: 74px;
          height: 113px; }
          .product_table__view .cat_right .productGrid .product .card .card-body .Prod_qunatity .per_qty {
            display: none; }
        .product_table__view .cat_right .productGrid .product .card .card-body .for_list_view {
          display: flex;
          width: auto; }
          .product_table__view .cat_right .productGrid .product .card .card-body .for_list_view .comn_cutm_field {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #D1D1D1;
            padding: 0;
            text-align: center;
            font-size: 12px;
            line-height: normal;
            letter-spacing: 0px;
            color: #4D4D4D;
            font-family: "Roboto Flex", serif;
            font-weight: normal; }
            .product_table__view .cat_right .productGrid .product .card .card-body .for_list_view .comn_cutm_field .productView-info-name1 {
              display: none; }
          .product_table__view .cat_right .productGrid .product .card .card-body .for_list_view .sku_no {
            display: none; }
        .product_table__view .cat_right .productGrid .product .card .card-body .card-text {
          text-align: center;
          margin: 0;
          display: none; }
          .product_table__view .cat_right .productGrid .product .card .card-body .card-text .price-section {
            font-size: 11px;
            line-height: normal;
            font-family: "Roboto Flex", serif;
            letter-spacing: 0px;
            color: #8CC63F;
            font-weight: bold;
            float: none;
            display: inline-block; }
            .product_table__view .cat_right .productGrid .product .card .card-body .card-text .price-section .price--rrp {
              color: #4A4F54; }
          .product_table__view .cat_right .productGrid .product .card .card-body .card-text.for_grid_view_price {
            display: none; }
      .product_table__view .cat_right .productGrid .product .card .card-figcaption {
        display: none; }
      .product_table__view .cat_right .productGrid .product .card .custom_BTN {
        display: table-cell;
        width: 145px; }
        .product_table__view .cat_right .productGrid .product .card .custom_BTN a {
          width: 124px;
          height: 22px;
          line-height: 20px;
          display: block;
          text-align: center;
          font-size: 9px;
          letter-spacing: 0.09px; }
        .product_table__view .cat_right .productGrid .product .card .custom_BTN .sku_no {
          font-size: 10px;
          line-height: normal;
          letter-spacing: 0.28px;
          color: #4A4F54;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: normal;
          text-align: center;
          display: block;
          margin: 10px 0 10px 0; }
          .product_table__view .cat_right .productGrid .product .card .custom_BTN .sku_no.common_sku {
            display: none; }
      .product_table__view .cat_right .productGrid .product .card .sale-flag-side {
        background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CP_Sale.svg") no-repeat;
        width: 79px;
        height: 30px;
        padding: 0;
        text-align: center;
        margin: 3px 0 0 -4px;
        position: absolute;
        top: -7px;
        display: none; }
        .product_table__view .cat_right .productGrid .product .card .sale-flag-side .sale-text {
          font-size: 11px;
          line-height: 24px;
          letter-spacing: 0px;
          color: #FFFFFF;
          font-weight: bold;
          font-family: "Roboto Flex", serif;
          text-transform: uppercase; }
        .product_table__view .cat_right .productGrid .product .card .sale-flag-side:hover {
          background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CP_Sale.svg") no-repeat; }
    .product_table__view .cat_right .productGrid .product:hover .sale-flag-side {
      background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CP_Sale.svg") no-repeat; }

/*.card-text.Prices.for_table_view_price, .afterlogin.product_table_view .card-text.Prices.for_table_view_price, */
.CP_table_display {
  display: none; }

.product_table__view .CP_table_display {
  display: table;
  background-color: #F7F7F7;
  border: 1px solid #D1D1D1;
  margin: 0 -6px; }
  .product_table__view .CP_table_display tbody {
    display: table-row; }
    .product_table__view .CP_table_display tbody tr {
      justify-content: center;
      align-self: center;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 58px;
      padding: 0px; }
      .product_table__view .CP_table_display tbody tr th {
        display: flex;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #000000;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        margin: 0px; }
        .product_table__view .CP_table_display tbody tr th.table_img {
          width: 125px; }
        .product_table__view .CP_table_display tbody tr th.table_sku {
          width: 120px; }
        .product_table__view .CP_table_display tbody tr th.table_name {
          width: 224px; }
        .product_table__view .CP_table_display tbody tr th.table_qty {
          width: 75px; }
        .product_table__view .CP_table_display tbody tr th.table_material {
          width: 83px; }
        .product_table__view .CP_table_display tbody tr th.table_size {
          width: 115px; }
        .product_table__view .CP_table_display tbody tr th.table_fluid {
          width: 117px; }
        .product_table__view .CP_table_display tbody tr th.table_price {
          width: 144px; }

.for_list_view.Row {
  display: none; }

.product_grid__view .for_list_view {
  display: block; }

.product_grid__view .card_body_mn {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 23.5%); }

.product_table__view .card_body_mn {
  display: flex; }

.product_table__view .for_list_view {
  display: table-cell; }
  .product_table__view .for_list_view .comn_cutm_field {
    margin: 0;
    display: table-cell;
    border-right: 1px solid #D1D1D1;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    color: #4D4D4D;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    vertical-align: middle; }
    .product_table__view .for_list_view .comn_cutm_field .productView-info-name1 {
      display: none; }
  .product_table__view .for_list_view .sku_no {
    display: none; }

.product_table__view .for_list_view .case_pack {
  border: 0;
  display: none; }

.product_table__view .for_list_view .Material {
  width: 83px;
  height: 113px; }

.product_table__view .for_list_view .Size_inches {
  width: 117px;
  height: 113px; }

.product_table__view .for_list_view .Size_Capacity {
  width: auto;
  height: 113px;
  padding: 0 10px;
  min-width: 100px; }

.table_only {
  display: none; }

.product_table__view .table_only {
  display: inline-block; }

.page-content + .filter_pagi.Row {
  padding-top: 6px; }

.product_table__view .page-content + .filter_pagi.Row {
  padding-top: 32px; }

.product_grid__view .page-content + .filter_pagi.Row {
  padding-top: 24px; }

.for_table_view_price {
  display: none; }

.after_login.product_table__view .for_table_view_price {
  display: block;
  text-align: center; }
  .after_login.product_table__view .for_table_view_price .price-section {
    font-size: 16px;
    line-height: normal;
    font-family: "Roboto Flex", serif;
    letter-spacing: 0px;
    color: #8CC63F;
    font-weight: bold;
    float: none;
    display: inline-block; }
    .after_login.product_table__view .for_table_view_price .price-section .price--rrp {
      color: #4A4F54; }

/* Add To Cart PopUp */
.AddToCart_PopUp.modal--large {
  /* width: 857px;*/
  border-radius: 25px;
  height: 530px; }
  .AddToCart_PopUp.modal--large .modal-header {
    border: 0;
    padding: 31px 46px 10px; }
    .AddToCart_PopUp.modal--large .modal-header .modal-header-title {
      font-size: 18px;
      color: #8CC63E;
      text-align: left;
      font-family: "Roboto Flex", serif; }
  .AddToCart_PopUp.modal--large .modal-body {
    padding: 21px 55px 15px;
    float: left;
    width: 100%;
    max-height: 100% !important; }
    .AddToCart_PopUp.modal--large .modal-body .productView {
      border-bottom: 2px solid #8CC63E; }
      .AddToCart_PopUp.modal--large .modal-body .productView .productView-image {
        width: 32%;
        float: left;
        margin: auto;
        min-height: auto; }
        .AddToCart_PopUp.modal--large .modal-body .productView .productView-image .productView-img-container {
          position: static;
          max-width: 100%;
          height: 200px; }
          .AddToCart_PopUp.modal--large .modal-body .productView .productView-image .productView-img-container:after {
            padding: 0; }
          .AddToCart_PopUp.modal--large .modal-body .productView .productView-image .productView-img-container img {
            position: static;
            max-height: 170px; }
    .AddToCart_PopUp.modal--large .modal-body .productView-details {
      width: 67%;
      float: left; }
      .AddToCart_PopUp.modal--large .modal-body .productView-details .productView-title {
        font-size: 19px;
        margin: 0 0 5px 0;
        color: #66686a;
        font-family: "Roboto Flex", serif; }
      .AddToCart_PopUp.modal--large .modal-body .productView-details .popup_per_qty {
        font-size: 17px;
        display: block;
        line-height: normal;
        font-weight: normal;
        font-family: "Roboto Flex", serif;
        color: #66686a;
        margin: 0 0 2px 0; }
      .AddToCart_PopUp.modal--large .modal-body .productView-details .popup_sku {
        font-size: 17px;
        font-weight: normal;
        color: #66686a;
        display: block;
        margin: 0 0 6px 0;
        line-height: normal;
        font-family: "Roboto Flex", serif; }
        .AddToCart_PopUp.modal--large .modal-body .productView-details .popup_sku .sku_value {
          color: #8CC63E;
          font-weight: bold; }

.qty_section {
  border-radius: 7px;
  display: inline-block;
  width: 52px;
  height: 42px;
  border: 2px solid #E2E8EC;
  margin: 0 8px 0 0; }
  .qty_section .no_qty {
    height: 38px;
    line-height: 38px;
    width: 29px;
    vertical-align: middle;
    text-align: center;
    border: 0;
    border-radius: 7px; }
  .qty_section .btn_wrap {
    display: inline-block;
    width: 20px;
    margin: 0 -3px;
    vertical-align: middle; }
    .qty_section .btn_wrap .button {
      display: block;
      padding: 0;
      margin: 0;
      background-color: #E2E8EC;
      border-color: transparent;
      width: 20px;
      height: 19px; }
      .qty_section .btn_wrap .button svg {
        margin: 0 0 3px 0;
        height: 4px; }
      .qty_section .btn_wrap .button.inc {
        border-bottom: 1px solid #ccc;
        border-top-right-radius: 5px; }
      .qty_section .btn_wrap .button.dec {
        border-bottom-right-radius: 5px; }

.popup_btn .button {
  display: inline-block;
  margin: 0;
  height: 43px;
  line-height: 41px;
  font-weight: bold;
  font-family: "Roboto Flex", serif;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: normal; }
  .popup_btn .button:hover {
    background-color: #fff;
    color: #8CC63E; }
  .popup_btn .button.buy_btn {
    padding: 0 23px 0 19px;
    margin: 0 4px 0 0; }
  .popup_btn .button.view_btn {
    padding: 0 19px 0 14px;
    margin: 0 1px 0 0; }
  .popup_btn .button.quote_btn {
    padding: 0 11px 0 10px;
    background-color: #DF943B;
    border-color: #DF943B;
    font-size: 12px; }
    .popup_btn .button.quote_btn:hover {
      background-color: #fff;
      color: #DF943B; }

.continue_shopping {
  float: right;
  margin: 7px 0 5px 0; }
  .continue_shopping .button {
    float: right;
    border-radius: 7px;
    height: 21px;
    line-height: 19px;
    font-weight: bold;
    font-family: "Roboto Flex", serif;
    font-size: 13px;
    width: 149px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-transform: uppercase; }

.installments {
  font-size: 14px;
  color: #66686a; }
  .installments .Credit_Key {
    text-transform: uppercase;
    color: #ccc; }

/*my css for cat. description*/
.cat_desp_nobanner {
  border: 1px solid #D7D7D3;
  border-radius: 4px;
  padding: 30px;
  margin: 0 0 47px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Roboto Flex", serif;
  font-weight: normal; }

.cat_desp_nobanner .catedes_main p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0; }

.cat_desp_nobanner .catedes_main p:last-child {
  margin-bottom: 0; }

.cat_desp_nobanner .catedes_main h3 {
  margin: 5px 0 15px 0; }

.cat_desp_nobanner .catedes_main h4 {
  margin: 5px 0 15px 0; }

.cat_desp_nobanner ul {
  margin: 0 0 15px 0; }

.cat_desp_nobanner ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  list-style-type: none;
  position: relative;
  font-family: "Roboto Flex", serif;
  font-weight: normal;
  padding: 0 0 0 20px; }

.cat_desp_nobanner ul li:before {
  content: "";
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/star_bullet.svg") no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px; }

.cat_desp_banner {
  border: 1px solid #D7D7D3;
  border-radius: 4px;
  padding: 0 30px 15px 0px;
  margin: 0 0 47px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Roboto Flex", serif;
  font-weight: normal; }

.cat_desp_banner .top-description {
  padding: 0 0 0 30px; }

.cat_desp_banner .catedes_main p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0; }

.cat_desp_banner .catedes_main h3 {
  margin: 5px 0 15px 0; }

.cat_desp_banner .catedes_main h4 {
  margin: 5px 0 15px 0; }

.cat_desp_banner ul {
  margin: 0 0 15px 0; }

.cat_desp_banner ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  list-style-type: none;
  position: relative;
  font-family: "Roboto Flex", serif;
  font-weight: normal;
  padding: 0 0 0 20px; }

.cat_desp_banner ul li:before {
  content: "";
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/star_bullet.svg") no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px; }

.cat_desp_banner .top-image {
  margin-bottom: 22px;
  text-align: center; }

.cat_desp_banner .top-image img {
  height: auto;
  max-width: 100%; }

/* Product Sticky bar */
.product_header {
  box-shadow: 0 2px 3px #bababd;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  margin: -75px 0 0 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  top: 130px; }
  .product_header > .container {
    max-width: 1150px; }
  .product_header .comn_prod_hdr {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
    .product_header .comn_prod_hdr .detail_btn {
      width: auto;
      height: 25px;
      line-height: 23px;
      font-weight: bold;
      font-family: "Roboto Flex", serif;
      padding: 0 13px;
      margin: 0;
      border-radius: 7px;
      letter-spacing: 1.5px;
      font-size: 14px; }
    .product_header .comn_prod_hdr.login_price {
      margin: 0 0 0 10px; }
  .product_header .PS_title {
    margin: 0; }
    .product_header .PS_title .productView-title1 {
      font-size: 19px;
      font-weight: normal;
      max-width: 240px;
      text-transform: capitalize;
      height: 25px;
      overflow: hidden;
      margin: 0 15px 0 0; }
  .product_header .productView-image1 {
    margin: 0 35px 0 20px; }
    .product_header .productView-image1 a {
      display: block;
      width: 100%; }

.after_login .login_price {
  display: none; }

.body_top .product_header {
  display: block;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: center;
  padding: 5px 0; }

.after_login .product_header {
  text-align: left; }

.pro_case1 {
  display: none; }

.body_top .form .show_pro_info {
  position: fixed;
  top: 143px;
  z-index: 99;
  width: auto;
  min-width: 40%;
  align-items: center;
  gap: 15px; }

.body_top .productView .form .custom_btn {
  position: relative;
  height: auto;
  line-height: 23px;
  right: auto;
  max-width: none;
  padding: 0;
  top: auto;
  margin: 3px 0 0 15px;
  bottom: auto;
  vertical-align: middle; }
  .body_top .productView .form .custom_btn .qoute_btn {
    padding: 0 15px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    margin: 0 0 0 6px; }

.body_top .pro_case1 {
  display: block;
  margin: -17px 0 0 20px; }

.body_top .productView .form .form-field .form-increment {
  border-radius: 7px;
  height: 40px; }
  .body_top .productView .form .form-field .form-increment .form-input--incrementTotal {
    height: 38px;
    line-height: 38px;
    width: 29px;
    border: 0;
    border-radius: 7px; }
  .body_top .productView .form .form-field .form-increment .totlbtn {
    width: 20px; }
    .body_top .productView .form .form-field .form-increment .totlbtn .button {
      width: 20px;
      height: 19px;
      border-radius: 0;
      border: transparent;
      margin: -5px 0 0 0; }
      .body_top .productView .form .form-field .form-increment .totlbtn .button[data-action=inc] {
        border-bottom: 1px solid #CFD9DF; }
      .body_top .productView .form .form-field .form-increment .totlbtn .button[data-action=dec] {
        margin: -9px 0 0 0; }

.body_top .productView-price .price-section {
  font-size: 20px; }

.body_top .productView-price .productView-info-value {
  font-size: 15px; }

.body_top .productView-price label {
  font-size: 20px; }

.body_top .productView .form .custom_btn .form-action .button {
  padding: 0 15px;
  font-size: 14px;
  height: 35px;
  line-height: 33px;
  letter-spacing: normal;
  font-weight: bold;
  margin: 0; }

/*.body_top #qn-add-to-quote, .body_top .qn-add-to-quote{
    padding: 0 15px;font-size: 14px; height: 35px; line-height: 33px;margin: 0 0 0 6px;
}*/
.body_top .productView-price {
  vertical-align: top;
  margin: 0px 0 0 0; }

.error_page_404 {
  text-align: center; }

/* Custom Catalog Download */
.page-content--centered {
  width: 100%;
  margin: 0;
  padding: 0; }

.catalog {
  float: left;
  width: 100%; }
  .catalog .catalogLeft {
    float: left;
    width: 50%;
    padding: 20px; }
    .catalog .catalogLeft .catalogSection {
      text-align: center; }
  .catalog .catalogRight {
    float: left;
    width: 50%;
    padding: 20px; }
    .catalog .catalogRight .form-select {
      width: 35%;
      padding: 11px 15px;
      vertical-align: middle;
      margin: 0 5px 0 0;
      border-radius: 5px;
      background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/CustomDownload_Arrow.svg") no-repeat;
      background-position: 96% 50%; }
    .catalog .catalogRight .button {
      margin: 0; }
  .catalog .button {
    font-weight: bold;
    font-family: "Roboto Flex", serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    padding: 11px 14px;
    text-transform: uppercase; }
    .catalog .button:active, .catalog .button:focus, .catalog .button:hover {
      font-weight: bold; }

.cms_page a.button {
  color: #fff; }
  .cms_page a.button:hover {
    color: #8CC63E; }

.text_center {
  text-align: center; }

button.ResetElements__Button-sc-8e6zl9-2.Button__FormStyledButton-p2mbjt-0.bNbAfI.needsclick.undefined {
  border: 1px solid #8CC63E !important; }

button.ResetElements__Button-sc-8e6zl9-2.Button__FormStyledButton-p2mbjt-0.bNbAfI.needsclick.undefined:hover {
  background-color: #fff !important;
  border: 1px solid #8CC63E !important;
  color: #8CC63E !important; }

.LI-profile-badge {
  float: left;
  width: 100%; }

#tab-description1 {
  margin-top: -200px;
  float: left;
  width: 100%; }

.after_login .account .productGrid .product .card .card-body .card-text.for_grid_view_price, .after_login .account .productGrid .product .card .custom_BTN a.login_btn {
  display: none; }

.button.card_btn {
  border-radius: 20px;
  width: 190px;
  height: 32px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: .13px;
  color: #3D2B1F;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Flex", serif;
  border: 1px solid #8CC63F;
  background-color: #8CC63E;
  margin: 9px auto 7px;
  padding: 0; }
  .button.card_btn:hover {
    color: #FFFFFF;
    background: #76A530; }

.cat_right .button.card_btn {
  width: 149px;
  height: 26px;
  line-height: 23px;
  font-size: 11px;
  margin: 4px auto 7px; }

.product_grid__view .button.card_btn {
  width: 182px;
  height: 32px;
  line-height: 29px;
  font-size: 13px;
  font-weight: 700; }

.product_table__view .button.card_btn {
  width: 124px;
  height: 22px;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 9px;
  letter-spacing: .09px; }

.Tradeshow_Events {
  float: left;
  width: 100%;
  padding: 0 0 53px 0; }
  .Tradeshow_Events ul {
    margin: 0 -12px; }
    .Tradeshow_Events ul li {
      list-style-type: none;
      float: left;
      width: 25%; }
      .Tradeshow_Events ul li .inner_tradeshow {
        padding: 0 12px; }
        .Tradeshow_Events ul li .inner_tradeshow .tradeshow_img {
          height: 210px;
          background-color: #000;
          display: block;
          margin: 0 0 10px 0; }
        .Tradeshow_Events ul li .inner_tradeshow .tradeshow_date {
          background: #F2F2F2 url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/Calender.svg) 15px center no-repeat;
          font-size: 18px;
          line-height: 40px;
          letter-spacing: 0px;
          color: #4A4F54;
          text-transform: uppercase;
          font-family: "Roboto Flex", serif;
          font-weight: normal;
          height: 40px;
          display: block;
          padding: 0 0 0 51px;
          margin: 0 0 29px; }
        .Tradeshow_Events ul li .inner_tradeshow p {
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0px;
          color: #000000;
          font-family: "Roboto Flex", serif;
          font-weight: normal;
          margin: 0 0 16px; }
        .Tradeshow_Events ul li .inner_tradeshow .web_link {
          font-size: 14px;
          line-height: normal;
          letter-spacing: 0px;
          color: #000000;
          font-weight: normal;
          margin: 0 0 20px 0;
          display: block; }
          .Tradeshow_Events ul li .inner_tradeshow .web_link:hover {
            color: #8CC63E; }
        .Tradeshow_Events ul li .inner_tradeshow .request {
          width: 280px;
          height: 32px;
          font-size: 13px;
          line-height: 32px;
          letter-spacing: 0.13px;
          font-weight: bold;
          color: #8CC63F;
          text-transform: uppercase;
          border-radius: 16px;
          background-color: #fff;
          border-color: #8CC63E;
          padding: 0;
          margin: 0 0 20px 0; }
          .Tradeshow_Events ul li .inner_tradeshow .request:hover {
            background-color: #8CC63E;
            color: #fff; }
        .Tradeshow_Events ul li .inner_tradeshow .calendar_drpdwn {
          float: left;
          width: 100%;
          position: relative; }
          .Tradeshow_Events ul li .inner_tradeshow .calendar_drpdwn .form-select {
            background: #F2F2F2;
            border-color: #F2F2F2;
            font-size: 16px;
            line-height: 40px;
            letter-spacing: 0px;
            color: #666666;
            text-transform: uppercase;
            font-weight: normal;
            font-family: "Roboto Flex", serif;
            padding: 0px 59px 0px 35px;
            height: 40px; }
            .Tradeshow_Events ul li .inner_tradeshow .calendar_drpdwn .form-select option {
              font-size: 16px;
              line-height: normal;
              letter-spacing: 0px;
              color: #666666;
              text-transform: uppercase;
              font-weight: normal;
              font-family: "Roboto Flex", serif;
              background-color: transparent; }
          .Tradeshow_Events ul li .inner_tradeshow .calendar_drpdwn .calender_Button {
            content: "";
            background: #C1C0BC url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/calender_arrow.svg") no-repeat center;
            width: 60px;
            height: 40px;
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            border: 0; }

select option[value="Outlook Online"] {
  background: #fff; }

select option[value="Outlook"] {
  background: #fff; }

select option[value="Outlook Online"] {
  background: #fff; }

select option[value="goggle calendar"] {
  background: #fff; }

.filter_pagi {
  display: none; }
  .filter_pagi.filter_show {
    display: block; }

/* Register Page */
.custom_createaccount .page-heading {
  display: none; }

.custom_createaccount .account--fixed {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  border-top: 1px solid #E2E8EC; }
  .custom_createaccount .account--fixed .account-body {
    margin: 0 -9.5px;
    max-width: none;
    width: auto; }
    .custom_createaccount .account--fixed .account-body .form-row {
      width: auto;
      padding: 0;
      margin: 22px auto 0;
      float: none;
      text-align: center; }
      .custom_createaccount .account--fixed .account-body .form-row .form-field {
        display: inline-block;
        margin: 0 0 25px 0;
        max-width: none;
        width: 345px;
        padding: 0 9.5px; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 {
          width: 442px;
          margin: 0 0 18px 30px; }
          .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1:after {
            content: "Your Information will not be shared";
            display: inline-block;
            font-size: 12px;
            line-height: normal;
            letter-spacing: 0px;
            color: #000000;
            font-weight: normal;
            font-family: "Roboto Flex", serif;
            text-align: left;
            width: 100%;
            margin: 9px 0; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 {
          margin: 0; }
          .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2:after {
            content: "Minimum 8 Letters , One Upper Case, One Special Character";
            display: inline-block;
            font-size: 12px;
            line-height: normal;
            letter-spacing: 0px;
            color: #000000;
            font-weight: normal;
            font-family: "Roboto Flex", serif;
            text-align: left;
            width: 100%;
            margin: 9px 0;
            display: none; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3:after {
          content: "Verify Password";
          display: inline-block;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0px;
          color: #000000;
          font-weight: normal;
          font-family: "Roboto Flex", serif;
          text-align: left;
          width: 100%;
          margin: 9px 0; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field:nth-child(odd) {
          clear: none; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field .form-label {
          font-size: 12px;
          line-height: 40px;
          letter-spacing: 0px;
          color: #4A4F54;
          font-family: "Roboto Flex", serif;
          font-weight: bold;
          margin: 0 0 1px 0;
          text-transform: capitalize;
          text-align: left; }
          .custom_createaccount .account--fixed .account-body .form-row .form-field .form-label small {
            display: none; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field .form-input {
          background-color: #F2F7EB;
          border-radius: 20px;
          border-color: #F2F7EB;
          padding: 0 20px;
          height: 40px; }
          .custom_createaccount .account--fixed .account-body .form-row .form-field .form-input#FormField_7_input {
            font-size: 11px;
            padding: 0px 15px;
            text-align: left; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field .note_feild {
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0px;
          color: #000000;
          font-weight: normal;
          font-family: "Roboto Flex", serif;
          display: block;
          margin: 8px 0 0 0;
          text-align: left; }
        .custom_createaccount .account--fixed .account-body .form-row .form-field .form-inlineMessage {
          text-align: left;
          margin: 0 0 10px 0;
          font-size: 10px;
          line-height: 10px;
          min-height: 20px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field .form-input:-internal-autofill-selected {
  background-color: #F2F7EB !important;
  border-color: #F2F7EB !important; }

.custom_createaccount .Account_info_top .form-inlineMessage {
  bottom: -18px; }

.custom_createaccount .account.account--fixed {
  width: 100%;
  padding: 0; }

.custom_createaccount .account.account--fixed .account-body {
  max-width: none; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_4 {
  width: 249px;
  padding: 0 9.5px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_5 {
  width: 249px;
  padding: 0 9.5px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field {
  position: relative; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 {
    padding: 0 14px; }
    .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-label {
      font-size: 22px;
      margin: 0 0 3px 0; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 {
    margin: 0 30px 18px 0; }
    .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-label {
      font-size: 0;
      height: 40px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_6, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_7 {
  width: 208px;
  padding: 0 9.5px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_8 {
  width: 504px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_10 {
  width: 135px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_12 {
  width: 135px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_13 {
  width: 160px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_11 {
  width: 189px; }

.custom_createaccount .account--fixed .account-body .form-row .form-select {
  border-radius: 20px;
  border: 2px solid #F2F7EB;
  padding: 0 50px 0 20px;
  height: 40px;
  background: url("https://cdn11.bigcommerce.com/s-uivlp2/content/Register_dropdown_new.webp") 103% 50% no-repeat; }

.custom_createaccount .account--fixed .account-body .form-actions {
  margin-top: 0; }
  .custom_createaccount .account--fixed .account-body .form-actions .button {
    width: 98.5%;
    box-shadow: 0px 1px 6px #9f9fa2;
    font-size: 20px;
    letter-spacing: 4px;
    color: #FFFFFF;
    font-family: "Roboto Flex", serif;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase; }
    .custom_createaccount .account--fixed .account-body .form-actions .button:hover {
      color: #8CC63E; }

.custom_createaccount .Account_info_top {
  float: left;
  width: 100%;
  margin: 22px 0; }

.custom_createaccount .Account_info_bottom {
  float: left;
  width: 100%;
  border: 1px solid #E2E8EC;
  max-width: 1184px;
  margin: auto;
  border-radius: 27px;
  position: relative;
  padding: 39px 28px 21px 29px;
  margin: 0 0 20px 0; }
  .custom_createaccount .Account_info_bottom:before {
    content: "Account Information";
    display: block;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0px;
    color: #4A4F54;
    font-family: "Roboto Flex", serif;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 0 0 23px 10px; }
  .custom_createaccount .Account_info_bottom:after {
    content: "Your Information will not be shared";
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
    color: #3D2B1F;
    font-weight: normal;
    font-family: "Roboto Flex", serif;
    position: absolute;
    top: 37px;
    right: 40px; }

/* FAQ */
#prodAccordion .Block .prodAccordionContent {
  display: none; }

/* Cart Page */
.custom_cart .breadcrumbs {
  margin-bottom: 28px; }

.custom_cart .page-heading {
  display: none; }

.custom_cart .page-content {
  padding: 0;
  position: relative; }

.custom_cart .cart_left {
  float: left;
  width: 66.7%;
  display: inline-block;
  vertical-align: top; }
  .custom_cart .cart_left .login_for_price {
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    height: 40px;
    border-radius: 14px;
    border: 1px solid #8CC63E;
    padding: 0 10px;
    color: #8CC63E; }
    .custom_cart .cart_left .login_for_price:hover {
      background-color: #8CC63E;
      color: #fff; }
  .custom_cart .cart_left .alertBox--info {
    background-color: #603813;
    border-radius: 0;
    float: left;
    width: 100%;
    padding: 9px 19px 10px;
    margin: 0; }
    .custom_cart .cart_left .alertBox--info .alertBox-icon {
      display: none; }
    .custom_cart .cart_left .alertBox--info .alertBox-message {
      font-size: 20px;
      line-height: normal;
      letter-spacing: 0px;
      color: #FFFFFF;
      font-family: "Roboto Flex", serif;
      font-weight: bold; }
  .custom_cart .cart_left .cart {
    float: none;
    width: 92.5%;
    display: block;
    margin: auto; }
    .custom_cart .cart_left .cart .cart-header {
      display: none; }
    .custom_cart .cart_left .cart:first-child .cart-list {
      border-top: 0; }
    .custom_cart .cart_left .cart .cart-list {
      display: block;
      width: 100%; }
      .custom_cart .cart_left .cart .cart-list .cart-item {
        display: inline-block;
        padding: 31px 0 36px;
        width: 100%; }
        .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
          width: 216px;
          height: 131px;
          display: inline-block;
          margin: 0;
          text-align: center;
          float: left; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure:after {
            padding: 0; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure .cart-item-image {
            max-height: 131px;
            max-width: 194px;
            position: static; }
        .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-block {
          display: inline-block; }
        .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title {
          display: block;
          padding: 0;
          width: auto;
          vertical-align: top;
          margin: 0 0 8px 0; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title .cart-item-name {
            margin: 0 0 8px 0; }
            .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title .cart-item-name a {
              font-size: 20px;
              line-height: 22px;
              letter-spacing: 0px;
              color: #4A4F54;
              font-family: "Roboto Flex", serif;
              font-weight: bold; }
              .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title .cart-item-name a:hover {
                color: #8CC63E; }
        .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info {
          width: auto;
          margin: 0; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-item-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .productView-info-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label {
            font-size: 22px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #4A4F54;
            font-family: "Roboto Flex", serif;
            font-weight: normal; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-item-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label {
            font-weight: bold; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label {
            display: inline-block;
            margin: 0 -5px 0 -6px; }
        .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info {
          margin: 0; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info .cart-item-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info .login_for_price {
            display: block;
            float: left; }
        .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
          width: auto;
          margin: 0 16px 0 31px; }
          .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment {
            border: 2px solid #E2E8EC;
            border-radius: 5px;
            margin: 0; }
            .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input--incrementTotal {
              font-size: 20px;
              line-height: 40px;
              letter-spacing: 0px;
              color: #000000;
              font-weight: normal;
              font-family: "Roboto Flex", serif;
              width: 55px;
              vertical-align: middle;
              border-radius: 5px;
              background-color: transparent;
              border-color: transparent;
              float: left; }
            .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 {
              display: inline-block;
              width: 45px;
              vertical-align: middle; }
              .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button {
                background-color: #E2E8EC;
                border-color: transparent;
                height: 20px;
                width: 45px;
                line-height: 16px;
                padding: 0;
                display: block;
                border: 0; }
                .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button.inc {
                  border-bottom: 1px solid #CFD9DF;
                  border-top-right-radius: 5px; }
                .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button.dec {
                  border-bottom-right-radius: 5px; }
                .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button .icon {
                  height: 20px;
                  width: 20px; }
                  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button .icon svg {
                    fill: #88959e; }
        .custom_cart .cart_left .cart .cart-list .cart-item a.cart-remove {
          background-color: transparent;
          border-radius: 0;
          height: auto;
          margin-top: 0;
          padding: 0;
          width: auto;
          font-size: 14px;
          line-height: normal;
          font-family: "Roboto Flex", serif;
          font-weight: normal;
          letter-spacing: 0px;
          color: #4D4D4D;
          text-transform: uppercase; }
          .custom_cart .cart_left .cart .cart-list .cart-item a.cart-remove:hover {
            color: #8CC63E; }

.custom_cart .sku_cart {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #8CC63F;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  display: block; }

.custom_cart .cart_pro_case {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #4A4F54;
  text-transform: uppercase;
  display: block;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  margin: 0 0 8px 0; }

.custom_cart .cart_right {
  width: 31.5%;
  float: left;
  padding: 0 0 0 54px;
  display: inline-block; }
  .custom_cart .cart_right .cart-totals {
    float: left;
    width: 100%;
    border: 1px solid #8CC63E;
    padding: 24px 33px 24px 28px;
    margin-bottom: 19px; }
    .custom_cart .cart_right .cart-totals .cart-total .cart-total-label {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #3E3D3F;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Roboto Flex", serif;
      padding: 10px 0; }
    .custom_cart .cart_right .cart-totals .cart-total .cart-total-value {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #3E3D3F;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Roboto Flex", serif;
      padding: 10px 0; }
      .custom_cart .cart_right .cart-totals .cart-total .cart-total-value .button {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #666666;
        font-weight: normal;
        font-family: "Roboto Flex", serif; }
    .custom_cart .cart_right .cart-totals .shipping-estimate-show, .custom_cart .cart_right .cart-totals .shipping-estimate-hide, .custom_cart .cart_right .cart-totals .coupon-code-add, .custom_cart .cart_right .cart-totals .coupon-code-cancel, .custom_cart .cart_right .cart-totals .estimator-form-label, .custom_cart .cart_right .cart-totals .gift-certificate-add {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #666666;
      font-weight: normal;
      font-family: "Roboto Flex", serif; }
      .custom_cart .cart_right .cart-totals .shipping-estimate-show:hover, .custom_cart .cart_right .cart-totals .shipping-estimate-hide:hover, .custom_cart .cart_right .cart-totals .coupon-code-add:hover, .custom_cart .cart_right .cart-totals .coupon-code-cancel:hover, .custom_cart .cart_right .cart-totals .estimator-form-label:hover, .custom_cart .cart_right .cart-totals .gift-certificate-add:hover {
        color: #8CC63E; }
    .custom_cart .cart_right .cart-totals .estimator-form-label {
      font-weight: bold; }
    .custom_cart .cart_right .cart-totals .form-select {
      background-position: 96% center;
      background-size: 8px;
      padding: 0 22px 0 10px;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #3E3D3F;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Roboto Flex", serif; }
    .custom_cart .cart_right .cart-totals .form-input {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #3E3D3F;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Roboto Flex", serif; }
    .custom_cart .cart_right .cart-totals .button.shipping-estimate-submit {
      padding: 10px; }
    .custom_cart .cart_right .cart-totals .cart-gift-certificate-form .button, .custom_cart .cart_right .cart-totals .coupon-form .button {
      font-size: 12px;
      padding: 5px;
      letter-spacing: normal; }
  .custom_cart .cart_right .cart-total {
    border-top: 0; }
  .custom_cart .cart_right .cart-total.Cart_Grand_Total {
    border-top: 1px solid #e5e5e5;
    margin: 9px 0 0 0; }
    .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-label, .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value {
      font-size: 22px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #3E3D3F;
      text-transform: uppercase;
      font-family: "Roboto Flex", serif;
      font-weight: bold;
      padding: 25px 0 18px; }
    .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value {
      padding: 29px 0 18px; }
  .custom_cart .cart_right .alertBox--info {
    background-color: transparent;
    float: left;
    width: 100%;
    padding: 0;
    margin: 7px 0 4px 0; }
    .custom_cart .cart_right .alertBox--info .alertBox-icon {
      display: none; }
    .custom_cart .cart_right .alertBox--info .alertBox-message {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #603813;
      text-transform: uppercase;
      font-family: "Roboto Flex", serif;
      font-weight: bold; }
      .custom_cart .cart_right .alertBox--info .alertBox-message p {
        margin: 0; }
  .custom_cart .cart_right .cart-actions .button {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: "Roboto Flex", serif;
    font-weight: normal;
    text-transform: uppercase;
    width: 326px;
    height: 50px;
    padding: 0; }
    .custom_cart .cart_right .cart-actions .button:hover {
      color: #8CC63E; }

.cart_right .secure_purchase {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.15px;
  font-weight: normal;
  color: #8CC63F;
  clear: both;
  margin: 4px 0 9px; }
  .cart_right .secure_purchase svg {
    margin: 0 0 0 5px; }
    .cart_right .secure_purchase svg .a {
      fill: #8CC63E; }

.cart_right .card_list {
  text-align: center; }
  .cart_right .card_list ul {
    margin: 0; }
    .cart_right .card_list ul li {
      display: inline-block;
      padding: 0;
      margin: 0px;
      list-style-type: none; }
      .cart_right .card_list ul li img {
        width: 65px; }

.cart_right .use_live_chat {
  border: 1px solid #C1C0BC;
  padding: 19px 28px 17px;
  margin: 40px 0 78px 0; }
  .cart_right .use_live_chat span {
    display: block; }
  .cart_right .use_live_chat .live_chat {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #3E3D3F;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 4px 0; }
  .cart_right .use_live_chat .day_timing {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: normal; }
  .cart_right .use_live_chat .have_que {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: bold;
    color: #3E3D3F;
    text-transform: uppercase;
    margin: 0 0 2px 0; }
  .cart_right .use_live_chat .faq_link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: normal; }
    .cart_right .use_live_chat .faq_link:hover {
      color: #8CC63E; }
  .cart_right .use_live_chat .chat_BTN {
    margin: 24px 0 25px 0; }
    .cart_right .use_live_chat .chat_BTN a {
      font-size: 12px;
      line-height: 29px;
      letter-spacing: 0;
      color: #8CC63F;
      font-family: Arial;
      font-weight: 400;
      border: 1px solid #8CC63E;
      border-radius: 1px;
      width: 78px;
      height: 29px;
      margin: 0 11px 0 0;
      display: inline-block;
      text-align: center; }
      .cart_right .use_live_chat .chat_BTN a:hover {
        background-color: #8CC63E;
        color: #fff; }

.cart_right .shipping--info-time {
  padding: 17px 0 8px;
  margin: auto;
  width: 100%; }
  .cart_right .shipping--info-time .shipping--info-inner {
    display: block;
    text-align: center; }
    .cart_right .shipping--info-time .shipping--info-inner .NextShipping_lable {
      display: block; }
    .cart_right .shipping--info-time .shipping--info-inner .redText {
      padding: 7px 4px; }
      .cart_right .shipping--info-time .shipping--info-inner .redText .time_info {
        padding: 4px 20px 6px 24px; }
        .cart_right .shipping--info-time .shipping--info-inner .redText .time_info span {
          font-size: 24px;
          float: left;
          margin: 0 1px 0 0;
          display: inline-block; }
          .cart_right .shipping--info-time .shipping--info-inner .redText .time_info span small {
            font-size: 11px;
            margin: -4px 0 0 0; }

.cart_right .cart-additionalCheckoutButtons {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  display: none; }

.custom_cart .cart_left .cart .cart-list .cart-item:last-child {
  border: 0; }

.custom_cart .third_party_service {
  margin: 15px auto 0;
  text-align: center; }
  .custom_cart .third_party_service .payment_service {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
    font-weight: normal; }
  .custom_cart .third_party_service ul {
    margin: 0 0 0 11px;
    display: inline-block; }
    .custom_cart .third_party_service ul li {
      display: inline-block;
      padding: 0 4px;
      list-style-type: none; }

.custom_cart .save_later {
  background-color: #F5F5F5; }
  .custom_cart .save_later .page-heading.for_cart_page {
    display: block;
    text-align: left;
    max-width: 1200px;
    margin: 45px auto 21px; }

.custom_cart .cart_status_field {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #3E3D3F;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Roboto Flex", serif;
  display: inline-block;
  margin: 0 0 9px; }
  .custom_cart .cart_status_field .productView-info-name {
    font-weight: bold;
    font-family: "Roboto Flex", serif;
    margin: 0 7px 0 0; }

.custom_cart .Customisable_Form_Products {
  padding: 59px 0 0; }

.custom_cart .productGrid .product .card {
  margin-bottom: 39px; }

/*.custom_cart .cart_left .cart .cart-list .cart-item:first-child{
    padding-top: 0;
}
.after_login.custom_cart .cart_left .cart .cart-list .cart-item:first-child{
    padding-top: 31px;
}*/
.custom_cart .imp_message {
  float: left;
  width: 100%; }
  .custom_cart .imp_message .imp_message_first {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #4A4F54;
    font-weight: bold;
    margin: 0 35px 8px 0;
    position: relative;
    padding: 0 0 0 29px; }
    .custom_cart .imp_message .imp_message_first:before {
      content: "";
      background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/Cart_star.svg") no-repeat;
      width: 19px;
      height: 19px;
      display: inline-block;
      position: absolute;
      left: 0; }
    .custom_cart .imp_message .imp_message_first svg .a {
      fill: #8CC63E; }
  .custom_cart .imp_message .imp_message_sec {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    color: #4D4D4D;
    font-weight: normal;
    margin: 0 0 20px 29px; }
    .custom_cart .imp_message .imp_message_sec a {
      font-style: italic;
      font-weight: bold;
      color: #4D4D4D; }
      .custom_cart .imp_message .imp_message_sec a:hover {
        color: #8CC63E; }

.custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value {
  text-align: center;
  padding: 10px 0 10px; }
  .custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price {
    font-size: 10px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    height: 40px;
    border-radius: 14px;
    border: 1px solid #8CC63E;
    padding: 0 10px;
    color: #8CC63E; }
    .custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price:hover {
      color: #fff;
      background: #8CC63E; }

.custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value {
  text-align: center; }
  .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price {
    font-size: 10px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    height: 40px;
    border-radius: 14px;
    border: 1px solid #8CC63E;
    padding: 0 10px;
    color: #8CC63E; }
    .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price:hover {
      color: #fff;
      background: #8CC63E; }

.after_login.custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value, .after_login.custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value {
  text-align: right; }

.form-inlineMessage {
  line-height: 13px;
  font-size: 12px;
  letter-spacing: normal;
  position: absolute; }

/*.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_9{
    display: none;
}*/
.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_43 {
  width: 209px; }

.custom_createaccount .Customisable_Form_Products {
  display: none; }

.alertBox {
  float: left; }

/* Thank You For Registering Popup */
.MN_After_register_TY {
  margin: 85px 0 0 0; }

.After_register_TY {
  max-width: 650px;
  margin: auto;
  border-radius: 40px;
  box-shadow: 12px 0 99px #c8c8ca;
  display: flex; }
  .After_register_TY .after_register_left {
    float: left;
    width: 38.5%; }
    .After_register_TY .after_register_left img {
      width: 100%; }
  .After_register_TY .after_register_right {
    float: left;
    width: 61.5%;
    padding: 50px 50px 0 50px; }

.after_register_right .needsclick.Column__FormColumn-z5j99u-0.Ndwyt.kl-private-reset-css-Xuajs1 .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:first-child p {
  padding: 0 !important;
  font-family: "Roboto Flex", serif !important; }
  .after_register_right .needsclick.Column__FormColumn-z5j99u-0.Ndwyt.kl-private-reset-css-Xuajs1 .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:first-child p .ql-font-century-gothic {
    font-size: 22px !important; }

.after_register_right .needsclick.DropdownComponents__DropdownField-sc-1ahum51-2.bwefac.kl-private-reset-css-Xuajs1 {
  width: auto;
  height: 40px;
  border-radius: 50px;
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/Register_dropdown.svg") center right no-repeat;
  border-color: #E2E8EC !important; }
  .after_register_right .needsclick.DropdownComponents__DropdownField-sc-1ahum51-2.bwefac.kl-private-reset-css-Xuajs1 svg {
    display: none; }

.after_register_right .needsclick.MultiInputField__OptionContainer-ia4fu4-1.eGSHMQ.kl-private-reset-css-Xuajs1 svg {
  fill: #8CC63E !important;
  margin: 0 9px 0 0 !important; }
  .after_register_right .needsclick.MultiInputField__OptionContainer-ia4fu4-1.eGSHMQ.kl-private-reset-css-Xuajs1 svg #Group-17-Copy {
    fill: #8CC63E !important; }
    .after_register_right .needsclick.MultiInputField__OptionContainer-ia4fu4-1.eGSHMQ.kl-private-reset-css-Xuajs1 svg #Group-17-Copy #Oval-Copy {
      fill: #8CC63E !important; }

.after_register_right #downshift-0-input, #downshift-1-input {
  font-size: 14px !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  font-weight: normal !important;
  font-family: "Roboto Flex", serif !important;
  line-height: 36px !important; }

.after_register_right .fsIKy.fsIKy.fsIKy.fsIKy.fsIKy.fsIKy:focus {
  box-shadow: none !important;
  border-color: #E2E8EC !important; }

.subscribe_form .fsIKy.fsIKy.fsIKy.fsIKy.fsIKy.fsIKy, .subscribe_form .dFAxdI.dFAxdI.dFAxdI.dFAxdI.dFAxdI.dFAxdI {
  height: 50px !important;
  background-color: #fff !important;
  line-height: 50px !important;
  text-align: left;
  font-size: 14px !important;
  letter-spacing: 0px !important;
  color: #666666 !important;
  font-family: "Roboto Flex", serif !important;
  font-weight: normal !important;
  padding: 0 12px !important;
  border-radius: 4px; }

.subscribe_form .iamoiM.iamoiM.iamoiM.iamoiM.iamoiM.iamoiM {
  height: 28px !important;
  border-radius: 4px; }

.after_register_right .bwefac.bwefac:hover, .fsIKy.fsIKy.fsIKy.fsIKy.fsIKy.fsIKy:hover, .fsIKy.fsIKy.fsIKy.fsIKy.fsIKy.fsIKy:active {
  border-color: #E2E8EC !important; }

.after_register_right .bwefac.bwefac:focus-within {
  box-shadow: none !important;
  border-color: #E2E8EC !important; }

.after_register_right .fsIKy.fsIKy.fsIKy.fsIKy.fsIKy.fsIKy {
  border-radius: 50px; }

.after_register_right .needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.fsIKy.kl-private-reset-css-Xuajs1[type=text] {
  border-radius: 50px !important;
  font-size: 14px !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  font-family: "Roboto Flex", serif !important;
  font-weight: normal !important;
  line-height: 36px !important; }

.after_register_right .needsclick.MultiInputField__Text-ia4fu4-0.iURvI.kl-private-reset-css-Xuajs1 {
  font-size: 14px !important;
  line-height: normal !important;
  letter-spacing: 0px !important;
  color: #4A4F54 !important;
  font-family: "Roboto Flex", serif !important;
  font-weight: normal !important;
  margin: -5px 0 0 0; }

.after_register_right button.needsclick.Button__FormStyledButton-p2mbjt-0.cXnpwO.kl-private-reset-css-Xuajs1 {
  width: 276px !important;
  border: 2px solid #8CC63E !important;
  box-shadow: 2px 1px 5px #ceced0 !important;
  margin: 0 0 0 0; }
  .after_register_right button.needsclick.Button__FormStyledButton-p2mbjt-0.cXnpwO.kl-private-reset-css-Xuajs1:focus {
    box-shadow: none !important; }
  .after_register_right button.needsclick.Button__FormStyledButton-p2mbjt-0.cXnpwO.kl-private-reset-css-Xuajs1:hover {
    background-color: #fff !important;
    border: 2px solid #8CC63E !important;
    color: #8CC63E !important; }

.after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(8) {
  margin: 0 5px !important; }
  .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(8) > div {
    padding: 0 !important;
    margin: 11px 0 0 0 !important; }
    .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(8) > div:nth-child(2) {
      margin: 11px 0 0 -2px !important; }
  .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(8) p {
    font-family: "Roboto Flex", serif !important; }

.after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(6) > div {
  padding: 0 !important;
  margin: 0 0 22px 6px !important; }
  .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(6) > div:nth-child(2) {
    margin: 0 0 20px -7px !important; }

.after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(4) > div {
  padding: 0 !important;
  margin: 0 0 22px 6px !important; }
  .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(4) > div:nth-child(2) {
    margin: 0 0 22px 32px !important; }

.after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(3) > div p .ql-font-century-gothic {
  font-size: 14px !important; }

.after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(2) div {
  padding: 0; }
  .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(2) div p {
    margin: 0 35px 27px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0px !important;
    text-align: center; }

/**/
#bk-countdown-timer .wrapper-message {
  display: none; }

.pace-progress, .nanobar .bar {
  background: #8CC63F; }

.loadingOverlay:before {
  border-color: #fff #fff #8CC63F #8CC63F; }

.navUser-item--cart .dropdown-menu {
  background: #fff;
  border-radius: 10px 0px 10px 10px;
  border: 5px solid #8CC63E; }

.navUser-item--cart .dropdown-menu .previewCart {
  border: 0; }

#bk-countdown-timer .bk-normal-clock {
  margin: auto; }

#bk-countdown-timer > div {
  margin: 10px 0; }

.popup_btn {
  margin: 10px 0 0; }

button.needsclick.Button__FormStyledButton-p2mbjt-0.iamoiM.kl-private-reset-css-Xuajs1:focus {
  box-shadow: none !important; }

button.needsclick.Button__FormStyledButton-p2mbjt-0.iamoiM.kl-private-reset-css-Xuajs1:hover {
  background-color: #4A4F54 !important;
  border-color: #4A4F54 !important; }

.popup_btn {
  margin: 10px 0 0; }

.holiday_message {
  display: none;
  clear: left;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  background: #f17272;
  padding: 12px 15px;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 25px;
  border: 1px solid #f17272;
  border-radius: 10px;
  text-align: center;
  font-family: "Roboto Flex", serif; }
  .holiday_message p {
    margin: 0px;
    line-height: normal; }
    .holiday_message p:last-child {
      margin-bottom: 0; }

.cart_right .card_list {
  margin: 10px 0 0; }

.co_img {
  float: right;
  margin: 0 0 15px 15px; }

.cms_page p.table_ware {
  font-size: 15px; }

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

.cms_page .for_aligncenter > a {
  display: inline-block; }

.cms_page .for_border {
  border: 1px solid #dbdbdb; }

/**/
.ScheduleCall_popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999; }

.active_SchedulePopup .ScheduleCall_popup {
  display: block !important; }

.ScheduleCall_inner {
  max-width: 600px;
  width: 100%;
  padding: 15px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  z-index: 999;
  border-radius: 4px;
  max-height: 95vh;
  overflow-y: auto; }

.ScheduleCall_title {
  margin: 0;
  padding: 0 0 15px;
  display: block;
  color: #8CC63E; }

.ScheduleCall_form .uZdWz.uZdWz {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ScheduleCall_form * {
  outline: none !important; }

.ScheduleCall_form input {
  border-color: #8CC63F !important;
  box-shadow: none !important; }

.ScheduleCall_form button.Button__FormStyledButton-p2mbjt-0,
.ScheduleCall_form button.Button__FormStyledButton-p2mbjt-0:focus,
.ScheduleCall_form button.Button__FormStyledButton-p2mbjt-0:active {
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 17px !important;
  padding: 12px 30px !important;
  border: 1px solid #8CC63E !important;
  background: #8CC63E !important;
  border-radius: 4px;
  letter-spacing: 1px !important;
  box-shadow: none !important; }

.ScheduleCall_form button.Button__FormStyledButton-p2mbjt-0.gamZZK:hover, .ScheduleCall_form button.Button__FormStyledButton-p2mbjt-0:hover {
  background: #fff !important;
  color: #8CC63E !important; }

.ScheduleCall_form:not(.optionSelect) .Column__FormColumn-z5j99u-0 > .kl-private-reset-css-Xuajs1:not(:first-child) {
  display: none; }

.custom_page .page {
  float: left;
  width: 100%; }
  .custom_page .page .cms_page h3 {
    font-size: 20px; }
  .custom_page .page .cms_page h2 {
    font-size: 22px; }
  .custom_page .page.cms_title .page-heading {
    margin: 10px 0 25px; }
  .custom_page .page.cms_title .img-round-corners {
    display: block;
    margin: auto; }

.page-heading {
  font-size: 24px; }

/* Account Customization */
.navBar--account {
  float: left;
  width: 20.9%;
  margin: 0;
  background-color: #F5F7F5;
  padding: 0 0 12px 0; }
  .navBar--account .navBar-item {
    float: left;
    display: block;
    margin: 0;
    width: 100%;
    text-align: left; }
    .navBar--account .navBar-item .navBar-action {
      font-size: 15px;
      line-height: normal;
      letter-spacing: 0px;
      color: #4A4F54;
      text-transform: uppercase;
      font-family: "Roboto Flex", serif;
      font-weight: bold;
      padding: 20px 31px 19px; }
    .navBar--account .navBar-item.is-active {
      border-bottom: 0.5px solid #C1C0BC;
      font-size: 15px;
      line-height: normal;
      letter-spacing: 0px;
      color: #8CC63E;
      text-transform: uppercase;
      font-family: "Roboto Flex", serif;
      font-weight: bold;
      padding: 20px 31px 18px; }

.account.account--fixed {
  float: left;
  width: 79%;
  padding: 0 0 0 50px; }
  .account.account--fixed .account-head {
    margin: 0; }
  .account.account--fixed .account-body {
    max-width: 800px; }
    .account.account--fixed .account-body .account-content {
      padding: 0; }
      .account.account--fixed .account-body .account-content .account-heading {
        font-size: 25px;
        line-height: normal;
        letter-spacing: 0px;
        color: #4A4F54;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        margin: -7px 0 0 0;
        padding-bottom: 26px; }
    .account.account--fixed .account-body .account-list .account-product-figure {
      width: 120px;
      height: 120px;
      margin: 0 39px 0 0; }
      .account.account--fixed .account-body .account-list .account-product-figure:after {
        padding: 0; }
      .account.account--fixed .account-body .account-list .account-product-figure .account-product-image {
        max-height: 100%; }
    .account.account--fixed .account-body .account-list .account-product-body .account-listItem {
      padding: 30px 0; }
      .account.account--fixed .account-body .account-list .account-product-body .account-listItem .account-product-title {
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0px;
        color: #4A4F54;
        font-family: "Roboto Flex", serif;
        font-weight: bold;
        margin: 0 0 6px 0; }
      .account.account--fixed .account-body .account-list .account-product-body .account-listItem .account-orderStatus-label {
        background-color: #CCCCCC;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "Roboto Flex", serif;
        font-weight: normal;
        padding: 0 8px; }
      .account.account--fixed .account-body .account-list .account-product-body .account-listItem .account-product-description {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0px;
        color: #3E3D3F;
        font-weight: normal;
        font-family: "Roboto Flex", serif; }
    .account.account--fixed .account-body .account-list .account-product-body .account-product-detail .account-product-detail-heading {
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0px;
      color: #666666;
      font-family: "Roboto Flex", serif;
      font-weight: normal; }
    .account.account--fixed .account-body .account-list .account-product-body .account-product-detail span {
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.48px;
      color: #4A4F54;
      font-weight: bold;
      font-family: "Roboto Flex", serif; }

body.custom_account_orderstatus .page-heading, .custom_account_inbox .page-heading {
  display: none; }

.custom_cart #qn-cart-to-quote {
  display: none; }

.custom_default .Customisable_Form_Products {
  padding: 40px 0;
  /* background: #F5F5F5; */ }

@media only screen and (min-width: 990px) {
  body.after_login.body_top {
    padding-top: 233px; } }

.custom_cart .cart_right .cart-total-label {
  width: 60%; }

.custom_cart .cart_right .cart-total-value {
  width: 40%; }

.custom_account_order .account-content--fixedSmall {
  width: 75%;
  padding: 0 0 0 70px; }

.account--fixedLarge {
  width: 100%; }

.custom_BTN .card-text-custom {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  font-family: "Roboto Flex", serif;
  letter-spacing: 0;
  color: #8CC63F;
  font-weight: 700;
  margin-bottom: 10px; }

.custom_createaccount .body {
  margin-bottom: 74px; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .form-label:before {
  content: "Account";
  display: inline-block;
  margin: 0 5px 0 0; }

.cat_left .blog_cnt .bg_all_pt ul li > div > a, .cat_left .blog_cnt .bg_all_pt ul li > div > a img {
  height: auto; }

.custom_account_order .account-listItem .account-product-image {
  position: absolute; }

.accordion--navList .accordion-content {
  padding: 0px 0px 0px 20px; }

.cat_left .blog_cnt .bg_all_pt ul li .blog_body h3 .blog_title {
  font-size: 15px; }

.product_grid__view .productGrid .product .card .for_list_view p .productView-info-value1 {
  color: #4D4D4D;
  margin-left: 4px; }

.productView-details .productView-title {
  text-transform: capitalize; }

.custom_cart .cart_right .cart-totals .coupon-form .form-input,
.custom_cart .cart_right .cart-totals .cart-gift-certificate-form .form-input {
  font-size: 13px; }

.custom_product .breadcrumbs {
  margin: 0px 0px 20px; }

.custom_product.after_login .breadcrumbs {
  margin: 15px 0px 20px; }

.Supplies_Banners button.slick-prev {
  left: -52px; }

.Supplies_Banners button.slick-next {
  right: -52px; }

.custom_cart .cart_left .login_for_price {
  line-height: 36px; }

.custom_cart .login_for_price {
  cursor: pointer; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
  height: 160px; }

.login_img {
  display: none; }

.previewCartList .previewCart_sku {
  color: #4A4F54;
  font-size: 12px;
  display: block;
  line-height: normal; }

.header .hdr_bottomright .previewCartList .previewCartItem-content {
  padding-bottom: 10px; }

/**/
.cat_desp {
  padding: 0; }

.contact_left {
  display: inline-block;
  float: left;
  width: 50%; }

.contact_right {
  display: inline-block;
  float: right;
  width: 50%; }
  .contact_right .needsclick.Column__FormColumn-z5j99u-0.Ndwyt.kl-private-reset-css-Xuajs1 input {
    background-color: #F2F7EB !important; }

.contact_bottom {
  clear: both;
  float: left;
  width: 100%;
  display: block;
  margin: 20px 0;
  display: none; }

.after_login .contact_bottom {
  display: block; }

/*.contact_right .Column__FormColumn-z5j99u-0 div:nth-child(5) input {
    height: 100px !important;padding-right:15px !important;
    &:hover, &:active, &:focus, &:visited{
        height: 100px !important;
    }
}*/
.ctm_fd_grid.Priceparpiece.NotFound_bulkDiscount {
  padding: 0;
  border: 0;
  margin: 0 0 20px; }

.ctm_fd_grid.Priceparpiece.NotFound_bulkDiscount ul li {
  text-align: left;
  border-bottom: solid 1px #8CC63E; }

.contact_right .hvWziq.hvWziq {
  font-family: "Roboto Flex", serif !important;
  color: #000 !important; }

.catalogSection {
  margin: 20px 0 0 0; }

/**/
.previewCartAction {
  margin: auto; }

.previewCart .previewCartAction > div {
  width: 100%;
  padding: 0;
  margin: 3px auto; }

.previewCart .previewCartAction > div .button {
  font-size: 18px;
  padding: 15px 5px;
  font-weight: bold;
  border-radius: 10px; }

.previewCart .previewCartAction .previewCartAction-viewCart .button {
  background: #fff;
  border-color: #8CC63E;
  color: #8CC63E; }

.previewCart .previewCartAction .previewCartAction-viewCart .button:hover {
  background: #8CC63E;
  border-color: #8CC63E;
  color: #fff; }

.previewCart .previewCartAction .previewCartAction-checkoutMultiple {
  text-align: center;
  margin: 5px auto 0;
  clear: left; }

.navUser-item--cart .countPill {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  padding: 0;
  margin: auto;
  font-size: inherit;
  color: #333;
  margin-top: -2px; }

.previewCart .previewCart_proCase {
  display: block;
  line-height: normal !important;
  color: #4A4F54;
  font-family: "Roboto Flex", serif;
  font-weight: 700;
  font-size: 12px; }

/**/
.shipping--info-time .timer-count-block {
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 3px 16px;
  text-align: center; }

.shipping--info-time .its-timer__time, .shipping--info-time .timer-lbl {
  display: block;
  line-height: normal;
  clear: left;
  font-size: 17px; }

.shipping--info-time .timer-lbl {
  display: block;
  line-height: normal;
  clear: left;
  margin: -6px 0 0 0; }

.shipping--info-time span {
  vertical-align: middle; }

.custom_cart .productGrid .product .card .custom_BTN a.qoute_btn, .custom_cart.after_login .block_main.card_addCart, .after_login .wishlist_details_page .block_main.card_addCart {
  display: none !important; }

.custom_cart.after_login .slick-next, .custom_cart.after_login .slick-prev {
  height: 280px;
  margin: -20px 0 0 0; }

.form-field--success.form-field--inputPassword .form-input[type=text] {
  background-image: none !important; }

.toggle-password {
  cursor: pointer; }

input:-internal-autofill-selected {
  background-color: #F2F7EB !important; }

input.needsclick.TextInput__FormStyledTextInput-sc-1o6de9f-0.egLBVH.kl-private-reset-css-Xuajs1 {
  background-color: #F2F7EB !important; }

.login .form-input {
  background-color: #F2F7EB; }

.popup_forgot {
  margin: -5px 0 0; }

.custom_cart .header .menu_bottom {
  display: none !important; }

.imp_message_inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 82px);
  display: inline-block;
  float: none;
  vertical-align: middle; }

.readless_button {
  display: inline-block;
  vertical-align: middle; }

.cartReadMoreActive .readless_button {
  text-align: right;
  display: block; }

.cartReadMoreActive .cart_read_moreLess .readmore_txt {
  display: none; }

.cartReadMoreActive .cart_read_moreLess .readless_txt {
  display: block !important; }

.cartReadMoreActive .imp_message_inner {
  overflow: visible;
  white-space: inherit;
  max-width: 100%; }

/**/
.cart-wishlist-link {
  font-family: "Roboto Flex", serif;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: -1px 0 0 15px; }

[data-save-later] {
  display: none; }

.cart-wishlist-link .cart_wishlistBtn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  padding: 0;
  margin: 0;
  color: #4D4D4D; }

.cart-wishlist-link .cart_wishlistBtn:hover {
  color: #8CC63E; }

.custom_cart .cart_left .cart .cart-list .cart-item a.cart-remove {
  float: left; }

.progress_line[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  width: 100%;
  height: 16px;
  border: 0px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  max-width: 250px;
  margin: -1px 5px 0;
  vertical-align: middle;
  background-color: #fff; }

.progress_line[value]::-webkit-progress-bar {
  background-color: #fff; }

.progress_line::-webkit-progress-value {
  background-color: #8CC63E;
  border-radius: 15px; }

.progress_line::-moz-progress-bar {
  background-color: #8CC63E;
  border-radius: 15px; }

.custom_cart .cart_left .alertBox--info .alertBox-message {
  display: block;
  font-size: 16px; }

.progress_block {
  padding: 0 20px 0 0; }

/* Cart top progressbar #8CC63E*/
.cart_left .progress_line::-webkit-progress-value {
  background-color: #603813;
  border-radius: 15px; }

.cart_left .progress_line::-moz-progress-bar {
  background-color: #603813;
  border-radius: 15px; }

.custom_cart .cart_left .alertBox--info {
  background-color: #8CC63E; }

/* end */
.Cart_Grand_Total .progress_block, .for_Mobile .progress_block {
  padding: 0;
  margin: 0 auto 10px;
  display: block;
  text-align: center; }

.Cart_Grand_Total .progress_line[value], .for_Mobile .progress_line[value] {
  max-width: calc(100% - 80px);
  width: 100%; }

.Cart_Grand_Total .spend_msg, .for_Mobile .spend_msg {
  text-align: center;
  margin: 0 auto;
  display: block; }

.Cart_Grand_Total .progress_line[value] {
  background-color: #603813; }

.Cart_Grand_Total .progress_line[value]::-webkit-progress-bar {
  background-color: #603813; }

.Cart_Grand_Total .progress_line::-webkit-progress-value {
  background-color: #8CC63E;
  border-radius: 15px; }

.Cart_Grand_Total .progress_line::-moz-progress-bar {
  background-color: #8CC63E;
  border-radius: 15px; }

.items_not_found .for_desktop {
  display: none !important; }

.custom_cart .cart_right .alertBox--info .alertBox-message {
  text-align: center; }

.backorderfound .imp_message {
  display: block !important; }

.custom_login .login-row {
  clear: left; }

.product_table__view .CP_table_display {
  margin: 0 auto; }

.cartFreeShipping_lbl, .addInfo_lbl {
  font-weight: normal; }

.freeshippingQualify .addInfo_lbl {
  display: none; }

.freeshippingQualify .cartFreeShipping_lbl {
  display: block !important; }

.custom_account_orderstatus .account-list .account-listItem {
  clear: left; }

.navUser-item--cart .dropdown-menu .previewCart .spend_more_main p {
  color: #8CC63E; }

.swal2-modal.CustomRemoveItems button[type='button'], .swal2-modal.CustomRemoveItems button[type='button']:focus, .swal2-modal.CustomRemoveItems button[type='button']:active {
  margin: auto 5px !important;
  border-color: #8CC63E !important;
  outline: none !important;
  box-shadow: none !important; }

@media only screen and (max-width: 1599px) {
  .previewCart .previewCartAction > div .button {
    font-size: 12px;
    padding: 7px 5px; }
  .navUser-item--cart .dropdown-menu .previewCart .spend_more_main p {
    font-size: 10px;
    padding: 0 0 5px; }
  .navUser-item--cart .dropdown-menu .previewCart .sub_total_container {
    height: 32px; }
  .navUser-item--cart .dropdown-menu .previewCart .sub_total_container .subtotal_heading, .navUser-item--cart .dropdown-menu .previewCart .sub_total_container .cart_total {
    line-height: 32px;
    font-size: 14px; }
  .navUser-item--cart .dropdown-menu .previewCart .cart_container {
    padding: 5px 0 0; }
  .previewCartAction {
    padding: 8px 13px; } }

.account .form-input {
  background-color: #F2F7EB; }

.login .form-input {
  background-color: #F2F7EB !important; }

/* Add to cart popup design */
.menu_bottom {
  margin: 5px 0 0; }

.main_menu {
  margin-bottom: 5px; }

.AddToCart_PopUp.modal--large.open {
  max-width: 1048px;
  width: 100%;
  height: auto; }

.shipModel-header {
  padding: 0;
  margin: 0; }

.shipModel-body section.productView.first-view {
  width: 70%;
  border-bottom: none !important; }

.shipModel-body section.productView.first-view h4 {
  margin: 0 0 20px 0;
  padding: 0px 0 20px 0;
  color: #8cc63e; }

.shipModel-body section.productView.first-view h4.productView-title {
  padding: 0;
  margin: 0; }

.shipModel-body section.productView.first-view .popup_sku, .shipModel-body section.productView.first-view .popup_sku {
  margin-bottom: 25px !important;
  text-transform: uppercase;
  color: #c2c4c5;
  font-size: 20px; }

.shipModel-body section.productView.first-view .qty_section {
  border: medium none;
  width: 100%;
  color: #9da0a3;
  font-size: 21px; }

.shipModel-body section.productView.first-view .qty_section .cart-item-value, .shipModel-body section.productView.first-view .qty_section strong {
  color: #494e53;
  font-weight: 700; }

.shipModel-body .productView-details .popup_sku .sku_value {
  color: inherit !important;
  font-weight: normal !important; }

.shipModel-body section.productView.second-view {
  width: 30%;
  border-bottom: medium none !important;
  padding-left: 32px;
  border-left: 2px solid #cccccc; }

.shipModel-body section.productView.second-view .previewCartCheckout-subtotal {
  margin-bottom: 0 !important;
  display: inline-flex;
  width: 100%; }

.shipModel-body section.productView.second-view .estimate-total {
  display: inline-block;
  width: auto;
  margin: 0 auto; }

.shipModel-body section.productView.second-view .estimate-total label {
  width: auto;
  float: left;
  font-size: 20px;
  color: #8CC63E;
  font-weight: 700; }

.shipModel-body section.productView.second-view .estimate-total .cart-total-grandTotal {
  float: left;
  width: auto;
  padding: 5px 0 0 5px; }

.shipModel-body section.productView.second-view .estimate-total .cart-total-grandTotal .previewCartCheckout-price {
  font-size: 20px;
  color: #8CC63E;
  font-weight: 700;
  font-family: "Karla",Arial,Helvetica,sans-serif; }

.shipModel-body section.productView.second-view .btnGroup a {
  width: 100%;
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 0; }

.shipModel-body section.productView.second-view .status_message .alertBox--info {
  padding-left: 0px;
  padding-right: 0px;
  background: white none repeat scroll 0% 0%;
  color: black;
  margin: 10px 0 0 0; }

.shipModel-body section.productView.second-view .status_message .alertBox--info .alertBox-message {
  text-align: center; }

.shipModel-body section.productView.second-view .status_message .alertBox--info .progress_block {
  font-size: 18px;
  padding-right: 0px;
  color: #565656; }

.shipModel-body section.productView.second-view .status_message .alertBox--info progress {
  max-width: auto;
  background: #494e53;
  border: 0 none transparent;
  width: 56%;
  height: 11px; }

.shipModel-body section.productView.second-view .status_message .progress_max {
  font-size: 18px;
  color: #8cc63e; }

.shipModel-body section.productView.second-view .status_message .spend_msg, .shipModel-body section.productView.second-view .status_message .ctmShipping_msgSuccess {
  color: #abaeb0;
  text-align: center;
  letter-spacing: normal;
  line-height: 1;
  font-size: 15px;
  padding: 15px 5px 0px 5px;
  width: 100%;
  display: inline-block; }

.shipModel-body section.productView.second-view .status_message .spend_msg .grn {
  color: #8cc63e; }

.shipModel-body section.productView.second-view .status_message .learn-about-shipping {
  width: 100%;
  display: inline-block;
  padding: 15px 0px 0px;
  font-size: 16px; }

.shipModel-body section.productView.second-view .status_message .learn-about-shipping a {
  color: #5f6367 !important;
  font-weight: 600; }

.shipModel-body section.productView.second-view .continue_shopping {
  width: 100%;
  display: flex;
  text-align: center;
  width: 100%; }

.shipModel-body section.productView.second-view .continue_shopping a {
  width: 100%;
  background-color: #fff;
  border-color: #8cc63e;
  color: #8cc63e; }

.shipModel-body section.productView.second-view .progress_line[value] {
  background-color: #494e53; }

.shipModel-body section.productView.second-view .progress_line[value]::-webkit-progress-bar {
  background-color: #494e53; }

.shipModel-body section.productView.second-view .progress_line::-webkit-progress-value {
  background-color: #8CC63E;
  border-radius: 15px; }

.shipModel-body section.productView.second-view .progress_line::-moz-progress-bar {
  background-color: #8CC63E;
  border-radius: 15px; }

.shipModel-body section.productView.second-view .continue_shopping a {
  border-radius: 7px;
  font-family: "Roboto Flex", serif;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  letter-spacing: 0;
  line-height: 2.2;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  padding: 0 15px; }

.shipModel-body section.productView.second-view .continue_shopping a:hover {
  background-color: #8cc63e;
  border-color: #8cc63e;
  border-radius: 4px;
  color: #fff;
  outline: medium none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.7s ease 0s; }

.shipModel-body section.productView.second-view .status_message .learn-about-shipping a:hover {
  color: #8cc63e !important; }

@media only screen and (max-width: 1280px) {
  .shipModel-body section.productView.second-view .status_message .alertBox--info progress {
    width: 55%; }
  .shipModel-body section.productView.second-view .status_message .ctmShipping_msgSuccess, .shipModel-body section.productView.second-view .status_message .spend_msg {
    color: #abaeb0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 0 15px;
    text-align: center;
    width: 100%; } }

@media only screen and (max-width: 1220px) {
  .shipModel-body section.productView.second-view .status_message .alertBox--info progress {
    width: 52%; } }

@media only screen and (max-width: 1060px) {
  .shipModel-body section.productView.second-view .status_message .alertBox--info .progress_block, .shipModel-body section.productView.second-view .status_message .progress_max {
    font-size: 20px; }
  .shipModel-body section.productView.second-view .status_message .alertBox--info .progress_block, .shipModel-body section.productView.second-view .status_message .progress_max {
    font-size: 22px; }
  .shipModel-body section.productView.second-view .status_message .alertBox--info progress {
    width: 55%; }
  .shipModel-body section.productView.second-view .status_message .ctmShipping_msgSuccess, .shipModel-body section.productView.second-view .status_message .spend_msg {
    color: #abaeb0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 0 15px;
    text-align: center;
    width: 100%; } }

@media only screen and (max-width: 990px) {
  .shipModel-body section.productView.second-view .estimate-total .cart-total-grandTotal {
    padding: 0 0 0 5px; } }

@media only screen and (max-width: 890px) {
  .shipModel-body section.productView.second-view {
    border: none !important;
    border-left: 2px solid #cccccc;
    padding-left: 15px;
    width: 100%; }
  .shipModel-body section.productView.first-view {
    border-bottom: 2px solid #ccc !important;
    width: 100%; }
  .shipModel-body section.productView.second-view .estimate-total .cart-total-grandTotal {
    float: left;
    padding: 0 0 0 5px;
    width: auto; }
  .shipModel-body section.productView.second-view .estimate-total {
    display: inline-block;
    text-align: center;
    width: auto; }
  .shipModel-body section.productView.second-view {
    padding-left: 0; }
  .shipModel-body .qty_section .productView-info-value {
    float: unset; } }

/**/
.custom_product .productView-product .price--rrp, .custom_product .productView-product .price-section--saving {
  display: inline-block; }

.custom_product .productView-product .price_was, .custom_product .productView-product .product_pg_Packing {
  display: inline-block !important; }

.productView-product .ppTop_info .ppTop_sku .productView-info-name {
  display: inline-block;
  margin-bottom: 0; }

.productView-product .ppTop_info .ppTop_sku .productView-info-value {
  display: inline-block;
  margin-bottom: 0; }

.productView-product .ppTop_info {
  background: #f4f4f4;
  padding: 20px 30px; }

.productView-product .ppTop_info h1.productView-title {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 20px; }

.productView-product .ppTop_info .ppTop_rev_piece .pro_case {
  margin: 0;
  font-size: 14px; }

.productView-product .pp_before_btn {
  padding-right: 0; }

.productView-product .pp_before_btn a.login_for_price {
  border-radius: 5px; }

.productView-product .shipping--info-time .timer_lbl_info {
  max-width: 150px;
  line-height: 14px; }

.productView-product .shipping--info-time .timer_lbl_info .NextShipping_lable {
  font-size: 14px; }

.productView-product .Pro_color_option {
  margin-bottom: 10px; }

.productView-product .Productview_available_size {
  padding: 0 0 12px 0; }

.productView-product .Productview_available_size h3 {
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 14px; }

.productView-product .Productview_available_size > ul {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 100%; }

.productView-product .color_accessories {
  border: 0;
  padding: 30px 0; }

.productView-product .Productview_available_size {
  padding: 0 0 5px; }

.Productview_available_size ul li .available_size_inner {
  padding: 0;
  border: 0; }

.Productview_available_size ul li {
  padding: 0 8px 15px; }

.Productview_available_size ul li .available_size_inner .available_size p {
  font-size: 14px;
  line-height: normal; }

.Productview_available_size ul li .available_size_inner .available_size span {
  font-size: 14px;
  line-height: normal;
  display: block;
  margin: 5px 0 0; }

.pro_custumize_mn {
  clear: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #E2E8EC;
  margin: 0 auto 30px; }

.proCustumize_Grid {
  display: inline-block;
  float: left;
  width: 20%; }

.proCust_block {
  text-align: center;
  display: block; }

.proCust_block > a > svg, .proCust_block .form-wishlist svg {
  margin: auto;
  text-align: center;
  height: 32px;
  width: 32px; }

.proCust_block svg > .a, .proCust_sampleRrder .proCust_block svg > .b {
  fill: #8CC63E; }

.proCust_blockTxt {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #4A4F54; }

.proCust_block .form-wishlist {
  margin: 0 auto;
  float: none; }

.whish_link {
  margin: auto;
  text-align: center;
  padding: 0;
  display: block; }

.proCust_block > a:hover .proCust_blockTxt, .proCust_block .whish_link:hover .proCust_blockTxt {
  color: #8CC63E; }

.proCust_block .pro_share {
  background-color: transparent !important;
  background: url("../img/share_icon.svg") no-repeat !important;
  background-position: 50% 5px !important;
  padding: 10px 0 30px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  background-size: 30px !important; }

.proCust_block #st-1.st-animated {
  width: 100%;
  text-align: center; }

.proCust_block #st-1 .st-btn[data-network='sharethis'] {
  background: transparent !important;
  width: auto;
  height: auto;
  padding: 0 !important;
  margin: 0 auto !important; }

.proCust_block #st-1 .st-btn[data-network='sharethis'] > span {
  width: 100%;
  display: block !important; }

.proCust_block #st-1.st-has-labels .st-btn.st-remove-label {
  max-width: 100%;
  width: 100%; }

.after_login .productView-product .ppTop_info .ppTop_rev_piece .pro_case {
  width: auto;
  margin: 0 8px 0 0; }

.productView-product .ppTop_info .ppTop_row1,
.productView-product .ppTop_info .ppTop_row2 {
  display: inline-block; }

.productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 {
  display: inline-block; }

.productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 .ppTop_spec_lbl {
  display: inline-block;
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/discount-tag.svg") no-repeat center;
  width: 102px;
  height: 26px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Flex", serif; }

.custom_product .productView-product .price-section--saving {
  float: right;
  text-transform: uppercase; }

.custom_product .productView-product .ppTop_save_btm {
  float: right;
  font-size: 14px; }

.productView-price .rrp-price--withoutTax.price-section {
  font-size: 18px; }

.productView-price .rrp-price--withoutTax .productView-info-value {
  font-size: 18px; }

.custom_product .productView .pro_details {
  background: #ffffff; }

.custom_product .productView .pro_details .ctm_accordion .accordion_full a.accordion_title {
  background: url("https://cdn11.bigcommerce.com/s-uivlp2/content/plus_icon.webp") no-repeat right 15px top 15px;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Roboto Flex", serif;
  color: #4A4F54;
  font-weight: 700;
  max-width: 1200px;
  margin: 0 auto;
  display: inherit; }

.custom_product .productView .pro_details .ctm_accordion .accordion_full.acc_active a.accordion_title {
  background: url("https://cdn11.bigcommerce.com/s-uivlp2/content/plus_icon_active.webp") no-repeat right 15px top 15px #f5f5f5; }

.custom_product .productView .pro_details .ctm_accordion .accordion_full {
  background: #f5f5f5;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock {
  background: #ffffff;
  float: left;
  width: 100%; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_img_cnt {
  float: left;
  width: 33.33%; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_img_cnt img {
  width: 100%; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list {
  float: left;
  width: 33.33%; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo {
  float: left;
  width: 33.33%;
  padding: 0 0 0 30px;
  position: relative; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_productTitle {
  font-size: 18px;
  font-family: "Roboto Flex", serif;
  color: #4A4F54;
  font-weight: 700;
  display: block; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_title {
  font-size: 14px;
  font-family: "Roboto Flex", serif;
  color: #85c14c;
  font-weight: 700;
  display: block;
  margin: 10px 0 10px 8px;
  position: relative; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_title:after {
  content: "";
  display: inline-block;
  width: 270px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 100%;
  left: -8px;
  margin: 10px 0 0; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_listInner {
  margin: 24px 0 0; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_listInner .specification_info .specification-info-name {
  width: 70%;
  float: left;
  padding-left: 20px; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_listInner .specification_info:nth-child(odd) {
  background: #e7e8e8; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_listInner .specification_info:nth-child(even) {
  background: #f6f6f6; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo h2.spec_aboutTitle {
  font-size: 18px;
  margin: 0;
  text-transform: capitalize; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo .spec_subTitle {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-family: "Roboto Flex", serif;
  color: #85c14c;
  font-weight: 700; }

.custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo .spec_aboutContent p.spec_highlights {
  font-size: 14px;
  font-family: "Roboto Flex", serif;
  color: #85c14c;
  font-weight: 700;
  margin: 30px 0 5px 0;
  line-height: 16px; }

.custom_product .productView .pro_details .ctm_accordion .accordion_content {
  display: none; }

.custom_product .productView .pro_details .ctm_accordion .accordion_content.acc_active {
  display: block; }

.custom_product .productView .pro_details .ctm_accordion .accordion_grid {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.custom_product .productView .pro_details .ctm_accordion .accordion_grid .accordion_content .pro_reviewsBlock a {
  color: #ffffff; }

.custom_product .productView .pro_details .ctm_accordion .accordion_grid .accordion_full.acc_active {
  float: left;
  width: 100%; }

/**/
.body_top .productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 {
  display: none; }

.body_top.custom_product .productView-product .ppTop_save {
  top: 20px;
  right: auto;
  position: absolute;
  left: 65px; }

.body_top.custom_product .productView-product .price-section--saving {
  float: left;
  right: 0px;
  top: 10px; }

.body_top .productView-product .productView-price .rrp-price--withoutTax.price-section {
  float: left;
  padding: 7px 0 7px 10px;
  font-size: 15px; }

.body_top .productView-price .price-section.withoutTax_MainPrice {
  float: left;
  clear: left;
  padding-left: 143px;
  font-size: 16px;
  margin: -7px 0 0; }

.body_top .productView-price .price-section.withoutTax_MainPrice .price {
  font-size: 17px; }

.body_top .productView-price .withoutTax_MainPrice .product_pg_Packing label {
  margin: 0 0 -7px 0;
  display: inline-block; }

.body_top .productView-price .withoutTax_MainPrice .product_pg_Packing .productView-info-value {
  margin: 0px; }

.body_top .productView .form .form-field.form-field--increments {
  top: 0; }

.custom_createaccount .password-chk, .custom_getnewpassword .password-chk {
  text-align: left;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  list-style: none; }
  .custom_createaccount .password-chk li, .custom_getnewpassword .password-chk li {
    font-weight: 400;
    font-family: "Roboto Flex", serif;
    font-size: 12px; }
    .custom_createaccount .password-chk li span, .custom_getnewpassword .password-chk li span {
      width: 15px;
      height: 15px;
      display: inline-block;
      border-radius: 50%;
      margin: 2px 10px 2px 0;
      background-size: 8px !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      vertical-align: middle; }

.custom_createaccount .strenght_password, .custom_getnewpassword .strenght_password {
  list-style: none;
  float: left;
  width: 100%;
  text-align: left;
  margin: 5px 0; }
  .custom_createaccount .strenght_password li, .custom_getnewpassword .strenght_password li {
    font-size: 10px;
    color: #000 !important; }

.custom_createaccount .form-field--success .form-input[type=text], .custom_getnewpassword .form-field--success .form-input[type=text] {
  background-image: none; }

.custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password.fa.fa-fw.fa-eye.field-icon.toggle-password, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
  position: absolute;
  top: 54px;
  right: 30px;
  bottom: auto; }

.custom_createaccount .alertBox {
  margin: 15px 0 0px 10px; }

.custom_getnewpassword .form-field--inputPassword .toggle-password.fa.fa-fw.fa-eye.field-icon.toggle-password, .custom_getnewpassword .form-field--inputPassword .toggle-password.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
  position: absolute;
  top: 40px;
  right: 30px;
  bottom: auto; }

.custom_getnewpassword .form-inlineMessage {
  position: absolute;
  bottom: -13px; }

.custom_getnewpassword .form-field {
  margin: 0 0 2.3rem; }

.custom_getnewpassword .alertBox {
  margin: 0 0 25px 0; }

.productView-product .Productview_available_size {
  display: none; }

.color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img img {
  margin: auto; }

.proCust_proShare #st-2 .st-btn > img {
  visibility: hidden !important; }

.proCust_proShare #st-2 .st-btn[data-network='sharethis'] {
  background: transparent; }

.proCust_proShare #st-2 .st-btn[data-network='sharethis'] > span {
  display: block !important;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #4A4F54;
  padding: 4px 0 0;
  font-family: "Roboto Flex", serif;
  top: 0; }

.proCust_proShare #st-2 .st-btn:hover {
  top: 0 !important; }

.spec_listInner .specification_info {
  display: inline-block;
  width: 100%; }

.spec_listInner .specification_info .specification-info-value {
  width: 30%;
  clear: left;
  display: inline-block;
  line-height: normal; }

/****************Category Page Styles Start*****************/
.custom_category .productGrid .product .swatch-btn.active {
  border-radius: 50%;
  border: 1px solid #626369;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 0;
  padding-top: 1px; }

.custom_category .productGrid .product .swatch-btn:hover {
  border-radius: 50%;
  border: 1px solid #626369;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 0;
  padding-top: 1px; }

.card-img-color-container-slides .slick-arrow {
  display: none !important; }

.product_table__view .cat_right .productGrid .product {
  height: 180px;
  display: table; }

.product_table__view .cat_right .productGrid .product .card {
  height: 180px; }

.product_table__view .cat_right .productGrid .product .card .card-figure {
  height: 179px; }

.product_table__view .cat_right .productGrid .product .card .sku_no.table_view {
  height: 180px; }

.product_table__view .cat_right .productGrid .product .card .card-body .card-title {
  height: 180px; }

.product_table__view .cat_right .productGrid .product .card .card-body .Prod_qunatity {
  height: 180px; }

.product_table__view .for_list_view .comn_cutm_field {
  height: 180px; }

.product_table__view .cat_right .productGrid .product .card .card-body {
  height: 180px; }

@media (max-width: 1199px) {
  .product_table__view .CP_table_display tbody tr th.table_price {
    width: 185px; } }

.product_table__view .productGrid .product .card {
  position: relative; }

.product_table__view .productGrid .product .card .custom_BTN {
  height: 100%; }

.product_table__view .productGrid .product .card .product-swatches {
  display: flex;
  position: absolute;
  right: 3%;
  bottom: 6px; }

/**/
.custom_category .custom_BTN .cart-item-qty-card-input {
  margin: 10px auto; }

.custom_category .product-swatches {
  min-height: 37px;
  margin: 5px 0; }

.custom_category .productGrid .product .swatch-btn {
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 0;
  padding-top: 1px;
  margin: 0 2px !important; }

.custom_category .productGrid .product .swatch-btn:hover, .custom_category .productGrid .product .swatch-btn.active {
  border: 1px solid #000; }

.custom_category .cat_page .card-img-color-container-slides {
  margin: auto;
  text-align: center; }

.custom_category .cat_page .card-img-container[data-product-id] {
  overflow: hidden;
  height: 119px; }

.custom_category .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image {
  max-height: 119px;
  width: 175px; }

/**/
/****************Category Page Styles End*****************/
.AddToCart_Btn .cardQty,
.productGrid .product .card .card-body .card-title a {
  color: #666 !important;
  text-transform: capitalize; }

.custom_BTN .cart-item-qty-card-input {
  border: 1px solid #ccc !important; }

.custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
  height: 352px;
  margin: -20px 0 0 0; }

.cartPage_Recommendations {
  padding: 30px 0 0; }

.custom_page .page .cms_page .faq_mn_page .sub-title1 {
  position: relative;
  background: #f5f5f5 url(https://cdn11.bigcommerce.com/s-uivlp2/content/plus_icon.webp) no-repeat right 15px top 50%;
  color: #4a4f54;
  font-size: 18px;
  text-transform: inherit;
  padding: 12px 40px 12px 15px;
  margin: 0;
  cursor: pointer; }

.custom_page .page .cms_page .faq_mn_page .current .sub-title1 {
  background: #f5f5f5 url(https://cdn11.bigcommerce.com/s-uivlp2/content/minus_gray_icon.webp) no-repeat right 15px top 50%; }

.faq_mn_page #prodAccordion .Block.Panel {
  margin: 0 0 10px; }

.faq_mn_page #prodAccordion .Block .prodAccordionContent {
  padding: 10px 10px 0;
  border: 1px solid #f5f5f5;
  border-top: 0;
  margin: 0 0 10px; }

.productView-thumbnails .slick-arrow.slick-next, .productView-thumbnails .slick-arrow.slick-prev {
  height: 20px; }

/**/
.addresses-cust {
  margin: auto;
  display: inline-block;
  float: none;
  max-width: calc(100% - 130px);
  padding: 0 0 0 100px; }

.ctmAdd_team {
  width: 126px;
  margin: auto;
  display: inline-block;
  float: left; }

.ctmAdd_head {
  text-transform: uppercase;
  line-height: normal;
  font-size: 23.18px;
  font-family: "Roboto Flex", serif;
  color: #603813;
  font-weight: bold;
  letter-spacing: 1.16px; }

.ctmAdd_head span {
  font-size: 46.36px;
  font-weight: bold;
  letter-spacing: 2.32px;
  display: block;
  line-height: 38px; }

.ctm_add_img {
  display: block;
  text-align: center;
  margin: auto; }

.ctm_add_img img {
  max-width: 100%;
  max-height: 221px;
  display: block;
  text-align: center;
  margin: auto; }

.ctm_addressbox {
  max-width: 281px;
  width: 100%;
  display: block; }

.ctmAdd_title {
  background-color: #D34452;
  font-size: 18px;
  line-height: normal;
  padding: 8px 5px 7px;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin: 12px auto 17px; }

.melanie .ctmAdd_title {
  background-color: #F7AAF3; }

.norma .ctmAdd_title {
  background-color: #A6CAFF; }

.ctmAdd_text {
  font-size: 13.52px;
  color: #4D4D4D;
  line-height: 16px; }

.ctmAdd_text p {
  margin: 0 0 16px; }

.ctmAdd_text p a {
  word-break: break-all; }

.ctmAdd_drpdwn {
  margin: 30px auto 0; }

.ctmAdd_drpdwn .form-select {
  background: #E2E8EC url(https://cdn11.bigcommerce.com/s-uivlp2/content/add_ic_arrow.webp) no-repeat right center;
  border-color: #E2E8EC;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: 0;
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Roboto Flex", serif;
  padding: 0 69px 0 50px;
  height: 37px;
  border-radius: 0;
  border: 0; }

.custom_product .custom_view_LID .form .form-field .form-increment .form-input--incrementTotal {
  height: 40px; }

.custom_product .custom_view_LID .productView-product .ppTop_price_row1 {
  padding: 0; }

.custom_product .custom_view_LID .proview_lid .productView-price .price-section {
  font-size: 26px; }

.custom_view_LID .ppTop_spec_lbl {
  display: none !important; }

.visit_add {
  clear: left;
  margin: 0 0 15px; }

.visit_add span {
  display: block;
  font-size: 16px; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button {
  border-radius: 0;
  width: 20px;
  height: 15px;
  line-height: 11px; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button .icon {
  height: 15px;
  width: 15px; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 {
  width: 20px;
  right: -1px;
  position: relative; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input--incrementTotal {
  width: 45px;
  line-height: 30px; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
  width: auto;
  margin: 0 0 0 5px; }

.custom_cart .cart_left .cart .cart-list .cart-item {
  padding: 20px 0; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
  height: auto; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title .cart-item-name a {
  font-size: 15px;
  line-height: 18px; }

.custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title {
  margin: 0; }

.custom_cart .sku_cart {
  color: #4A4F54;
  font-size: 14px;
  display: inline-block; }

.custom_cart .cart_pro_case {
  font-size: 14px;
  display: inline-block; }

.after_register_right #downshift-0-input {
  padding-right: 40px; }

dt.productView-info-name.sku-label {
  margin-right: 0px; }

.productView-product .pp_before_btn a.login_for_price {
  text-transform: none; }

.Productview_videos ul {
  padding-top: 0px !important; }

section.productView-images {
  margin-bottom: 0; }

.video_section video {
  margin-bottom: 10px; }

.cart-item-block.cart-item-info.cart_total_mn {
  position: relative;
  top: -4px; }

.cart-wishlist-link {
  margin: -2px 0 0 7px; }

.custom_cart .cart_status_field {
  margin: 0 0 2px;
  width: 100%; }

.modal--large.custom_view_LID {
  overflow-y: auto; }

.wishlist_details_page .productGrid .product .card .custom_BTN .sku_no {
  display: none; }

/**/
[searchspring-recommend].ss-targeted.ng-scope {
  padding: 0; }

.acc_lbl_2,
.btnAcc_active .acc_lbl_1,
.color_accessories .Pro_accessories_option ul .pro_accessories_outer:nth-child(n+7) {
  display: none; }

.btnAcc_active .acc_lbl_2 {
  display: block; }

.color_accessories .Pro_accessories_option.btnAcc_active ul .pro_accessories_outer:nth-child(n+7) {
  display: inline-block; }

.btn_acc_toggle {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0; }

.color_accessories .Pro_accessories_option ul .pro_accessories_outer {
  padding: 1px 0; }

#ab-tiny-widget span {
  white-space: normal; }

a.login_btn.login_for_price.hide_main {
  border-radius: 20px;
  width: 182px;
  height: 33px;
  line-height: 31px;
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.13px;
  color: #3D2B1F;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Flex", serif;
  border: 1px solid #8CC63F;
  background-color: #8CC63E;
  margin: 7px auto; }
  a.login_btn.login_for_price.hide_main:hover {
    color: #FFFFFF;
    background: #76A530; }
  a.login_btn.login_for_price.hide_main.qoute_btn {
    color: #DF943B;
    border: 1px solid #DF943B; }
    a.login_btn.login_for_price.hide_main.qoute_btn:hover {
      background-color: #DF943B;
      color: #fff; }

.main_menu .navPages-container#menu_res, .Catalog_Banners.Mobile_only {
  display: none; }

.for_mobile, .for_Mobile {
  display: none; }

.custom_cart.after_login {
  padding-top: 232px; }

.heroCarousel .slick-dots li {
  background: transparent;
  padding: 4px;
  width: 23px;
  height: auto; }

.slick-dots li.slick-active button::before, .slick-dots li button:hover::before {
  background: #8CC63E; }

.slick-dots li button::before {
  top: 0;
  left: 0; }

a.Menu-toggle.close.for_Mobile, .filter_pagi.Row.filter_show.for_Mobile, .page-content + .filter_pagi.Row.filter_show.for_Mobile, .back_btn_for_mob {
  display: none; }

.mobile_heroCarousel .slick-dots li button:before, .mobile_heroCarousel .slick-dots li button:hover:before {
  color: #898989;
  background: #898989;
  border-color: #898989; }

.mobile_heroCarousel .slick-dots li.slick-active button:before {
  background: #8CC63E; }

.back_btn_for_mob a > svg, .next_category_show a > svg {
  fill: #8CC63F;
  stroke: inherit; }

.back_btn_for_mob a > svg .a, .next_category_show a > svg > .a {
  fill: #8CC63F; }

.next_category_show a > svg {
  margin: -2px 0 0;
  display: inline-block;
  vertical-align: middle; }

.mn_more_wrap a.cat_showmore {
  margin-top: 10px;
  display: inline-block; }

.rev_share_wish_mob {
  display: none; }

.NextShipping_lable.for_Mobile {
  display: none; }

@media only screen and (max-width: 1199px) {
  .Supplies_Banners .supplies_inner .supplies_content p {
    font-size: 14px; }
  .Supplies_Banners .supplies_inner .supplies_content {
    right: 10px; }
  .navPage_product_list .subcate_img {
    width: calc(100% - 31%);
    padding: 0 10px; }
  .cat_left .tns-nav {
    display: flex; }
  .navPage_product_list .subcate_img.subcate_img_sec {
    width: calc(100% - 57%);
    padding: 0 10px; }
  .header.header_fixed .hamburger-menu .Menu-toggle svg {
    width: 20px; }
  .container {
    padding: 0 25px; }
  .hamburger-menu .Menu-toggle svg {
    margin: 0; }
  .hamburger-menu .Menu-toggle svg {
    margin: 0 2px -2px 0; }
  .hdr_bottomright > ul > li .navUser-action {
    width: 200px; }
  .hdr_bottomright > ul > li {
    margin: 0;
    padding: 0; }
  .search_box {
    width: 500px; }
  .hamburger-menu .Menu-toggle {
    line-height: 38px;
    padding: 0 4px;
    font-size: 12px; }
  .hamburger-menu .ham_menu_outer {
    left: 0; }
  .main_menu .navPages .navPages-list .navPages-item {
    padding: 9px 4px; }
  .main_menu .navPages .navPages-list .navPages-item .navPages-action {
    font-size: 13px; }
  .main_menu .navPages {
    padding: 0px; }
  .category_list ul li .cat_list_inner p a .cat_list_name {
    font-size: 14px;
    letter-spacing: -1.2px; }
  .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    margin: 0 10px 0 0; }
  .after_login .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    margin: 0 3px 0 0; }
  .hdr_topcenter label, .blog_cnt .bg_all_pt ul {
    margin: 0 3px 0 0; }
  .blog_cnt .bg_all_pt ul {
    margin: 0 -6.5px; }
  .hdr_topright ul li .for_text p,
  .hdr_topright ul li .for_text a {
    font-size: 11px; }
  .after_login .hdr_topcenter {
    padding: 3px 0 0 0; }
  .Catalog_Banners .catalog_inner {
    margin: 0 0 20px 0; }
  .menu_bottom ul li a {
    font-size: 13px; }
  .hdr_topcenter label, .hdr_topleft .navUser-section .navUser-item .navUser-action {
    font-size: 13px; }
  .after_login .hdr_topcenter label {
    margin: 0 2px 0 0; }
  .hdr_topcenter .socialLinks .socialLinks-item .icon {
    width: 18px; }
  .hdr_topcenter .socialLinks .socialLinks-item .icon.icon--twitter {
    margin: 0 0 0 2px; }
  .hdr_topright ul li .for_img {
    margin: 0 1px 0 0; }
  .hdr_topright ul li .for_img svg {
    width: 25px; }
  .hdr_topleft .navUser-section .navUser-item .navUser-action {
    padding: 0;
    margin: -1px 7px 0 0; }
  .hdr_topleft .navUser-section .navUser-item.my_account > a:after {
    margin: 0 8px 0 8px; }
  .hdr_topleft .navUser-section .navUser-item.my_account {
    margin: 0 0 0 8px; }
  .button.card_btn, .productGrid .product .card .custom_BTN a {
    font-size: 9px;
    width: auto;
    padding: 0 15px;
    display: inline-block; }
  .custom_BTN {
    text-align: center; }
  .slick-next:before, .slick-next:hover:before, .slick-prev:before, .slick-prev:hover:before {
    width: 24px;
    background-size: 16px; }
  .slick-next,
  .slick-prev {
    width: 24px; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; }
  .blog_cnt .bg_all_pt ul li {
    padding: 0 6.5px; }
  .blog_cnt .bg_all_pt ul li > div > a, .blog_cnt .bg_all_pt ul li > div > a img {
    height: 140px;
    width: 100%; }
  .blog_cnt .bg_all_pt ul li .blog_body h3 {
    height: 45px; }
  .needsclick.View__FormView-sc-1ou3cq2-0.bMHBkW.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1 {
    max-width: 500px !important; }
  .Customisable_Form_Products .subscribe_form .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc .ql-editor p {
    margin: -5px 30px 0px !important; }
  .Customisable_Form_Products .subscribe_form .mn_form_sub {
    padding: 0; }
  .follow_us .follow_left .socialLinks .socialLinks-item {
    margin: 0 2px 0 0; }
  .follow_us .follow_left h2 {
    font-size: 18px;
    margin: 0 10px 0 0; }
  .Supplies_Banners .main_supplies_banner {
    margin: 0; }
  .follow_us .follow_right ul li span {
    font-size: 16px;
    padding: 0 14px; }
  .follow_us .follow_right ul li svg {
    height: 40px; }
  .footer .footer_btm .footer-info .footer-info-col .footer-info-list li a {
    word-break: break-word;
    letter-spacing: -0.5px; }
  .quickSearchResults {
    display: block;
    left: 26px;
    width: 90%; }
  #previewModal .previewCartCheckout .button {
    font-size: 12px;
    padding: 10px 5px; }
  .New_Arrivals .productGrid, .Supplies_Banners .Supplies_mn {
    padding: 0 34px;
    margin: 0; }
  .New_Arrivals .slick-next, .New_Arrivals .slick-prev {
    height: 314px; }
  .after_login .New_Arrivals .slick-next, .after_login .New_Arrivals .slick-prev {
    height: 378px; }
  .Supplies_Banners .slick-next, .Supplies_Banners .slick-prev {
    height: 265px;
    margin: 0; }
  .after_login .Supplies_Banners .slick-next, .after_login .Supplies_Banners .slick-prev {
    height: 267px; }
  .after_login.custom_category .New_Arrivals .slick-next, .after_login.custom_category .New_Arrivals .slick-prev {
    height: 263px; }
  .menu_bottom {
    margin: 10px 0 20px; }
  .after_login {
    padding-top: 249px; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right h2 {
    margin: 0px 15px 10px 0;
    font-size: 24px;
    line-height: 25px; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right {
    padding: 32px 0 32px 30px; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right .day_timing, .Customisable_Form_Products .Customisable_product > div .Customisable_right .chat_BTN {
    margin: 0 0 10px 0; }
  .Supplies_Banners .supplies_inner .supplies_link {
    left: 15px !important; }
  .Supplies_Banners .supplies_inner .supplies_content h2 {
    font-size: 37px; }
  .Catalog_Banners .mn_catalog .common_catalog {
    margin: 0; }
  .cat_desp .mn_cat_img img {
    max-width: 650px; }
  .cat_desp h3 {
    font-size: 16px;
    margin: 15px 0 5px; }
  .product_header {
    top: 132px;
    left: 0; }
  .pro_custumize div a svg {
    margin: 0 4px 0 0; }
  .pro_custumize div.bread_wrap .bread_wrap_inner a {
    font-size: 14px; }
  .pro_custumize {
    padding: 0;
    margin: 0; }
  .video_gallery .watch_video {
    padding: 0 12px 0 0; }
  .custom_product .New_Arrivals .slick-next, .custom_product .New_Arrivals .slick-prev {
    height: 336px;
    margin: -18px 0 0 0px; }
  .footer .footer_btm .footer-info .footer-info-col .footer-info-heading {
    font-size: 14px; }
  .follow_us .follow_right ul li a span {
    font-size: 16px;
    padding: 0 12px; }
  .Supplies_Banners button.slick-prev {
    left: 0; }
  .Supplies_Banners button.slick-next {
    right: 0; }
  .custom_cart .save_later .New_Arrivals > .container {
    padding: 0; }
  .productView .productView-details {
    padding: 0 0 0 35px; }
  .pp_before_btn, .Productview_badges, .Productview_available_size {
    padding-right: 30px; }
  .shipping--info-time {
    margin-right: 0; }
  .Productview_badges ul {
    padding: 18px 0; }
  .Productview_available_size ul {
    margin: 0 -6px; }
  .Productview_available_size ul li {
    padding: 0 6px 16px; }
  .Productview_available_size ul li .available_size_inner {
    padding: 0 0 4px 6px; }
  .Productview_available_size ul li .available_size_inner .available_size p {
    font-size: 13px; }
  .pro_compare {
    padding: 42px 0 25px; }
  .pro_compare .tabs .tab.is-active .tab-title {
    font-size: 20px; }
  .productView-description .tabs-contents .tab-content {
    padding: 30px 30px 20px; }
  .productView-description #tab-description .tab-content_btm {
    padding: 45px 0 20px; }
  .productView-description .tabs-contents .tab-content h3 {
    font-size: 16px; }
  #tab-specifications .specifications_left {
    width: 56%;
    padding: 0 30px 0 0; }
  #tab-specifications .specifications_right {
    width: 44%; }
  #tab-specifications {
    padding: 30px; }
  .productView-description #tab-description .tab-content_btm .des_help a {
    font-size: 18px; }
  .productView-description #tab-description .tab-content_btm .spec_goto a svg {
    width: 22px; }
  #tab-specifications .specifications_left .tab-content_btm .des_goto a svg {
    width: 18px; }
  #tab-specifications .specifications_left .tab-content_btm .des_help a svg {
    height: 32px;
    margin: 0 8px 0 0; }
  .pro_custumize div a span {
    font-size: 15px; }
  .productView .form .form-field .form-increment {
    height: 50px; }
  .productView .form .form-field .form-increment .totlbtn {
    width: 40px; }
  .productView .form .form-field .form-increment .totlbtn .button {
    width: 40px; }
  .productView .form .form-field .form-increment .form-input--incrementTotal {
    height: 50px;
    width: 46px; }
  .productView-price {
    margin: 0; }
  .productView .form .custom_btn {
    position: static;
    width: auto;
    max-width: 100%; }
  .productView .form .custom_btn .form-action .button {
    margin: 0px;
    height: 48px;
    line-height: 46px; }
  .custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
    top: 0px; }
  .productView .form .custom_btn .qoute_btn {
    margin: 10px 0 0 0;
    height: 48px;
    line-height: 46px; }
  .bulk_disc_cnt .bulk_row1 li {
    font-size: 12px; }
  .navBar--account .navBar-item .navBar-action, .navBar--account .navBar-item.is-active {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0; }
  .account-orderStatus-label {
    padding: 3px 7px; }
  .paymentMethodsTitle {
    margin-top: 20px; }
  .account.account--fixed .account-body .page-heading {
    padding-bottom: 5px; }
  .bulk_disc_cnt ul {
    width: 41%; }
  .bulk_disc_cnt .bulk_row2 {
    width: 31%; }
  .bulk_disc_cnt .bulk_row3 {
    width: 24%; }
  .bulk_disc_cnt .bulk_row3:before {
    right: 10px;
    font-size: 13px; }
  .bulk_disc_cnt .bulk_row1:before,
  .other_avlbl_sizes {
    font-size: 13px; }
  .ctm_fd_grid.Priceparpiece {
    padding-left: 10px; }
  .productView-price .price-section,
  .productView-price .productView-info-value {
    font-size: 28px; }
  #AppMain {
    margin-top: 0px !important; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field:nth-child(odd) {
    clear: none; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1, .custom_createaccount .account--fixed .account-body .form-row .form-field, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 {
    width: 33.33%;
    margin: 0 0 18px 0;
    max-width: none;
    padding: 0 10px; }
    .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 .form-input, .custom_createaccount .account--fixed .account-body .form-row .form-field .form-input, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-input {
      padding: 0 22px 0 20px; }
  .custom_createaccount .Account_info_top {
    margin: 10px 0; }
  .page {
    float: left;
    width: 100%; }
  .blog_page .blog .blog-post-figure .blog-thumbnail a img {
    width: 100%; }
  .blog_page .blog .blog-post-figure .blog-thumbnail {
    height: 200px; }
  .custom_blog .Customisable_Form_Products {
    padding: 0; }
  .qty_section .btn_wrap .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .body_top .form .show_pro_info {
    top: 140px;
    left: 50%;
    min-width: 1px;
    width: 100%;
    max-width: 100%; }
  .body_top .productView .form .custom_btn .form-action .button, .body_top .productView .form .custom_btn .qoute_btn {
    padding: 0 12px;
    font-size: 13px;
    letter-spacing: normal; }
  .body_top .productView .form .custom_btn .qoute_btn {
    margin: 0; }
  .catedes_right {
    padding: 0 15px 0 0; }
  .cat_page .cat_right {
    padding: 0 0 0 20px; }
  .filter_pagi .filter {
    margin: 0 5px 0 5px; }
  .filter_pagi .filter .form-field .form-label, .filter_pagi .filter .form-field .form-select, .filter_pagi .showing_no {
    font-size: 12px; }
  .filter_pagi .filter .form-field .form-label {
    margin: 0 3px 0 0; }
  .filter_pagi .view_count .filter .form-field .form-select {
    min-width: 112px; }
  .cat_right .productGrid .product .card .custom_BTN a {
    width: 129px;
    font-size: 9px; }
  .filter_pagi .CP_comn_block.top_pagi {
    margin: 10px 0 0 0 !important; }
  .filter_pagi .filter .form-field .form-select {
    background-position: 100px 50%; }
  .cat_right .button.card_btn {
    width: 129px;
    font-size: 9px; }
  .product_grid__view .productGrid .product .card .card-body .card-title {
    max-width: 521px; }
  .cat_left .blog_cnt h2 {
    font-size: 16px;
    margin: 20px 0 9px; }
  .cat_left .blog_cnt .bg_all_pt ul li, .cat_left .blog_cnt > .container {
    padding: 0; }
  .product_table__view .cat_right .productGrid .product {
    padding: 0; }
    .product_table__view .cat_right .productGrid .product .card .sku_no.table_view {
      min-width: 91px;
      padding: 0 10px; }
    .product_table__view .cat_right .productGrid .product .card .card-body .Prod_qunatity {
      min-width: 71px;
      padding: 0 10px; }
    .product_table__view .cat_right .productGrid .product .card .custom_BTN {
      min-width: 145px; }
  .product_table__view .for_list_view .Material {
    min-width: 81px;
    padding: 0 10px; }
  .product_table__view .for_list_view .Size_inches {
    min-width: 117px;
    padding: 0 10px; }
  .product_table__view .for_list_view .Size_Capacity {
    min-width: 67px;
    padding: 0 10px; }
  .contact_left {
    padding: 0 15px 0 0; }
    .contact_left iframe {
      width: 100% !important;
      height: auto !important; }
  .Tradeshow_Events ul li .inner_tradeshow .request {
    width: 100%;
    padding: 0 10px;
    font-size: 11px; }
  .Tradeshow_Events ul li .inner_tradeshow .calendar_drpdwn .calender_Button {
    width: 40px;
    background-size: 15px; }
  .Tradeshow_Events ul li .inner_tradeshow .calendar_drpdwn .form-select {
    padding: 0 49px 0 10px; }
  .productGrid .product .card .card-body .Prod_qunatity {
    margin: 0 0 5px 0; }
  .productGrid .product .card .custom_BTN .sku_no {
    margin: 5px 0 10px; }
  .hdr_topcenter p.navUser-item .navUser-item--compare {
    font-size: 12px;
    padding: 3px 18px 0 0; }
  .Customisable_Form_Products .subscribe_form .mn_form_sub {
    min-height: auto;
    background-size: cover; }
  .follow_us .follow_right ul li:last-child span {
    padding: 0 0 0 12px; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-contact, .footer .footer_btm .footer-info .footer-info-col.footer-info-international, .footer .footer_btm .footer-info .footer-info-col.footer-info-payment, .footer .footer_btm .footer-info .footer-info-col.footer-info-service {
    width: 20%; }
  .footer .footer_btm .footer-info .footer-info-col {
    width: 34%; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom {
    width: 10%;
    padding: 0 0 0 10px; }
  .hdr_topright ul li {
    padding: 0 0 0 5px; }
  .hdr_topright ul li .for_text span {
    font-size: 10px; }
  .hdr_topcenter .socialLinks .socialLinks-item {
    margin: 0 0 0 8px; }
  .quickSearchResults .productGrid .product .card .card_body_mn .card-body {
    padding: 0; }
    .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title {
      height: 45px;
      max-height: none;
      padding: 5px 0; }
    .quickSearchResults .productGrid .product .card .card_body_mn .card-body .Prod_qunatity {
      margin: 5px 0;
      height: auto; }
  .quickSearchResults .productGrid .product .card .custom_BTN {
    text-align: left;
    margin: 0; }
    .quickSearchResults .productGrid .product .card .custom_BTN .sku_no {
      display: block;
      text-align: left;
      margin: 5px; }
  .product_table__view .CP_table_display, .product_table__view .cat_right .productGrid {
    margin: 0; }
  .product_grid__view .cat_right .productGrid {
    margin: 0; }
    .product_grid__view .cat_right .productGrid .product {
      padding: 0 1px; }
  .save_later .productGrid {
    margin: 0;
    padding: 0 34px; }
  .custom_cart.after_login .slick-next, .custom_cart.after_login .slick-prev {
    height: 270px; }
  .cart_right .card_list ul li img {
    width: 55px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    margin: 0 16px 0 25px; }
  .cart-total .gift-certificate-cancel {
    font-weight: normal; }
  .custom_cart .cart_right .cart-totals {
    padding: 24px 15px 24px 15px; }
  .custom_cart .cart_right .cart-totals .cart-total .cart-total-label, .custom_cart .cart_right .cart-totals .cart-total .cart-total-value, .cart-total .estimator-form-label .form-label, .custom_cart .cart_right .cart-totals .form-select, .custom_cart .cart_right .cart-totals .cart-total .cart-total-value .button, .custom_cart .cart_right .cart-totals .coupon-code-add, .custom_cart .cart_right .cart-totals .coupon-code-cancel, .custom_cart .cart_right .cart-totals .estimator-form-label, .custom_cart .cart_right .cart-totals .gift-certificate-add, .custom_cart .cart_right .cart-totals .shipping-estimate-hide, .custom_cart .cart_right .cart-totals .shipping-estimate-show {
    font-size: 12px; }
  .custom_cart .cart_right .cart-totals .button.shipping-estimate-submit {
    font-size: 11px; }
  .custom_cart .cart_right {
    padding: 0 0 0 34px; }
  .proview_lid .proview_lid_left {
    width: 25%; }
  .proview_lid .proview_lid_right {
    width: 74%; }
  .proview_lid .proview_lid_right .productView-title {
    font-size: 22px;
    max-width: 400px; }
  .body_common .view_lid_popup .proview_lid .form .custom_btn {
    max-width: 275px;
    right: -10px; }
  .proview_lid .proview_lid_right .form-action .button {
    padding: 13px 60px; }
  .body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
    padding: 14px 7px;
    font-size: 20px; }
  .body_common .view_lid_popup .proview_lid .continue_shopping {
    margin: 10px 35px; }
  .for_desktop .progress_block {
    padding: 0;
    margin: 0 0 5px;
    display: block; }
  .for_desktop .spend_msg {
    display: block; }
  .product_table__view .cat_right .productGrid {
    display: block;
    max-width: 100%;
    overflow-y: scroll; }
  .cp_bottom_filter .filter_pagi {
    padding: 10px 0 33px 0; }
  .product_grid__view .cat_right .productGrid .product {
    padding: 1px; }
  .product_table__view .CP_table_display tbody tr {
    padding: 0 6px; }
  .product_table__view .for_list_view .Size_Capacity, .product_table__view .for_list_view .Material, .product_table__view .cat_right .productGrid .product .card .card-body .Prod_qunatity, .product_table__view .cat_right .productGrid .product .card .custom_BTN {
    padding: 0 5px; }
  .custom_product.after_login .New_Arrivals .slick-next, .custom_product.after_login .New_Arrivals .slick-prev {
    height: 314px; }
  .custom_product.after_login .New_Arrivals .slick-next, .custom_product.after_login .New_Arrivals .slick-prev {
    height: 391px; }
  .custom_cart .cart_right .cart-actions .button {
    max-width: 100%; }
  .cart_right .secure_purchase {
    font-size: 13px; }
  .cart_right .secure_purchase svg {
    margin: 0 0 -2px 5px; }
  .addressList .address:nth-child(3n+1) {
    clear: none; }
  .addressList .address:nth-child(odd) {
    clear: left; }
  .Search_page > .container {
    padding: 0; }
  .footer .footer_btm.for_desktop .footer-info .footer-info-col.footer-info-international {
    width: 24%; }
  .Supplies_Banners .cmn_block.Supplies_Banners_center {
    padding: 0 5px; }
  .proCustumize_Grid {
    display: inline-block;
    width: 20%;
    vertical-align: middle; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo .spec_subTitle {
    top: 25px; }
  .custom_product .pp_before_btn {
    margin-top: 15px; }
  .custom_product .productView-product .ppTop_info {
    margin: 0 0 20px 0; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_title:after {
    width: 100%; }
  .productView-product .productView-price .rrp-price--withoutTax.price-section {
    margin: 0 0 0 90px; }
  .productView-price .price-section.withoutTax_MainPrice {
    padding: 0 0 0 90px; }
  .main_menu .navPage_subMenu {
    padding-left: 0; }
  .main_menu .navPages .navPages-list .navPages-item .navPage_subMenu .navPages-action,
  .navPage_material_list ul li a span {
    font-size: 13px; }
  .navPage_product_list .subcate_img ul li a .subcate_imginner {
    height: 105px; }
  .navPage_product_list .subcate_img ul li a .subcate_imginner img {
    max-height: 105px; }
  .navPage_subMenu.for_grab .navPage_application_list ul li a .subcate_imginner,
  .navPage_subMenu.for_utensils .navPage_application_list ul li a .subcate_imginner,
  .navPage_subMenu.for_bakeware .navPage_application_list ul li a .subcate_imginner,
  .navPage_subMenu.for_tableware .navPage_application_list ul li a .subcate_imginner {
    height: 60px; }
  .navPage_subMenu.for_grab .navPage_application_list ul li a .subcate_imginner img,
  .navPage_subMenu.for_utensils .navPage_application_list ul li a .subcate_imginner img,
  .navPage_subMenu.for_bakeware .navPage_application_list ul li a .subcate_imginner img,
  .navPage_subMenu.for_tableware .navPage_application_list ul li a .subcate_imginne img {
    max-height: 60px; }
  .navPage_material_list ul li a .subcate_imginner img {
    height: 34px; }
  .navPage_material_list ul li a .subcate_imginner {
    margin: 0 5px 0 0; }
  .main_menu .navPage_subMenu .navPage_application_list {
    min-height: 500px; }
  .navPage_product_list .subcate_list li.catlist_btm_img {
    margin: 21px 0 0; }
  .navPage_product_list .subcate_list {
    margin: 10px 0 0 5px; }
  .productView-description p {
    margin-bottom: 20px; }
  .navPage_product_list .subcate_list li.catlist_btm_img span.subcate_imginner {
    height: 105px; }
  .navPage_product_list .subcate_list li.catlist_btm_img span.subcate_imginner img {
    max-height: 85px; }
  .main_menu .navPage_subMenu .navPage_material_list {
    padding: 20px 0 45px 10px; }
  .product_table__view .cat_right .productGrid .product .card .sku_no.table_view {
    word-break: break-all; }
  .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
    height: 344px; }
  .addresses-cust {
    padding: 0 0 0 15px; }
  .proview_lid .proview_lid_left {
    float: left; }
  .cart-remove {
    margin-left: 0; } }

/*@media only screen and (min-width: 1112px and max-width:1198px){
    .main_menu .navPages .navPages-list .navPages-item {
        padding: 9px 9.4px; 
    }
}*/
@media only screen and (max-width: 990px) {
  .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action::after {
    display: none; }
  .body_common .view_lid_popup .proview_lid .form .show_pro_info {
    flex-direction: column; }
  .custom_product .custom_view_LID .productView-product .ppTop_price_row1.tax-price {
    margin: 0; }
  body .Supplies_Banners .supplies_inner .supplies_content {
    padding: 0 10px; }
  .body_top.custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
    top: 4px; }
  .body_top .productView .form .form-field .form-increment .form-input--incrementTotal {
    height: 45px;
    line-height: 43px;
    width: 36px; }
  .body_top .productView .form .form-field .form-increment .totlbtn {
    width: 25px;
    top: 0px; }
  .category_list ul li .cat_list_inner {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden; }
  #st-2 .st-btn[data-network='facebook'],
  #st-2 .st-btn[data-network='whatsapp'],
  #st-2 .st-btn[data-network='pinterest'],
  #st-2 .st-btn[data-network='gmail'],
  #st-2 .st-btn[data-network='linkedin'],
  #st-2 .st-btn[data-network='twitter'],
  #st-2 .st-btn[data-network='messenger'],
  #st-2 .st-btn[data-network='email'] {
    display: none !important; }
  .New_Arrivals .container {
    padding: 0 35px; }
  .productView-thumbnails .slick-list {
    clear: left; }
  .Productview_available_size ul li .available_size_inner .available_size p {
    min-height: 30px; }
  .for_Mobile_hamburger {
    display: block; }
  body .New_Arrivals .productGrid .product {
    width: 33.33%; }
  .navPage_product_list .subcate_list.subcate_list_sec,
  .navPage_product_list .subcate_img.subcate_img_sec,
  .navPage_product_list .subcate_img.subcate_img_sec > ul,
  .ham_menu_inner_right .navPage-subMenu ul .navPage_application_list > ul,
  .navPage_product_list .subcate_img ul li,
  .ham_menu_inner_right .navPage-subMenu ul > .navPage_material_list ul,
  .navPage_product_list .subcate_list,
  .navPage_product_list .subcate_img,
  .navPage_product_list .subcate_img > ul,
  .ham_menu_inner_right .navPage-subMenu ul .subcate_list,
  .ham_menu_inner_right .navPage-subMenu ul .subcate_img > ul {
    width: 100%;
    padding: 0;
    border: 0;
    max-height: 100%;
    margin: 0; }
  .navPage-subMenu .submenu_title {
    color: #8CC63E;
    font-size: 18px; }
  .navPage-subMenu .see_all {
    display: inline-block;
    width: 100%;
    margin: 0; }
  .navPage-subMenu .see_all > a {
    font-size: 13px;
    color: #fff;
    background: #8CC63E;
    text-transform: lowercase;
    padding: 2px 4px; }
  .navPage-subMenu p {
    color: #8CC63E;
    margin: 0; }
  .navPage_product_list .subcate_list li.catlist_btm_img span.subcate_imginner,
  .navPage_product_list .subcate_img ul li a .subcate_imginner,
  .navPage_application_list ul li a .subcate_imginner,
  .navPage_material_list ul li a .subcate_imginner,
  .ham_menu_inner_right .navPage-subMenu ul li a span > br,
  .navPage_product_list .subcate_list li.catlist_btm_img span > br,
  .ham_menu_inner_right .navPage-subMenu ul li a span.subcate_imginner {
    display: none; }
  .ham_menu_inner_right .navPage-subMenu ul li.catlist_btm_img:last-child {
    margin: 0; }
  .navPage_product_list .subcate_list li.catlist_btm_img {
    text-align: left; }
  .ham_menu_inner_right .navPage-subMenu ul li a span,
  .navPage_product_list .subcate_list li.catlist_btm_img span,
  .navPage-subMenu .cate_all_list {
    color: #603813;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Roboto Flex", serif;
    line-height: 15px;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
    height: auto;
    text-align: left; }
  body {
    padding-top: 0; }
  .header .hdr_top {
    display: block;
    margin: -75px 0 0 0; }
  .mobileMenu-toggle, .hamburger-menu .Menu-toggle {
    height: 40px;
    width: 40px;
    background: #8CC63E;
    padding: 0 10px;
    margin: 0;
    left: 25px;
    top: 24px;
    display: block;
    border-radius: 7px; }
  .hamburger-menu .Menu-toggle, .header.header_fixed .hamburger-menu .Menu-toggle {
    background: #fff;
    height: 40px;
    margin: auto;
    width: 40px;
    line-height: 52px;
    padding: 0 7px;
    font-size: 0; }
    .hamburger-menu .Menu-toggle svg, .header.header_fixed .hamburger-menu .Menu-toggle svg {
      width: 24px;
      height: 18px; }
  .hamburger-menu .Menu-toggle:hover {
    background: #8CC63E;
    border-color: #8CC63E; }
  .hamburger-menu .ham_menu_outer {
    left: -25px;
    top: 120px;
    min-width: 339px;
    padding: 29px 22px 10px; }
  .header .main_menu {
    width: auto;
    position: absolute;
    top: 24px;
    left: 0px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
    background: #fff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  #menu, #menu_res .navPages-quickSearch {
    display: none; }
  .main_menu .navPages-container#menu_res {
    display: none; }
  /*body.has-activeNavPages #menu_res
    {   display:block; left:0; 
    }
    body.has-activeNavPages 
    {    left: 300px;
    }*/
  #menu_res .navPage-subMenu {
    width: 100%;
    float: left;
    background-color: #8CC63E; }
  #menu_res .navPages {
    margin: 0;
    padding: 20px 15px;
    background: #8CC63E;
    width: 100%;
    height: 100%; }
  .nav_menu_btm {
    background: #8CC63E;
    left: 15px; }
  #menu_res.navPages-container {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    margin: 0;
    padding: 0;
    z-index: 50;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    background: #000; }
  #menu_res li {
    position: relative;
    border: 0;
    width: 100%;
    text-align: left;
    float: left; }
  #menu_res li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    display: block;
    padding: 4px 32px 4px 0;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    float: left;
    width: 100%; }
  #menu_res li a:hover {
    color: #603813; }
  #menu_res .navPages-list--user .navPage-subMenu {
    background: #8CC63E;
    position: static;
    padding: 0;
    margin: 0; }
  #menu_res .navPages-action-moreIcon {
    display: none !important; }
  #menu_res .subcat-expand {
    height: 27px;
    width: 27px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_res .subcat-expand:after {
    height: 2px;
    width: 12px; }
  #menu_res .subcat-expand.subcat-expanded:before {
    display: none; }
  #menu_res .subcat-expand:before {
    height: 12px;
    width: 2px; }
  #menu_res .subcat-expand:after, #menu_res .subcat-expand:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block; }
  #menu_res .navPage-subMenu > .container, #menu_res .navPage-subMenu .menu_cat_list, #menu_res .navPage-subMenu .navPage-subMenu-list {
    display: block !important;
    clear: both; }
  #menu_res .navPages-list ul {
    padding: 0 0 15px 0px;
    margin: 0;
    border: 0; }
  #menu_res .navPages .navPage-subMenu-list {
    width: 100%;
    height: auto; }
  #menu_res .navPage-subMenu {
    height: auto; }
  #menu_res .navPage-subMenu .container {
    padding: 0 0 0 15px; }
  .header {
    position: static; }
  .navPages ul li li {
    padding: 0 0 0 15px; }
  .navPages-list + .navPages-list {
    border: 0; }
  .navUser {
    position: static;
    transform: none; }
  .hdr_bottomright > ul > li.navUser-item.navUser-item--cart {
    position: absolute;
    top: 24px;
    right: 25px;
    width: auto; }
  .hdr_bottomright > ul > li .navUser-action {
    width: 169px; }
  .cart_total {
    width: auto;
    padding: 9px 10px 0;
    font-size: 12px;
    line-height: normal; }
  .header .hdr_bottom {
    margin: 0px;
    width: 100%; }
  .hdr_bottomleft {
    margin: 25px 0 0 0; }
  .header-logo > a {
    padding: 0; }
  .search_box {
    margin: 1px 0 20px 0; }
    .search_box > .container {
      padding: 0; }
  .navUser-item {
    display: block; }
  .hdr_bottomright, .search_box, .hdr_bottomright > ul > li {
    width: 100%; }
  .cat_left, .cat_right {
    width: 100%; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 0;
    padding-top: 15px; }
  .navList {
    margin: 0 0 20px 0; }
  .cat_right .form-field {
    margin: 0 0 20px 0; }
  .cart-total-label,
  .cart-total-value {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 6px 0;
    width: 50%; }
  .cart-item-info {
    margin: 13px 0 0 0; }
  .cart-total-label {
    text-align: left; }
  .cart-total-value {
    text-align: right; }
  .login {
    margin-top: 0; }
  .cart-gift-certificate-form .button,
  .coupon-form .button {
    height: 32px; }
  .navBar--sub .navBar-item {
    margin: 0 5px;
    display: inline-block; }
  .navBar--account {
    display: block; }
  .swal2-modal .swal2-confirm {
    margin-right: 10px; }
  .navBar--sub .navBar-action {
    font-size: 13px; }
  .footer .footer_btm .footer-info .footer-info-col, .footer .footer_btm .footer-info .footer-info-col.footer-info-category {
    width: 66.34%;
    margin: 0 0 30px 0;
    padding: 0; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-product, .footer .footer_btm .footer-info .footer-info-col.footer-info-contact, .footer .footer_btm .footer-info .footer-info-col.footer-info-international, .footer .footer_btm .footer-info .footer-info-col.footer-info-payment, .footer .footer_btm .footer-info .footer-info-col.footer-info-service, .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom, .footer .footer_btm .footer-info .footer-info-col.footer-info-payment {
    width: 33.33%;
    padding: 0; }
  .footer .footer_btm .footer-info {
    margin: 0 0px 13px; }
  .footer .footer_btm .footer-info hr {
    margin: 0 0 30px 0; }
  .category_list ul {
    margin: 0; }
    .category_list ul li {
      width: 33.33%; }
  .category_list ul li .cat_list_inner p a .cat_list_name {
    letter-spacing: 0.5px; }
  .Catalog_Banners .catalog_inner .catalog_content {
    margin: 7px; }
  .Catalog_Banners .catalog_inner .catalog_content h2 {
    font-size: 26px; }
  .category_list {
    padding: 20px 0; }
  .Catalog_Banners .catalog_inner .catalog_content p {
    font-size: 15px; }
  .Catalog_Banners .catalog_inner .catalog_content > div {
    text-align: left; }
  .Catalog_Banners .catalog_inner .catalog_content .HP_BTN {
    width: auto;
    padding: 0 10px;
    display: inline-block; }
  .Catalog_Banners .catalog_inner {
    margin: 0 0 15px; }
  .Supplies_Banners .supplies_inner .supplies_link {
    font-size: 13px !important;
    left: 10px !important; }
  .Supplies_Banners .cmn_block ul li {
    padding: 5px 3px 5px; }
  .Supplies_Banners .slick-next, .Supplies_Banners .slick-prev {
    height: 182px;
    margin: -1px 0 0 0; }
  .New_Arrivals h2, .blog_cnt h2 {
    font-size: 22px;
    margin: 15px 0; }
  .Customisable_Form_Products .subscribe_form .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc .ql-editor strong {
    font-size: 24px !important; }
  .Customisable_Form_Products .subscribe_form .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc .ql-editor p {
    margin: -5px 10px 0px !important; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right {
    padding: 10px 0 10px 10px; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right .day_timing {
    font-size: 12px;
    letter-spacing: normal; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right h2 {
    font-size: 18px;
    line-height: 21px; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right .chat_BTN a {
    width: Auto;
    padding: 0 8px; }
  .blog_cnt .view_all_blog_link .HP_blog_button {
    width: Auto;
    padding: 0 15px;
    font-size: 18px;
    height: auto;
    line-height: 45px; }
  .after_login .Supplies_Banners .slick-next, .after_login .Supplies_Banners .slick-prev {
    height: 187px; }
  .Supplies_Banners .supplies_inner .supplies_content h2 {
    font-size: 30px !important;
    text-align: center !important;
    color: #fff !important; }
  .Supplies_Banners .supplies_inner .supplies_content p {
    font-size: 15px; }
  .Supplies_Banners .supplies_inner .supplies_content .HP_BTN {
    display: inline-block;
    padding: 0 15px; }
  .Supplies_Banners .supplies_inner .supplies_content {
    text-align: left; }
  .follow_us .follow_left {
    width: 30%; }
  .follow_us .follow_right {
    width: 70%; }
  .follow_us .follow_right ul li {
    width: 33.33%;
    border: 1px solid #E3E3E3;
    padding: 5px 0;
    border-right: 0;
    border-bottom: 0; }
    .follow_us .follow_right ul li:nth-child(4), .follow_us .follow_right ul li:first-child {
      border-left: 0; }
    .follow_us .follow_right ul li:nth-child(3), .follow_us .follow_right ul li:last-child {
      border-right: 0; }
    .follow_us .follow_right ul li:nth-child(4), .follow_us .follow_right ul li:nth-child(5), .follow_us .follow_right ul li:last-child {
      border-bottom: 1px solid #E3E3E3; }
  .follow_us .follow_right ul li a span {
    font-size: 15px;
    border: 0; }
  .follow_us {
    padding: 30px 0; }
  .after_login {
    padding-top: 0; }
  .custom_page .page .cms_page h3 {
    font-size: 19px;
    margin: 5px 0 12px 0; }
  .custom_page .page .cms_page h4 {
    font-size: 18px;
    margin: 5px 0 12px 0; }
  .cms_page p {
    margin: 0 0 20px 0; }
  .page-heading {
    font-size: 22px;
    margin: 0 0 25px 0; }
  .menu_bottom ul li a {
    font-size: 9px; }
  .cat_desp .mn_cat_img img {
    max-width: none; }
  .cat_desp {
    padding: 0;
    margin: 0 0 30px 0; }
    .cat_desp .mn_cat_img {
      float: none;
      margin: 0 auto; }
  .sub_cat_block h3 {
    margin: 0 0 15px 0; }
  .sub_cat_block ul li {
    width: 20%; }
  .search_box .form .form-field .form-input {
    height: 40px;
    line-height: 36px;
    padding: 0 70px 0 17px; }
  .search_box .form .form-field .search_btn {
    height: 40px;
    background-size: 40px;
    background: url(../img/Search-icon.svg) 1px 5px no-repeat #8CC63F; }
  li.navUser-item.HP_account {
    position: absolute;
    right: 200px;
    top: 123px; }
  .hdr_topleft .navUser-section .navUser-item .navUser-action {
    padding: 0;
    margin: 0; }
    .hdr_topleft .navUser-section .navUser-item .navUser-action .au {
      fill: #8CC63E; }
  .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    width: 25px;
    height: 25px; }
  .product_header {
    top: 0; }
  .productView .productView-images {
    width: 100%;
    margin: 0 0 21px 0; }
  .productView .productView-details {
    width: 100%;
    padding: 0; }
  .hdr_topcenter label, .hdr_topleft .navUser-section .navUser-item .navUser-action {
    font-size: 0; }
  .header .hdr_top {
    margin: -30px 0 0; }
  .custom_cart.after_login {
    padding-top: 0; }
  .custom_cart .cart_left {
    width: 100%; }
  .custom_cart .cart_right {
    width: 100%;
    padding: 35px 0 0 0; }
  .cart_right .secure_purchase {
    text-align: right; }
  .cart_right .card_list {
    text-align: right; }
  .cart_right .use_live_chat {
    max-width: 285px;
    float: right; }
  .after_login .Customisable_Form_Products .Customisable_product > div .Customisable_left, .Customisable_Form_Products .Customisable_product > div .Customisable_left {
    width: 40%; }
  .Customisable_Form_Products .Customisable_product > div .Customisable_right {
    padding: 26px 0 26px 31px; }
  .needsclick.FormComponent__StyledFormComponentWrapper-e0xun6-0.dMHKxR.kl-private-reset-css-Xuajs1 {
    padding: 8px 5px !important; }
  .custom_cart .Customisable_Form_Products {
    padding: 30px 0 0; }
  .cart-item-label {
    display: none; }
  .color_accessories h3 {
    margin: 0;
    width: auto;
    min-width: 60px; }
  .color_accessories .Pro_color_option ul li a .color_option {
    height: 28px;
    width: 28px; }
  .color_accessories .Pro_color_option {
    padding: 0;
    margin: 0 0 10px; }
  .color_accessories {
    padding: 25px 0 25px; }
  .video_gallery .watch_video {
    padding: 0; }
  .video_gallery .view_video {
    text-align: center; }
  .video_gallery {
    padding: 10px 0 0; }
  .productView-images {
    margin-bottom: 2rem; }
  .productView-details .productView-title {
    max-width: 100%;
    margin: 0 0 13px; }
  .productView .productView-details {
    padding: 0; }
  .pp_before_btn {
    margin: 22px 0 16px; }
  .pp_before_btn, .Productview_badges, .Productview_available_size {
    padding-right: 0; }
  .Productview_available_size ul {
    margin: 0 -8.5px; }
  .Productview_available_size ul li {
    padding: 0 8.5px 19px; }
  .Productview_available_size ul li .available_size_inner {
    padding: 0 0 5px 13px; }
  .Productview_available_size ul li .available_size_inner .available_size p {
    font-size: 14px; }
  .pro_custumize div.bread_wrap .bread_wrap_inner {
    width: 100%;
    float: none;
    margin: 0 auto; }
  .pro_custumize div.bread_wrap .bread_wrap_inner a,
  .pro_custumize div a span {
    font-size: 16px; }
  .pro_custumize div a {
    text-align: center; }
  .pro_details {
    padding: 25px  0; }
  .productView-description {
    width: 100%; }
  .productView-description .tabs .tab {
    text-align: center; }
  .productView-description .tabs .tab .tab-title {
    width: 100%; }
  .productView-description .tabs-contents .tab-content h3 {
    margin: 0 0 18px; }
  .productView-description #tab-description .tab-content_btm {
    padding: 40px 0 10px; }
  #tab-specifications .specifications_left .tab-content_btm {
    margin: 0;
    padding: 36px 0 0; }
  .pro_compare {
    padding: 24px 0 12px; }
  .productView-description .tabs .tab .tab-title {
    font-size: 18px; }
  .pro_compare .tabs .tab {
    display: inline-block;
    margin: 0 0 14px; }
  .pro_compare .tabs .tab:last-child .tab-title {
    padding: 0;
    margin: 0; }
  .pro_compare .tabs .tab .tab-title,
  .pro_compare .tabs .tab.is-active .tab-title {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    font-size: 18px; }
  .color_accessories .Pro_accessories_option {
    float: right; }
  .productView-images .productView-image {
    height: 100%; }
  .productView-images .productView-image .productView-img-container img {
    max-height: 250px; }
  .productView-thumbnails.slick-dotted.slick-slider {
    margin-top: 16px; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img {
    margin: 0 7px 0 0; }
  .Productview_available_size {
    padding: 0; }
  .Customisable_Form_Products .subscribe_form .bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc.bwIBYc .ql-editor p {
    font-size: 16px !important;
    line-height: 19px !important; }
  .navBar--account .navBar-item .navBar-action, .navBar--account .navBar-item.is-active {
    font-size: 12px;
    padding: 10px 15px; }
  .account.account--fixed .account-body .page-heading {
    font-size: 22px; }
  .account .productGrid .product .card .card-body .card-title {
    line-height: 14px;
    font-size: 14px; }
    .account .productGrid .product .card .card-body .card-title a {
      line-height: 14px;
      font-size: 14px; }
  .productGrid .product .card .card-body .card-text .price-section {
    font-size: 14px; }
  .bulk_disc_cnt .bulk_row3:before {
    font-size: 14px; }
  .bulk_disc_cnt .bulk_row1:before,
  .other_avlbl_sizes {
    font-size: 14px; }
  .bulk_disc_cnt .bulk_row1 li, .price_per_piece_mn_section .piecelable li, .price_per_piece_mn_section .piecevalue li {
    font-size: 13px; }
  #AppMain .btns {
    display: inline-block; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_4, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_5, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_43, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_6, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_7, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_8 {
    width: 33.33%; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_10, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_11, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_12, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_13 {
    width: 25%; }
  .custom_createaccount .Account_info_bottom {
    padding: 25px 10px 21px 10px; }
  .custom_createaccount .Account_info_bottom:after {
    top: 32px; }
  .custom_createaccount .body {
    margin-bottom: 0; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-label {
    font-size: 19px; }
  .custom_createaccount .Account_info_bottom:before {
    font-size: 19px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field .form-label {
    line-height: 30px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-label {
    height: auto; }
  .breadcrumbs {
    display: block; }
  .breadcrumbs {
    margin: 5px 0 20px 0; }
  .blog_page .blog .blog-post-body .blog-post {
    font-size: 13px;
    line-height: 18px; }
  .AddToCart_PopUp.modal--large .modal-body .productView .productView-image {
    width: 100%; }
  .AddToCart_PopUp.modal--large .modal-body .productView-details {
    width: 100%; }
  .AddToCart_PopUp.modal--large .modal-body .productView .productView-image .productView-img-container {
    height: 170px; }
  .body_top .form .show_pro_info {
    top: 9px;
    left: 46%; }
  .product_header .productView-image1 {
    margin: 0 5px 0 0px; }
  .product_header .PS_title .productView-title1 {
    font-size: 15px;
    max-width: 190px;
    margin: 0 10px 0 0;
    height: 20px; }
  .product_header .comn_prod_hdr .detail_btn {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: normal; }
  .body_top .productView-price {
    margin: 0; }
  .body_top .pro_case1 {
    margin: -3px 0 0 16px; }
  .product_header .comn_prod_hdr.prod_hdr_details {
    margin: 0 0px 0 -12px; }
  .body_top .productView-price .price-section, .body_top .productView-price .productView-info-value {
    font-size: 13px; }
  .mobileMenu-toggle {
    display: none; }
  .hamburger-menu .Menu-toggle:hover svg .atg {
    fill: #fff;
    stroke: #fff; }
  .ham_menu_inner_right .navPages-list .navPages-item {
    list-style-type: none; }
  .ham_menu_inner_left ul li {
    margin: 0 0 65px; }
  .ham_menu_inner_left ul li a {
    font-size: 14px;
    line-height: 19px;
    margin: 19px 0; }
  .ham_menu_inner_right .navPages-list .navPages-item > .navPages-action {
    font-size: 13px;
    line-height: 20px;
    display: inline-block; }
  .ham_menu_inner_left ul li:first-child img {
    max-height: 90px; }
  .ham_menu_inner_left ul li:last-child img {
    max-height: 90px; }
  .ham_menu_inner_right .navPages-list {
    margin: 0 0 19px; }
  .hamburger-menu .ham_menu_outer .Menu-toggle.close.for_Mobile {
    position: absolute;
    right: 7px;
    top: 11px;
    margin: 0;
    display: block;
    width: auto;
    height: 30px;
    background: transparent;
    border: 0;
    min-width: auto;
    left: auto;
    background: #8CC63F;
    margin: 0 0 20px 0; }
    .hamburger-menu .ham_menu_outer .Menu-toggle.close.for_Mobile svg {
      width: 30px;
      height: 30px; }
  .catedes_right {
    float: none;
    clear: both;
    margin: auto;
    text-align: left;
    max-width: 300px; }
  .cat_page .cat_left {
    width: 100%; }
  .cat_page .cat_right {
    width: 100%;
    padding: 0; }
  .cat_page .cat_left {
    display: none; }
  .filter_pagi .catmain_top .btn_group a {
    line-height: 38px; }
  .filter_pagi .showing_no {
    margin: 0 3px 0 0; }
  .filter_pagi .filter.total_page {
    margin: 10px 6px 0 !important; }
  .total_page_no {
    margin: 0 0 0 2px;
    font-size: 11px; }
  .filter_pagi .filter .form-field .form-label, .filter_pagi .filter .form-field .form-select, .filter_pagi .showing_no {
    font-size: 11px; }
  .filter_pagi .filter .form-field .form-select {
    background-position: 96% 50%; }
  .cat_right .productGrid .product {
    width: 25%; }
  .product_grid__view .productGrid .product, .product_table__view .cat_right .productGrid .product {
    width: 100%; }
  .product_grid__view .productGrid .product .card .card-body .card-title a {
    font-size: 17px; }
  .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating .rating--small .icon {
    height: 14px;
    width: 14px; }
  .after_login.product_grid__view .cat_right .productGrid .product .card .card-text.for_list_view_price .price-section {
    font-size: 16px; }
  .product_grid__view .productGrid .product .card .card-body .Prod_qunatity {
    font-size: 14px;
    margin: 10px 0 10px; }
  .after_login .header .hdr_top {
    padding: 0; }
  .custom_page .page .cms_page h2 {
    font-size: 17px; }
  .catalog .catalogRight .form-select {
    width: 55%; }
  .subscribe_form .dFAxdI.dFAxdI.dFAxdI.dFAxdI.dFAxdI.dFAxdI, .subscribe_form .fsIKy.fsIKy.fsIKy.fsIKy.fsIKy.fsIKy {
    width: 100% !important; }
  .Customisable_Form_Products .subscribe_form .mn_form_sub {
    min-height: auto; }
  .cms_page .catalogRight p {
    margin: 0 0 10px 0; }
  .Tradeshow_Events ul li {
    width: 50%;
    padding: 0 0 20px 0; }
  .ham_menu_inner_right .navPage-subMenu.is-open {
    position: absolute;
    left: 0;
    min-width: 336px; }
  .ham_menu_inner_right .navPage-subMenu ul {
    width: 100%; }
  .ham_menu_inner_right .navPage-subMenu ul .cat_heading, .ham_menu_inner_right .navPage-subMenu .ham_cat_image {
    display: none; }
  .ham_menu_inner_right .navPage-subMenu ul .cat_heading {
    width: 100%; }
  .ham_menu_inner_right .navPage-subMenu ul li:last-child {
    margin: 0 0 15px 0; }
  .ham_menu_inner_right .navPage-subMenu ul li a {
    padding: 0 0 5px 0;
    line-height: normal; }
  a.Menu-toggle.close.for_Mobile {
    display: block; }
  .next_category_show {
    text-align: right; }
    .next_category_show .navPages-action {
      font-size: 14px;
      line-height: normal;
      letter-spacing: 0px;
      color: #8CC63F;
      font-family: "Roboto Flex", serif;
      font-weight: bold; }
      .next_category_show .navPages-action:hover {
        color: #603813; }
  .ham_menu_inner_right .navPage-subMenu ul {
    padding: 34px 57px 0 55px; }
  .back_btn_for_mob a {
    margin: 0 0 19px 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    color: #8CC63F;
    font-family: "Roboto Flex", serif;
    font-weight: bold;
    display: block;
    text-transform: uppercase; }
    .back_btn_for_mob a:hover {
      color: #603813; }
  .back_btn_for_mob {
    display: block; }
  .hdr_bottomright > ul {
    margin: 18px 0 0 0; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: 0px !important;
    top: 36px !important; }
  .custom_cart .third_party_service, .cart_right .shipping--info-time {
    text-align: right; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 {
    margin: 0 0 28px 0; }
  .Supplies_Banners .cmn_block {
    padding: 0 2px; }
  .StoreAddress {
    max-width: 90%; }
  .Customisable_Form_Products .mn_Customisable_Form {
    margin: 0 -5px; }
  .Customisable_Form_Products .custm_prod {
    padding: 0 5px; }
  .quickSearchResults {
    left: 0;
    width: 100%; }
  .product_header .PS_title {
    margin: 0 5px 0 0; }
  .shipping--info-time {
    margin-right: 0;
    margin: auto;
    text-align: center;
    display: block;
    clear: both; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password {
    bottom: 57px; }
  .cart_right .shipping--info-time .shipping--info-inner {
    text-align: right; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info {
    margin: 13px 0 0 0; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart_price_mn .cart-item-value {
    padding-left: 0; }
  .custom_cart .cart_right .cart-totals .cart-total .cart-total-label, .custom_cart .cart_right .cart-totals .cart-total .cart-total-value, .cart-total .estimator-form-label .form-label, .custom_cart .cart_right .cart-totals .form-select, .custom_cart .cart_right .cart-totals .cart-total .cart-total-value .button, .custom_cart .cart_right .cart-totals .coupon-code-add, .custom_cart .cart_right .cart-totals .coupon-code-cancel, .custom_cart .cart_right .cart-totals .estimator-form-label, .custom_cart .cart_right .cart-totals .gift-certificate-add, .custom_cart .cart_right .cart-totals .shipping-estimate-hide, .custom_cart .cart_right .cart-totals .shipping-estimate-show {
    font-size: 14px; }
  .custom_cart .cart_right .cart-totals .button.shipping-estimate-submit {
    font-size: 13px; }
  .hamburger-menu .ham_menu_inner {
    max-height: 640px; }
  .hamburger-menu .ham_menu_outer .Menu-toggle.close.for_Mobile {
    background: transparent; }
  .ham_menu_inner_right .navPage-subMenu ul {
    max-height: 720px;
    height: auto; }
  .hamburger-menu .ham_menu_outer .ham_menu_inner_left {
    width: 38%; }
  .hamburger-menu .ham_menu_outer .ham_menu_inner_right {
    width: 62%; }
  .hamburger-menu .ham_menu_outer {
    padding: 29px 5px 10px 22px; }
  .body_common .view_lid_popup .proview_lid .productView-price {
    order: unset; }
  .proview_lid .proview_lid_right .form-field {
    margin: 10px 0; }
  .body_common .view_lid_popup .proview_lid .form .custom_btn {
    max-width: 100%;
    position: static;
    width: 100%;
    margin: 20px 0 10px; }
  .proview_lid .proview_lid_right .form-action {
    width: 50%;
    float: left; }
  .body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
    width: 50%;
    float: left;
    padding: 14.5px 0px;
    font-size: 17px; }
  .proview_lid .proview_lid_right .form-action .button {
    padding: 13px 0px;
    width: calc(100% - 10px);
    font-size: 20px; }
  .body_common .view_lid_popup .proview_lid .continue_shopping {
    margin: 0; }
  .specifications_right {
    position: relative;
    z-index: 1; }
  .AddToCart_PopUp.modal--large {
    max-height: 100%;
    overflow-y: auto; }
  .custom_cart .cart_page_mn .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price, .custom_cart .cart_page_mn .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price {
    line-height: 38px;
    padding: 0;
    font-size: 14px; }
  .cart_right .secure_purchase {
    font-size: 15px; }
  .cart_right .secure_purchase svg {
    margin: 0 0 0 5px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password {
    top: 44px;
    bottom: auto; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_10, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_11, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_12, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_13 {
    width: 33.33%; }
  .for_desktop .progress_block {
    margin: 0 10px 0 0;
    display: inline-block;
    width: auto; }
  .for_desktop .progress_line[value] {
    max-width: 200px;
    width: 200px; }
  .for_desktop .spend_msg {
    display: inline-block; }
  .footer .footer_btm.for_desktop .footer-info .footer-info-col.footer-info-international {
    width: 32%; }
  .strenght_password {
    margin-left: 0; }
    .strenght_password li {
      font-size: 10px !important;
      margin-right: 9px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password.fa.fa-fw.fa-eye.field-icon.toggle-password, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    top: 44px; }
  .adroll_consent_persistent_icon {
    top: 160px; }
  .custom_product .productView .pro_details .ctm_accordion .accordion_grid .productReviews-list .productReview {
    width: 50%; }
  .productView-reviewLink {
    margin: 15px 0 0 0; }
  .mz-hint {
    display: none !important; }
  .Productview_available_size, .Productview_badges, .color_accessories {
    display: block; }
  .productView-product .ppTop_info {
    background: #ffffff;
    padding: 0px; }
  .productView-product .ppTop_info h1.productView-title {
    font-size: 20px;
    color: #4A4F54;
    margin-bottom: 20px;
    line-height: 28px; }
  .productView-product .ppTop_info .ppTop_sku .productView-info-name {
    font-size: 16px;
    color: #4A4F54; }
  .productView-product .ppTop_info .ppTop_sku .productView-info-value {
    font-size: 16px;
    color: #8CC63E;
    font-weight: 700; }
  .productView-product .ppTop_info .ppTop_rev_piece .pro_case {
    font-size: 16px; }
  .productView-product .Productview_available_size h3 {
    width: 140px; }
  .productView-product .Productview_available_size > ul {
    width: calc(100% - 140px); }
  .productView-product .shipping--info-time .timer_lbl_info .NextShipping_lable {
    font-size: 13px; }
  .body_top .productView-product .productView-price .rrp-price--withoutTax.price-section {
    padding: 0 0 6px 0;
    margin: 0px 0 0 20px; }
  .body_top .productView-price .price-section.withoutTax_MainPrice {
    padding-left: 136px; }
  .body_top .productView-product .ppTop_price_row1 {
    padding-left: 0px; }
  .body_top.custom_product .productView-product .price-section--saving {
    top: 2px; }
  .body_top.custom_product .productView-product .ppTop_save {
    left: 53px; }
  .body_top .productView .form .custom_btn {
    margin: 0px; }
  .body_top .productView-price .withoutTax_MainPrice .product_pg_Packing .productView-info-value {
    margin: 0 0px -4px;
    font-size: 20px; }
  .productView .form .form-field.form-field--increments {
    top: 30px; }
  .productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 {
    margin: 0; }
  .custom_createaccount .Account_info_top .form-inlineMessage {
    position: static; }
  .level_menu_2_found .ham_is_open > .ham_menu_inner {
    overflow: hidden; }
  .color_accessories .Pro_color_option, .color_accessories .Pro_accessories_option {
    float: left; }
  .color_accessories.Row.for_desktop {
    display: none; }
  .productView-description p {
    margin-bottom: 20px; }
  .body_common .view_lid_popup .proview_lid .productView-price {
    margin: 0; }
  .custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
    left: 5px;
    top: -6px; } }

@media only screen and (min-width: 812px) and (max-width: 991px) {
  .Customisable_Form_Products .Customisable_product > div .Customisable_right {
    padding: 17px 0 17px 31px; } }

@media only screen and (max-width: 767px) {
  .productGrid .product .card .card-body .card-title a {
    font-size: 12px;
    line-height: 15px; }
  body #zakeke-button {
    width: 100%;
    float: left;
    margin: 15px 0 0; }
  body .New_Arrivals .slick-next, body .New_Arrivals .slick-prev {
    top: 50% !important; }
  .Productview_videos ul li p.feature-v-title {
    line-height: 35px;
    font-size: 10px; }
  .modal-360 {
    max-width: 90%; }
  .hdr_bottomright > ul > li .navUser-action {
    width: 125px; }
  .menu_bottom ul li a {
    font-size: 10px;
    padding: 10px 8px;
    line-height: normal;
    height: 46px; }
  .hdr_bottomleft .header-logo .header-logo-image-container .header-logo-image {
    max-height: 31px; }
  .header-logo > a {
    width: auto;
    padding: 0; }
  .header .hdr_bottom {
    margin: 0; }
  .hdr_bottomleft {
    padding: 0px 0 0 48px; }
  .hdr_bottomright > ul > li.navUser-item.navUser-item--cart {
    top: 24px; }
  .cart_total {
    max-width: 56px;
    font-size: 9px;
    height: 27px;
    line-height: 27px;
    padding: 2px 5px; }
  .search_box {
    margin: -3px 0 20px; }
  .mobileMenu-toggle {
    height: 30px;
    width: 36px;
    top: 23px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/content/menu_icon.svg") center no-repeat;
    height: 14px;
    margin: auto;
    left: 0;
    right: 0; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after, .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      display: none; }
  .main_menu {
    margin: 0 0 15px; }
  .menu_bottom ul {
    margin: 0; }
  .custom_default .Customisable_Form_Products, .Customisable_Form_Products {
    display: none; }
  .category_list {
    padding: 24px 0;
    background-color: #fff; }
  .category_list ul li {
    width: 50%;
    padding: 5px; }
  .Catalog_Banners {
    padding: 0px 0 27px; }
  .blog {
    width: 100%;
    border: 0;
    height: auto; }
  .account-heading {
    font-size: 18px; }
  .sub_cat_block ul li, .brandGrid .brand {
    width: 50%; }
  .sub_cat_block {
    padding: 0 0 2px 0; }
  .cart-totals {
    width: 100%; }
  .custom_page .page .cms_page h3, h4 {
    font-size: 16px; }
  .cms_page p, .cms_page span, .cms_page a, .cms_page ul li, .cms_page ol li {
    font-size: 14px; }
  .for_aligncenter iframe {
    width: 100%; }
  .category_list > .container {
    padding: 0 26px; }
  .category_list ul li .cat_list_inner p a .cat_list_name {
    letter-spacing: 0;
    width: 129px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center; }
  .Catalog_Banners > .container {
    padding: 0; }
  .Catalog_Banners.for_desktop {
    display: none; }
  .Catalog_Banners.Mobile_only {
    display: block; }
  .Catalog_Banners .mn_catalog .common_catalog {
    float: none;
    width: auto;
    padding: 0;
    margin: 0; }
  .Catalog_Banners .catalog_inner .catalog_content {
    margin: 11px 25px 11px 12px; }
  .Catalog_Banners .catalog_inner:first-child .catalog_content, .Catalog_Banners .catalog_inner:nth-child(3) .catalog_content {
    margin: 11px 12px 11px 25px; }
  .Catalog_Banners .catalog_inner {
    width: 50%;
    padding: 5px 5px 5px 0;
    margin: 0; }
    .Catalog_Banners .catalog_inner:last-child, .Catalog_Banners .catalog_inner:nth-child(2) {
      padding: 5px 0 5px 5px; }
  .Catalog_Banners .catalog_inner img {
    width: 100%; }
  .Catalog_Banners .mn_catalog {
    margin: 0; }
  .Catalog_Banners .catalog_inner .catalog_content h2 {
    font-size: 22px;
    margin: 0; }
  .Catalog_Banners .catalog_inner .catalog_content p {
    font-size: 12px;
    margin: 0 0 11px 0;
    font-weight: 400; }
  .Catalog_Banners .catalog_inner .catalog_content .HP_BTN {
    width: 86px;
    padding: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    box-shadow: 0px 0px 5px #000033;
    border-radius: 0; }
  .New_Arrivals > .container {
    padding: 0 25px; }
  .New_Arrivals h2, .blog_cnt h2 {
    font-size: 20px;
    margin: 18px 0 12px; }
  .New_Arrivals .productGrid {
    padding: 0 32px; }
  .productGrid .product .card .card-body .card-title a, .productGrid .product .card .card-body .Prod_qunatity {
    font-size: 10px;
    line-height: normal; }
  .productGrid .product .card .card-figure > a {
    height: 80px; }
  .productGrid .product .card .card-figure > a .card-img-container .card-image {
    max-height: 80px; }
  .productGrid .product .card .card-body .card-title {
    margin: 8px 0 2px 0;
    line-height: 12px;
    height: 44px; }
  .productGrid .product .card .card-body .Prod_qunatity {
    margin: 0 0 -3px 0; }
  .productGrid .product .card .custom_BTN .sku_no {
    font-size: 12px;
    margin: 0px 0 8px; }
  .button.card_btn, .productGrid .product .card .custom_BTN a {
    width: 122px;
    font-size: 9px;
    height: 21px;
    line-height: 19.5px;
    display: block; }
  .productGrid .product .card {
    margin-bottom: 20px;
    padding-top: 8px; }
  .New_Arrivals .slick-next, .New_Arrivals .slick-prev {
    height: 207px;
    margin: -10px 0 0 0; }
  .Supplies_Banners .cmn_block {
    width: 100%;
    padding: 0; }
  .Supplies_Banners .supplies_inner .supplies_link {
    font-size: 18px !important;
    line-height: 24px;
    left: 24px !important; }
  .for_desktop, .blog_cnt .view_all_blog_link {
    display: block; }
  .for_Mobile {
    display: block; }
  .Supplies_Banners {
    padding: 27px 0 25px; }
  .search_box .form .form-field .form-input {
    font-size: 14px; }
  .Supplies_Banners .Supplies_mn {
    padding: 0; }
  .Supplies_Banners .cmn_block ul li {
    padding: 5px 0; }
  .blog_cnt h2 {
    margin: 30px 0 14px; }
  .blog_cnt > .container {
    padding: 0 30px; }
  .blog_cnt .bg_all_pt ul li {
    width: 100%;
    padding: 0 0 15px 0; }
  .blog_cnt .bg_all_pt ul li > div > a {
    float: left;
    width: 43%; }
  .blog_cnt .bg_all_pt ul li > div > a, .blog_cnt .bg_all_pt ul li > div > a img {
    height: 150px; }
  .blog_cnt .bg_all_pt ul li > div > a img {
    width: 100%; }
  .blog_cnt .bg_all_pt ul li > div > .blog_body {
    width: 57%;
    float: left;
    padding: 0 0 0 22px; }
  .blog_cnt .bg_all_pt ul li .blog_body h3 {
    height: auto;
    font-size: 12px;
    margin: 4px 0 7px;
    text-transform: capitalize; }
    .blog_cnt .bg_all_pt ul li .blog_body h3 .blog_title {
      font-size: 12px;
      line-height: 15px; }
  .blog_cnt .bg_all_pt ul li .blog_body .blog-date {
    font-size: 8px;
    margin: 0 0 8px 0; }
  .blog_cnt .bg_all_pt ul li .blog_body .blog-post, .blog_cnt .bg_all_pt ul li .blog_body .read_more {
    font-size: 10px; }
  .blog_cnt .bg_all_pt ul li .blog_body .blog-post {
    margin: 0 0 5px 0;
    line-height: 14px; }
  .follow_us {
    padding: 10px 0 25px 0;
    position: relative; }
    .follow_us > .container {
      padding: 0; }
    .follow_us .follow_right {
      width: 100%;
      padding: 0;
      margin: 0 0 45px 0;
      background: #f5f5f5; }
      .follow_us .follow_right ul li {
        width: 50%;
        padding: 11px 0 19px 0;
        border: 0;
        border-top: 1px solid #e3e3e3; }
        .follow_us .follow_right ul li:first-child, .follow_us .follow_right ul li:nth-child(3), .follow_us .follow_right ul li:nth-child(5) {
          border-top: 1px solid #e3e3e3;
          border-right: 1px solid #e3e3e3; }
        .follow_us .follow_right ul li:last-child, .follow_us .follow_right ul li:nth-child(5) {
          border-bottom: 1px solid #e3e3e3; }
        .follow_us .follow_right ul li svg {
          margin: 0 0 3px 0;
          height: 46px; }
        .follow_us .follow_right ul li spna {
          font-size: 16px; }
    .follow_us .follow_left {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      .follow_us .follow_left h2 {
        font-size: 20px;
        margin: 0 15px 0 0; }
  .follow_us .follow_left .socialLinks .socialLinks-item {
    margin: 0 5px 0 0; }
  .productGrid .product .card .card-body {
    padding: 0 10px; }
  .footer .footer_btm .footer-info {
    margin: 0;
    columns: 2; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-product, .footer .footer_btm .footer-info .footer-info-col.footer-info-contact, .footer .footer_btm .footer-info .footer-info-col.footer-info-international, .footer .footer_btm .footer-info .footer-info-col.footer-info-payment, .footer .footer_btm .footer-info .footer-info-col.footer-info-service, .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom, .footer .footer_btm .footer-info .footer-info-col, .footer .footer_btm .footer-info .footer-info-col.footer-info-category {
    width: auto;
    margin: 0 0 16px 0;
    text-align: left;
    padding: 0 7px 0 2px; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom ul {
    margin: 0 0 8px 0; }
  .footer .footer_btm .footer-info .footer-info-col .footer-info-heading {
    margin: 0 0 13px 0; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-store li, .footer .footer_btm .footer-info .footer-info-col.footer-info-store li:nth-child(2n), .footer .footer_btm .footer-info .footer-info-col.footer-info-product li, .footer .footer_btm .footer-info .footer-info-col.footer-info-product li:nth-child(2n), .footer .footer_btm .footer-info .footer-info-col.footer-info-category li, .footer .footer_btm .footer-info .footer-info-col.footer-info-category li:nth-child(2n), .footer_payment ul li:nth-child(3), .footer_payment ul li:nth-child(4) {
    width: 100%; }
  .footer_payment ul li ul.inner_payment > li {
    margin: 11px 0 0 0; }
  .footer_payment ul li {
    width: 100%;
    text-align: left; }
  .footer_payment > ul > li {
    width: 100%;
    padding: 0 0 12px 0;
    text-align: left; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-category li:nth-child(14), .footer .footer_btm .footer-info .footer-info-col.footer-info-product li:nth-child(11) {
    display: none; }
  .Supplies_Banners .supplies_inner img {
    width: 100%;
    max-height: 103px; }
  .Supplies_Banners .cmn_block.Supplies_Banners_center img {
    max-height: none; }
  .Supplies_Banners .supplies_inner .supplies_content h2 {
    font-size: 25px !important;
    text-align: center !important;
    color: #fff !important; }
  .Supplies_Banners .supplies_inner .supplies_content p {
    font-size: 15px; }
  .footer .footer_btm > .container {
    padding: 0 22px; }
  .footer .footer_btm {
    padding: 30px 0; }
  .footer_payment ul li:nth-child(1) {
    width: 100%; }
  .productGrid .product {
    padding: 0 4px; }
  .productGrid .product .card .card-body .card-title a {
    font-size: 10px;
    line-height: 12px; }
  .sub_cat_block h3, .New_Arrivals h2 {
    font-size: 20px; }
  .cat_desp {
    border: none; }
  .after_login .New_Arrivals .slick-next, .after_login .New_Arrivals .slick-prev {
    height: 262px; }
  .sub_cat_block ul li {
    width: 50%;
    padding: 0 9px 11px; }
  .cat_desp {
    margin: 0 0 26px 0; }
  .sub_cat_block ul li div a span {
    margin: 0px 0 0 15px;
    max-width: 140px; }
  .custom_category .New_Arrivals h2 {
    margin: 30px 0 14px; }
  .custom_category .New_Arrivals + .New_Arrivals h2 {
    margin: 30px 0 15px 0; }
  .productGrid .product .card .sale-flag-side {
    display: none; }
  .custom_category .productGrid .product .card {
    margin-bottom: 20px; }
  .cat_right .productGrid .product .card .card-body {
    padding: 5px 20px 0; }
  .custom_category .New_Arrivals .slick-next, .custom_category .New_Arrivals .slick-prev {
    height: 210px;
    margin: -10px 0 0 0; }
  .cat_desp_bottom1.for_Mobile .catedes_right h3 {
    margin: 38px 0 11px 0;
    text-transform: capitalize; }
  .cat_desp_bottom1.for_Mobile ul {
    margin: 0 0 11px 0; }
  .catedes_main p {
    padding: 6px 5px 22px 5px;
    font-size: 14px; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-showroom ul.visit_us {
    margin: 0; }
  .footer .footer_btm .footer-info .footer-info-col .footer-info-heading.Tradeshows1 {
    margin: 0 0 10px 0; }
  .footer .footer_btm .footer-info .footer-info-col .footer-info-heading {
    font-size: 15px; }
  li.navUser-item.HP_account {
    right: 160px; }
  .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    width: 20px;
    height: 20px; }
  .custom_cart .cart_page_mn .page-heading, .custom_cart .breadcrumbs {
    display: none; }
  .for_desktop {
    display: none; }
  .status_message_mob {
    float: left;
    width: 100%;
    margin: 0 0 9px 0; }
  .custom_cart .status_message_mob .alertBox--info {
    background-color: #603813;
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    border-radius: 0; }
    .custom_cart .status_message_mob .alertBox--info .alertBox-icon {
      display: none; }
  .custom_cart .status_message_mob .alertBox--info .alertBox-message {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center; }
  .Cart_upper_total {
    padding: 0 25px; }
    .Cart_upper_total .cart-total.cart_SubTotal, .Cart_upper_total .cart-total-label, .Cart_upper_total .cart-total-value {
      font-size: 29px;
      color: #000;
      font-weight: 700; }
    .Cart_upper_total .cart-total-value {
      text-align: center;
      padding: 11px 0 0 0; }
    .Cart_upper_total .card_list {
      margin: 0 0 20px 0; }
      .Cart_upper_total .card_list span {
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0px;
        color: #000;
        text-transform: capitalize;
        font-weight: normal; }
      .Cart_upper_total .card_list ul {
        margin: 0;
        float: right; }
        .Cart_upper_total .card_list ul li {
          list-style-type: none;
          float: left;
          margin: 0 1px; }
          .Cart_upper_total .card_list ul li img {
            height: 30px; }
    .Cart_upper_total .cart-actions .button {
      width: 100%;
      height: 48px;
      line-height: 48px;
      padding: 0; }
    .Cart_upper_total .shopping_btn1 ul {
      margin: 0 -6px; }
      .Cart_upper_total .shopping_btn1 ul li {
        list-style-type: none;
        float: left;
        width: 50%;
        padding: 14px 6px; }
        .Cart_upper_total .shopping_btn1 ul li a {
          display: block;
          font-size: 14px;
          line-height: 40px;
          letter-spacing: 0px;
          color: #FFFFFF;
          margin: 0;
          text-transform: uppercase;
          font-weight: 700;
          font-family: "Roboto Flex", serif;
          height: 40px;
          padding: 0; }
  .after_login .Cart_upper_total .cart-total-value {
    text-align: right; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
    width: 131px;
    margin: 0 5px 0 0;
    height: 133px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure .cart-item-image {
    max-width: 131px; }
  .cart_right .use_live_chat, .secure_purchase, .cart_right .card_list {
    display: none; }
  .custom_cart .cart_right .cart-actions .button {
    width: 100%; }
  .custom_cart .cart_right .cart-totals {
    margin-bottom: 30px; }
  .custom_cart .save_later, .custom_cart .New_Arrivals {
    background-color: #fff; }
  .custom_cart .save_later .page-heading.for_cart_page {
    margin: 19px 0 16px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title .cart-item-name {
    margin: 0 0 6px 0;
    text-transform: capitalize; }
    .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title .cart-item-name a {
      font-size: 14px;
      line-height: 16px; }
  .custom_cart .cart_left .cart {
    width: 100%; }
  .custom_cart .cart_left .cart .cart-list .cart-item, .custom_cart .cart_left .cart .cart-list .cart-item:last-child {
    padding: 24px 25px 18px; }
  .custom_cart .cart_left .cart .cart-list .cart-item:first-child {
    padding: 14px 25px 20px; }
  .custom_cart .cart_right {
    padding: 0 25px; }
  .custom_cart .cart_left .cart .cart-list .cart-item:last-child {
    border-bottom: 1px solid #e5e5e5; }
  .custom_cart .cart_status_field {
    font-size: 12px; }
  .custom_cart .cart_status_field .productView-info-name {
    font-size: 12px;
    margin: 0px 9px 0 0;
    float: left;
    display: inline-block; }
  .custom_cart .cart_status_field .productView-info-value {
    margin: 0;
    text-transform: initial; }
  .custom_cart .cart_pro_case {
    margin: 0;
    font-size: 14px;
    text-align: left; }
    .custom_cart .cart_pro_case .productView-info-value {
      margin: 0px 0 3px 0;
      float: left;
      width: 100%; }
  .custom_cart .cart_left .login_for_price {
    height: 33px;
    line-height: 29px; }
  .custom_cart .sku_cart {
    font-size: 12px;
    float: left;
    margin: 4px 0 0 0; }
  .cart-item-label, .custom_cart .third_party_service {
    display: none; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-item-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .productView-info-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label {
    font-size: 16px;
    letter-spacing: -0.5px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label {
    margin: 0 -1px 0 1px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    margin: 0 -5px 0 10px;
    width: 62px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input--incrementTotal {
    font-size: 11px;
    width: 29px;
    height: 25px;
    line-height: 27px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 {
    width: 29px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button {
    width: 30px;
    height: 13px;
    line-height: 10px; }
    .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button .icon {
      height: 13px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info {
    margin: 8px 0 0 1px; }
  .custom_cart .cart_left .cart .cart-list .cart-item a.cart-remove, .cart-wishlist-link .cart_wishlistBtn {
    font-size: 10px; }
  .cart-wishlist-link {
    margin: -4px 0 0 5px;
    line-height: normal; }
  .after_login .menu_bottom {
    display: none; }
  .custom_cart .cart_right {
    padding: 38px 0 0 0; }
  .page.cart_page_mn > .container {
    padding: 0; }
  .custom_cart .cart_right {
    padding: 38px 25px 0 25px;
    margin: 0 auto;
    max-width: 412px;
    float: none;
    display: block;
    clear: both; }
  .custom_cart .imp_message .imp_message_first {
    margin: 0 55px 9px 0; }
  .custom_cart .imp_message .imp_message_sec {
    margin: 0 0 29px 29px; }
  .custom_cart .cart_right .cart-totals {
    padding: 14px 33px 14px 28px; }
  .custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price, .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price {
    font-size: 9px; }
  .custom_cart .New_Arrivals .slick-next, .custom_cart .New_Arrivals .slick-prev {
    margin: -20px 0 0 0;
    height: 220px; }
  .custom_cart .New_Arrivals .slick-next, .custom_cart .New_Arrivals .slick-prev {
    height: 249px; }
  .custom_cart .productView-info-name, .custom_cart .productView-info-value {
    float: none; }
  .custom_product .New_Arrivals .slick-next, .custom_product .New_Arrivals .slick-prev {
    height: 217px;
    margin: -11px 0 0 0px; }
  .product_header .PS_title .productView-title1 {
    font-size: 15px; }
  .product_header .productView-image1 {
    margin: 0 20px; }
  .review_sec .productView-rating icon {
    width: 14px;
    height: 14px; }
  .review_sec .productView-rating .productView-reviewLink, .review_sec .form-action.wishlist .button, .thumb_toggle_main .thumb_toggle {
    font-size: 12px;
    letter-spacing: normal; }
  .review_sec .form-action.wishlist svg {
    margin: 0 7px 0 0;
    height: 15px; }
  .whish_link {
    font-size: 12px;
    margin: 0; }
  .review_sec .form-action.wishlist .button {
    text-transform: capitalize; }
  .productView-thumbnails {
    padding: 12px 0 0 0; }
  .productView-thumbnails .slick-arrow.slick-next {
    right: 5px; }
  .productView-thumbnails .slick-arrow.slick-prev {
    left: 5px; }
  .productView-thumbnails .productView-thumbnail {
    padding: 0 3px; }
  .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    max-width: 140px;
    height: 72px; }
  .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
    max-height: 70px; }
  .thumb_toggle_main {
    padding: 3px 0 5px 0; }
  .color_accessories.Row.for_desktop {
    display: none !important; }
  .productView-details .productView-title {
    font-size: 20px; }
  .pro_case {
    font-size: 16px;
    margin: 0 0 4px 0; }
  .navBar--sub .navBar-item {
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
    float: none;
    width: auto; }
  .navBar--account .navBar-item .navBar-action, .navBar--account .navBar-item.is-active {
    padding: 0;
    margin: 7px 3px 5px; }
  .navBar--account {
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center; }
  .account.account--fixed {
    width: 100%;
    padding: 30px 0 0 0; }
  .account.account--fixed .account-body .page-heading {
    font-size: 20px;
    padding-bottom: 5px; }
  .productGrid .product .card .card-body .card-text .price-section {
    font-size: 12px; }
  .account--fixed .productGrid .product {
    width: 50%; }
  .account .productGrid .product .card .card-body .card-title {
    line-height: 12px;
    font-size: 10px; }
    .account .productGrid .product .card .card-body .card-title a {
      line-height: 12px;
      font-size: 10px; }
  .productView .form .custom_btn {
    margin: 0px; }
  .productView .form .custom_btn .form-action, .productView .form .custom_btn .qoute_btn {
    width: 50%;
    float: left;
    padding: 0 8px; }
  .productView .form .custom_btn .form-action .button {
    margin: 0;
    width: 100%; }
  .bulk_disc_cnt {
    width: 100%; }
  .ctm_fd_grid.Priceparpiece {
    width: 100%;
    border-left: 0;
    padding-left: 0; }
  .product_header .productView-image1 img.productView-image--default,
  .Productview_badges ul li .badges_img img {
    max-height: 46px; }
  .Productview_badges ul {
    padding: 14px 0; }
  .video_gallery .watch_video a img {
    max-width: 69px;
    margin: 0 -4px 0 0; }
  .video_gallery .view_video a img {
    max-height: 55px;
    margin: 0 -6px 0 0; }
  .video_gallery .view_video a span, .video_gallery .watch_video a span {
    font-size: 14px; }
  .video_gallery .view_video a span {
    margin: 0 0 0 7px; }
  .pp_before_btn .login_for_price {
    border-radius: 6px; }
  .pro_custumize div.bread_wrap, .pro_custumize div {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6.5px;
    width: 31.95%; }
  .pro_custumize div.bread_wrap {
    margin-right: 0; }
  .pro_custumize .Contact_specialist {
    margin-left: 0; }
  .pro_custumize div.bread_wrap .bread_wrap_inner {
    width: 100%;
    box-shadow: none; }
  .pro_custumize div a svg {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px; }
  .pro_custumize div.bread_wrap .bread_wrap_inner a,
  .pro_custumize div a span {
    text-align: center; }
  .pro_custumize div.bread_wrap .bread_wrap_inner a {
    background: transparent;
    border: 0;
    color: #808080;
    font-weight: normal;
    height: auto;
    line-height: normal; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-label {
    font-size: 16px; }
  .custom_createaccount .Account_info_bottom:before {
    font-size: 16px; }
  .blog_page .blog {
    width: 50%; }
  .blog_page .blog .blog-post-figure .blog-thumbnail a img {
    width: auto; }
  .after_login .product_header {
    display: none; }
  .body_top .form .show_pro_info {
    position: static; }
  .body_top .productView-price .price-section, .body_top .productView-price .productView-info-value {
    font-size: 21px; }
  .body_top .pro_case1 {
    display: none; }
  .body_top .productView-price {
    margin: 0px;
    vertical-align: middle; }
  .body_top .productView .form .form-field .form-increment .form-input--incrementTotal {
    height: 42px;
    width: 46px;
    line-height: 42px; }
  .body_top .productView .form .form-field .form-increment .totlbtn {
    margin: 0; }
  .shipping--info-time span {
    font-size: 13px; }
  .shipping--info-time #bk-countdown-timer .bk-normal-clock li .bk-label-time {
    font-size: 7.2px !important; }
  .shipping--info-time #bk-countdown-timer .bk-normal-clock li .bk-time {
    font-size: 16px !important; }
  .shipping--info-time {
    margin: 20px 0 -2px 0;
    padding: 0;
    display: block; }
  .pp_before_btn.Row {
    display: none; }
  .pp_before_btn .login_for_price {
    font-size: 18px; }
  .pp_before_btn {
    margin: 22px 0 4px; }
  .Productview_badges {
    padding: 28px 0 0 0; }
  .Productview_badges ul li .badges_text {
    padding: 6px 0px 0;
    font-size: 9px;
    max-width: 60px;
    margin: 0 auto;
    color: #8CC63F; }
  .Productview_badges ul {
    padding: 10px 0; }
  .video_gallery {
    padding: 8px 0 0 0; }
  .color_accessories {
    padding: 0px 0;
    border-top: 1px solid #E2E8EC;
    border-bottom: 1px solid #E2E8EC;
    margin: -4px 0 1px 0; }
  .color_accessories h3 {
    margin: 0 0 8px 0;
    font-size: 14px; }
  .color_accessories .Pro_accessories_option h3 {
    margin: 0 5px 0 0; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_text {
    font-size: 14px; }
  .color_accessories .Pro_color_option {
    margin: 29px 0 0;
    font-size: 14px; }
  .color_accessories .Pro_color_option ul li a .color_option .color_option_variant {
    width: 17px;
    height: 17px; }
  .color_accessories .Pro_color_option ul li a .color_option {
    height: 17px;
    width: 21px; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img {
    height: 38px;
    width: 38px; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img img {
    max-height: 34px;
    max-width: 34px; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_img {
    margin: 0 -4px 0 0; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer {
    margin: 0 10px 0 0; }
  .color_accessories .Pro_accessories_option {
    margin: 18px 0 0 0;
    border-bottom: 1px #E2E8EC solid;
    padding: 0 0 20px 0;
    float: left;
    width: 100%; }
  .Productview_available_size h3 {
    text-transform: capitalize;
    font-size: 16px;
    margin: 11px 0 13px; }
  .Productview_available_size ul li .available_size_inner {
    padding: 0 0 3px 0px;
    border-bottom: 1px #8CC63F solid; }
  .Productview_available_size ul li {
    padding: 0 8px 15px;
    width: 33.33%;
    text-align: center; }
  .pro_details {
    padding: 0 0;
    background: #fff; }
  .productView .productView-details + .productView-details .productView-options {
    margin: 0; }
  .productView-description .tabs .tab .tab-title {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    text-align: left;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/desp_arrows.svg) 97% 50% no-repeat;
    font-weight: bold; }
  .productView-description .tabs .tab {
    padding: 4.5px 0;
    background-color: #fff; }
  .productView-description .tabs .tab.is-active .tab-title {
    color: #8CC63E;
    background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/active_desp_arrows.svg) 97% 50% no-repeat; }
  .productView-description .tabs-contents {
    margin: 5px 0 0 0;
    box-shadow: none;
    background: #EEEEEE;
    border-radius: 0; }
  #tab-specifications .specifications_left .tab-content_btm .des_goto a, #tab-specifications .specifications_left .tab-content_btm .des_help a {
    font-size: 14px; }
  #tab-specifications .specifications_left .tab-content_btm {
    padding: 15px 20px 0 0; }
  #tab-specifications .specifications_left {
    padding: 0 10px 0 0; }
  .pro_compare .tabs .tab {
    display: block;
    margin: 0 0 0 0;
    padding: 0; }
  #tab-specifications {
    padding: 10px 19px 13px 20px; }
  #tab-specifications .specifications_right {
    padding: 0; }
  #tab-specifications .specifications_right .spec_right_cnt h4 {
    margin: 0 0 6px; }
  #tab-specifications .specifications_left h3 {
    margin: 0 0 5px 0; }
  #tab-specifications .specifications_left .tab-content_btm .des_goto a svg {
    width: 14px;
    margin: 0 6px 0 0; }
  #tab-specifications .specifications_left .tab-content_btm .des_help a svg {
    height: 26px;
    margin: 0 4px 0 0; }
  .pro_compare {
    background: #fff;
    padding: 0;
    margin: -3px 0 0 0; }
  .custom_product .New_Arrivals {
    padding: 9px 0 0 0; }
  .pro_compare .tabs .tab .tab-title, .pro_compare .tabs .tab.is-active .tab-title, .compare_similar .tabs .tab .tab-title, .compare_similar .tabs .tab.is-active .tab-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    border: 0;
    text-align: left; }
  #tab-specifications .specifications_right {
    width: 100%; }
  #tab-specifications .specifications_left {
    width: 100%;
    padding: 10px 0 0 0; }
  .specification_info {
    display: block;
    width: 100%;
    float: left; }
  .body_top .product_header, .product_header {
    display: none;
    position: static; }
  .bulk_piece {
    margin: 20px 0 0px; }
  .after_login.custom_product .New_Arrivals .slick-next, .after_login.custom_product .New_Arrivals .slick-prev {
    height: 267px;
    margin: -10px 0 0; }
  .custom_product .follow_us {
    padding: 43px 0 22px; }
  .hamburger-menu .ham_menu_outer {
    top: 107px; }
  .Supplies_Banners .cmn_block.Supplies_Banners_center {
    width: 100%; }
  .hamburger-menu .ham_menu_outer .ham_menu_inner_left {
    width: 44%; }
  .hamburger-menu .Menu-toggle, .header.header_fixed .hamburger-menu .Menu-toggle {
    height: 30px;
    line-height: 36px;
    top: 23px;
    width: 38px;
    padding: 0 4px; }
  .hamburger-menu .Menu-toggle svg, .header.header_fixed .hamburger-menu .Menu-toggle svg {
    width: 20px; }
  #tab-specifications .specifications_left, .custom_category .CP_breadcrumb {
    display: none; }
  .shipping--info-inner:first-child .NextShipping_lable {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #4A4F54;
    text-transform: uppercase; }
  .shipping--info-inner .its-timer__time {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    color: #4A4F54;
    font-weight: bold;
    font-family: "Roboto Flex", serif; }
  .shipping--info-inner .timer-lbl {
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
    color: #4A4F54;
    font-weight: bold;
    font-family: "Roboto Flex", serif; }
  .cat_desp_bottom1.for_Mobile {
    display: block;
    float: left;
    width: 100%; }
    .cat_desp_bottom1.for_Mobile ul {
      margin: 0 0 15px 0; }
      .cat_desp_bottom1.for_Mobile ul li {
        position: relative;
        list-style-type: none;
        padding: 0 0 0 18px;
        font-size: 14px; }
        .cat_desp_bottom1.for_Mobile ul li:before {
          content: "";
          background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/star_bullet.svg) no-repeat;
          position: absolute;
          top: 5px;
          left: 0;
          width: 15px;
          height: 15px; }
    .cat_desp_bottom1.for_Mobile .catedes_right {
      float: none;
      clear: both;
      margin: auto;
      text-align: left;
      max-width: 281px;
      padding: 0; }
      .cat_desp_bottom1.for_Mobile .catedes_right h2 {
        margin: 38px 0 12px 0;
        text-transform: capitalize;
        font-size: 20px; }
  .cat_desp .catedes_right, .cat_desp .catedes_main {
    display: none; }
  .filter_pagi .filter {
    width: 100%;
    margin: 0 0 9px 0; }
    .filter_pagi .filter .actionBar-section {
      width: 100%; }
    .filter_pagi .filter .form-field .form-select {
      width: 100%;
      background-position: 96% 50%; }
  .filter_pagi .filter.total_page .form-field .form-select {
    background-position: 86% 50%;
    min-width: 122px;
    text-transform: capitalize;
    padding: 0 14px; }
  .cat_right .productGrid {
    margin: 0 -5px; }
    .cat_right .productGrid .product {
      width: 50%;
      padding: 0 5px; }
  .cat_right .productGrid .product .card {
    padding-top: 30px; }
    .cat_right .productGrid .product .card .card-body .card-title {
      line-height: 14px;
      height: 44px;
      margin: 0 0 5px 0; }
      .cat_right .productGrid .product .card .card-body .card-title a {
        font-size: 11px; }
    .cat_right .productGrid .product .card .card-body .Prod_qunatity {
      font-size: 13px;
      margin: 2px 0 3px 0; }
    .cat_right .productGrid .product .card .custom_BTN a {
      width: 149px;
      font-size: 11px;
      line-height: 26px; }
  .cat_right .productGrid .product .card .custom_BTN .sku_no {
    font-size: 7px;
    margin: 2px 0 10px; }
  .cat_right .button.card_btn {
    width: 149px;
    font-size: 11px; }
  .filter_pagi .filter.total_page {
    margin: 0 15px 9px !important;
    width: auto; }
  .custom_category .follow_us {
    padding: 10px 0 41px !important; }
  .mn_SubCat .cat_desp_bottom1.for_Mobile .catedes_right h3 {
    margin: 9px 0 11px;
    font-size: 18px; }
  .cat_right .productGrid .product .card .card-figure > a {
    height: 98px; }
  .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image {
    max-height: 98px; }
  .product_grid__view .productGrid .product, .product_table__view .cat_right .productGrid .product {
    width: 100%; }
  .cat_right .button.card_btn, .cat_right .productGrid .product .card .custom_BTN a.qoute_btn {
    font-size: 11px; }
  .product_grid__view .productGrid .product .card .card-body .card-title {
    height: auto; }
  .product_grid__view .productGrid .product .card .card-body .card-title a {
    font-size: 15px; }
  .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating .rating--small, .product_grid__view .productGrid .product .card .for_list_view p, .product_grid__view .productGrid .product .card .for_list_view .sku_no {
    font-size: 12px; }
  .product_grid__view .productGrid .product .card .card-body .card-text.Star_Rating .rating--small .icon:last-child {
    margin: 0 5px 0 0; }
  .product_grid__view .productGrid .product .card .card-body .Prod_qunatity {
    margin: 10px 0; }
  .product_table__view .cat_desp_bottom1.for_Mobile .catedes_right h3 {
    margin: 38px 0 11px; }
  .contact_left {
    width: 100%;
    padding: 0 0 20px 0; }
  .contact_right {
    width: 100%; }
  .custom_page .page .cms_page #ProductReviews h2 {
    margin: 0 0 10px 0; }
  .catalog .catalogLeft, .catalog .catalogRight {
    width: 100%;
    padding: 5px; }
  .catalog .catalogRight .form-select {
    width: 35%; }
  .productView-description #tab-description .tab-content_btm {
    display: none; }
  #tab-specifications .specifications_right .spec_right_cnt {
    padding: 0 24px 0 0; }
  .compare_similar {
    padding: 20px 0 0px; }
    .compare_similar .tabs {
      border: 0; }
      .compare_similar .tabs .tab {
        display: block;
        padding: 0;
        margin: 0;
        border: 0; }
    .compare_similar .tabs-contents {
      margin-bottom: 0; }
  .pro_tab.with_bgcolor .New_Arrivals h2 {
    margin: 12px 0 14px 0; }
  .filter_pagi.Row.filter_show.for_desktop {
    display: none; }
  .filter_pagi .view_count.CP_comn_block {
    width: 100%;
    margin: 0 0 9px; }
    .filter_pagi .view_count.CP_comn_block .filter .form-field .form-label {
      display: none; }
    .filter_pagi .view_count.CP_comn_block .form-select {
      min-width: 100%;
      max-width: 100%;
      background-position: 96% center; }
  .filter_pagi .view_count .filter .form-field .form-select {
    padding: 0 14px;
    background-position: 96% center; }
  .filter_pagi .view_count .filter .form-field .form-select {
    min-width: 100%; }
  .filter_pagi .filter .form-field .form-label, .filter_pagi .filter .form-field .form-select, .filter_pagi .showing_no, .total_page_no {
    font-size: 12px;
    font-weight: bold;
    font-family: "Roboto Flex", serif;
    color: #000; }
  .filter_pagi .filter .form-field .form-select {
    line-height: 37px;
    height: 37px;
    padding: 0 14px; }
  .filter_pagi .catmain_top .btn_group a {
    width: 38px;
    height: 37px;
    line-height: 40px;
    margin: 0 0 0 -0.5px; }
  .filter_pagi .CP_comn_block.top_pagi {
    margin: 0 !important;
    float: right; }
  .filter_pagi .catmain_top.CP_comn_block {
    margin: -8px 0 0 0; }
  .filter_pagi .pagination .pagination-list .pagination-item {
    margin: 0 4px 0 0;
    width: 39px;
    height: 37px;
    line-height: 37px; }
    .filter_pagi .pagination .pagination-list .pagination-item:last-child {
      margin: 0; }
  .filter_pagi .showing_no {
    margin: -10px 3px 0 10px; }
  .filter_pagi {
    padding: 0 0 14px 0; }
  .filter_pagi.Row.filter_show.for_Mobile {
    display: block; }
  .page-content + .filter_pagi.Row.filter_show.for_Mobile, .cp_bottom_filter {
    display: none; }
  #st-1.st-has-labels .st-btn.st-remove-label {
    background-size: 18px !important; }
  #st-1 .st-btn[data-network='sharethis'] > span {
    font-size: 12px !important; }
  .pro_share {
    padding: 2px 25px 0 4px; }
  .bk-normal-clock {
    display: inline-block !important;
    border: 1px solid #000;
    border-radius: 12px;
    vertical-align: middle;
    padding: 0 15px !important; }
  #bk-countdown-timer {
    float: left; }
  #bk-countdown-timer > div, .bk-countdown-timer > div {
    margin: -11px 0 14px !important; }
  .bk-normal-clock {
    padding: 5px 11px !important; }
  #bk-countdown-timer .bk-normal-clock li .bk-time, .bk-countdown-timer .bk-normal-clock li .bk-time {
    margin-bottom: 1px !important; }
  #bk-countdown-timer .bk-normal-clock li.bk-wrapper-isolate, .bk-countdown-timer .bk-normal-clock li.bk-wrapper-isolate {
    margin: 0 -4px !important; }
  .ctm_fd_grid.Priceparpiece {
    margin: 7px 0 0 0; }
  .cart_right .shipping--info-time {
    display: none; }
  .Catalog_Banners .catalog_inner .catalog_content > div {
    left: 8px;
    bottom: 8px; }
  .navUser-item--cart .dropdown-menu.is-open {
    top: 29px !important; }
  .slick-next,
  .slick-prev {
    width: 28px; }
  .slick-next::before, .slick-next:hover::before, .slick-prev::before, .slick-prev:hover::before {
    width: 13px;
    background-size: 14px;
    height: 14px;
    margin: auto; }
  .Supplies_Banners .supplies_inner .supplies_content .HP_BTN {
    border-radius: 2px; }
  .Supplies_Banners + .New_Arrivals h2 {
    margin: 21px 0 14px; }
  .follow_us .follow_right ul li {
    padding: 12px 0 19px; }
  .follow_us .follow_right ul li a span {
    font-size: 16px; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-contact ul li {
    margin: 0 0 1px 0; }
  .footer_btm .footer-info .footer-info-col.footer-info-showroom {
    margin: 0 0 7px 0; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-international .footer-info-list {
    float: left;
    margin: 0 0 3px 0; }
  .footer_btm .footer-info .footer-info-col.footer-info-contact {
    margin: 0 0 17px 0; }
  .footer_btm .footer-info .footer-info-col.footer-info-store, .footer_btm .footer-info .footer-info-col.footer-info-showroom {
    margin: 0 0 15px 0; }
  .footer_btm .footer-info .footer-info-col.footer-info-showroom {
    margin: 0 0 13px 0; }
  .footer-copyright {
    padding: 15px 0 8px; }
    .footer-copyright > .powered-by {
      margin: 0px 0 6px 0;
      line-height: normal; }
  .hamburger-menu .Menu-toggle, .header.header_fixed .hamburger-menu .Menu-toggle {
    height: 30px;
    margin: auto;
    width: 36px;
    line-height: 47px;
    padding: 0 7px; }
    .hamburger-menu .Menu-toggle svg, .header.header_fixed .hamburger-menu .Menu-toggle svg {
      width: 20px;
      height: 18px; }
  .shipping_timer .timer-count-block {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 5px 12px 3px 11px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 7px; }
  .shipping_timer .timer-count-block span {
    display: block; }
  .shipping_timer .shipping--info-time span {
    vertical-align: middle; }
  .cat_desp .mn_cat_img img {
    border-radius: 5px; }
  .sub_cat_block ul li div a {
    height: 190px; }
  .sub_cat_block ul li div a img {
    max-height: 150px;
    max-width: none; }
  .custom_product .breadcrumbs {
    margin: 5px 0 20px; }
  .breadcrumbs .breadcrumb .breadcrumb-label {
    font-size: 12px; }
  .review_sec .productView-rating .productView-reviewLink {
    margin: 0 0 0 4px; }
  .productView-info .Row .productView-info-value, .productView-info .Row .productView-info-name {
    font-size: 16px; }
  .productView-info .Row .productView-info-value {
    margin: 0 0 0 3px; }
  .sample_pro_txt .sample_price_txt {
    font-size: 16px; }
  .sample_max_txt {
    font-size: 12px; }
  .sample_content h3 {
    font-size: 14px;
    line-height: normal; }
  .custom_cart .cart_page_mn .page-heading {
    padding-left: 25px; }
  .custom_cart.after_login .slick-next, .custom_cart.after_login .slick-prev {
    height: 198px;
    margin: -21px 0 0 0; }
  .Cart_upper_total h3 {
    padding: 0 0 0 25px; }
  .Cart_upper_total .shopping_btn1 ul li a:hover {
    color: #8CC63E; }
  .custom_cart .sku_cart:before {
    content: "SKU:";
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0px;
    font-size: 12px;
    color: #393E43;
    font-weight: normal; }
  .custom_cart .imp_message {
    float: none;
    margin: auto;
    max-width: 320px; }
  .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-label, .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value {
    padding: 21px 0 23px;
    font-size: 22px; }
  .custom_cart .cart_right .alertBox--info {
    margin: 7px 0 6px; }
  .custom_cart .productGrid .product .card {
    margin-bottom: 26px; }
  .heroCarousel {
    display: none; }
  .mobile_heroCarousel {
    display: block !important; }
  .mobile_heroCarousel .slick-dots {
    bottom: 26px; }
  .Catalog_Banners .catalog_inner .catalog_content .HP_BTN {
    box-shadow: 0px 0px 6px rgba(0, 0, 51, 0.3);
    border-radius: 2px;
    border: 0; }
  .blog_cnt .bg_all_pt ul li:nth-child(n+4) {
    display: none; }
  .follow_us .follow_left .socialLinks .socialLinks-item {
    margin: 0 5px 0 0; }
  .follow_us .socialLinks--alt .icon {
    height: 23px;
    width: 23px; }
  .follow_us .socialLinks--alt .icon.icon--twitter {
    height: 23px;
    width: 28px;
    margin-left: 5px; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-product {
    margin-top: -4px; }
  .hamburger-menu .ham_menu_outer .ham_menu_inner_left {
    width: 38%; }
  .hamburger-menu .ham_menu_outer .ham_menu_inner_right {
    width: 62%; }
  .footer_payment ul li ul.inner_payment > li {
    width: auto;
    margin: 11px 2px 0 0; }
  .modal--large.custom_view_LID {
    max-height: 95%;
    padding: 20px; }
  .proview_lid h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0; }
  .proview_lid .proview_lid_right .productView-title {
    font-size: 18px;
    margin: 6px 0; }
  .proview_lid .proview_lid_right .productView-info .productView-info-name,
  .proview_lid .proview_lid_right .productView-info .productView-info-value,
  .body_common .view_lid_popup .proview_lid .productView-price .price-section,
  .body_common .view_lid_popup .proview_lid .productView-price label, .body_common .view_lid_popup .proview_lid .productView-price .productView-info-value {
    font-size: 18px; }
  .proview_lid .proview_lid_right .form-field .form-increment {
    height: 40px; }
  .proview_lid .proview_lid_right .form-field .form-increment .form-input--incrementTotal {
    line-height: 38px; }
  .proview_lid .proview_lid_right .form-action {
    width: 42%; }
  .proview_lid .proview_lid_right .form-action .button,
  .body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
    padding: 8px 0;
    font-size: 15px;
    margin: 0; }
  .body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
    width: 58%; }
  .modal--large.custom_view_LID .modal-close {
    right: 15px; }
  .for_Mobile .progress_block {
    margin: 0 0 3px; }
  .for_Mobile .spend_msg {
    line-height: normal; }
  .after_login.custom_category .New_Arrivals .slick-next, .after_login.custom_category .New_Arrivals .slick-prev {
    height: 273px; }
  .product_grid__view .cat_right .productGrid .product {
    width: 100%; }
  .cat_right .productGrid .product {
    padding: 1px 5px;
    width: 33.33%; }
  .product_grid__view .productGrid .product .card .custom_BTN a {
    line-height: 30px; }
  .cat_right .button.card_btn {
    max-width: 100%; }
  .video_gallery {
    padding: 8px 0 12px; }
  .video_gallery .view_video a, .video_gallery .view_video a img#SirvIcon {
    height: auto; }
  .for_Mobile .video_gallery .view_video img#SirvIcon {
    max-height: 63px;
    height: auto;
    padding: 0;
    margin: -3px -6px 0 0; }
  .compare_similar .tabs .tab {
    margin: 0 0 7px 0; }
  .custom_product .New_Arrivals .slick-next, .custom_product .New_Arrivals .slick-prev {
    height: 225px;
    margin: -10px 0 0 0px; }
  .after_login.custom_product .New_Arrivals .slick-next, .after_login.custom_product .New_Arrivals .slick-prev {
    height: 259px; }
  .pro_tab .productGrid .product {
    padding: 1px 4px; }
  #st-1.st-has-labels .st-btn.st-remove-label {
    background-position: left 2px !important; }
  #st-1 .st-btn[data-network='sharethis'] > span {
    padding: 3px 0 0 0 !important; }
  .review_sec {
    margin: 20px 0 0; }
  .for_Mobile.pro_custumize {
    margin: auto -7px;
    width: auto;
    max-width: 100%;
    display: flex;
    min-width: calc(100% + 14px); }
  .for_Mobile.pro_custumize > div {
    width: 33.33% !important;
    padding: 0;
    margin: auto 7px; }
  .login_popup_main .login_popup h3 {
    font-size: 17px;
    margin: 0 0 5px; }
  .login_popup_main .login_popup h4, .login_popup_main .login_popup_inner p a {
    font-size: 12px; }
  .login_popup_main input.form-input {
    height: 32px;
    line-height: normal;
    padding: 10px; }
  .login_popup_main .form-inlineMessage {
    position: static; }
  .login_popup_main .login_popup .form-field--inputPassword .toggle-password {
    top: 28px; }
  .login_popup_main .form-field {
    margin: 0 0 15px; }
  .login_popup_main .form-label, .login_popup_main form {
    margin: 0; }
  .login_popup_main .form-actions {
    margin: 10px 0 0; }
  .login_popup_main .form-inlineMessage {
    font-size: 12px; }
  .login_popup_main .login_popup {
    padding: 15px; }
  .login_popup_main .form-actions .button {
    font-size: 12px;
    padding: 8px 20px; }
  .proview_lid {
    padding: 0 10px; }
  .ctm_fd_grid.Priceparpiece.NotFound_bulkDiscount {
    margin: 20px 0; }
  .AddToCart_PopUp.modal--large .modal-body {
    padding: 15px 20px; }
  .popup_btn .button, .popup_btn .button.buy_btn, .popup_btn .button.view_btn {
    margin-bottom: 5px; }
  .Cart_upper_total .cart-actions .button {
    line-height: 46px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure .cart-item-image {
    max-width: 100%;
    max-height: 80px; }
  .Cart_upper_total .cart-actions .button {
    font-weight: bold; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
    height: 155px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title {
    height: auto; }
  .custom_cart .cart_left .cart .cart-list .cart-item {
    position: relative; }
  .custom_cart .cart_left .cart .cart-list .cart-item > td.cart-item-figure {
    position: absolute;
    top: auto;
    left: 15px;
    right: auto;
    margin: auto;
    text-align: center;
    height: auto; }
  .custom_cart .cart_left .cart .cart-list .cart-item > td:not(.cart-item-figure):not(.cart_quantity_mn):not(.cart_total_mn) {
    padding: 0 0 0 135px;
    max-width: 100%; }
  .save_later .productGrid .product {
    padding: 1px 4px; }
  .custom_cart.after_login .slick-next, .custom_cart.after_login .slick-prev {
    height: 190px;
    margin: -13px 0 0; }
  .save_later .productGrid {
    margin: auto -5px; }
  .save_later.Row {
    padding: 0 5px; }
  .custom_cart .cart_page_mn .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price, .custom_cart .cart_page_mn .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price {
    line-height: 38px;
    font-size: 10px; }
  .add_address_page .form-select {
    padding-right: 15px; }
  .account--fixed .productGrid .product {
    width: 33.33%; }
  .account--fixed .productGrid .product {
    padding-top: 1px; }
  .empty_cart_mn {
    padding: 0 25px; }
  .footer .footer_btm .footer-info {
    columns: inherit; }
  .footer_btm.for_Mobile .mobile_ft_left, .footer_btm.for_Mobile .mobile_ft_right {
    width: 50%;
    display: inline-block;
    float: left; }
  .After_register_TY {
    display: block;
    width: 100%;
    border-radius: 20px;
    max-width: 100%; }
  .After_register_TY:after, .After_register_TY:before {
    content: '';
    display: block;
    clear: both; }
  .After_register_TY .after_register_right {
    width: 100%;
    margin: auto;
    padding: 15px;
    position: static; }
  .MN_After_register_TY .modal-close {
    top: 30px;
    right: 50px; }
  .After_register_TY .after_register_left {
    width: 100%;
    margin: auto;
    padding: 15px 15px 0; }
  .After_register_TY .after_register_left img {
    width: auto;
    margin: auto;
    border-radius: 42px; }
  .MN_After_register_TY {
    margin: 20px auto; }
  .MN_After_register_TY form {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important; }
  .after_register_right .needsclick.Column__FormColumn-z5j99u-0.Ndwyt.kl-private-reset-css-Xuajs1 .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:first-child p .ql-font-century-gothic {
    display: block;
    text-align: center; }
  .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(2) div p {
    margin: 0 auto 5px !important; }
  .after_register_right button.needsclick.Button__FormStyledButton-p2mbjt-0.cXnpwO.kl-private-reset-css-Xuajs1 {
    margin: 20px auto 0;
    max-width: 100%; }
  .after_register_right .klaviyo-form-VuMjhD {
    max-width: 330px;
    margin: auto; }
  article.footer-info-col.footer-info-international svg {
    width: 18px;
    height: 20px;
    vertical-align: middle; }
  .strenght_password li {
    width: 38px; }
  .adroll_consent_persistent_icon {
    top: 200px; }
  .productView-details .pro_custumize_mn {
    margin: 0 auto; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_img_cnt {
    width: 100%; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list {
    width: 100%;
    margin: 0 0 30px 0; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo {
    width: 100%;
    padding: 0px; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo .spec_subTitle {
    top: 20px; }
  .accordion_grid .pro_reviewsBlock .toggle:last-of-type {
    margin-bottom: 0; }
  .custom_product .productView-product .ppTop_info {
    margin: 0 0 10px 0;
    padding: 0px !important;
    background: #FFFFFF; }
  .custom_product .productView .pro_details .ctm_accordion .accordion_grid .productReviews-list .productReview {
    width: 100%; }
  .MagicZoomSelectors a img {
    display: block !important; }
  body .MagicZoomSelectors a.active-magic-selector:before, .MagicZoomSelectors a:hover:before {
    display: none !important; }
  body .MagicZoomSelectors a {
    width: inherit !important;
    height: inherit !important;
    border-radius: inherit !important;
    background: none !important; }
  .ppTop_info .ppTop_sku {
    float: left;
    width: 100%; }
  .productView-product .color_accessories {
    padding: 0 0 18px 0; }
  .productView-product .Productview_available_size h3 {
    width: 100%;
    margin-bottom: 20px; }
  .productView-product .Productview_available_size > ul {
    width: 100%; }
  .for_Mobile .color_accessories.Row {
    display: none !important; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_listInner {
    height: 365px;
    overflow-x: scroll; }
  .custom_product .productView .pro_details {
    margin-top: 20px; }
  .body_top.custom_product .productView-product .price-section--saving {
    top: 0; }
  .productView-product .productView-price .rrp-price--withoutTax.price-section {
    margin-left: 90px; }
  .custom_product .productView-product .price-section--saving {
    right: 23px;
    top: -6px; }
  .custom_product .productView-product .ppTop_save {
    right: -100px; }
  .custom_product .productView .productView-images .MagicZoomGallery .MagicZoomSelectors.sirv-enabled {
    margin-top: 50px !important;
    background: #F1F1F1; }
  .rev_share_wish_mob .productView-reviewLink {
    margin: 0 0 0 10px;
    font-size: 12px;
    font-weight: 700; }
  .rev_share_wish_mob {
    margin: -110px 0 110px 0;
    float: left;
    width: 100%;
    position: relative; }
  .rev_share_wish_mob .productView-rating {
    display: inline-block; }
  .rev_share_wish_mob .proCust_wishlist {
    display: inline-block !important;
    position: absolute;
    right: 80px;
    top: 5px;
    width: auto;
    float: right;
    margin-right: 5px; }
  .rev_share_wish_mob .proCust_proShare {
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: 0px;
    width: 70px;
    float: right; }
  .rev_share_wish_mob .proCust_wishlist .proCust_block .form-wishlist svg {
    width: 16px;
    height: 14px;
    float: left; }
  .rev_share_wish_mob .proCust_proShare .pro_share span.st-label {
    font-size: 12px;
    color: #4A4F54;
    float: left;
    margin-left: 0; }
  .rev_share_wish_mob .proCust_block .pro_share {
    background-size: 16px !important;
    padding: 26px 0 0 15px !important;
    background-position: left top 6px !important; }
  .rev_share_wish_mob .proCust_blockTxt {
    font-size: 12px;
    color: #4A4F54;
    float: left;
    margin-left: 10px; }
  .rev_share_wish_mob .proCust_blockTxt br {
    display: none; }
  .rev_share_wish_mob .proCust_block span.st-label {
    margin: 0px; }
  body .productView-images .Productview_badges.Row.for_desktop {
    display: none !important; }
  .productView .productView-images {
    margin: 0; }
  .shipping--info-time .timer-count-block {
    padding: 7px 13px;
    margin: 0 10px; }
  .pro_custumize_mn.for_Mobile.Row {
    border-top: none; }
  .pro_custumize_mn.for_Mobile.Row .proCustumize_Grid {
    width: 31%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.29);
    padding: 17px 13px;
    margin: 0 5px; }
  .pro_custumize_mn.for_Mobile.Row .proCustumize_Grid.proCust_CustumizeProduct {
    margin: 0 3.5%; }
  .Productview_badges ul li {
    width: 20%; }
  .Productview_badges ul li:last-child .badges_text {
    max-width: 100%; }
  .pro_custumize_mn.for_Mobile.Row .proCust_blockTxt {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px; }
  .for_Mobile.video_accessory .color_accessories.for_Mobile {
    display: block !important;
    border-top: 1px #E2E8EC solid; }
  .video_gallery .view_video a span, .video_gallery .watch_video a span {
    color: #8CC63F;
    font-weight: 400;
    font-size: 14px; }
  .custom_product .productView .pro_details .ctm_accordion .accordion_full {
    background: #fff;
    box-shadow: none;
    padding: 0 25px;
    margin: 0; }
  .custom_product .productView .pro_details .ctm_accordion .accordion_full a.accordion_title {
    border: 1px #CCCCCC solid;
    background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/desp_arrows.svg) right 15px top 16px no-repeat;
    font-size: 14px;
    padding: 10px 15px; }
  .custom_product .productView .pro_details .ctm_accordion .accordion_full.acc_active a.accordion_title {
    background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/active_desp_arrows.svg) right 15px top 16px no-repeat #ffffff;
    color: #8ABB2B; }
  .custom_product .productView .pro_details .ctm_accordion .accordion_grid {
    margin-bottom: 10px; }
  .Productview_available_size ul li .available_size_inner .available_size span {
    line-height: 20px; }
  .productView-rating.for_desktop {
    display: none; }
  .custom_product .productView .productView-images .MagicZoomGallery .MagicZoomSelectors.sirv-enabled a:hover::before {
    display: none !important; }
  .custom_product .New_Arrivals .page-heading {
    margin-top: 15px; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_list .spec_listInner .specification_info .specification-info-name {
    width: 67%;
    padding-left: 5px; }
  .rev_share_wish_mob {
    display: block; }
  .pp_before_btn.Row.for_Mobile {
    display: block; }
  .productView-product .shipping--info-time .timer_lbl_info span:last-child {
    display: none; }
  .shipping--info-inner:first-child .NextShipping_lable.for_Mobile {
    display: inline-block !important; }
  .tab-content.has-jsContent.is-active {
    height: 410px;
    overflow-y: scroll; }
  .tab-content.has-jsContent.is-active img {
    max-width: inherit; }
  .rev_share_wish_mob .proCust_block .pro_share span.st-label {
    margin-top: -22px; }
  .productView-description p {
    margin-bottom: 21px; }
  .custom_category .cat_page .card-img-container[data-product-id] {
    height: 98px; }
  .custom_category .cat_right .productGrid .product .card .card-figure > a .card-img-container .card-image {
    max-height: 98px; }
  .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
    height: 234px;
    margin: -13px 0 0 0; }
  .custom_cart .cartPage_Recommendations .slick-next, .custom_cart .cartPage_Recommendations .slick-prev {
    height: 211px;
    margin: -13px 0 0 0; }
  .ctmAdd_team {
    width: 100px; }
  .ctmAdd_team svg {
    max-width: 100%; }
  .ctmAdd_head {
    font-size: 18px; }
  .ctmAdd_head span {
    font-size: 36px;
    line-height: 30px; }
  .body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
    letter-spacing: 0; }
  .body_common .view_lid_popup .proview_lid .productView-price .price-section {
    padding: 0; }
  .custom_product .custom_view_LID .form .form-field .form-increment .form-input--incrementTotal {
    height: 32px; }
  .custom_cart .sku_cart {
    width: 100%; }
  .custom_cart .cart_pro_case {
    clear: left; }
  .custom_cart .cart_status_field {
    margin: 0 0 2px; }
  .proview_lid .proview_lid_right .form-action, .body_common .view_lid_popup .proview_lid .custom_btn .visit_product, .body_common .view_lid_popup .proview_lid .continue_shopping {
    width: 100%; }
  .proview_lid .proview_lid_right .form-action .button {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 10px; }
  .proview_lid .form .show_pro_info {
    margin: 0 0 8px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    margin: 0 5px; }
  .cart-item-block.cart-item-info.cart_total_mn {
    top: 0; }
  .custom_cart .sku_cart, .custom_cart .cart_pro_case {
    width: auto;
    float: none; }
  /* Cart top progressbar #8CC63E*/
  .status_message_mob .progress_line::-webkit-progress-value {
    background-color: #603813;
    border-radius: 15px; }
  .status_message_mob .progress_line::-moz-progress-bar {
    background-color: #603813;
    border-radius: 15px; }
  .custom_cart .status_message_mob .alertBox--info {
    background-color: #8CC63E; }
  .addQty_lbl {
    padding: 9px 5px 0 0; } }

@media only screen and (max-width: 589px) {
  .rev_share_wish_mob {
    margin: -260px 0 180px; } }

@media only screen and (max-width: 479px) {
  .shogun-video iframe {
    max-width: 100%; }
  .New_Arrivals .container {
    padding: 0 10px; }
  body .New_Arrivals .productGrid .product {
    width: 50%; }
  .hamburger-menu .Menu-toggle svg {
    margin: 0; }
  /*#menu_res.navPages-container
    {   width:270px;
    }
    body.has-activeNavPages
    {   left:270px; 
    }*/
  .header .hdr_top {
    margin: -135px 0 0; }
  .hdr_bottomright > ul > li.navUser-item.navUser-item--cart {
    width: auto; }
  li.navUser-item.HP_account {
    right: 139px;
    top: 154px; }
  .estimator-form .button--primary, .cart-gift-certificate-form .button, .coupon-form .button {
    font-size: 12px; }
  .cms_page p, .cms_page span, .cms_page a, .cms_page ul li, .cms_page ol li {
    font-size: 13px; }
  .custom_cart .imp_message .imp_message_first {
    margin: 0 65px 8px 0; }
  .Supplies_Banners .supplies_inner img {
    max-height: 80px; }
  .after_login .New_Arrivals .slick-next, .after_login .New_Arrivals .slick-prev {
    height: 266px; }
  .Cart_upper_total .card_list ul li img {
    height: 24px; }
  .custom_cart .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price, .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price {
    padding: 0; }
  .login_popup_main .login_popup {
    width: 300px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-title {
    display: table-cell; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-block .productView-info-value {
    float: none;
    font-size: 15px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-value {
    padding-left: 0; }
  .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    max-width: 76px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .form-label, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-label {
    font-size: 14px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1, .custom_createaccount .account--fixed .account-body .form-row .form-field, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 {
    width: 100%;
    margin: 0 0 20px 0; }
    .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_1 .form-input, .custom_createaccount .account--fixed .account-body .form-row .form-field .form-input, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_3 .form-input {
      padding: 0 15px 0 15px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_4, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_5, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_43, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_6, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_7, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_8 {
    width: 100%; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_10, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_11, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_12, .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_13 {
    width: 100%; }
  .blog_page .blog {
    width: 100%;
    padding: 0; }
  .blog_page .blog .blog-post-figure .blog-thumbnail, .blog_page .blog .blog-post-figure a {
    height: auto; }
  .blog_page .blog .blog-post-figure a img {
    max-height: none; }
  .blog_page .blog .blog-post-body .blog-title, .blog_page .blog .blog-post-body .blog-post {
    height: auto; }
  .popup_btn .button.buy_btn, .popup_btn .button {
    padding: 0 10px 0 10px;
    font-size: 12px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label {
    margin: 0 -4px 0 -2px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
    margin: 0 5px 0 0; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info {
    margin: 2px 0 0 7px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    margin: 0 0px 0 5px; }
  .ScheduleCall_inner {
    max-width: 300px; }
    .ScheduleCall_inner h3 {
      font-size: 20px; }
  #st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 40px !important; }
  #st-1 .st-btn > span {
    padding: 0 !important; }
  #st-1 .st-btn[data-network='sharethis'] {
    padding: 0 0 0 15px !important; }
  .pro_custumize div, .pro_custumize div.bread_wrap {
    width: 30.95%; }
  .product_grid__view .productGrid .product .card .card-figure {
    width: 100%; }
  .product_grid__view .card_body_mn {
    width: 100%; }
  .product_grid__view .productGrid .product .card .custom_BTN {
    position: static;
    margin: 0 auto 10px;
    width: 100%; }
  .after_login .block_main {
    display: inline-block !important; }
  .product_grid__view .AddToCart_Btn {
    margin: 0 10px 0 0; }
  .product_grid__view .productGrid .product .card .for_list_view .sku_no {
    margin: 10px 0; }
  .custom_createaccount .Account_info_bottom:after {
    top: 13px;
    right: 20px; }
  .custom_page .page .cms_page h2 {
    font-size: 16px; }
  .page-heading {
    font-size: 19px; }
  .catalog .catalogRight .form-select {
    width: 55%; }
  .Tradeshow_Events ul li {
    width: 100%; }
  .filter_pagi .showing_no {
    margin: 14px 3px 0 0px; }
  .quickSearchResults .productGrid .product .card .card_body_mn .card-body .card-title {
    height: 45px; }
  #popupLoginWindowForm .form-inlineMessage {
    margin-top: 0; }
  #popupLoginWindowForm .form-field.form-field--inputPassword .form-label {
    margin-top: 10px; }
  .sub_cat_block > .container {
    padding: 0; }
  .breadcrumbs .breadcrumb .breadcrumb-label {
    display: inline; }
  .sample_pro_pop .sample_content {
    max-width: 300px; }
  .sample_right .img_wrap {
    display: flex;
    height: 130px;
    align-content: center;
    width: 100%; }
    .sample_right .img_wrap img {
      max-height: 120px;
      margin: auto; }
  .sample_right .sample_pro_txt {
    width: 100%; }
  .custom_sample_cart {
    margin: 15px 0 0 0; }
  .blog_cnt .bg_all_pt ul li > div > a, .blog_cnt .bg_all_pt ul li > div > a img {
    height: 110px; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password {
    bottom: 43px; }
  .custom_cart .cart_right .alertBox--info .alertBox-message {
    max-width: 350px; }
  .custom_cart .cart_status_field .productView-info-name {
    height: 35px; }
  .cat_right .productGrid .product {
    width: 50%; }
  .productView .form .custom_btn .form-action .button, .productView .form .custom_btn .qoute_btn {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding: 0 5px;
    letter-spacing: 0.5px; }
  .productView-price .price-section,
  .productView-price .productView-info-value {
    font-size: 24px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
    width: 91px; }
  .custom_cart .cart_left .cart .cart-list .cart-item > td:not(.cart-item-figure):not(.cart_quantity_mn):not(.cart_total_mn), .custom_cart .cart_left .cart .cart-list .cart-item > td.cart_total_mn {
    padding: 0 0 0 91px;
    max-width: 100%; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart-item-quantity + .cart-item-info.cart_total_mn {
    margin: 2px 0 0; }
  .custom_createaccount .account--fixed .account-body .form-row .form-field#FormField_2 .toggle-password {
    bottom: auto; }
  .account--fixed .productGrid .product {
    width: 50%; }
  .After_register_TY .after_register_left img {
    max-height: 300px; }
  .after_register_right .needsclick.Column__FormColumn-z5j99u-0.Ndwyt.kl-private-reset-css-Xuajs1 .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:first-child p .ql-font-century-gothic {
    font-size: 18px !important; }
  .after_register_right button.needsclick.Button__FormStyledButton-p2mbjt-0.cXnpwO.kl-private-reset-css-Xuajs1 {
    width: 100% !important;
    margin: 10px auto 0 !important; }
  .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    margin: 0; }
  .custom_product .productView-product .ppTop_save {
    right: -16%;
    top: 12px; }
  .ppTop_outOfStock {
    margin-bottom: 20px; }
  .form .show_pro_info {
    position: relative;
    margin: 0; }
  .productView .form .form-field.form-field--increments {
    top: 35px; }
  .productView .form .custom_btn {
    margin: 55px -8px 0 -8px; }
  .productView-price .price-section.withoutTax_MainPrice {
    font-size: 30px;
    padding: 0 0 0 90px; }
  .custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
    top: 7px; }
  .productView-price .withoutTax_MainPrice .productView-info-value {
    margin: 4px 0 0 5px; }
  .custom_product .productView-product .price-section--saving {
    right: 0; }
  .custom_product .productView-product .ppTop_save {
    right: 0;
    top: -15px;
    float: none; }
  .productView-price .withoutTax_MainPrice .product_pg_Packing label {
    float: left; }
  .productView-price .productView-info-value {
    margin: 5px 0 -5px -6px; }
  .after_login .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    margin: 5px 0 0 0; }
  .productView-description p {
    margin-bottom: 23px; }
  .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
    height: 230px; }
  .ctmAdd_team {
    width: 100%;
    margin: 10px auto 20px;
    text-align: center; }
  .addresses-cust {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
    clear: left;
    max-width: 100%; }
  .ctm_addressbox {
    max-width: 100%; }
  .pipeLine {
    display: none; }
  .custom_product .productView-product .withoutTax_MainPrice .product_pg_Packing {
    top: 0; }
  .addQty_lbl {
    padding: 7px 5px 0 0; } }

@media only screen and (max-width: 375px) {
  .container, .blog_cnt > .container {
    padding: 0 15px; }
  .mobileMenu-toggle {
    width: 30px;
    height: 30px;
    padding: 0 7px; }
  .hdr_bottomleft {
    padding: 0px 0 0 36px; }
  .hdr_bottomleft .header-logo .header-logo-image-container .header-logo-image {
    max-height: 28px; }
  .footer .footer_btm > .container {
    padding: 0 12px; }
  .New_Arrivals > .container, .New_Arrivals .productGrid {
    padding: 0 15px; }
  .slick-next {
    right: -8px; }
  .slick-prev {
    left: -8px; }
  .slick-next:before, .slick-next:hover:before, .slick-prev:before, .slick-prev:hover:before {
    width: 22px;
    background-size: 13px; }
  .slick-next,
  .slick-prev {
    width: 22px; }
  .blog_cnt .bg_all_pt ul li > div > a, .blog_cnt .bg_all_pt ul li > div > a img {
    height: 140px; }
  .footer .footer_btm .footer-info .footer-info-col .footer-info-heading {
    font-size: 14px;
    letter-spacing: -0.5px; }
  .cart_total {
    max-width: 50px;
    padding: 1px 8px 0; }
  .mobileMenu-toggle {
    left: 15px; }
  .hdr_bottomright > ul > li.navUser-item.navUser-item--cart {
    right: 15px; }
  .search_box .form .form-field .search_btn {
    background-size: 34px;
    width: 50px;
    background-position: 1px 9px; }
  .hdr_topleft .navUser-section .navUser-item.HP_account .navUser-action svg {
    width: 15px; }
  li.navUser-item.HP_account {
    right: 115px; }
  .Cart_upper_total .shopping_btn1 ul li a {
    font-size: 12px; }
  .hdr_bottomright > ul > li .navUser-action {
    width: 100px; }
  .pro_share {
    padding: 10px 0px 0 0px;
    width: 50%; }
  .review_sec .form-action.wishlist {
    margin: 10px -2px 0; }
  .hamburger-menu .Menu-toggle, .header.header_fixed .hamburger-menu .Menu-toggle {
    height: 32px;
    width: 32px;
    line-height: 47px;
    padding: 0 3px; }
  .hamburger-menu .Menu-toggle svg, .header.header_fixed .hamburger-menu .Menu-toggle svg {
    width: 20px; }
  .hamburger-menu .ham_menu_outer {
    min-width: 270px;
    top: 105px; }
  .ham_menu_inner_right .navPage-subMenu.is-open {
    min-width: 270px; }
  .ham_menu_inner_right .navPage-subMenu ul {
    padding: 35px 35px 10px 35px; }
  .ham_menu_inner_right .navPages-list {
    padding: 0 10px 0 0; }
  .ham_menu_inner_left ul li:first-child img, .ham_menu_inner_left ul li:last-child img {
    max-height: 80px; }
  .ham_menu_inner_left ul li {
    margin: 0 0 105px; }
  .ham_menu_inner_left ul li a {
    margin: 16px 7px 16px 0; }
  .after_login .cat_right .button.card_btn, .after_login .cat_right .productGrid .product .card .custom_BTN a.qoute_btn {
    width: 119px;
    font-size: 11px;
    height: 26px;
    line-height: 26px; }
  .cat_right .productGrid .product .card .custom_BTN a {
    width: 120px;
    font-size: 9px; }
  .catedes_main p {
    padding: 6px 0px 22px; }
  .qty_lbl_item {
    display: none; }
  .after_login .hdr_bottomright > ul > li .navUser-action span.cart_total {
    width: calc(100% - 57px); }
  .category_list ul li .cat_list_inner p a .cat_list_name {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 5px 7px;
    font-size: 12px; }
  .Catalog_Banners .catalog_inner .catalog_content h2 {
    font-size: 20px; }
  .Catalog_Banners .catalog_inner .catalog_content p {
    font-size: 12px;
    margin: 0 0 11px;
    height: 30px; }
  .button.card_btn, .productGrid .product .card .custom_BTN a {
    width: auto;
    display: inline-block;
    padding: 0 7px; }
  .custom_cart .cart_right .cart-totals {
    padding: 14px 20px 14px 20px; }
  .custom_cart .cart_right .cart-totals .cart-total .cart-total-label, .custom_cart .cart_right .cart-totals .cart-total .cart-total-value, .custom_cart .cart_right .cart-totals .form-select, .custom_cart .cart_right .cart-totals .cart-total .cart-total-value .button, .custom_cart .cart_right .cart-totals .coupon-code-add, .custom_cart .cart_right .cart-totals .coupon-code-cancel, .custom_cart .cart_right .cart-totals .estimator-form-label, .custom_cart .cart_right .cart-totals .gift-certificate-add, .custom_cart .cart_right .cart-totals .shipping-estimate-hide, .custom_cart .cart_right .cart-totals .shipping-estimate-show, .custom_cart .cart_right .cart-totals .form-input, .cart-total .estimator-form-label .form-label {
    font-size: 12px; }
  .custom_cart .cart_right .cart-totals .button.shipping-estimate-submit {
    padding: 10px 5px;
    font-size: 10px; }
  .custom_cart .cart_right .cart-totals .cart-gift-certificate-form .form-input, .custom_cart .cart_right .cart-totals .coupon-form .form-input {
    font-size: 12px; }
  .custom_cart .cart_right .cart-totals .cart-gift-certificate-form .button, .custom_cart .cart_right .cart-totals .coupon-form .button {
    font-size: 10px; }
  .custom_cart .cart_right .alertBox--info {
    margin: 0; }
  .custom_cart .cart_right .alertBox--info .alertBox-message {
    font-size: 15px; }
  .custom_cart .cart_page_mn .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price, .custom_cart .cart_page_mn .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price {
    padding: 9px 3px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
    width: 91px; }
  .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-label, .custom_cart .cart_right .cart-total.Cart_Grand_Total .cart-total-value {
    font-size: 16px; }
  .Cart_upper_total {
    padding: 0 15px; }
  .blog_cnt .bg_all_pt ul li > div > a, .blog_cnt .bg_all_pt ul li > div > a img {
    height: 127px; }
  .button.card_btn, .productGrid .product .card .custom_BTN a.card_btn {
    margin: 2px auto 3px; }
  .after_login .New_Arrivals .slick-next, .after_login .New_Arrivals .slick-prev {
    height: 256px; }
  .proview_lid .proview_lid_left,
  .proview_lid .proview_lid_right,
  .proview_lid .proview_lid_right .form-action,
  .proview_lid .proview_lid_right .form-action .button, .body_common .view_lid_popup .proview_lid .custom_btn .visit_product {
    width: 100%; }
  .proview_lid .proview_lid_left img {
    max-height: 170px;
    display: block;
    margin: 0 auto; }
  .proview_lid .proview_lid_right .productView-title {
    max-width: 100%;
    font-size: 17px; }
  .proview_lid .proview_lid_right .productView-info .productView-info-name,
  .proview_lid .proview_lid_right .productView-info .productView-info-value,
  .body_common .view_lid_popup .proview_lid .productView-price .price-section,
  .body_common .view_lid_popup .proview_lid .productView-price label, .body_common .view_lid_popup .proview_lid .productView-price .productView-info-value {
    font-size: 16px; }
  .proview_lid .proview_lid_right .form-action .button {
    margin-bottom: 8px;
    margin-top: 10px; }
  .proview_lid .proview_lid_right {
    padding: 0; }
  .body_common .view_lid_popup .proview_lid .continue_shopping {
    font-size: 12px;
    padding: 5px 10px; }
  .proview_lid .proview_lid_right .form-field .form-increment {
    height: 36px;
    width: 68px; }
  .proview_lid .proview_lid_right .form-field .form-increment .form-input--incrementTotal {
    line-height: 34px;
    font-size: 17px; }
  .proview_lid .proview_lid_right .form-field .form-increment .button {
    width: 22px; }
  .proview_lid .proview_lid_right .form-field .form-increment .button[data-action=inc] .icon {
    margin: -4px 0 0; }
  .review_sec .productView-rating {
    width: 100%;
    margin: 10px 0 10px; }
  .pro_share {
    float: none;
    vertical-align: middle; }
  .review_sec .form-action.wishlist {
    float: left;
    vertical-align: middle;
    margin: -2px 5px 0 0; }
  .review_sec .form-action.wishlist .whish_link {
    padding: 0; }
  .pro_share {
    padding: 0 0 0 10px;
    width: auto; }
  .pro_custumize div.bread_wrap, .pro_custumize div {
    height: 100px; }
  .pro_custumize div a span, .pro_custumize div.bread_wrap .bread_wrap_inner a {
    font-size: 13px;
    line-height: 14px; }
  .pro_custumize div a svg {
    max-height: 25px; }
  .shipping--info-inner:first-child .NextShipping_lable {
    font-size: 10px; }
  .shipping_timer .timer-count-block {
    margin: 0 2px; }
  .shipping--info-inner .its-timer__time {
    font-size: 13px; }
  .for_Mobile.shipping_timer {
    text-align: center; }
  .for_Mobile .video_gallery .view_video img#SirvIcon {
    max-height: 48px; }
  .video_gallery .watch_video a img {
    max-height: 48px;
    margin: 0 -7px 0 0; }
  .video_gallery .view_video a span, .video_gallery .watch_video a span {
    font-size: 13px; }
  .color_accessories .Pro_accessories_option {
    clear: left;
    width: 100%; }
  .color_accessories .Pro_accessories_option ul {
    width: auto;
    margin: auto -5px; }
  .color_accessories .Pro_accessories_option ul .pro_accessories_outer {
    padding: 5px;
    margin: auto; }
  .Productview_available_size ul {
    margin: auto -5px; }
  .Productview_available_size ul li {
    padding: 0 5px 15px; }
  .Productview_available_size ul li .available_size_inner .available_size p {
    line-height: normal; }
  .Productview_available_size ul li .available_size_inner .available_size span {
    line-height: normal; }
  .compare_similar .tabs .tab .tab-title, .compare_similar .tabs .tab.is-active .tab-title {
    font-size: 14px;
    letter-spacing: 0; }
  .Productview_badges ul li .badges_img img {
    max-height: 35px; }
  .after_login.custom_product .New_Arrivals .slick-next, .after_login.custom_product .New_Arrivals .slick-prev {
    height: 273px; }
  .productView .form .custom_btn .form-action .button, .productView .form .custom_btn .qoute_btn {
    font-size: 14px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-figure {
    width: 91px; }
  .custom_cart .cart_left .cart .cart-list .cart-item > td:not(.cart-item-figure):not(.cart_quantity_mn):not(.cart_total_mn), .custom_cart .cart_left .cart .cart-list .cart-item > td.cart_total_mn {
    padding: 0 0 0 91px;
    max-width: 100%; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-item-value, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .cart-label, .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info .productView-info-value {
    font-size: 14px; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-block .productView-info-value {
    font-size: 13px; }
  .save_later .productGrid {
    padding: 0 15px; }
  .custom_cart .cart_page_mn .cart_right .cart-total.Cart_Grand_Total .cart-total-value .login_for_price, .custom_cart .cart_page_mn .cart_right .cart-total.cart_SubTotal .cart-total-value .login_for_price {
    line-height: normal;
    font-size: 10px;
    padding: 7px 10px; }
  .account-orderStatus .account-orderStatus-label {
    text-align: center;
    font-size: 10px; }
  .recent_items_page .product .custom_BTN {
    max-width: calc(100% - 8px);
    margin: auto; }
  .custom_createaccount_thanks main.page-content.page-content--textCenter {
    padding: 0; }
  .MN_After_register_TY .after_register_right .needsclick.Row__FormRow-sc-17nghml-0.kgtZbf.kl-private-reset-css-Xuajs1:nth-child(6) > div:nth-child(2) {
    margin: 0 0 22px 20px !important; }
  .pro_custumize_mn.for_Mobile.Row .proCustumize_Grid {
    padding: 17px 4px;
    margin: 0 5px; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo .spec_subTitle {
    top: 32px; }
  .custom_product .productView .pro_details .ctm_accordion .pro_specificationsBlock .spec_aboutInfo h2.spec_aboutTitle {
    margin: 0 0 50px 0; }
  .productView-product .shipping--info-time .timer_lbl_info .NextShipping_lable {
    font-size: 11px; }
  .productView-product .productView-price .rrp-price--withoutTax.price-section {
    margin: 0 0 0 90px; }
  .productView-price .price-section.withoutTax_MainPrice {
    font-size: 22px; }
  .productView-price .withoutTax_MainPrice .productView-info-value {
    font-size: 20px;
    margin: 0 0 0 5px;
    float: left; }
  .hdr_topright ul li .for_text a, .hdr_topright ul li .for_text p {
    font-size: 10px; }
  .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
    height: 240px; }
  .body_common .view_lid_popup .proview_lid .continue_shopping {
    padding: 8px 0;
    font-size: 15px;
    width: 100%; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    margin: 0; } }

@media only screen and (max-width: 550px) {
  .new-customer .button {
    width: 100%; } }

@media only screen and (max-width: 320px) {
  .Cart_upper_total .shopping_btn1 ul li a {
    font-size: 11px; }
  .Cart_upper_total .card_list span {
    font-size: 12px; }
  .Cart_upper_total .card_list ul li img {
    height: 22px; }
  .Productview_badges ul li .badges_text {
    font-size: 8px;
    letter-spacing: 0.5px; }
  .shipping--info-time .timer-count-block {
    margin: 0;
    padding: 7px; }
  .shipping--info-time span {
    font-size: 13px; }
  .rev_share_wish_mob {
    margin: -243px 0 243px; }
  .rev_share_wish_mob .proCust_block .pro_share {
    float: right;
    padding: 26px 0 0 10px !important; }
  .rev_share_wish_mob .productView-reviewLink {
    margin: 0; }
  .rev_share_wish_mob .productView-rating.for_Mobile span.icon {
    width: 13px;
    height: 13px; }
  .rev_share_wish_mob .proCust_wishlist {
    margin-right: 0; }
  .Productview_available_size ul li .available_size_inner .available_size p {
    font-size: 11px; }
  .Productview_available_size ul li .available_size_inner .available_size span {
    font-size: 12px; }
  .rev_share_wish_mob .proCust_blockTxt {
    margin-left: 5px; } }

.Supplies_Banners .supplies_inner p.supplies_link {
  background-color: #ffffffad;
  line-height: 40px;
  padding: 0 10px;
  font-size: 25px !important;
  font-weight: 600 !important;
  right: 10px !important;
  left: auto !important; }

.Supplies_Banners .supplies_inner .supplies_content h2 {
  line-height: 45px !important; }

.spec_listInner .specification_info .specification-info-value {
  word-break: break-all; }

@media only screen and (max-width: 767px) {
  .custom_default .Customisable_Form_Products .mn_Customisable_Form {
    width: 100%; }
  .custom_default .follow_us .follow_right ul {
    vertical-align: top; }
  .custom_default .follow_us .container {
    display: flex;
    flex-wrap: wrap; }
  .custom_default .follow_us .container .follow_left {
    order: 3;
    position: static;
    padding-top: 25px; }
  .custom_default .follow_us .container .follow_right {
    order: 1;
    display: block;
    margin: 0; }
  .custom_default .follow_us .container .Customisable_Form_Products {
    order: 2;
    display: block;
    margin-top: 0 !important;
    padding: 30px 0px; }
  .custom_default .follow_us .container .Customisable_Form_Products .Customisable_product.custm_prod {
    display: none; }
  .custom_default .follow_us .container .Customisable_Form_Products .subscribe_form.custm_prod {
    max-width: 100%;
    padding: 0; }
  .custom_default .Customisable_Form_Products .mn_Customisable_Form {
    margin: 0px; } }

@media only screen and (max-width: 479px) {
  .login_popup_main .sign_in_button {
    top: auto;
    bottom: 374px;
    transform: none;
    left: -1px; }
  .login_popup_main {
    left: 0;
    top: auto;
    bottom: -374px;
    transform: translateY(0); }
  .popup_active .login_popup_main {
    bottom: 0; }
  .popup_active .login_popup_main .sign_in_button {
    bottom: 100%; }
  .log_out_button {
    left: -35px; }
  .qty_lbl_item {
    display: none; }
  body li.navUser-item.HP_account {
    right: 110px; }
  body .hdr_bottomright > ul > li.navUser-item.navUser-item--cart,
  body .hdr_bottomright > ul > li.navUser-item--cart,
  body .hdr_bottomright > ul > li.navUser-item--cart .navUser-action {
    min-width: 80px; } }

@media only screen and (max-width: 375px) {
  body li.navUser-item.HP_account {
    right: 105px; } }

/***** Start custom.scss *****/
/**** End responsive_custom.scss ****/
.heroCarousel.slick-initialized {
  margin: 0;
  padding: 0;
  max-height: 575px; }

.product-swatches {
  display: none !important; }

.shipping-quotes .estimator-form--default li.estimator-form-row .estimator-form-label {
  width: 70%;
  text-align: left;
  display: flex;
  margin-bottom: 10px; }

.term-2500-tp-ck-pu #qn-add-to-quote,
.term-no2500-tp-ck-pu #qn-add-to-quote,
.term-2500-notp-ck-pu #qn-add-to-quote,
.cc-2500-tp-ck-pu #qn-add-to-quote,
.nh-cc-2500-tp-ck-pu #qn-add-to-quote,
.cc-no2500-tp-ck-pu #qn-add-to-quote {
  display: none !important; }

.term-2500-tp-ck-pu .hdr_topright ul li:first-child,
.term-no2500-tp-ck-pu .hdr_topright ul li:first-child,
.term-2500-notp-ck-pu .hdr_topright ul li:first-child,
.cc-2500-tp-ck-pu .nh-cc-2500-tp-ck-pu .hdr_topright ul li:first-child,
.cc-no2500-tp-ck-pu .hdr_topright ul li:first-child {
  display: inline-block !important; }

#qn-add-to-quote, .hdr_topright ul li:first-child {
  display: none !important; }

.Size_inches, .table_size {
  display: none !important; }

.drift-frame-controller-align-right {
  right: 0px !important;
  bottom: 65px !important; }

.ss-targeted.ng-scope {
  margin-top: 0 !important; }

.product_table__view .cat_right .productGrid .product {
  padding: 0 !important; }

.product_table__view .cat_right .productGrid {
  width: 100% !important;
  margin-left: 0 !important; }

.product_table__view .cat_right .productGrid .product .card .custom_BTN {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px; }

.ppTop_outOfStock {
  padding-bottom: 10px; }

.productView-product .color_accessories {
  border: 0;
  padding: 5px 0 !important; }

.account.account--fixed .account-head {
  margin: auto !important;
  max-width: 800px !important; }

.account.account--fixed .account-head .alertBox.alertBox--storeCredit {
  margin-bottom: 25px; }

.cart_right .cart-additionalCheckoutButtons {
  display: block !important; }

.no-pricing .card_addCart,
body.no-pricing .productGrid .product .card .card-body .Prices,
.no-pricing .productView-product .ppTop_info .ppTop_row2,
.no-pricing .cart_quantity_mn,
.no-pricing .cart_price_mn,
.no-pricing .cart-actions,
.no-pricing .cart_right .cart-additionalCheckoutButtons {
  display: none !important; }

.apple-pay-checkout-button {
  margin-bottom: 10px !important; }

.color_accessories .Pro_accessories_option ul .pro_accessories_outer {
  width: 100% !important; }

.color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner {
  width: 100%; }

.color_accessories .Pro_accessories_option ul .pro_accessories_outer .pro_accessories_inner .accessories_text {
  width: 75%; }

.cartWishlist_mn span.price.price--rrp {
  display: none !important; }

.empty_shopping_btn1 {
  margin-top: 15px; }

.empty_shopping_btn1 a {
  float: right; }

.productGrid .product .card {
  margin-bottom: 45px !important; }

.AmazonPayCheckout {
  display: none !important; }

body {
  overflow-x: hidden !important; }

.custom_view_LID .product_pg_Packing {
  margin: 0 0 0 -3px;
  position: relative;
  top: 3px !important;
  left: 5px !important; }

.custom_view_LID .price-section--minor {
  font-size: 26px; }

body.no-free-shipping .hdr_topright ul li:nth-child(5) {
  display: inline-block !important; }

/*body.cc-no2500-tp-ck-pu .alertBox--info, body.cc-no2500-tp-ck-pu .cart_pv_ship_msg, body.cc-no2500-tp-ck-pu .status_message, body.cc-no2500-tp-ck-pu_preview .free_del, body.cc-no2500-tp-ck-pu_preview .spend_more_main, body.term-no2500-tp-ck-pu .alertBox--info, body.term-no2500-tp-ck-pu .cart_pv_ship_msg, body.term-no2500-tp-ck-pu .status_message, body.term-no2500-tp-ck-pu_preview .free_del, body.term-no2500-tp-ck-pu_preview .spend_more_main {
    display: block!important;
}*/
body.cc-no2500-tp-ck-pu-10-discount .hdr_topright ul li:nth-child(5) {
  display: none !important; }

body.cc-no2500-tp-ck-pu-10-discount .alertBox--info, body.cc-no2500-tp-ck-pu-10-discount .cart_pv_ship_msg, body.cc-no2500-tp-ck-pu-10-discount .status_message, body.cc-no2500-tp-ck-pu-10-discount .free_del, body.cc-no2500-tp-ck-pu-10-discount_preview .spend_more_main {
  display: none !important; }

.term-no2500-tp-ck-pu .free_del, .term-no2500-tp-ck-pu .checkout_cart_top {
  display: none !important; }

.term-no2500-tp-ck-pu .status_message_mob .alertBox--info {
  display: none !important; }

/*.term-no2500-tp-ck-pu .cart_left .alertBox--info, .term-no2500-tp-ck-pu .cart_right .alertBox--info,.term-no2500-tp-ck-pu .cart_left .cart_pv_ship_msg, .term-no2500-tp-ck-pu .cart_right .status_message, .term-no2500-tp-ck-pu .productView.second-view .free_del, .term-no2500-tp-ck-pu .productView.second-view .spend_more_main,.term-no2500-tp-ck-pu .productView.second-view .status_message,.term-no2500-tp-ck-pu .productView.second-view .alertBox--info{
display: block !important;
}*/
/*.term-no2500-tp-ck-pu .hdr_top .hdr_topright ul li:nth-child(5) {
    display: inline-block !important;
}*/
/*.productGrid .product .card .custom_BTN a{
    width: 190px !important;
}*/
.color_accessories .Pro_accessories_option ul {
  width: 100% !important; }

.gpay-button.black, .apple-pay-checkout-button {
  background-color: #8CC63E !important; }

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

.custom_product .productView-product .price-section--saving {
  float: none !important;
  position: unset !important; }

.productPerPrice {
  display: inline-block;
  background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/discount-tag-new.png) no-repeat;
  width: 150px;
  height: 35px;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Century Gothic";
  font-weight: 700; }

/*.custom_product .productView-product .price-section--saving {
    top: 10px !important;
    left: 10px !important;
}

.custom_product .productView-product .price-section--saving {
    float: left !important;
}
.productView-product .ppTop_row2 .productView-price .ppTop_buy_row1 {
    float: left !important;
}
.productView-price .price-section.withoutTax_MainPrice {
    padding: 0 0 0 15px !important;
}

[searchspring-recommend].ss-targeted.ng-scope{
    display: none;
}*/
[searchspring-recommend].ss-targeted.ng-scope:nth-child(1) {
  display: block; }

.productGrid li.product .rrp-price--withoutTax .price--rrp {
  display: none !important; }

.wishlist_details_page .productGrid .product .card {
  margin-bottom: 15px !important; }

.wishlist_details_page .remove_wishlists_form .button {
  margin-bottom: 20px !important; }

#facetedSearch-content--Color #facetedSearch-navList--Color {
  overflow-y: hidden !important; }

.cat_right .productGrid .product .card .card-body .card-text, .productGrid .product .card .card-body .card-text {
  display: block !important;
  min-height: 30px !important;
  padding-bottom: 8px; }

.cat_right .productGrid .product .card .card-body .card-text .rating--small {
  font-size: 0px !important; }

.footer_payment {
  max-width: 600px !important; }

.footer_payment ul li:nth-child(1) {
  width: 25% !important;
  padding: 0 !important; }

.footer_payment ul li {
  width: 10% !important;
  padding: 0 5px !important; }

.footer_payment ul li:nth-child(3) {
  width: 10% !important; }

.footer_payment ul li ul.inner_payment > li {
  width: 23% !important;
  padding: 0 !important; }

.holiday_message1 {
  clear: left;
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
  background: #f17272;
  padding: 12px 15px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 25px;
  border: 1px solid #f17272;
  border-radius: 10px;
  text-align: center;
  font-family: "Century Gothic"; }

.holiday_message1 p:last-child {
  margin-bottom: 0; }

.holiday_message1 p {
  margin: 0 0 7px;
  line-height: normal; }

.custom_also-bought .productGrid .product .card .card-body .Prod_qunatity {
  margin-bottom: 5px !important; }

@media only screen and (max-width: 767px) {
  .cat_right .productGrid .product .card .card-body {
    padding: 5px 10px 0 !important; }
  .login {
    margin-bottom: 0 !important; }
  .custom_login .body {
    margin-bottom: 20px; }
  .ss-targeted.ng-scope {
    padding: 0 !important; }
  .mn_SubCat .cat_desp_bottom1.for_Mobile {
    display: none !important; }
  .custom_product .pro_tab.with_bgcolor .New_Arrivals {
    background: transparent !important;
    width: 100% !important; }
  .pro_tab {
    float: none !important;
    width: 95% !important;
    margin: auto !important; }
  .New_Arrivals .slick-next, .New_Arrivals .slick-prev, .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
    top: 56% !important; }
  .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev {
    top: 50% !important; }
  .custom_product .New_Arrivals .slick-next, .custom_product .New_Arrivals .slick-prev, .custom_cart.after_login .cartPage_Recommendations .slick-next, .custom_cart.after_login .cartPage_Recommendations .slick-prev, .custom_cart.after_login .slick-next, .custom_cart.after_login .slick-prev {
    height: 35px !important; }
  .custom_cart .cart_status_field.available-status .productView-info-name {
    display: contents !important; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info {
    margin-top: 10px; }
  .pro_custumize_mn.for_Mobile.Row .proCust_blockTxt {
    font-size: 14px !important; }
  .Productview_available_size ul li .available_size_inner .available_size p {
    font-size: 12px !important; }
  .custom_cart .save_later .page-heading.for_cart_page {
    font-size: 16px !important; }
  .cart-additionalCheckoutButtons .FloatRight div {
    float: none !important;
    text-align: center !important; }
  .cart-additionalCheckoutButtons .FloatRight p {
    text-align: center !important; }
  .paypal-smart-buttons {
    width: 100% !important; }
  .account-listItem .account-product .account-product-body {
    padding-bottom: 40px; }
  .account-listItem .account-product .account-product-body h5.account-product-title {
    font-size: 14px !important; }
  .account-listItem .account-product .account-product-body .account-product-value {
    margin-bottom: 5px !important; }
  .account-listItem .account-product .account-product-body .account-product-label {
    margin-bottom: 5px !important; }
  .account.account--fixed .account-body .account-list .account-product-figure {
    margin-right: 0 !important; }
  .account-orderStatus-action.reorder {
    font-size: 12px !important;
    line-height: 15px !important;
    padding: 3px 7px !important; }
  .account-product-detail + .account-product-detail:nth-child(2) {
    margin-bottom: 25px !important; }
  .account.account--fixed .account-orderStatus-action.reorder {
    margin-left: 10px !important;
    font-size: 10px !important;
    line-height: 15px !important;
    font-style: normal !important; }
  .account.account--fixed .account-orderStatus-action {
    margin-left: 0 !important; }
  body.product_list__view #searchspring-content .card-title {
    height: 50px !important; }
  .log_out_button .button {
    width: 80px !important;
    height: 37px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    font-size: 12px !important; }
  .empty_shopping_btn1 {
    display: none; }
  .cart_right .shipping--info-time .shipping--info-inner {
    text-align: center !important; }
  .account-orderStatus {
    width: 70% !important; }
  .button.card_btn, .productGrid .product .card .custom_BTN a {
    width: 122px !important;
    font-size: 10px !important;
    height: 22px !important;
    line-height: 21px !important; }
  .productGrid .product .card .custom_BTN a.login_for_price {
    width: 135px !important; }
  .GooglePayContainer #googlepaybraintree-container3 {
    width: 100% !important; }
  .GooglePayContainer #googlepaybraintree-container3 .gpay-button {
    width: 100% !important; }
  .Productview_available_size h3 {
    text-transform: inherit !important;
    font-size: 14px !important; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-info.cart_price_mn .cart-item-value {
    position: relative !important;
    top: 10px !important; }
  .productPerPrice {
    position: relative;
    top: 55px;
    z-index: 99; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    width: 90px !important;
    margin-bottom: 10px !important; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 40px !important;
    height: 40px !important; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 {
    width: 40px !important; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity .form-increment .qty_wrap1 .button {
    width: 40px !important;
    height: 21px !important; }
  .Catalog_Banners .catalog_inner .catalog_content h2 {
    font-size: 19px !important;
    margin: 0; }
  .filter_pagi .catmain_top.CP_comn_block {
    margin-top: -7px !important; }
  .custom_category .productGrid .product .card {
    margin-bottom: 15px !important; }
  .shipping--info-time {
    width: 100% !important;
    margin: 10px 0; }
  .ss-profile-also-bought .page-heading {
    margin: 20px 0 25px 0 !important; }
  #customize-controls-also-bought .ss-recs-item-controls-prev .slick-prev {
    left: -10px !important;
    height: 50px !important; }
  #customize-controls-also-bought .ss-recs-item-controls-next .slick-next {
    right: -10px !important;
    height: 50px !important; }
  .login_popup_main .login_popup .form-field--inputPassword .toggle-password {
    top: 38px !important; }
  .AddToCart_PopUp.modal--large.open {
    height: 92% !important; }
  .drift-frame-controller-align-right {
    right: 0 !important;
    bottom: 0px !important; }
  .AddToCart_PopUp.modal--large .modal-body .productView-details .productView-title {
    font-size: 16px !important;
    line-height: 17px !important; }
  .AddToCart_PopUp.modal--large .modal-body .productView-details .popup_sku {
    font-size: 12px !important;
    margin-bottom: 5px !important; }
  .footer_payment ul li:nth-child(1) {
    width: 100% !important;
    padding-bottom: 10px !important; }
  .footer_payment > ul > li {
    width: 100% !important;
    padding: 0 0 12px 0 !important; }
  .footer .footer_btm .footer-info .footer-info-col.footer-info-category li, .footer .footer_btm .footer-info .footer-info-col.footer-info-category li:nth-child(2n), .footer .footer_btm .footer-info .footer-info-col.footer-info-product li, .footer .footer_btm .footer-info .footer-info-col.footer-info-product li:nth-child(2n), .footer .footer_btm .footer-info .footer-info-col.footer-info-store li, .footer .footer_btm .footer-info .footer-info-col.footer-info-store li:nth-child(2n), .footer_payment ul li:nth-child(3), .footer_payment ul li:nth-child(4) {
    width: 100% !important; }
  .ss-profile-also-bought .tns-outer {
    height: 280px !important; }
  .productView-images .productView-thumbnails {
    padding: 4px 0 0 0; }
  .productView .form .custom_btn .form-action {
    width: 100% !important; }
  #form-action-addToCart {
    width: 45%;
    float: left; }
  #zakeke-button {
    width: 45%;
    float: left;
    margin-left: 25px; } }

@media only screen and (max-width: 479px) {
  .productView .form .custom_btn {
    margin: 5px -8px 0 -8px !important; }
  .custom_cart .cart_left .cart .cart-list .cart-item .cart-item-quantity {
    margin: 0px !important;
    margin-bottom: 10px !important; }
  .custom_cart .save_later .page-heading.for_cart_page {
    font-size: 16px !important; }
  .custom_cart .cart_status_field .productView-info-name {
    height: auto !important; }
  .productView .form .show_pro_info .custom_btn {
    margin: 10px -8px 0 -8px !important; }
  .productView-product .ppTop_info .creditkey {
    position: relative !important; }
  .productView-price .price-section.withoutTax_MainPrice {
    font-size: 24px !important;
    line-height: 48px !important; }
  .productView-price .product_pg_Packing .productView-info-value {
    display: contents !important; }
  .productView-price .withoutTax_MainPrice .product_pg_Packing .productView-info-value {
    margin: 0px 0 0 5px !important; }
  .Catalog_Banners .catalog_inner .catalog_content h2 {
    font-size: 15px !important;
    margin: 0; } }

@media only screen and (max-width: 375px) {
  .productView-price .price-section.withoutTax_MainPrice {
    font-size: 20px !important;
    line-height: 48px !important; }
  .productView-price .product_pg_Packing .productView-info-value {
    display: contents !important; }
  .productView-price .withoutTax_MainPrice .product_pg_Packing .productView-info-value {
    font-size: 20px !important;
    margin: 0px 0 0 5px !important; }
  .productPerPrice {
    position: relative;
    top: 65px;
    z-index: 99; }
  .Catalog_Banners .catalog_inner .catalog_content h2 {
    font-size: 15px !important;
    margin: 0; } }

@media screen and (min-width: 549px) and (max-width: 800px) {
  .paypal-smart-buttons {
    width: 100% !important; } }

/*@media only screen and (min-width: 1440px) { 
    .heroCarousel.slick-initialized {
        margin: 0;
        padding: 0;
        max-height: 800px !important;
    }
}*/
@media screen and (min-width: 1700px) {
  .heroCarousel.slick-initialized {
    margin: 0;
    padding: 0;
    max-height: 700px; } }

/**Swatch CSS Start****/
ul#facetedSearch-navList--Color li.navList-item a {
  border: 1px solid #e8e8e8;
  padding: 0px;
  width: 20px;
  height: 20px;
  font-size: 0;
  vertical-align: text-top; }

ul#facetedSearch-navList--Color li.navList-item {
  float: left !important;
  padding: 0 2px; }

ul#facetedSearch-navList--Color li.navList-item.White a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/white.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Bamboo a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/bamboo.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Clear a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/clear-bg.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Kraft a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/paper-kraft.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Wood a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/wood.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Black a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/black.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Brown a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/brown.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Palm.Leaf a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/palmleaf.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Green a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/green.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Newspaper a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/white-paper.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Silver a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/silver.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Bamboo.Leaf a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/bambooleaf.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Red a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/red.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Clear.Green a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/clear-green.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Beige a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/beige.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Blue a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/dark-blue.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Printed a {
  background: url("") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Multicolored a {
  background: url("") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Cream a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/cream.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Pink a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/light-pink.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Grey a {
  background: #d7d2d3;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Yellow a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/yellow.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Bamboo.Design a {
  background: #c1e1c2;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Corked.Texture a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/cork-brown.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Dark.Brown a {
  background: #533f2e;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Lime.Green a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/lime-green.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.natural a {
  background: url("") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.black a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/black.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.clear a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/clear-bg.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.kraft a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/paper-kraft.jpg") center no-repeat;
  text-indent: -9999px; }

ul#facetedSearch-navList--Color li.navList-item.Blue a {
  background: url("https://cdn11.bigcommerce.com/s-axgwopiivb/product_images/uploaded_images/dark-blue.jpg") center no-repeat;
  text-indent: -9999px; }

.ss-badge-container .ss-badge {
  width: auto !important;
  padding: 5px 15px !important; }

/***Swatch CSS END***/
.awrf {
  fill: #666 !important; }

.awre {
  fill: #8cc63f !important; }

.tg-zv4m a {
  color: #333 !important; }

.tg-zv4m a:hover {
  color: #8cc63e !important; }

.tg .tg-lyld, .tg-8jgo, .tg-zv4m {
  border-color: #9b9696 !important; }

.card-img-color-container-slides span.slick-slide {
  background: #fff; }

.cart_right .use_live_chat {
  margin-top: 10px !important; }

.shipping-note-main {
  display: inline-block;
  margin-top: 20px; }

.shipping-note {
  visibility: hidden;
  color: #8cc63e;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 29px; }

.shipping-note:before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/Cart_star.svg) no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  left: 0; }

.backorder-star:before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-axgwopiivb/content/Cart_star.svg) no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  left: 0; }

#product-info #product-info-price {
  display: none; }

.AddToCart_PopUp.modal--large .modal-body {
  overflow: hidden; }

.customer_meltingpot .hdr_topright ul li:nth-child(5) {
  display: none; }

.customer_meltingpot .navUser-item--cart .dropdown-menu .previewCart .free_del {
  display: none; }

.customer_meltingpot [data-freeshipping-block] {
  display: none !important; }

.customer_meltingpot .spend_more_main {
  display: none; }

.custDesc {
  font-size: 0;
  color: white; }

.model_top_inner_block .model_top_content {
  font-size: 0;
  color: white; }

.model_top_inner_block .model_top_content .ProductDescription {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Century Gothic"; }

#consent-manager .css-1wn42nw button:nth-child(2) {
  display: none !important; }
