@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

nav.navUser {
  float: right; }

.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: #2b2935;
  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: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 18px; }

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 #e3e0e0;
  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 #e3e0e0;
  color: #2b2935;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

.table-tbody tr {
  border-bottom: 1px solid #e3e0e0; }
  .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: "Poppins", 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: #df2126;
  color: #df2126;
  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: #df2126;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #df2126;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #737373;
  border-color: #737373;
  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: #13235b; }

/*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: white;
  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: white;
  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 #e3e0e0;
  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: #2b2935;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #2b2935;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #737373;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #7b7b7b;
  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: #2b2935;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #e3e0e0;
    color: #e3e0e0;
    cursor: text; }
  .form-input:focus {
    border-color: #2b2935;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #2b2935; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #2b2935; }
  .form-input:-ms-input-placeholder {
    color: #2b2935; }

/*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: #737373;
  color: #7b7b7b;
  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: #2b2935; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #2b2935; }

/*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 #e3e0e0;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #0a0a0a;
      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(43, 41, 53, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(43, 41, 53, 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(43, 41, 53, 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 #e3e0e0;
  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: #13235b;
    box-shadow: 0 0 4px rgba(19, 35, 91, 0.4); }

.switch-toggle {
  background-color: #e3e0e0;
  border: 1px solid #e3e0e0;
  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: #df2126;
    border-color: #df2126; }
  .switch--checked .switch-toggle {
    background-color: #adafb9;
    border-color: #adafb9; }
  .switch--disabled .switch-toggle {
    background-color: white;
    border-color: #2b2935;
    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: #e3e0e0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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: white;
  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: white; }
  .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: #2b2935;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #2b2935; }
  .breadcrumb.current {
    color: #2b2935;
    cursor: default; }
    .breadcrumb.current a {
      color: #2b2935;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #2b2935; }
    .breadcrumb.unavailable a {
      color: #2b2935; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #2b2935;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #2b2935;
    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: #1c1f24;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #2b2935;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #2b2935;
    cursor: default; }

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

.tab.is-active .tab-title {
  color: #2b2935;
  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: #e3e0e0;
  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: #2b2935;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #2b2935;
    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: #2b2935;
      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: #2b2935; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #2b2935;
  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: white;
  border-color: white;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #2b2935; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #e3e0e0;
  border-color: #e3e0e0;
  color: white; }
  .alertBox--success svg {
    fill: #adafb9; }

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

.alertBox--error {
  background-color: #df2126;
  border-color: #df2126;
  color: #2b2935; }
  .alertBox--error svg {
    fill: #df2126; }

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

/*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: #e3e0e0 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #e3e0e0;
  background: rgba(43, 41, 53, 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 #e3e0e0;
  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 #e3e0e0;
  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 #e3e0e0;
  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: #e3e0e0;
  cursor: pointer;
  font-size: 18px;
  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: #e3e0e0;
  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(43, 41, 53, 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: #13235b #13235b #2b2935 #2b2935;
    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 #e3e0e0;
  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: #2b2935; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: white;
    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: rgba(0, 0, 255, 0);
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #00b67a;
      opacity: 1; }

.mobile-magnify {
  background-color: #c6c6c6;
  background-color: rgba(198, 198, 198, 0.9); }

.slick-next,
.slick-prev {
  background-color: #c6c6c6;
  background-color: rgba(198, 198, 198, 0.9);
  z-index: 1;
  border: 1px solid;
  height: 3.71429rem;
  margin-top: -1.07143rem;
  padding: 0;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5rem;
    width: 3.57143rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #c6c6c6;
    background-color: rgba(198, 198, 198, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

ul.productGrid .slick-next,
ul.productGrid .slick-prev {
  background-color: transparent !important; }

.home.recent-blog-posts .slick-next,
.home.recent-blog-posts .slick-prev {
  background-color: transparent !important; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }

#body.not-internet-explorer .slick-next::before {
  background-color: white !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.not-internet-explorer .slider .heroCarousel .slick-next::before {
  background-color: white !important;
  -webkit-mask: url("../icons/hero-slider-right.svg");
  mask: url("../icons/hero-slider-right.svg");
  mask-repeat: no-repeat !important;
  position: relative;
  right: -1px; }

#body.internet-explorer .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='str-replace(white, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .slick-next:hover::before {
  background-color: white !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }

#body.not-internet-explorer .slick-prev::before {
  background-color: white !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.not-internet-explorer .slider .heroCarousel .slick-prev::before {
  background-color: white !important;
  -webkit-mask: url("../icons/hero-slider-left.svg");
  mask: url("../icons/hero-slider-left.svg");
  mask-repeat: no-repeat !important;
  position: relative;
  left: -2px; }

#body.internet-explorer .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='str-replace(white, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .slick-prev:hover::before {
  background-color: white !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.productCarousel .slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .productCarousel .slick-next {
      right: -3.35714rem; } }

#body .productCarousel .slick-next {
  border: 0; }

#body.not-internet-explorer .productCarousel .slick-next::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .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='str-replace(#13235b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .productCarousel .slick-next:hover::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.productCarousel .slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .productCarousel .slick-prev {
      left: -3.35714rem; } }

#body .productCarousel .slick-prev {
  border: 0; }

#body.not-internet-explorer .productCarousel .slick-prev::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .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='str-replace(#13235b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  left: 94% !important; }

#body.not-internet-explorer .productCarousel .slick-prev:hover::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  left: 94% !important; }

.carousel-vertical .slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .carousel-vertical .slick-next {
      right: -3.35714rem; } }

#body.not-internet-explorer .carousel-vertical .slick-next::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .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='str-replace(#13235b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .carousel-vertical .slick-next:hover::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.carousel-vertical .slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .carousel-vertical .slick-prev {
      left: -3.35714rem; } }

#body.not-internet-explorer .carousel-vertical .slick-prev::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .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='str-replace(#13235b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  left: 94% !important; }

#body.not-internet-explorer .carousel-vertical .slick-prev:hover::before {
  background-color: #13235b !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  left: 94% !important; }

.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 rgba(0, 0, 255, 0);
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: rgba(0, 0, 255, 0); }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #00b67a; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #13235b;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

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

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

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: #2b2935;
  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 {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #2b2935;
  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(43, 41, 53, 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: #2b2935;
  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 #e3e0e0; }
  .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: #e3e0e0;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e3e0e0;
    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 #e3e0e0; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #2b2935;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #df2126; }

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

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

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

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

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

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

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

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

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

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

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

.accordion--navList .accordion-indicator {
  fill: #2b2935; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #2b2935;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #1c1f24; }

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Poppins", 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: #2b2935;
  font-size: 13px; }

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #737373;
  color: #2b2935;
  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: #2b2935; }
  .form-radio:checked + .form-option {
    border-color: #2b2935;
    box-shadow: 0 0 0 1px #2b2935; }

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

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

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

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

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

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

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

.card-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.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 {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

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

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

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

.card--alternate {
  border: 3px solid #0a0a0a;
  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: #13235b; }
    .card--alternate:hover .card-body {
      background-color: #13235b; }
      .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 #0a0a0a;
    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(43, 41, 53, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(43, 41, 53, 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: white;
  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: #2b2935; }
  .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 #2b2935; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #e3e0e0; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #2b2935;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #2b2935;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #1c1f24; }

.loadingOverlay {
  background-color: rgba(227, 224, 224, 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 #737373;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #2b2935; }

.actionBar-section .form-label {
  color: #2b2935;
  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: #2b2935;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: black;
  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 #e3e0e0;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e3e0e0 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; }

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

.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 #e3e0e0;
  color: #2b2935;
  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--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: white; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .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.78571rem; }
    .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: white;
  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 white transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

.countPill {
  background-color: #2b2935;
  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;
  position: relative;
  top: -13px;
  left: -16px; }

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

.countPill--alt {
  background-color: #e3e0e0;
  color: black; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #2b2935;
  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;
  clear: both; }
  @media (min-width: 801px) {
    .navPages-container {
      background: #2f2f2b;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  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;
      max-width: 980px; }
      .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; }
  @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: block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #2b2935;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 0;
  padding-left: 0 !important;
  text-decoration: none;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: #2b2935;
          stroke: #2b2935; } }
  .navPages-action:hover {
    color: #2b2935; }
    .navPages-action:hover svg {
      fill: #2b2935;
      stroke: #2b2935; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #2b2935; }

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 801px) {
  .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 #2b2935;
      margin-bottom: 1.14286rem; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

.navPages-quickSearch {
  border-bottom: 1px solid #e3e0e0;
  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 #e3e0e0; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e3e0e0; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

nav.navUser {
  float: right;
  width: 33%; }

.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: #2b2935;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #1c1f24; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .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: #df2126; }
    .socialLinks .icon svg {
      fill: #2b2935;
      transition: all 0.15s ease; }

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

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

.socialLinks--alt svg {
  fill: #2b2935; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: blue;
      background-color: rgba(0, 0, 255, 0.9); }

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

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

.heroCarousel-title {
  color: white;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

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

.writeReview-productDetails .product-brand {
  color: #2b2935;
  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; } }

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

.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: #2b2935;
  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: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 335px;
      min-width: 335px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }

.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-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: black; }

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

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

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #2b2935; }
    .productView-reviewLink > a:hover {
      color: #1c1f24; }

.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: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #737373;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #737373; }
  .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; }

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

.modal-body.quickView .productView-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative; }

.modal-body.quickView figure.productView-image {
  cursor: crosshair !important; }

.modal-body.quickView li.productView-thumbnail {
  width: 105px !important;
  float: left;
  display: block;
  height: 100%;
  padding-left: .35714rem;
  padding-right: .35714rem; }

.modal-body.quickView .productView-thumbnail-link {
  height: 67px;
  max-width: 75px;
  width: 100%;
  display: inline-block !important;
  text-align: center !important;
  position: relative; }

.modal-body.quickView .productView-thumbnails img {
  max-height: 50px !important;
  max-width: 50px !important;
  width: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.modal-body.quickView .productView-thumbnails .slick-list {
  margin-left: 2.85714rem;
  margin-right: 2.85714rem; }

.modal-body.quickView .productView-thumbnails .slick-prev {
  left: 0;
  background: transparent !important;
  display: none !important; }

.modal-body.quickView .productView-thumbnails .slick-next {
  right: 0;
  background: transparent !important;
  display: none !important; }

.modal-body.quickview .slick-prev::before {
  fill: #2f2f2b !important;
  mask: initial !important; }

.productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
  border-color: #e8e8e8 !important; }

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

.price-section--minor {
  color: #2b2935; }

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

.compareTable-heading {
  font-family: "Poppins", 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: white;
  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: #2b2935;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: #2b2935; }
  .toggleLink:hover {
    color: #1c1f24; }
  .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: #e3e0e0 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; } }

.banners {
  background-color: #13235b;
  background: #ebebeb;
  color: white;
  color: #2f2f2b;
  padding: 0.78571rem 0;
  text-align: center;
  border-radius: 5px; }
  .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: white;
  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: #2b2935;
    position: relative;
    top: -1px; }

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

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

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

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

.cart-item {
  border-bottom: 1px solid #e3e0e0;
  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 img {
    width: 100%; }

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @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;
      text-align: left;
      width: 8.33333%; } }

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

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

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

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

.cart-item-label {
  color: #2b2935;
  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: #2b2935;
  margin-bottom: 0.21429rem; }

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

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

.cart-remove {
  background-color: white;
  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: #2b2935; }

.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 #e3e0e0; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #2b2935;
  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: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

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

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin-bottom: 0.35714rem;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight form {
  float: right; }

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: black;
    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: block;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: white;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

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

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

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important; }

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #2b2935;
  color: black;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: black; }

.maintenanceNotice-header {
  font-family: "Poppins";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

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

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

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

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

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

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

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

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

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

.cookieMessage {
  background: white;
  color: black;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

.account-listItem {
  border-bottom: 1px solid #e3e0e0;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }

.account-listShipping {
  border-bottom: 1px solid #e3e0e0;
  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 {
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.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: #2b2935;
  font-family: "Poppins", 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: #2b2935;
  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: #2b2935;
  font-family: "Poppins", 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: #2b2935;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e3e0e0;
  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: #e3e0e0;
  color: #2b2935;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

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

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

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

.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: #13235b;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

.account-downloadsItem-availability {
  color: #2b2935; }

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.header {
  background-color: white;
  border-bottom: 1px solid #e3e0e0;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto !important;
  z-index: 20;
  padding: 20px 0; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e3e0e0;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  margin: 20px 0 !important;
  width: 33%;
  float: left; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: white;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #0a0a0a;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #2b2935; }
    .header-logo > a:active {
      color: #2b2935; }

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

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

.header-logo-text {
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.35714rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.64286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.64286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 18px; } }

.header-logo-image {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      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: #2b2935;
    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: #2b2935;
      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;
  max-width: 980px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

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

.footer {
  background-color: #313131;
  border-top: 1px solid #e3e0e0;
  padding: 3rem 0; }

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

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

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

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

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

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

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #2b2935;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #1c1f24; }

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

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

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e3e0e0;
    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: #2b2935;
  text-align: center; }

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

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

.blog-thumbnail {
  margin: 0 0 2rem; }

.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 #e3e0e0;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

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

.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;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .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; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left; } }

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }

.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: #2b2935;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#product-page-no-sidenav ul.a {
  list-style: none;
  margin-left: 0;
  border: 1px solid #ccc;
  padding: 15px 20px; }

#product-page-no-sidenav ul.a li {
  line-height: 3;
  display: inline-block;
  width: 49%; }

.productGrid {
  margin-left: 0.7rem; }

div#cart-preview-dropdown ul {
  display: table !important; }

html .footer-top.newsletter {
  padding: 10px 0; }

.cart-total-value.cart-total-grandTotal {
  font-family: Lato;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: right;
  color: #1A404D; }

p#CustomCountScr i {
  color: #00b67a;
  margin-right: 5px;
  font-size: 18px; }

.previewCartList li {
  margin: 0;
  padding-top: 20px !important;
  display: block; }

.previewCartItem-content {
  max-width: 100%;
  text-align: left; }

.previewCartItem-content {
  max-width: 100%;
  text-align: left; }

/*
.cstmWithTax {
    float: right;
    width: 70%;
    padding-top: 0 !important;
}
.cstmWithTax span.price.price--withTax {
    font-size: 15px  !important;
    color: #000;
    font-weight: normal;
}
*/
.previewCartAction .button {
  color: white !important; }

.previewCartAction .button:hover {
  color: #1A404D !important; }

.forOnePro section.productView-details {
  padding-left: 50px !important; }

.forOnePro section.productView-details .BadgeContainer__Inner-sc-pa6z2-0 {
  padding-left: 0;
  padding-top: 0; }

.forOnePro section.productView-details .RatingValue__Container-sc-1eexc2w-0 {
  display: none; }

.forOnePro section.productView-details .RatingBar__Container-sc-1s5ohw5-0 > div {
  margin: 0 3px !important;
  display: block; }

.forOnePro section.productView-details .RatingBar__Container-sc-1s5ohw5-0 {
  display: flex; }

.forOnePro section.productView-details .BadgeContainer__Inner-sc-pa6z2-0 {
  display: flex;
  flex-direction: revert;
  align-items: center;
  justify-content: start; }

.forOnePro section.productView-details .BadgeContainer__Inner-sc-pa6z2-0 .BadgeTotalReviews__Content-sc-1sj93r3-0 {
  color: #1A404D;
  font-family: Lato;
  font-weight: 500;
  font-size: 10px !important;
  line-height: 15px;
  margin-left: 5px;
  text-decoration: none; }

html .whatsapp-icon img {
  max-width: 230px !important;
  margin-left: 5px; }

.forOnePro dd.productView-info-value a {
  padding: 0 !important;
  margin: 0 !important; }

.product-wrapper {
  padding-bottom: 30px !important; }

.For-desktop-view {
  padding-top: 30px; }

.right-info .regular-price .TotalPricexvat {
  top: inherit;
  right: 0 !important;
  position: absolute;
  bottom: 1px; }

.forOnePro .right-info .form-field select {
  max-width: 100%; }

.forOnePro section.productView-details.product-options > * {
  max-width: 100% !important;
  justify-content: end !important;
  display: flex; }

body.product-page-layout .forOnePro section.productView-details.product-options > * {
  display: block; }

body.product-page-layout {
  background: #f5f9fb; }

.forOnePro section.productView-details form.form {
  margin-bottom: 5px; }

.forOnePro section.productView-details form.form .productView-info-value a {
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0; }

.productView-description ul.tabs {
  margin-bottom: 15px; }

.productView-description ul.tabs li.tab.is-active {
  background: transparent; }

.productView-description ul.tabs li.tab {
  width: auto;
  padding: 0 18px;
  background: transparent;
  border: none; }

.productView-description .tab.is-active .tab-title {
  border-bottom: 0px solid #1A404D !important;
  color: #1A404D;
  border-left: none;
  padding: 7px;
  border-top: none;
  border-radius: 0 !important;
  background: transparent;
  opacity: 1;
  border-right: none; }

html .modal-body.quickView dd.productView-info-value {
  float: left !important; }

.forOnePro dt.productView-info-name {
  width: 100px; }

article.productView-description .tabs-contents {
  padding: 20px !important; }

article.productView-description .tabs-contents section.toggle.videoGallery h4.toggle-title {
  display: none; }

article.productView-description .tabs-contents section.toggle.videoGallery ul.videoGallery-list {
  display: none; }

article.productView-description .tabs-contents div.tab-content {
  padding: 0; }

article.productView-description button.custom-btn {
  background: #1A404D;
  color: #fff;
  height: 58px;
  margin: 0 5px;
  padding: 0 30px;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px; }

article.productView-description button.custom-btn span {
  margin-left: 55px; }

.forOnePro section.productView-details.product-options {
  padding-left: 0 !important; }

.forOnePro .productView-options form.form {
  width: 100% !important; }

html .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-action {
  width: calc(100% - 170px) !important; }

.forOnePro .productView-info-bulkPricing {
  width: 100% !important; }

.forOnePro form .form-field label.form-label {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 1; }

.forOnePro .form-field {
  position: relative;
  margin-bottom: 12px; }

.forOnePro div.qty-box-visible label {
  position: unset !important; }

.forOnePro section.productView-details form.form select {
  width: 100% !important;
  max-width: 100%;
  background-color: #F2F2F2 !important; }

.forOnePro .right-info dl.productView-info {
  margin-bottom: 0; }

.forOnePro .right-info .form-field {
  position: relative;
  margin-bottom: 6px; }

span.price {
  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 24px !important;
  letter-spacing: 0.4px;
  color: #656975  !important; }

span.productView-reviewLink.product_review_count a {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1px;
  color: #1A404D; }

.price-section abbr.active {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  color: #1A404D !important;
  opacity: 0.5; }

div#HeaderWithStcky {
  display: none; }

.cart-CstmMob a p {
  margin-bottom: 0; }

.togExHide {
  display: none; }

.togExBlock {
  display: block !important; }

.checkout-layout .cart-CstmMob a.navUser-action {
  text-align: right; }

.checkout-layout .left.phone-number ul {
  font-size: 16px;
  margin: 0px 17px 12px 10px; }

li.myAccnt.desktop a.account {
  margin-bottom: 0; }

.cart-page .main-cart table.cart {
  table-layout: fixed; }

span.price.price--withoutTax.price-section--minor.active {
  display: inline-block !important;
  width: auto !important; }

.current-price abbr.active {
  display: inline-block !important; }

.card-text .price-visibility {
  margin-bottom: 0px; }

article.card-title-four-lines h2.card-title {
  height: auto !important; }

th.cart-header-item:nth-of-type(1) {
  text-align: left; }

td.cart-item-block.cart-item-figure {
  margin-left: 10px;
  float: left;
  width: 150px; }

.cart-remove {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  float: none !important; }

.cart-item-info:last-child {
  text-align: center !important; }

.cart-header-item:last-child {
  text-align: center !important; }

td.cart-item-block.cart-item-info {
  text-align: center; }

.cart-header-item {
  padding-bottom: 1rem;
  text-align: center; }

.product .image-label-feature {
  padding: 0 5px;
  height: 50px;
  align-items: self-end; }

.label-text p {
  font-weight: bold;
  color: #1A404D; }

img.BrandImg {
  width: 130px; }

li.snize-suggestion.snize-ac-odd {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.product.main.left div#product-images-container {
  position: relative; }

.product.main.left div#product-images-container .image-label-feature {
  bottom: 140px;
  top: auto; }

select.form-select.form-select--date {
  margin-bottom: 0px;
  margin-left: 0;
  margin-top: 0px;
  padding-left: 20px;
  max-width: 31% !important;
  margin-right: 3%;
  background-position: 90%;
  text-align: center;
  background-color: transparent !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 5px !important;
  margin-left: 2px !important;
  float: right; }

.tmscount {
  color: #FA6501; }

.forOnePro form .form-field label.form-label, small.extrstext {
  font-size: 16px; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #body div#side-categories.sideCategoryList.desktop {
    display: block !important; }
  .main-section-below .buttonLink {
    width: 100%;
    display: inline-block; }
  [data-widget-id="ba305c09-6184-49eb-8ccf-d4647fbebfde"] {
    width: 100%;
    display: inline-block; }
  .sd-button-ba305c09-6184-49eb-8ccf-d4647fbebfde {
    width: 100%;
    display: inline-block; }
  [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
    padding: 0 20px !important;
    padding-top: 40px !important; }
  [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
    width: 100%; }
  div#redeemable-collapsable ul.form-field-errors {
    position: absolute;
    top: 82px !important;
    bottom: 0;
    left: 0px; }
  section.previewCartCheckout {
    width: 100%; }
  div#previewModal a.trust-p img {
    max-width: 300px; }
  .modal-body {
    overflow: auto;
    padding: 2.25rem 1.25rem; }
  .brands-option.with-brands {
    display: block !important; }
  .top-menu div p {
    line-height: 20.94px; }
  body figure.listItem-figure {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 36% !important;
    min-width: 36% !important; }
  body .css-1k0woj {
    padding: 0px !important; }
  .fixed-cta div#add-to-cart-wrapper .form-field.form-field--increments {
    position: relative; }
  body.account-page a.navBar-action, .navBar--sub .navBar-item {
    margin: 10px 8pxpx; }
  main.page-content.main-cart .cart-item-info strong.cart-item-value {
    line-height: 45.6px;
    text-align: left; }
  .search.mobile a.navUser-action.account.search svg {
    width: 26px !important;
    height: 24px !important; }
  header.header .right.searchbar .form {
    width: 100%;
    max-width: 100%; }
  .mobile-menu .form-fieldset {
    margin-top: 10px !important; }
  li.ContctIcon.myAccnt.mobile {
    position: relative !important;
    right: 0 !important;
    top: 3px !important; }
  li.navUser-item.navUser-item--account.search.mobile {
    margin-right: 0px;
    margin-left: 6px !important;
    top: -2px;
    position: relative; }
  .belowheadIcn {
    width: 63px !important;
    float: right; }
  #body.main.home .home-below-hero {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .ProMobView {
    display: block !important; }
  .ProDesktopView {
    display: none; }
  .belowheadIcn > ul {
    display: inline-block; }
  li.myAccnt.mobile {
    position: absolute;
    top: 44px;
    right: 70px; } }

@media (max-width: 968px) {
  div#checkout-app .layout-main {
    padding-right: 0;
    width: 100% !important; }
  div#checkout-app {
    background-color: #fcfdff !important;
    padding: 40px 0 0 0 !important; }
  html body.checkout-layout div#checkout-app .checkout-steps {
    padding: 0 20px !important; } }

@media only screen and (max-width: 767px) {
  ul.top-sellers.slick-initialized li.product {
    float: left; }
  div#showcase-products ul.top-sellers {
    margin: 0 !important; }
  div#showcase-products ul.top-sellers button.slick-prev.slick-arrow {
    left: 0px !important; }
  div#showcase-products ul.top-sellers button.slick-next.slick-arrow {
    right: 0 !important; }
  body section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label {
    width: 100%;
    left: 0;
    text-align: left; }
  .header-container.sticky-header .top-menu .content {
    display: flex;
    flex-direction: column; }
  .header-container.sticky-header .top-menu .content .top_slide_content {
    order: 1; }
  .header-container.sticky-header .top-menu .content div#HeaderWithStcky {
    order: 2; }
  section.quickSearchResults {
    background-color: transparent !important; }
  aside#faceted-search-container .facetedSearch-refineFilters.sidebarBlock {
    display: none !important; }
  h3.cartDrawer-items.optimizedCheckout-headingPrimary, .cartDrawer-total {
    margin-top: 0; }
  div#side-categories .accordion-navigation.toggleLink {
    border: none !important; }
  div#facetedSearch-content--brand {
    padding: 4px 0; }
  div#facetedSearch-navList a.navList-action.navList-action--checkbox {
    padding-left: 0 !important; }
  .accordion--navList .accordion-content {
    padding: 0 0; }
  .accordion.accordion--navList {
    padding: 30px 0 !important; }
  div#facetedSearch-navList {
    height: 67vh;
    overflow: scroll;
    z-index: 99999; }
  .cart-total-label {
    color: #1A404D !important; }
  main.page-content.main-cart .cart-item-info span.cart-item-value {
    font-size: 18px;
    color: #656975; }
  span.cart-item-label, .cart-item-label, .cart-item-label, label.form-label {
    font-size: 14px !important;
    color: #656975 !important;
    margin-bottom: 0; }
  .cart-page .main-cart table.cart tr.cart-item {
    border: none;
    padding-top: 3px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2 !important; }
  main.page-content.main-cart .cart-item-info strong.cart-item-value {
    padding: 0; }
  .cart-item-label {
    width: 30% !important; }
  td.cart-item-block.cart-item-info button.cart-remove.icon svg {
    width: 15px; }
  main.page-content.main-cart strong.cart-item-value {
    color: #1A404D;
    font-size: 28px;
    position: relative;
    top: 5px; }
  main.page-content.main-cart .form-increment .button {
    width: 48px;
    height: 48px; }
  main.page-content.main-cart input.form-input--incrementTotal {
    height: 48px;
    width: 48px; }
  main.page-content.main-cart .cart-page-wrapper .cart-item-name a {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    margin-bottom: 5px; }
  main.page-content.main-cart span.BrandTitl {
    margin-top: 0px !important;
    margin-bottom: 0 !important; }
  main.page-content.main-cart .right-wrap p::after {
    border: 1px solid #CCCCCC;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 0;
    border-radius: 100px;
    left: 0px; }
  main.page-content.main-cart .right-wrap h1.page-heading {
    font-size: 28px;
    color: #1A404D;
    line-height: 33px;
    padding-bottom: 0; }
  main.page-content.main-cart .right-wrap h1.page-heading::after {
    display: none; }
  .cart-page-wrapper h1 {
    color: #1A404D !important; }
  aside#faceted-search-container a.facetedSearch-toggle.toggleLink {
    display: none; }
  .cartDrawer.optimizedCheckout-orderSummary {
    display: flex !important;
    position: fixed !important;
    bottom: 0px !important;
    z-index: 99999 !important;
    margin: 0 !important;
    align-items: center !important; }
  .cart-layout .cart-total-label {
    width: auto;
    padding-right: 7px !important; }
  html section#quickSearch .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
    position: relative;
    top: 10px; }
  section#quickSearch .price-section.price-section--withTax.current-price.regular-price.cstmWithTax span.price.price--withTax {
    font-size: 14px !important; }
  section#quickSearch .price-section span.price.price--withoutTax.price-section--minor {
    width: auto !important; }
  .cart-layout .cart-total-value.cart-total-grandTotal {
    position: relative;
    top: -6px; }
  a.navUser-action.account.search svg {
    width: 24px !important;
    height: 24px !important;
    padding-top: 0; }
  html .product-page-layout.select-boxes [data-product-attribute="date"] label.form-label.form-label--alternate.form-label--inlineSmall {
    margin-top: 10px !important; }
  .product-page-layout.select-boxes .form-field[data-product-attribute="date"] {
    margin-top: 0 !important; }
  .brand-layout article.listItem label.button.button--small.card-figcaption-button.compare {
    display: flex;
    align-items: center;
    padding: 0 !important; }
  .brand-layout article.listItem label.button.button--small.card-figcaption-button.compare input {
    left: 0 !important;
    width: auto !important; }
  .brand-layout .listItem-actions span.compare-text {
    height: auto; }
  .brand-layout .both-grid-list-views .actionBar .form-field {
    top: -7px !important; }
  .product-page-layout section.productView-details.product-options form.form {
    margin-top: 0 !important; }
  .brand-layout .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
    position: relative;
    top: 4px; }
  .compare-layout .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
    position: relative;
    top: 4px; }
  .compare-layout .price-section.price-section--withoutTax.current-price.regular-price abbr {
    border: none; }
  .compare-layout ul.productGrid.grid-only.productGrid--maxCol.visible li {
    width: 100% !important; }
  .compare-layout ul.productGrid.grid-only.productGrid--maxCol.visible li .card-body.bottom {
    padding: 0 !important; }
  .compare-layout ul.productGrid.grid-only.productGrid--maxCol.visible li .card-text {
    padding-left: 0 !important;
    padding-right: 0;
    padding-top: 0; }
  .compare-layout .compare-page .card-wrapper {
    padding: 0 !important; }
  .compare-layout .body.content.Delivery-custom-Information {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .compare-layout .compare-page span.value {
    word-break: break-all; }
  .compare-layout ul.breadcrumbs {
    padding: 0 15px; }
  .compare-layout h1.page-heading {
    font-size: 25px;
    padding: 0 15px;
    margin-bottom: 30px; }
  .product-page-layout section.productView-details.product-options form.form {
    margin-top: 10px !important; }
  .home .featured-products-section .price-section.price-section--withoutTax.current-price.regular-price {
    padding-top: 0px; }
  body.main.home.twelve-eighty figure.card-figure {
    align-items: baseline;
    margin-top: 20px; }
  .home .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
    display: flex;
    padding-top: 5px; }
  .home .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active span.price.price--withTax {
    width: auto;
    position: relative; }
  .home .price-section.price-section--withoutTax.current-price.regular-price abbr.active {
    font-size: 8px !important;
    padding-left: 0; }
  .home .featured-products-section .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
    padding-bottom: 0 !important;
    position: relative;
    top: 5px;
    font-size: 16px !important; }
  .cart-layout td.cart-item-block.cart-item-figure {
    margin: 0;
    height: auto !important; }
  .cart-layout td.cart-item-block.cart-item-info {
    margin-top: 12px; }
  html .forOnePro #add-to-cart-wrapper .TotalPriceMain span.TotalCountPrice {
    margin-top: 10px !important; }
  html .forOnePro #add-to-cart-wrapper .TotalPriceMain {
    padding-top: 20px !important; }
  html section#quickSearch .price-section.price-section--withTax.current-price.regular-price.cstmWithTax {
    padding-top: 0 !important; }
  .custom-tabs-social {
    display: block !important; }
  .custom-tabs-social ul li {
    width: 100% !important; }
  .custom-tabs-social ul {
    display: grid !important; }
  .productView-product {
    padding-top: 20px; }
  table.custom-table-wrap tr td {
    font-size: 14px !important; }
  html table.custom-table-wrap .TotalPriceMain {
    margin: auto; }
  html table.custom-table-wrap .TotalPriceMain span {
    padding: 0;
    margin: 0;
    padding-right: 5px; }
  html table.custom-table-wrap .TotalPriceMain span.TotalCountPrice {
    font-size: 12px !important; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value a[data-reveal-id="modal-bulk-pricing"] {
    height: auto !important;
    border: none; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value a[data-reveal-id="modal-bulk-pricing"] {
    height: auto !important;
    border: none; }
  table.custom-table-wrap tr td {
    color: #060b1e;
    font-family: Lato;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: center; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value a[data-reveal-id="modal-bulk-pricing"] {
    padding: 0 !important; }
  table.custom-table-wrap .TotalPriceMain p {
    font-size: 12px !important; }
  .bulk-icon-button {
    background: #c9c9c9 !important;
    border: 1px solid #222 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    color: #112259 !important;
    padding-top: 1px !important; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value a[data-reveal-id="modal-bulk-pricing"] {
    padding: 0 !important; }
  table.custom-table-wrap .TotalPriceMain p {
    font-size: 12px !important; }
  html .For-mobile-view {
    display: block !important; }
  .form-field.form-field--increments {
    width: 50% !important;
    max-width: 50% !important; }
  html .forOnePro #add-to-cart-wrapper {
    display: flex !important;
    flex-wrap: wrap; }
  section.productView-details.product-options form.form .form-field select {
    padding-right: 11px !important; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    width: 50% !important; }
  .TotalPriceMain {
    width: 50%; }
  .TotalPriceMain p {
    margin-top: 5px;
    padding: 0;
    width: 100%;
    text-align: center; }
  .TotalPriceMain span {
    margin-top: 14px;
    width: 100%;
    text-align: center;
    padding-left: 30px; }
  html .forOnePro #add-to-cart-wrapper .form-action input#form-action-addToCart {
    border-radius: 4px !important; }
  [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall br {
    display: none; }
  small.extrstext.For-mobile-view {
    padding-top: 8px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important; }
  .forOnePro #add-to-cart-wrapper {
    border: none !important; }
  [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall {
    display: block !important;
    margin: 0 !important; }
  html [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
    margin: 0 !important;
    width: 33% !important;
    max-width: 33% !important;
    flex: 0 0 31%; }
  .outer-sected-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    width: 84%; }
  .product-custom-fields > ul {
    padding-bottom: 10px !important; }
  .product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p {
    width: 220px;
    margin-bottom: 10px;
    font-size: 16px !important; }
  [data-product-option-change] {
    width: 100%; }
  [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall p {
    margin-bottom: 10px !important; }
  a.trust-p img {
    width: 100%; }
  .For-desktop-view {
    display: none !important; }
  .forOnePro span.stock {
    padding-top: 2px !important;
    padding-bottom: 0 !important;
    height: 30px !important; }
  .forOnePro .productView-title {
    line-height: 24px !important;
    letter-spacing: 0 !important;
    padding-bottom: 0 !important; }
  .product-page-layout .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
    border: none; }
  .forOnePro .productView-details .price-section.current-price span.TotalPricexvats {
    float: unset !important;
    position: relative !important; }
  .TotalPricexvat {
    float: unset !important;
    text-align: left !important;
    top: 0 !important;
    border: none !important; }
  section.productView-details.product-options form.form {
    margin-top: 40px !important;
    display: block; }
  .forOnePro .right-info dl.productView-info .regular-price {
    border: none !important; }
  section.productView-details.product-options form.form .form-field {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  section.productView-details.product-options form.form .form-field select {
    padding-right: 11px; }
  section.productView-details.product-options form.form .form-field select {
    font-size: 11.5px;
    padding-left: 15px;
    background-size: 10px;
    background-position: 100%;
    padding-right: 19px; }
  section.productView-details.product-options form.form .form-field label img {
    max-width: 15px; }
  section.productView-details.product-options form.form .form-field label {
    top: 5px; }
  .productView-info-bulkPricing .whatsapp-icon img {
    max-width: 180px !important;
    margin-left: 0;
    position: relative;
    top: 2px; }
  a#checkout-guest-continue[data-test="customer-guest-continue"] {
    line-height: 36px !important; }
  #checkout-app .shippingOption--selected {
    padding-top: 16px !important; }
  .delivery-text {
    display: block !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important; }
  .delivery-text p {
    margin: 0 !important; }
  #checkout-app label#phoneInput-label small {
    display: none; }
  #checkout-app button#checkout-billing-continue {
    margin-top: 0 !important; }
  body div#previewModal {
    height: 93vh !important;
    max-height: 93vh !important; }
  html.rectangle-out-btnAnimate div#checkout-app .button[data-test="step-edit-button"] {
    width: 70px !important;
    height: 40px !important; }
  form#checkout-customer-guest .form-field {
    margin-bottom: 0px; }
  #checkout-app .form-actions.customerEmail-action {
    margin-bottom: 8px !important;
    margin-top: 10px !important;
    padding-bottom: 0 !important; }
  html.rectangle-out-btnAnimate div#checkout-app .button {
    margin-top: 0 !important; }
  #checkout-app .form-actions {
    margin-bottom: 20px !important; }
  #checkout-app legend[data-test="billing-address-heading"] {
    display: none; }
  #checkout-app .form-fieldset {
    margin-bottom: 0 !important; }
  .checkout-view-header .stepHeader {
    padding-bottom: 0 !important; }
  .checkout-form .form-body {
    padding: 0 !important;
    margin-bottom: 10px; }
  #checkout-app .form-actions {
    margin-top: 0; }
  .checkout-form .form-body {
    padding: 0 !important; }
  .checkout-form .form-actions.customerEmail-action {
    border: none !important; }
  html.rectangle-out-btnAnimate div#checkout-app .button {
    width: 100% !important;
    margin-top: 0px !important; }
  .checkout-form .form-actions.customerEmail-action {
    margin-bottom: 0 !important; }
  body div#previewModal {
    height: 93vh !important;
    max-height: 93vh !important; }
  div#previewModal .forMobiles.img-wrap-top {
    margin-bottom: 0 !important; }
  .ProMobView {
    display: block !important; }
  article.card.brand-hidden.brand-sku-active .card-sku-brand-section h2.card-text.sku {
    display: none !important; }
  .layout-main {
    padding: 0 !important; }
  .layout {
    padding: 0; }
  .form-checklist-body {
    margin-left: 5px;
    margin-right: 5px; }
  div#checkout-app a {
    color: #1a404d;
    padding: 0;
    font-size: 17px; }
  a.redeemable-label {
    font-size: 17px; }
  .checkout-form .form-body {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    margin-bottom: 1.5rem;
    max-width: none;
    padding: 5px; }
  .stepHeader-counter::before {
    height: auto;
    width: auto;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    display: inline-block;
    font-size: 10px;
    line-height: 22px;
    text-align: center; }
  .productView-details .msrp-sale-regular-price-section {
    position: relative; }
  .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax, .price-section.price-section--withoutTax.non-sale-price.non-sale-price--withoutTax.price-section--minor {
    position: absolute;
    left: 0 !important;
    width: 50%;
    margin-top: 0 !important; }
  .productView-description .tab.is-active .tab-title {
    background: #1A404D !important;
    color: #fff;
    border-left: none;
    padding: 7px;
    border-top: none;
    border-radius: 0 !important;
    background: 0 0;
    opacity: 1;
    border-right: none; }
  article.productView-description .tabs-contents div.tab-content {
    padding: 0;
    overflow: hidden; }
  .productView-description .tabs-contents p {
    margin-bottom: 0; }
  .productView-description {
    margin-top: 0 !important; }
  #recommended-products-below .similar.products.section button.slick-prev.slick-arrow {
    left: auto !important;
    right: 55px !important;
    z-index: 5;
    background: #1A404D !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1;
    top: -33px !important;
    color: #fff;
    border-radius: 22px;
    transform: matrix(-1, 0, 0, 1, 0, 0); }
  #recommended-products-below .similar.products.section button.slick-prev.slick-arrow::before {
    background-size: contain !important;
    width: 12px;
    height: 20px;
    background-position: center center;
    margin-left: 9px !important;
    transform: rotate(180deg);
    float: left !important;
    background-repeat: no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-mask-image: none !important; }
  #recommended-products-below .similar.products.section button.slick-next.slick-arrow {
    z-index: 5;
    background: #1A404D !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1;
    top: -33px !important;
    color: #fff;
    border-radius: 22px;
    transform: matrix(-1, 0, 0, 1, 0, 0); }
  #recommended-products-below .similar.products.section button.slick-next.slick-arrow::before {
    background-size: contain !important;
    width: 12px;
    height: 20px;
    background-position: center center;
    margin-left: 9px !important;
    float: left !important;
    background-repeat: no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-mask-image: none !important; }
  .forOnePro .TotalPriceMain p {
    margin-bottom: 0; }
  select.form-select.form-select--date {
    margin-top: 10px;
    background-position: 90% !important; }
  .tabs-contents .order-details {
    width: 100%;
    display: block; }
  .order-details .first-info {
    width: 100%;
    text-align: center;
    background: #f5f9fb;
    margin: 0;
    padding: 16px 32px 16px 32px;
    box-shadow: 0 0 28px #afafaf10;
    border-width: 0;
    border-style: solid;
    border-color: #333;
    margin-bottom: 30px;
    border-radius: 10px; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    margin-top: 0; }
  body section.productView-details.product-options .form-field.form-field--stock {
    padding: 0;
    height: 0 !important;
    display: none !important; }
  .ProDesktopView {
    display: none; }
  .form-field[data-product-attribute="date"] {
    position: unset !important;
    height: auto !important;
    padding: 0px !important; }
  .form-field--stock label.form-label.form-label--alternate {
    display: none; }
  .productView-description .tab a {
    white-space: pre; }
  .forOnePro .productView-title {
    letter-spacing: 0px;
    color: #656975;
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 10px 0; }
  .productView-description ul.tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .productView-description ul.tabs::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }
  .productView-description ul.tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }
  .forOnePro #add-to-cart-wrapper {
    display: block !important; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    position: unset;
    width: 100%; }
  div#add-to-cart-wrapper.qty-box-visible .form-increment {
    margin-left: 0;
    width: 100%; }
  .forOnePro section.productView-details {
    padding-left: 0px !important; }
  .recommended-visibility .recommended-position.below article.productView-description {
    width: 100% !important;
    float: none;
    clear: both;
    overflow-y: scroll; }
  .productView-details dl.productView-info {
    margin-top: 15px; }
  .productView-description ul.tabs li {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #000 !important; }
  .productView-description ul.tabs li a.tab-title {
    color: #000; }
  .productView-description ul.tabs li.is-active a {
    background: transparent !important;
    border: 0; }
  .productView-description ul.tabs li.is-active {
    border-color: #1A404D;
    border-width: 2px; }
  .productView-details dl.productView-info dt {
    font-weight: 700;
    color: #1A404D; }
  .productView-details dl.productView-info {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 400px; }
  .productView-details dl.productView-info > * {
    margin: 0px 0 !important;
    width: 100%; }
  .forOnePro .productView-info li {
    list-style-type: none;
    display: inline-block;
    width: 100% !important; }
  section.productView-details.product-options form.form input.button {
    height: 50px !important; }
  section.productView-details.product-options form.form {
    width: 100%; }
  .forOnePro .form-increment .button, .forOnePro .form-input--incrementTotal {
    width: 33% !important; }
  html .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-action {
    width: 100% !important;
    margin-top: 10px !important; }
  section.productView-details.product-options form.form .form-field label {
    margin-bottom: 0; }
  section.productView-details {
    padding-left: 0px !important; }
  section.productView-details.product-options form.form {
    width: 100%; }
  section.productView-details.product-options form.form .form-field {
    border-radius: 2px;
    padding: 5px 15px;
    height: auto;
    align-items: center; }
  section.productView-details.product-options form.form .form-field select {
    border: 0;
    background-color: transparent;
    padding: 0;
    top: 0;
    position: relative;
    padding-left: 15px;
    width: 100% !important;
    max-width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #1A404D !important; }
  body .forOnePro section.productView-details select[id^="attribute_select_"] {
    width: auto !important;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    padding: 0 30px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #F2F2F2;
    border-radius: 5px;
    max-width: auto !important;
    padding-left: 10px !important; }
  .forOnePro form .form-field label.form-label {
    top: 20px; }
  article.productView-description button.custom-btn {
    height: 50px;
    margin: 0px;
    border-radius: 2px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 7px; }
  .listItem-figure .image-label-feature {
    padding: 10px 15px;
    bottom: 25px;
    top: auto !important; }
  .product.main.left div#product-images-container .image-label-feature {
    bottom: 90px;
    top: auto !important; }
  li.snize-suggestion.snize-ac-odd {
    height: auto !important;
    padding: 6px 6px !important; }
  .image-label-feature {
    top: 110px !important; }
  .snize-ac-results-content .snize-ac-results-column {
    display: block;
    width: 75% !important; }
  .snize-ac-results-columns {
    display: block !important; }
  a.facetedSearch-toggle.toggleLink.is-open {
    background: #313131;
    color: white; }
  div#facetedSearch-navList h3.accordion-title {
    font-size: 15px;
    background: transparent !important;
    color: #313131; }
  .accordion--navList .accordion-indicator {
    color: #313131 !important;
    fill: #313131 !important; }
  #menu .navPages .navPage-subMenu-list li a.navPage-childList-action.navPages-action.level-3 {
    background-color: white !important;
    color: #1A404D !important; }
  #menu .navPages .navPage-subMenu-list li a.navPage-childList-action.navPages-action.level-3 {
    background-color: white !important; }
  .cart-total-label,
  .cart-total-value {
    padding: .5rem 0 .5rem 0rem !important; }
  .carousel-active button.slick-next.slick-arrow, .carousel-active button.slick-prev.slick-arrow {
    top: -2px !important; }
  td.cart-item-block.cart-item-title {
    display: block;
    float: none !important;
    width: 80%;
    margin-bottom: 30px; }
  td.cart-item-block.cart-item-info {
    text-align: left; }
  li.myAccnt.mobile a.navUser-action.account i {
    margin-right: 5px; }
  .snize-ac-results-content {
    display: grid; }
  ul#snize-ac-items-container-1 {
    order: 1; }
  ul#snize-ac-items-container-4 {
    order: 2; }
  ul#snize-ac-items-container-2 {
    order: 3; }
  ul#snize-ac-items-container-3 {
    order: 4; }
  li.myAccnt.mobile a {
    margin-top: 0 !important;
    top: 0; }
  i.fa.fa-user {
    color: #1A404D;
    font-size: 24px; }
  .top-menu.store-credit-hidden.fixed .navUser-item--cart .countPill, .top-menu.store-credit-hidden.fixed .navUser-item--cart img {
    margin-top: 0; }
  .top-menu.store-credit-hidden.fixed .right.account-links {
    display: none; }
  p.TogBtn-exVat {
    margin-bottom: 0;
    position: relative;
    left: 0;
    color: #1A404D;
    top: 0px;
    /* top: 0px; */
    text-transform: capitalize; }
  .right.account-links.mobile {
    width: 100%;
    display: inline-block;
    margin: 0 !important;
    text-align: right !important;
    background: #fff; }
  .switchTogBtn {
    z-index: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    right: 0;
    top: 0;
    height: auto; }
  .sliderTogBtn:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    transition: .4s; }
  .top-menu .right {
    float: right;
    display: flex;
    margin-right: 60px;
    margin-top: 5px; }
  div#menu .navPages .navPages-list {
    background: white; }
  .top-menu.store-credit-hidden.fixed .navPages-quickSearch.right.searchbar {
    display: none; }
  .top-menu.store-credit-hidden.fixed #HeaderWithStcky .header-logo.header-logo--left {
    width: 40%; }
  .top-menu.store-credit-hidden.fixed i.fa.fa-user {
    color: white;
    display: none; }
  .navUser-item--cart .countPill, .navUser-item--cart img {
    margin-top: 7px; }
  .top-menu.store-credit-hidden.fixed li.navUser-item.navUser-item--account.search.mobile a {
    display: none; }
  .header.is-open div#menu {
    top: 50px; }
  header.is-open h2.container-header.mobile {
    margin-top: 0px; }
  .header.is-open {
    height: 80px; }
  .top-menu.fixed + .below-topMenu + div#HeaderWithoutStick .navPages-quickSearch.right.searchbar {
    margin-top: 0; }
  #HeaderWithStcky .navPages-quickSearch.right.searchbar.shift-right {
    margin-top: 10px; }
  li.navUser-item.navUser-item--account.ph_nmbr {
    margin-top: 5px;
    margin-left: -57px; }
  #HeaderWithStcky .header-logo.header-logo--left img {
    background: #1A404D; }
  #HeaderWithStcky .mobileMenu-toggle .mobileMenu-toggleIcon, #HeaderWithStcky .mobileMenu-toggle .mobileMenu-toggleIcon::after, #HeaderWithStcky .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #ffffff !important; }
  #HeaderWithStcky .header-logo.header-logo--left {
    background-color: #1A404D;
    margin: 0 auto !important;
    width: 50% !important; }
  #body div#HeaderWithStcky svg[title=search] {
    fill: white !important; }
  .top-menu.store-credit-hidden.fixed .mobile-call-number {
    display: none; }
  .top-menu.store-credit-hidden.fixed #HeaderWithStcky {
    display: block;
    margin-top: 0 !important; }
  .top-menu.store-credit-hidden.fixed .header-container, .top-menu.store-credit-hidden.fixed header.header {
    background-color: transparent !important; }
  .top-menu.store-credit-hidden.fixed {
    height: 85px; }
  .header.is-open.search-only .header-logo {
    opacity: 1 !important;
    background: 0 0; }
  .navPages-quickSearch.right.searchbar.right section.quickSearchResults li.product {
    width: 100% !important; }
  .belowheadIcn li.navUser-item.navUser-item--cart {
    margin-top: 4px !important; }
  #sd-image-4b0bba3e-8975-4182-940f-84bf0af2a1a5 * {
    margin: 15px; }
  .header-logo.header-logo--left {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none !important; }
  .mobile-call-number ul {
    margin-bottom: 6px; }
  li.myAccnt.mobile {
    position: relative;
    right: 0; }
  #body svg[title=search] {
    fill: #1A404D !important; }
  a.navUser-action.account {
    position: relative;
    right: 0;
    color: #1A404D; }
  .mobileMenu-toggle {
    top: 22px !important;
    z-index: 0;
    height: 30px; }
  #body.search-only div#menu.mobile-menu nav.navPages {
    margin-left: 0;
    width: 100%;
    background: transparent !important; }
  .content .left.phone-number ul li.user {
    right: -226px !important;
    position: absolute; }
  nav.navPages {
    background: transparent !important; }
  .BadgeContainer__Inner-sc-pa6z2-0.uEMCy {
    margin: auto;
    justify-content: center;
    width: 100%; }
  .breadcrumbs li.breadcrumb:last-child {
    display: none; }
  section.quickSearchResults ul.productGrid li.product article.card .card-text {
    display: inline-block;
    float: left;
    width: 100%; }
  section.quickSearchResults .card-body span.BrandTitl {
    margin-top: 10px; }
  header.header .right.searchbar .form {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative;
    float: none; }
  #body.search-only .mobile-menu .right.searchbar {
    top: 0 !important;
    left: 0px;
    width: 100% !important; }
  #product-page-no-sidenav ul.a li {
    line-height: 3;
    display: inline-block;
    width: 100%; }
  /*
.cstmWithTax {
    float: right;
    width: 58%;
    padding-top: 0!important;
}
*/
  /*
.snize-ac-results-list-last {
    display: none;
} */
  .eapp-whatsapp-chat-root-layout-component .Window__WindowComponent-sc-1wwhwms-1.iIOcm {
    width: 260px !important; }
  .chkwts .Bubble__BubbleComponent-sc-13azvyr-3.kbkUeu {
    POSITION: relative;
    top: -190px !important;
    background: white; } }

@media only screen and (max-width: 374px) {
  .similar.products.section h2.container-header {
    font-size: 18px !important; }
  .similar.products.section h2.container-header {
    font-size: 20px; }
  .image-label-feature {
    top: 85px !important; }
  article.productView-description button.custom-btn {
    background: #1A404D;
    color: #fff;
    height: 58px;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 18px;
    font-family: Lato;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px; } }

.category-description {
  width: 80%;
  float: left; }

.eapp-logo-showcase-slider-inner {
  justify-content: center; }

.LayoutSidebar__Inner-sc-oejpsz-1.kPSLRP {
  display: block;
  clear: both;
  padding-top: 0px;
  margin-top: 0px; }

.chkwts .Bubble__BubbleComponent-sc-13azvyr-3.kbkUeu {
  POSITION: relative;
  top: -45px;
  background: white; }

.Bubble__BubbleComponent-sc-13azvyr-3.kbkUeu {
  background: white; }

p.svgAndtimer svg {
  fill: #37b67a;
  width: 20px;
  height: 20px;
  margin-right: 9px; }

.svgAndtimer {
  display: inline-flex; }

.navUser-item--cart img, .navUser-item--cart .countPill {
  width: 30px; }

.header-logo.header-logo--left {
  width: 28% !important;
  height: 50px !important; }

li.navUser-item.navUser-item--cart.cart-CstmMob a {
  padding-left: 0; }

.belowheadIcn {
  width: 26%;
  float: right; }

.navPages-quickSearch fieldset.form-fieldset {
  width: 100% !important; }

span.countPill.countPill--positive.cart-quantity {
  right: -7px;
  left: auto;
  background: #1A404D;
  padding: 3px 7.66px;
  color: #fff;
  height: 26px;
  top: -11px !important;
  padding-top: 0;
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: auto; }

.checkout-layout .content {
  height: 30px; }

.checkout-layout i.cart-icon {
  background: white;
  border: none; }

.checkout-layout .cart-icon svg {
  fill: #1A404D;
  stroke: #fff;
  transition: all .15s ease;
  width: 25px;
  height: 25px;
  margin-top: 2px; }

header.header {
  display: inline-block;
  clear: both !important;
  position: relative;
  z-index: 9; }

li.previewCartItem {
  width: 100%;
  display: flex; }

div#cart-preview-dropdown {
  border: 1px solid;
  border-color: #737373;
  max-width: 450px;
  padding: 5px 10px; }

.previewCartItem-content h4.card-title a {
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: Lato; }

div#cart-preview-dropdown li.previewCartItem::after {
  display: none; }

.previewCartItem-image {
  padding: 5px;
  width: 68px;
  border: 1px solid #e6e6e6;
  border-radius: 4px; }

.previewCartItem-image img {
  width: 100%; }

li.previewCartItem {
  border-bottom: 2px solid #cacaca;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center; }

.cart-preview-list-item-remove-a {
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
  font-weight: 600;
  color: #1A404D; }

.previewCartAction {
  display: flex; }

.previewCartCheckout-additionalCheckoutButtons {
  width: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

span.paypal-button-text {
  display: none !important; }

.paypal-button-container {
  min-width: 100px !important;
  max-width: 100px !important; }

.previewCartCheckout-additionalCheckoutButtons iframe {
  width: 160px !important;
  margin-top: 10px; }

.card-body span.price {
  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 28px !important;
  letter-spacing: 0.4px;
  color: #1A404D !important;
  text-align: left !important; }

.card-body .price-section.current-price, article.sale-label-active .price-section.current-price span {
  width: 94.5%;
  text-align: center;
  padding: 0;
  margin: 0; }

.card-text.add-to-cart-button {
  position: static !important;
  margin-top: 25px !important;
  width: 100% !important; }

.paypalCommerce-smart-buttons {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 10px; }

/* 1 feb */
.Qtyytxts {
  width: 35%; }

p.proAvial {
  color: #979797;
  font-size: 12px;
  margin-bottom: 0; }

p.quantityCst {
  margin-bottom: 4px; }

.main-cart .cart-actions a.button {
  width: 25% !important; }

div#previewModal .previewCartCheckout-additionalCheckoutButtons {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center !important;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto; }

div#previewModal span.paypal-button-text {
  display: none !important; }

div#previewModal .paypal-button-container {
  min-width: auto !important;
  max-width: auto !important; }

div#previewModal .previewCartCheckout-additionalCheckoutButtons iframe {
  width: 90px !important;
  margin-top: 14px; }

.main-cart .cart-additionalCheckoutButtons {
  display: flex;
  align-items: center; }

.main-cart .previewCartCheckout-additionalCheckoutButtons iframe {
  width: 100px !important;
  margin-top: 14px; }

.main-cart .paypal-button-tagline {
  display: none; }

/* .main-cart .previewCartCheckout-additionalCheckoutButtons iframe {
    min-width: 100px !important;
    max-width: 100px !important;
    margin-left: auto !important;
    margin-right: 20px !important;
    margin-top: 44px !important;
}*/
.main-cart .cart-additionalCheckoutButtons iframe {
  width: 160px !important;
  margin-top: 10px;
  margin-left: auto !important; }

.main-cart .cart-additionalCheckoutButtons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

.main-cart .FloatRight.paypalCommerce-buttons-container {
  max-width: 170px;
  margin-top: 15px !important; }

.delevery {
  text-align: center; }

.custom-pages-nav .navPages-action i.fa.fa-chevron-down svg {
  fill: #ededed !important;
  stroke: #ededed !important;
  opacity: 0; }

#menu i.fa.fa-chevron-down.main-nav {
  position: relative;
  top: 0 !important;
  left: 7px !important; }

.navUser-item i.fa.fa-phone {
  transform: rotate(106deg); }

.belowheadIcn ul li {
  margin: 0;
  list-style: none;
  text-align: center; }

.belowheadIcn li.navUser-item.navUser-item--cart {
  margin-top: 0 !important; }

.belowheadIcn ul li a {
  color: #1A404D !important;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600; }

.belowheadIcn i {
  font-size: 24px;
  color: #1A404D;
  width: 100%; }

.home.twelve-eighty.slider-full-width-in-container div[data-content-region=home_below_menu] {
  position: relative;
  top: -18px; }

body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
  left: -50px !important; }

body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
  right: -40px !important; }

body.main.home.twelve-eighty.slider-full-width-in-container .slider.in-container {
  margin: -18px auto !important;
  margin-bottom: 0 !important; }

.eapp-logo-showcase-logo-image {
  top: 39% !important; }

.MbileView {
  display: none; }

div#topcontrol {
  display: none; }

.sliderTogBtn.roundTogBtn {
  border-radius: 34px; }

.sliderTogBtn.roundTogBtn:before {
  border-radius: 50%; }

.switchTogBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  top: 3px; }

.switchTogBtn input {
  opacity: 0;
  width: 0;
  height: 0; }

.sliderTogBtn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .sliderTogBtn {
  background-color: #34C759;
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative; }

input:focus + .sliderTogBtn {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .sliderTogBtn:before {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px); }

a.navUser-action {
  line-height: 17px !important; }

.msrp-sale-regular-price-section {
  padding-bottom: 0px;
  height: 0 !important;
  overflow: hidden; }

.ProMobView {
  display: none; }

@media (min-width: 768px) {
  a#checkout-guest-continue[data-test="customer-guest-continue"] {
    margin-right: 10px !important;
    width: 180px !important;
    padding: 0 !important;
    line-height: 34px !important; }
  section#quickSearch .price-section.price-section--withoutTax.current-price.regular-price abbr {
    opacity: 1 !important;
    font-size: 12px !important;
    font-family: 'Lato' !important; }
  section#quickSearch span.price.price--withoutTax.price-section--minor.active + abbr {
    position: relative !important;
    top: 2px !important; } }

@media (min-width: 768px) and (max-width: 800px) {
  body main.page-content.main-cart .cart-item-info {
    width: 100% !important; }
  div#menu {
    display: none !important; }
  div#menu.mobile-menu .navPages {
    padding: 0 20px; }
  body .header.header div#menu.mobile-menu {
    padding: 0;
    width: 100% !important; }
  #body.has-activeNavPages div#menu.mobile-menu nav.navPages {
    margin: 0;
    width: 100%; }
  #body header.header.is-open.search-only div#menu .navPages-quickSearch.right.searchbar {
    left: 0; }
  body .top-menu.store-credit-hidden.fixed + div + div {
    position: fixed;
    top: 34px !important;
    width: 100%;
    z-index: 9;
    margin-top: 0 !important; }
  div#menu.mobile-menu span.down-arrow i.fa::before {
    display: none; }
  main#product-listing-container {
    margin-top: -28px; }
  .Delivery-custom-Information h1.page-heading {
    font-size: 34px;
    padding-bottom: 0; }
  main.page-content.main-cart .right-wrap p, main.page-content.main-cart .left-wrap p {
    font-size: 16px;
    line-height: 20px; }
  main.page-content.main-cart .right-wrap h1.page-heading {
    font-size: 25px;
    margin-bottom: 10px; }
  tr.cart-item {
    padding: 0; }
  td.cart-item-block.cart-item-title {
    display: table;
    float: left; }
  td.cart-item-block.cart-item-figure {
    float: left; }
  main.page-content.main-cart .cart-item-info {
    width: 100% !important;
    text-align: left !important;
    display: flex;
    font-size: 16px !important;
    justify-content: space-between !important; }
  .cart-item-quantity .form-increment {
    display: flex; }
  strong.cart-item-value {
    line-height: 50px; }
  .cart-total-value.cart-total-grandTotal {
    border: none !important;
    top: 0 !important; }
  li.cart-total, .cart-total-value.cart-total-grandTotal {
    font-size: 20px !important;
    border-bottom: 1px solid #C2C2C2;
    padding: 7px 0; }
  .cart-total-value.cart-total-grandTotal {
    float: right !important; }
  main.page-content.main-cart .left-wrap {
    padding-right: 10px; }
  .cart-total-value {
    float: right; }
  main.page-content.main-cart .right-wrap p::before {
    width: 80% !important; }
  body .cart-item-label {
    display: block;
    padding-left: 1.5rem;
    text-align: left;
    width: 64%; }
  .cart-page-wrapper {
    padding: 0px 20px; }
  body .cart-actions.checkoutBtn, body .main-cart .safe_and_secure_wrapper {
    width: 75% !important; }
  body.main.cart-layout .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  td.cart-item-block.cart-item-title, .cart-item-label {
    padding-left: 10px !important; }
  ul.cart-totals {
    padding: 0 10px; } }

/* end media 1024*/
@media screen and (max-device-width: 768px) {
  .go1537732939:after {
    background-attachment: fixed !important; } }

@media only screen and (max-width: 800px) {
  #body svg[title=search] {
    fill: #1A404D !important;
    stroke: #1A404D !important; }
  .go1537732939:after {
    background-attachment: fixed !important; }
  .header-container.sticky-header.desktpView.fixed label.switchTogBtn, .header-container.sticky-header.desktpView.fixed p.TogBtn-incVat {
    color: #1A404D; } }

@media (max-width: 767px) {
  .forOnePro form .form-field label.form-label {
    top: 12px; }
  .header-container.sticky-header .top-menu.fixed span.countPill.cart-quantity.countPill--positive {
    width: 20px;
    height: 20px;
    padding: 0; }
  html section.quickSearchResults ul.productGrid {
    max-height: 100vh !important; }
  input.clearSearchData {
    right: 50px !important;
    top: 57%;
    transform: translate(50%, -50%) !important; }
  #HeaderWithStcky > div > div > header > div.mobile-menu.navPages-container nav.navPages {
    display: none; }
  div#search-action-buttons {
    padding: 0; }
  section#quickSearch .price-section.price-section--withTax.current-price.regular-price.cstmWithTax span.price.price--withTax {
    position: relative;
    top: 6px; }
  section#quickSearch .price-section span.price.price--withoutTax.price-section--minor {
    top: 7px !important; }
  select#attribute_select_707 {
    padding-left: 30px; }
  .stepHeader-counter--complete::before {
    width: auto !important;
    height: auto !important;
    content: unset !important; }
  article.productView-description button.custom-btn span {
    margin-left: 18px; }
  .form-field[data-product-attribute="set-select"] {
    border: 1px solid; }
  .form-field[data-product-attribute="date"] {
    margin-top: 15px; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-action {
    margin-top: 0px !important; }
  .belowheadIcn li.navUser-item.navUser-item--cart a.navUser-action p {
    display: none; }
  .fixed .ph_nmbr {
    display: none !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #1A404D !important; }
  #sd-image-4b0bba3e-8975-4182-940f-84bf0af2a1a5 {
    padding: 15px; }
  .header-logo > a {
    margin-top: 0;
    padding: 0 !important; }
  .header-logo-image-container {
    width: 90%; }
  #body.has-activeNavPages:not(.search-only) div#menu.mobile-menu {
    top: 100px !important; }
  .eapp-logo-showcase-logo-component.jsx-1644916555 {
    width: 130px !important;
    height: 60px;
    margin-left: 8px;
    margin-right: 8px; }
  #body .productGrid {
    margin-bottom: 0px !important; }
  li.product article.card {
    margin-bottom: 0 !important; }
  .msrp-sale-regular-price-section.withTax {
    display: contents; }
  .card-body {
    padding: 4px 6px !important; }
  .top.products-container.carousel-active {
    margin-top: 0px !important;
    margin-bottom: 0 !important; }
  h2.container-header.page-heading {
    margin-bottom: 0 !important; }
  #body .productGrid {
    margin-bottom: 10px !important; }
  section.footer-info article.footer-info-col.footer-info-col--small {
    width: 50% !important; }
  .footer-info-col--small {
    padding-bottom: 15px !important; }
  .blog {
    margin-bottom: 0; }
  #body.has-activeNavPages:not(.search-only) div#menu.mobile-menu {
    top: 100px !important; }
  [data-sub-layout="5583ad14-97aa-4542-aeb5-ba38e50129ad"] {
    background: #fff; }
  #sd-image-f142d913-cf16-4257-98b1-0219c8f0bedc {
    height: 67px; }
  .left.phone-number {
    position: relative;
    left: -20px; }
  span.countPill.countPill--positive.cart-quantity {
    font-size: 10px;
    right: inherit !important;
    width: auto;
    height: 20px;
    right: -8px !important;
    padding: 0 6px; }
  #sd-image-f142d913-cf16-4257-98b1-0219c8f0bedc img {
    width: auto;
    opacity: 0;
    height: 64px !important; }
  #sd-image-f142d913-cf16-4257-98b1-0219c8f0bedc {
    background-color: #fff !important; }
  .msrp-sale-regular-price-section {
    height: 0 !important; }
  .header-padding div#menu.mobile-menu {
    top: 100px !important; }
  .category-list svg {
    display: none; }
  li.navUser-item.navUser-item--account {
    display: block;
    float: left;
    line-height: 10px !important;
    padding: 6px 10px 6px 5px !important; }
  #body svg[title=search] {
    fill: #1A404D !important;
    stroke: #1A404D !important; }
  .content {
    position: relative; }
  .content .left.phone-number {
    width: auto !important;
    position: relative; }
  .content .left.phone-number ul li svg {
    fill: #1A404D !important;
    display: none; }
  .belowheadIcn .cart-CstmMob {
    width: 30px !important; }
  header.header {
    height: 80px; }
  h2.container-header.mobile {
    margin-top: 0px !important; }
  #body.main.home .slider.hero {
    margin-top: -34px !important; }
  #body .left.phone-number svg[title=search] {
    fill: #1A404D !important;
    stroke: #1A404D !important; }
  .home.twelve-eighty.slider-full-width-in-container div[data-content-region=home_below_menu] {
    position: relative;
    top: 0px; }
  #sd-image-f142d913-cf16-4257-98b1-0219c8f0bedc img {
    width: auto;
    opacity: 0;
    height: 31px !important;
    width: 100% !important; }
  div#facetedSearch.facetedSearch.sidebarBlock h2.container-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 16px; }
  .facetedSearch-toggle {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 93% !important;
    padding: 2px 10px;
    margin: 10px !important; }
  ul.breadcrumbs {
    width: 100% !important;
    margin: 0 !important; }
  #body.sidebar-no-sidenav-categories.facetSearch-enabled div#facetedSearch {
    margin-top: 0;
    margin-bottom: 0 !important; }
  h1.page-heading.category {
    margin-bottom: 15px;
    font-size: 22px !important;
    margin: 10px 0px !important;
    background: #fafafa;
    padding: 0 10px; }
  li.subcategory-item.noImage {
    margin-bottom: 0 !important;
    line-height: 20px !important; }
  .subcategory-grid {
    margin-bottom: 0 !important; }
  .subcategory-grid ul.navList {
    margin-bottom: 0 !important; }
  .compare {
    margin-top: 40px;
    margin-bottom: 24px !important; }
  div#product-images-container {
    margin-bottom: 10px !important; }
  dl.productView-info {
    margin-bottom: 0 !important; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 7px !important; }
  div#add-to-cart-wrapper.qty-box-visible .form-action {
    margin-top: 0px !important;
    margin-bottom: 0 !important; }
  ul.socialLinks {
    display: block;
    text-align: left; }
  .LayoutSidebar__Inner-sc-oejpsz-1.kPSLRP {
    display: block;
    clear: both;
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .uEMCy {
    display: inline-flex;
    flex-direction: row !important; }
  div#add-to-cart-wrapper.qty-box-visible .form-action {
    margin-top: 0px !important; }
  .content.newsletter {
    display: none; }
  .outer-sected-wrapper {
    justify-content: space-between !important; }
  body .productView-options div#add-to-cart-wrapper.qty-box-visible .form-action {
    margin-top: 0px !important; }
  .right-info .price-section.current-price span.price {
    font-size: 40px !important;
    line-height: 14px !important; }
  .main-cart .cart-actions a.button {
    width: 100% !important; }
  .cart-additionalCheckoutButtons {
    float: initial !important; }
  .delevery {
    text-align: initial; }
  .cart-remove {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: 1.28571rem;
    margin-top: -20px !important;
    padding: .21429rem;
    transition: background-color .15s ease;
    width: 1.28571rem; }
  article.listItem label.button.button--small.card-figcaption-button.compare {
    margin-top: 0;
    float: left; }
  .listItem-actions span.compare-text {
    position: relative;
    top: 1px;
    left: 0 !important;
    z-index: 0; }
  ul.productGrid--maxCol4.grid-default {
    margin-bottom: 0 !important; }
  .mobile-call-number {
    color: #fff;
    position: relative; }
  li.navUser-item.navUser-item--account.ph_nmbr-top a {
    color: #fff !important; }
  .navPages-quickSearch.right.searchbar {
    margin-top: 40px; }
  .content .left.phone-number ul li a {
    margin-bottom: 0 !important; } }

/* end media 767*/
/* cstm header start */
/* cstm header end */
span.price.price--withoutTax.price-section--minor.active {
  display: block; }

span.price.price--withoutTax.price-section--minor {
  display: none; }

.price-section.price-section--withoutTax.current-price.regular-price abbr.active {
  display: block; }

.cstmWithTax.active {
  display: block; }

.cstmWithTax {
  display: none; }

.cstmWithTax.active abbr {
  display: none !important; }

.top-menu .right {
  float: right;
  display: flex;
  margin-right: 140px; }

p.TogBtn-incVat {
  position: relative;
  right: 0;
  top: 0px;
  color: #1A404D;
  margin-bottom: 0;
  margin-left: 10px; }

.home-below-hero {
  max-width: 1280px;
  margin: auto; }

.price-section.price-section--withoutTax.current-price span.price-label.price-now-label {
  display: none !important; }

.current-price abbr {
  display: none; }

h2.productView-brand {
  text-transform: none !important; }

.label-text p {
  margin-bottom: 0px; }

.logo-label {
  width: 50px; }

.logo-label img {
  width: 100%; }

.image-label-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  top: 154px;
  -ms-flex-align: center;
  align-items: center; }

img.BrandImg + span.BrandTitl {
  display: none; }

.price-section.price-section--withoutTax.current-price.regular-price, .price-section.price-section--withoutTax.current-price.sale-price {
  margin-bottom: 0px; }

.snize-ac-results ul li {
  list-style-type: none;
  padding: 0;
  display: block !important;
  height: auto !important; }

.listItem-figure .image-label-feature {
  padding: 10px 15px;
  bottom: 22px;
  top: auto; }

.productView-info ul {
  margin: 0 !important; }

.productCarousel-slide.slick-slide img {
  z-index: 0 !important; }

@media only screen and (min-width: 540px) and (max-width: 580px) {
  .product.main.left div#product-images-container .image-label-feature {
    bottom: 135px;
    top: auto !important; } }

section.previewCartCheckout a.checkoutBtn {
  white-space: nowrap;
  background: #FA6501 !important;
  border-color: #FA6501 !important;
  padding: 10px;
  color: #fff !important; }

.checkoutBtn a {
  background: #2da774 !important;
  color: white !important; }

section.previewCartCheckout a.checkoutBtn:hover {
  color: #fff !important;
  background: #1A404D !important;
  border: 1px solid #1A404D !important; }

.previewCartAction-checkout.checkoutBtn a:hover {
  background: #1A404D !important;
  border: 1px solid #1A404D !important;
  color: #fff !important; }

.checkoutBtn a:hover {
  background: #1A404D !important;
  border: 1px solid #1A404D !important;
  color: #fff !important; }

.forOnePro .productView-brand span.BrandTitl {
  color: #656975;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

.forOnePro .left-info {
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
  display: flex; }

.forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
  position: unset;
  width: 100%; }

.forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments .increment-wrapper {
  width: 127px; }

.forOnePro #add-to-cart-wrapper {
  float: left;
  display: flex;
  width: 100% !important;
  margin-right: 15px; }

.forOnePro span.stock {
  color: green;
  padding: 15px 0px;
  display: block; }

.forOnePro .productView-details .price-section.current-price span {
  font-family: Lato !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 38.4px !important;
  text-align: left !important;
  color: #1A404D !important;
  margin-left: 0px;
  margin-right: 0px; }

abbr.active {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1A404D;
  opacity: 0.5; }

.forOnePro .right-info label.form-label {
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  color: #313131;
  float: left;
  text-transform: capitalize;
  margin-right: 10px; }

.productView-info ul {
  padding-left: 0;
  margin-left: 0; }

.forOnePro .productView-info dt {
  padding-bottom: 10px;
  text-align: right; }

.forOnePro .productView input#form-action-addToCart {
  margin-right: 0;
  font-size: 20px;
  padding: 20px 10px !important; }

.forOnePro .estimate-time p {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px; }

.forOnePro .productView-info-bulkPricing dt.productView-info-name {
  display: none; }

.forOnePro .estimate-time {
  margin-bottom: 0px;
  margin-top: 30px; }

.forOnePro div#add-to-cart-wrapper.qty-box-visible .form-action {
  width: 300px !important;
  margin-top: 0px !important; }

a.trust-p img {
  max-width: 468px; }

.forOnePro #add-to-cart-wrapper .form-action input {
  height: 52px;
  margin-bottom: 5px; }

.bulk-discount-wrapper {
  display: flex;
  width: 100%; }

.bulk-discount-wrapper span.quantity-i-mark {
  width: 14px;
  margin-top: 57px;
  margin-left: 14px;
  cursor: pointer; }

.bulk-discount {
  margin-top: 0;
  gap: 10px;
  background: rgba(255, 218, 0, 0.3);
  padding: 15px 20px !important;
  border-radius: 5px !important;
  display: flex;
  width: 100%;
  align-items: center !important;
  text-align: center;
  justify-content: center; }

.bulk-discount span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #1A404D; }

.form-increment {
  margin-bottom: 10px !important; }

.forOnePro .productView-info-bulkPricing {
  width: 468px;
  text-align: right; }

.forOnePro .productView-info-bulkPricing dd.productView-info-value {
  width: 100%; }

.forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
  top: 0px; }

.forOnePro .counter-main div {
  border: 1px solid #ccc;
  width: 33%;
  padding: 10px;
  margin: 0 5px;
  text-align: right; }

.forOnePro .counter-main {
  display: flex; }

.forOnePro span.TotalCountPrice {
  color: black;
  text-align: right;
  float: left; }

.forOnePro .blank-sec {
  display: block;
  width: 100%;
  height: 50px; }

.TotalPriceMain p {
  font-size: 13px;
  float: right;
  padding-top: 6px; }

.delivery-policy {
  text-align: right;
  max-width: 468px; }

.forOnePro .addthis_toolbox.addthis_32x32_style {
  float: right;
  margin-left: 0;
  text-align: right; }

.forOnePro .addthis_toolbox.addthis_32x32_style {
  float: right !important; }

div#ProVis {
  width: 50% !important;
  float: right; }

div#ProVis .addthis_toolbox.addthis_32x32_style {
  margin-top: 0px !important; }

.quantity-main .alertBox.alertBox--error {
  opacity: 0; }

div#ProVis .addthis_toolbox.addthis_32x32_style {
  float: right;
  margin-top: 0 !important; }

.forOnePro section.productView-details.product-options {
  margin-top: 0px !important; }

.tabaccordion {
  display: none; }

.forOnePro span.stock {
  padding: 2px 8px;
  background: #FA6501;
  border-radius: 20px;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 0;
  color: #fff;
  display: inline-block !important;
  order: 1;
  width: 74px; }

.forOnePro span.stock p {
  margin: 0;
  text-transform: capitalize;
  font-family: Lato;
  font-size: 11px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  width: 100%; }

.forOnePro .productView-details h2.productView-brand {
  margin-bottom: 0px !important;
  width: 80%; }

.forOnePro .productView-info li {
  list-style-type: none;
  display: inline-block;
  width: 49%; }

.forOnePro dt.productView-info-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #1A404D; }

.forOnePro dd.productView-info-value {
  font-family: Lato;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #1A404D; }

.forOnePro .form-field select {
  width: 100%;
  background: rgba(235, 238, 243, 0.6);
  border-radius: 2px;
  max-width: 468px;
  height: 40px;
  font-family: Lato;
  font-style: normal;
  padding-left: 45px;
  border: none;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: .4px;
  color: #1A404D !important;
  background-image: url("https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/vector-2-.png?t=1729081071");
  background-repeat: no-repeat;
  background-position: 97% !important;
  padding-top: 0px;
  padding-bottom: 2px;
  background-size: 10%; }

body .forOnePro section.productView-details select[id^="attribute_select_"] {
  width: auto !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  padding: 0 30px !important;
  border: 1px solid #CCCCCC !important;
  background-color: #F2F2F2;
  border-radius: 5px;
  max-width: auto !important;
  padding-left: 10px !important; }

.forOnePro dd.productView-info-value a {
  font-weight: bold;
  background-color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  letter-spacing: .4px;
  line-height: 3;
  color: #02b67a;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px; }

.forOnePro .right-info .form-field .form-label--inlineSmall {
  position: absolute;
  top: 14px;
  left: 10px; }

.forOnePro .right-info .form-field {
  position: relative;
  margin-bottom: 15px; }

.forOnePro div#recommended-products-below ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1A404D !important; }

.forOnePro .productView-info-name img {
  margin-right: 10px; }

.forOnePro .TotalPriceMain span.TotalCountPrice {
  /* font-size: 23px !important; */
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #02B67A !important; }

.forOnePro .TotalPriceMain p {
  font-size: 13px;
  float: left;
  padding-top: 6px;
  font-family: Lato;
  padding-left: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1A404D;
  opacity: 0.5; }

.forOnePro #add-to-cart-wrapper label.form-label[for="qty[]"] {
  width: 100%;
  margin-bottom: 0px; }

.forOnePro .form-input--incrementTotal, .forOnePro .form-increment .button {
  height: 50px;
  width: 50px; }

.forOnePro #add-to-cart-wrapper .form-action input {
  margin-top: 10px; }

.ProDesktopView .socialLinks .socialLinks-item {
  margin-bottom: .35714rem;
  margin-right: .78571rem;
  background: rgba(19, 35, 91, 0.15);
  border-radius: 1px; }

.ProDesktopView div#product-images-container {
  margin-top: 50px; }

.ProDesktopView .tab.is-active {
  border: 0;
  border-radius: 4px 4px 0 0;
  border-color: #e3e0e0;
  border-bottom: 2px solid #1A404D;
  background: white; }

.ProDesktopView .tab.is-active a.tab-title {
  padding: 7px;
  border: none;
  border-color: #e3e0e0;
  opacity: 1;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: transparent;
  color: #1A404D; }

.ProDesktopView li.tab {
  background: transparent;
  border: none; }

.forOnePro span.stock.outstck p {
  color: #FF1C1C; }

.forOnePro span.stock.outstck {
  background-color: #ff1c1c3d; }

.ProDesktopView li.tab a {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.6;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #171A24; }

.productView-product .LayoutSidebar__Inner-sc-oejpsz-1.kPSLRP {
  margin-top: 0;
  padding-top: 0; }

.alertBox.alertBox--error {
  display: none; }

.productView-details .form-field.form-field--stock {
  display: none; }

.productView-product {
  padding-bottom: 0 !important;
  overflow: visible; }

.form-field[data-product-attribute="date"] label {
  position: unset !important; }

.cstmsmiliar_view .slick-arrow {
  top: 50% !important;
  /* width: 100%; */ }

body.main .cstmsmiliar_view .carousel-active button.slick-prev.slick-arrow {
  left: 15px !important;
  right: auto !important;
  z-index: 5;
  background: #1A404D !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1;
  top: 45% !important;
  color: #fff;
  border-radius: 22px;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.cstmsmiliar_view button.slick-next.slick-arrow {
  z-index: 5;
  background: #1A404D !important;
  width: 60px !important;
  height: 60px !important;
  top: 45% !important;
  color: white;
  opacity: 1;
  border-radius: 22px;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.cstmsmiliar_view .slick-arrow:focus {
  border-radius: 22px !important; }

.cstmsmiliar_view button.slick-prev.slick-arrow:before {
  background-image: url(https://cdn11.bigcommerce.com/s-kl4iz63fc/product_images/uploaded_images/vector-8-.png?t=1647853344);
  content: "";
  background-size: cover !important;
  width: 29px;
  height: 26px;
  background-position: center center;
  margin-left: 14px !important;
  transform: rotate(180deg);
  float: left !important;
  background-repeat: no-repeat !important;
  mask: none !important;
  -webkit-mask-image: none !important; }

.cstmsmiliar_view button.slick-next.slick-arrow:before {
  background-image: url(https://cdn11.bigcommerce.com/s-kl4iz63fc/product_images/uploaded_images/vector-8-.png?t=1647853344);
  content: "";
  background-size: cover !important;
  width: 29px;
  height: 26px;
  background-position: center center;
  transform: rotate(0deg);
  float: left !important;
  margin-left: 14px !important;
  background-repeat: no-repeat !important;
  mask: none !important;
  -webkit-mask-image: none !important; }

.productCarousel-slide figure.card-figure {
  width: 100% !important;
  max-width: 100% !important; }

.cstmsmiliar_view .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  text-align: left; }

.cstmsmiliar_view h2.container-header {
  background: #f5f9fb;
  border: none;
  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  padding-left: 0;
  line-height: 41px;
  letter-spacing: 0.4px;
  color: #171A24 !important; }

.productView-description ul.tabs li a {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #171A24;
  opacity: 0.6; }

.related.recommended.products-section.cstmsmiliar_view h2.card-text.sku {
  display: none !important; }

.similar.products.section h2.card-text.sku {
  display: none !important; }

.similar.products.section .card-sku-brand-section {
  display: none; }

.related.recommended.products-section.cstmsmiliar_view .card-sku-brand-section {
  display: none; }

.similar.products.section .card-sku-brand-section {
  display: none; }

.related.recommended.products-section.cstmsmiliar_view article.card-title-three-lines h2.card-title {
  height: auto;
  overflow: hidden; }

.similar.products.section article.card-title-three-lines h2.card-title {
  height: auto;
  overflow: hidden; }

.order-details {
  display: flex;
  width: 100%; }

.first-info {
  width: 33%;
  text-align: center;
  background: #f5f9fb;
  margin: 0 15px;
  padding: 16px 32px 16px 32px;
  box-shadow: 0 0 28px #afafaf10;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #333;
  margin-bottom: 30px;
  border-radius: 10px; }

.first-info strong {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  text-align: center; }

.first-info p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #5a5a5a;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.logos-list {
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 30px 11px; }

.first-info i {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: normal;
  color: #1A404D;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.related.recommended.products-section.related-below {
  display: none; }

.similar.products.section button.slick-next.slick-arrow {
  z-index: 5;
  background: #1A404D !important;
  width: 60px !important;
  height: 60px !important;
  top: 33% !important;
  color: #fff;
  opacity: 1;
  border-radius: 22px;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.similar.products.section button.slick-prev.slick-arrow {
  left: 15px !important;
  right: auto !important;
  z-index: 5;
  background: #1A404D !important;
  width: 60px !important;
  height: 60px !important;
  opacity: 1;
  top: 33% !important;
  color: #fff;
  border-radius: 22px;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.similar.products.section h2.container-header {
  background: #f5f9fb;
  border: none;
  font-family: Lato !important;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  padding-left: 0;
  line-height: 41px;
  letter-spacing: .4px;
  color: #171a24 !important; }

.similar.products.section button.slick-next.slick-arrow::before {
  background-image: url(https://cdn11.bigcommerce.com/s-kl4iz63fc/product_images/uploaded_images/vector-8-.png?t=1647853344);
  content: "";
  background-size: cover !important;
  width: 29px;
  height: 26px;
  background-position: center center;
  transform: rotate(0);
  float: left !important;
  margin-left: 14px !important;
  background-repeat: no-repeat !important;
  -webkit-mask: none !important;
  mask: none !important;
  -webkit-mask-image: none !important; }

.similar.products.section button.slick-prev.slick-arrow::before {
  background-image: url(https://cdn11.bigcommerce.com/s-kl4iz63fc/product_images/uploaded_images/vector-8-.png?t=1647853344);
  content: "";
  background-size: cover !important;
  width: 29px;
  height: 26px;
  background-position: center center;
  margin-left: 14px !important;
  transform: rotate(180deg);
  float: left !important;
  background-repeat: no-repeat !important;
  -webkit-mask: none !important;
  mask: none !important;
  -webkit-mask-image: none !important; }

.similar.products.section .slick-arrow:focus {
  border-radius: 22px !important; }

.similar.products.section .price-section {
  text-align: left; }

.first-info .material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 50px; }

span.price-label.price-now-label.label-active {
  display: none !important; }

.nonPriceHide {
  display: none !important; }

#bulkeye {
  font-weight: bold;
  font-size: 19px;
  padding-top: 5px;
  position: relative;
  top: 4px; }

.star-rating span:hover::before, .star-rating span.selected::before {
  display: none; }

.star-rating span.selected {
  color: #FF9900 !important; }

.star-rating span:hover ~ span {
  color: #ccc; }

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

.price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
  position: relative;
  left: 0;
  width: 100% !important;
  margin-top: 0;
  color: #656975;
  font-size: 22px; }

.price-section.price-section--withoutTax.non-sale-price.non-sale-price--withoutTax.price-section--minor {
  position: relative;
  left: 0;
  width: 100% !important;
  margin-top: 0;
  color: #656975;
  font-size: 22px; }

.productGrid span.price {
  position: unset; }

.productGrid .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
  position: relative; }

.category.main ul.productGrid article.card {
  margin-top: 26px; }

.category.main ul.productGrid article.card .card-badge {
  margin-top: -22px; }

article.card {
  margin-top: 26px; }

[data-edit-account-form] .button:not(.card-figcaption-button) {
  margin: 0;
  width: 270px; }

form.form[data-edit-account-form], form.form[data-address-form] {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 20px 21px;
  border-radius: 10px;
  margin-bottom: 40px; }

.similar.products.section .image-label-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  top: 246px;
  -ms-flex-align: center;
  align-items: center; }

div#estimatetime p {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 2px;
  line-height: 23px;
  letter-spacing: .4px;
  color: #1A404D; }

div#estimatetime {
  display: block !important;
  width: 100% !important;
  margin-bottom: 15px;
  margin-top: 0 !important; }

.extrstext {
  margin-left: 0 !important; }

.form-actions.customerEmail-action {
  margin-top: 40px; }

.stepHeader-counter::before {
  height: auto;
  text-align: center !important;
  width: auto;
  padding: 0 15px;
  color: #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
  display: inline-block;
  font-size: 1.38462rem;
  line-height: 35px;
  text-align: center; }

.icon.stepHeader-counter.optimizedCheckout-step {
  width: -moz-min-content;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cartDrawer.optimizedCheckout-orderSummary {
  display: none; }

.paypal-buttons iframe {
  margin-top: 0 !important; }

.GooglePayCheckout button {
  margin-top: 0 !important; }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-bottom: 0;
  float: none;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0 !important; }

.cart-additionalCheckoutButtons .FloatRight.GooglePayCheckout.RemoteCheckout.CheckoutButton {
  margin-top: 0 !important; }

.main-cart .FloatRight.paypalCommerce-buttons-container {
  margin-top: 0 !important; }

.paypal-button-container {
  min-width: 150px !important;
  max-width: max-content !important; }

div#previewModal .previewCartCheckout-additionalCheckoutButtons {
  width: auto !important;
  display: -ms-flexbox !important;
  text-align: center !important;
  display: inline-block !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 0 auto !important; }

div#previewModal .previewCartCheckout-additionalCheckoutButtons .FloatRight.paypalCommerce-buttons-container iframe {
  display: block !important;
  text-align: center !important;
  width: 100% !important; }

.previewCartCheckout-additionalCheckoutButtons #applepay-container2 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important; }

.previewCartCheckout-additionalCheckoutButtons .apple-pay-checkout-button {
  width: 100% !important;
  max-width: 200px !important;
  float: none !important;
  margin: 0 auto !important;
  margin-bottom: 5px !important;
  height: 30px !important;
  left: 0 !important;
  padding: 15px 5px !important;
  position: relative !important; }

.paypalCommerce-smart-buttons > div {
  margin-right: 10px; }

.avialblty {
  font-weight: bold !important; }

span.TotalPricexvats {
  float: left;
  color: #656975 !important;
  font-family: Lato !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 28.8px !important;
  text-align: right !important;
  top: 0;
  position: relative;
  letter-spacing: 0px; }

.TotalPricexvat {
  text-align: right;
  position: relative;
  float: right;
  top: -40px; }

.TotalPricexvat p {
  font-size: 13px;
  float: left;
  padding-top: 6px;
  font-family: Lato;
  padding-left: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1A404D;
  opacity: .5; }

@media (max-width: 767px) {
  .TotalPricexvat {
    text-align: right;
    position: relative;
    float: right;
    top: -33px; }
  span.TotalPricexvats {
    font-size: 15px !important; }
  small.optimizedCheckout-contentSecondary.cstmRequire {
    margin-bottom: 0.375rem;
    font-size: 11px;
    vertical-align: top;
    margin-top: 0; } }

.category-layout span.rating--small {
  display: none; }

html body div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  width: 100% !important;
  margin-bottom: 20px !important; }

html body div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons div#paypalcommerce-container1 {
  margin: 0 !important;
  display: block !important; }

.previewCart .previewCartCheckout .paypalCommerce-buttons-container .paypalCommerce-smart-buttons > div {
  display: block !important; }

html body div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons div#paypalcommerce-container1 div#zoid-paypal-buttons-uid_2e91dd2b9c_mta6mdi6ntk {
  display: block; }

div#previewModal .modal-body {
  overflow-x: hidden; }

.previewCartCheckout-additionalCheckoutButtons .FloatRight.RemoteCheckout.CheckoutButton {
  margin-left: 0px;
  width: 100% !important; }

.previewCart .productView-details sub.modelPriceVats {
  bottom: 0em;
  font-size: 10px; }

Html body .paypal-button.paypal-button-color-blue {
  background: #000 !important; }

div#previewModal a.trust-p img {
  max-width: 100%; }

section.previewCartCheckout .previewCartCheckout-subtotal, section.previewCartCheckout .previewCartCheckout-subtotal strong.previewCartCheckout-price, section.previewCartCheckout p[data-cart-quantity="14"] {
  color: #1A404D !important; }

.previewCart .previewCartCheckout .paypalCommerce-buttons-container .paypalCommerce-smart-buttons {
  margin: 0 !important; }

div#previewModal {
  height: 100% !important;
  max-height: 90% !important;
  top: 56% !important; }

div#previewModal {
  height: auto !important;
  max-height: initial !important;
  top: 56% !important;
  min-height: auto; }

section.previewCartCheckout a.checkoutBtn {
  white-space: nowrap;
  background: #FA6501 !important;
  border-color: #FA6501 !important;
  padding: 10px;
  color: #FFF !important; }

html body div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .paypalCommerce-buttons-container {
  display: none; }

#body .previewCartCheckout-additionalCheckoutButtons div .gpay-button.black.short {
  width: 100% !important;
  margin-left: 0 !important; }

.previewCartCheckout .GooglePayCheckout .GooglePayContainer > div {
  display: block !important; }

.previewCartCheckout .GooglePayCheckout .GooglePayContainer > div {
  width: 100%;
  display: block !important; }

html body div#previewModal .GooglePayContainer {
  width: 100% !important; }

.previewCartCheckout .apple-pay-checkout-button {
  height: 40px !important;
  margin-bottom: 0 !important;
  display: block !important; }

html body div#previewModal .ApplePayContainer {
  margin-right: 5px !important; }

div#previewModal section.previewCartCheckout .previewCartCheckout-subtotal sub.modelPriceVats {
  font-size: 12px;
  bottom: 0;
  margin-left: 10px; }

#body .previewCartCheckout p.basketContains {
  color: #1A404D;
  font-weight: 500; }

div#previewModal .productView-details .productView-price span.addedMob {
  display: none !important; }

div#previewModal .forMobiles.img-wrap-top {
  margin-bottom: 20px;
  margin-top: 5px;
  display: none !important; }

div#previewModal .modal-content {
  height: 100%; }

html body div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .GooglePayCheckout.RemoteCheckout.CheckoutButton {
  display: none; }

html body div#previewModal {
  top: 50% !important;
  left: 0;
  z-index: 9999999999999;
  transform: translateY(-50%) !important; }

html body .modal-background {
  z-index: 9999999; }

.msrp-sale-regular-price-section {
  height: auto !important; }

.productGrid .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
  position: relative;
  left: unset !important;
  width: 100%;
  text-align: center; }

th.blnkcls {
  width: 350px; }

@media (max-width: 991px) {
  div#previewModal section.productView {
    order: -1 !important; }
  div#previewModal .previewCart {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 575px) {
  div#previewModal .modal-body {
    padding: 20px;
    max-height: 440px !important; }
  div#previewModal {
    top: 150px !important;
    transform: none !important;
    left: 0; }
  .modal-header-title {
    font-size: 16px; }
  div#previewModal {
    top: 150px !important;
    transform: none !important;
    left: 0; }
  tr.cart-item > *:nth-child(even) {
    text-align: right !important;
    width: 100% !important;
    margin-left: auto; }
  tr.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  td.cart-item-block.cart-item-title {
    margin-left: auto;
    width: 50%; }
  .cart-item-title, .cart-item-value {
    text-align: right; }
  td.cart-item-block.cart-item-info {
    text-align: right; }
  td.cart-item-block.cart-item-title {
    width: 50% !important; }
  .cart-item-value {
    text-align: right !important; }
  td.cart-item-block.cart-item-info button.cart-remove.icon {
    position: absolute;
    right: 0;
    top: 50% !important; }
  td.cart-item-block.cart-item-info {
    position: relative; }
  td.cart-item-block.cart-item-info strong.cart-item-value {
    padding-right: 20px; }
  td.cart-item-block.cart-item-figure {
    width: 80px;
    float: unset;
    align-self: start; }
  td.cart-item-block.cart-item-title {
    padding-left: 0;
    width: calc(100% - 90px) !important;
    text-align: left !important; }
  .cart-item-name {
    line-height: 20px; }
  .cart-item-name a {
    font-size: 12px !important;
    line-height: auto !important; }
  dd.definitionList-value {
    font-size: 12px; }
  .definitionList-key {
    font-size: 12px; }
  a {
    font-size: 12px; } }

@media (max-width: 480px) {
  div#previewModal .productView-details .productView-price {
    display: flex;
    justify-content: space-between; }
  div#previewModal section.previewCartCheckout .previewCartCheckout-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4px; }
  div#previewModal .previewCartCheckout {
    display: flex;
    flex-direction: column;
    padding: 0 !important; }
  div#previewModal section.previewCartCheckout .previewCartCheckout-subtotal {
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0 !important;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px; }
  div#previewModal section.previewCartCheckout .previewCartCheckout p.basketContains {
    order: -1; }
  div#previewModal .modal-header-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px; }
  div#previewModal .previewCartCheckout-price {
    font-size: 18px !important;
    font-family: 'Lato'; }
  div#previewModal section.previewCartCheckout .previewCartCheckout-subtotal sub.modelPriceVats {
    font-size: 10px;
    margin-left: 0 !important; }
  div#previewModal .modal-header {
    padding: 8px; }
  div#previewModal a.modal-close {
    top: 0;
    right: 0;
    font-size: 35px; }
  div#previewModal .modal-body {
    padding: 10px; }
  div#previewModal section.productView {
    margin-top: 0 !important; }
  div#previewModal .productView-details {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 5px; }
  div#previewModal .productView-details .productView-brand {
    font-size: 11px;
    margin-bottom: 4px; }
  div#previewModal .productView-details .productView-price span.addedMob {
    font-size: 16px;
    display: block !important; }
  div#previewModal .productView-details .productView-price div {
    font-size: 18px; }
  div#previewModal .previewCartCheckout p.basketContains {
    margin-top: 10px;
    font-size: 12px;
    order: -1;
    margin-bottom: 5px; }
  div#previewModal section.previewCartCheckout a.checkoutBtn {
    margin-bottom: 7px; }
  html body div#previewModal section.previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
    margin-bottom: 7px !important; }
  div#previewModal .previewCartCheckout .button {
    margin-bottom: 4px; }
  div#previewModal a.button {
    margin-top: 4px; }
  div#previewModal .productView-details h4.productView-title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px; }
  div#previewModal .previewCartCheckout-price {
    font-size: 14px; }
  div#previewModal .modal-body {
    max-height: unset !important;
    height: 100% !important;
    padding-bottom: 20px !important; }
  div#previewModal .forMobiles.img-wrap-top {
    display: block !important; }
  div#previewModal .fordesktops {
    display: none !important; }
  div#previewModal figure.productView-image .productView-img-container {
    width: 100%; }
  div#previewModal figure.productView-image .productView-img-container img {
    height: auto;
    width: 100% !important; }
  div#previewModal figure.productView-image {
    width: 100% !important; } }

a.btn.custom-btn {
  background: #1A404D;
  color: #fff;
  height: 38px;
  margin: 0 5px;
  padding: 0 15px;
  border-radius: 2px;
  font-size: 14px;
  font-family: Lato;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  line-height: 38px;
  text-decoration: none; }

a.btn.custom-btn span img {
  margin-left: 18px; }

.CstmArticleLayout article.blog .blog-post-body {
  width: 100%; }

.CstmArticleLayout article.blog:first-child {
  border-top: 1px solid #000; }

.CstmArticleLayout article.blog .blog-post-figure.hasImage img {
  height: 220px;
  object-fit: cover;
  width: 100%; }

.CstmArticleLayout article.blog .blog-post-figure.hasImage a {
  width: 100% !important;
  display: block !important; }

#body .CstmArticleLayout article.blog h2.blog-title a {
  font-size: 26px;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-decoration: none;
  font-style: normal;
  font-family: Lato;
  font-weight: 700;
  color: #1a404d; }

.CstmArticleLayout article.blog p.blog-date {
  font-family: inherit;
  font-size: 14px !important;
  color: #9e9e9e;
  font-style: normal; }

#body .CstmArticleLayout article.blog .blog-post {
  margin-top: 16px !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: left; }

#body .CstmArticleLayout article.blog .blog-post {
  margin-top: 16px !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  word-spacing: 0px;
  font-family: inherit;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: inherit; }

.default-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  z-index: -1; }

.default-banner {
  background-image: url(https://media.zenobuilder.com/upload/kl4iz63fc/20353664.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  z-index: 9;
  margin-bottom: 15px; }

.default-banner .text-wrap > * {
  color: #fff; }

.default-banner .text-wrap {
  flex-basis: 100%;
  padding: 406px 0 120px 0;
  text-align: center; }

.default-banner .text-wrap h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center;
  padding-bottom: 15px; }

.default-banner .text-wrap h6 {
  margin: 0;
  padding: 0 120px 0 120px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #e0e0e0;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

@media (max-width: 720px) {
  .CstmArticleLayout article.blog .blog-post-body {
    width: 100%; }
  .default-banner .text-wrap {
    padding: 206px 0 206px 0; }
  .default-banner .text-wrap h6 {
    padding: 0; }
  #body .CstmArticleLayout article.blog {
    margin-bottom: 30px; } }

header.blog-header h2.blog-title1 a {
  font-size: 26px;
  letter-spacing: 0;
  word-spacing: 0;
  text-decoration: none;
  font-style: normal;
  font-family: Lato;
  font-weight: 700;
  color: #1A404D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 31px; }

h2.blog-title1 {
  background: 0 0;
  border: none;
  text-align: left;
  padding: 0 !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  height: auto;
  margin-bottom: 0; }

.blog-post .zn-banner p {
  color: #000;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1; }

.product-page-layout .modal-background {
  z-index: 9; }

main.page.content h1.page-heading {
  font-family: Lato;
  font-weight: 300;
  color: #1a404d; }

/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2"); }

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.Delivery-custom-Information .order-details div.first-info em {
  font-size: calc(30px + 10px);
  color: #1A404D;
  position: relative;
  top: -4px; }

.Delivery-custom-Information .order-details div.first-info strong {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center; }

.Delivery-custom-Information .order-details div.first-info p {
  margin: 0;
  padding: 0;
  font-size: 20px !important;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #5a5a5a !important;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-top: 8px; }

.Delivery-custom-Information .order-details {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #1A404D;
  border-radius: 0;
  margin-top: 20px;
  padding: 12px 24px !important;
  column-gap: 30px; }

.delivery-cntnt {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #333;
  padding-top: 40px; }

.delivery-cntnt p strong {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: left; }

.delivery-cntnt p strong {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: left; }

.delivery-cntnt p {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #333;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important; }

.logos-list {
  padding: 32px 0;
  display: flex;
  justify-content: space-between; }

.logos-list > .first-logo:not(:last-child) {
  margin-right: 12px;
  margin-top: 20px;
  text-align: center; }

.logos-list > .first-logo img {
  width: 100%; }

.logos-list .first-logo {
  flex-grow: 3;
  flex-basis: 0; }

.logos-list > .first-logo:nth-child(2) img.zn-nodrag {
  width: 68%;
  height: auto;
  border-radius: 0; }

.delvrybtns {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 0 32px 0;
  border-top: 1px solid #000; }

.delvrybtns a button {
  color: #e0e0e0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  background-color: #313131;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  width: auto;
  white-space: normal;
  padding: 0px 24px 0px 24px;
  overflow: hidden;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 5px;
  height: 42px; }

.delvrybtns .zn-button {
  flex-grow: 4;
  text-align: center; }

html .footer-top.newsletter {
  background-color: #313131;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid;
  border-color: #c6c6c6;
  border-left: 0;
  border-right: 0; }

.footer-top.newsletter {
  background-color: #313131;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid;
  border-color: #c6c6c6;
  border-left: 0;
  border-right: 0; }

html .footer-top.newsletter h3.footer-info-heading {
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: #ececec;
  font-size: 20px; }

html .footer-top.newsletter .form-prefixPostfix .button {
  text-transform: uppercase;
  margin-left: 5px !important;
  border-radius: 0;
  padding: 0;
  height: 32px !important;
  line-height: 32px;
  padding: 0 30px;
  margin-left: 5px;
  color: #e3e0e0;
  background-color: #313131 !important;
  border: 1px solid !important;
  border-radius: 4px !important;
  border-color: #e3e0e0 !important; }

.global-region.screen-width.above-footer {
  margin-top: 0 !important; }

.default-banner {
  position: relative;
  flex-basis: 100%;
  padding: 180px 0 180px 0;
  z-index: 9;
  background-image: unset !important;
  justify-content: center;
  margin-top: 15px; }

.Delivery-custom-Information .default-banner img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1; }

.Delivery-custom-Information .default-banner .content h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #f6f5f5;
  text-transform: none;
  text-decoration: none;
  font-weight: bolder;
  font-style: normal;
  text-align: center; }

.order-details > div {
  animation-name: element-shake-vertical !important;
  animation-iteration-count: infinite !important;
  animation-duration: 3s; }

.Privacy.Policy.Delivery-custom-Information .default-banner .content h2 {
  font-weight: bolder;
  font-size: 36px;
  font-family: Lato; }

[data-element-animation=element-shake-vertical] {
  animation-name: element-shake-vertical !important;
  animation-iteration-count: infinite !important;
  animation-duration: 3s; }

@keyframes element-shake-vertical {
  0%, 50% {
    transform: translateY(0); }
  22.5%, 7.5% {
    transform: translateY(-5px); }
  15%, 30% {
    transform: translateY(5px); }
  37.5% {
    transform: translateY(-3px); }
  45% {
    transform: translateY(3px); } }

.Delivery-custom-Information .global-region.screen-width.above-footer {
  padding-left: 15px;
  padding-right: 15px; }

.Delivery-custom-Information {
  background: #fff; }

.Delivery-custom-Information .header-container, .Delivery-custom-Information header.header {
  background: #fff !important; }

.Delivery-custom-Information .global-region.screen-width.above-footer {
  background: #fff; }

.Delivery-custom-Information .order-details div.first-info {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
  margin: 10px 0;
  padding: 16px 32px !important;
  background: #fff; }

.Delivery-custom-Information table {
  background: #fff; }

.Privacy.Policy.Delivery-custom-Information .default-banner {
  padding: 232px 0 74px 0; }

.Delivery-custom-Information .default-banner p {
  margin: 24px 0 48px 0;
  padding: 0 120px 0 120px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: inherit;
  color: #e0e0e0 !important;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.Delivery-custom-Information .form-actions input.button:hover {
  border: 1px solid;
  border-radius: 4px !important;
  background-color: #fff;
  color: #0a0a0a;
  border-color: #1A404D; }

.Delivery-custom-Information .form-actions input.button {
  font-family: Lato;
  font-weight: 700;
  background-color: #1A404D;
  color: #fff;
  border: 1px solid;
  border-radius: 4px !important;
  border-color: #1A404D; }

.zn-social-share span.zn-social-share-content svg {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  fill: #1A404D; }

/*========1 dec========*/
.faq-accordion .accordion-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 20px; }

.faq-accordion button.btn.accordion-btn {
  padding: 16px;
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between; }

.faq-accordion .accordion-body {
  padding: 24px 16px 24px 16px;
  display: none; }

.faq-accordion .accordion-body.openFaq {
  display: block; }

.delivery-cntnt {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  width: 100%; }

.delivery-cntnt .zn-column:first-child {
  width: 100%;
  max-width: 430px; }

body .delivery-cntnt h3.zn-heading {
  margin-top: 0;
  font-size: 22px;
  color: #333 !important;
  font-weight: 500 !important; }

.delivery-cntnt .zn-text p, .delivery-cntnt .zn-text span {
  color: #9e9e9e !important; }

.delivery-cntnt .zn-text p {
  margin-bottom: 5px; }

.delivery-cntnt .zn-text b {
  font-weight: 500; }

.delivery-cntnt .zn-social-share-container {
  display: flex;
  gap: 20px;
  margin-top: 25px; }

.delivery-cntnt .zn-button {
  display: flex;
  justify-content: center;
  padding-bottom: 5px; }

.delivery-cntnt .zn-button a {
  border: 1px solid #333;
  padding: 12px 24px 10px 24px;
  background-color: #313131;
  border-radius: 5px;
  color: #fff; }

.delivery-cntnt .zn-button a:hover {
  background-color: #1A404D; }

.delivery-cntnt .zn-column:nth-child(2) .zn-element-wrapper {
  padding-right: 3rem;
  max-width: 550px;
  width: 100%; }

.delivery-cntnt {
  padding-top: 20px; }

.delivery-cntnt h4.zn-heading {
  font-size: 42px !important;
  color: #1A404D !important;
  font-weight: 500 !important;
  width: 100%;
  text-align: center; }

.Delivery-custom-Information .cstmbanner:after {
  display: none; }

.Delivery-custom-Information .cstmbanner img {
  object-fit: contain;
  width: 100%;
  height: 100%; }

.faq-accordion button.btn.accordion-btn .zn-toggle.active.zn-noselect {
  display: none; }

.faq-accordion button.btn.accordion-btn .zn-toggle.inactive.zn-noselect {
  display: block; }

.faq-accordion button.btn.accordion-btn.openFaq .zn-toggle.active.zn-noselect {
  display: block; }

.faq-accordion button.btn.accordion-btn.openFaq .zn-toggle.inactive.zn-noselect {
  display: none; }

.search-icon svg {
  fill: #1A404D !important; }

.header-container.sticky-header .navUser-action {
  font-family: Lato,Arial,Helvetica,sans-serifsans-serif; }

.delivery-cntnt p.mb-0 {
  margin-bottom: 0 !important; }

.delivery-cntnt .w-100 {
  width: 100%; }

.delvrybtns a button:hover {
  color: #f3f0f0;
  background-color: #030384; }

.delivery-cntnt p b {
  font-size: 16px !important;
  font-family: lato; }

.faq-accordion .accordion-inner:last-child {
  margin-bottom: 0; }

.faq-accordion {
  border-bottom: 1px solid #000;
  padding-bottom: 60px; }

.cstmbanner.default-banner.m-0 {
  margin: 0; }

.delivery-cntnt.cstm-row > .zn-column-lg-8 {
  flex-grow: 8;
  margin-left: 36px;
  max-width: calc(100% - 470px); }

.delivery-cntnt.cstm-row > .zn-column-lg-8 .cstm-row {
  display: flex;
  align-items: center; }

.delivery-cntnt.cstm-row > .zn-column-lg-8 .cstm-row .cstm-col-6 {
  width: 50%; }

.delivery-cntnt.cstm-row > .zn-column-lg-8 .cstm-row {
  flex-wrap: wrap;
  width: 100%; }

.delivery-cntnt2 p, .delivery-cntnt2 li, .delivery-cntnt2 {
  font-family: lato !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 1px;
  margin: 0; }

.delivery-cntnt2 h6 {
  font-family: lato !important;
  font-weight: 700;
  letter-spacing: .25px !important;
  margin-bottom: 0 !important; }

.delivery-cntnt2 td {
  line-height: 21px; }

html body .footer-bottom ul li a:hover, html body .footer-info-list a:hover {
  color: #FA6501 !important; }

.delivery-cntnt.border-light {
  border-color: #ddd; }

.border-bottom {
  border-bottom: 1px solid #ddd; }

.home.slider-in-container button.css-mwwowe.css-1lllaof, .home button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
  background-color: #c6c6c6;
  background-color: rgba(198, 198, 198, 0.9);
  z-index: 1;
  height: 3.71429rem;
  margin-top: -1.07143rem;
  padding: 0;
  width: 2.5rem;
  opacity: 0; }

.home.slider-in-container button.css-mwwowe.css-1lllaof, .home button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
  transition: 0.4s;
  opacity: 1; }

.home button.css-mwwowe.css-94ci19.bc-carousel__arrow--right svg path, .home.slider-in-container button.css-mwwowe.css-1lllaof svg path {
  fill: #fff !important; }

div[data-test-id="carousel-bullets"] {
  right: 0;
  text-align: right;
  justify-content: end;
  left: unset; }

div[data-test-id=carousel-bullets] button {
  background: rgba(0, 0, 255, 0);
  border: 2px solid #1a404d;
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem; }

div[data-test-id=carousel-bullets] button.bc-carousel__bullet-active {
  background: #ce0e0e;
  border-color: #ce0e0e !important; }

.home.slider-in-container .css-1csgxr0 {
  height: 600px; }

.cstm-row-about {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px; }

.cstm-row-about .col-cstm {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #9e9e9e;
  border-radius: 15px;
  width: calc(25% - 15px);
  max-width: 100%;
  text-align: center;
  padding: 20px 0; }

.cstm-row-about .col-cstm i {
  font-size: calc(36px + 10px);
  color: #313131;
  position: relative; }

.cstm-row-about .col-cstm h2 {
  font-family: Lato !important;
  font-weight: 700;
  color: #1a404d; }

.cstm-row-about .col-cstm div {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  word-spacing: 0px;
  font-family: Lato;
  color: #9e9e9e;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.delivery-cntnt .cstm-row-about {
  padding: 30px 0;
  row-gap: 70px; }

@media (max-width: 1300px) {
  .delivery-cntnt .zn-button a {
    padding: 12px 10px 12px 10px; } }

@media (max-width: 1100px) {
  .delivery-cntnt {
    gap: 30px; } }

@media (max-width: 900px) {
  .delivery-cntnt {
    flex-wrap: wrap;
    gap: 20px; }
  .delivery-cntnt .zn-column:first-child, .delivery-cntnt .zn-column {
    max-width: 100%;
    width: 100%; }
  .delivery-cntnt .zn-column:nth-child(2) .zn-element-wrapper {
    padding-right: 0;
    max-width: 100%; }
  .delivery-cntnt .zn-column, .delivery-cntnt .zn-text p, .delivery-cntnt .zn-text span {
    text-align: center; }
  .delivery-cntnt .zn-social-share-container {
    justify-content: center; }
  .delivery-cntnt .zn-element-wrapper {
    width: 100%; }
  .cstmbanner.default-banner {
    padding: 80px 0 80px 0; } }

@media (min-width: 1200px) {
  .checkout-form label[for=shouldSubscribe] {
    width: 600px; } }

@media (max-width: 720px) {
  .Delivery-custom-Information .order-details {
    flex-wrap: wrap; }
  .Delivery-custom-Information .order-details > div, .delivery-cntnt.cstm-row > .zn-column-lg-8 .cstm-row .cstm-col-6 {
    width: 100%; }
  .delivery-cntnt.cstm-row > .zn-column-lg-8 {
    max-width: 100% !important;
    margin-left: 0 !important; } }

@media (max-width: 440px) {
  .cstmbanner.default-banner {
    padding: 45px 0 45px 0; } }

.delivery-cntnt {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }

.grid-list-view.toggle a.toggle-link.active svg.toggle.grid, .grid-list-view.toggle a.toggle-link.active svg.toggle.list {
  border-color: #1a404d !important;
  background: #1a404d !important; }

/*=====6 dec======*/
.Privacy.Policy.Delivery-custom-Information .default-banner .content p {
  font-size: 16px !important;
  font-family: Lato; }

.facetedSearch-refineFilters.sidebarBlock h2 {
  padding-left: 0 !important; }

.facetedSearch-refineFilters.sidebarBlock h2 {
  padding: 0 !important; }

.button {
  background: #1A404D !important;
  border: 1px solid #1A404D !important; }

label.button.button--small.card-figcaption-button.compare {
  background: transparent !important;
  border: none !important; }

.button:hover {
  background: #fff !important;
  color: #000 !important; }

.card-text.add-to-cart-button a {
  color: #fff !important; }

.card-text.add-to-cart-button a:hover {
  color: #000 !important; }

.account.account--fixedSmall input.button {
  background: #1A404D !important;
  border: 1px solid #1A404D !important; }

.account.account--fixedSmall input.button:hover {
  background: #fff !important;
  color: #000 !important; }

a.button:hover {
  background: #fff !important;
  color: #000 !important; }

.productView-options input#form-action-addToCart:hover {
  background: transparent !important;
  color: #000 !important; }

.new-customer button.button.button--primary {
  background: #112259 !important;
  border: 1px solid #112259 !important; }

.cart-actions.checkoutBtn a.button.button--primary {
  border: 1px solid #1A404D !important; }

.new-customer button.button.button--primary:hover {
  background: transparent !important;
  color: #000 !important; }

form.form.writeReview-form input.button.button--primary {
  background: #1A404D;
  border: 1px solid #1A404D; }

form.form.writeReview-form input.button.button--primary:hover {
  border: 1px solid !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  color: #0a0a0a !important;
  border-color: #1A404D !important; }

.facetedSearch-refineFilters.sidebarBlock {
  padding: 0; }

.category a.button.button--small.card-figcaption-button:hover {
  background-color: #fff !important;
  color: #1A404D !important;
  border-color: #1A404D !important; }

.category a.button.button--small.card-figcaption-button:hover span {
  color: #1A404D !important; }

.category .grid-list-view.toggle a.toggle-link.active svg {
  fill: #fff !important;
  background: #112259 !important;
  border-color: #112259 !important; }

.category .grid-list-view.toggle a.toggle-link.active svg {
  fill: #fff !important;
  background: #112259 !important;
  border-color: #112259 !important; }

.delivery-cntnt .zn-button {
  margin-bottom: 30px; }

.About .delivery-cntnt.cstm-row h3 {
  font-weight: bolder !important; }

.About .delivery-cntnt.cstm-row p {
  font-size: 16px !important;
  font-family: 'Lato' !important;
  color: #9e9e9e !important;
  letter-spacing: 1px !important; }

/*=====6 dec======*/
/*=====7 dec======*/
.dropdownTrigger a {
  background: transparent !important; }

.form-actions.customerEmail-action {
  margin-top: 25px !important; }

.checkout-layout .dropdown--select a {
  background-color: #fff !important;
  border-color: #737373 !important;
  color: #000 !important;
  font-family: 'Lato' !important;
  line-height: 22px;
  font-size: 12px !important;
  font-weight: normal !important;
  text-transform: capitalize !important; }

html body.product-page-layout .previewCart .previewCart a.button {
  background-color: #112259 !important;
  border: 1px solid #112259 !important; }

.footer-top.newsletter .content {
  height: auto !important; }

html body.checkout-layout div#checkout-app .checkout-steps {
  background: #FFFFFF !important;
  box-shadow: 0px 8px 42px rgba(0, 0, 0, 0.04);
  border-radius: 10px !important; }

html div#checkout-app fieldset#checkoutShippingAddress a#addressToggle {
  background: #fff !important; }

.stepHeader-counter::before {
  padding-left: 12px; }

.body.content.Returns.\&.Cancellations.Delivery-custom-Information .zn-button {
  margin-bottom: 0 !important; }

html div#checkout-app fieldset#checkoutShippingAddress a#addressToggle {
  color: #1a404d !important;
  font-size: 1rem !important;
  font-family: 'Lato' !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  line-height: 22px !important; }

.stepHeader-counter::before {
  padding-left: 12px; }

div#checkout-app article.cart.optimizedCheckout-orderSummary {
  background: #e3e0e0 !important; }

div#checkout-app .checkout-steps {
  background: #e3e0e0 !important;
  border-radius: 4px !important; }

.dropdownTrigger a {
  background: transparent !important; }

div#checkout-app .checkout-steps {
  background: #e3e0e0 !important;
  border-radius: 4px !important; }

html div#checkout-app fieldset#checkoutShippingAddress a#addressToggle {
  background: #fff !important; }

#side-categories li .navPages-action {
  text-transform: initial !important;
  font-family: Lato !important;
  font-weight: 500 !important;
  color: #1A404D !important;
  font-size: 18px !important; }

ul.sidenav-list li a {
  font-family: Lato !important;
  font-weight: 400 !important;
  color: #1A404D !important;
  font-size: 16px !important; }

li.navList-item a {
  font-family: Lato !important;
  font-weight: 500 !important;
  color: #1A404D !important;
  font-size: 16px !important; }

div#side-categories ul li a:hover {
  color: #FA6501  !important; }

/*=====7 dec======*/
/*=====5 dec======*/
.About .buttonLink, .About .buttonLink a {
  width: 100%;
  max-width: 100%; }

.partner-brand {
  display: flex;
  justify-content: space-between;
  gap: 20px; }

.partner-brand .col-cstm {
  max-width: 33.333%;
  width: 100%;
  text-align: center; }

.partner-brand .col-cstm img {
  width: 100%;
  filter: grayscale(100%);
  max-width: 200px;
  height: 100%;
  object-fit: cover; }

.partner-sec .content {
  text-align: center; }

.partner-sec .content h2 {
  font-family: Lato !important;
  color: #313131 !important;
  font-size: 36px; }

.brand-logo {
  background-color: #e0e0E064;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px; }

.partner-brand .col-cstm:nth-child(3) img {
  max-width: 100%; }

.partner-sec {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 50px; }

.count-sec {
  padding: 50px 0 45px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  margin-top: 20px; }

.count-sec .col-cstm {
  width: 100%;
  text-align: center; }

.count-sec .col-cstm .count-figure .count {
  font-size: 14px;
  letter-spacing: 1.6px;
  font-family: Lato;
  color: #313131;
  font-weight: bolder; }

.count-figure {
  padding-bottom: 15px; }

.count-sec .count-text .count-content {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: Lato;
  color: #333;
  font-weight: bolder; }

.About .delivery-cntnt {
  border: 0; }

section#quickSearch {
  width: 100%;
  margin-top: 8px;
  border-radius: 30px;
  overflow: hidden; }

p.quickSearchMessage {
  font-size: 16px;
  margin: 1rem 0 1rem 0; }

.count-sec .col-cstm, .About.Delivery-custom-Information .buttonLink a {
  animation-name: element-shake-vertical !important;
  animation-iteration-count: infinite !important;
  animation-duration: 3s; }

.About.Delivery-custom-Information .buttonLink a {
  color: #f6eeee;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  background-color: #313131;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  white-space: normal;
  padding: 10px 24px 10px 24px;
  overflow: hidden;
  width: 100%;
  height: 42px; }

.About.Delivery-custom-Information .buttonLink a:hover {
  background: #666; }

.mb-4 {
  margin-bottom: 32px; }

.border-top-0 {
  border-top: 0; }

.mt-0 {
  margin-top: 0 !important; }

.delivery-cntnt2 p a.link {
  color: #2196f3;
  text-decoration: none; }

@media (max-width: 1025px) {
  .cstm-row-about .col-cstm {
    width: calc(50% - 15px); }
  .delivery-cntnt .cstm-row-about {
    row-gap: 30px; }
  .count-sec {
    flex-wrap: wrap;
    row-gap: 50px; }
  .count-sec .col-cstm {
    width: calc(50% - 15px); }
  .partner-brand .col-cstm img {
    max-width: 190px; }
  .brand-logo {
    height: 75px; } }

@media (max-width: 800px) {
  .header-container.sticky-header.desktpView.fixed label.switchTogBtn, .header-container.sticky-header.desktpView.fixed p.TogBtn-incVat {
    color: #000; }
  body.main.twelve-eighty .header-container.full-width.full-width header.header {
    display: flex;
    align-items: center; }
  header.header .header-logo.header-logo--left {
    background-color: transparent; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #1A404D !important; }
  body.search-only header.header.is-open.search-only div#menu nav.navPages {
    height: 120px !important; }
  html #body.search-only .mobile-menu .right.searchbar {
    margin-top: 112px !important;
    padding-bottom: 13px !important;
    height: auto; }
  html #body.search-only .top-menu.store-credit-hidden.fixed .mobile-menu .right.searchbar {
    margin-top: 80px !important;
    display: none !important; }
  .top-menu.fixed + .below-topMenu + div#HeaderWithoutStick .navPages-quickSearch.right.searchbar {
    background: #1A404D !important;
    margin-top: 80px !important; }
  html .search-only header .search-icon {
    width: 40px;
    right: 4px !important;
    top: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .navPages-quickSearch .form-field {
    position: relative; }
  input.clearSearchData {
    right: 50px !important;
    top: 50%;
    transform: translate(50%, -50%) !important; }
  html .search-only header .search-icon svg.header-icon.search-icon {
    top: inherit;
    width: 20px;
    display: inline-block;
    right: 0 !important;
    align-items: center;
    justify-content: center;
    height: 20px !important;
    position: relative; }
  .search-only .global-region.screen-width.below-mainNav {
    padding-top: 20px !important; }
  .search-only header .search-icon {
    right: 20px !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 20px; }
  body.search-only header.header.is-open.search-only .header-logo.header-logo--left {
    opacity: 1 !important;
    z-index: 99; }
  body.search-only header.header.is-open.search-only div#menu nav.navPages {
    height: 120px !important; }
  a.account svg {
    top: 0px; }
  .mobileMenu-toggle {
    top: 22px !important; }
  a.navUser-action.account {
    margin-top: 0px !important;
    margin-left: 0px; } }

@media (max-width: 720px) {
  .cstm-row-about .col-cstm {
    width: calc(100% - 0px); }
  .partner-brand {
    align-items: center; }
  .brand-logo {
    height: auto; }
  .partner-brand .col-cstm img {
    max-width: 140px;
    object-fit: contain; } }

@media (max-width: 550px) {
  body main.page-content.main-cart .cart-item-info {
    width: 100% !important; }
  .partner-brand .col-cstm img {
    max-width: 60px; }
  .partner-brand {
    gap: 5px; }
  .count-sec .count-text .count-content {
    font-size: 14px; }
  .count-figure {
    padding-bottom: 10px; }
  .count-sec .col-cstm .count-figure .count {
    font-size: 12px; }
  .partner-sec .content h2 {
    font-size: 25px; }
  .count-sec {
    row-gap: 30px;
    padding: 25px 0 20px 0; } }

.footer-top.newsletter .newsletter input.button.button--primary.form-prefixPostfix-button--postfix:hover {
  background: #fff;
  border: 1px solid #1A404D !important;
  color: #fff !important; }

div#add-to-cart-wrapper button {
  background: white !important;
  border: 4px 0 0 4px solid #e3e0e0 !important;
  border-radius: 4px 0 0 4px !important;
  border-color: #e3e0e0 !important; }

/*=======21 dec======*/
@media (max-width: 767px) {
  #HeaderWithStcky .header-logo.header-logo--left img {
    background: transparent;
    max-width: 180px; }
  div#HeaderWithStcky {
    margin-bottom: 0; }
  .top-menu.store-credit-hidden.fixed #HeaderWithStcky .belowheadIcn {
    top: 18px; } }

@media (max-width: 600px) {
  #body.search-only .mobile-menu .right.searchbar {
    top: 0 !important;
    left: 0px;
    width: 100% !important; }
  header fieldset.form-fieldset input.form-input {
    max-width: 100%;
    margin: auto;
    margin-right: 0; }
  div#filterSearchContainer {
    top: 0 !important; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value a {
    width: 100%;
    height: 50px;
    padding: 0 !important;
    line-height: 50px !important; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value {
    text-align: center; }
  .forOnePro .productView-info-bulkPricing dd.productView-info-value a {
    padding: 0px 15px !important;
    border: 1px solid #02b67a;
    font-size: 14px;
    font-weight: 500; } }

@media (max-width: 550px) {
  article.footer-info-col .sd-button-a6f29b78-9b54-4993-ab53-c2489dbff80d {
    justify-content: center; }
  article.footer-info-col .sd-button-00c284ff-4a4e-40c0-bcdf-35698ff6438c {
    justify-content: center; } }

@media (max-width: 440px) {
  #HeaderWithStcky .header-logo.header-logo--left img {
    max-width: 180px; } }

input.clearSearchData {
  font-size: 20px;
  opacity: 0;
  background: 0 0 !important;
  position: absolute;
  top: 47%;
  right: 25px;
  transform: translate(-20%, -50%);
  border: none; }

div#checkout-app {
  background-color: #FCFDFF !important;
  padding: 160px 0; }

.checkout-form h2.stepHeader-title.optimizedCheckout-headingPrimary {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.4px;
  color: #171A24; }

div#checkout-app {
  background: #F7F7F7 !important; }

div#checkout-app article.cart.optimizedCheckout-orderSummary {
  background: transparent !important;
  border: none; }

div#checkout-app h3.cart-title {
  font-family: Lato;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  border: none !important;
  color: #1A404D !important; }

h2.stepHeader-title.optimizedCheckout-headingPrimary {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left; }

div#checkout-app .checkout-form .form-body {
  border: navajowhite;
  padding: 0; }

div#checkout-app .checkout-form .form-body .customerEmail-body {
  width: 100%; }

div#checkout-app .checkout-form .form-body .customerEmail-body input {
  border: 1px solid #CCCCCC !important;
  height: 50px !important;
  background: #F2F2F2;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #656975; }

form#checkout-customer-guest .customerEmail-body label {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #656975;
  margin-bottom: 0;
  top: 11px;
  display: none; }

form#checkout-customer-guest .customerEmail-body label#email-label {
  display: block; }

html.rectangle-out-btnAnimate div#checkout-app .button {
  background: #FA6501; }

li.checkout-step.optimizedCheckout-checkoutStep.checkout-step--shipping .stepHeader.is-readonly {
  padding-top: 0; }

button#checkout-payment-continue {
  height: 55px;
  width: 220px !important; }

html.rectangle-out-btnAnimate div#checkout-app .button {
  box-shadow: 0px 11px 24px rgba(19, 35, 91, 0.06);
  border-radius: 2px !important;
  width: 140px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px !important;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  color: #fff !important;
  float: right;
  margin: 0;
  background: #FA6501 !important;
  border: 1px solid #FA6501 !important;
  padding: 0 !important; }

.checkout-form .form-actions.customerEmail-action {
  margin-top: 0  !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #171A24;
  padding-bottom: 14px; }

.checkout-form .form-checkbox + .form-label::before {
  background: rgba(235, 238, 243, 0.5);
  border: 1px solid #A3AEC1;
  border-radius: 2px;
  width: 20px;
  height: 20px; }

.checkout-form label[for=shouldSubscribe] {
  padding-left: 35px !important;
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  color: #1A404D !important; }

a#checkout-customer-login {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  color: #1B4DFF !important; }

.checkout-form button.gpay-button.black.short.en {
  width: 170px !important;
  height: 58px !important;
  background-color: #2E2E2E;
  border-radius: 2px !important;
  background-size: 70px; }

html body.checkout-layout div#checkout-app .checkout-steps {
  width: 100%;
  max-width: 100%;
  margin: auto; }

html body.checkout-layout div#checkout-app .checkout-steps {
  width: 100%;
  max-width: 750px;
  margin: auto; }

div#checkout-app .layout-main {
  padding-right: 0;
  width: 60%; }

html body.checkout-layout div#checkout-app article.cart.optimizedCheckout-orderSummary {
  margin-top: 0; }

#checkout-app aside.layout-cart {
  width: 40%;
  padding-right: 0;
  padding-left: 40px;
  padding-bottom: 20px; }

div#checkout-app .checkout-form p {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2px;
  color: #1A404D; }

div#checkout-app .checkout-form .form-body p:nth-of-type(2) {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2px;
  color: #9F9F9F; }

li.checkout-step.optimizedCheckout-checkoutStep.checkout-step--shipping .stepHeader.is-readonly {
  padding-bottom: 0; }

li.checkout-step.optimizedCheckout-checkoutStep.checkout-step--shipping .form-field input {
  border: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #171A24; }

legend[data-test="shipping-address-heading"] {
  display: none; }

.checkout-form legend[data-test="shipping-address-heading"] {
  display: none; }

form.login-form.form .form-field {
  display: block;
  margin: 0 0 1rem !important;
  max-width: none; }

.checkout-form li.checkout-step.optimizedCheckout-checkoutStep.checkout-step--shipping .form-field label small {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #1A404D; }

html .checkout-form label[for="sameAsBilling"] {
  font-family: Lato;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.2px !important;
  color: #1a404d  !important;
  padding-left: 35px !important;
  position: relative;
  top: 0px !important; }

html body.checkout-layout div#checkout-app .checkout-steps {
  padding: 0 30px; }

.checkout-form label#provinceInput-label {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  position: relative !important;
  top: -5px !important; }

.checkout-form label#postCodeInput-label {
  top: 0 !important; }

.checkout-form li.checkout-step.optimizedCheckout-checkoutStep.checkout-step--shipping .form-field label {
  position: relative !important;
  top: 15px !important;
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.4px !important;
  color: #171A24 !important; }

.dynamic-form-field label {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #171A24; }

div#checkout-app .form-legend {
  border: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #171A24; }

.checkout-form .form-checkbox + .form-label::after {
  transform: scale(1.1) !important;
  left: 3px;
  top: 8px !important; }

.checkout-form .form-checkbox + .form-label::before {
  top: 4px !important; }

html div#checkout-app fieldset#checkoutShippingAddress a#addressToggle {
  border: 1px solid #ebebeb !important; }

html .checkout-form label.form-label.optimizedCheckout-form-label {
  font-size: 16px !important;
  line-height: 26px !important; }

.form-field .floating-label {
  color: #1A404D !important;
  font-family: Lato;
  font-weight: 500;
  line-height: 21.6px !important;
  text-align: left;
  position: relative;
  left: 0 !important;
  order: 1;
  padding-left: 0 !important; }

label[for="shippingOptionRadio-642563c379170-9b32b1fac48d0be2863db464d161db12"]:before, label[for="shippingOptionRadio-642563c379170-9b32b1fac48d0be2863db464d161db12"]:after {
  top: 16px !important; }

.dynamic-form-field.dynamic-form-field--countryCode .dropdown-chevron {
  top: 66%; }

.paymentProviderHeader-nameContainer {
  position: relative;
  top: 5px; }

label[for="terms"] a {
  color: #1A404D !important;
  font-weight: 600;
  text-decoration: underline; }

label[for="terms"] {
  padding-left: 35px !important;
  padding-top: 5px !important;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #1A404D !important; }

label[for="terms"]:before, label[for="terms"]:after {
  top: 0 !important; }

h3.cart-title.optimizedCheckout-headingSecondary {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.4px;
  color: #171A24; }

article.cart.optimizedCheckout-orderSummary a#cart-edit-link {
  background: #1A404D;
  box-shadow: 0px 11px 24px rgba(19, 35, 91, 0.04);
  border-radius: 23px;
  color: #fff !important;
  padding: 0;
  width: 86px;
  padding: 11px 0 10px 0px;
  display: flex;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.2px;
  margin: auto;
  align-items: center;
  margin-right: 0;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none; }

section.cart-section.optimizedCheckout-orderSummary-cartSection > h3 {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #1A404D;
  margin: 0; }

.product-price.optimizedCheckout-contentPrimary {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #1A404D; }

.product-column.product-body h4.product-title.optimizedCheckout-contentPrimary {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #1A404D; }

ul.product-options.optimizedCheckout-contentSecondary li {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #A3AAB7; }

section.cart-section.optimizedCheckout-orderSummary-cartSection {
  border-top: 1.6px solid #EBEEF3 !important; }

.cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--subtotal span[data-test="cart-price-label"], .cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--subtotal span, div[data-test="cart-shipping"] span[data-test="cart-price-label"], div[data-test="cart-taxes"] span[data-test="cart-price-label"], section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label, span.cart-priceItem-label, span.cart-priceItem-value {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  color: #1A404D; }

div[data-test="cart-shipping"] span.cart-priceItem-value span, div[data-test="cart-taxes"] span.cart-priceItem-value span {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  /* identical to box height */
  text-align: right;
  color: #1A404D; }

fieldset.form-fieldset.redeemable-entry .form-prefixPostfix button#applyRedeemableButton {
  height: 50px;
  order: 2;
  padding: 0px 0 !important; }

fieldset.form-fieldset.redeemable-entry .form-prefixPostfix {
  width: 100%; }

fieldset.form-fieldset.redeemable-entry .form-prefixPostfix input.form-input.optimizedCheckout-form-input {
  width: 100%;
  border: 1px solid #ccc !important;
  box-shadow: 0px 0px; }

div[data-test="cart-total"] span[data-test="cart-price-label"] {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  color: #1A404D; }

section.cart-section.optimizedCheckout-orderSummary-cartSection {
  padding: 0; }

.checkout-view-header .stepHeader.is-readonly {
  padding: 0 !important; }

section.cart-section.optimizedCheckout-orderSummary-cartSection {
  width: 100% !important;
  max-width: 100% !important;
  display: inline-block;
  min-width: 100%;
  border: none !important; }

section.cart-section.optimizedCheckout-orderSummary-cartSection ul.productList {
  width: 100%; }

section.cart-section.optimizedCheckout-orderSummary-cartSection h4.product-title.optimizedCheckout-contentPrimary {
  padding-top: 0 !important;
  margin-top: 0;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left; }

#checkout-app aside.layout-cart header.cart-header {
  padding: 0;
  display: flex;
  align-items: center; }

#checkout-app aside.layout-cart header.cart-header h3.cart-title.optimizedCheckout-headingSecondary {
  margin-top: 0; }

section.cart-section.optimizedCheckout-orderSummary-cartSection ul.productList .product {
  align-items: center; }

section.cart-section.optimizedCheckout-orderSummary-cartSection ul.productList .product .product-column.product-actions {
  align-self: center; }

section.cart-section.optimizedCheckout-orderSummary-cartSection ul.productList .product .product-column.product-actions .product-price.optimizedCheckout-contentPrimary {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: right;
  color: #1A404D; }

#checkout-app aside.layout-cart section.cart-section.optimizedCheckout-orderSummary-cartSection {
  padding: 10px 0; }

.cart-priceItem.optimizedCheckout-contentPrimary {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 12px; }

div[data-test="cart-total"] span.cart-priceItem-value span {
  color: #1A404D;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left; }

img.paymentProviderHeader-img[data-test="payment-method-logo"] {
  position: relative;
  top: 0px; }

#checkout-app label[for="radio-stripeupe-card"]:before, #checkout-app label[for="radio-stripeupe-card"]:after {
  top: 22px !important; }

html.rectangle-out-btnAnimate div#checkout-app .button:hover {
  color: #fff !important;
  border: 1px solid #1A404D !important;
  background-color: #1A404D !important;
  color: #ececec;
  border-color: #1A404D !important; }

.dynamic-form-field.dynamic-form-field--addressLine2, .dynamic-form-field.dynamic-form-field--province {
  display: none !important; }

.previewCart li.previewCartItem {
  flex-wrap: nowrap !important; }

.previewCartAction a.button {
  height: 32px !important;
  line-height: 32px;
  padding: 0 !important; }

div#cart-preview-dropdown li {
  flex-wrap: nowrap !important;
  padding-top: 10px; }

.delivery-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #EBEEF3;
  border-radius: 2px;
  padding: 20px 20px 0px 10px;
  margin-bottom: 20px;
  margin-top: 10px; }

.delivery-text p {
  font-family: Lato;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 25px !important;
  /* or 208% */
  letter-spacing: 0.2px !important;
  color: #1A404D !important; }

.previewCartAction-viewCart a.button.button--small.button--action {
  background: #FA6501 !important;
  border: 1px solid #FA6501 !important;
  color: #fff !important; }

.previewCartAction-viewCart a.button.button--small.button--action:hover {
  background: transparent !important;
  color: #FA6501 !important; }

.previewCartAction-checkout.checkoutBtn a.button.button--small.button--primary {
  background-color: #1A404D !important;
  /* height: 40px !important; */
  /* line-height: 40px !important; */ }

.previewCartAction-checkout.checkoutBtn a.button.button--small.button--primary:hover {
  background: transparent !important;
  color: #333333 !important; }

#checkout-app .dynamic-form-field label:after {
  content: " *"; }

#checkout-app .dynamic-form-field label {
  position: relative; }

ul.footer-info-list li.shipping {
  display: none; }

div#cart-preview-dropdown .Qtyytxts {
  text-align: right;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #656975; }

div#cart-preview-dropdown h4.card-title.card-title-three-lines a {
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px;
  text-align: left;
  color: #1A404D !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical; }

div#cart-preview-dropdown li.previewCartItem {
  gap: 0px;
  padding: 10px 20px !important;
  border-bottom: 1px solid #cccccc; }

div#cart-preview-dropdown li.previewCartItem::before {
  display: none; }

div#cart-preview-dropdown .previewCartItem-content {
  max-width: 54%;
  padding-right: 0;
  padding-left: 12px; }

div#cart-preview-dropdown .previewCartItem-content .card-sku-brand-section {
  margin-top: 0;
  margin-bottom: 6px; }

div#cart-preview-dropdown .previewCartItem-content .card-sku-brand-section a.brand-link {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #656975 !important; }

div#cart-preview-dropdown .previewCartItem-content p.proAvial {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #656975; }

div#cart-preview-dropdown .Qtyytxts p.quantityCst {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: right;
  color: #656975; }

div#cart-preview-dropdown {
  padding: 0; }

div#cart-preview-dropdown .previewCartItem-content h4.card-text.brand {
  margin: 0 !important; }

div#cart-preview-dropdown li.cart-total {
  border: none;
  width: 160px; }

div#cart-preview-dropdown ul.cart-totals {
  width: 182px !important;
  float: right !important;
  padding: 0 !important;
  margin-top: 4px;
  margin-bottom: 10px; }

div#cart-preview-dropdown li.cart-total .cart-total-label, div#cart-preview-dropdown li.cart-total .cart-total-value {
  padding: 0; }

div#cart-preview-dropdown li.cart-total .cart-total-value {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: right;
  color: #1A404D; }

div#cart-preview-dropdown li.cart-total .cart-total-label {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #656975; }

.previewCartAction {
  flex-direction: column;
  max-width: 100%;
  gap: 6px;
  padding: 14px 20px; }

.previewCartAction .previewCartAction-checkout.checkoutBtn, .previewCartAction .previewCartAction-viewCart {
  width: 100%;
  padding: 0;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left; }

.previewCartAction .previewCartAction-viewCart {
  padding: 0; }

.previewCartAction .previewCartAction-checkout.checkoutBtn a, .previewCartAction .previewCartAction-viewCart a {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  height: 50px !important;
  line-height: 50px !important;
  text-transform: inherit; }

@media (max-width: 767px) {
  div#filterSearchContainer {
    height: 591px !important; }
  .thickness-wrapper ul li {
    width: 29% !important;
    height: 30px !important;
    line-height: 30px !important; }
  .thickness-wrapper ul li a {
    font-size: 14px; }
  section#quickSearch a {
    font-family: Lato;
    font-size: 33px;
    font-weight: 700;
    line-height: 24px;
    text-align: left; }
  section#quickSearch .price-section.price-section--withoutTax.current-price.regular-price abbr.active {
    font-size: 12px !important;
    opacity: 1;
    font-weight: 100vh;
    position: relative;
    top: 3px;
    font-family: 'LATO'; }
  section#quickSearch span.price.price--withoutTax.price-section--minor.active + abbr {
    top: 2px !important; }
  body.main.home .products-container.carousel-active ul.productGrid.productGrid--maxCol4 li {
    width: 50% !important; }
  body.main.home .products-container.carousel-active ul.productGrid.productGrid--maxCol4 li:nth-child(n+3) article {
    visibility: visible !important;
    height: auto !important; }
  #filterAjaxSearchContainer .freshSearch {
    margin-top: 22px; }
  #closeFilterAjaxSearch {
    top: 41px !important; }
  #filterAjaxSearchContainer #freshSearch {
    min-width: 100% !important; }
  #filterAjaxSearchContainer .freshSearch {
    padding-right: 70px;
    position: relative; }
  #filterAjaxSearchContainer .freshSearch svg {
    position: absolute !important;
    right: 84px !important;
    top: 20px !important;
    left: auto !important; } }

.freshSearchActive:after {
  position: fixed !important;
  content: "" !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5);
  top: 0; }

.Delivery-custom-Information .header-container, .Delivery-custom-Information header.header {
  background: #fff !important; }

@media (min-width: 701px) {
  body .filterAjaxMainContainer {
    width: 75%; } }

.whatsapp-icon {
  display: none !important; }

form.form.forgot-password-form .form-prefixPostfix-button--postfix {
  width: auto;
  margin-top: 0; }

html .account.account--fixedSmall input.button {
  height: 42px !important; }

.all-account-data {
  background: #fff;
  padding: 30px;
  max-width: 700px;
  position: relative;
  width: 49%;
  margin-top: 79px;
  border-radius: 10px;
  margin-bottom: 79px;
  margin-right: 50px; }

.img-banner-account img {
  width: 100%; }

.all-account-data h1 {
  font-weight: bold;
  font-family: 'Lato';
  padding-bottom: 10px; }

.all-account-data form label {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #1A404D !important;
  text-align: left; }

.img-banner-account .page-width {
  max-width: 100%;
  display: flex;
  margin: auto;
  justify-content: flex-end; }

.img-banner-account .right-image {
  display: block;
  width: 45%; }

.img-banner-account {
  padding: 0px 0; }

.all-account-data h1.page-heading {
  text-align: left !important; }

body .all-account-data h1.page-heading::after {
  right: inherit;
  left: 0; }

body .img-banner-account .form-row--half .form-field {
  width: 100%;
  margin-bottom: 22px; }

.all-account-data form input, .all-account-data form select {
  border: 1px solid #CCCCCC;
  border-radius: 4px !important;
  height: 50px !important;
  padding: 10px !important;
  font-family: 'Lato';
  background-color: #F2F2F2;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

.all-account-data label small {
  color: red !important;
  font-size: 14px;
  float: none !important; }

.all-account-data .form-checkbox + .form-label::before {
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 2px solid #5a5a5a; }

.all-account-data .form-checkbox:checked + .form-label::after, .all-account-data .form-radio:checked + .form-label::after {
  top: 5px;
  left: 2px; }

.Trade.Credit h1.page-heading {
  display: none; }

.Trade.Credit p:empty {
  display: none; }

.page.content p:empty {
  display: none; }

.login-page .all-account-data .form-checkbox:checked + .form-label::after,
.login-page .all-account-data .form-radio:checked + .form-label::after,
.Trade.Credit .form-checkbox:checked + .form-label::after,
.Trade.Credit.form-radio:checked + .form-label::after {
  top: 5px;
  left: 1px; }

.all-account-data .form-actions input.button {
  background: #FA6501 !important;
  width: 238px !important;
  height: 50px !important;
  line-height: 0px !important;
  padding: 0 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-color: #FA6501 !important;
  color: #fff !important;
  text-transform: capitalize;
  min-width: 238px !important; }

.all-account-data .form-actions input.button:hover {
  background-color: #1A404D !important;
  color: #fff !important;
  border-color: #1A404D !important; }

.all-account-data label.form-label[for="FormField_25"] {
  margin-bottom: 10px; }

.all-account-data .form-actions input {
  width: 100% !important;
  max-width: 200px !important;
  line-height: normal !important;
  font-family: 'Lato' !important; }

.all-account-data input:focus + label {
  outline: none; }

.blog-layout .read-more a.button.read-more-button {
  background: transparent !important; }

.default-banner {
  padding: 0; }

.custom-banner-blog-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

div#product-images-container .image-label-feature .label-text {
  display: none; }

.thickness-wrapper ul li[class*="~"] {
  display: block; }

.thickness-wrapper {
  margin: 0px; }

.thickness-wrapper h3 {
  margin: 0;
  font-family: Lato;
  font-weight: 700;
  padding-bottom: 12px;
  font-size: 16px; }

.thickness-wrapper ul li {
  border: 1px solid #112259;
  background: #fff;
  width: 22%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 10px; }

.thickness-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.thickness-wrapper ul li a {
  text-decoration: none;
  color: #000;
  font-family: Lato;
  font-weight: 500; }

.thickness-wrapper ul li.active {
  background: #112259; }

.thickness-wrapper ul li.active a {
  color: #fff; }

section#quickSearch.quickSearchResults article.card .card-body {
  padding-left: 10px;
  width: 65% !important; }

section#quickSearch .price-section.price-section--withoutTax.current-price.regular-price abbr {
  text-transform: capitalize; }

section#quickSearch .price-section.price-section--withTax.current-price.regular-price.cstmWithTax .vat-price-product-wrapper abbr {
  width: 70% !important; }

.search-layout .search .panel-body .search-suggestion:nth-of-type(2) {
  display: none; }

.search-layout .search .panel-body .search-suggestion:nth-of-type(1) {
  margin-top: -47px; }

.search-layout .search .panel-body {
  padding-bottom: 0 !important; }

.thickness-wrapper ul li {
  display: none; }

.search .image-label-feature {
  display: none; }

a.modal-close.custom-quick-search {
  background: #1A404D !important;
  color: #fff !important; }

.product-page-layout .price-section.price-section--withTax.current-price.regular-price.cstmWithTax {
  padding-top: 0px; }

.product-page-layout .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  padding-top: 0px !important; }

@media (max-width: 767px) {
  html .darkHeader div#menu.mobile-menu nav.navPages {
    top: 0 !important; }
  input.clearSearchData {
    right: 50px !important; }
  html .darkHeader .header-logo.header-logo--left img {
    max-width: 160px !important; }
  html .darkHeader header:nth-of-type(2) .navPages-quickSearch.right.searchbar {
    display: none; }
  html .darkHeader .navPages-quickSearch.right.searchbar.shift-right {
    display: block !important;
    background: #112259 !important; }
  html .darkHeader input.clearSearchData {
    right: 55px !important;
    top: 19px !important; }
  html .darkHeader .search-buttons-container {
    padding: 0 !important; }
  .mobileMenu-toggle {
    z-index: 999; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a {
    z-index: 999; }
  .darkHeader .navPages-quickSearch.right.searchbar {
    background: #112259 !important; }
  .darkHeader .top-menu {
    height: 70px !important;
    padding-bottom: 30px !important; }
  .darHeader .navPages-quickSearch {
    position: relative; }
  .darkHeader .navPages-quickSearch.right.searchbar form.form {
    position: relative;
    top: 0px; }
  html .darkHeader div#menu.mobile-menu nav.navPages {
    top: 0 !important; }
  html .darkHeader .header-logo.header-logo--left img {
    max-width: 140px !important; }
  html .darkHeader header:nth-of-type(2) .navPages-quickSearch.right.searchbar {
    display: none; }
  html .darkHeader .navPages-quickSearch.right.searchbar.shift-right {
    display: block !important;
    background: #112259 !important; }
  html .darkHeader input.clearSearchData {
    right: 55px !important;
    top: 19px !important; }
  html .darkHeader .search-buttons-container {
    padding: 0 !important; }
  .mobileMenu-toggle {
    z-index: 999; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a {
    z-index: 999; } }

.poa-product .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  display: none; }

.poa-product .TotalPriceMain {
  display: none; }

.poa-product .TotalPricexvat {
  display: none; }

@media (max-width: 400px) {
  .forOnePro .productView-brand span.BrandTitl {
    font-size: 20px; }
  .forOnePro span.stock p {
    font-size: 12px; }
  .forOnePro span.stock {
    padding: 2px 6px; } }

@media (max-width: 360px) {
  .home .productGrid.productGrid--maxCol4.top-sellers .image-label-feature {
    top: 125px !important; }
  .right-info .price-section.current-price span.price {
    font-size: 32px !important; }
  span.TotalPricexvats {
    font-size: 14px !important; }
  .forOnePro .productView-brand span.BrandTitl {
    font-size: 19px; } }

.productView-product .productView-options {
  display: block !important; }

.tab-content p {
  font-family: Lato;
  font-weight: 500; }

.tab-content ul li {
  font-family: Lato;
  font-weight: 500; }

.forOnePro section.productView div#estimatetime {
  display: none !important; }

section.productView-details.product-options div#estimatetime {
  display: none !important; }

.forOnePro .left-info {
  margin-top: 0 !important; }

html section.productView-details.product-options {
  position: relative;
  top: 0px; }

.forOnePro .right-info dl.productView-info .regular-price {
  border-bottom: 0px solid #ccc;
  margin-bottom: 10px; }

.forOnePro section.productView-details form.form select {
  border-bottom: 1px solid #ccc; }

.forOnePro .form-field {
  margin-bottom: 0; }

[data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall {
  margin-top: 20px; }

html [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
  width: 110px !important;
  padding: 0 20px !important;
  margin-right: 0 !important;
  margin-left: 10px; }

html [data-product-attribute="date"] label.form-label.form-label--alternate.form-label--inlineSmall select:last-child {
  margin-right: 0; }

select.form-select.form-select--date.needsclick[name="attribute[1174][year]"] {
  margin-right: 0px !important; }

div#add-to-cart-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 10px; }

.productView .form-increment {
  display: flex;
  margin-right: 10px !important; }

html div#add-to-cart-wrapper button {
  background: #00b67a !important;
  border-radius: 0 !important;
  color: #fff !important; }

html div#add-to-cart-wrapper button i {
  font-style: normal; }

.TotalPriceMain p {
  font-size: 16px !important;
  color: #1a404d !important;
  opacity: 1 !important;
  font-family: 'Lato' !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-left: 13px; }

.TotalPriceMain span {
  width: 100%;
  text-align: center !important; }

.forOnePro #add-to-cart-wrapper .form-action input#form-action-addToCart {
  border-radius: 0 !important; }

.forOnePro #add-to-cart-wrapper .form-action input#form-action-addToCart:active, .forOnePro #add-to-cart-wrapper .form-action input#form-action-addToCart:hover {
  background: #02b67a !important;
  border: 1px solid #02b67a !important;
  color: #fff !important; }

html .productView .socialLinks .icon {
  width: 24px;
  height: 24px; }

html .productView .socialLinks {
  padding: 0 !important; }

html .productView .addthis_toolbox.addthis_32x32_style {
  margin: 0 !important; }

.custom-tabs-social {
  display: flex;
  justify-content: space-between; }

li.socialLinks-item.socialLinks-item--pinterest {
  padding-right: 0;
  margin-right: 0; }

div#product-images-container {
  margin-bottom: 0 !important; }

html [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select + small {
  display: none; }

small.extrstext {
  padding: 7px 0;
  display: block; }

html [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
  background-position: 90% !important;
  background-size: 12px !important; }

[data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall {
  display: flex;
  justify-content: space-between;
  align-items: center; }

[data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall p {
  margin: 0; }

.For-mobile-view {
  display: none !important; }

/*[data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall p + small {
    display: none;
}*/
.bulk-price-table-wrap a {
  width: 100%; }

table.custom-table-wrap {
  width: 100%; }

table.custom-table-wrap tr td {
  text-align: center;
  width: 33%;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 500;
  padding: 10px 0;
  border-left: 1px solid #ccc; }

.bulk-price-table-wrap {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc; }

table.custom-table-wrap tr:last-child td {
  border-bottom: 0; }

table.custom-table-wrap tr td:first-child {
  border-left: 0px; }

table.custom-table-wrap tr td p {
  margin: 0; }

.content-bulk {
  width: 100% !important; }

.bulk-icon-button {
  color: #fff;
  background: #02b67a;
  text-align: center;
  height: 38px;
  line-height: normal;
  margin-top: 20px;
  border: 3px solid #777575;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center; }

.bulk-icon-button span {
  padding: 0 !important;
  position: relative;
  top: 1px !important;
  left: 10px;
  font-size: 22px !important; }

table.custom-table-wrap .TotalPriceMain {
  display: flex;
  align-items: center;
  justify-content: center; }

table.custom-table-wrap .TotalPriceMain p {
  margin: 0;
  padding: 0 !important;
  color: #000 !important; }

table.custom-table-wrap .TotalPriceMain span {
  width: 100px; }

table.custom-table-wrap .TotalPriceMain span.TotalCountPrice {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500; }

a[data-reveal-id="modal-bulk-pricing"] {
  text-decoration: none; }

table.custom-table-wrap tr td {
  color: #060b1e;
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center; }

.bulk-icon-button {
  background: #c9c9c9 !important;
  border: 1px solid #222 !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  color: #112259 !important;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500; }

.price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
  width: 100% !important; }

body li.product .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
  width: auto !important; }

.cart-layout .modal-content .form-field {
  border: 1px solid #ccc;
  display: flex;
  padding: 6px;
  align-items: center; }

.cart-layout .modal-content .form-field select#attribute_select_1175 {
  border: none; }

.cart-layout .modal-content .form-field select {
  border: navajowhite; }

.cart-layout .modal-content .form-field {
  border: none !important; }

.cart-layout .modal-content .form-field.\31 23 {
  border: 1px solid #ccc !important; }

.cart-layout .modal-content .form-field.\31 23 img {
  margin-top: 9px; }

/****************22/11**************************/
html .modal-body.quickView dd.productView-info-value {
  float: unset; }

html .modal-body.quickView .bulk-icon-button {
  left: 0;
  width: 100%;
  margin-top: 40px; }

html .modal-body.quickView .TotalPriceMain p {
  margin: 0;
  padding-left: 0px !important;
  width: 100%; }

html .modal-body.quickView .form-field.form-field--increments {
  position: relative !important; }

html .modal-body.quickView .TotalPriceMain {
  width: 100%;
  text-align: left;
  display: block; }

html .modal-body.quickView div#add-to-cart-wrapper.qty-box-visible .custom-sec .form-field.\31 23 {
  margin-bottom: 15px !important; }

html .modal-body.quickView .form-field select#attribute_select_120 {
  min-width: 364px;
  max-width: 100%; }

html .modal-body.quickView div#add-to-cart-wrapper.qty-box-visible .form-action {
  margin-top: 0px !important; }

.modal--large {
  border-radius: 10px;
  max-width: 1280px !important;
  max-width: 100%; }

.modal-close {
  color: #000 !important; }

.productView-product .right-info.productView-info {
  padding-bottom: 0 !important; }

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

.productView-product .product-custom-fields ul {
  width: 100%;
  padding-bottom: 7px !important;
  margin: 0;
  text-align: center; }

.productView-product .product-custom-fields ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 33% !important;
  margin-bottom: 15px; }

table.custom-table-wrap thead tr {
  border-bottom: 1px solid #cccccc; }

table.custom-table-wrap thead tr th {
  padding: 14px;
  padding: 5px 0;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #1A404D; }

.productView--quickView section .outer-sected-wrapper {
  width: 61%; }

.productView--quickView .accordion {
  display: inline-block !important;
  width: 100% !important; }

.productView--quickView .accordion-item span.arrow {
  float: right; }

html section#quickSearch .price-section.price-section--withTax.current-price.regular-price.cstmWithTax {
  padding-top: 0 !important; }

div#product-images-container .image-label-feature {
  display: none; }

.home .featured-products-section .price-section.price-section--withoutTax.current-price.regular-price {
  display: flex;
  margin: 0 !important; }

.home .featured-products-section .price-section.price-section--withoutTax.current-price.regular-price span.price-label {
  display: none; }

.home .featured-products-section .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
  width: auto !important;
  padding-right: 3px; }

.product-page-layout .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
  width: auto !important; }

.product-page-layout .price-section.price-section--withTax.current-price.regular-price.cstmWithTax + div + .TotalPricexvat {
  top: 10px;
  padding-top: 10px; }

.product-page-layout .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active + div + .TotalPricexvat {
  top: -50px; }

.product-page-layout .forOnePro .right-info dl.productView-info:after {
  display: none; }

.product-page-layout .thickness-wrapper {
  padding-top: 10px;
  padding-bottom: 10px; }

.product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
  padding-top: 0px; }

.product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
  padding-top: 0px !important; }

form#CartEditProductFieldsForm .form-field {
  flex-wrap: wrap; }

form#CartEditProductFieldsForm label.form-label.form-label--alternate.form-label--inlineSmall {
  margin-right: 10px; }

.product-page-layout section.productView-details.price-visibility.sale-label-active {
  padding-top: 0 !important; }

.product-page-layout [data-product-attribute="set-select"] label.form-label.form-label--alternate.form-label--inlineSmall {
  margin-top: 0 !important; }

.form-field[data-product-attribute="date"] {
  margin-top: 40px !important; }

.toggle-active .form-field[data-product-attribute="date"] {
  margin-top: 0 !important; }

.product-page-layout .form-field[data-product-attribute="set-select"] label.form-label.form-label--alternate.form-label--inlineSmall {
  margin-top: 0 !important; }

.product-page-layout .form-field[data-product-attribute="set-select"] select {
  padding-right: 42px !important; }

.compare-layout div#alert-modal, .category-layout div#alert-modal {
  z-index: 9999999; }

html .toggle-active .right-info {
  padding-bottom: 40px !important; }

html .product-page-layout .right-info {
  padding-bottom: 0px !important; }

html .product-page-layout.select-boxes .right-info {
  padding-bottom: 40px !important; }

.compare-page .brand {
  display: flex;
  align-items: baseline; }

.compare-page .brand a {
  position: relative;
  padding-left: 5px; }

.compare-page span.compareTable-headingText {
  margin: 0 !important; }

.thickness-wrapper ul li a {
  width: 100%;
  height: 100%;
  display: inline-block; }

.brand-layout .price-section.price-section--withoutTax.current-price.regular-price {
  display: flex;
  justify-content: center !important; }

.brand-layout .price-section.price-section--withoutTax.current-price.regular-price span.price-label {
  display: none; }

.brand-layout .price-section.price-section--withoutTax.current-price.regular-price span.price.price--withoutTax.price-section--minor.active {
  width: auto !important;
  padding-right: 4px; }

.brand-layout .both-grid-list-views .actionBar .form-field {
  top: -8px !important; }

header.header [aria-label="cart-preview-dropdown"] {
  text-align: center !important; }

html .cstm-despatch-page div[data-test="cart-shipping"] span.cart-priceItem-value {
  width: 0 !important; }

html .cstm-despatch-page .cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--total span.cart-priceItem-value {
  width: 0 !important; }

html div#checkout-app fieldset#checkoutShippingAddress a[aria-description="Enter or select a different address"] {
  width: 100% !important;
  padding: 15px 0 0px 0px !important;
  line-height: 48px !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  height: auto !important; }

.quickSearchResultsActive section#quickSearch .price-section span.price.price--withoutTax.price-section--minor {
  width: auto !important; }

div#___ratingbadge_1 {
  display: none !important; }

div#___ratingbadge_0 {
  left: 0 !important;
  bottom: 60px !important;
  box-shadow: 0px 0px !important;
  border: none !important; }

.css-10z1g2q > div {
  justify-content: flex-end !important; }

/* Custom CSS 26 Jul */
.top_slide_content div[data-placement-status] {
  text-align: center;
  color: #fff; }

.page.category-grid .right-section, body.main.twelve-eighty .search.category.main.product-filtering-enabled, body.main.twelve-eighty .brand.main.product-filtering-enabled {
  width: 74% !important;
  float: right !important;
  padding-right: 0 !important; }

.accordion {
  max-width: 600px;
  margin: 10px auto;
  border: 0px solid #ccc;
  border-radius: 5px;
  overflow: hidden; }

.accordion-item {
  border-bottom: 1px solid #ccc; }

.accordion-item:first-of-type {
  border-top: 1px solid #ccc; }

.accordion-button {
  width: 100%;
  padding: 12px 0;
  text-align: left;
  color: #1A404D;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Lato;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  background: transparent;
  transition: background 0.3s ease; }

.accordion-content {
  padding: 0;
  display: none;
  background: transparent;
  border: none;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left; }

div#facetedSearch-navList a.navList-action.navList-action--checkbox {
  color: #fff !important; }

.accordion-content p {
  margin: 0; }

.stats-section {
  background-color: #333c41;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center; }

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.stat-icon {
  width: 33px;
  height: 33px; }

.stat-value {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px; }

.stat-text {
  font-size: 16px;
  color: #333; }

.comparison-table-wrapper {
  width: 100%; }

.comparison-table {
  display: flex;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.criteria-column, .comparison-column {
  padding: 20px;
  flex: 1; }

.criteria-column {
  background-color: #f9f9f9;
  border-right: 1px solid #ddd; }

.criteria-column h3, .comparison-column h3 {
  margin-top: 0;
  font-size: 1.5em;
  color: #333; }

.criteria-column ul, .comparison-column ul {
  list-style: none;
  padding: 0; }

.criteria-column li, .comparison-column li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #555; }

.criteria-column li:before {
  content: "• ";
  color: #000;
  font-weight: bold; }

.features-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #ffffff; }

.features-section h2 {
  font-size: 36px;
  margin-bottom: 40px; }

.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }

.feature-item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.feature-icon {
  width: 80px;
  height: 80px;
  background-color: #d3d3d3;
  border-radius: 50%;
  margin-bottom: 20px; }

.feature-item p {
  font-size: 16px;
  color: #333333;
  margin: 0; }

.certifications {
  text-align: center; }

.certifications h2 {
  font-size: 24px;
  margin-bottom: 20px; }

.certificates {
  display: flex;
  justify-content: center;
  gap: 20px; }

.certificate {
  display: flex;
  flex-direction: column;
  align-items: center; }

.circle {
  width: 100px;
  height: 100px;
  background-color: #b0b0b0;
  border-radius: 50%;
  margin-bottom: 10px; }

.certificate p {
  margin: 0;
  font-size: 16px; }

.faqs {
  width: 80%;
  max-width: 800px;
  text-align: center; }

.faqs h2 {
  font-size: 24px;
  margin-bottom: 20px; }

.faq-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  font-size: 18px; }

.faq-answer {
  display: none;
  padding: 0 15px 15px; }

.faq-answer p {
  margin: 0; }

.faq-item.active .faq-answer {
  display: block; }

.faq-item.active .toggle-btn {
  content: "-"; }

div#product-feature-logo-1 img {
  height: 43px;
  margin: 6px; }

div#product-feature-logo-1 ul {
  display: inline-block; }

/*Custom css 08/08/2024*/
body {
  font-family: "Lato", sans-serif; }

.top_slide_content button.slick-arrow {
  top: 16px !important;
  transform: translate(0, 5%);
  background: transparent;
  border: none;
  height: auto;
  width: auto; }

.top_slide_content {
  font-size: 16px; }

.top_slide_content {
  font-size: 16px; }

.top_slide_content div[data-placement-status] {
  max-width: 370px;
  margin: auto;
  width: 100%; }

.top_slide_content .slick-next:before, .top_slide_content .slick-prev:before {
  height: 1rem;
  width: 1rem; }

.css-p3lncx {
  display: none !important; }

.top_slide_content .slick-slide {
  text-transform: capitalize;
  margin-bottom: 0px !important; }

header.header input#nav-quick-search {
  background: #F2F2F2;
  border-radius: 100px !important;
  border: 1px solid #F2F2F2; }

.belowheadIcn ul {
  gap: 0;
  justify-content: flex-end; }

header.header .right.searchbar .form {
  width: 617px !important;
  max-width: 100%;
  display: inline-block;
  position: relative;
  float: none; }

.main-nav-container.full-width .navPages-container, .main-nav-container .category-list {
  background-color: #fff !important;
  border: none; }

.main-nav .custom-pages-nav .navPages-action {
  color: #656975 !important;
  font-size: 16px !important;
  letter-spacing: 0; }

.home.slider-in-container > div {
  max-width: 100% !important; }

img.header-logo-image {
  width: 200px; }

.home.slider-in-containe .belowheadIcn {
  width: 150px; }

.belowheadIcn ul {
  width: 100% !important;
  padding-right: 0;
  gap: 10px !important; }

.navPages-container.inside-header.left-logo.search-container.not-sticky.visible {
  width: 48%; }

#body.hasAdminBar .body.content {
  margin-top: 1.5rem !important; }

header.header > ul {
  margin: 0 !important;
  display: flex; }

[data-test-id="carousel-title"] {
  font-family: Lato;
  font-size: 58px !important;
  font-weight: 700 !important;
  line-height: 63px;
  text-align: left; }

[data-test-id="carousel-subtitle"] {
  font-family: Lato;
  font-size: 20px  !important;
  font-weight: 400;
  line-height: 30px  !important;
  text-align: left; }

[data-test-id="carousel-cta-button"] {
  background: #FA6501;
  font-family: Lato;
  font-size: 20px  !important;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left;
  margin-top: 8px !important;
  border: 1px solid #FA6501 !important;
  padding: 18px 85px  !important; }

[data-test-id="carousel-cta-button"]:hover {
  background: transparent !important;
  color: #FA6501 !important; }

.WidgetTitle__Header-sc-ruy1gu-2.fcXbaH {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center; }

ul.stats-content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0; }

ul.stats-content li {
  display: flex;
  list-style: none;
  color: #fff;
  align-items: center;
  gap: 30px;
  width: 19%;
  justify-content: center; }

ul.stats-content li p {
  margin-bottom: 0;
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #FA6501;
  border-left: 2px solid #FA6501;
  padding-left: 13px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

ul.stats-content li span {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  width: 50%;
  text-align: left; }

.footer {
  background-color: #121317 !important; }

body.main.twelve-eighty .main {
  width: 100% !important;
  max-width: 100% !important; }

[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
  width: 1280px;
  margin: auto;
  gap: 0px;
  padding: 0 !important; }

[data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p {
  padding-bottom: 20px;
  color: #1A404D !important;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative; }

div#showcase-products {
  background: #F7F7F7;
  padding-bottom: 40px; }

div#showcase-products .featured.products-container.carousel-inactive {
  max-width: 1280px;
  margin: auto;
  padding: 40px 0; }

.shop_by_category_wrapper .shop_inner_slide_wrapper {
  max-width: 1280px;
  margin: auto; }

div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading {
  padding-bottom: 20px;
  color: #1A404D !important;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  margin-bottom: 10px !important;
  margin-top: 15px;
  position: relative;
  text-align: center;
  background: transparent;
  border: navajowhite;
  text-transform: capitalize;
  margin-top: 0; }

[data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p::after,
div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/*shop by category sec*/
[data-layout-id="f4abc287-dccc-45a3-9fc2-304615889f7f"] {
  background: #fff; }

body.main.twelve-eighty .main {
  width: 100% !important;
  max-width: 100% !important; }

[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
  width: 1280px;
  margin: auto;
  gap: 0px;
  padding: 0; }

[data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p {
  padding-bottom: 20px;
  color: #1A404D !important;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative; }

.shop_by_category_wrapper .shop_inner_slide_wrapper {
  max-width: 1280px;
  margin: auto; }

div#showcase-products .featured.products-container.carousel-inactive {
  max-width: 1280px;
  margin: auto;
  padding: 40px 0; }

div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading {
  padding-bottom: 20px;
  color: #1A404D !important;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  margin-bottom: 20px !important;
  margin-top: 15px;
  position: relative;
  text-align: center;
  background: transparent;
  border: navajowhite;
  text-transform: capitalize;
  margin-top: 0; }

[data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p::after,
div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout],
[data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] {
  border-right: 7px solid #fff;
  padding: 20px 22px;
  align-items: self-start;
  justify-content: flex-start; }

[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] p strong,
[data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] p strong {
  color: #1A404D;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 18px !important;
  display: inline-block;
  margin-top: 18px !important;
  min-height: 80px; }

[data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
  margin-top: 7px; }

[data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] div:last-child p,
[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:last-child p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #1A404D; }

[data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] > div:nth-child(4) p,
[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:nth-child(4) p {
  color: #656975;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  margin-bottom: 12px; }

/*slider css*/
[data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start !important;
  float: left;
  width: auto;
  margin: revert !important;
  margin-top: -87px !important;
  position: relative;
  margin-bottom: 0px !important;
  padding-left: 0;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left; }

[data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .es-layout-sidebar-inner {
  justify-content: flex-start !important;
  text-align: left !important;
  align-items: flex-start !important;
  width: 1280px;
  margin: auto; }

[data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  text-decoration: none; }

.home.slider-in-container .css-1csgxr0 > div > div {
  padding-top: 0;
  padding-bottom: 0; }

.css-1yzxlt4::after {
  background-size: 32% !important;
  right: 30px !important; }

div#bc-carousel-container-bcc21120-41c3-4654-902d-e2185dff0632 {
  max-width: 1280px;
  margin: auto;
  position: relative; }

.home.slider-in-container .css-1csgxr0 {
  padding: 0 !important; }

.home.slider-in-container .css-1csgxr0 > div {
  padding: 0;
  min-height: 420px !important; }

.home.slider-in-container .css-1csgxr0 > div > div {
  padding: 7px 20px !important;
  padding-left: 1px;
  width: 100%;
  position: absolute;
  bottom: 0; }

.home.slider-in-container button.css-mwwowe.css-1lllaof {
  right: 512px;
  left: inherit !important; }

.home.slider-in-container button.css-mwwowe.css-1lllaof, .home button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
  opacity: 1 !important;
  background: transparent !important; }

.home.slider-in-container button.css-mwwowe.css-1lllaof, .home button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
  top: 50% !important;
  background: transparent;
  z-index: 1;
  opacity: 1 !important; }

svg.css-1m3by0h {
  width: 20px !important;
  height: 20px !important; }

.css-94ci19 {
  right: 0px !important; }

[data-placement-id="a3cea8f0-8f0a-4fb5-9412-e6746471ef67"] {
  max-width: 1280px;
  margin: auto;
  width: 100%; }

button.css-mwwowe.css-1lllaof.bc-carousel__arrow--left {
  margin-top: 0 !important; }

[data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] {
  margin-top: 25px; }

.home.slider-in-container .css-1csgxr0 {
  height: 420px !important; }

/*feature product sectio*/
div#showcase-products .slick-list {
  margin-left: -20px; }

div#showcase-products .product.slick-slide {
  padding-left: 20px; }

div#showcase-products .slick-next, div#showcase-products .slick-prev {
  width: 22px;
  height: 22px; }

#body.not-internet-explorer div#showcase-products .slick-prev::before, #body.not-internet-explorer div#showcase-products .slick-next::before {
  background-color: #000 !important;
  width: 20px; }

div#showcase-products .slick-next:before, div#showcase-products .slick-prev:before {
  color: #000; }

div#showcase-products a.button.button--small.card-figcaption-button.add-to-cart:hover {
  background: transparent !important;
  color: #FA6501 !important; }

#body.not-internet-explorer div#showcase-products .slick-prev:hover::before, #body.not-internet-explorer div#showcase-products .slick-next:hover::before {
  background-color: #000 !important;
  color: #000; }

div#showcase-products a.button.button--small.card-figcaption-button.add-to-cart:hover span {
  color: #FA6501 !important; }

div#showcase-products .slick-next {
  right: -27px; }

div#showcase-products .slick-prev {
  left: -27px; }

h2.card-title a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #1A404D;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  margin-top: 10px; }

div#showcase-products figure.card-figure img {
  height: 270px;
  object-fit: cover; }

div#showcase-products article.card-title-three-lines h2.card-title {
  height: auto; }

article.card-title-three-lines h2.card-title {
  margin-bottom: 0px !important; }

div#showcase-products .price-section {
  text-align: left !important; }

.qty-wrapper a.button.card-figcaption-button.add-to-cart {
  height: 48px;
  background: #FA6501 !important;
  width: 128px !important;
  line-height: 40px;
  border: 1px solid #FA6501 !important;
  margin-top: 0;
  font-size: 16px;
  padding: 0;
  color: #1A404D !important;
  text-transform: capitalize;
  font-family: Lato;
  font-weight: 700;
  text-align: center;
  float: right !important;
  margin-left: 10px; }

.qty-wrapper a.button.card-figcaption-button.add-to-cart span {
  color: #1A404D !important; }

.qty-wrapper .qty-input {
  margin: 0; }

.qty-wrapper {
  margin-top: 10px;
  display: flex; }

.qty-wrapper .qty-btn {
  background: #F2F2F2;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #CCCCCC;
  font-size: 22px !important; }

.qty-wrapper input.qty-input {
  height: 48px !important;
  text-align: center;
  margin: 0 0px;
  border: none;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  width: 48px !important;
  color: black;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em; }

.qty-wrapper button.qty-btn.minus {
  border-radius: 4px 0px 0px 4px;
  border-right: 0px; }

.qty-wrapper button.qty-btn.plus {
  border-radius: 0px 4px 4px 0px !important;
  border-left: 0; }

.qty-wrapper {
  margin-top: 10px; }

div#showcase-products a.button.button--small.card-figcaption-button.options {
  height: 48px !important;
  margin-top: 10px;
  text-transform: capitalize;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px; }

div#showcase-products .card-body.purchase-ability.withTax {
  height: 320px !important; }

div#showcase-products .featured h2 {
  display: inline-block;
  width: 100%; }

div#showcase-products .featured {
  margin-top: 10px !important; }

div#showcase-products article.card {
  border-radius: 10px !important;
  padding-top: 0px;
  margin-top: 20px; }

div#showcase-products figure.card-figure {
  width: 100%;
  margin: auto;
  padding: 10px !important; }

figcaption.card-figcaption a.button.card-figcaption-button.quickview {
  padding: 13px 0px;
  border-radius: 10px !important; }

/*populor brands*/
[data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .WidgetTitle__Header-sc-ruy1gu-2.eEuoxN {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: #1A404D;
  position: relative;
  padding-bottom: 10px; }

[data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .WidgetTitle__Header-sc-ruy1gu-2.eEuoxN::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

[data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .eapp-logo-showcase-logo-caption {
  font-family: Lato;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 33.6px;
  text-align: center;
  color: #1A404D !important;
  margin-bottom: 20px !important; }

/*images with text section*/
[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] {
  padding: 0px 81px; }

div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .WidgetBackground__Container-sc-1ho7q3r-0.bVzsfG {
  padding: 35px 0px !important; }

div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .eapp-logo-showcase-logo-component {
  width: 18% !important; }

div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .eapp-logo-showcase-logo-component .eapp-logo-showcase-logo-inner {
  max-width: 100% !important;
  width: 100% !important;
  height: auto; }

div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .eapp-logo-showcase-logo-component .eapp-logo-showcase-logo-inner img {
  width: 100%;
  height: auto; }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] ul {
  padding-left: 20px;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 19px; }

[data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] p, [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] p strong {
  line-height: 48px;
  font-size: 40px !important; }

[data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] div#eapps-trustpilot-reviews-3e0f873c-1744-4546-bd17-f7aa920f0a2d {
  margin-top: 0; }

[data-content-region="home_below_top_products"] li,
.main.full.home.no-sidenav .featured-products-section ul li {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7); }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] div#buttonLink a {
  background: #FA6501 !important;
  width: 285px;
  height: 64px !important;
  line-height: 58px !important;
  padding: 0 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-color: #FA6501 !important;
  color: #08101B !important; }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] div#buttonLink a:hover {
  color: #FA6501 !important;
  background: transparent !important; }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container {
  display: flex !important;
  gap: 10px;
  flex-direction: row !important;
  align-items: baseline;
  width: 100% !important;
  justify-content: flex-start !important;
  padding: 0px !important; }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-layout-sidebar-inner {
  text-align: left !important;
  align-items: flex-start !important;
  display: inline-block !important;
  margin-top: 20px; }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container .BadgeTotalReviews__Content-sc-15g78rc-0 {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-decoration: none; }

h2.container-header.page-heading {
  text-align: center;
  background: transparent;
  border: none;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: #1A404D !important;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 40px !important; }

h2.container-header::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

body ul.productGrid.productGrid--maxCol4.top-sellers {
  max-width: 1280px !important;
  margin: auto !important; }

.top.products-container.carousel-inactive {
  text-align: center !important; }

.top.products-container.carousel-inactive ul.productGrid.productGrid--maxCol4.top-sellers {
  margin-left: auto !important;
  margin-right: auto !important; }

/*review css*/
.sd-spacer-f943317d-7328-4b60-86d7-a235654c9f8c {
  height: auto !important; }

h2.container-header.page-heading {
  text-align: center;
  background: transparent;
  border: none;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: #1A404D !important;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 40px !important; }

h2.container-header::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

body ul.productGrid.productGrid--maxCol4.top-sellers {
  max-width: 1280px !important;
  margin: auto !important; }

.top.products-container.carousel-inactive {
  text-align: center !important; }

[data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] {
  background: #111111; }

[data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-header-container {
  background: #08101B; }

[data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-review-background-container {
  background: transparent;
  text-align: left;
  padding: 0 0px; }

[data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-review-background-container .es-review-content {
  text-align: left; }

[data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-review-background-container .es-review-content-text {
  text-align: left;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 20px; }

span.ReviewAuthorName__AuthorName-sc-12q1dod-1.kBfvhj.es-review-author-name {
  font-size: 20px !important;
  line-height: 25px; }

.es-review-content-title {
  font-family: Lato;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 23.8px !important;
  text-align: left;
  margin-bottom: 10px; }

.jZUVBI [class*="Carousel__CarouselArrowControlContainer-sc"][aria-label="Previous"] {
  left: -40px; }

[data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] jZUVBI [class*="Carousel__CarouselArrowControlContainer-sc"][aria-label="Next"] {
  right: -40px; }

body.product-page-layout .es-review-content-control.es-review-content-control-open {
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left; }

.container.main {
  margin-bottom: 0 !important; }

.Content__WidgetContainer-sc-3sh3bs-2.fqfUCf, .main-newsletter {
  background: #FFFFFF;
  max-width: 972px !important;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px !important;
  overflow: hidden; }

.global-region.screen-width.above-footer .global-region.body-width {
  max-width: 100% !important;
  padding: 0 !important; }

.global-region.screen-width.above-footer {
  padding: 0 !important; }

.global-region.screen-width.above-footer .WidgetTitle__Header-sc-ruy1gu-2.coQfSf {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: #1A404D;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.global-region.screen-width.above-footer .WidgetTitle__Header-sc-ruy1gu-2.coQfSf::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.global-region.screen-width.above-footer .WidgetTitle__Caption-sc-ruy1gu-3 span {
  font-family: Lato;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #656975; }

.global-region.screen-width.above-footer form {
  max-width: 892px;
  width: 100%; }

.global-region.screen-width.above-footer form .FormFieldLayout__Container-sc-1m85c11-4.ccHmas {
  padding: 0; }

.global-region.screen-width.above-footer form button {
  margin: 0;
  border-radius: 4px !important;
  height: 64px !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: left;
  background: #FA6501 !important;
  border: 1px solid #FA6501 !important;
  width: 285px;
  margin-left: -2px; }

.TextControlBase__TextControlBaseContainer-sc-1s66zih-0.bBKQWp {
  border-radius: 0px !important;
  padding: 21px 15px !important;
  background: #F2F2F2 !important;
  border: 0px solid #f2e9e9 !important;
  border-right: 0px;
  height: 64px !important; }

.TextControlBase__TextControlBaseContainer-sc-1s66zih-0.bBKQWp input#l00vegfi {
  text-align: left !important; }

.global-region.screen-width.above-footer form button span {
  background: transparent !important; }

.global-region.screen-width.above-footer form button:hover {
  background: #1A404D !important;
  color: #fff !important;
  border: 1px solid #1A404D !important; }

.TextControlBase__TextControlBasePlaceholder-sc-1s66zih-8.CWjVC {
  text-align: left;
  font-family: Lato;
  font-size: 17px;
  font-weight: 400; }

ul.footer-info-list {
  text-align: left;
  margin-bottom: 3px !important; }

ul.footer-info-list a {
  width: 100%;
  display: inline-block; }

[data-content-region="footer_first_column--global"] p {
  text-align: left;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7) !important; }

.footer ul.footer-info-list li:first-child {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px; }

.footer ul.footer-info-list li:first-child a.navUser-action {
  width: auto; }

div#buttonLink a {
  border: 1px solid #FFFFFF33 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  background: transparent !important;
  width: 146px;
  height: 44px !important;
  text-transform: capitalize !important;
  padding: 0 !important; }

div#sd-simple-text-editable-96f07bdf-915b-44ef-bf9f-1704062447ee p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center; }

.global-region.screen-width.above-footer-creditsBar {
  background-color: #08101b !important; }

.footer-bottom {
  background-color: #08101b !important;
  border: none;
  padding-bottom: 60px !important; }

ul.site-info {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center; }

.social-media {
  margin-top: 11px; }

.footer-bottom {
  display: none; }

[data-sub-layout="6329611d-a125-4976-a9b5-91707be75ec6"] {
  display: none !important; }

footer.footer {
  padding-bottom: 40px;
  width: 100%; }

.Delivery-custom-Information {
  background: #EAEBED; }

.Delivery-custom-Information h1.page-heading {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  padding-bottom: 20px;
  color: #1A404D;
  margin-bottom: 40px;
  position: relative; }

.Delivery-custom-Information h1.page-heading::after, body.account-page h2.page-heading::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.account-body .form-actions {
  gap: 10px; }

.category.main {
  padding-top: 30px; }

.page.category-grid li.subcategory-item {
  width: auto;
  float: none;
  display: inline-block;
  box-shadow: 0px 2px 2px 0px #23232326;
  border: 1px solid #CCCCCC;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 81.28%, #FFFFFF 100%);
  padding: 6px 13px !important;
  border-radius: 100px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
  color: #1A404D; }

.page.category-grid ul.navList {
  text-align: center; }

.page.category-grid li.subcategory-item.noImage a.subcategory-link {
  min-height: auto; }

.Delivery-custom-Information h1.page-heading {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  padding-bottom: 20px;
  color: #1A404D;
  margin-bottom: 40px;
  position: relative; }

.Delivery-custom-Information h1.page-heading::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.category.main {
  padding-top: 30px; }

.page.category-grid li.subcategory-item.noImage {
  width: auto;
  float: none;
  display: inline-block;
  box-shadow: 0px 2px 2px 0px #23232326;
  border: 1px solid #CCCCCC;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 81.28%, #FFFFFF 100%);
  padding: 6px 13px !important;
  border-radius: 100px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #1A404D; }

.page.category-grid ul.navList {
  text-align: center; }

.page.category-grid li.subcategory-item.noImage a.subcategory-link {
  min-height: auto; }

fieldset.form-fieldset.actionBar-section .form-field {
  width: 222px;
  float: right;
  display: flex;
  align-items: center; }

fieldset.form-fieldset.actionBar-section .form-field select#sort {
  width: 100%; }

fieldset.form-fieldset.actionBar-section .form-field label.form-label {
  padding: 0;
  width: 110px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: #1A404D; }

select#sort {
  border: 1px solid #CCCCCC !important;
  background-color: transparent !important;
  padding: 0 5px !important; }

[data-sub-layout-container="32654827-3197-4bc2-a7e6-6023c5a08095"] {
  margin-bottom: 40px;
  background: transparent;
  border: none !important; }

div#side-categories h2.container-header::after {
  display: none; }

.category-list {
  background: transparent !important; }

#side-categories li.active, #side-categories li, div#side-categories li.navPages-item.active a.is-root, #side-categories .navPage-subMenu, div#side-categories li a {
  background: transparent !important;
  width: 100%;
  position: relative; }

#side-categories li .navPages-action {
  color: #1A404D !important; }

div#side-categories a.activePage {
  color: #FA6501 !important; }

.page.category-grid li.subcategory-item:hover {
  background: #1A404D;
  border: 1px solid #1A404D; }

.page.category-grid li.subcategory-item:hover span.subcategory-name {
  color: #fff; }

#sd-simple-text-editable-362d092a-0dcc-408a-ae9c-e38cccb9d46e p {
  display: block;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 700;
  color: #1a404d; }

[data-sub-layout-container="32654827-3197-4bc2-a7e6-6023c5a08095"] {
  background: transparent !important; }

label.form-label {
  color: #1A404D;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left; }

select#sort {
  border: 1px solid #CCCCCC;
  background-color: transparent;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #656975; }

.grid-list-view.toggle a.toggle-link.active svg.toggle.grid, .grid-list-view.toggle a.toggle-link.active svg.toggle.list {
  border-color: #1A404D !important;
  background: #1A404D !important; }

.category .grid-list-view.toggle a.toggle-link.active svg {
  fill: #FA6501 !important;
  background: #112259 !important;
  border-color: #112259 !important; }

div#facetedSearch, .facetedSearch-refineFilters.sidebarBlock, div#facetedSearch-navList, div#facetedSearch-navList a.navList-action.navList-action--checkbox {
  background: transparent !important;
  border: none !important;
  color: #1A404D !important; }

div#facetedSearch-navList h3.accordion-title {
  color: #1A404D !important; }

div#facetedSearch-navList li.navList-item {
  background: transparent !important; }

.page.category-grid ul.navList {
  background: transparent !important;
  margin-bottom: 40px; }

.accordion-content {
  background: transparent !important;
  border: none !important; }

.accordion-navigation-actions > a {
  color: #fff !important; }

div#side-categories li a, .facetedSearch-refineFilters.sidebarBlock a {
  color: #1A404D !important;
  padding: 0; }

.accordion--navList .accordion-indicator {
  color: #fff !important;
  fill: #fff !important; }

div#facetedSearch-navList a.navList-action.navList-action--checkbox:hover {
  color: #FA6501 !important; }

.accordion.accordion--navList a.navList-action.navList-action--checkbox:hover {
  color: #FA6501 !important; }

.navList-action--checkbox::after {
  background-color: #1A404D; }

.facetedSearch-refineFilters.sidebarBlock {
  border: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  border-radius: 0px 0px !important;
  padding: 0px !important; }

div#facetedSearch {
  background: transparent !important;
  color: #fff !important; }

.navList-action--checkbox:before, .navList-action--checkbox:after {
  border-radius: 3px; }

fieldset.form-fieldset button.button.button--small {
  font-family: Lato !important;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 19.2px;
  text-align: center;
  background: #FA6501 !important;
  color: #1A404D !important; }

.accordion--navList .accordion-navigation-actions {
  right: 2px !important;
  top: 12px !important; }

a.button.button--small.card-figcaption-button {
  height: 48px !important;
  margin: 0; }

.navList-action--checkbox {
  text-align: left;
  padding-left: 30px !important; }

#side-categories li {
  border-bottom: 1px solid #FFFFFF33 !important; }

#side-categories li {
  border-bottom: 1px solid #FFFFFF33 !important; }

#side-categories li ul li {
  border: none !important; }

/*product page*/
.unitsSold {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  margin-top: 10px;
  text-align: left !important; }

span.BrandTitl {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #656975;
  border-radius: 4px;
  padding: 4px 3px;
  display: inline-block; }

.right-info .regular-price {
  width: 100%;
  display: inline-block;
  align-items: baseline;
  margin: 0px 0;
  gap: 1px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px; }

.right-info span.price {
  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 26px !important;
  letter-spacing: 0.4px;
  color: #656975 !important;
  line-height: 36.8px !important; }

.right-info .regular-price .msrp-sale-regular-price-section.withTax {
  width: 100%;
  float: left;
  margin-bottom: 8px; }

.right-info .regular-price .m2-wrap {
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  /* line-height: 39px; */
  text-align: left;
  color: #656975;
  margin-left: 0px;
  display: inline-block;
  float: left;
  margin-top: 15px; }

.right-info .regular-price .off {
  top: 4px;
  background: #C8F6D4;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #186F2E;
  border-radius: 4px;
  padding: 0px 0;
  margin-left: 10px;
  position: absolute;
  left: 75px; }

.right-info .regular-price .off p {
  margin: 0;
  text-align: center;
  padding: 0 10px; }

.right-info .regular-price .msrp-sale-regular-price-section.withTax span.price.price--non-sale, .right-info .regular-price span.price.price--non-sale {
  font-size: 20px !important;
  margin-right: 0 !important; }

.right-info .regular-price .off p {
  margin: 0;
  text-align: center; }

.right-info .regular-price .price-section.price-section--withoutTax.current-price.sale-price {
  text-align: left;
  margin-right: 0px !important;
  padding: 0 !important;
  width: auto;
  float: left;
  align-items: self-start !important;
  gap: 0; }

.right-info .regular-price span.TotalPricexvats span {
  font-family: Lato;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: right;
  margin-left: 1px; }

abbr.active {
  color: #656975;
  font-family: Lato;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left; }

.forOnePro .productView-details h2.productView-brand {
  margin-bottom: 0px !important;
  width: 100%;
  order: 2;
  margin-top: 0px; }

.forOnePro .left-info {
  flex-direction: column; }

body.main.home.twelve-eighty ul.productGrid li.product {
  width: 24%;
  margin-right: 1rem !important;
  padding-right: 0px !important; }

body.main.home.twelve-eighty ul.productGrid li.product:last-child {
  margin-right: 0 !important; }

html [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
  width: 120px !important;
  padding: 0 20px !important;
  margin-right: 0 !important;
  margin-left: 8px !important;
  padding-left: 10px !important;
  margin: 0px !important; }

.right.account-links {
  display: inline-block;
  width: 205px;
  margin-top: -6px; }

label.switchTogBtn {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  color: #1A404D;
  line-height: 19.2px;
  text-align: left;
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 7px;
  align-items: center; }

div#maintenance-notice {
  display: none; }

.sliderTogBtn:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 2px;
  background-color: #fff;
  transition: .4s; }

p.TogBtn-incVat {
  text-transform: capitalize; }

p.TogBtn-exVat {
  margin-bottom: 0;
  text-transform: capitalize; }

span.sliderTogBtn.roundTogBtn {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative; }

h2.productView-brand span.stock.inStocks {
  background: transparent;
  padding: 0;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  color: #121317; }

h2.productView-brand span.stock.inStocks svg {
  top: 5px;
  position: relative; }

.product-custom-fields {
  width: 100%;
  padding-bottom: 0px; }

.product-custom-fields > ul {
  padding-bottom: 40px !important; }

.product-custom-fields li span {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #1A404D;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.product-custom-fields li {
  text-align: center;
  width: 25% !important; }

.product-custom-fields ul {
  width: 100%;
  padding: 0 !important; }

div#add-to-cart-wrapper label.form-label.form-label--alternate {
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px !important;
  color: #121317 !important; }

div#add-to-cart-wrapper {
  display: inline-block !important; }

div#add-to-cart-wrapper .form-increment {
  margin: 0; }

div#add-to-cart-wrapper .form-increment button {
  background: #F2F2F2 !important;
  color: #656975 !important; }

div#add-to-cart-wrapper .form-increment button i.icon {
  width: auto; }

div#add-to-cart-wrapper .form-increment button:first-child {
  border-radius: 4px 0px 0px 4px !important;
  border: 1px solid #CCCCCC !important;
  border-right: 0px !important; }

div#add-to-cart-wrapper .form-increment button:last-child {
  border-radius: 0px 4px 4px 0px !important;
  border: 1px solid #CCCCCC !important;
  border-left: 0px !important; }

.form-input--incrementTotal {
  border-top: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important; }

body.product-page-layout {
  background: #fff !important; }

body.product-page-layout .Delivery-custom-Information {
  background: #fff; }

html .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-action {
  width: 100% !important; }

html div#add-to-cart-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b67a !important;
  height: 50px !important;
  font-family: Lato !important;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: unset;
  text-align: left;
  gap: 8px; }

html div#add-to-cart-wrapper button .TotalPriceMain {
  display: flex;
  align-items: center;
  color: #fff; }

html div#add-to-cart-wrapper button p {
  color: #fff !important;
  width: 120px;
  margin-left: 0;
  margin-bottom: 0; }

.forOnePro .TotalPriceMain span.TotalCountPrice {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff !important;
  width: auto; }

.safe_and_secure_wrapper {
  display: flex !important;
  width: 100% !important; }

.safe_and_secure_wrapper ul {
  width: 100% !important;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; }

.safe_and_secure_wrapper ul li {
  display: flex;
  align-items: center;
  gap: 10px; }

.safe_and_secure_wrapper ul .payment-cust-wrapper {
  background: transparent !important; }

.safe_and_secure_wrapper ul .payment-cust-wrapper svg {
  fill: #1A404D;
  width: 36px; }

.safe_and_secure_wrapper ul li p {
  margin-bottom: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #1A404D; }

.need-help {
  background: #1A404D1A;
  margin: 10px 0;
  padding: 2px 10px;
  display: flex !important;
  padding-bottom: 0;
  gap: 10px;
  align-items: center; }

.need-help p {
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  color: #1A404D;
  text-align: left;
  margin-bottom: 0;
  width: 98%; }

.need-help a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none; }

.need-help a .content {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1A404D; }

.need-help a .content span:first-child {
  font-family: Lato;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #1A404D; }

.need-help .image {
  width: 156px; }

.need-help a svg {
  width: 41px; }

.free-delivery-wrapper {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  justify-content: left;
  margin: 10px 0;
  width: 100%;
  color: #1A404D;
  color: #1A404D;
  border-top: 1px solid #ccc;
  padding-top: 15px; }

body.product-page-layout .Delivery-custom-Information .container.main {
  width: 100% !important;
  max-width: 100% !important; }

.product.main.left div#product-images-container {
  padding-left: 0px; }

.product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
  padding-right: 0px; }

section.productView-details.product-options.test {
  padding-right: 0px !important; }

.product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p {
  width: 250px;
  font-size: 20px !important;
  color: #121317; }

[data-sub-layout-container="2fd6f049-c917-41b6-b3e1-80d4bd58fc7a"] {
  border: 1px solid #1A404D;
  margin: 20px 0;
  padding: 10px 0; }

[data-sub-layout-container="2fd6f049-c917-41b6-b3e1-80d4bd58fc7a"] p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left; }

#sd-image-047d598b-36ad-4779-a858-0c0c48c7ea17 {
  background-size: 300px; }

div#recommended-products-below {
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  padding-bottom: 0; }

.forOnePro dd.productView-info-value {
  font-family: Lato;
  font-size: 16px; }

.product.main.left .main-image-container button {
  background: transparent !important;
  border: none; }

.product.main.left div#product-images-container .slick-prev:before {
  background-color: #656565 !important;
  height: 1.5rem;
  width: 1.5rem; }

.product.main.left div#product-images-container .slick-next::before {
  background-color: #656565 !important;
  height: 1.5rem;
  width: 1.5rem; }

.product.main.left.product-page-with-sidenav .recommended-position.below .main-image-container button.slick-prev {
  left: -54px !important; }

.main-image-container {
  max-width: 75%;
  margin: auto;
  width: 100%; }

.main-image-container .productImageSlider {
  margin: auto;
  float: none; }

.product.main.left.product-page-with-sidenav .recommended-position.below .main-image-container button.slick-next {
  right: -64px !important; }

.product.main.left .slider-nav .slick-slide > div {
  padding: 0;
  line-height: 0; }

.product.main.left .slider-nav .slick-slide img {
  width: 100% !important;
  height: 118px;
  object-fit: cover; }

.slider-nav .slick-slide.slick-current.slick-active {
  border: 1.56px solid #1A404D !important; }

.product.main.left .slider-nav .slick-slide::after {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
  left: 0; }

#product-images-container .slider-nav .slick-slide.slick-current.slick-active a::after {
  opacity: 0; }

#product-images-container .slider-nav .slick-slide.slick-current.slick-active::after {
  opacity: 0; }

.product.main.left .slider-nav .slick-slide {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  position: relative;
  margin-left: 10px; }

.slick-next,
.slick-prev {
  background-color: transparent !important;
  background-color: transparent !important; }

body.product-page-layout .body.content.Delivery-custom-Information {
  max-width: 100% !important; }

.comparison-table-wrapper-cust {
  background: #EAEBED;
  padding: 0px 0;
  padding-bottom: 0px; }

.comparison-table-wrapper-cust p {
  margin-bottom: 40px;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #1A404D;
  text-align: left; }

.comparison-table-wrapper-cust .eapps-pricing-table-column-title-container {
  background: transparent !important;
  font-family: Lato;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: center;
  color: #08101B !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
  color: #08101B !important;
  font-family: Lato;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 38.4px;
  text-align: center;
  letter-spacing: 0px !important; }

.eapps-pricing-table-column-features-item {
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-align: left !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-2 {
  background: #FFFBE6 !important;
  box-shadow: 0px 4px 20px 0px #23232326 !important;
  border-radius: 2px !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-3, #eapps-pricing-table-1 .eapps-pricing-table-column-1 {
  border-radius: 3px !important;
  margin: 0 !important; }

.eapps-pricing-table-columns-container.eapps-pricing-table-columns-container-1 {
  max-width: 1280px;
  width: 100%;
  margin: auto; }

.eapps-pricing-table-layout-table .eapps-pricing-table-column {
  min-width: 33% !important;
  max-width: 33% !important;
  flex-basis: 33% !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div {
  display: flex;
  align-items: center;
  font-family: Lato;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  color: #08101B;
  gap: 20px; }

.eapps-pricing-table-column-features-item:first-child::after {
  border-top: 1.5px solid #CCCCCC; }

.eapps-pricing-table-column-features-item:first-child::after {
  content: ""; }

.eapps-pricing-table-column-features-divided .eapps-pricing-table-column-features-item:after, .eapps-pricing-table-column-features-divided .eapps-pricing-table-column-features-item:first-child:before, #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-features-item:first-child:after {
  display: none !important; }

.eapps-pricing-table-column-features-item {
  padding: 0px 0px !important;
  border-top: 1.5px solid #CCCCCC;
  display: flex;
  align-items: center; }

body .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
  padding: 32px !important; }

.eapps-pricing-table-column-features-item-inner {
  padding: 15px 30px; }

.eapps-pricing-table-column-3.eapps-pricing-table-column .eapps-pricing-table-column-title .eapps-pricing-table-column-title-text {
  font-family: Lato;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 38.4px;
  text-align: center;
  color: #656975 !important; }

.eapps-pricing-table-column-features-container.eapps-pricing-table-column-item {
  padding-top: 0 !important;
  height: auto !important;
  padding-bottom: 0 !important; }

body .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:last-child.eapps-pricing-table-column-item-with-background {
  padding-bottom: 0 !important; }

.comparison-table-wrapper-cust {
  background: #EAEBED;
  padding: 0px 0;
  padding-bottom: 0px; }

.comparison-table-wrapper-cust p {
  margin-bottom: 40px;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #1A404D;
  text-align: left; }

.comparison-table-wrapper-cust .eapps-pricing-table-column-title-container {
  background: transparent !important;
  font-family: Lato;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: center;
  color: #08101B !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
  color: #08101B !important;
  font-family: Lato;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 38.4px;
  text-align: center;
  letter-spacing: 0px !important; }

.eapps-pricing-table-column-features-item {
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 24px;
  text-align: left !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-2 {
  background: #FFFBE6 !important;
  box-shadow: 0px 4px 20px 0px #23232326 !important;
  border-radius: 2px !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-3, #eapps-pricing-table-1 .eapps-pricing-table-column-1 {
  border-radius: 3px !important;
  margin: 0; }

.eapps-pricing-table-layout-table .eapps-pricing-table-column {
  min-width: 31% !important;
  max-width: 31% !important;
  flex-basis: 31% !important; }

.eapps-pricing-table-column-2.eapps-pricing-table-column.eapps-pricing-table-column-featured.eapps-pricing-table-column-border-radius-16 {
  width: 40% !important;
  max-width: 40% !important;
  min-width: 40% !important; }

.eapps-pricing-table-column-1.eapps-pricing-table-column.eapps-pricing-table-column-head.eapps-pricing-table-column-border-radius-16 {
  min-width: 30% !important;
  width: 30% !important;
  max-width: 30% !important;
  display: flex !important; }

#eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div {
  display: flex;
  align-items: center;
  font-family: Lato;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  color: #08101B;
  gap: 20px; }

.eapps-pricing-table-column-features-item:first-child::after {
  border-top: 1.5px solid #CCCCCC; }

.eapps-pricing-table-column-features-item:first-child::after {
  content: ""; }

.eapps-pricing-table-column-features-divided .eapps-pricing-table-column-features-item:after, .eapps-pricing-table-column-features-divided .eapps-pricing-table-column-features-item:first-child:before, #eapps-pricing-table-1 .eapps-pricing-table-column-3 .eapps-pricing-table-column-features-item:first-child:after {
  display: none; }

.eapps-pricing-table-column-features-item {
  padding: 0px 0px !important;
  border-top: 1.5px solid #CCCCCC;
  height: 80px !important; }

.eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
  padding: 32px !important; }

.eapps-pricing-table-column-features-item-inner {
  padding: 15px 30px;
  top: -2px;
  position: relative; }

.eapps-pricing-table-column-3.eapps-pricing-table-column .eapps-pricing-table-column-title .eapps-pricing-table-column-title-text {
  font-family: Lato;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 38.4px;
  text-align: center;
  color: #656975 !important; }

.eapps-pricing-table-column-features-container.eapps-pricing-table-column-item {
  padding-top: 0 !important;
  height: auto !important;
  padding-bottom: 0 !important; }

.eapps-pricing-table-column-featured .eapps-pricing-table-column-item:last-child.eapps-pricing-table-column-item-with-background {
  padding-bottom: 0 !important; }

div#eapps-faq-1 {
  background: #F7F7F7;
  padding: 50px 0; }

div#eapps-faq-1 .eapps-faq-container {
  max-width: 960px;
  margin: auto;
  width: 100%; }

.certifications p strong, div#eapps-faq-1 .eui-widget-title.es-widget-title {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700 !important;
  line-height: 57.6px;
  text-align: center;
  position: relative;
  margin-bottom: 40px !important;
  display: inline-block;
  padding-bottom: 20px;
  color: #1A404D; }

#eapps-pricing-table-1 .eapps-pricing-table-column-2 span.eapps-pricing-table-column-features-item-text span {
  color: #08101B !important; }

.eapps-pricing-table-column-features-item span {
  color: #656975 !important; }

.certifications p strong::after,
div#eapps-faq-1 .eui-widget-title.es-widget-title::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

section.certifications {
  padding-bottom: 60px; }

section.certifications p {
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: center;
  color: #1A404D !important; }

div#eapps-faq-1 .eui-widget-title.es-widget-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0 !important; }

.eapps-faq-content-category-item-question {
  background: transparent !important;
  border-bottom: 1px solid #CCCCCC; }

.eapps-faq-layout-accordion .eapps-faq-content-category-item:before, .eapps-faq-layout-accordion .eapps-faq-content-category-item:after {
  display: none; }

.eapps-faq-template-bg .eapps-faq-content-category-item {
  background: transparent !important;
  border: none !important; }

.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-text {
  color: #1A404D;
  font-family: Lato;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  letter-spacing: 0; }

.eapps-faq-content-category-item.eapps-faq-content-category-item-active {
  background: #fff !important;
  border-radius: 10px !important;
  margin: -1px 0; }

.eapps-faq-template-bg .eapps-faq-content-category-item .eapps-faq-content-category-item-answer-text {
  font-family: Lato;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
  color: #656975 !important;
  letter-spacing: 0 !important; }

span.eapps-faq-content-category-item-question-icon {
  background: #EAEBED !important;
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  opacity: 1 !important; }

.eapps-faq-accordion-icon-arrow.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:before, .eapps-faq-accordion-icon-arrow.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon:after {
  left: 18px !important;
  top: 25px !important;
  color: #656565 !important; }

.eapps-faq-layout-accordion .eapps-faq-content-category-items:after {
  display: none; }

.eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon {
  top: 34% !important; }

.eapps-faq-layout-accordion .eapps-faq-content-category-item-active .eapps-faq-content-category-item-question {
  border: none !important; }

.es-review-content-control.es-review-content-control-open {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #656975ab !important; }

.ReviewTextControl__Control-sc-1xyorw7-0.fOGtJl.es-review-content-control.es-review-content-control-hide.ReviewText__StyledTextControl-sc-17kio1l-1.katVDP {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #656975ab !important;
  top: 5px;
  position: relative; }

.es-review-content-text {
  font-family: Lato;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #656975 !important; }

.ReviewText__Title-sc-t7690a-1.fnZqRM.es-review-content-title {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; }

.es-review-layout-classic.es-trustpilot-review > div {
  background: transparent !important; }

[data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
  left: -10px !important; }

[data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
  right: -10px !important; }

[data-app="eapps-trustpilot-reviews"] [aria-label="Next"] > div, [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] > div {
  fill: #656975 !important;
  background: transparent !important;
  box-shadow: 0px 0px !important;
  width: 40px !important;
  height: 40px !important; }

[data-app="eapps-trustpilot-reviews"] [aria-label="Next"] > div svg, [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] > div svg {
  width: 40px !important;
  height: 40px !important; }

.pImoJ {
  width: 36px !important;
  height: 36px !important; }

.es-header-container {
  background: transparent !important; }

.es-review-author-name {
  font-family: Lato;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: left; }

.es-review-info-date-container {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left; }

body.product-page-layout .es-review-info-source-link > div .es-review-source-source-name {
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #1A404D !important; }

div#carousel-active .sidebar.right {
  width: 100%; }

div#carousel-active {
  background: #EAEBED;
  width: 100%;
  display: inline-block;
  padding: 30px 0; }

.related.products-container h2.container-header {
  font-family: Lato !important;
  font-size: 48px;
  font-weight: 700 !important;
  line-height: 57.6px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #1A404D !important; }

.related.products-container h2.container-header::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

div#carousel-active .card-figcaption-button.add-to-cart {
  height: 48px !important;
  min-height: 48px !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #1A404D; }

div#carousel-active .qty-wrapper {
  display: flex;
  align-items: center; }

.productCarousel-slide .card {
  margin-bottom: 0;
  padding: 10px 10px; }

body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
  min-height: 324px;
  border: 1px solid #E6E6E6;
  margin-bottom: 10px;
  width: 100% !important; }

.related.products-container {
  text-align: center;
  background: #EAEBED;
  padding: 20px 0;
  margin-top: 30px; }

.related.products-container .qty-wrapper {
  display: flex;
  align-items: center; }

.related.products-container .qty-wrapper a.button.add-to-cart {
  background: #FA6501;
  width: 131px !important;
  height: 48px !important; }

.related.products-container .qty-wrapper a.button.add-to-cart span {
  border: 0px !important;
  margin-top: 0;
  font-size: 16px;
  padding: 0;
  color: #1A404D !important;
  text-transform: initial;
  font-family: Lato;
  font-weight: 700;
  text-align: center;
  float: right !important;
  margin-left: 0 !important; }

body .related.products-container .qty-wrapper a.button.add-to-cart:hover span {
  color: #FA6501 !important; }

div#recommended-products-below h2.card-title a {
  display: -webkit-box !important; }

.related.products-container .price-section {
  text-align: left; }

.forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
  position: unset;
  width: 100%; }

div#recommended-products-below h2.card-title {
  height: auto; }

.slick-next:before, .slick-prev:before {
  opacity: 1; }

section.productView-details div#add-to-cart-wrapper {
  border: navajowhite;
  padding: 0; }

/*cart page*/
main.page-content.main-cart .right-wrap p, main.page-content.main-cart .left-wrap p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #1A404D; }

main.page-content.main-cart h1.page-heading {
  text-align: left;
  margin-bottom: 10px; }

main.page-content.main-cart h1.page-heading::after {
  left: 0;
  right: inherit; }

.page.cart-page {
  padding: 40px 0;
  padding-bottom: 0; }

.cart-layout .Delivery-custom-Information {
  background: #F7F7F7;
  width: 100%;
  max-width: 100% !important; }

main.page-content.main-cart .left-wrap {
  width: 60%;
  float: left; }

main.page-content.main-cart .right-wrap {
  width: 40%;
  float: left; }

table.cart {
  margin-top: 40px !important;
  display: inline-block; }

table.cart thead.cart-header {
  background: #f7f7f7; }

main.page-content.main-cart .cart-header-item {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  color: #656975; }

main.page-content.main-cart tbody.cart-list {
  border: none;
  padding: 10px; }

main.page-content.main-cart p.cart-item-brand {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #1A404D; }

main.page-content.main-cart h2.cart-item-name a {
  color: #1A404D;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left; }

main.page-content.main-cart .cart-item-info {
  width: 13% !important;
  padding-right: 11px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #656975; }

main.page-content.main-cart .form-increment .button--icon svg {
  fill: #656975; }

main.page-content.main-cart .form-increment .button {
  background: #F2F2F2 !important;
  width: 48px;
  height: 48px; }

main.page-content.main-cart .form-increment .form-input--incrementTotal {
  height: 48px;
  width: 48px; }

.cart-item-quantity .form-increment .button[data-action="dec"] {
  border-radius: 5px 0px 0px 5px !important;
  border: 1px solid #CCCCCC !important;
  border-right: 0px !important;
  color: #656975 !important; }

.cart-item-quantity .form-increment .button[data-action="inc"] {
  border-right: 0px !important;
  border: 1px solid #CCCCCC !important;
  border-left: 0 !important;
  color: #656975 !important; }

.form-input--incrementTotal {
  border: 1px solid #CCCCCC;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: center; }

strong.cart-item-value {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: left; }

button.cart-remove.icon {
  background: #FB42421A;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  border-radius: 10px;
  margin-top: 0; }

button.cart-remove.icon svg {
  width: 20px; }

.cart-item-quantity .form-increment {
  margin-bottom: 0 !important;
  margin-right: 0px !important; }

td.cart-item-block.cart-item-figure {
  border: 0.75px solid #E6E6E6;
  padding: 10px;
  margin-left: 8px;
  margin-top: 8px; }

.cart-page .main-cart table.cart tr.cart-item {
  border: none; }

li.cart-total {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  color: #1A404D; }

.main-cart .cart-actions a.button {
  width: 100% !important;
  background: #FA6501 !important;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  text-transform: inherit;
  height: 50px;
  margin-bottom: 10px !important;
  text-transform: capitalize; }

.cart-actions.checkoutBtn, .main-cart .safe_and_secure_wrapper {
  width: 41.66667% !important;
  float: right;
  clear: both; }

.cart-actions.checkoutBtn a.button.button--primary {
  border: 0px solid #1A404D !important; }

.main-cart .cart-actions a.button:hover {
  background: #00b67a !important;
  color: #fff !important; }

.cart-page-wrapper {
  max-width: 100%;
  margin: auto;
  width: 1280px; }

.special-discounts ul {
  max-width: 1280px;
  margin: auto;
  width: 100%; }

.special-discounts {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  background: #EAEBED;
  margin: 40px 0;
  margin-bottom: 0; }

.special-discounts .qty-wrapper {
  display: flex; }

.cart-page-wrapper h1 {
  color: #1A404D !important; }

.special-discounts h1.page-heading {
  text-align: center !important;
  margin-bottom: 10px !important;
  color: #1A404D; }

.special-discounts h1.page-heading::after {
  right: 0 !important; }

.price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  text-align: left; }

body.main.home [data-layout-id="f4abc287-dccc-45a3-9fc2-304615889f7f"] {
  background: #fff; }

body.main.home [data-content-region="home_below_featured_products"] {
  background: #F7F7F7; }

body.main.home .featured-products-section {
  background: #EAEBED !important;
  padding-bottom: 0 !important; }

body.main.home .top.products-container.carousel-inactive {
  background: #F7F7F7;
  padding-bottom: 30px; }

.card-text.add-to-cart-button a.button.button--small.card-figcaption-button.options {
  height: 48px !important;
  margin-top: 10px;
  font-size: 16px; }

.body.content.Delivery-custom-Information {
  display: inline-block;
  width: 100%; }

body.main.cart-layout figure.card-figure img {
  height: 250px;
  object-fit: scale-down; }

.promo-wrap .ends {
  position: absolute;
  right: 0;
  top: -2px; }

.promo-wrap {
  gap: 4px;
  justify-content: flex-start;
  display: flex;
  height: 26px;
  align-items: center;
  position: relative; }

.promo-wrap .sale-flag-side {
  position: relative !important;
  right: inherit !important;
  top: 0 !important;
  padding: 3px 10px 3px 10px !important;
  background: #FB4242 !important;
  border: #FB4242 !important;
  border-radius: 4px !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  text-align: left; }

.ends {
  align-items: center;
  gap: 4px; }

.promo-wrap .ends span b {
  color: #1A404D;
  font-weight: 700; }

.promo-wrap .off p {
  background-color: #C8F6D4;
  color: #186F2E;
  padding: 3px 6px 3px 6px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  margin-bottom: 0 !important; }

p.promo {
  font-family: Lato;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: right;
  color: #1A404D;
  position: absolute;
  right: 0;
  bottom: 8px; }

h2.container-header.page-heading.test1 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative; }

.promo-wrap .ends span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #656975; }

.card-text .price-visibility {
  display: flex;
  align-items: baseline;
  gap: 0; }

.msrp-sale-regular-price-section.withTax {
  overflow: visible !important; }

#body .main-nav-container.with-categories #menu li.navPages-item.top-level a {
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-right: 18px; }

p.best-seller {
  background: #FA6501;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  width: 123.8px;
  text-align: center !important;
  font-family: Lato !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24.19px !important;
  color: #fff !important;
  border-radius: 100px;
  padding: 3px 0; }

.special-discounts article.card {
  margin-top: 27px; }

div#showcase-products .product.slick-slide {
  padding-top: 6px; }

.container.main .login {
  width: 50%;
  float: left;
  background: #FFFFFF;
  padding: 40px 40px;
  border-radius: 20px; }

.container.main .login form.login-form.form {
  width: 100%; }

.container.main .login h1.page-heading {
  text-align: left;
  margin-bottom: 0; }

.container.main .login h1.page-heading::after {
  left: 0;
  right: inherit; }

.container.login-page {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center; }

.new-customer h2.panel-title {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #656975; }

.new-customer .panel-body {
  padding-top: 3px !important; }

.new-customer .panel-body p.new-customer-intro {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #1A404D;
  margin-bottom: 20px; }

.new-customer .panel-header {
  padding-top: 0; }

[data-content-region="login_page_section"] [data-sub-layout-container="2b35bddd-1cf4-44fd-848f-be72d5c636fa"] {
  /* width: 100%; */
  background: #1A404D; }

[data-sub-layout-container="2b35bddd-1cf4-44fd-848f-be72d5c636fa"] {
  display: flex;
  align-items: center; }

[data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
  padding: 0px 81px !important; }

[data-content-region="login_page_section"] ul li {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7); }

[data-content-region="login_page_section"] .buttonLink a {
  background: #FA6501 !important;
  width: 285px;
  height: 64px !important;
  line-height: 64px !important;
  padding: 0 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-color: #FA6501 !important; }

.BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  padding: 0px 0;
  justify-content: flex-start !important;
  align-items: center;
  flex-direction: row;
  flex: inherit;
  gap: 5px; }

.BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  width: 100%; }

.BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  text-decoration: none; }

div#eapps-trustpilot-reviews-3e0f873c-1744-4546-bd17-f7aa920f0a2d {
  margin-top: 20px; }

div#buttonLink {
  margin-top: 10px; }

div#sd-simple-text-editable-d4dcbc8e-986f-4f74-b0c2-dc318b6a502f p,
[data-widget-id="e19c0014-9e98-4c64-a512-659287a0b1fd"] p,
.main-section-below p {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-bottom: 20px; }

.new-customer {
  width: 50% !important;
  float: left; }

.new-customer .new-customer {
  width: 100% !important;
  background: transparent;
  margin: 0; }

.new-customer .new-customer .panel {
  background: transparent; }

.container.main .login, .new-customer {
  margin-top: 60px;
  margin-bottom: 60px; }

p.customer-1 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #000000; }

.login-form label.form-label {
  display: none; }

.container.main .login input {
  border: 1px solid #CCCCCC;
  background: #F2F2F2;
  height: 50px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px !important;
  text-align: left; }

.container.main .login a.forgot-password {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-top: 0px;
  order: 1;
  margin-bottom: 10px;
  text-align: end;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #1A404D; }

.container.main .login input.button.button--primary {
  display: inline-block !important;
  clear: both;
  background: #FA6501 !important;
  border-color: #FA6501 !important;
  order: 2;
  width: 150px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: inherit !important;
  text-align: center;
  border-radius: 4px !important;
  text-transform: capitalize;
  padding: 0 !important; }

.form-actions {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 0 !important; }

.form-field.form-field--input.form-field--inputPassword {
  margin-bottom: 10px; }

.new-customer .new-customer .panel-header {
  background: transparent; }

.new-customer .new-customer .panel-body {
  background: transparent; }

.new-customer .new-customer .panel-body button.button.button--primary {
  background: #FA6501 !important;
  border: 1px solid #FA6501 !important;
  height: 50px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #08101B;
  width: 285px;
  text-transform: capitalize; }

p.most-popular {
  background: #FB4242;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  width: 124px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  padding: 3px 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.16px; }

ul.new-customer-fact-list {
  padding-left: 0 !important;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 20px; }

ul.new-customer-fact-list li {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #656975;
  list-style: none;
  margin: 10px 0; }

.custom-pages-nav .navPages-action {
  text-transform: initial !important; }

h2.container-header.mobile::after {
  display: none; }

.LogoShowcase__Content-sc-uwmsvj-1.cyiDRg.eapp-logo-showcase-logo-showcase-content {
  margin-top: 0px !important; }

#sd-simple-text-editable-14c61f97-a10c-41b9-a844-87dfc04c39aa p,
[data-content-region="login_customer_intro"] [data-layout-name="Layout"]:nth-child(2),
div#sd-simple-text-editable-20ad696d-f863-4a78-85ff-bdc692ebcf9d p {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #1A404D;
  margin: 10px 0;
  margin-bottom: 20px; }

div#sd-simple-text-editable-63c9d376-7496-475b-9622-07dcf4f1ec62 p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #656975;
  margin-bottom: 12px; }

.new-customer ul {
  margin-left: 0; }

.new-customer ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 11px; }

.new-customer ul li span {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #656975; }

.new-customer .new-customer img {
  width: 24px; }

.new-customer div#buttonLink a {
  background: #FA6501 !important;
  width: 285px;
  height: 64px !important;
  padding: 28px 0 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-color: #FA6501 !important;
  color: #08101B !important;
  line-height: 0 !important; }

div#buttonLink a:hover, [data-content-region="login_page_section"] .buttonLink a:hover {
  background: #1A404D !important;
  color: #fff !important;
  border-color: #fff !important; }

.container.main .login input.button.button--primary:hover {
  background: #1A404D !important;
  border-color: #1A404D !important;
  color: #fff !important; }

.accordion--navList .accordion-block {
  margin-top: 0rem !important; }

.card-figcaption-body {
  z-index: 999;
  padding: 10px !important; }

.accordion-item .order-details {
  padding: 0; }

body .accordion-item .order-details .first-info {
  padding: 10px 10px !important; }

body .accordion-item .order-details .first-info p {
  font-size: 14px !important;
  letter-spacing: 0px;
  margin-bottom: 10px; }

.related.products-container .qty-wrapper a.button.add-to-cart:hover span {
  color: #fff !important; }

.related.products-container .qty-wrapper a.button.add-to-cart:hover {
  background: transparent !important;
  color: #fff !important; }

div#previewModal .modal-body li.product {
  width: 24%;
  list-style: none; }

#body.product-page-layout #add-to-cart-wrapper .button--primary p {
  width: unset; }

html div#add-to-cart-wrapper button#form-action-addToCart:hover {
  border-color: #00b67a !important;
  background: #00b67a !important;
  color: #fff !important; }

html div#add-to-cart-wrapper button#form-action-addToCart:hover .TotalPriceMain {
  color: #fff !important; }

html div#add-to-cart-wrapper button#form-action-addToCart:hover .TotalPriceMain span.TotalCountPrice {
  color: #fff !important; }

html div#add-to-cart-wrapper button#form-action-addToCart:hover .TotalPriceMain span.TotalCountPrice p {
  color: #fff !important; }

html div#add-to-cart-wrapper button#form-action-addToCart:hover .TotalPriceMain p {
  color: #fff !important; }

.Qtyytxts {
  text-align: left; }

figure.card-figure a {
  border-radius: 4px !important;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden; }

.special-discounts .card-body {
  min-height: 300px; }

.card-body span.BrandTitl {
  border: 1px solid #CCCCCC;
  margin: 0px 0 0px 0px; }

.top.products-container.carousel-inactive article.card {
  margin-top: 27px !important; }

body.ttt.main.twelve-eighty.base-layout.not-internet-explorer.chrome.toggle-active footer.footer {
  margin-top: -5px; }

.qty-wrapper a.button.card-figcaption-button.add-to-cart:hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #FA6501 !important; }

.category a.button.button--small.card-figcaption-button:hover span {
  color: #FA6501 !important; }

span.toggleLink-text.toggleLink-text--off {
  color: #fff; }

.product.odd article.card::before {
  content: "";
  background: linear-gradient(180.23deg, rgba(27, 48, 85, 0.2) 0.2%, rgba(27, 48, 85, 0.2) 31.61%, #2c5b6a 59.95%, #2c5b6a 99.8%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  border-radius: 10px !important; }

.product.odd article.card figure.card-figure {
  background: transparent;
  padding: 0 !important; }

.product.odd article.card figure.card-figure img {
  width: 100%; }

.product.odd article.card a {
  color: #fff; }

.product.odd article.card span {
  color: #fff; }

.product.odd article.card b.countdown {
  color: #fff; }

.product.odd::before {
  content: ""; }

.product.odd article.card .card-body {
  z-index: 9;
  position: relative; }

.product.odd article.card .card-body svg {
  color: #fff;
  fill: #fff; }

.product.odd article.card .card-body svg path {
  fill: #fff; }

.product.odd article.card figure.card-figure a.image-link.desktop {
  border-radius: 0px !important; }

.product.odd article.card span.price.price--withTax {
  color: #fff !important; }

.product.odd article.card span.price.price--withTax {
  color: #fff; }

.product.odd .promo-wrap b.countdown {
  color: #fff !important; }

[data-content-region=home_below_top_products] p, .main_srction_login_banner p {
  font-family: Lato !important;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 48px !important;
  color: #1A404D !important;
  text-align: left !important;
  margin-top: 10px !important;
  max-width: 500px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"]::after {
  background: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/frame-48096739-1-.png?t=1724741037) no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] {
  position: relative;
  background: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/frame-48096739-1-.png?t=1724741037);
  background-size: cover; }

[data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"],
.main_srction_login_banner .container {
  max-width: 1280px;
  margin: auto;
  padding: 30px 0 !important; }

[data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"] [data-sub-layout="865acc73-402a-409a-9bb6-9b826fe8f791"],
.main_srction_login_banner [data-sub-layout="818e52de-3f17-4377-9075-2e72ab5b56bc"] {
  justify-content: center;
  align-items: end; }

div#sd-image-83c204b1-1a0e-4efd-83a0-36426b2b1564 {
  background-position: center right; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] ul,
.main_srction_login_banner ul, [data-content-region="home_below_top_products"] ul {
  margin-top: 20px;
  color: #656975;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-left: 20px; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] div#buttonLink a,
.main_srction_login_banner div#buttonLink a {
  border: 1px solid #FA6501 !important;
  background: #FA6501 !important;
  width: 285px;
  height: 64px !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 64px !important;
  text-align: center;
  color: #08101B;
  margin-bottom: 20px;
  border-radius: 6px; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] div p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #1A404D; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] div p svg,
.main_srction_login_banner div svg {
  margin-right: 10px;
  position: relative;
  top: 6px; }

[data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] div#buttonLink a:hover,
.main_srction_login_banner div#buttonLink a:hover {
  color: #FA6501 !important;
  background: transparent !important; }

.related.products-container figure.card-figure a {
  border: 0px; }

.product.slick-slide.odd article.card span.BrandTitl {
  color: #fff; }

.contact-page-content {
  max-width: 1280px;
  margin: auto;
  padding: 55px 0; }

.contact-page-content p {
  text-align: center;
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 30px; }

.contact-page-content input.button.button--primary {
  background: #FA6501 !important;
  height: 50px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: center;
  color: #fff;
  border: none !important;
  text-transform: capitalize;
  width: 303px; }

.contact-page-content textarea {
  border: 1px solid #CCCCCC;
  background: #F2F2F2; }

ul.breadcrumbs {
  display: none !important; }

.contact-page-content input {
  border: 1px solid #CCCCCC;
  background: #F2F2F2;
  height: 51px; }

.contact-page-content {
  display: flex;
  gap: 50px; }

.contact-page-content .left-content {
  background: #FFFFFF;
  width: 52%;
  padding: 20px 30px;
  border-radius: 10px; }

.contact-page-content .right-content {
  text-align: left;
  width: 48%;
  text-align: left; }

main.page.content .contact-page-content .left-content h1.page-heading {
  text-align: left !important;
  display: inline-block;
  width: 100%; }

main.page.content .contact-page-content .left-content h1.page-heading::after {
  left: 0;
  right: inherit; }

.contact-page-content .right-content h3 {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #1A404D; }

.contact-page-content .right-content p {
  color: #656975;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 30px;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 20px; }

.contact-page-content .right-content ul {
  margin: 0 !important; }

.contact-page-content .right-content ul li {
  list-style: none;
  margin-bottom: 2px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #656975;
  display: flex;
  gap: 10px;
  align-items: center; }

.contact-page-content .right-content ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  color: #656975;
  text-decoration: none; }

.contact-page-content .right-content ul li a p {
  text-decoration: underline; }

.contact-page-content .right-content ul li p, .contact-page-content .right-content ul li a {
  margin: 0;
  width: 90%; }

.contact-page-content .right-content ul li svg {
  width: 30px; }

.contact-page-content .form-actions::after, .contact-page-content .form-actions::before {
  display: none; }

.contact-page-content input.button.button--primary:hover {
  background: #1A404D !important;
  border: 1px solid #1A404D !important;
  color: #fff !important; }

.blog-post-container.single-post-page {
  max-width: 1280px;
  margin: auto;
  padding: 30px 0;
  width: 100%; }

.blog-post-container.single-post-page h3 p {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left; }

.blog-post-container.single-post-page .zn-text ul li, .blog-post-container.single-post-page p {
  margin-left: 0;
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-align: left; }

.zn-element.zn-lg .zn-row {
  display: flex;
  gap: 30px;
  row-gap: 20px;
  justify-content: space-between; }

.zn-element.zn-lg .zn-row .zn-column {
  margin: 10px 0; }

.zn-product-price {
  font-family: Lato;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  display: flex;
  margin: 10px 0;
  align-items: center;
  text-align: center;
  justify-content: center; }

.zn-text {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  /* text-align: center; */ }

.zn-button a {
  background: #FA6501;
  background: #FA6501 !important;
  width: 285px;
  height: 64px !important;
  line-height: 64px !important;
  padding: 0 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  border-color: #FA6501 !important;
  display: inline-block;
  color: #08101B;
  border-radius: 10px;
  margin-top: 20px; }

.zn-element.zn-lg .zn-row > .zn-column.zn-column-lg-3.zn-column-md-6.zn-column-sm-12 {
  width: 25%; }

.zn-product-price .zn-price {
  display: flex; }

.zn-product-cart-button {
  text-align: center; }

.zn-product-cart-button button {
  padding: 0 !important;
  font-family: Lato !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center;
  border-color: #FA6501 !important;
  display: inline-block;
  color: #FFF !important;
  border-radius: 10px !important;
  background: #FA6501 !important;
  width: 130px !important;
  height: 44px !important; }

div#blog-post-share {
  margin: 30px 0;
  width: 100%; }

p.share-title {
  font-family: Lato !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  text-align: left !important;
  margin-bottom: 17px; }

.zn-product .zn-product-review {
  align-items: center;
  text-align: center;
  justify-content: center !important; }

.zn-product .zn-product-price {
  align-items: center !important;
  text-align: center !important;
  justify-content: center !important; }

.zn-product h3.zn-product-title a {
  font-family: Lato !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 33.6px;
  text-align: center;
  color: #1A404D !important;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0 !important; }

div#znid-395943878805 {
  text-align: center;
  margin: 10px 0; }

.zn-button a:hover, .zn-product-cart-button button:hover {
  color: #fff !important;
  background: #1A404D !important; }

div#modal-review-form {
  width: 932px;
  border-radius: 10px !important;
  overflow: hidden; }

div#modal-review-form a.modal-close {
  background: #EAEBED;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  right: 30px; }

.modal-header {
  border: none; }

h2.modal-header-title {
  margin-bottom: 20px;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  color: #1A404D;
  position: relative;
  padding-bottom: 12px;
  text-transform: inherit; }

h2.modal-header-title::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0; }

div#modal-review-form label.form-label {
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.8px;
  color: #1A404D !important;
  text-align: left; }

div#modal-review-form input {
  border: 1px solid #CCCCCC;
  background: #F2F2F2;
  height: 50px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

div#modal-review-form div#revtitle {
  position: relative; }

div#modal-review-form div#revtitle a {
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #656975 !important;
  text-decoration: underline !important;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

div#modal-review-form textarea#revtext_input {
  border: 1px solid #CCCCCC;
  height: 50px;
  background: #F2F2F2;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

div#modal-review-form .writeReview-productDetails {
  width: 30%;
  float: left; }

div#modal-review-form form.form.writeReview-form {
  width: 70%;
  float: left; }

div#modal-review-form .writeReview-productImage-container {
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 10px; }

div#modal-review-form h6.product-brand {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #1A404D; }

div#modal-review-form h5.product-title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #656975;
  text-transform: inherit; }

div#modal-review-form form.form.writeReview-form input.button.button--primary {
  background: #FA6501 !important;
  width: 233px;
  height: 50px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: 1px solid #FA6501 !important;
  text-transform: inherit; }

div#modal-review-form form.form.writeReview-form input.button.button--primary:hover {
  background: #1A404D !important;
  border: 1px solid #1A404D !important;
  color: #fff !important; }

.form-field.form-field--select {
  margin-bottom: 10px; }

.write-review a {
  text-decoration: none;
  margin-bottom: 20px;
  display: flex;
  font-family: Lato;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  gap: 10px;
  margin-top: 20px; }

span.productView-reviewLink.product_review_count a {
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  color: #121317; }

.productView-rating.show {
  margin: 10px 0 !important;
  margin-bottom: 20px !important; }

li.product.odd a.button.button--small.card-figcaption-button.options {
  background: #fff !important;
  font-weight: 600; }

header.header {
  display: flex;
  align-items: center;
  padding: 10px 0; }

.belowheadIcn ul {
  width: 100% !important;
  padding-right: 0;
  gap: 10px !important;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0 !important;
  margin-top: 7px; }

.top-menu div p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  text-align: center;
  color: #fff; }

.checkout-layout .right.account-links {
  margin-top: 0 !important;
  margin-right: 0; }

header.header {
  display: flex !important;
  align-items: center;
  width: 100%; }

.Pane__PaneContent-sc-1vpamfo-0.jBUsrW {
  z-index: 20999999 !important; }

[data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] img, [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] img {
  width: 88px !important;
  height: 88px !important; }

[data-sub-layout="8ba5ef63-73db-4da1-915b-755757245554"] {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: inherit; }

.product.odd article.card a:hover {
  color: #FA6501; }

.search.category.main.top-pagination-hidden.product-filtering-enabled li.product {
  width: 32.32%; }

main#product-listing-container p {
  text-align: center; }

ul.inlineList.inlineList--labels svg {
  fill: #fff; }

.form-inlineMessage {
  line-height: 25px; }

.facetedSearch-refineFilters.sidebarBlock a {
  padding: 10px 0 !important; }

.facetedSearch-refineFilters.sidebarBlock ul.inlineList.inlineList--labels {
  margin-bottom: 10px; }

.product-wrapper .forOnePro .price-section abbr.active {
  font-family: Lato;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 14.4px;
  text-align: right;
  margin-left: 0;
  color: #656975 !important;
  opacity: 1; }

.product.odd span.BrandTitl {
  color: #fff !important; }

span.price.price--non-sale {
  color: #656975 !important;
  font-family: Lato;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 28.8px !important;
  text-align: left;
  margin-right: 10px;
  display: inherit; }

.product.odd div#showcase-products .price-section span.price {
  color: #fff !important; }

div#showcase-products .product.odd span.price.price--withTax {
  color: #fff !important; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] {
  padding: 12px 0 !important;
  border: 1px solid #1A404D;
  border-radius: 10px; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left; }

.sd-simple-text-e9378f96-7ade-48b1-8534-cfcf30b90f5b a {
  text-decoration: none;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
  color: #1A404D; }

.write-review a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center; }

.free-delivery-wrapper .tooltip::after {
  left: 11px;
  transform: translateX(11%); }

.free-delivery-wrapper .tooltip {
  left: 0 !important;
  transform: translateX(0%) !important; }

.accordion-content p img {
  margin: 9px 0; }

.accordion-content p strong {
  margin: 15px 0 8px 0 !important;
  display: inline-block; }

.star-rating span:hover::before, .star-rating span.selected::before {
  display: none; }

.star-rating span.selected {
  color: #FF9900 !important; }

.star-rating span:hover ~ span {
  color: #ccc; }

#eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text::after {
  margin: auto;
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.eapps-pricing-table-column-title-text {
  position: relative;
  padding-bottom: 10px; }

.related.products-container article.card {
  padding-top: 10px !important; }

.eapps-faq-layout-accordion .eapps-faq-content-category-item-active .eapps-faq-content-category-item-question-text {
  color: #1A404D;
  font-weight: 700; }

.related.products-container article.card:hover figcaption.card-figcaption {
  opacity: 1; }

div#cart-preview-dropdown li strong.cart-item-value {
  font-size: inherit;
  font-weight: 500; }

div#cart-preview-dropdown li.cart-total {
  font-size: 18px; }

.cart-total-value a {
  font-size: 18px !important; }

main.page-content.main-cart th.cart-header-item:last-child {
  text-align: left !important;
  padding-left: 0px; }

.alertBox.alertBox--info {
  height: auto;
  display: inline-block;
  width: 100%; }

span.form-inlineMessage {
  font-size: 12px; }

button.button.button--primary.button--small.shipping-estimate-submit:focus {
  color: #fff; }

.special-discounts li.product {
  width: 25%; }

.cart-layout .global-region.screen-width.above-footer {
  display: none; }

button.button.button--primary.button--small.shipping-estimate-submit {
  float: right;
  padding: 14px 0; }

.product.odd span.price.price--withoutTax.price-section--minor.active {
  color: #fff !important; }

button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
  margin-top: 0 !important; }

main.page-content.main-cart .right-wrap {
  position: relative;
  padding-top: 15px; }

main.page-content.main-cart .right-wrap p::before {
  content: "";
  background: #FA6501;
  width: 337px;
  position: absolute;
  height: 10px;
  bottom: 0;
  border-radius: 100px;
  z-index: 1; }

main.page-content.main-cart .right-wrap p::after {
  border: 1px solid #CCCCCC;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  border-radius: 100px;
  left: 0px; }

main.page-content.main-cart .right-wrap h1.page-heading {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #1A404D;
  font-size: 28px;
  line-height: 30px; }

.account.account--fixedSmall {
  margin-top: 30px;
  margin-bottom: 30px; }

.account.account--fixedSmall input.button.button--primary.form-prefixPostfix-button--postfix {
  background: #FA6501 !important;
  border-color: #FA6501 !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
  color: #FFF; }

.account.account--fixedSmall input.button.button--primary.form-prefixPostfix-button--postfix:hover {
  background: #1A404D !important;
  color: #fff !important;
  border-color: #1A404D !important; }

.account.account--fixedSmall h2.page-heading {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  padding-bottom: 0;
  color: #1A404D;
  margin-bottom: 40px;
  position: relative; }

.contact-page-content .page-contact {
  max-width: 100%;
  margin: auto;
  float: none;
  width: 100%; }

ul.breadcrumbs {
  display: none !important; }

.navUser-item-cartLabel {
  display: inline-block; }

li.navUser-item.navUser-item--cart.cart-CstmMob a {
  top: 1px; }

.eapp-logo-showcase-logo-inner {
  height: 130px !important; }

li.ContctIcon.desktop {
  margin-top: 2px; }

.productView-rating span.icon {
  width: 20px;
  height: 20px; }

body.account-page .body.content.Delivery-custom-Information .container.main {
  width: 1280px !important;
  margin: auto;
  left: 0;
  right: 0;
  float: none; }

body.account-page h2.page-heading {
  color: #1A404D;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  position: relative; }

section.account-content h2 {
  color: #1B3055;
  font-family: Lato;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  position: relative;
  padding-bottom: 13px; }

#body .main-nav-container.with-categories #menu li.navPages-item.top-level:hover > a {
  color: #FA6501 !important; }

body.account-page a.navBar-action, .navBar--sub .navBar-item {
  font-family: Lato;
  font-size: 1rem;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #656975; }

li.navBar-item.is-active {
  color: #1A404D; }

#body.product-page-layout #add-to-cart-wrapper .button--primary p {
  padding-top: 0;
  font-size: 20px !important;
  font-weight: 400 !important; }

ul.stats-content li:first-child {
  width: 27%;
  justify-content: flex-start; }

.stats-section > div {
  width: 100%;
  max-width: 1330px; }

.stats-section > div span {
  width: 35%; }

ul.stats-content {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0; }

.account-body .form-actions {
  flex-direction: row;
  justify-content: center; }

.listItem-body {
  text-align: left; }

.listItem-body p {
  text-align: left !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }

ul.productGrid.productGrid--maxCol4.top-sellers .product.odd .promo-wrap .ends {
  right: 10px; }

.account-body .address .form-actions {
  justify-content: flex-start; }

body.main .product.main.left.product-page-with-sidenav.full-width .productView .product-wrapper {
  max-width: 1280px;
  margin: auto !important;
  width: 100%; }

.product-page-layout h2.modal-header-title {
  text-align: center;
  font-size: 28px;
  padding-bottom: 3px; }

.product-page-layout h2.modal-header-title::after {
  right: 0;
  margin: auto; }

.accordion-item a.btn.custom-btn span {
  display: flex;
  align-items: center; }

.accordion-item a.btn.custom-btn span img {
  width: 20px !important;
  max-width: 20px !important;
  height: 20px !important; }

ul.productGrid.productGrid--maxCol.related .card-body {
  min-height: 330px !important;
  padding-bottom: 0 !important; }

.accordion-content {
  font-family: Lato; }

.accordion-content {
  padding: 2px 10px !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #656975; }

.accordion-content p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #656975; }

.accordion-content h2 {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #060b1e; }

.product.odd article.card .qty-wrapper .qty-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #F2F2F21A; }

.product.odd article.card .qty-btn input.qty-input {
  background: transparent; }

.product.odd article.card input.qty-input {
  background: transparent;
  color: #fff;
  border: 1px solid #F2F2F21A; }

.content-bulk {
  background: transparent !important; }

.increment-wrapper .content-bulk {
  background: transparent !important;
  /* width: 100% !important; */
  /* max-width: 100% !important; */ }

.increment-wrapper {
  position: relative; }

.increment-wrapper .tooltip-delivery-quantity {
  position: absolute;
  left: 110px;
  top: 0;
  padding: 7px 21px;
  transform: translateX(0%);
  font-size: 14px;
  line-height: 20px;
  bottom: inherit !important;
  font-family: Lato;
  padding-bottom: 11px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #fff; }

.tooltip-delivery-quantity .content {
  font-family: Arial, sans-serif; }

.tooltip-delivery-quantity .coverage-needed {
  display: flex;
  flex-direction: column;
  align-items: normal;
  background-color: #ffff;
  color: #000;
  padding: 15px; }

.tooltip-delivery-quantity .coverage-needed label {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  color: #1A404D; }

.tooltip-delivery-quantity .input-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px; }

.tooltip-delivery-quantity .input-group div {
  display: flex;
  flex-direction: row;
  align-items: center; }

.tooltip-delivery-quantity .input-group input {
  width: 60px;
  text-align: center; }

.tooltip-delivery-quantity button#calculate {
  background-color: #162b50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px; }

.tooltip-delivery-quantity button#calculate:hover {
  background-color: #0d1e3c; }

.tooltip-delivery-quantity .content {
  border: 1px solid #eee;
  border-radius: 10px; }

.tooltip-delivery-quantity .content h3 {
  background-color: #EAEBED;
  margin: 0px;
  padding: 10px;
  font-size: 18px;
  color: #183053; }

.increment-wrapper .tooltip-delivery-quantity span.close {
  color: #1A404D;
  position: absolute;
  top: -8px;
  right: -4px;
  background: #fff7d6;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  border-radius: 100px; }

form#checkout-customer-returning .form-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }

form#checkout-customer-returning .form-actions button#checkout-customer-continue {
  margin-right: 10px; }

div#checkout-app input, div#checkout-app select {
  border: 1px solid #ebebeb !important;
  height: 50px !important;
  order: 2;
  padding: 10px !important;
  border-radius: 6px !important; }

html .checkout-form input#sameAsBilling + label.form-label.optimizedCheckout-form-label {
  font-size: 14px !important;
  line-height: 26px !important;
  padding-left: 30px !important; }

.WidgetTitle__Header-sc-ruy1gu-2.eEuoxN {
  margin-bottom: 40px; }

.card-text .price-visibility .price-section.price-section--withoutTax.current-price.sale-price {
  padding-left: 0px; }

.cart-item-quantity .form-increment {
  margin-bottom: 0 !important;
  margin-right: 0px !important;
  width: 144px;
  display: flex; }

main.page-content.main-cart .cart-item-info:last-child {
  text-align: right !important; }

main.page-content.main-cart .cart-item-info:last-child strong.cart-item-value {
  width: auto;
  text-align: center;
  margin: auto;
  float: none;
  display: inline-block;
  margin-top: 0px; }

main.page-content.main-cart .cart-item-info strong.cart-item-value {
  color: #1A404D;
  font-family: Lato;
  font-size: 25px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  float: left; }

.cart-item-title dl.definitionList {
  color: #1A404D;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left; }

.cart-item-title dl.definitionList a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left; }

h2.cart-item-name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px; }

li.product:hover .card-figcaption-body {
  opacity: 1; }

li.product:hover figcaption.card-figcaption {
  opacity: 1 !important; }

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

article.card:hover figcaption.card-figcaption {
  opacity: 1; }

.card-text.add-to-cart-button span {
  color: #1A404D !important;
  text-transform: initial;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px; }

.card-text.add-to-cart-button a.button span {
  color: #fff !important; }

article.card .card-badge {
  margin-top: -20px;
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  top: 0px; }

.loadingOverlay-container {
  min-height: auto;
  position: relative;
  margin-bottom: 0 !important; }

.shippingOptions-panel.optimizedCheckout-overlay {
  min-height: auto !important;
  text-align: left !important; }

div#showcase-products [data-content-region="home_below_top_products"] li {
  padding-left: 0px !important; }

.LogoShowcase__Content-sc-uwmsvj-1.cyiDRg.eapp-logo-showcase-logo-showcase-content {
  margin-top: 40px !important;
  max-width: 1280px;
  width: 100%; }

.LogoShowcase__Content-sc-uwmsvj-1.cyiDRg.eapp-logo-showcase-logo-showcase-content {
  overflow: visible !important; }

section#quickSearch .card-text.add-to-cart-button span {
  font-family: Lato;
  font-size: 13px;
  line-height: 16.8px;
  text-align: center;
  font-weight: 700; }

section#quickSearch.quickSearchResults article.card .card-body .card-text[data-test-info-type="price"] {
  display: none; }

section#quickSearch.quickSearchResults .card-text.add-to-cart-button a.button.button--small.card-figcaption-button.add-to-cart {
  margin-bottom: 0 !important; }

section#quickSearch.quickSearchResults article#pricing-restricted {
  margin-top: 10px;
  margin-bottom: 10px; }

section#quickSearch.quickSearchResults article#pricing-restricted a.view-link {
  margin-bottom: 0 !important; }

.view-section {
  display: flex;
  flex-direction: column;
  height: 83px;
  align-items: flex-end;
  width: 28%;
  justify-content: space-between; }

section#quickSearch .view-section a.view-link {
  background: #1A404D;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  color: #fff;
  width: 72px;
  display: inline-block;
  float: right;
  text-align: center;
  text-decoration: none;
  padding: 7px 0px;
  border-radius: 4px; }

.view-section abbr {
  display: none !important; }

.view-section .price-section.price-section--withoutTax.current-price.regular-price {
  gap: 7px; }

section#quickSearch .view-section .price-section.price-section--withoutTax.current-price.regular-price span.price,
section#quickSearch .view-section span.price.price--withoutTax.price-section--minor {
  font-family: Lato !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 19.2px !important;
  text-align: left;
  color: #1A404D !important; }

section#quickSearch .view-section a.view-link:hover {
  background: #FA6501;
  color: #fff; }

section#quickSearch .card-text.add-to-cart-button:hover {
  background: #fff !important; }

body.main section#quickSearch.quickSearchResults .card-text.add-to-cart-button a.button.button--small.card-figcaption-button:hover span {
  color: #fff !important; }

.ReviewSource__SourceName-sc-1bcm4p4-1.fDVoLT.es-review-source-source-name {
  display: none; }

[data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"]:after {
  display: none !important; }

li.product.odd a.button.button--small.card-figcaption-button.options span {
  color: #1A404D !important; }

main#product-listing-container p {
  text-align: center;
  margin-top: 10px; }

label.form-label small {
  float: none; }

.page-contact.page-content.no-sidenav {
  text-align: center; }

.zn-element.zn-lg .zn-button button {
  padding: 0 !important;
  background: transparent !important;
  border: none !important; }

#znid-063621606957 .zn-button button:hover {
  background: transparent !important; }

div#search-results-heading {
  width: 100%;
  padding-top: 20px; }

.promo-wrap .off p {
  margin: 0 !important; }

.card-body {
  padding-top: 0; }

body.mian figure.card-figure, body.main.twelve-eighty #product-listing-container ul.productGrid figure.card-figure {
  padding-bottom: 5px !important; }

html.rectangle-out-btnAnimate div#checkout-app a#checkout-customer-cancel {
  margin-left: 9px !important;
  background: #1A404D !important;
  color: #fff !important;
  border: 1px solid #1A404D !important; }

html.rectangle-out-btnAnimate div#checkout-app a#checkout-customer-cancel:hover {
  color: #fff !important;
  background: #FA6501 !important;
  border-color: #FA6501 !important; }

.forOnePro .productView-info dt {
  padding-bottom: 10px;
  text-align: left !important; }

.modal-body.quickView section.productView-details .productView-rating {
  margin: 20px 0; }

section.productView-details.product-options.ready ul.socialLinks {
  width: 100%;
  text-align: left;
  display: inline-block;
  float: left; }

section.productView-details.product-options.ready .addthis_toolbox.addthis_32x32_style {
  justify-content: flex-start !important;
  float: left !important; }

html div#add-to-cart-wrapper button .TotalPriceMain p {
  font-size: 20px !important;
  line-height: 22px;
  margin-left: 7px; }

.modal .productView button#form-action-addToCart {
  border: 1px solid #00b67a  !important; }

section#quickSearch.quickSearchResults article.card a.button.button--small.card-figcaption-button.quickview {
  display: none !important; }

html body.product-page-layout.select-boxes .right-info {
  padding-bottom: 20px !important; }

[data-sub-layout-container="b7044d54-c1e2-4787-b6bc-9ab1f7b1a466"] {
  align-items: center;
  justify-content: center; }

td.cart-item-block.cart-item-info.delevery span {
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: #656975; }

td.cart-item-block.cart-item-info.delevery p {
  margin-bottom: 0; }

[for="shippingAddress.shouldSaveAddress"] {
  PADDING-LEFT: 12PX !important; }

html #checkout-app .checkout-form label.form-label.optimizedCheckout-form-label[for="shippingAddress.shouldSaveAddress"] {
  padding-left: 30px !important;
  margin-top: 0; }

.dropdown-button::after {
  -webkit-appearance: none;
  -moz-appearance: none;
  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(43, 41, 53, 0.999)' /%3E%3C/svg%3E");
  background-position: 100% !important;
  border-radius: 4px;
  padding: 4px 10px;
  border: none !important;
  background-repeat: no-repeat;
  right: 0; }

.form-select .icon {
  display: none; }

.checkout-address .dynamic-form-field.floating-form-field .icon {
  display: none; }

html .checkout-form label.form-label.optimizedCheckout-form-label, html .checkout-form label.form-label.optimizedCheckout-form-label a {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
  font-family: Lato;
  color: #656975 !important;
  text-align: left; }

html .checkout-form input#sameAsBilling + label.form-label.optimizedCheckout-form-label {
  margin: 0; }

div#checkout-app .checkout-form .form-body {
  margin-bottom: 10px; }

article.cart.optimizedCheckout-orderSummary a#cart-edit-link:hover {
  color: #fff !important;
  background: #FA6501; }

body .qty-wrapper a.button.card-figcaption-button.add-to-cart:hover span {
  color: #FA6501 !important; }

.product.odd article.card .m2-wrap {
  color: #fff !important; }

.card-body .m2-wrap, .m2-wrap {
  color: #656975 !important;
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 28.8px !important;
  text-align: left;
  margin-right: 10px; }

section.footer-info.five-columns article.footer-info-col.footer-info-col--small:first-child div#sd-image-1cf503b4-4172-4c23-8682-76251943c450 {
  background-size: 80%; }

[data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .es-layout-sidebar-inner {
  max-width: 100%; }

div#add-shipping {
  width: 100%;
  display: inline-block; }

.shipping-quotes {
  display: inline-block; }

.shipping-quotes ul {
  margin: 0; }

.shipping-quotes ul li, .shipping-quotes {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px; }

.top.products-container ul.productGrid li.product.hide {
  display: none; }

ul.addressList button.button.secondary.button--small {
  margin-left: 10px !important; }

.account-page section.page-content.page-content--left {
  padding: 0 11px; }

form.form.search {
  max-width: 700px;
  margin: auto;
  width: 100%; }

#body.base-layout ul.productList li.product {
  width: 100%; }

.cart-layout h2.modal-header-title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0; }

.cart-layout h2.modal-header-title::after {
  margin: auto;
  left: 0;
  right: 0; }

.cart-layout .modal-body {
  width: 100%; }

.cart-layout .modal-body .form-field {
  align-items: center;
  justify-content: center; }

.cart-layout .modal-body input.button.button--primary {
  width: 370px;
  margin: auto;
  max-width: 100%; }

.cart-layout .modal-body label.form-label.form-label--alternate {
  font-size: 18px;
  color: #000;
  font-weight: bold; }

html .cart-layout .modal-body form#CartEditProductFieldsForm .form-field {
  flex-wrap: wrap;
  margin-bottom: 0; }

html .cart-layout .modal-body [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
  border-color: #999393 !important;
  height: 40px;
  font-size: 16px;
  color: #000 !important;
  font-weight: 600;
  line-height: 40px; }

.cart-layout .modal-body small {
  font-size: 12px; }

.cart-layout .modal-body .form-field label.form-label + small {
  display: none; }

.cart-item-title a {
  color: #1A404D;
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left; }

section.productView-details.product-options.ready select.form-select.form-select--date {
  width: 125px !important; }

body.main.search-layout .ends {
  display: none; }

header.header input#nav-quick-search {
  padding-right: 70px; }

body.main.search-layout .price-section.price-section--withTax.current-price.sale-price.cstmWithTax {
  display: block; }

.checkout-layout .content {
  height: auto; }

.checkout-layout .top-info-sec {
  max-width: 370px;
  margin: auto;
  position: relative; }

.checkout-layout .top-info-sec button.slick-prev.slick-arrow::before {
  background-color: white !important;
  -webkit-mask: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/stencil/4cc9a130-b179-013c-10e5-7225d18d9c3c/e/bd4dc2a0-596a-013d-cb37-46a917a1e4cd/icons/angle-left.svg);
  mask: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/stencil/4cc9a130-b179-013c-10e5-7225d18d9c3c/e/bd4dc2a0-596a-013d-cb37-46a917a1e4cd/icons/angle-left.svg);
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important; }

.checkout-layout .top-info-sec button.slick-next.slick-arrow::before {
  background-color: white !important;
  -webkit-mask: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/stencil/4cc9a130-b179-013c-10e5-7225d18d9c3c/e/bd4dc2a0-596a-013d-cb37-46a917a1e4cd/icons/angle-right.svg);
  mask: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/stencil/4cc9a130-b179-013c-10e5-7225d18d9c3c/e/bd4dc2a0-596a-013d-cb37-46a917a1e4cd/icons/angle-right.svg);
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important; }

.checkout-layout {
  background: #F7F7F7; }

.checkout-layout .header-container {
  background: transparent; }

.checkout-layout .header-container .brand-info {
  margin-top: 20px; }

.checkout-layout .header-container .brand-info img {
  width: 150px; }

.checkout-layout .checkout-content {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding-top: 20px; }

.checkout-layout .checkout-content h1.page-heading {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #1A404D; }

.checkout-layout .checkout-content h1.page-heading::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto; }

.checkout-layout .checkout-content .heading p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-top: 18px; }

.checkout-layout .checkout-content .heading p span {
  background: #1A404D;
  color: #fff;
  padding: 5px 10px;
  padding-bottom: 9px;
  border-radius: 4px;
  font-weight: 600; }

div#checkout-app .layout-main {
  padding-left: 0; }

html body.checkout-layout div#checkout-app .checkout-steps {
  margin: 0; }

html body.checkout-layout .heading, html body.checkout-layout .layout.optimizedCheckout-contentPrimary {
  margin: 0 auto;
  max-width: 92.3076923077rem;
  width: 100%;
  padding: 0 1.5rem 0rem; }

html body.checkout-layout div#checkout-app {
  padding-top: 20px; }

h2.modal-header-title.optimizedCheckout-headingSecondary {
  text-align: center; }

h2.modal-header-title.optimizedCheckout-headingSecondary::after {
  right: 0;
  margin: auto; }

.checkout-footer img {
  width: 100%; }

.button {
  background: #1A404D !important;
  border: 1px solid #1A404D !important;
  color: #fff; }

p.form-legend-container span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center; }

div#checkout-app .checkout-form p.form-legend-container span {
  width: 100%;
  text-align: left; }

div#checkout-app .checkout-form p.form-legend-container span:last-child {
  text-align: center;
  margin-top: 0px;
  color: #1A404D; }

.modalOverlay {
  background: rgba(43, 41, 53, 0.95) !important; }

.checkout-layout .modal-body.modal--withText {
  padding-top: 0; }

.checkout-view-content.checkout-view-content-enter-done .dropdown-chevron {
  display: none !important; }

section#quickSearch .price-section.price-section--withTax.current-price.regular-price {
  display: none !important; }

.shipping-quotes {
  max-width: 100%;
  width: 314px;
  float: right; }

.shipping-quotes input.button.button--small.button--primary.select-shipping-quote {
  margin-bottom: 0;
  width: 100%;
  padding: 16px 0; }

li.form-checklist-item.optimizedCheckout-form-checklist-item.form-checklist-item--selected.optimizedCheckout-form-checklist-item--selected {
  padding-bottom: 4px; }

li.form-checklist-item.optimizedCheckout-form-checklist-item.form-checklist-item--selected.optimizedCheckout-form-checklist-item--selected .shippingOptionLabel {
  padding-left: 60px;
  padding-top: 18px;
  padding-right: 30px; }

li.form-checklist-item.optimizedCheckout-form-checklist-item.form-checklist-item--selected.optimizedCheckout-form-checklist-item--selected label.form-label.optimizedCheckout-form-label {
  margin-top: 0; }

.forOnePro .form-field {
  margin-top: 0 !important; }

html div#checkout-app a#addressToggle {
  width: 100%;
  padding: 9px 10px !important;
  min-width: auto !important;
  padding-right: 30px !important;
  font-family: 'Lato' !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px !important; }

ul.form-checklist.optimizedCheckout-form-checklist {
  margin-top: 12px; }

ul.form-checklist.optimizedCheckout-form-checklist .shippingOptionLabel {
  padding-top: 4px !important;
  padding-right: 0 !important;
  padding-left: 0 !important; }

ul.form-checklist.optimizedCheckout-form-checklist ul.form-field-errors {
  display: none; }

.blog-layout footer .footer-payment-icons {
  margin-top: 1rem !important; }

.blog-layout .body.content.Delivery-custom-Information {
  max-width: 1280px !important;
  margin: auto !important;
  left: 0;
  right: 0;
  display: block;
  padding-top: 41px;
  width: 100% !important; }

.blog-layout .body.content.Delivery-custom-Information h1.page-heading {
  font-weight: 600; }

h1.zn-heading {
  margin: 0; }

.zn-tab-container label.zn-tab-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px; }

div#znid-464445387205 .zn-row .zn-column {
  width: 25%;
  text-align: center;
  background: #fff; }

div#znid-464445387205 .zn-row .zn-column img.zn-primary-image.zn-nodrag {
  height: 230px;
  width: 100%; }

div#znid-464445387205 .zn-row .zn-column h3.zn-product-title {
  margin-top: 10px;
  font-family: Lato;
  text-align: center; }

main.page.page-404 {
  padding: 40px 0; }

.alertBox--info {
  color: #000 !important; }

ul.form-field-errors {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }

.checkout-layout .modal.optimizedCheckout-contentPrimary.modal--medium.modal--afterOpen {
  overflow: auto;
  height: auto !important;
  justify-content: center;
  min-height: fit-content; }

.ends svg {
  position: relative;
  top: 6px; }

article.card .card-body .card-text.add-to-cart-button {
  position: absolute !important;
  bottom: 10px;
  width: 100%;
  left: 0;
  padding: 0 10px; }

#body.base-layout ul.productList li.product .listItem-price {
  display: flex;
  align-items: center; }

#body.base-layout ul.productList li.product .listItem-price .second_one .price-section .price {
  font-family: Lato !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  text-align: left !important;
  color: #1A404D !important; }

#body.base-layout ul.productList li.product .listItem-price .msrp-sale-regular-price-section.withTax {
  margin-bottom: 0; }

body .listItem-content h2.card-text.brand a.brand-link {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #656975 !important;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 3px 3px;
  display: inline-block !important;
  margin-top: 10px !important; }

.card-sku-brand-section {
  display: inline-block;
  width: 100%;
  margin-top: 10px; }

.listItem-details .rating-wrap {
  display: flex;
  align-items: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  gap: 10px;
  margin-bottom: 8px; }

.listItem-details .rating-wrap p.listItem-rating {
  margin: 0 !important; }

.listItem-details .rating-wrap span.rating-count {
  position: relative;
  top: 3px; }

#body div#side-categories.sideCategoryList.mobile.is-open {
  display: block !important;
  z-index: 9999999999; }

div#content-page-container\ test1\ FAQ h1.page-heading {
  display: none; }

.img-banner-account {
  background-image: url("https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/register-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.product-wrapper .forOnePro .productView-title {
  font-family: "Lato";
  font-weight: 600;
  color: #1A404D;
  font-size: 28px;
  padding-bottom: 10px;
  margin-top: 0;
  line-height: 30px; }

.product-wrapper .forOnePro .productView-title {
  font-family: "Lato";
  font-weight: 600;
  color: #1A404D;
  font-size: 28px;
  padding-bottom: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 0; }

.product-title {
  position: relative;
  display: flex;
  align-items: flex-end; }

.product-title span.stock.inStocks {
  background: transparent;
  color: #121317 !important;
  font-size: 20px;
  width: auto;
  padding: 0; }

.product-title span.stock.inStocks svg {
  width: 20px;
  top: 5px;
  position: relative; }

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  position: relative; }

.brand-wrapper .productView-brand {
  margin-bottom: 0;
  margin: 0 !important;
  top: 1px;
  position: relative; }

.brand-wrapper h3.productView-brand span.BrandTitl {
  padding: 0; }

.forOnePro #add-to-cart-wrapper .form-field {
  display: inline-block;
  width: 100%; }

.forOnePro #add-to-cart-wrapper label.form-label {
  position: relative !important;
  width: 100%;
  left: 0; }

.forOnePro #add-to-cart-wrapper .form-field labe {
  color: #121317;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

.custom-sec .custom-checkbox {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 15px; }

.custom-sec {
  width: 100%; }

.custom-sec .custom-checkbox label.form-label {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 9px 10px;
  font-family: Lato;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center !important;
  color: #1A404D !important;
  margin: 0;
  align-items: center;
  justify-content: center; }

.custom-sec .custom-checkbox label.form-label::after, .custom-sec .custom-checkbox label.form-label::before {
  display: none; }

.custom-sec .custom-checkbox .form-radio:checked + .form-label {
  border: 2px solid #1A404D;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #1A404D33; }

.custom-sec input:focus + label {
  border: 2px solid #1A404D !important; }

html div#add-to-cart-wrapper button:hover svg circle {
  fill: #fff; }

.contact-page-content .right-content h3 {
  width: 520px;
  max-width: 100%; }

.page.content span.form-inlineMessage {
  font-size: 12px;
  text-align: left; }

div#modal label#radio-group-label-118 small {
  display: block; }

div#modal .form-field small {
  display: none; }

form#CartEditProductFieldsForm .form-field {
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px;
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px; }

html .cart-layout .modal-body form#CartEditProductFieldsForm .form-field small {
  display: none; }

form#CartEditProductFieldsForm .form-field .custom-checkbox {
  width: 100%;
  display: flex;
  gap: 13px; }

form#CartEditProductFieldsForm .form-field .custom-checkbox label.form-label {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 9px 10px;
  font-family: Lato;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  color: #1A404D !important;
  margin: 0;
  text-transform: capitalize; }

form#CartEditProductFieldsForm .form-field .custom-checkbox label::after,
form#CartEditProductFieldsForm .form-field .custom-checkbox label::before {
  display: none; }

form#CartEditProductFieldsForm .form-field .custom-checkbox input:checked + label {
  border: 2px solid #1A404D;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #1A404D33;
  text-transform: capitalize; }

form#CartEditProductFieldsForm .form-field .custom-checkbox input:focus + label {
  border: 2px solid #1A404D !important; }

.free-delivery-wrapper a.free-delivery-exp {
  top: 4px;
  position: relative; }

div#cart-preview-dropdown .Qtyytxts p.quantityCst strong {
  font-weight: 500; }

div#cart-preview-dropdown li.cart-total .cart-total-value a {
  font-size: 16px !important; }

.outer-sected-wrapper {
  display: flex;
  width: 68%;
  gap: 10px;
  justify-content: end; }

.outer-sected-wrapper select.form-select.hh.form-select--date.needsclick {
  order: 2; }

.outer-sected-wrapper select.form-select.form-select--date.needsclick {
  order: 1; }

.outer-sected-wrapper select.form-select.form-select--date.needsclick {
  order: 3; }

.global-region.screen-width.above-footer {
  z-index: 0;
  position: relative; }

.body.content.Delivery-custom-Information {
  z-index: 1; }

#body .header-container.sticky-header {
  position: relative;
  z-index: 2; }

.contact-layout .global-region.screen-width.above-footer {
  display: none; }

.contact-page-content .left-content .page-contact.page-content.no-sidenav {
  padding-bottom: 20px;
  text-align: left;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #656975; }

.contact-page-content .left-content .form-actions {
  align-items: center;
  text-align: center; }

.all-account-data form.form {
  margin-bottom: 0; }

.all-account-data .form-actions {
  margin-top: 6px !important; }

.all-account-data form.form {
  margin-bottom: 0; }

.all-account-data .form-actions {
  margin-top: 6px !important; }

.login-page .global-region.screen-width.above-footer {
  display: none; }

ul.productList li.product a.button.button--small.card-figcaption-button.add-to-cart {
  width: 183px !important; }

.listItem a.button.button--small.card-figcaption-button.add-to-cart {
  text-transform: inherit !important; }

.all-account-data h1.page-heading {
  font-size: 40px;
  padding-bottom: 6px;
  color: #1A404D; }

section#quickSearch ul .view-section .price-section.price-section--withoutTax.current-price.sale-price {
  min-height: auto !important;
  display: flex;
  align-items: baseline; }

.view-section .price-visibility {
  display: flex !important; }

.view-section .price-visibility span.price.price--non-sale,
.view-section .price-visibility span.price.price--withTax {
  font-size: 16px !important;
  line-height: 20px !important; }

.view-section .price-visibility span.price.price--withTax {
  font-size: 16px !important;
  letter-spacing: 0px; }

body section#quickSearch ul .view-section .price-section.price-section--withoutTax.current-price.sale-price {
  min-height: auto !important; }

body section#quickSearch .price-section {
  min-height: auto !important; }

div#add-to-cart-wrapper .form-increment {
  margin-top: 0;
  margin-bottom: 0 !important; }

div#recommended-products-below .card-body {
  padding: 0;
  position: relative; }

.related.products-container article.card {
  position: relative; }

.related.products-container article.card .card-text.add-to-cart-button {
  padding: 0 !important;
  bottom: 0px !important; }

#body.product-page-layout #add-to-cart-wrapper .button--primary {
  margin-top: 10px; }

.product.odd article.card span.price.price--non-sale {
  color: #fff !important; }

main.page-content.search div#product-listing-container article.card {
  margin-top: 20px !important; }

main.page-content.search div#product-listing-container article.card .card-badge {
  margin-top: -20px !important; }

.modal--large {
  border-radius: 10px;
  width: 1280px !important;
  width: 100%; }

.modal-close {
  height: 48px;
  width: 48px;
  color: black;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background: #edeef0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  right: 40px; }

#modal .accordion-item .arrow.open {
  transform: rotate(180deg); }

.right-info .price-section.price-section--withoutTax.current-price.regular-price {
  width: auto;
  float: left;
  margin: 0; }

.right-info .price-section.price-section--withoutTax.current-price.regular-price .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  margin: 0;
  padding-top: 0 !important; }

.right-info .price-section.price-section--withoutTax.current-price.regular-price > span.price-label {
  display: none; }

.forOnePro .productView-details .price-section.current-price > span.price-label {
  margin: 0; }

.productView-title {
  width: 100%; }

.productView-product p.most-popular {
  font-size: 11px;
  width: 87px;
  padding: 0px 0; }

.right-info.productView-info .msrp-sale-regular-price-section.withTax {
  margin-bottom: 0;
  padding-bottom: revert-layer; }

html .cart-layout .modal-body form#CartEditProductFieldsForm .form-field label#radio-group-label-118 {
  width: 100%;
  display: flex;
  align-items: center; }

html .cart-layout .modal-body form#CartEditProductFieldsForm .form-field .custom-checkbox {
  margin-bottom: 10px; }

section#quickSearch.highlight {
  border: 1px solid #ccc; }

.cart-page-wrapper .loadingOverlay {
  position: fixed !important; }

.cart-page-wrapper .loadingOverlay::before {
  top: 60%; }

/* 26-09-2024 */
.tooltip-size {
  position: absolute;
  left: 80px;
  top: -8px;
  padding: 7px 21px;
  transform: translateX(0%);
  font-size: 14px;
  line-height: 20px;
  bottom: inherit !important;
  font-family: Lato;
  padding-bottom: 11px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
  background-color: #1A404D;
  border-radius: 6px;
  display: none; }

.tooltip-size span.close {
  color: #1A404D;
  position: absolute;
  top: -8px;
  right: -4px;
  background: #fff7d6;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  border-radius: 100px; }

div#modal .accordion-content ul, div#modal .accordion-content h2 ~ p {
  display: none; }

div#modal .accordion-content h2 {
  cursor: pointer; }

div#modal .accordion-content h2:before {
  content: "+ "; }

div#modal .accordion-content h2.active:before {
  content: "- "; }

.fixed-cta {
  position: fixed;
  bottom: -100%;
  width: 100%;
  background: #EAEBED;
  border-top: 1px solid #cccccc;
  z-index: 999999999999;
  padding: 10px 0; }

.fixed-cta.active {
  bottom: 0; }

.inner-fixed-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: auto; }

.fixed-cta h1.productView-title {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left; }

.fixed-cta div#add-to-cart-wrapper {
  width: 100%;
  padding: 0;
  border: navajowhite;
  display: flex !important; }

.fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action {
  margin: 0 !important;
  border: none !important; }

.fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
  margin: 0;
  font-size: 20px !important;
  width: 100%;
  width: 378px;
  padding-left: 0;
  padding-right: 0;
  float: right; }

.fixed-cta .btn-wrapper {
  width: 43%; }

.fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p {
  width: 100%; }

.fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain {
  width: auto; }

.fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart span.TotalCountPrice {
  width: auto; }

.fixed-cta div#add-to-cart-wrapper .form-increment input {
  height: 50px;
  background: #EAEBED; }

.fixed-cta .brand-wrapper {
  margin: 0; }

.fixed-cta div#add-to-cart-wrapper label.form-label.form-label--alternate {
  display: none; }

.fixed-cta div#add-to-cart-wrapper .form-increment {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0px;
  margin-bottom: 0 !important;
  margin-right: 0px !important; }

body .fixed-cta div#add-to-cart-wrapper .form-increment button {
  width: 50px;
  background: #F2F2F2 !important; }

.fixed-cta .btn-wrapper button.button.button--icon {
  width: 50px; }

.fixed-cta div#add-to-cart-wrapper .form-field.form-field--increments {
  position: relative !important; }

.fixed-cta h3.productView-brand a {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left; }

.fixed-cta .title-wrapper {
  width: 57%; }

.fixed-cta .btn-wrapper form.form {
  margin-bottom: 0; }

h1.zn-heading:empty, h1:empty {
  display: none; }

h1.zn-heading:empty strong, h1.zn-heading:empty strong br {
  display: none; }

h1:empty {
  display: none !important; }

h1:empty br {
  display: none; }

h1 strong:empty {
  display: none; }

h1 strong br {
  display: none; }

.search-layout .category .page-content .panel.panel--large {
  display: none; }

.previewCartCheckout .button, .previewCartCheckout .button + .button {
  padding-left: 0;
  padding-right: 0; }

.qty-wrapper a.button.card-figcaption-button.add-to-cart span:empty {
  display: none; }

.product-title {
  margin-bottom: 10px !important; }

.search-layout .pagination.bottom .pagination-list {
  padding: 0;
  text-align: center;
  justify-content: center; }

.accordion-content h2 + ul {
  margin-left: 0px;
  padding: 0 30px; }

.related.products-container .card-badge {
  margin-top: -20px; }

.accordion-content h2 ~ p {
  display: none;
  padding: 0 10px; }

.product-page-layout footer.footer {
  padding-bottom: 130px; }

h3.review-heading {
  font-family: Lato !important;
  font-size: 48px;
  font-weight: 700 !important;
  line-height: 57.6px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  color: #1A404D !important;
  margin-top: 0; }

div#product-reviews {
  max-width: 1280px;
  margin: auto;
  padding: 0px 10px;
  width: 100%; }

div#product-reviews section#product-reviews {
  max-width: 100% !important; }

h3.review-heading::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

div#product-reviews .productView-rating {
  text-align: right;
  border: none; }

div#product-reviews .productView-rating a {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  color: #1A404D;
  text-align: left;
  text-decoration: none; }

div#product-reviews h5.productReview-title {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left; }

div#product-reviews p.productReview-body {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-bottom: 4px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical; }

div#product-reviews .slick-track {
  display: flex; }

div#product-reviews .productView-rating {
  margin-bottom: 20px; }

div#product-reviews .productReview {
  border: 1px solid #CCCCCC;
  padding: 20px 20px;
  margin-left: 14px;
  border-radius: 5px;
  margin-bottom: 1px;
  min-height: 240px; }

div#product-reviews .slick-list.draggable {
  margin-left: -15px; }

div#product-reviews p.authour-name {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #656975B2;
  margin-bottom: 0; }

div#product-reviews p.productReview-author {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #656975B2; }

div#product-reviews h4.toggle-title {
  display: none; }

div#product-reviews section#product-reviews {
  border: navajowhite;
  margin-bottom: 21px !important;
  display: inline-block !important;
  width: 100%; }

main.page-content.main-cart .right-wrap p::after {
  background: #fff; }

#body ul#productReviews-list .slick-arrow::before {
  background-color: #000 !important;
  width: 20px; }

ul#productReviews-list {
  margin: 0; }

body.main.twelve-eighty .related.products-container .productGrid .product {
  margin-right: 1rem !important;
  padding-left: 0px !important;
  margin-bottom: 0;
  padding-right: 0; }

body.main.twelve-eighty .related.products-container .productGrid .product:last-child {
  margin-right: 0 !important;
  padding-right: 0; }

.star-rating span.active {
  color: gold; }

.bulk-price-table-wrap tbody.table-tbody tr.active, .bulk-price-table-wrap tbody.table-tbody tr:hover {
  background-color: #fff7d6 !important; }

.product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p .tooltip-delivery {
  right: -20px;
  left: inherit;
  padding: 8px 10px; }

.product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p {
  position: relative; }

.custom_id_wraper .tooltip-delivery span.close {
  color: #1A404D;
  position: absolute;
  top: -8px;
  right: -4px;
  background: #fff7d6;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  border-radius: 100px; }

.product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p:empty {
  display: none; }

.custom_id_wraper .tooltip-delivery {
  left: 40%;
  padding: 8px 10px; }

.productView-details abbr {
  font-size: 12px !important;
  text-decoration: none !important;
  border: 0 !important;
  font-weight: 400;
  color: #656975 !important; }

.right-info abbr {
  margin-right: 6px; }

.right-info abbr {
  float: left;
  margin-right: 0; }

.right-info .price-section.price-section--withoutTax.current-price.sale-price {
  display: flex;
  align-items: center; }

.right-info .price-section.price-section--withoutTax.current-price.sale-price {
  display: flex !important;
  align-items: baseline; }

.right-info .price-section.price-section--withTax.current-price.sale-price.cstmWithTax.active {
  display: flex;
  align-items: baseline;
  margin-right: 0; }

.right-info .price-section.price-section--withTax.current-price.sale-price.cstmWithTax.active span.price.price--withTax {
  width: auto; }

/*---------07-10-2024--------*/
.purchase-ability.ratings-on.withTax.withoutTax .price-section {
  width: auto !important;
  align-items: baseline;
  gap: 4px; }

.product.odd .card-body .card-text abbr {
  color: #fff !important;
  opacity: 1; }

li.product.show.odd abbr.active {
  color: #fff !important;
  color: #fff !important; }

li.product.show.odd li.product abbr {
  color: #fff !important;
  color: #fff !important; }

.card-body .card-text abbr {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  color: #1A404D !important;
  opacity: 0.5; }

.price-section.price-section--withoutTax.current-price.sale-price {
  display: flex;
  align-items: baseline;
  gap: 5px; }

body .card-body .card-text .price-section.price-section--withTax.current-price.sale-price.cstmWithTax.active {
  display: flex;
  align-items: baseline;
  gap: 5px; }

.card-body span.price.price--non-sale {
  font-size: 20px !important;
  width: auto !important;
  margin: 0 3px;
  margin-left: 0; }

li.product.show.odd abbr {
  color: #fff !important;
  min-height: auto;
  line-height: normal;
  display: inline-block; }

.card-body span.price.price--withTax {
  width: auto !important; }

.card-body span.price {
  font-size: 22px !important; }

body .card-body .card-text abbr, .price-section abbr.active {
  font-size: 12px !important; }

.card-body abbr.active {
  display: block !important; }

.card-body .cstmWithTax.active abbr {
  display: block !important; }

.card-body .current-price abbr {
  display: block; }

.right-info .regular-price .price-section.price-section--withoutTax.current-price.sale-price, .right-info .price-section.price-section--withoutTax.current-price.regular-price, .right-info .price-section.price-section--withoutTax.current-price.sale-price {
  margin-right: 10px !important; }

/*LSTING*/
.card-body .price-visibility {
  position: relative; }

.card-text .price-visibility {
  display: inline; }

.card-body .second_one {
  position: relative;
  display: flex;
  align-items: end;
  gap: 10px; }

.card-body .card-text {
  position: relative; }

.card-body .price-section.price-section--withoutTax.current-price.regular-price abbr {
  DISPLAY: NONE; }

.card-body .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  display: inline-block;
  justify-content: flex-start;
  align-items: end; }

.card-body .cstmWithTax.active abbr {
  display: block !important; }

.card-body span.price-label {
  display: none; }

.right-info .regular-price .second_one {
  display: inline; }

.card-text.add-to-cart-button span.rating--small {
  width: auto;
  float: right;
  clear: both;
  margin-bottom: 0; }

.card-text.add-to-cart-button p.card-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

.qty-wrapper {
  margin-top: 0; }

.card-text .price-visibility .price-section.price-section--withoutTax.current-price.sale-price abbr {
  display: none; }

.product-page-layout .stats-section {
  width: 100%; }

.fixed-cta div#add-to-cart-wrapper .form-field.form-field--increments {
  position: relative; }

.custom_cart_icon_info {
  display: flex;
  gap: 15px; }

.custom_cart_icon_info p {
  margin-bottom: 0;
  font-family: Lato;
  font-size: 14px  !important;
  font-weight: 600;
  line-height: 21px !important;
  text-align: left;
  color: #1A404D;
  display: flex;
  align-items: center;
  gap: 7px; }

.custom_cart_icon_info p svg {
  width: 16px;
  margin-right: 0 !important;
  line-height: 0;
  position: relative !important;
  top: 1px !important; }

.card-body.purchase-ability.withTax.withoutTax .msrp-sale-regular-price-section.withoutTax {
  display: block !important; }

.card-body .first_price {
  display: flex; }

.listItem-content .qty-wrapper {
  margin-top: 20px; }

.right-info .regular-price .first_price {
  display: inline; }

.top-menu .right.account-links {
  margin-right: 0;
  margin-top: -23px;
  opacity: 0; }

label#radio-group-label-118 {
  display: flex;
  align-items: center; }

.top-menu.fixed .right.account-links {
  opacity: 1;
  display: block !important; }

p.without-hover-txt {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
  color: #1A404D !important; }

p.without-hover-txt img {
  width: 80px !important;
  max-width: 70px !important; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"]:hover p.without-hover-txt {
  opacity: 0; }

p.with-hover-text {
  position: absolute;
  display: none;
  width: revert-layer;
  text-align: center;
  margin: 0;
  color: #1A404D;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 14px;
  transition: 0.5s; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"]:hover p.with-hover-text {
  display: block;
  text-align: center; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] {
  cursor: pointer; }

#body a.button.button--small.card-figcaption-button {
  margin-top: 0; }

.card-body .first_price {
  min-height: 35px; }

div#checkout-app .checkout-form .form-actions {
  text-align: right;
  align-items: flex-end; }

body .tooltip-delivery-quantity {
  max-width: 100% !important;
  width: 374px !important;
  box-shadow: 0px 0px 3px #c9c9c9; }

.tooltip-delivery-quantity::after {
  left: 80px;
  content: "";
  width: 26px;
  height: 21px;
  position: absolute;
  top: -14px;
  color: #000;
  background-image: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/arow.png?t=1728561318);
  z-index: -1; }

.tooltip-delivery-quantity h3 {
  font-family: Lato;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #1A404D !important;
  background: #EAEBED; }

.coverage-needed label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #1A404D !important; }

.tooltip-delivery-quantity .coverage-needed label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  margin-bottom: 0px; }

.tooltip-delivery-quantity .input-group div {
  align-items: center;
  justify-content: center;
  gap: 4px; }

.tooltip-delivery-quantity .input-group input {
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-radius: 5px !important;
  height: 40px;
  color: #1A404D;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  padding: 0px !important; }

.tooltip-delivery-quantity .input-group {
  gap: 50px; }

.tooltip-delivery-quantity .coverage-needed > label {
  margin-bottom: 10px; }

.tooltip-delivery-quantity button#calculate {
  background: #1A404D !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  border-radius: 3px !important; }

.tooltip-delivery-quantity button#calculate:hover {
  background-color: #00b67a !important; }

.tooltip-delivery-quantity .content {
  border: navajowhite;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left; }

.result-wrap p {
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 6px;
  color: #656975; }

.result-wrap {
  background: #FFF8CC;
  margin-bottom: 10px;
  padding: 14px 10px !important; }

.result-wrap b {
  color: #183053;
  font-size: 15px !important; }

.tooltip-size {
  z-index: 1;
  padding: 0;
  border: 0px solid #CCCCCC;
  overflow: visible;
  border-radius: 5px;
  top: 38px;
  left: 0;
  width: 374px;
  max-width: 100%;
  box-shadow: 0px 4px 10px 0px #0000001A; }

label#radio-group-label-118 {
  z-index: 2; }

.tooltip-size table.size-guide {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  border-radius: 4px;
  background: #ccc; }

.tooltip-size table.size-guide th, .tooltip-size table.size-guide td {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #1A404D;
  border: navajowhite;
  border-right: 1px solid #CCCCCC;
  background: #fff;
  padding: 8px; }

.tooltip-size tr {
  border-bottom: 1px solid #CCCCCC; }

.tooltip-size table.size-guide tbody tr {
  background: #fff; }

.tooltip-size table.size-guide tbody tr:last-child {
  border-bottom: 0; }

.tooltip-size table.size-guide th:last-child, .tooltip-size table.size-guide td:last-child {
  border-right: 0; }

.tooltip-size::before {
  left: 101px;
  content: "";
  width: 26px;
  height: 21px;
  position: absolute;
  top: -14px;
  color: #000;
  background-image: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/arow.png?t=1728561318);
  z-index: -1; }

.tooltip-size table.size-guide thead tr:first-child th {
  background: #EAEBED; }

body .tooltip-delivery-quantity {
  background-color: #ccc;
  position: absolute;
  top: 100% !important;
  right: inherit !important;
  left: 0px;
  z-index: 99; }

.tooltip-delivery-quantity .content {
  border: 1px solid #ccc;
  background-color: #ccc; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#sd-simple-text-editable-714ce1dd-ed11-46c8-9473-b3a60f87ad90 p {
  font-family: Lato;
  font-size: 64px;
  font-weight: 700;
  line-height: 76.8px;
  text-align: left;
  margin-bottom: 10px;
  max-width: 100%; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  max-width: 580px; }

body [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#buttonLink a {
  background: #FA6501 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.019em;
  text-align: left;
  color: #08101B !important;
  width: 285px;
  height: 64px !important;
  min-height: 64px;
  text-align: center;
  line-height: 64px !important;
  margin-top: 10px; }

.BadgeTotalReviews__Content-sc-15g78rc-0.kXdWCh.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
  text-decoration: none; }

body [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#buttonLink a:hover {
  border: 1px solid !important;
  border-radius: 4px !important;
  background-color: #00b67a !important;
  color: #ececec !important;
  border-color: #00b67a !important; }

.css-nmhyd4, .css-113wrz1 {
  background: transparent !important;
  cursor: pointer; }

.css-1k0woj {
  position: relative;
  align-items: baseline; }

.css-1k0woj .css-1clkqco {
  z-index: 99;
  text-align: left;
  background: #08101B4D;
  width: 100%;
  padding-bottom: 10px; }

.css-1k0woj .css-1wn6xct {
  background: #08101B4D;
  z-index: 1;
  margin-top: -100px;
  font-family: Lato !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  color: #fff;
  left: 0;
  position: relative;
  padding: 10px 8px;
  text-transform: inherit;
  width: 100%;
  padding-bottom: 0; }

.css-1clkqco a {
  color: #fff !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
  text-align: left;
  padding: 4px 10px;
  padding-top: 0;
  padding-right: 50px; }

.css-1k0woj {
  padding: 0 50px !important; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  margin-top: 0 !important; }

body .tooltip-delivery-quantity .content {
  overflow: hidden; }

.shop_by_slider_wrp {
  background: #F7F7F7;
  padding: 20px 20px;
  margin-left: 10px;
  min-height: 710px !important; }

.shop_by_slider_wrp h2 {
  color: #1A404D;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left; }

.shop_by_slider_wrp a.cta {
  background: #FA6501 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -.019em;
  text-align: left;
  color: #fff !important;
  width: 285px;
  height: 64px !important;
  min-height: 64px;
  text-align: center;
  line-height: 64px !important;
  margin-top: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important; }

.shop_by_slider_wrp a.cta:hover {
  background-color: #1A404D !important;
  color: #ececec !important;
  border-color: #1A404D !important; }

.shop_by_slider_wrp p {
  font-family: Lato;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #1A404D;
  min-height: 140px;
  margin-bottom: 0 !important; }

.shop_by_category_wrapper .slick-list {
  margin-left: -10px; }

#body .shop_by_category_wrapper .slick-arrow::before {
  background-color: #000 !important;
  font-size: 0;
  width: 20px;
  height: 20px; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"],
[data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"] {
  padding: 20px 15px !important; }

#body .shop_by_category_wrapper .slick-arrow:hover::before {
  background-color: #000 !important;
  width: 20px;
  height: 20px; }

.shop_by_category_wrapper button.slick-arrow {
  z-index: 2;
  position: absolute; }

.shop_by_category_wrapper button.slick-prev.slick-arrow {
  left: 0; }

.shop_by_category_wrapper button.slick-next {
  right: 0; }

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

.shop_by_slider_wrp img {
  width: 75%;
  margin: auto; }

.shop_by_slider_wrp a {
  text-decoration: none; }

.css-1yqumcf::before {
  content: "";
  border-left: 50px solid transparent !important;
  border-right: 50px solid transparent !important;
  border-top: 50px solid #1A404D;
  position: absolute;
  bottom: -8px;
  right: -33px;
  z-index: 999;
  transform: rotate(-45deg); }

.css-1yqumcf::after {
  transform: rotate(-45deg);
  content: "";
  border-left: 50px solid transparent !important;
  border-right: 50px solid transparent !important;
  border-bottom: 50px solid #1A404D;
  position: absolute;
  left: -33px;
  top: -10px;
  z-index: 999; }

.home.slider-in-container .css-1csgxr0::before {
  content: "";
  border-left: 50px solid transparent !important;
  border-right: 50px solid transparent !important;
  border-top: 50px solid #1A404D;
  position: absolute;
  bottom: -8px;
  right: -33px;
  z-index: 999;
  transform: rotate(-45deg); }

.home.slider-in-container .css-1csgxr0::after {
  transform: rotate(-45deg);
  content: "";
  border-left: 50px solid transparent !important;
  border-right: 50px solid transparent !important;
  border-bottom: 50px solid #1A404D;
  position: absolute;
  left: -33px;
  top: -10px;
  z-index: 999; }

.css-nmhyd4, .css-113wrz1 {
  top: 50% !important; }

.product .off {
  height: 24px;
  width: auto;
  text-align: center;
  display: inline-block; }

.product .off p {
  background: #C8F6D4;
  margin-bottom: 0;
  padding: 0 8.77px;
  color: #186F2E;
  font-family: Lato;
  font-size: 14.9px;
  font-weight: 700;
  line-height: 24px;
  text-align: center !important;
  margin: 0 !important;
  border-radius: 3.5px; }

.card-body .first_price {
  align-items: center;
  gap: 3px; }

a.custom_continue-shop_btn:hover {
  background-color: #00b67a !important;
  color: #ececec;
  border-color: #00b67a !important; }

section.cart-section.optimizedCheckout-orderSummary-cartSection {
  padding-top: 0 !important; }

section.cart-section.optimizedCheckout-orderSummary-cartSection {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

a.redeemable-label {
  margin: 0 !important; }

body section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label {
  position: absolute;
  bottom: -50px;
  padding-bottom: 10px;
  font-size: 17px; }

#body.base-layout ul.productList li.product .listItem-price .first_price {
  display: flex;
  align-items: baseline;
  width: auto;
  float: left;
  top: 2px;
  position: relative; }

.listItem-price .off p {
  margin-right: 12px !important; }

#body.base-layout ul.productList li.product .listItem-price .second_one {
  width: auto;
  display: flex;
  gap: 10px; }

#body.base-layout ul.productList li.product .listItem-price .second_one .price-section {
  width: auto; }

.listItem-actions span.price.price--non-sale {
  font-size: 20px !important;
  line-height: inherit; }

.listItem-actions .m2-wrap {
  color: #656975;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  text-align: left; }

#body.base-layout ul.productList li.product .listItem-price .second_one .price-section .price {
  font-size: 24px !important; }

.card-body .m2-wrap, .m2-wrap {
  height: auto;
  line-height: initial; }

.card-body .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
  align-items: inherit;
  line-height: inherit !important; }

.card-body .second_one {
  align-items: inherit; }

article .card-body .current-price {
  line-height: inherit; }

.checkout-layout .modal.optimizedCheckout-contentPrimary.modal--medium.modal--afterOpen a.modal-close {
  top: 27px !important;
  right: 4px !important; }

.cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--subtotal {
  padding-top: 10px; }

form.both-grid-default ul.productList {
  opacity: 1 !important; }

[data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] > div,
[data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] > div {
  width: 550px;
  float: right;
  text-align: left; }

[data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"],
[data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
  align-items: end; }

table.custom-table-wrap thead a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-align: left;
  color: #1A404D !important; }

table.custom-table-wrap thead a .bulk-icon-button {
  background: transparent !important;
  border: none !important;
  margin-top: 0; }

div#modal-bulk-pricing .modal-body {
  padding-top: 0 !important; }

div#modal-bulk-pricing .modal-body p, div#modal-bulk-pricing .modal-body li {
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #121317; }

.right-info.productView-info dt.productView-info-name, .right-info.productView-info dd.productView-info-value,
.productView-product dt.productView-info-name, .productView-product dd.productView-info-value {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  width: auto; }

.bulk-discount-wrapper {
  position: relative; }

.bulk-discount-wrapper {
  position: relative; }

.custom-sec .forOnePro #add-to-cart-wrapper .form-field.\31 23[data-product-attribute="set-select"] {
  width: 100%; }

body .forOnePro #add-to-cart-wrapper .custom-sec .form-field.\31 23[data-product-attribute="set-select"] label.form-label.form-label--alternate.form-label--inlineSmall {
  top: 0;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-right: 10px; }

.forOnePro #add-to-cart-wrapper .form-field.\31 23 {
  display: flex !important;
  align-items: center;
  margin: 10px 0 !important;
  margin-bottom: 0 !important; }

.form-field select#attribute_select_120 {
  max-width: 60% !important;
  min-width: 350px; }

select#attribute_select_119, .form-field select#attribute_select_120 {
  width: auto !important;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  padding: 0 10px !important;
  border: 1px solid #CCCCCC !important;
  background-color: #F2F2F2;
  border-radius: 5px;
  background-size: 4%;
  padding-right: 30px !important; }

body select#attribute_select_119 {
  background-size: 9% !important;
  background-position: 94% !important; }

#modal-bulk-pricing a.modal-close {
  right: 15px; }

.form-field select#attribute_select_120, .custom-sec .forOnePro #add-to-cart-wrapper .form-field.\31 23[data-product-attribute="set-select"] select {
  border-bottom: 0; }

.forOnePro .form-input--incrementTotal {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  text-align: center; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"]:hover {
  background: #fff7d6; }

.all-account-data h1.page-heading {
  margin-bottom: 20px !important; }

label.form-label.optimizedCheckout-form-label[for="useStoreCredit"] {
  margin-top: 0 !important;
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left; }

select#attribute_select_119 {
  border-bottom: 0px; }

.checkout-view-header {
  margin-bottom: 0; }

form#checkout-customer-returning p.form-legend-container {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: self-start !important;
  display: inline; }

form#checkout-customer-returning .form-actions {
  margin: 10px 0;
  margin-top: 10px !important; }

[data-test="customer-signin-link"] {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
  padding: 40px 0 !important;
  max-width: 1280px;
  margin: auto;
  width: 100%; }

[data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] {
  background: #1A404D; }

.css-9z33oj {
  display: none !important; }

.css-9z33oj {
  display: none !important; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1; }

[data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
  padding-bottom: 0 !important; }

.page.category-grid, body.brand-layout .container.main, body.search-layout .container.main {
  max-width: 1280px !important;
  margin: auto !important;
  width: 100% !important;
  float: none; }

article.card-title-three-lines h2.card-title {
  height: auto !important; }

article.card-title-three-lines h2.card-title a, .productCarousel-slide article.card-title-three-lines h2.card-title a {
  height: 72px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; }

body .right-section main#product-listing-container {
  width: 100% !important;
  padding: 0 !important; }

body.main.twelve-eighty .main.product-filtering-enabled main#product-listing-container {
  width: 100% !important;
  padding: 0 !important; }

.search.category.main.top-pagination-hidden.product-filtering-enabled {
  padding-top: 0 !important; }

.search-layout figure.listItem-figure .card-badge {
  top: -25px; }

div#facetedSearch-content--category {
  padding: 0 !important; }

div#facetedSearch-content--category a.navList-action.navList-action--checkbox {
  font-family: Lato !important;
  font-weight: 500 !important;
  color: #1A404D !important;
  font-size: 18px !important; }

div#facetedSearch-content--brand {
  padding: 0 !important; }

.facetedSearch-navList .navList--inner {
  margin-left: 0 !important; }

a.navPage-subMenu-action.navPages-action.activePage::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
  position: absolute;
  top: 9px;
  left: 7px; }

.navList-action--checkbox.is-selected::before {
  background-color: #1B305B !important; }

p.custom_refine_pro_wrap {
  padding: 10px;
  margin-bottom: 0 !important;
  padding-bottom: 0; }

nav.product-filtering-enabled div#facetedSearch-navList {
  margin-top: 0 !important; }

ul.inlineList.inlineList--labels > li {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

p.custom_cleae_all_wrap {
  margin-bottom: 0;
  padding: 0px 10px 0px 10px; }

ul.inlineList.inlineList--labels {
  margin-bottom: 0 !important; }

.support_wraper_infomation {
  text-align: center;
  max-width: 630px !important;
  margin: auto;
  width: 100%; }

.support_wraper_infomation h2 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.019em;
  text-align: center;
  color: #08101B !important;
  margin-bottom: 30px; }

.support_wraper_infomation ul {
  padding: 0px !important;
  margin: 0px !important; }

.support_wraper_infomation ul li {
  list-style: none;
  width: 47%;
  text-align: left;
  float: left;
  padding: 0 20px;
  margin-bottom: 20px; }

.support_wraper_infomation ul li p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #656975;
  margin-bottom: 2px; }

.support_wraper_infomation ul li p:nth-child(2) {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #1A404D; }

.support_wraper_infomation ul li p:nth-child(2) a {
  color: #1A404D;
  text-decoration: none; }

.bottom_contnt_wrap {
  display: inline-block;
  padding: 0 20px;
  width: 100%; }

.bottom_contnt_wrap p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #656975;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px; }

.whatsapp_button_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  padding-bottom: 50px; }

.whatsapp_button_wrapper a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  color: #656975;
  text-decoration: none; }

.whatsapp_button_wrapper a:last-child {
  background: #08101B;
  color: #fff;
  padding: 8px 13px;
  margin-left: 20px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  width: auto;
  gap: 10px;
  width: 235px; }

.category-layout aside#faceted-search-container {
  border: none; }

div#content-page-container.Support {
  background: #EAEBED; }

div#content-page-container.Support .page-content.page-content.no-sidenav {
  background: #EAEBED; }

div#content-page-container.Support iframe {
  border: none;
  height: 550px; }

div#content-page-container.Support h1.page-heading {
  display: none; }

div#content-page-container.Support p:empty {
  display: none; }

modal-body.quickView .productView-price .off {
  display: none; }

.navList-action--checkbox::before {
  border: 1px solid #CCC !important;
  width: 20px;
  height: 20px; }

.navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 7px;
  background-color: transparent;
  border-radius: 0px; }

.modal-body.quickView .productView-price .off {
  display: none !important; }

.all-account-data label.form-label::before {
  top: 7px; }

.all-account-data label.form-label::after {
  top: 8px !important;
  left: 1px !important; }

.product-page-layout .container.main, .home .container.main, .login-page .container.main {
  padding: 0 !important; }

.global-region.screen-width.above-footer[page-id="page-11"] {
  display: none; }

body .productView-details .tooltip-delivery-quantity {
  right: inherit;
  left: 0px !important;
  transform: inherit;
  padding: 0; }

body .productView-details .tooltip-delivery-quantity .content {
  float: none; }

body .productView-details .tooltip-delivery-quantity .content {
  float: none; }

table.custom-table-wrap thead a .bulk-icon-button {
  width: auto !important;
  margin: 0 !important; }

.modal-body.quickView section.productView-details .product-custom-fields {
  padding: 0; }

.modal-body.quickView section.productView-details .product-custom-fields > ul {
  padding-bottom: 15px; }

.modal-body.quickView section.productView-details .custom-sec {
  display: inline; }

.modal-body.quickView section.productView-details .regular-price {
  margin-bottom: 0; }

form#checkout-customer-returning p.form-legend-container span:last-child {
  margin-left: 8px; }

form#checkout-customer-returning p.form-legend-container span:last-child a {
  margin-left: 8px; }

html.rectangle-out-btnAnimate div#checkout-app .button:hover svg {
  fill: #fff; }

ul.product-options.optimizedCheckout-contentSecondary {
  display: none; }

.modal-body .modal-footer button {
  margin-left: 0.78571rem; }

div.account #product-listing-container.no-sidenav ul.productGrid li.product {
  width: 25%;
  padding-right: 0.75rem !important; }

.modal-body.quickView section.productView-details .custom-sec .form-field {
  border: none !important;
  /* padding: 0; */ }

.modal-body.quickView section.productView-details .custom-sec .form-field img {
  margin-top: 0px; }

body.cart-layout .forOnePro #add-to-cart-wrapper .custom-sec .form-field.\31 23[data-product-attribute="set-select"] label.form-label.form-label--alternate.form-label--inlineSmall {
  top: 16px !important; }

div#modal-bulk-pricing {
  z-index: 99999999; }

section#quickSearch.quickSearchResults .card-text.add-to-cart-button a.button.button--small.card-figcaption-button.add-to-cart {
  margin-bottom: 0 !important; }

div#modal-bulk-pricing h2.modal-header-title {
  text-align: center; }

div#modal-bulk-pricing h2.modal-header-title ::after {
  right: 0;
  margin: auto; }

div#modal-bulk-pricing h2.modal-header-title::after {
  right: 0;
  margin: auto; }

.shop_by_category_wrapper .es-badge-container {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row;
  background: transparent !important;
  padding: 0;
  margin-left: 0;
  margin-bottom: 15px;
  gap: 4px;
  align-items: center; }

.shop_by_category_wrapper .es-badge-container .es-trustpilot-icon {
  top: 2px; }

body .productView-details .tooltip-delivery-quantity {
  white-space: inherit !important; }

body .shop_by_category_wrapper .es-layout-sidebar-inner {
  max-width: 100% !important; }

body .shop_by_category_wrapper .es-layout-sidebar-inner .es-badge-container {
  flex-direction: row !important; }

.trade-account-cta a {
  text-decoration: none !important; }

.search-layout .grid-list-view.toggle {
  top: 0 !important; }

.search-results .search.category section.nav {
  display: none; }

body .shop_by_category_wrapper .es-layout-sidebar-inner .es-badge-container .es-badge-sources-container {
  position: relative !important; }

div#search-results-content {
  display: none; }

h2.modal-header-title.optimizedCheckout-headingSecondary {
  margin-top: 30px;
  margin-bottom: 10px; }

ul.productList li.product .listItem-price .msrp-sale-regular-price-section.withTax {
  height: auto !important; }

ul.productList li.product .listItem-price span.price {
  line-height: initial !important;
  align-self: baseline !important; }

.search-layout .category.main ul.productGrid article.card {
  margin-top: 26px; }

.search-layout li.product figure.card-figure {
  min-height: auto !important;
  height: auto !important; }

.search-layout .product.odd article.card figure.card-figure {
  padding: 10px !important; }

label.form-label.form-label--alternate.form-label--inlineSmall img {
  max-width: 22px; }

.cart-layout .right.account-links.mobile p.TogBtn-exVat {
  display: none; }

.cart-layout .right.account-links.mobile span.sliderTogBtn.roundTogBtn {
  display: none; }

.cart-layout .right.account-links p.TogBtn-exVat, .cart-layout .right.account-links span.sliderTogBtn.roundTogBtn {
  display: none; }

.modal--large {
  left: 0%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 5% !important;
  transform: none !important; }

[data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"]:hover {
  background: #FA6501; }

html body.checkout-layout div#checkout-app .checkout-steps {
  margin: 0;
  float: left; }

div#checkout-page-container > div {
  width: 100%;
  display: inline-block; }

.fixed-cta div#add-to-cart-wrapper .form-increment input {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  text-align: center; }

#body.base-layout ul.productList li.product .listItem-price .second_one {
  top: 2px;
  position: relative; }

.listItem-body .cstmWithTax.active abbr {
  display: block !important; }

#body ul.productList li.product .listItem-price .second_one .price-section {
  width: auto;
  max-width: inherit;
  align-items: baseline; }

.listItem-price {
  width: 100%; }

ul.productList li.product .listItem-price .second_one {
  width: auto; }

ul.productList li.product .listItem-price .second_one .price-section abbr {
  font-size: 12px !important; }

#body .listItem-content span.price.price--withTax {
  width: auto !important; }

#body ul.productList li.product .listItem-price .second_one .price-section abbr {
  float: left; }

#body .listItem-content span.price.price--withTax {
  float: left; }

#body ul.productList li.product .listItem-price .second_one .price-section {
  vertical-align: bottom; }

#body ul.productList li.product .listItem-price .second_one .price-section abbr {
  position: relative;
  vertical-align: bottom;
  line-height: 28px;
  margin-left: 4px;
  bottom: -5px; }

.rating--small .icon {
  height: 20px !important;
  margin-top: -3px;
  width: 20px !important; }

span.icon.icon--ratingFull svg path {
  fill: #FA6501 !important; }

body .bIbfHc path {
  fill: #fa6501 !important; }

body .diezsr path {
  fill: #fa6501 !important; }

.modal-body.quickView {
  padding: 100px 30px; }

article.card .card-badge p.most-popular,
article.card .card-badge p {
  margin-top: 0 !important; }

p.best-seller {
  margin-top: 0 !important; }

.view-section {
  position: relative;
  z-index: 1; }

div#cart-preview-dropdown li.cart-total .cart-total-value a {
  text-decoration: underline; }

div#cart-preview-dropdown li.cart-total .cart-total-label strong {
  color: #656975;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left; }

#eapps-pricing-table-1 .eapps-pricing-table-column-3 {
  background-color: #fff !important;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.05) !important;
  z-index: 2; }

.paymentProviderHeader-container span.cardIcon {
  width: 100%;
  display: inline-block; }

.paymentProviderHeader-container span.cardIcon .icon.cardIcon-icon.icon--medium {
  width: 100%; }

.paymentProviderHeader-container span.cardIcon .icon.cardIcon-icon.icon--medium svg {
  height: 30px; }

.card-body .first_price .msrp-sale-regular-price-section.withoutTax {
  margin-right: 3px; }

.card-body .first_price {
  justify-content: flex-start;
  gap: 0 !important; }

.css-1w3ufnn {
  padding: 0 50px !important; }

.home.slider-in-container {
  background: #1A404D; }

.home.slider-in-container .css-1csgxr0 > div > div [data-test-id="carousel-subtitle"] p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: #fff; }

.home.slider-in-container .css-1csgxr0 > div > div [data-test-id="carousel-title"] p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: #fff; }

[data-test-id="carousel-subtitle"] {
  margin-top: 0; }

.modal-body.quickView {
  overflow: auto !important; }

.related.products-container ul.productGrid.productGrid--maxCol.related {
  margin: 0 !important;
  max-width: 1280px;
  margin: auto !important;
  width: 100% !important; }

.shop_by_category_wrapper button.slick-arrow {
  width: 52px;
  height: 62px;
  background: #28262617 !important;
  padding: 0 16px;
  top: 35%;
  border-radius: 0px !important; }

.Support iframe {
  width: 100%;
  height: 100vh; }

.brand-wrapper span.stock.inStocks {
  order: inherit; }

.brand-wrapper .product-sku {
  position: absolute;
  right: 0;
  top: 5px; }

.lable-sec-cust {
  width: 100%;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  cursor: pointer; }

.lable-sec-cust svg {
  margin-right: 4px; }

.lable-sec-cust label {
  display: flex;
  gap: 5px;
  align-items: center; }

.lable-sec-cust h6 {
  margin: 0;
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  letter-spacing: 0;
  color: #1A404D;
  text-transform: inherit; }

.outer_qty_wrap_se {
  display: flex;
  align-items: center;
  top: 2px;
  position: relative; }

.fixed-cta div#add-to-cart-wrapper .lable-sec-cust {
  display: none; }

.right-info.productView-info .m2-wrap {
  margin-top: 8px; }

.right-info.productView-info span.price.price--withTax {
  margin-right: 0 !important; }

.product-sku {
  text-align: left; }

.product-sku p {
  text-align: left;
  margin-bottom: 0 !important; }

.product-sku p span {
  font-weight: 400; }

.product-sku p {
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1A404D;
  letter-spacing: 0; }

.card-body .price-section.price-section--withTax.current-price.regular-price.cstmWithTax span.price.price--withTax {
  float: left; }

.card-body .cstmWithTax abbr {
  float: left;
  margin-top: 7px;
  margin-left: 3px; }

li.product.show.odd abbr {
  margin-top: 13px;
  margin-left: 3px; }

.forOnePro .left-info span.stock.inStocks + .product-sku {
  text-align: right !important;
  width: auto;
  float: right;
  position: absolute;
  right: 0;
  top: 5px; }

.forOnePro .left-info span.stock.inStocks + .product-sku p {
  width: auto;
  text-align: right;
  float: right; }

.product-page-layout .modal-body {
  overflow: scroll; }

.brand-wrapper .product-sku {
  top: 7px !important; }

.product-sku {
  margin-bottom: 10px !important; }

.left-info span.stock.inStocks {
  margin-bottom: 10px; }

.brand-wrapper .productView-brand + span.stock.inStocks {
  margin-bottom: 0; }

.product-sku p {
  margin-bottom: 0 !important; }

/*productview*/
.modal-body.quickView .productView-product .brand-wrapper > .product-sku {
  position: relative;
  top: 0 !important;
  margin-bottom: 0 !important; }

.modal-body.quickView section.productView-details .left-info span.stock.inStocks + .product-sku {
  top: 9px !important; }

.modal-body.quickView .productView-product .brand-wrapper h2.productView-brand + .product-sku,
.modal-body.quickView .productView-product .card-badge + .product-sku {
  position: absolute;
  top: 8px !important; }

body .productView-product .custom-sec[data-product-option-change] {
  display: inline !important; }

.modal-body.quickView .productView-options .form-action .button {
  margin-top: 10px; }

[data-sub-layout-container="5eef14f1-3c6d-45a4-8fa0-02989da8ec45"] {
  background: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/frame-48096739-1-.png?t=1724741037); }

[data-sub-layout-container="5eef14f1-3c6d-45a4-8fa0-02989da8ec45"] .sd-simple-text-b7221735-bf94-4bf1-8207-a43dbeef605c {
  text-align: left; }

.main_srction_login_banner {
  float: left;
  position: relative;
  background: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/frame-48096739-1-.png?t=1724741037);
  background-size: cover;
  width: 100%; }

.main_srction_login_banner .sd-simple-text-99b5e786-8b96-4012-b7fe-b22ac4050116 {
  text-align: left; }

.Support h1.page-heading {
  margin-top: 30px; }

.sd-simple-text-17273e83-fb09-4c29-b09b-174a7b3c7118 {
  text-align: left; }

.custom_content_bottom_page .container {
  max-width: 1280px;
  width: 100%;
  padding: 0 10px; }

.sd-simple-text-17273e83-fb09-4c29-b09b-174a7b3c7118 {
  text-align: left; }

.acoount_slide_slider_wrap {
  position: relative;
  margin-top: 20px; }

.acoount_slide_slider_wrap.slick-dotted button.slick-arrow {
  top: 50px; }

.acoount_slide_slider_wrap h2 {
  font-family: Lato;
  font-size: 29px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: center;
  color: #1A404D; }

.custom_content_bottom_page .container {
  max-width: 1280px;
  width: 100%;
  padding: 0 10px; }

.acoount_slide_slider_wrap ul.slick-dots {
  position: relative;
  text-align: center;
  margin-top: 10px !important; }

.acoount_slide_slider_wrap button.slick-prev.slick-arrow {
  left: 0; }

.acoount_slide_slider_wrap button.slick-next.slick-arrow {
  right: 0; }

#body.not-internet-explorer .acoount_slide_slider_wrap button.slick-prev.slick-arrow::before, #body.not-internet-explorer .acoount_slide_slider_wrap button.slick-next.slick-arrow::before {
  background-color: #1A404D !important;
  width: 20px; }

.login-page-inner-description h2 {
  font-family: Lato;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  color: #1A404D; }

.login-page-inner-description {
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  padding: 10px 0; }

.login-page-inner-description h3 {
  font-weight: 500; }

.search .serv_blog article h2.entry-title {
  margin-top: 10px; }

[data-widget-id="92403813-be01-498e-84e4-4e6b4f52b26d"] p {
  margin-top: 0;
  margin-bottom: 10px; }

.sd-simple-text-93dc716f-d4e0-4a41-ba7d-fec3fa1056f3 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

footer .buttonLink {
  margin-top: 10px; }

/*30 step css start*/
[data-content-region="home_below_top_products"] > div > div:after {
  display: none; }

[data-content-region="home_below_top_products"] {
  position: relative;
  background: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/frame-48096739-1-.png?t=1724741037);
  background-size: cover; }

[data-content-region="home_below_top_products"] > div > div {
  max-width: 1280px;
  margin: auto;
  flex-wrap: inherit !important; }

[data-content-region="home_below_top_products"] > div > div p::after {
  display: none; }

.contact-layout [data-content-region="footer_below_newsletter--global"] {
  display: none; }

.main_srction_login_banner .buttonLink a {
  border: 1px solid #FA6501 !important;
  background: #FA6501 !important;
  width: 285px;
  height: 64px !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center;
  color: #08101B !important;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 15px 0 !important; }

.main_srction_login_banner .buttonLink a:hover {
  color: #FA6501 !important;
  background: transparent !important; }

.rating-wrap [class^="BadgeTitle__Container"], .rating-wrap [class^="RatingValue__Container-sc"], .rating-wrap [class^="BadgeTotalReviews__Content-sc"] {
  color: #000 !important; }

label.button.button--small.card-figcaption-button.compare input {
  width: auto !important;
  left: inherit; }

label.button.button--small.card-figcaption-button.compare span.custom-checkbox {
  margin-right: 0; }

label.button.button--small.card-figcaption-button.compare span.compare-text {
  left: 0 !important;
  top: -1px !important; }

.product.odd .card-body span.compare-text {
  color: #fff !important; }

.card-body .BadgeTitle__Container-sc-2c7o7c-0.idphsw.es-badge-title.BadgeInner__StyledBadgeTitle-sc-14tdng1-3.ijjGIz {
  display: none; }

.card-body .es-badge-total-reviews {
  display: none; }

svg.injected-svg > path:first-child {
  fill: #00B67A !important; }

li.product.even .es-rating-value {
  color: #1A404D; }

.es-rating-item-unfilled path {
  fill: rgba(143, 129, 129, 0.5) !important; }

.es-rating-container {
  margin: 0 !important; }

div#alert-modal {
  z-index: 9999999; }

[data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"] {
  padding: 0 !important; }

.listItem-details .es-badge-title {
  display: none; }

.listItem-details .es-badge-total-reviews {
  display: none; }

div#compare-page-new {
  width: 1280px;
  margin: auto;
  padding: 40px 0;
  max-width: 100%; }

[data-sub-layout="40c5032e-a06f-4e26-88e4-31c46df35aad"] > div {
  max-width: 100%; }

[data-sub-layout="e736b6eb-8fe9-4c34-a679-bd0f92842e20"] > div {
  height: 100%; }

body .main.full.home.no-sidenav [data-sub-layout-container="6c36118f-042a-489b-96b5-358a32eac564"] div#sd-image-b8dcdbf6-e3e4-48d0-b73a-cd0b94286786,
[data-content-region="home_below_featured_products"] div#sd-image-b4336b34-54f8-4d12-8258-d21da89b87c0 {
  padding-bottom: 60px;
  padding-top: 60px;
  background-size: cover; }

.BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  position: relative; }

[data-sub-layout="d422acf9-4b14-41cd-929d-64a490155392"] > div {
  height: 100%; }

[data-sub-layout="d422acf9-4b14-41cd-929d-64a490155392"] > div div {
  height: 100% !important; }

main.page-content.main-cart .right-wrap .cart-actions.checkoutBtn {
  width: 100% !important;
  margin-bottom: 15px; }

main.page-content.main-cart .right-wrap p {
  position: relative;
  padding-bottom: 20px; }

main.page-content.main-cart .right-wrap p {
  position: relative;
  padding-bottom: 20px; }

.cart-additionalCheckoutButtons {
  width: 41.66667% !important; }

.cart-additionalCheckoutButtons .GooglePayCheckout.RemoteCheckout.CheckoutButton {
  width: 100%; }

.cart-additionalCheckoutButtons .GooglePayCheckout.RemoteCheckout.CheckoutButton .GooglePayContainer {
  width: 100%; }

.cart-additionalCheckoutButtons .GooglePayCheckout.RemoteCheckout.CheckoutButton .GooglePayContainer button#gpay-button-online-api-id {
  width: 100% !important; }

.product.even .eBNQZp {
  color: #000; }

body .productView-details .tooltip-delivery-quantity a.close {
  position: absolute;
  right: 20px;
  text-decoration: none;
  font-family: Lato; }

main.page-content.main-cart .right-wrap h1.page-heading {
  display: none; }

section.quickSearchResults.highlight.hide {
  /*display: none !important;*/ }

div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall, div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall p {
  font-size: 16px !important; }

main.page-content.main-cart .right-wrap p {
  display: none; }

label.button.button--small.card-figcaption-button.compare {
  padding-top: 0 !important;
  margin-top: 0; }

.container.main > div main.page.content {
  max-width: 1280px;
  margin: 0 auto !important;
  float: none;
  letter-spacing: 0px;
  width: 100%; }

.container.main > div main.page.content p {
  letter-spacing: 0px; }

.container.main > div main.page.content h1.page-heading {
  padding-top: 30px; }

body .container.main > div main.page.content .zn-button a button {
  color: #000 !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: left; }

.container.main > div main.page.content .zn-button a:hover button {
  color: #fff !important; }

.container.main > div main.page.content .zn-element.zn-lg .zn-row {
  flex-direction: inherit; }

.right-info .regular-price + dl {
  margin: 0 !important; }

/*.page.content ul {
    padding-top: 20px;
    padding-bottom: 20px;
}*/
body .zn-element-wrapper .zn-text p,
.page.content .zn-element.zn-lg ul li {
  font-size: 18px !important;
  letter-spacing: 0; }

main.page.content h6 {
  font-size: 20px; }

.all-account-data form label {
  width: 100%; }

#body.main.twelve-eighty.compare-layout-with-sidevav #compare-page-new #compare-page li.product {
  width: 48% !important;
  margin-left: 1rem !important;
  margin-right: 0px !important; }

div#compare-page-new div#side-categories {
  display: none; }

div#compare-page-new div#compare-page {
  width: 100% !important; }

div#compare-page-new .card-text.add-to-cart-button {
  position: relative !important;
  padding: 0;
  margin-top: 20px !important; }

div#compare-page-new .card-body.bottom .card-text {
  background: transparent; }

div#compare-page-new li.product.grid-view.odd .card-body.bottom .card-text .normal-text {
  color: #fff; }

#body.main.twelve-eighty.compare-layout-with-sidevav #compare-page-new #side-categories {
  display: none !important; }

div#compare-page-new .category .card-body.purchase-ability.withTax {
  min-height: 240px !important; }

body .forOnePro section.productView-details select[id^="attribute_select_"] {
  width: 368px !important; }

.estimator-form--default dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0; }

.estimator-form--default dl dd.estimator-form-input.estimator-form-input--price {
  width: auto; }

.estimator-form--default dl label.estimator-form-label-text {
  font-size: 13px;
  margin-left: 0; }

.estimator-form--default input {
  top: 2px;
  position: relative; }

.cart-additionalCheckoutButtons {
  margin-bottom: 16px !important; }

.cart-actions.checkoutBtn a.button.button--primary {
  margin-bottom: 0; }

/*30 step css end*/
/*4 nov css start*/
div#sd-simple-text-editable-20ad696d-f863-4a78-85ff-bdc692ebcf9d p {
  margin-bottom: 0;
  margin-top: 0; }

.new-customer .new-customer .buttonLink a {
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  width: 285px;
  padding: 14px 0 !important;
  max-width: 100%;
  background: #FA6501 !important;
  border-color: #FA6501 !important; }

.new-customer .new-customer .buttonLink a:hover {
  background: #1A404D !important;
  color: #fff !important;
  border-color: #fff !important; }

main.page.brands ul.brandGrid {
  max-width: 1280px;
  width: 100%;
  margin: auto; }

main.page.brands ul.brandGrid a {
  min-height: 190px;
  display: flex;
  align-items: center; }

.page.brands .card-figure img {
  min-height: 240px;
  object-fit: scale-down; }

.main-newsletter {
  margin: auto;
  text-align: center;
  padding: 30px 40px;
  margin-bottom: 0; }

.global-region.screen-width.below-footer-newsletter {
  padding-bottom: 50px;
  padding-top: 50px; }

.main-newsletter h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: #1A404D;
  position: relative;
  text-transform: inherit;
  padding-bottom: 10px; }

.main-newsletter h2::after {
  content: "";
  background: #FA6501;
  width: 150px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.main-newsletter h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #656975;
  margin-top: 2px;
  letter-spacing: 0; }

.main-newsletter .form-prefixPostfix.wrap {
  display: flex;
  flex-wrap: inherit; }

.main-newsletter .form-prefixPostfix.wrap input#nl_email::placeholder {
  text-align: left !important; }

.main-newsletter .form-prefixPostfix.wrap input#nl_email {
  border-radius: 0px !important;
  padding: 21px 15px !important;
  background: #F2F2F2 !important;
  border: 0px solid #f2e9e9 !important;
  border-right: 10px;
  height: 64px !important;
  text-align: left !important;
  margin-right: 0;
  font-family: 'Lato';
  font-size: 16px; }

.main-newsletter .form-prefixPostfix.wrap input.button.button--primary {
  margin: 0;
  border-radius: 4px !important;
  height: 64px !important;
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: center;
  background: #FA6501 !important;
  border: 1px solid #FA6501 !important;
  width: 285px;
  margin-left: -2px;
  color: #fff;
  text-transform: capitalize; }

.main-newsletter .form-prefixPostfix.wrap input.button.button--primary:hover {
  background: #1A404D !important;
  border: 1px solid #1A404D !important;
  color: #fff !important; }

.main-newsletter .form-field {
  margin-top: 20px;
  margin-bottom: 0; }

.main-newsletter form.form {
  margin-bottom: 0; }

.shop_by_slider_wrp a.cta {
  width: 100%; }

[data-content-region="home_below_top_products"] > div > div {
  padding: 40px 0px !important; }

.main.full.home .productGrid {
  margin: 0;
  max-width: 1280px;
  margin: auto;
  width: 100%; }

div#showcase-products .productCarousel-slide.slick-slide {
  padding-right: 0;
  padding-left: 20px !important; }

div#showcase-products .slick-arrow {
  top: 50%; }

div#showcase-products .products-container.carousel-active button.slick-prev.slick-arrow {
  left: -27px !important;
  right: inherit !important; }

div#showcase-products .productCarousel-slide.slick-slide {
  float: inline-end; }

.productGrid.top-sellers {
  max-width: 1280px !important;
  margin: 0 auto !important; }

body.top.products-container figure.card-figure {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.productGrid.top-sellers figure.card-figure {
  height: 260px; }

.top.products-container .productCarousel-slide .card {
  padding: 10px 0px; }

/*4 nov css end*/
.login-page .global-region.screen-width.below-footer-newsletter {
  display: none; }

p:empty {
  display: none; }

.card-body .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container,
.listItem-details .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container {
  position: relative !important; }

.card-body .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container,
.listItem-details .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  flex-direction: row !important;
  justify-content: flex-start !important; }

.card-body .Rating__Container-sc-bk54oq-0.izQGGt.es-rating-container.es-badge-rating.BadgeInner__StyledBadgeRating-sc-14tdng1-0.hhxyTb,
.listItem-details .Rating__Container-sc-bk54oq-0.izQGGt.es-rating-container.es-badge-rating.BadgeInner__StyledBadgeRating-sc-14tdng1-0.hhxyTb {
  padding-left: 0; }

.card-body .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
  display: flex; }

#body.main.twelve-eighty.compare-layout-with-sidevav #compare-page-new #compare-page li.product.odd .es-rating-value {
  color: #fff; }

#body.main.twelve-eighty.compare-layout-with-sidevav #compare-page-new #compare-page li.product.odd abbr.active {
  color: #fff !important;
  z-index: 1;
  position: relative;
  opacity: 1; }

div#compare-page-new article.card-title-three-lines h2.card-title a {
  height: 52px !important; }

div#compare-page-new .rating {
  margin-bottom: 10px; }

.login-page .body.content.Delivery-custom-Information {
  margin-top: 0 !important; }

#menu .navPage-subMenu {
  border: none !important; }

a.navUser-action.navUser-item--compare.button {
  width: auto; }

body.main section#quickSearch.quickSearchResults .productGrid .product .m2-wrap {
  font-size: 15px !important; }

.page.content .eapps-faq-content-category-title {
  font-size: 24px !important; }

section.account-content {
  padding-bottom: 30px; }

.zn-button a button {
  color: #FFF !important; }

.container.main > div main.page.content {
  padding-bottom: 40px; }

#znid-464445387205 > .zn-element > .zn-tab > .zn-tab-container > .zn-tab-header > .zn-tab-link.zn-tab-active {
  color: #1A404D !important; }

.zn-text ul {
  margin: 0; }

div#znid-464445387205 .zn-row .zn-column {
  margin-right: 0 !important; }

.zn-image img.zn-nodrag {
  width: 100% !important; }

.eapps-pricing-table-column-1 strong {
  font-weight: 500; }

html div#checkout-app a#addressToggle p.fn.address-entry, html div#checkout-app a#addressToggle span.tel, div#checkout-app a#addressToggle span.tel p.address-entry, div#checkout-app .checkout-form .form-body p:nth-of-type(2) {
  color: #000; }

fieldset.form-fieldset.checkout-terms label.form-label.optimizedCheckout-form-label span {
  top: -5px;
  position: relative; }

.Error {
  color: #ff0000 !important; }

.Error {
  color: #ff0000; }

.listItem-content label.button.button--small.card-figcaption-button.compare {
  margin-top: 26px !important;
  margin-bottom: 0px !important; }

.card-text.add-to-cart-button a.button.button--small.card-figcaption-button {
  margin-left: 0 !important; }

.checkout-layout .es-rating-value, .checkout-layout .es-header-rating-reviews-count {
  color: #fff !important; }

.modal.optimizedCheckout-contentPrimary .modal-body {
  overflow: hidden !important;
  text-align: center; }

h2.modal-header-title.optimizedCheckout-headingSecondary .icon.icon--error.modal-header-icon.icon--small {
  position: relative;
  left: -10px;
  top: 12px !important; }

.checkout-layout .modal.optimizedCheckout-contentPrimary.modal--error.modal--afterOpen {
  height: auto !important;
  align-items: center;
  justify-content: center;
  min-height: auto; }

.checkout-layout h2.modal-header-title.optimizedCheckout-headingSecondary {
  margin-top: 0; }

.modal-footer button.button.button--small {
  color: #fff; }

.forOnePro #add-to-cart-wrapper .form-field .tooltip-accept p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  color: #fff; }

.forOnePro #add-to-cart-wrapper .form-field .tooltip-accept::after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1A404D;
  position: absolute;
  bottom: -10px;
  left: 130px;
  z-index: -5; }

.home.slider-in-container .css-1csgxr0 > div::after {
  background-size: 100%; }

span.accept-i-mark {
  line-height: 0;
  top: 2px;
  position: relative;
  width: 20px;
  display: inline-block;
  text-align: center; }

/*4 nov css end*/
span.quantity-i-mark-custom, h6.pro_text_right {
  background: #F2F2F2;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: #1A404D !important;
  border-radius: 10px;
  padding: 3px 12px; }

.bulk-discount-wrapper-outer {
  display: flex;
  align-items: center;
  gap: 10px; }

.bulk-discount-wrapper-outer {
  position: relative; }

p.date-i-mark {
  display: flex;
  align-items: center;
  gap: 5px; }

p.date-i-mark span.date-i-mark {
  line-height: 0; }

.tooltip-date span.close {
  position: absolute;
  top: 0;
  right: 10px;
  top: 4px;
  cursor: pointer; }

/* Date */
.tooltip-date.active {
  display: block !important; }

.tooltip-date {
  position: absolute;
  bottom: 90%;
  left: 0%;
  transform: translateX(0%);
  background-color: #1A404D;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1; }

.tooltip-date.active .close {
  position: absolute;
  right: -10px;
  top: -10px;
  color: white;
  background-color: #00b67c;
  padding: 0px 6px 0px 6px;
  border-radius: 31px;
  cursor: pointer; }

.forOnePro #add-to-cart-wrapper .form-field .tooltip-date p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  color: #fff; }

.forOnePro #add-to-cart-wrapper .form-field .tooltip-date::after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1A404D;
  position: absolute;
  bottom: -10px;
  left: 175px;
  z-index: -5; }

/* End Date */
.tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #1A404D transparent transparent transparent; }

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer; }

.accordion-content {
  display: none;
  padding: 10px; }

.arrow {
  transition: transform 0.3s ease; }

.arrow.open {
  transform: rotate(180deg);
  /* Down arrow */ }

.tooltip-delivery {
  position: absolute;
  bottom: 30%;
  left: 60%;
  transform: translateX(-50%);
  background-color: #1A404D;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1;
  white-space: nowrap; }

.tooltip-delivery span.close {
  position: absolute;
  top: 2px;
  right: 8px;
  cursor: pointer; }

.tooltip-delivery-quantity {
  /*position: absolute;*/
  bottom: 30%;
  left: 60%;
  transform: translateX(0%);
  background-color: transparent;
  color: #fff;
  padding: 0px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1;
  white-space: nowrap;
  width: 60%;
  float: right; }

.tooltip-delivery-quantity span.close {
  position: absolute;
  top: 2px;
  right: 8px;
  cursor: pointer; }

.quickView .tooltip-delivery-quantity::after {
  right: 15px; }

body .tooltip-date {
  padding-right: 24px !important; }

.outer_qty_wrap_se {
  width: 100%;
  justify-content: space-between; }

.top-info-sec {
  width: 370px; }

.main.full.home.no-sidenav .shop_inner_slide_wrapper .shop_by_slider_wrp p {
  min-height: 235px; }

ul#productReviews-list button.slick-arrow {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center; }

.special-discounts .RatingValue__Container-sc-fl6036-0.eBNQZp.es-rating-value {
  color: #000 !important; }

.cart-layout .header-container.sticky-header .top-menu {
  width: 100%;
  margin: 0 auto;
  z-index: 9999999;
  top: 0;
  background-color: #1A404D;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0; }

.fixed-cta div#add-to-cart-wrapper .availability-text-wrap {
  display: none; }

html body.checkout-layout div#checkout-app article.cart.optimizedCheckout-orderSummary .alertBox.alertBox--error {
  display: block;
  margin-bottom: 4px !important;
  padding: 8px 10px;
  margin-top: 0 !important; }

.paymentProviderHeader-name, .paymentProviderHeader-name, span.message {
  font-size: 16px !important;
  font-weight: 400;
  color: #656975 !important; }

/*new css for the page*/
[data-content-region="home_below_bottom_banner"] {
  background: #111111; }

.eapps-pricing-table-column-features-item span path {
  fill: #1A404D !important; }

p.date-i-mark span.date-i-mark svg path, span.quantity-i-mark svg path {
  fill: #1A404D; }

button.button.button--primary.button--small.shipping-estimate-submit:hover, .shipping-quotes input.button.button--small.button--primary.select-shipping-quote:hover {
  color: #1A404D !important;
  border: 1px solid #1A404D; }

[data-widget-id="b8dcdbf6-e3e4-48d0-b73a-cd0b94286786"] > div, [data-widget-id="b8dcdbf6-e3e4-48d0-b73a-cd0b94286786"] {
  height: 100%; }

body .main.full.home.no-sidenav [data-sub-layout-container="6c36118f-042a-489b-96b5-358a32eac564"] div#sd-image-b8dcdbf6-e3e4-48d0-b73a-cd0b94286786 {
  height: 100%; }

body #eapps-faq-1 .eapps-faq-content-category-title-icon {
  background-color: #1a404d; }

.page.category-grid li.subcategory-item.noImage {
  margin-left: 10px; }

.page.category-grid ul.navList {
  margin-left: -10px; }

body .es-badge-container {
  width: 100% !important;
  max-width: 100% !important;
  flex-direction: row;
  gap: 10px;
  color: #fff;
  margin-left: 0;
  padding: 0; }

body .es-badge-total-reviews {
  color: #fff;
  font-size: 13px;
  text-decoration: none; }

.product .es-badge-title {
  display: none !important; }

.product .es-badge-title .es-rating-value {
  color: #000 !important; }

.product.even .es-rating-value {
  color: #656975; }

body [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
  padding-bottom: 20px !important; }

.fixed-cta div#add-to-cart-wrapper .availability-text-wrap {
  display: none; }

.availability-text-wrap {
  z-index: 1; }

.fixed-cta.active .availability-text-wrap {
  display: none; }

.lable-sec-cust h6.pro_text_right {
  display: none; }

.availability-text-wrap {
  float: right;
  position: absolute;
  right: 0;
  top: 3px;
  background-color: #e4e4e4;
  padding: 7px;
  border-radius: 30px;
  background: #F2F2F2;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  color: #1A404D !important;
  border-radius: 10px;
  padding: 3px 12px; }

.availability-text-wrap p {
  margin: 0; }

.modal .productView .form-field.form-field--increments {
  margin-top: 15px !important; }

span.rating-count {
  font-size: 14px; }

div#sd-simple-text-editable-04f73942-bbb9-403e-a628-73e662cc0945 p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center; }

section.page.subscribed {
  padding: 80px 0; }

section.page.subscribed .alertBox.alertBox--success {
  max-width: 700px;
  margin: auto;
  width: 100%; }

.alertBox.alertBox--success {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  margin-top: 20px; }

.es-review-content-control.es-review-content-control-hide {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #fa6501; }

.cstm-despatch-page .product-column.product-body {
  width: 89%; }

.cstm-despatch-page .product-column.product-body h4.product-title.optimizedCheckout-contentPrimary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 17px !important; }

.cstm-despatch-page section.cart-section.optimizedCheckout-orderSummary-cartSection ul.productList .product {
  align-items: self-start; }

.cart-layout .modal form#CartEditProductFieldsForm .form-field.\31 23 {
  border: 0px !important;
  margin-bottom: 20px !important; }

.cart-layout .modal form#CartEditProductFieldsForm .form-field.\31 23 select {
  width: 100% !important;
  border: 1px solid #ccc !important;
  min-width: 100%;
  height: auto;
  font-size: 14px;
  color: #2b2935 !important; }

.cart-layout .modal form#CartEditProductFieldsForm label.form-label.form-label--alternate.form-label--inlineSmall {
  width: 100%;
  margin-bottom: 10px; }

.cart-layout .modal form#CartEditProductFieldsForm {
  max-width: 680px;
  margin: auto; }

.cart-item-title dd.definitionList-value {
  line-height: 18px;
  display: inline-block; }

.coupon-form .button:hover {
  color: #fff !important; }

.special-discounts .es-rating-value {
  color: #313131 !important; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #1a404d !important; }

aside.account-sidebar {
  padding-bottom: 40px; }

.img-banner-account .account.account--fixed {
  max-width: 100% inherit;
  width: 100%; }

.cust-head-sec::after {
  display: none; }

.cart-form.coupon-code input.button.button--primary:hover {
  color: #13235b !important; }

button.button.optimizedCheckout-buttonSecondary {
  color: #fff; }

[data-widget-id="43cef914-d861-4350-b720-d4e0f6a30364"] {
  margin-bottom: 20px; }

[data-content-region="home_below_featured_products"] [data-layout-name="Layout"] > [data-sub-layout="6cfe510a-9305-4b63-8dbb-33e991bb4a93"] > div {
  width: 550px;
  max-width: 100%;
  float: right;
  text-align: left; }

abbr[title="Excluding Tax"], abbr[title="Icluding Tax"] {
  color: #1a404d !important;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.5; }

.account-body .address .form-actions {
  gap: 0; }

.panel--address .panel-body {
  min-height: 19.85714rem; }

body .dWUifW path {
  fill: #fa6501 !important; }

body .dimHA-d path {
  fill: #fa6501 !important; }

body.main.twelve-eighty .body.content .container.main {
  float: none !important;
  width: 100% !important; }

form.form.forgot-password-form {
  padding-bottom: 0px;
  margin-bottom: 80px; }

form.form.forgot-password-form input#email {
  width: 50% !important; }

form.form.forgot-password-form span.form-inlineMessage {
  position: absolute;
  bottom: -30px; }

html body.checkout-layout div#checkout-app .checkout-steps .form-radio + .form-label::before {
  top: 5px !important; }

html body.checkout-layout div#checkout-app .checkout-steps .form-radio:checked + .form-label::after {
  top: 7px !important; }

div#redeemable-collapsable label#redeemableCode-field-error-message {
  margin-top: 15px !important; }

html.rectangle-out-btnAnimate div#checkout-app .button svg {
  fill: #fff; }

[data-content-region="home_below_bottom_banner"] .es-review-author-name {
  color: #fff !important; }

.account-page main#product-listing-container {
  margin-top: 10px; }

div#compare-page-new .current-price abbr {
  display: none; }

div#compare-page-new span.price.price--withoutTax.active ~ abbr {
  display: block; }

.account.custdetails {
  max-width: 1280px !important;
  margin: auto !important;
  width: 100%; }

div#compare-page-new span.price.price--withTax {
  float: left; }

div#compare-page-new abbr.active {
  border-bottom: 0px dotted; }

div#compare-page-new .current-price abbr {
  border-bottom: 0px !important; }

.account-page .Delivery-custom-Information .container.main {
  max-width: 1280px !important; }

body.account-page .body.content.Delivery-custom-Information .container.main {
  max-width: 1280px !important;
  margin: auto;
  left: 0;
  right: 0;
  float: none; }

div.account #product-listing-container.no-sidenav ul.productGrid li.product .card-text {
  margin-top: 10px !important; }

div.account #product-listing-container.no-sidenav ul.productGrid li.product .es-rating-value, .category.main .es-rating-value {
  color: #656975; }

.product.odd article.card .RatingValue__Container-sc-e029c8df-0.eXGmWa.es-rating-value {
  color: #fff; }

[data-sub-layout-container="6c36118f-042a-489b-96b5-358a32eac564"] .es-main-container,
[data-content-region="home_below_menu"] [data-layout-name="Layout"] .es-main-container {
  margin-top: 20px; }

[data-sub-layout-container="6c36118f-042a-489b-96b5-358a32eac564"] .es-main-container .es-badge-title,
[data-sub-layout-container="6c36118f-042a-489b-96b5-358a32eac564"] .es-main-container .es-rating-value,
[data-content-region="home_below_menu"] [data-layout-name="Layout"] .es-badge-title,
[data-content-region="home_below_menu"] [data-layout-name="Layout"] .es-rating-value {
  color: #fff; }

.es-rating-value {
  font-size: 20px !important; }

body .es-badge-container {
  align-items: center; }

.product.odd .es-rating-value {
  color: #fff !important; }

.tooltip-delivery-quantity .input-group input:hover {
  text-align: center;
  padding-left: 14px !important; }

body.main.twelve-eighty .related.products-container .productGrid .product {
  display: inline-block; }

#body.not-internet-explorer .productCarousel .slick-prev::before, #body.not-internet-explorer .productCarousel .slick-next::before {
  font-size: 0; }

@media (max-width: 767px) {
  body .geqCwh {
    position: relative;
    width: 15px !important;
    height: 15px !important; }
  .availability-text-wrap {
    right: 0;
    top: 28px;
    font-family: Lato;
    font-size: 11px; } }

@media (min-width: 1600px) and (max-width: 4000px) {
  body .top-menu.store-credit-hidden.fixed {
    opacity: 1;
    background: transparent;
    width: auto !important;
    padding-left: 38%; } }

/*=====================responsive css start here==============================*/
@media (min-width: 801px) {
  .productGrid .product {
    width: 32%; }
  .navPages-action.is-open {
    background-color: transparent !important; } }

@media (min-width: 1024px) {
  div#product-images-container {
    position: sticky !important;
    top: 50px;
    display: inline-block; }
  .product-wrapper {
    clear: both;
    /* display: inline-block; */
    width: 100%; }
  .product-wrapper:before, .product-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .product-wrapper .forOnePro {
    width: 50%;
    float: left; }
  .product-wrapper .forOnePro section.productView-details {
    width: 100% !important; }
  .img-banner-account .page-width {
    clear: both; }
  .img-banner-account .page-width::after, .img-banner-account .page-width::before {
    content: "";
    display: table;
    clear: both; }
  .img-banner-account .right-image {
    position: sticky !important;
    top: 37px;
    display: inline-block;
    height: 100%; } }

@media (max-width: 968px) {
  /*checkoutpop*/
  .alertBox.alertBox--error {
    padding: 0;
    top: 51px;
    font-size: 11px;
    display: block; }
  .alertBox-column.alertBox-icon {
    padding-right: 0; }
  body section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label {
    width: 100%;
    left: 0;
    text-align: left; }
  span.cart-priceItem-label {
    text-align: left; }
  div#checkout-app .checkout-form fieldset.form-fieldset.redeemable-payments {
    display: none; }
  .modal.modal--afterOpen.optimizedCheckout-cart-modal {
    visibility: visible !important;
    overflow: scroll;
    z-index: 00000000000; }
  .modal.modal--afterOpen.optimizedCheckout-cart-modal .modal-body {
    padding: 0 10px; }
  section.cart-section.optimizedCheckout-orderSummary-cartSection h4.product-title.optimizedCheckout-contentPrimary {
    font-size: 18px;
    margin-bottom: 10px; }
  .with-continue-button .cart-modal-close {
    padding-right: 10px; }
  .with-continue-button .cart-modal-link {
    padding-left: 10px; }
  .cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--subtotal span[data-test="cart-price-label"], .cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--subtotal span, div[data-test="cart-shipping"] span[data-test="cart-price-label"], div[data-test="cart-taxes"] span[data-test="cart-price-label"], section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label, span.cart-priceItem-label, span.cart-priceItem-value {
    font-size: 16px; }
  div[data-test="cart-shipping"] span.cart-priceItem-value span, div[data-test="cart-taxes"] span.cart-priceItem-value span {
    font-size: 16px; }
  div[data-test="cart-total"] span[data-test="cart-price-label"], div[data-test="cart-total"] span.cart-priceItem-value span {
    font-size: 17px; }
  body .modal.optimizedCheckout-contentPrimary.modal--afterOpen {
    transform: translate(0%, -45%) !important; }
  .modal.modal--afterOpen.optimizedCheckout-cart-modal .modal-body {
    overflow: scroll; }
  /*checkout pop*/
  html.rectangle-out-btnAnimate div#checkout-app .button {
    width: 100% !important;
    margin-top: 0px !important;
    font-size: 14px !important;
    min-width: 70px; }
  .customerView {
    align-items: center; }
  .checkout-layout .header-container .brand-info {
    margin-top: 30px; }
  .stepHeader.is-clickable {
    cursor: pointer;
    align-items: center; }
  html body.checkout-layout div#checkout-app .checkout-steps {
    max-width: 100%; }
  h2.modal-header-title.optimizedCheckout-headingSecondary {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0; }
  .checkout-layout .modal-body.modal--withText {
    padding-top: 0; }
  .checkout-layout .checkout-content h1.page-heading {
    font-size: 32px;
    padding-bottom: 0;
    text-align: center; }
  .checkout-layout .checkout-content h1.page-heading::after {
    right: 0;
    left: 0; }
  .checkout-layout .checkout-content .heading p {
    font-size: 16px;
    margin-bottom: 0; }
  .checkout-layout .checkout-content .heading p span {
    font-weight: normal;
    padding: 3px 2px;
    padding-bottom: 6px; }
  html body.checkout-layout div#checkout-app {
    padding-top: 20px !important; }
  .checkout-view-header {
    margin-bottom: 0; }
  .stepHeader-body.stepHeader-column.optimizedCheckout-contentPrimary {
    margin: 0; }
  form#checkout-customer-returning .form-field {
    margin-bottom: 0px; }
  div#checkout-app .checkout-form p {
    flex-direction: column;
    text-align: left; }
  div#checkout-app .checkout-form p.form-legend-container span:last-child {
    text-align: left;
    line-height: 20px; }
  h2.stepHeader-title.optimizedCheckout-headingPrimary {
    font-size: 20px; }
  .checkout-step {
    padding: 1rem 0; }
  .cartDrawer-total {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0; }
  .cartDrawer.optimizedCheckout-orderSummary {
    position: relative !important;
    border-top: 1px solid #ebebeb;
    margin: 10px 0 !important;
    box-shadow: 0px 0px;
    width: 100%;
    order: 1;
    display: flex !important;
    bottom: 0px !important;
    z-index: 1 !important;
    align-items: center !important; }
  div#checkout-app .layout-main {
    margin-bottom: 10px;
    order: 2; }
  .layout.optimizedCheckout-contentPrimary > div {
    display: flex;
    flex-direction: column; }
  h3.cartDrawer-items.optimizedCheckout-headingPrimary {
    margin: 0;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #1A404D; }
  .checkout-layout .header-container.sticky-header.desktpView {
    padding-top: 20px;
    background: #f7f7f7; }
  .checkout-layout .header-container.sticky-header.desktpView {
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px; }
  .checkout-layout .checkout-content {
    padding-top: 0; }
  .checkout-layout .checkout-content h1.page-heading {
    font-size: 32px;
    padding-bottom: 0;
    text-align: center; }
  .checkout-layout .checkout-content h1.page-heading::after {
    right: 0;
    left: 0; }
  .checkout-layout .checkout-content .heading p {
    font-size: 16px;
    margin-bottom: 0; }
  .checkout-layout .checkout-content .heading p span {
    font-weight: normal;
    padding: 3px 2px;
    padding-bottom: 6px; }
  html body.checkout-layout div#checkout-app {
    padding-top: 20px !important; }
  .checkout-view-header {
    margin-bottom: 0; }
  .stepHeader-body.stepHeader-column.optimizedCheckout-contentPrimary {
    margin: 0; }
  form#checkout-customer-returning .form-field {
    margin-bottom: 0px; }
  div#checkout-app .checkout-form p {
    flex-direction: column;
    text-align: left; }
  div#checkout-app .checkout-form p.form-legend-container span:last-child {
    text-align: left;
    line-height: 20px; }
  h2.stepHeader-title.optimizedCheckout-headingPrimary {
    font-size: 20px; }
  .checkout-step {
    padding: 1rem 0; } }

/*responsive 767*/
@media (max-width: 767px) {
  .card-body .es-badge-sources-container {
    left: 7px !important;
    top: 2px; }
  .es-rating-value {
    font-size: 15px !important; }
  main.page-content.main-cart .cart-item-info:last-child strong.cart-item-value {
    margin-bottom: 0;
    margin-right: 0; }
  .main.full.home.no-sidenav .shop_inner_slide_wrapper .shop_by_slider_wrp p {
    min-height: 165px !important; }
  form.form.forgot-password-form input#email {
    width: 100% !important; }
  form.form.forgot-password-form span.form-inlineMessage {
    position: relative;
    bottom: 0px; }
  .form-prefixPostfix {
    flex-direction: column;
    gap: 10px; }
  .form-prefixPostfix input.button.button--primary.form-prefixPostfix-button--postfix {
    width: 100%;
    text-align: center !important;
    padding: 0 !important; }
  li.product .es-layout-sidebar-inner {
    margin-left: 0; }
  .page.category-grid .slick-next, .page.category-grid .slick-prev {
    top: 19px !important;
    transform: inherit;
    width: 20px;
    height: 50px; }
  [data-sub-layout="e7fce924-9887-434d-a913-c8fb45b6702b"], [data-sub-layout="00128ba9-0776-4f41-9e55-453858b03e59"], [data-sub-layout="e5034447-cdf2-4a1a-abd0-884585741363"] {
    order: 1;
    margin-bottom: 20px;
    max-width: 100% !important;
    flex-basis: 100%; }
  [data-sub-layout="8288e231-66be-4516-adda-47ac85fbe247"], [data-sub-layout="40f9434f-aeed-4236-b69f-490f7fb3af64"], [data-sub-layout="18f1d4a1-79ba-4b15-9e3c-73e7a292b7ee"] {
    order: 2;
    width: 100%;
    max-width: 100% !important;
    flex-basis: 100%; }
  .main-section-below #sd-simple-text-editable-a5ba34fb-e5ad-4e8c-9ae5-a64783d04fa9 p {
    font-size: 22px !important; }
  [data-content-region=home_below_top_products] p, .main_srction_login_banner p {
    font-family: Lato !important;
    font-size: 32px !important; }
  [data-content-region="home_below_featured_products"] [data-layout-name="Layout"] > [data-sub-layout="6cfe510a-9305-4b63-8dbb-33e991bb4a93"] > div {
    width: 100%;
    max-width: 100%;
    float: right;
    text-align: left; }
  body .eXGmWa {
    font-weight: 700;
    font-size: 14px; }
  body .gqsObR {
    position: relative;
    width: 15px;
    height: 13px; }
  body .iCqAwk {
    font-size: 12px !important; }
  #sd-simple-text-editable-95d83c05-841b-4de6-988c-1f94f43445af p {
    font-size: 32px !important;
    line-height: 40px !important; }
  [data-content-region=home_below_top_products] p, .main_srction_login_banner p {
    line-height: 35px;
    font-size: 32px; }
  .account-product--alignMiddle .account-product-body {
    padding-bottom: 0; }
  .page.content span {
    font-size: 15px; }
  .account-product--alignMiddle .account-product-checkItem {
    vertical-align: top; }
  .account-content {
    padding-left: 10px;
    padding-right: 10px; }
  [data-placement-id="e85da247-3a1e-4e5d-9d2a-b7adf81d5dab"] {
    padding-bottom: 30px; }
  body .es-badge-container {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row;
    gap: 2px;
    color: #fff;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px; }
  body .es-badge-container {
    flex-direction: column;
    padding-left: 40px; }
  .es-layout-sidebar-inner {
    left: -7px; }
  [data-widget-id="ba305c09-6184-49eb-8ccf-d4647fbebfde"] .buttonLink {
    width: 100% !important; }
  [data-widget-id="ba305c09-6184-49eb-8ccf-d4647fbebfde"] {
    width: 100%; }
  [data-sub-layout="e1b530f1-6a04-412f-bc37-01eff43353e4"] {
    padding: 0px 20px !important;
    order: 2; }
  body main.page-content.main-cart .cart-item-info {
    width: 100% !important; }
  .sd-button-fda6cd3a-f627-4313-b5bd-d9b25f86ac2d {
    width: 100%; }
  .home.slider-in-container .buttonLink {
    width: 100%; }
  li.form-checklist-item.optimizedCheckout-form-checklist-item.form-checklist-item--selected.optimizedCheckout-form-checklist-item--selected label.form-label.optimizedCheckout-form-label {
    margin-top: 0;
    padding-right: 0 !important; }
  li.checkout-step.optimizedCheckout-checkoutStep.checkout-step--payment .form-checklist-checkbox ~ .form-label {
    min-height: 3.615385rem !important; }
  .paymentProviderHeader-name, .paymentProviderHeader-name, span.message {
    font-size: 12px !important;
    font-weight: 400;
    color: #656975 !important; }
  div#znid-048049019705 .zn-row {
    flex-direction: column !important; }
  .top-info-sec {
    width: 350px; }
  .lable-sec-cust .outer_qty_wrap_se {
    float: right;
    width: 100%;
    justify-content: space-between; }
  h6.pro_text_right {
    font-size: 12px; }
  .lable-sec-cust {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    position: relative; }
  .bulk-discount-wrapper-outer {
    position: relative;
    width: 100%; }
  p.date-i-mark span.date-i-mark {
    line-height: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  button.CookiebotWidget-logo svg {
    width: 30px !important;
    height: 30px !important;
    box-shadow: 0px 0px !important; }
  #CookiebotWidget {
    box-shadow: 0px 0px;
    min-height: 30px !important;
    min-width: 28px;
    top: 3px !important;
    left: 4px !important; }
  .top_slide_content button.slick-next.slick-arrow {
    right: 20px !important; }
  .top_slide_content button.slick-prev.slick-arrow {
    left: 20px !important; }
  .home .HeaderHeading__Container-sc-1fncda3-0.lawBib.es-header-heading-container, .home .dujrlu {
    color: #fff !important; }
  .home .RatingValue__Container-sc-fl6036-0.evIvIr.es-rating-value, .home .es-background-container span.HeaderRating__ReviewsCount-sc-117jf4y-2.ffUwEJ.es-header-rating-reviews-count {
    color: #fff !important; }
  .home span.ReviewAuthorName__AuthorName-sc-12q1dod-1.kBfvhj.es-review-author-name {
    color: #fff; }
  div#bc-carousel-f245eeb0-686f-4b93-8e80-d2dcb695e6bd {
    max-width: 300px;
    margin: auto; }
  .tooltip-accept {
    position: absolute;
    bottom: 117% !important; }
  #checkout-app label[for="radio-stripeupe-card"]:before, #checkout-app label[for="radio-stripeupe-card"]:after {
    top: 12px !important; }
  .checkout-layout .form-checklist-checkbox ~ .form-label::before, .checkout-layout .form-checklist-checkbox ~ .form-label::after {
    top: 12px; }
  .card-text.add-to-cart-button span {
    font-size: 12px; }
  .zn-column.zn-column-lg-6.zn-column-md-6.zn-column-sm-12 {
    width: 100% !important; }
  .zn-column.zn-column-lg-12.zn-column-md-12.zn-column-sm-12 {
    width: 100% !important; }
  div#product-reviews {
    padding-bottom: 20px; }
  div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall p {
    margin-bottom: 8px !important; }
  .card-body .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container,
  .listItem-details .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container {
    position: relative !important; }
  .card-body .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container,
  .listItem-details .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    flex-direction: row !important;
    justify-content: flex-start !important; }
  .card-body .Rating__Container-sc-bk54oq-0.izQGGt.es-rating-container.es-badge-rating.BadgeInner__StyledBadgeRating-sc-14tdng1-0.hhxyTb,
  .listItem-details .Rating__Container-sc-bk54oq-0.izQGGt.es-rating-container.es-badge-rating.BadgeInner__StyledBadgeRating-sc-14tdng1-0.hhxyTb {
    padding-left: 0; }
  div#showcase-products .products-container.carousel-active button.slick-prev.slick-arrow {
    left: -7px !important;
    right: inherit !important; }
  .productGrid.top-sellers figure.card-figure {
    height: 160px; }
  .top.products-container .productCarousel-slide .card {
    padding: 10px 0px; }
  div#showcase-products .productCarousel-slide.slick-slide {
    padding-right: 0 !important; }
  .productGrid.top-sellers {
    padding: 0 10px; }
  div#showcase-products .slick-arrow {
    top: 50% !important; }
  .productCarousel-slide.slick-slide a {
    display: -webkit-box !important; }
  .productGrid.top-sellers figure.card-figure {
    height: 160px; }
  [data-sub-layout="e736b6eb-8fe9-4c34-a679-bd0f92842e20"] {
    display: none; }
  .global-region.screen-width.below-footer-newsletter {
    padding-bottom: 30px;
    padding-top: 30px; }
  .main-newsletter form.form {
    margin-bottom: 0;
    max-width: 100%;
    margin: auto; }
  .main-newsletter h2 {
    font-size: 32px;
    line-height: 33px !important;
    max-width: 260px;
    margin: auto; }
  .main-newsletter {
    width: 320px !important;
    padding: 20px 20px !important; }
  .main-newsletter h3 {
    font-size: 18px !important;
    line-height: 20px !important;
    max-width: 80%;
    margin: auto;
    margin-top: 10px; }
  .main-newsletter form.form fieldset.form-fieldset {
    width: 100%; }
  .main-newsletter .form-prefixPostfix.wrap {
    flex-direction: column;
    gap: 5px; }
  .main-newsletter .form-prefixPostfix.wrap input.button.button--primary {
    width: 100%;
    font-size: 18px !important;
    height: 50px !important; }
  .main-newsletter .form-prefixPostfix.wrap input#nl_email {
    font-size: 16px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 15px 10px !important; }
  .page.brands .card-figure img {
    min-height: 140px;
    object-fit: scale-down; }
  main.page.brands ul.brandGrid a {
    min-height: 140px;
    display: flex;
    align-items: center; }
  [data-widget-id="e19c0014-9e98-4c64-a512-659287a0b1fd"] p,
  .main-section-below p {
    font-size: 32px !important;
    line-height: 40px; }
  body [data-sub-layout-container="3a354770-bd9f-4176-9690-65d2f2608d97"] div[data-sub-layout="9fe7bb98-4fcb-42d0-bb1b-6f7ff409c85a"] > div {
    padding: 0 16px !important; }
  [data-content-region="login_page_section"] .buttonLink {
    width: 100%;
    margin-bottom: 10px; }
  body [data-sub-layout="9fe7bb98-4fcb-42d0-bb1b-6f7ff409c85a"] {
    padding: 30px 0px !important; }
  [data-sub-layout="e736b6eb-8fe9-4c34-a679-bd0f92842e20"], #sd-image-b17e8df1-4201-48ab-b637-22ba5618cb06 {
    display: none; }
  .es-review-content-title {
    font-size: 18px !important;
    margin-bottom: 0; }
  .es-review-content-text {
    font-size: 16px !important;
    line-height: 17px; }
  .es-review-content-container {
    padding: 0 20px !important; }
  .Carousel__CarouselArrowControlContainer-sc-f2ox7y-8.iqPsnt {
    margin-left: 0px !important; }
  .Carousel__CarouselArrowControlContainer-sc-f2ox7y-8.ldZdCm {
    margin-right: 0px !important; }
  body.product-page-layout .es-review-content-control.es-review-content-control-open {
    font-size: 18px !important; }
  .cart-additionalCheckoutButtons {
    width: 100% !important;
    margin-top: 0 !important; }
  .estimator-form--default dl label.estimator-form-label-text {
    font-size: 11px;
    margin-left: 0; }
  #body.main.twelve-eighty.compare-layout-with-sidevav #compare-page-new #compare-page li.product {
    margin: 0 !important; }
  .compare-layout ul.productGrid.grid-only.productGrid--maxCol.visible li .card-body.bottom {
    padding: 0 10px !important; }
  .paymentProviderHeader-container span.cardIcon .icon.cardIcon-icon.icon--medium svg {
    height: 20px; }
  body div#super-payment-method-title {
    padding-top: 0 !important; }
  .form-checklist-checkbox ~ .form-label::before, .form-checklist-checkbox ~ .form-label::after {
    top: 13px;
    height: 22px;
    width: 22px; }
  label.form-label.optimizedCheckout-form-label {
    width: 100%; }
  body .title-wrapper {
    display: inline; }
  .right-info .regular-price {
    margin-bottom: 0; }
  html body.product-page-layout.select-boxes .right-info {
    padding-bottom: 10px !important; }
  .shop_by_slider_wrp a.cta {
    width: 100%;
    height: 50px !important;
    min-height: 50px !important; }
  .container.main > div main.page.content .zn-element.zn-lg .zn-row {
    flex-direction: row !important; }
  .shop_by_category_wrapper button.slick-arrow {
    top: 35% !important;
    background: #ffffff !important; }
  .header-container.sticky-header .top-menu header.header {
    padding-bottom: 0 !important; }
  .free-delivery-wrapper {
    font-size: 14px; }
  body .trade-account-cta p {
    font-size: 10px;
    line-height: 14px;
    padding: 2px;
    height: auto; }
  p.without-hover-txt img {
    width: 46px !important;
    max-width: 46px !important; }
  .compare {
    width: 100%; }
  .compare a.navUser-action.navUser-item--compare.button {
    max-width: 240px !important;
    margin: auto; }
  .pagination.bottom .pagination-list {
    display: inline-block;
    width: 100%;
    padding: 0; }
  [data-sub-layout="e736b6eb-8fe9-4c34-a679-bd0f92842e20"] {
    display: none; }
  label.button.button--small.card-figcaption-button.compare {
    padding-top: 0 !important; }
  li.product article.card .es-rating-container {
    padding-left: 0px; }
  article.listItem label.button.button--small.card-figcaption-button.compare {
    padding-left: 13px !important;
    margin-top: 0; }
  .es-background-container span.HeaderRating__ReviewsCount-sc-117jf4y-2.ffUwEJ.es-header-rating-reviews-count {
    color: #000; }
  .es-background-container .RatingValue__Container-sc-fl6036-0.evIvIr.es-rating-value {
    color: #000; }
  .card-body .bBmSuk {
    width: 14px;
    height: 14px; }
  .top.products-container {
    padding-top: 0; }
  [data-content-region="home_below_top_products"] > div > div {
    padding: 36px 21px !important;
    flex-direction: column; }
  [data-sub-layout="bee8432e-fcbb-4a2e-a398-d1513d11903c"] {
    order: 2; }
  [data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"] {
    padding: 20px 15px !important;
    width: 100%; }
  .acoount_slide_slider_wrap h2 {
    font-size: 20px;
    line-height: 25px; }
  .acoount_slide_slider_wrap.slick-dotted button.slick-arrow {
    display: none !important; }
  .acoount_slide_slider_wrap {
    margin-bottom: 0 !important; }
  .login-page-inner-description h2 {
    font-size: 18px;
    line-height: 20px; }
  .login-page-inner-description h3 {
    font-size: 17px; }
  .login-page-inner-description {
    font-size: 14px; }
  [data-sub-layout="0ebb5c5c-bedb-4b90-a3c2-a82b27a44536"] {
    order: 1;
    margin-bottom: 20px; }
  [data-sub-layout="78497d12-1d5b-4de4-bdb8-e2a21d0085d3"] {
    order: 2; }
  body .Delivery-custom-Information .main_srction_login_banner .container {
    padding: 30px 15px !important; }
  .main_srction_login_banner .container [data-sub-layout="818e52de-3f17-4377-9075-2e72ab5b56bc"] {
    order: 1; }
  .main_srction_login_banner [data-sub-layout="09561a6f-0a04-40f2-b303-4b985b965ed4"] {
    order: 2; }
  .brand-wrapper .product-sku {
    width: 130px; }
  li.product.show.odd abbr {
    margin-top: 4px;
    margin-left: 3px; }
  .card-body .card-text abbr, .price-section abbr.active {
    line-height: 12px;
    margin-top: 3px; }
  .lable-sec-cust h6 {
    top: 2px;
    position: relative; }
  .accordion-item a.btn.custom-btn span img {
    width: 10px !important;
    max-width: 10px !important;
    height: 10px !important; }
  .css-15v2lp4 {
    padding: 32px;
    background-color: rgba(0, 0, 0, 0.5); }
  .forOnePro #add-to-cart-wrapper .form-field.\31 23 {
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 0px !important; }
  .css-1w3ufnn {
    padding: 0px 20px !important; }
  .cartDrawer-figure--stack::after {
    display: none !important; }
  p.form-legend-container {
    width: 100%;
    display: inline-block; }
  div#checkout-app .checkout-form p.form-legend-container span:last-child {
    margin: 0;
    font-size: 14px; }
  form#checkout-customer-returning p.form-legend-container span:last-child a {
    font-size: 14px; }
  [data-test="customer-signin-link"] {
    margin-right: 5px; }
  form#checkout-customer-returning p.form-legend-container span:last-child a {
    margin-left: 6px; }
  div#redeemable-collapsable ul.form-field-errors {
    position: absolute;
    top: 77px !important;
    bottom: 0; }
  select#attribute_select_120 {
    max-width: 100% !important;
    min-width: 100% !important;
    font-size: 14px !important; }
  #add-to-cart-wrapper > div.custom-sec > div:nth-child(4) {
    flex-direction: column;
    align-items: self-start !important;
    gap: 7px;
    margin-top: 0 !important; }
  #body.base-layout ul.productList article.listItem .image-label-feature {
    display: none; }
  .listItem-details .ends {
    top: -7px; }
  .listItem-details .rating-wrap {
    font-size: 12px !important; }
  .grid-list-view.toggle svg.toggle {
    width: 32px !important;
    height: 32px !important;
    display: inline-block;
    padding: 7px 7px !important; }
  /*listing new css*/
  #body.base-layout ul.productList li.product .listItem-price {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0; }
  .listItem-actions .m2-wrap {
    top: 2px !important;
    position: relative; }
  #body.base-layout ul.productList li.product .listItem-price .second_one {
    align-items: center important; }
  .toggle-active .listItem-actions .m2-wrap {
    top: 0; }
  #body.base-layout ul.productList li.product .listItem-price .second_one {
    align-items: center !important; }
  /*listing css end*/
  form.actionBar {
    display: none; }
  .grid-list-view.toggle {
    width: 100%;
    text-align: right; }
  .category.main ul.productGrid article.card .card-badge {
    margin-top: -13px; }
  .toggle-active .second_one {
    align-items: inherit !important; }
  #body.base-layout ul.productList li.product .listItem-price .second_one {
    align-items: baseline; }
  .rating--small .icon {
    height: 14px !important;
    margin-top: -6px;
    width: 14px !important; }
  #body a.button.button--small.card-figcaption-button.quickview {
    display: none !important; }
  body div#showcase-products li.product {
    padding-left: 10px !important; }
  div#showcase-products ul.productGrid {
    margin-left: -10px !important; }
  div#showcase-products ul.productGrid.top-sellers {
    margin-left: 0px !important; }
  .fixed-cta {
    bottom: 0; }
  #body ul.productList li.product .listItem-price .second_one .price-section abbr {
    bottom: 1px;
    line-height: normal; }
  .listItem-details .rating-wrap {
    font-size: 12px !important; }
  span.icon.icon--ratingEmpty {
    width: 10px;
    height: 10px; }
  p.listItem-rating span {
    width: 12px;
    height: 12px; }
  main#product-listing-container .off p {
    margin-right: 0px !important; }
  #body.base-layout ul.productList li.product .listItem-price .second_one {
    top: 0px;
    gap: 7px; }
  article.listItem.withTax.withoutTax .msrp-sale-regular-price-section.withoutTax {
    height: auto !important; }
  .cart-layout .container.main {
    padding: 0 !important; }
  div#side-categories .brands {
    margin-bottom: 60px; }
  /*bluck css start*/
  body .productView-details .bulk-discount-wrapper {
    flex-direction: column;
    align-items: flex-start; }
  .bulk-discount-wrapper span.quantity-i-mark {
    margin-top: -43px !important;
    margin-bottom: 33px;
    width: auto;
    left: 150px;
    position: relative; }
  body .productView-details .tooltip-delivery-quantity {
    right: inherit;
    left: 0px !important;
    transform: inherit;
    padding: 0; }
  body .productView-details .tooltip-delivery-quantity::after {
    right: 0px; }
  .productView-options div#add-to-cart-wrapper.qty-box-visible .form-increment {
    width: 150px; }
  /*bulk css end*/
  body.main.twelve-eighty figure.card-figure {
    min-height: auto !important; }
  div#showcase-products figure.card-figure img {
    height: auto !important; }
  .search-layout main.page-content.search.both-grid-list-views form.actionBar {
    display: none; }
  .search-layout ul.productGrid--maxCol4.grid-default {
    margin-top: 0 !important; }
  .search.category.main.top-pagination-hidden.product-filtering-enabled li.product {
    width: 50%; }
  .search.main form.both-grid-default ul.productGrid.visible {
    top: 0 !important; }
  .search-layout .category.main ul.productGrid article.card .card-badge {
    margin-top: -12px; }
  .search-layout li.product figure.card-figure {
    height: 170px !important; }
  .search-layout li.product figure.card-figure img {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100%; }
  div#modal-bulk-pricing .modal-body p, div#modal-bulk-pricing .modal-body li {
    font-family: Lato;
    font-size: 16px;
    font-weight: 500; }
  /*===============*/
  .css-xo5j2n > div {
    width: 1200px !important;
    margin-left: -8px; }
  .css-xo5j2n > div {
    gap: 0; }
  div#sd-product-set-container-5c6ed7dd-e11a-4635-a4d6-0636015bbffc {
    max-width: 300px !important;
    margin: auto; }
  .css-xo5j2n > div img.css-1lxqylt {
    height: 270px !important; }
  .css-xo5j2n > div > div {
    margin: 0 10px; }
  .css-1yqumcf::before {
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    bottom: 22px;
    right: -13px;
    border-top: 20px solid #1A404D; }
  .css-1yqumcf::after {
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    top: -10px;
    left: -13px;
    border-bottom: 20px solid #1A404D; }
  /*===============*/
  .bulk-discount-wrapper span.quantity-i-mark {
    width: 38px; }
  #body.search-layout.base-layout ul.productList article.listItem .card-badge {
    top: -18px; }
  .productView-img-container {
    text-align: center; }
  div#previewModal figure.productView-image .productView-img-container img {
    max-width: 210px; }
  body div#previewModal {
    overflow: scroll; }
  .account-page .container.main {
    padding: 0 3px !important;
    padding-left: 2px !important; }
  .es-badge-sources-container {
    position: absolute !important;
    left: 6px !important;
    top: 4px; }
  svg.injected-svg {
    width: 18px !important; }
  .es-badge-sources-item.es-trustpilot-icon {
    width: 18px !important;
    height: 18px !important; }
  .es-badge-container {
    padding-left: 10px; }
  .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    position: relative;
    padding-left: 0px !important;
    font-size: 14px !important; }
  .idphsw {
    font-size: 13px !important;
    padding-left: 17px; }
  .es-layout-sidebar-inner {
    width: 100%;
    position: relative;
    max-width: 290px !important;
    margin: auto; }
  [data-content-region="login_page_section"] div.idphsw.es-badge-title {
    padding-left: 13px !important; }
  .LayoutSidebar__Inner-sc-1nm15v9-1.eNnbgE.es-layout-sidebar-inner {
    text-align: center !important;
    justify-content: center !important; }
  .listItem-content .qty-wrapper {
    margin-top: 4px; }
  #body.base-layout ul.productList li.product .listItem-price .second_one {
    width: auto;
    display: flex;
    gap: 10px; }
  #body.base-layout ul.productList li.product .listItem-price .first_price {
    display: flex;
    align-items: baseline;
    width: auto;
    float: left;
    top: 0px;
    position: relative; }
  .listItem-price {
    margin-bottom: 10px !important;
    margin-top: 0; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container {
    flex-direction: column !important; }
  .checkout-layout .modal.optimizedCheckout-contentPrimary.modal--medium.modal--afterOpen .modal-body.modal--withText {
    padding-bottom: 20px; }
  .bulk-discount svg {
    margin-left: 0px !important;
    transition: transform 0.3s; }
  [data-content-region="home_below_top_products"] li,
  .main.full.home.no-sidenav .featured-products-section ul li,
  .main.full.home.no-sidenav .featured-products-section ul li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px; }
  .shop_by_slider_wrp {
    text-align: center; }
  .shop_by_slider_wrp a {
    text-align: center; }
  .shop_by_slider_wrp img {
    margin: auto; }
  body.main.home .container.main, body#body.product-page-layout .container.main {
    padding: 0 !important;
    padding: 0 0px !important; }
  .container.main {
    padding: 0 10px !important; }
  .brand article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
    min-height: 240px; }
  div#content-page-container.Support iframe {
    height: 734px; }
  div#content-page-container.Support .container {
    padding: 0; }
  .support_wraper_infomation ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 2px; }
  .bottom_contnt_wrap {
    padding: 0; }
  .whatsapp_button_wrapper a {
    font-size: 11px; }
  .whatsapp_button_wrapper a:last-child {
    margin-left: 10px;
    width: auto;
    padding: 5px 7px;
    gap: 1px; }
  .whatsapp_button_wrapper {
    padding-bottom: 20px !important;
    padding-top: 0; }
  .support_wraper_infomation h2 {
    text-align: left;
    margin-bottom: 10px; }
  [data-sub-layout="85fe93a3-95fb-4a07-b8ae-1cda40c16ab9"] {
    order: 2;
    padding-top: 30px !important; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding-bottom: 0 !important; }
  .productCarousel-slide article.card-title-three-lines h2.card-title a, article.card-title-three-lines h2.card-title a {
    height: auto !important; }
  .product.main.left .slider-nav .slick-slide {
    margin-left: 5px; }
  .product-custom-fields {
    padding-bottom: 0px; }
  .forOnePro .productView-info dt {
    padding-bottom: 0px !important;
    font-size: 16px; }
  div#eapps-trustpilot-reviews-3e0f873c-1744-4546-bd17-f7aa920f0a2d {
    text-align: center; }
  .productCarousel-slide .card {
    margin-bottom: 0;
    padding: 4px 4px; }
  .card-body.purchase-ability.withTax.withoutTax .msrp-sale-regular-price-section.withoutTax {
    height: auto !important; }
  .css-1clkqco a {
    font-size: 10px;
    line-height: 11px; }
  .css-1k0woj .css-1wn6xct {
    font-size: 12px; }
  .css-1k0woj {
    padding: 0px !important; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding: 20px 10px !important;
    max-width: 1280px;
    margin: auto;
    width: 100%; }
  .loadingOverlay::before {
    width: 20px;
    height: 20px; }
  .loadingSpinner.loadingOverlay-container {
    height: 30px !important; }
  html .checkout-form label.form-label.optimizedCheckout-form-label span a {
    color: #656975 !important; }
  .creditCardTypes-list {
    margin-left: 0px !important;
    max-width: 23rem; }
  .creditCardTypes-list-item {
    top: 7px;
    margin: 3px 0;
    position: relative; }
  fieldset.form-fieldset.redeemable-entry .form-prefixPostfix button#applyRedeemableButton {
    margin-top: 0;
    height: 45px;
    color: #fff; }
  button.button.cart-modal-continue {
    color: #fff; }
  input.form-input.optimizedCheckout-form-input[aria-label="Gift Certificate or Coupon Code"] {
    margin-right: 2px; }
  button#applyRedeemableButton {
    width: 50%;
    border-radius: 4px; }
  div#redeemable-collapsable {
    position: absolute;
    bottom: -109px;
    width: 100%; }
  .modal-body.cart-modal-body.optimizedCheckout-orderSummary {
    padding-bottom: 54px !important; }
  section.cart-section.optimizedCheckout-orderSummary-cartSection {
    padding-bottom: 14px !important; }
  .img-banner-account .right-image img {
    height: 230px;
    object-fit: cover; }
  .right-info .regular-price .off p {
    font-size: 14px !important; }
  .form-field.\31 23 select {
    border: none !important;
    margin-top: 0;
    padding-left: 31px !important; }
  .form-field.\31 23 {
    margin-top: 10px !important;
    border: none !important; }
  body .forOnePro #add-to-cart-wrapper .custom-sec .form-field.\31 23[data-product-attribute="set-select"] label.form-label.form-label--alternate.form-label--inlineSmall {
    font-size: 16px !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important; }
  [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] > div,
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] > div {
    width: 100%;
    float: right;
    text-align: left; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] {
    align-items: start; }
  .product .off p {
    font-size: 10px;
    padding: 0 6px;
    line-height: 22px; }
  .product .off {
    height: 22px; }
  .modal.optimizedCheckout-contentPrimary.modal--medium.modal--afterOpen .modal-header {
    padding-top: 50px; }
  .checkout-layout .modal.optimizedCheckout-contentPrimary.modal--medium.modal--afterOpen {
    overflow: auto;
    height: auto !important;
    justify-content: center;
    min-height: fit-content; }
  .checkout-layout .Main__Content-sc-1oq93m5-1.QqUEG.es-main-content {
    padding-bottom: 50px !important; }
  .checkout-layout .HeaderHeading__Text-sc-1fncda3-1.dujrlu.es-header-heading-text {
    color: #fff !important; }
  .checkout-layout .WidgetBackground__Container-sc-1ho7q3r-0.iBiJkF.WidgetBackground__StyledWidgetBackground-sc-bndanh-0.jZUVBI.es-background-container {
    padding: 0 !important; }
  .checkout-layout span.ReviewAuthorName__AuthorName-sc-12q1dod-1.kBfvhj.es-review-author-name {
    color: #fff; }
  .checkout-layout .WidgetTitle__Caption-sc-ruy1gu-3.darGHp {
    color: #fff !important; }
  .checkout-layout .WidgetTitle__Header-sc-ruy1gu-2.DZBVr {
    color: #fff !important;
    padding-top: 40px; }
  .checkout-layout .HeaderHeading__Container-sc-1fncda3-0.lawBib.es-header-heading-container, .dujrlu {
    color: #fff !important; }
  .shop_inner_slide_wrapper button.slick-prev.slick-arrow {
    left: 8px !important; }
  .shop_by_slider_wrp h2 {
    height: auto;
    min-height: auto;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 2px; }
  .shop_by_slider_wrp p {
    font-size: 13px;
    min-height: auto; }
  .shop_by_slider_wrp {
    min-height: auto !important; }
  .shop_inner_slide_wrapper {
    padding: 0 0px; }
  .shop_inner_slide_wrapper button.slick-next.slick-arrow {
    right: 6px; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding-top: 30px;
    padding-bottom: 30px; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#sd-simple-text-editable-714ce1dd-ed11-46c8-9473-b3a60f87ad90 p {
    font-size: 32px !important;
    line-height: 35px !important; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] p {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left; }
  .home.slider-in-container .css-1csgxr0 > div > div {
    padding: 9px 40px 10px 10px !important;
    padding-left: 1px;
    width: 100%;
    position: absolute;
    bottom: 0; }
  body [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#buttonLink a {
    font-size: 18px !important;
    padding: 0 !important;
    width: 100%;
    text-align: center;
    line-height: 50px !important;
    height: 50px !important;
    min-height: 50px !important; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    gap: 5px !important;
    padding: 0 !important;
    flex-direction: column; }
  .BadgeTotalReviews__Content-sc-15g78rc-0.kXdWCh.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    font-size: 14px;
    margin-top: 0; }
  .result-wrap p {
    color: #656975;
    word-wrap: break-word;
    width: 100%;
    white-space: break-spaces; }
  .tooltip-delivery-quantity .input-group {
    gap: 8px; }
  .tooltip-delivery-quantity .coverage-needed {
    gap: 5px; }
  body .tooltip-delivery-quantity {
    background-color: #ccc;
    position: absolute;
    bottom: 57% !important;
    right: 0px !important;
    left: inherit;
    z-index: 99; }
  body .tooltip-delivery-quantity {
    z-index: 3; }
  .bulk-discount-wrapper {
    width: 100%;
    align-items: center; }
  .bulk-discount-wrapper div#bulk-discount {
    margin-top: 10px !important; }
  .bulk-discount-wrapper span.quantity-i-mark {
    margin-top: 0px; }
  .right-info.productView-info .price-section.price-section--withoutTax.non-sale-price.non-sale-price--withoutTax.price-section--minor {
    padding: 0 !important;
    line-height: normal; }
  p.with-hover-text {
    bottom: 4px; }
  .card-body .first_price {
    display: flex;
    height: 18px;
    min-height: 18px; }
  .product-page-layout .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
    padding-top: 2px !important; }
  .WidgetTitle__Header-sc-ruy1gu-2.DZBVr {
    color: #000 !important; }
  .WidgetTitle__Caption-sc-ruy1gu-3.darGHp {
    color: #000; }
  .HeaderHeading__Container-sc-1fncda3-0.lawBib.es-header-heading-container, .dujrlu {
    color: #000 !important; }
  .custom_cart_icon_info p {
    font-size: 11px !important; }
  .custom_cart_icon_info {
    gap: 5px; }
  .eapps-pricing-table-column-1.eapps-pricing-table-column.eapps-pricing-table-column-head.eapps-pricing-table-column-border-radius-16 {
    min-width: 130px !important;
    width: 130px !important;
    max-width: 130px !important;
    display: flex !important; }
  div#recommended-products-below {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    padding-bottom: 0; }
  body.main.twelve-eighty .related.products-container .productGrid .product {
    margin-right: 0rem !important;
    padding-left: 0px !important;
    margin-bottom: 0;
    padding-right: 0; }
  div#product-reviews .slick-next {
    width: 20px; }
  ul.stats-content li:first-child {
    width: 50%;
    justify-content: flex-start;
    margin-right: 0; }
  .right-info .regular-price span.TotalPricexvats span {
    font-size: 10px; }
  .productView-rating.show {
    margin: 0px 0 !important;
    margin-bottom: 10px !important; }
  [data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] a {
    width: 100% !important;
    display: inline-block;
    font-size: 18px; }
  .main_cuatom_data_wrap {
    max-width: 100% !important;
    width: 100% !important; }
  .main_cuatom_data_wrap span {
    font-size: 14px !important;
    padding: 0px;
    text-align: center; }
  [data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] a {
    width: 100% !important;
    display: inline-block;
    font-size: 18px; }
  .fixed-cta div#add-to-cart-wrapper {
    flex-direction: row;
    gap: 5px; }
  .fixed-cta .title-wrapper {
    display: none; }
  .fixed-cta div#add-to-cart-wrapper .form-increment input {
    font-size: 14px;
    width: 40px;
    height: 40px; }
  .fixed-cta div#add-to-cart-wrapper .form-field.form-field--increments {
    width: 110px !important;
    max-width: 110px !important; }
  .card-body .second_one {
    width: 100%;
    gap: 4px; }
  .card-body .price-visibility {
    flex-direction: column; }
  body .card-body .card-text abbr, .price-section abbr.active {
    font-size: 9px !important; }
  .card-body span.price.price--non-sale, .listItem-actions span.price.price--non-sale, .listItem-actions .m2-wrap {
    font-size: 12px !important; }
  body .card-body span.price.price--withTax {
    font-size: 14px !important; }
  div#product-reviews .slick-prev, div#product-reviews .slick-next {
    color: transparent;
    top: 58%;
    transform: translate(0, -58%);
    padding: 0;
    border: none;
    outline: none; }
  div#product-reviews .slick-list.draggable {
    margin-left: -6px; }
  div#product-reviews .productReview {
    margin-left: 6px; }
  div#product-reviews section#product-reviews {
    padding: 0 5px; }
  .related.products-container .card-badge {
    margin-top: -20px; }
  div#product-reviews p.authour-name {
    font-size: 18px; }
  div#product-reviews p.productReview-body {
    font-size: 18px; }
  div#product-reviews h5.productReview-title {
    font-size: 20px; }
  div#product-reviews .productView-rating {
    margin-bottom: 10px; }
  div#product-reviews .productView-rating a {
    font-family: Lato;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; }
  h3.review-heading {
    font-size: 32px;
    padding-bottom: 0; }
  .card-text .price-visibility {
    display: flex;
    align-items: baseline;
    gap: 0; }
  .modal--large {
    border-radius: 10px;
    width: 95% !important;
    max-width: 100% !important; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    position: unset;
    width: 100% !important;
    max-width: 100% !important; }
  .related.products-container article.card {
    padding-top: 4px !important; }
  .pagination.bottom .pagination-list {
    padding-top: 30px !important;
    padding-left: 0px;
    text-align: center;
    align-items: center;
    justify-content: center; }
  main.page-content.search div#product-listing-container article.card {
    margin-top: 26px !important; }
  .inner-fixed-cta {
    flex-direction: column;
    padding: 0 9px; }
  body .fixed-cta div#add-to-cart-wrapper .form-increment button {
    width: 25px;
    background: #F2F2F2 !important;
    height: 40px !important; }
  .fixed-cta .title-wrapper {
    width: 100%; }
  .fixed-cta .btn-wrapper {
    width: 100%; }
  .fixed-cta .title-wrapper .product-title {
    width: 100%; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    background: #00b67a  !important; }
  .fixed-cta span.BrandTitl {
    font-size: 18px; }
  .fixed-cta .title-wrapper h1.productView-title {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #1A404D !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart span.TotalCountPrice {
    font-size: 20px !important;
    color: #fff !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    width: 100%;
    font-size: 20px !important;
    margin-top: 0;
    background-color: #00b67a  !important;
    color: white !important;
    border-color: #00b67a  !important;
    height: 40px !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart svg circle {
    fill: #fff !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain {
    color: #fff; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary p, #body.product-page-layout .productView-options .form-action .button, #body.product-page-layout #add-to-cart-wrapper .button--primary span.TotalCountPrice {
    font-size: 20px !important;
    color: #fff !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p {
    width: auto;
    font-size: 20px !important;
    color: #fff !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain {
    width: auto; }
  footer ul.socialLinks.socialLinks--alt li a svg {
    width: 23px;
    height: 23px; }
  footer ul.socialLinks.socialLinks--alt {
    width: 100%;
    display: flex;
    gap: 0; }
  footer ul.socialLinks.socialLinks--alt li.socialLinks-item {
    width: 30px;
    height: 30px; }
  section.footer-info.five-columns article.footer-info-col.footer-info-col--small:first-child div#sd-image-1cf503b4-4172-4c23-8682-76251943c450 {
    background-size: 70% !important;
    width: 230px; }
  div#sd-image-83c204b1-1a0e-4efd-83a0-36426b2b1564 {
    background-image: none !important;
    position: relative; }
  div#sd-image-83c204b1-1a0e-4efd-83a0-36426b2b1564 img {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    max-width: 320px;
    margin: auto; }
  .account .card-body.purchase-ability.withoutTax {
    min-height: 180px !important; }
  .account-body ul.addressList {
    margin: 0; }
  .account-page .container.main h1.page-heading {
    margin-bottom: 0 !important;
    padding-top: 20px; }
  main.page.content.account-page h2.page-heading {
    padding-right: 0;
    font-size: 28px !important;
    padding-bottom: 0; }
  main.page.content.account-page ul.navBar-section {
    margin: 0; }
  body div#customer-info {
    padding: 10px !important;
    margin: 0;
    max-width: 100%; }
  .productView.productView--quickView .productImageSlider button.slick-next.slick-arrow {
    right: 0px !important; }
  .productView.productView--quickView .productImageSlider button.slick-prev.slick-arrow {
    left: 0px !important; }
  .productView .right-info .price-section.current-price span.price {
    font-size: 22px !important;
    line-height: 40px !important; }
  .productView.thumbnail-unclicked.productView--quickView div#add-to-cart-wrapper {
    padding: 0; }
  section.productView-details.product-options.ready select.form-select.form-select--date {
    max-width: 32% !important;
    width: 32% !important;
    min-width: 32% !important; }
  .productView--quickView section .outer-sected-wrapper {
    width: 100%;
    flex-wrap: nowrap; }
  a.btn.custom-btn {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 4px; }
  section.productView-details.product-options form.form {
    margin-top: 0 !important; }
  .productView .right-info .price-section.current-price span.price {
    font-size: 22px !important;
    line-height: 40px !important; }
  .main.page-content.search.both-grid-list-views .actionBar {
    width: 64% !important; }
  .main.page-content.search div#product-listing-container article.card {
    margin-top: 28px; }
  .main.page-content.search div#product-listing-container article.card .card-badge {
    margin-top: -20px; }
  .main.search-layout .body.content.Delivery-custom-Information {
    padding: 0 0px !important; }
  fieldset.form-fieldset.actionBar-section .form-field {
    width: 88%; }
  .search-layout fieldset.form-fieldset.actionBar-section .form-field label.form-label {
    width: 70px; }
  .search-layout fieldset.form-fieldset.actionBar-section .form-field select#sort {
    width: 100%; }
  .search-layout main.page-content.search.both-grid-list-views form.actionBar {
    margin-top: -8px; }
  .main.search-layout .body.content.Delivery-custom-Information {
    padding: 0 0px !important; }
  div#modal-review-form form.form.writeReview-form {
    width: 100%; }
  div#modal-review-form form.form.writeReview-form h2.modal-header-title {
    font-size: 20px;
    display: inline; }
  div#modal-review-form .writeReview-productDetails {
    width: 100%;
    padding: 0; }
  div#modal-review-form .modal-body {
    padding: 10px 20px; }
  div#modal-review-form .modal-body .form-field {
    margin-bottom: 10px; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary:hover {
    color: #fff !important; }
  html .forOnePro #add-to-cart-wrapper .custom-checkbox {
    margin-bottom: 0 !important; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary {
    margin-top: 10px; }
  div#add-to-cart-wrapper label.form-label.form-label--alternate {
    margin-top: 8px !important; }
  .related.products-container article.card .card-text.add-to-cart-button {
    padding: 0 !important;
    bottom: 5px !important; }
  .main-image-container button {
    z-index: 9999999 !important;
    top: 48%; }
  .listItem-content {
    padding-left: 0px !important;
    padding-right: 0; }
  ul.productList li.product a.button.button--small.card-figcaption-button.add-to-cart span {
    font-size: 14px; }
  ul.productList li.product a.button.button--small.card-figcaption-button.add-to-cart {
    width: 70% !important; }
  .listItem-content button.qty-btn {
    width: 32px !important; }
  .listItem-content input.qty-input {
    width: 52px !important; }
  .listItem-figure {
    margin: 0 0 0.5rem !important; }
  #body.has-activeNavPages div#menu.mobile-menu .search-icon {
    top: 11px; }
  .all-account-data form input, .all-account-data form select {
    font-size: 16px; }
  #body header.header.is-open.search-only div#menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right form.form {
    display: none; }
  .mobile-menu .form-fieldset {
    margin-top: 24px !important; }
  body .contact-page-content .right-content p {
    font-size: 15px !important;
    line-height: 22px !important; }
  .contact-page-content {
    padding-bottom: 20px; }
  .outer-sected-wrapper {
    display: flex;
    width: 100%; }
  .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall {
    width: 100% !important;
    display: inline-block; }
  .stats-section > div span {
    width: 50%; }
  html .cart-layout .modal-body form#CartEditProductFieldsForm .form-field {
    flex-wrap: wrap;
    margin-bottom: 7px; }
  form#CartEditProductFieldsForm .form-field .custom-checkbox {
    gap: 2px; }
  a.modal-close {
    top: 0px !important;
    right: 0 !important; }
  body.main.twelve-eighty #product-listing-container ul.productGrid figure.card-figure {
    padding: 4px !important; }
  article.card .card-body .card-text.add-to-cart-button {
    padding: 0 8px; }
  .listItem-title > a {
    font-size: 15px !important;
    line-height: 20px !important; }
  .listItem-content {
    padding: 0px !important; }
  figure.listItem-figure a img {
    border-radius: 10px; }
  .listItem-actions span.price.price--non-sale {
    width: auto !important; }
  .listItem-price .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    width: auto !important;
    float: left; }
  #body.base-layout ul.productList li.product .listItem-price .second_one .price-section .price {
    font-size: 14px !important; }
  #body.base-layout .listItem-content .price-section.price-section--withTax.current-price.sale-price.cstmWithTax.active {
    line-height: 0 !important; }
  main.page.content.contact.contact-page-with-sidenav {
    margin: 0 !important; }
  .contact-page-content {
    flex-direction: column;
    padding-bottom: 10px;
    gap: 10px; }
  .contact-page-content .left-content {
    width: 100%;
    padding: 0px 20px; }
  div#contact-page-container {
    padding-top: 10px; }
  .contact-page-content input.button.button--primary {
    width: 100%; }
  .contact-page-content .right-content h3 {
    width: 100%; }
  .contact-page-content .right-content {
    width: 100%; }
  .contact-page-content .right-content h3 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 12px !important;
    color: #1A404D; }
  .contact-page-content .left-content label.form-label {
    width: 100%; }
  .contact-page-content .right-content p {
    margin-top: 4px; }
  .img-banner-account .page-width {
    flex-direction: column;
    padding: 0; }
  .img-banner-account .page-width {
    padding-bottom: 20px; }
  .all-account-data {
    padding: 17px 16px;
    width: 94%;
    order: 2;
    margin-top: 0;
    margin: auto; }
  .all-account-data .form-actions input.button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important; }
  .img-banner-account .right-image {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  .all-account-data h1.page-heading {
    margin-bottom: 20px !important;
    padding-bottom: 14px;
    font-size: 28px !important; }
  fieldset.form-fieldset.actionBar-section .form-field label.form-label {
    width: 100%;
    font-weight: 600; }
  article .price-section.current-price.sale-price, article .price-section.current-price.sale-price span {
    line-height: 20px !important; }
  .brand article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
    min-height: 223px; }
  span.cart-item-label {
    margin-bottom: 0 !important; }
  main.page-content.main-cart .cart-item-info strong.cart-item-value {
    line-height: normal;
    top: 0; }
  .footer-info-list a, .footer .navPages-action {
    font-size: 18px !important; }
  #body > footer > div.container > section > article:nth-child(5) {
    margin-bottom: 0 !important; }
  div#buttonLink a {
    font-size: 18px !important;
    background: transparent !important;
    width: 128px;
    height: 44px !important;
    text-transform: capitalize !important;
    padding: 0 !important; }
  footer svg.footer-payment-icon {
    width: 2.5rem !important;
    margin-right: 13px !important; }
  div#showcase-products .slick-prev {
    left: -7px !important; }
  div#showcase-products .slick-next {
    right: -7px !important; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] img, [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] img {
    width: 58px !important;
    height: 58px !important; }
  .modal .productView button#form-action-addToCart span.TotalCountPrice {
    margin: 0 !important; }
  h3.tab-content-title {
    font-size: 18px !important; }
  .modal .productView button#form-action-addToCart p {
    margin: 0;
    width: auto;
    margin-left: 3px; }
  .zn-product-price {
    font-family: Lato;
    font-size: 22px; }
  .zn-element.zn-lg .zn-row > .zn-column.zn-column-lg-3.zn-column-md-6.zn-column-sm-12 {
    width: 100%; }
  div#znid-464445387205 .zn-row .zn-column {
    width: 100%;
    text-align: center;
    background: #fff; }
  main.page.page-404 {
    padding: 0px 10px;
    margin-top: 20px !important; }
  .single-post-page article.blog.post img {
    width: 100% !important;
    border-radius: 4px;
    max-width: 100% !important; }
  .zn-element.zn-lg .zn-row .zn-product-review {
    text-align: center; }
  .zn-element.zn-lg .zn-row {
    flex-direction: column; }
  section#quickSearch {
    padding: 0 !important; }
  .has-activeNavPages section#quickSearch {
    padding: 0 !important; }
  .has-activeNavPages svg.header-icon.search-icon {
    top: 0 !important; }
  .search-only.darkHeader div#menu + nav {
    display: none; }
  #body header.header.is-open.search-only div#menu nav.navPages ul.navPages-list {
    display: none !important; }
  #body header.header.is-open.search-only div#menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right {
    display: block !important;
    margin-top: 0px !important;
    padding: 0; }
  #body header.header.is-open.search-only div#menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right svg.header-icon.search-icon {
    top: 0; }
  #body header.header.is-open.search-only div#menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right .search-icon {
    top: 0; }
  #body.search-only div#menu.mobile-menu nav.navPages {
    height: auto !important;
    background: #1A404D !important; }
  .search-only ul.navPages-list {
    display: none; }
  .search-only div#menu {
    height: auto; }
  .paymentProviderHeader-name {
    font-size: 12px;
    line-height: 21px; }
  .creditCardTypes-list-item {
    width: 19px !important; }
  .form-checklist-checkbox ~ .form-label {
    padding-right: 10px;
    padding-top: 8px !important;
    padding-bottom: 0px !important;
    padding-left: 37px;
    min-height: auto; }
  .paymentProviderHeader-container {
    align-items: center; }
  .form-checklist-checkbox ~ .form-label::before, .form-checklist-checkbox ~ .form-label::after {
    width: 1rem;
    height: 1rem; }
  .form-inlineMessage {
    line-height: 20px;
    font-size: 11px; }
  .FloatingButton__FloatingButtonContainer-sc-q5md4t-0.ktyOPN {
    left: 0 !important;
    width: auto !important;
    max-width: 100px !important; }
  li.form-checklist-item.optimizedCheckout-form-checklist-item.form-checklist-item--selected.optimizedCheckout-form-checklist-item--selected .shippingOptionLabel {
    width: 100%; }
  li.form-checklist-item.optimizedCheckout-form-checklist-item.form-checklist-item--selected.optimizedCheckout-form-checklist-item--selected label.form-label.optimizedCheckout-form-label {
    width: 100%; }
  .cartDrawer-total {
    font-size: 20px; }
  section#quickSearch {
    background: #fff !important; }
  .cart-layout .modal-body form#CartEditProductFieldsForm label.form-label.form-label--alternate.form-label--inlineSmall {
    margin-bottom: 10px !important; }
  .cart-item-title a {
    font-size: 12px; }
  .cart-layout h2.modal-header-title {
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0 !important; }
  .cart-layout h2.modal-header-title::after {
    margin: auto;
    left: 0;
    right: 0; }
  .cart-layout .modal-body {
    width: 100%;
    padding: 10px 10px; }
  .cart-layout .modal-body .form-field {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%; }
  .cart-layout .modal-body input.button.button--primary {
    width: 370px;
    margin: auto;
    max-width: 100%; }
  .cart-layout .modal-body label.form-label.form-label--alternate {
    font-size: 18px;
    color: #000;
    font-weight: bold; }
  html .cart-layout .modal-body [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
    border: 1px solid #ccc !important; }
  .cart-layout .modal-body small {
    font-size: 12px; }
  .cart-layout .modal-body .form-field label.form-label {
    width: 100%;
    display: inline-block; }
  .cart-layout .modal-body .form-field label.form-label .outer-sected-wrapper {
    width: 100%;
    gap: 8px; }
  .cart-layout .modal-body .form-field label.form-label + small {
    display: none; }
  #body.has-activeNavPages div#menu.mobile-menu nav.navPages {
    display: block; }
  #sd-image-c63b0575-92d3-4a0d-8580-a980256411f2 {
    background: url(https://cdn11.bigcommerce.com/s-gckesw3tt1/images/stencil/original/image-manager/login-footer-image.png);
    height: 57px;
    background-size: 100%; }
  .login-page .container.main {
    margin-top: 0;
    padding: 0; }
  .img-banner-account {
    margin-top: 0px !important; }
  header.header.is-open nav.navPages {
    display: block !important; }
  .card-body .card-text span.price.price--non-sale {
    top: 0px;
    position: relative;
    line-height: 1 !important; }
  .card-body .m2-wrap, .m2-wrap {
    font-size: 12px !important;
    margin-right: 0; }
  .productCarousel-slide article.card-title-three-lines h2.card-title a, article.card-title-three-lines h2.card-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
    min-height: auto; }
  body .card-body .card-text .price-section.price-section--withTax.current-price.sale-price.cstmWithTax.active {
    gap: 4px; }
  .card-text.add-to-cart-button a.button.button--small.card-figcaption-button.options {
    margin-top: 0; }
  header.header .right.searchbar .form {
    width: 100% !important;
    max-width: 100%; }
  body .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background,
  body .eapps-pricing-table-one-column .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
    padding: 32px 0 !important; }
  body .eapps-pricing-table-one-column .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
    padding-top: 32px !important; }
  #eapps-faq-1 .eapps-faq-content-category-item-answer div {
    font-size: 16px !important; }
  .product-custom-fields > ul {
    padding-bottom: 10px !important; }
  .product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p {
    width: 220px;
    margin-bottom: 10px;
    font-size: 16px !important; }
  [data-product-option-change] {
    width: 100%; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question span.eapps-faq-content-category-item-question-icon {
    position: relative;
    right: 0 !important;
    top: 3px !important; }
  .eapps-faq-content-category-item-question {
    font-size: 12px !important; }
  #body > footer > div.container > section > article:nth-child(5) {
    order: 4; }
  article.footer-info-col.footer-info-col--small:last-of-type {
    margin-bottom: 0 !important; }
  div#sd-image-1cf503b4-4172-4c23-8682-76251943c450 {
    margin-bottom: 0; }
  section.footer-info.five-columns {
    padding-bottom: 0 !important; }
  .footer .container {
    margin-bottom: 0; }
  div#menu section#quickSearch.quickSearchResults figure.card-figure {
    min-height: 96px !important; }
  section#quickSearch {
    border-radius: 0;
    box-shadow: 0px 0px;
    height: auto;
    overflow: auto;
    padding-bottom: 10px; }
  section#quickSearch ul {
    padding-top: 30px !important; }
  section#quickSearch ul .view-section .first_price .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    top: 3px;
    position: relative; }
  #body #quickSearch ul.productGrid li.product article.card .view-section a {
    margin-bottom: 0; }
  section#quickSearch ul .view-section {
    width: 100%;
    flex-direction: row;
    margin-bottom: 0px;
    padding-top: 20px;
    height: auto;
    align-items: center; }
  body.main section#quickSearch.quickSearchResults .productGrid .product {
    padding: 10px 20px !important; }
  section#quickSearch ul .view-section .price-section.price-section--withoutTax.current-price.sale-price {
    min-height: auto !important;
    display: flex;
    align-items: center; }
  #body.has-activeNavPages:not(.search-only) div#menu.mobile-menu {
    z-index: 0; }
  #body.has-activeNavPages:not(.search-only) div#menu.mobile-menu {
    z-index: 0; }
  header.header.is-open.search-only.darkHeader .navPages-quickSearch.right.searchbar {
    display: block !important; }
  ul.productGrid.productGrid--maxCol4.top-sellers .product.odd .promo-wrap .ends {
    right: 0; }
  .search.category.main.top-pagination-hidden.product-filtering-enabled {
    padding: 0;
    margin: 0; }
  .both-grid-list-views .actionBar {
    width: 100% !important; }
  fieldset.form-fieldset.actionBar-section .form-field {
    width: 100%;
    float: right;
    display: flex;
    align-items: self-start;
    flex-direction: column; }
  article.blog.post .blog-post-body {
    margin-top: 20px; }
  div#znid-541316008607 {
    margin-top: 0px; }
  #znid-403397034935 h2 {
    font-size: 23px;
    letter-spacing: 0; }
  #znid-403397034935 {
    margin-top: 0;
    margin-bottom: 10px; }
  article.blog.post .blog-post-body p {
    letter-spacing: 0 !important; }
  .zn-text {
    letter-spacing: 0px !important; }
  article.blog.post h2 {
    font-size: 20px;
    text-align: left; }
  h1 {
    font-size: 20px;
    line-height: 26px; }
  #znid-686074867331 > .zn-element > .zn-row {
    padding: 0; }
  #znid-114249730899 > .zn-element > .zn-product {
    padding-top: 0; }
  #znid-254154094110 h3 {
    font-size: 24px;
    letter-spacing: 0; }
  .zn-product-cart-button button {
    padding: 0 10px !important; }
  .zn-product {
    padding: 0 !important; }
  article.blog.post .blog-post-body p {
    text-align: left; }
  article.blog .socialLinks {
    text-align: center; }
  div#blog-post-share {
    margin: 0; }
  .blog-post-container.single-post-page h3 p {
    font-size: 24px;
    line-height: 30px; }
  .zn-text ul, .blog-post-container.single-post-page .zn-text ul li, .blog-post-container.single-post-page p, .zn-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px; }
  h3.zn-product-title {
    font-size: 20px !important; }
  #znid-256730468470 > .zn-element > .zn-row {
    padding-bottom: 25px;
    padding-top: 25px; }
  .zn-button a {
    margin: 0 !important;
    width: 100%;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important; }
  .zn-element.zn-lg .zn-row {
    gap: 0;
    padding-top: 0 !important; }
  .zn-element.zn-lg .zn-row .zn-column {
    margin: 3px 0; }
  .zn-product h3.zn-product-title a {
    line-height: 21px !important;
    margin-bottom: 20px !important;
    font-size: 20px !important; }
  #znid-577270620295 > .zn-element > .zn-row {
    flex-direction: column !important; }
  #znid-577270620295 .zn-row .zn-column-sm-12 {
    flex-basis: inherit; }
  #znid-816855221331 > .zn-element > .zn-row .zn-column.zn-column-lg-3.zn-column-md-6.zn-column-sm-12 {
    flex-basis: inherit;
    width: 100%; }
  #znid-816855221331 > .zn-element .zn-row {
    display: inline-block; }
  .zn-element-wrapper {
    width: 100%; }
  div#blog-post-share {
    text-align: center !important; }
  div#blog-post-share p.share-title {
    text-align: center !important; }
  div#blog-post-share ul.socialLinks {
    text-align: center; }
  .zn-product .zn-product-price {
    padding: 0 !important; }
  article.blog.post .blog-post-body {
    margin-top: 20px; }
  main.page.content .page-content.page-content.no-sidenav {
    margin-top: 15px; }
  .account-body .address {
    width: 100% !important; }
  [data-edit-account-form] .button:not(.card-figcaption-button) {
    margin: 0;
    width: 100%;
    margin-left: 0 !important; }
  body.account-page h2.page-heading, section.account-content h2 {
    font-size: 28px;
    line-height: 37.6px;
    text-align: center;
    position: relative;
    padding-right: 0; }
  .account-body .address .form-actions {
    gap: 3px; }
  body.account-page a.navBar-action, .navBar--sub .navBar-item {
    margin: 10px 0;
    font-size: 14px; }
  .BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    font-family: Lato;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-decoration: none; }
  [data-content-region="login_page_section"] ul li {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px; }
  .account.account--fixedSmall h2.page-heading {
    font-size: 30px;
    line-height: 25px; }
  .account.account--fixedSmall {
    padding: 0 10px; }
  .account.account--fixedSmall input.button.button--primary.form-prefixPostfix-button--postfix {
    font-size: 13px;
    padding: 0 20px; }
  p.customer-1 {
    display: none; }
  article.card-title-three-lines h2.card-title {
    height: auto;
    overflow: hidden;
    margin-bottom: 5px; }
  .cart-page-wrapper {
    padding: 20px 14px;
    padding-top: 30px; }
  .special-discounts article.card {
    margin-top: 15px; }
  body.main.twelve-eighty figure.card-figure {
    padding: 8px !important; }
  .card-body .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    top: 0 !important;
    line-height: 1;
    margin-right: 0; }
  .card-body .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    display: inline-block;
    float: left;
    width: auto !important; }
  .card-body span.price.price--withTax {
    font-family: Lato !important;
    font-size: 14.76px !important;
    font-weight: 700 !important;
    line-height: 17.71px;
    text-align: left;
    color: #1A404D !important; }
  .page.cart-page {
    padding-top: 0; }
  main.page-content.main-cart .left-wrap p {
    margin-bottom: 3px; }
  .slick-prev,
  .slick-next {
    color: transparent;
    top: 30%;
    transform: translate(0, -30%);
    padding: 0;
    border: none;
    outline: none; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary .TotalPriceMain {
    width: auto; }
  .productView-details .msrp-sale-regular-price-section {
    display: inline; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    position: unset; }
  .product-page-layout [data-sub-layout-container="3ab9daa5-44e7-435f-903d-9ed2ac94d805"] {
    display: none; }
  [data-sub-layout="8b122fd4-ec2f-4745-b790-b1aae3075af1"] {
    display: none; }
  .related.products-container {
    margin-top: 0; }
  section.productView-details.product-options, .recommended-visibility .recommended-position.below section.productView-details\ {
    margin-bottom: 0 !important; }
  .product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
    margin-bottom: 0 !important; }
  .product-wrapper {
    padding-bottom: 0 !important; }
  .stats-section {
    margin-top: 0px; }
  .product-page-layout .For-mobile-view {
    margin: 10px 0;
    margin-bottom: 3px; }
  .comparison-table-wrapper-cust {
    padding-top: 10px; }
  div#product-feature-logo-1 img {
    height: 33px;
    margin: 6px; }
  .category.main ul.productGrid article.card {
    margin-top: 26px; }
  article.card .card-badge {
    margin-top: -13px; }
  a.navUser-action.login {
    padding-left: 0 !important; }
  .mobile-menu#menu .navPages {
    width: 90%;
    margin: 0 !important;
    margin: auto !important;
    left: 0;
    right: 0; }
  .top-menu.store-credit-hidden.fixed .navPages-quickSearch.right.searchbar.shift-right {
    position: relative;
    background: transparent !important; }
  .top-menu.store-credit-hidden.fixed .navPages-quickSearch.right.searchbar.shift-right input.form-input {
    width: 100% !important;
    max-width: 100% !important; }
  .top-menu.store-credit-hidden.fixed .navPages-quickSearch.right.searchbar.shift-right .container {
    padding: 0;
    position: relative; }
  html .darkHeader div#menu.mobile-menu nav.navPages {
    position: fixed;
    width: 100%;
    top: 80px !important;
    margin: auto;
    left: 0;
    right: 0; }
  html .darkHeader div#menu.mobile-menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right {
    top: 0;
    width: 100% !important;
    padding: 0 10px; }
  html .darkHeader div#menu.mobile-menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right input.button.button--primary {
    right: 0 !important; }
  html .darkHeader div#menu.mobile-menu nav.navPages .navPages-quickSearch.right.searchbar.shift-right .search-icon {
    right: 4px;
    top: 8px; }
  div#menu {
    padding: 0 !important;
    background: #fff !important; }
  html .darkHeader div#menu.mobile-menu nav.navPages ul.navPages-list {
    padding: 0 10px; }
  div#sd-image-83c204b1-1a0e-4efd-83a0-36426b2b1564 {
    background-position: center !important;
    background-size: 80%; }
  [data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"],
  [data-sub-layout-container="5eef14f1-3c6d-45a4-8fa0-02989da8ec45"] {
    background: #fff1e6 !important; }
  .price-section.price-section--withoutTax.current-price.sale-price {
    padding-left: 0 !important; }
  .productGrid .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    position: relative;
    width: auto !important;
    float: left !important; }
  section.footer-info.five-columns {
    padding-bottom: 0 !important; }
  .footer-payment-icons {
    text-align: left !important;
    padding: 0 0.75rem; }
  div#sd-simple-text-editable-96f07bdf-915b-44ef-bf9f-1704062447ee p {
    text-align: left;
    padding: 0 0.75rem;
    opacity: 0.6;
    line-height: 20px; }
  .footer .container {
    margin-bottom: 0; }
  section.footer-info.five-columns article.footer-info-col.footer-info-col--small:first-child {
    order: 5;
    margin-bottom: 0 !important;
    margin-top: 0; }
  .es-review-author-name {
    font-family: Lato;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: left; }
  [data-sub-layout-container="909e41c2-3ab2-483b-977f-0328259f7627"] .WidgetBackground__Container-sc-1ho7q3r-0.iBiJkF {
    padding: 14px 14px !important; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"]:after {
    background-image: none !important;
    background-color: #fff1e6 !important; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"] [data-sub-layout="865acc73-402a-409a-9bb6-9b826fe8f791"] div,
  .main_srction_login_banner [data-sub-layout="818e52de-3f17-4377-9075-2e72ab5b56bc"] div {
    width: 100%; }
  div#sd-image-41064bf3-02ad-475d-b7a6-7d6ab920369d {
    display: none; }
  .card-text.add-to-cart-button a.button span {
    color: #fff !important;
    font-size: 12px; }
  div#showcase-products figure.card-figure {
    width: 100%;
    margin: auto;
    padding: 7px  0px !important; }
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    margin-top: 11px; }
  .container.login-page {
    flex-direction: column;
    padding: 0 16px; }
  .container.main .login {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 0;
    margin-top: 20px; }
  .container.main .login h1.page-heading::after {
    width: 70px; }
  .container.main .login h1.page-heading {
    font-size: 28px !important;
    padding-bottom: 12px;
    margin-bottom: 10px !important; }
  .container.main .login a.forgot-password {
    font-size: 14px; }
  .container.main .login input.button.button--primary {
    width: 100%; }
  .new-customer {
    width: 100% !important;
    margin-top: 20px; }
  .body.content.Delivery-custom-Information {
    /* background: #F7F7F7; */ }
  #sd-simple-text-editable-14c61f97-a10c-41b9-a844-87dfc04c39aa p,
  [data-content-region="login_customer_intro"] [data-layout-name="Layout"]:nth-child(2),
  div#sd-simple-text-editable-20ad696d-f863-4a78-85ff-bdc692ebcf9d p {
    font-size: 25px;
    line-height: 30px;
    color: #1A404D; }
  div#sd-simple-text-editable-d4dcbc8e-986f-4f74-b0c2-dc318b6a502f p,
  [data-widget-id="e19c0014-9e98-4c64-a512-659287a0b1fd"] p,
  .main-section-below p {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px; }
  #sd-simple-text-editable-5cd3299e-1ee5-44d7-ad0d-b908ace4f097 p {
    font-size: 16px !important; }
  .new-customer ul li span, div#sd-simple-text-editable-63c9d376-7496-475b-9622-07dcf4f1ec62 p {
    font-size: 15px;
    line-height: 25px; }
  .new-customer div#buttonLink a {
    width: 100%;
    height: 50px !important; }
  [data-content-region="login_page_section"] div {
    padding: 0px 0px !important; }
  div#sd-simple-text-editable-d4dcbc8e-986f-4f74-b0c2-dc318b6a502f p,
  [data-widget-id="e19c0014-9e98-4c64-a512-659287a0b1fd"] p,
  .main-section-below p {
    font-size: 32px;
    line-height: 40px; }
  [data-content-region="login_page_section"] ul li {
    font-size: 18px !important; }
  [data-content-region="login_page_section"] .buttonLink a {
    height: 50px !important;
    line-height: 48px !important;
    margin-bottom: 20px;
    width: 100%; }
  [data-content-region="login_page_section"] div#eapps-trustpilot-reviews-3e0f873c-1744-4546-bd17-f7aa920f0a2d {
    margin: 0; }
  .BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    font-size: 14px; }
  [data-content-region="login_page_section"] div div#sd-image-e8b4d36a-1d83-44d0-bae4-6904452cbaa9 {
    display: none; }
  [data-content-region="login_page_section"] [data-sub-layout-container="2b35bddd-1cf4-44fd-848f-be72d5c636fa"] {
    padding: 10px 20px !important;
    padding-bottom: 30px !important; }
  .login-page .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  .accordion-content {
    display: none;
    padding: 4px 0 !important; }
  ul.productGrid.productGrid--maxCol.related .card-body {
    min-height: 230px !important;
    padding-bottom: 0 !important; }
  eapps-pricing-table-column-features-item span strong {
    display: inline-block;
    width: 100%; }
  div#eapps-faq-1 {
    padding: 30px 4px; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary span.TotalCountPrice {
    margin-top: 0 !important; }
  html [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
    width: 31% !important;
    padding: 0 20px !important;
    margin-right: 0 !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
    font-weight: 700;
    color: #1A404D !important;
    max-width: 31% !important;
    flex: 0 0 31%;
    font-size: 14px !important; }
  .mobile-magnify {
    top: 0 !important; }
  .main-image-container {
    max-width: 100%;
    margin: auto;
    width: 100%; }
  .g-recaptcha > div {
    width: 100% !important; }
  .g-recaptcha > div iframe {
    width: 100% !important; }
  main.page.content p {
    font-size: 18px !important;
    line-height: 27px !important; }
  main.page.content h1.page-heading {
    margin-bottom: 17px !important;
    padding-bottom: 0 !important;
    font-size: 28px !important;
    line-height: 53px !important; }
  main.page.content .contact-page-content .left-content h1.page-heading::after {
    width: 68px; }
  .contact-page-content {
    padding-top: 0; }
  .cart-item-label, td.cart-item-block.cart-item-title {
    padding-left: 0; }
  .cart-item {
    padding-left: 0; }
  main.page-content.main-cart strong.cart-item-value {
    font-size: 22px; }
  main.page-content.main-cart .left-wrap {
    width: 100%;
    text-align: center; }
  main.page-content.main-cart .right-wrap {
    width: 100%;
    text-align: center; }
  main.page-content.main-cart h1.page-heading {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px !important; }
  main.page-content.main-cart h1.page-heading::after {
    right: 0; }
  main.page-content.main-cart .right-wrap p, main.page-content.main-cart .left-wrap p {
    text-align: left;
    font-size: 16px;
    line-height: 24px; }
  main.page-content.main-cart .right-wrap p::before {
    left: 0;
    width: 90%; }
  main.page-content.main-cart .right-wrap p::after {
    width: 100%;
    left: 0; }
  main.page-content.main-cart .right-wrap h1.page-heading {
    text-align: left;
    font-size: 20px !important;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 0 !important; }
  .cart-page .main-cart table.cart {
    border-radius: 10px; }
  td.cart-item-block.cart-item-info button.cart-remove.icon {
    position: relative !important;
    top: 0 !important;
    margin-top: 0px !important;
    float: right !important;
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    margin-left: 10px; }
  main.page-content.main-cart .cart-page-wrapper .cart-item-name a {
    font-size: 20px !important; }
  td.cart-item-block.cart-item-title {
    width: calc(100% - 90px) !important; }
  main.page-content.main-cart .cart-item-info {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .cart-item-quantity .form-increment {
    display: flex; }
  .cart-item-label, label.form-label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
    width: 50%;
    margin-bottom: 6px !important; }
  .form-row .form-field {
    margin: 0 0 1rem !important; }
  .cart-actions.checkoutBtn, .main-cart .safe_and_secure_wrapper {
    width: 100% !important; }
  li.cart-total .cart-total-label {
    width: 50%; }
  li.cart-total .cart-total-value {
    width: 50%;
    text-align: right; }
  li.cart-total, .cart-total-value.cart-total-grandTotal {
    font-size: 20px !important;
    border-bottom: 1px solid #C2C2C2;
    padding: 7px 0; }
  .cart-total-value.cart-total-grandTotal {
    border: none;
    top: 0 !important; }
  .special-discounts li.product {
    width: 48.6%;
    display: inline-block;
    margin: 0;
    margin-right: 8px;
    float: left; }
  .special-discounts li.product:nth-child(2n) {
    margin-right: 0; }
  .special-discounts ul {
    display: inline-block !important; }
  body.main.cart-layout .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  .special-discounts {
    padding: 30px 17px; }
  .special-discounts {
    padding: 30px 12px; }
  .special-discounts .card-body {
    min-height: 240px; }
  footer .footer-payment-icons {
    margin-top: 2rem !important; }
  footer > div.container > section > div.footer-payment-icons {
    order: 6; }
  .promo-wrap .ends {
    text-align: right;
    width: 56%; }
  .promo-wrap {
    justify-content: space-between;
    height: 18px; }
  .promo-wrap .sale-flag-side {
    font-size: 9px !important;
    padding: 2px 3px !important;
    margin-left: 2px; }
  .promo-wrap .off {
    float: left; }
  .sale-flag-side {
    float: left;
    margin-left: 2px; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"],
  .main_srction_login_banner [data-sub-layout="818e52de-3f17-4377-9075-2e72ab5b56bc"] {
    padding: 30px 20px !important; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: 10px !important; }
  .top-menu.store-credit-hidden.fixed {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .eapps-pricing-table-columns-container.eapps-pricing-table-columns-container-1 {
    max-width: 100%; }
  .main-image-container .productImageSlider {
    padding: 0 !important; }
  .product.main.left div#product-images-container {
    padding: 0; }
  .forOnePro span.stock p {
    font-size: 11px !important;
    line-height: 26px;
    display: inline-block; }
  .forOnePro span.productView-reviewLink {
    display: inline;
    width: auto;
    margin: 0;
    margin-top: 10px; }
  .right-info .regular-price {
    margin-top: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 362px !important; }
  .right-info.productView-info {
    margin-top: 0; }
  .right-info .regular-price .m2-wrap {
    font-size: 15px; }
  .forOnePro .productView-details .price-section.current-price span {
    position: relative;
    left: 0;
    font-size: 24px !important;
    margin-top: 0px; }
  .right-info .regular-price .TotalPricexvat {
    position: absolute;
    bottom: 0;
    float: right !important;
    top: inherit !important; }
  .right-info span.price.price--non-sale {
    position: relative;
    left: 0;
    float: left;
    display: inline-block; }
  .right-info span.TotalPricexvats {
    font-size: 18px !important;
    line-height: 43px !important; }
  .right-info span.price.price--non-sale {
    font-size: 20px !important;
    width: auto;
    margin-top: 0;
    line-height: 20px !important; }
  .free-delivery-wrapper a.free-delivery-exp {
    top: 2px;
    position: relative; }
  .product-wrapper .forOnePro .productView-title {
    font-size: 25px;
    line-height: 30px !important; }
  .brand-wrapper .product-sku {
    position: relative; }
  .brand-wrapper p {
    margin-bottom: 0; }
  .brand-wrapper span.stock.inStocks {
    float: right !important; }
  .brand-wrapper {
    width: 100%;
    display: inline-block; }
  .modal-body.quickView .productView-product .card-badge {
    display: inline-block;
    float: left;
    top: 1px;
    position: relative;
    margin-left: 7px; }
  .modal-body.quickView .productView-product .brand-wrapper h2.productView-brand + .product-sku,
  .modal-body.quickView .productView-product .card-badge + .product-sku {
    position: relative;
    top: 8px !important; }
  .brand-wrapper span.stock.inStocks {
    display: inline-block;
    float: left; }
  .brand-wrapper .productView-brand {
    width: auto;
    float: left;
    margin-right: 8px; }
  /*new csss toay 25*/
  .forOnePro .left-info span.stock.inStocks + .product-sku {
    position: relative;
    top: 0;
    order: 3;
    text-align: left !important; }
  .forOnePro .left-info span.stock.inStocks + .product-sku p {
    float: left; }
  .left-info span.stock.inStocks {
    margin-bottom: 2px; }
  .forOnePro .left-info span.stock.inStocks + .product-sku {
    width: 100%; }
  .brand-wrapper .product-sku {
    width: 100%;
    float: left; }
  /*end css*/
  .product-title span.stock.inStocks {
    top: -40px;
    right: 0;
    position: absolute;
    width: auto; }
  .forOnePro #add-to-cart-wrapper .form-field {
    padding: 0; }
  .product-custom-fields li span {
    font-size: 14px;
    line-height: 17px; }
  .product-title span.stock.inStocks svg {
    width: 18px;
    top: 6px; }
  .product-title {
    align-items: self-start; }
  span.productView-reviewLink.product_review_count a {
    color: #121317 !important;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    top: 2px;
    position: relative;
    margin-left: 8px; }
  .right-info .regular-price .price-section.price-section--withoutTax.current-price.sale-price {
    width: auto;
    float: left; }
  .right-info .regular-price .m2-wrap {
    display: inline-block;
    float: left;
    line-height: 32px;
    width: 36%; }
  .right-info .regular-price .off {
    margin: 0;
    top: 0px;
    left: 76px; }
  h1.productView-title {
    display: inline-block; }
  span.TotalPricexvats {
    font-family: Lato;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 28.8px;
    text-align: right; }
  div#product-feature-logo-1 ul {
    display: flex; }
  html .product-page-layout.select-boxes .right-info {
    padding-bottom: 0px !important; }
  section.productView-details div#add-to-cart-wrapper {
    width: 100%;
    margin-top: 0px; }
  .bulk-discount {
    width: 100%;
    padding: 17px 0px !important;
    align-items: center;
    justify-content: center; }
  html div#add-to-cart-wrapper button {
    gap: 2px;
    font-size: 18px;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center; }
  html div#add-to-cart-wrapper button span.TotalCountPrice {
    margin: 0 !important;
    padding: 0 !important; }
  html .forOnePro #add-to-cart-wrapper .TotalPriceMain span.TotalCountPrice {
    display: math; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary p {
    font-size: 20px !important;
    padding: 0;
    margin-left: 3px;
    margin-top: 0; }
  html .forOnePro #add-to-cart-wrapper .TotalPriceMain {
    padding: 0 !important; }
  .safe_and_secure_wrapper ul li p {
    font-size: 12px; }
  .safe_and_secure_wrapper ul .payment-cust-wrapper svg {
    width: 26px !important; }
  .payment-cust-wrapper .footer-payment-icons {
    margin-bottom: 0; }
  .safe_and_secure_wrapper ul li svg {
    width: 14px; }
  .safe_and_secure_wrapper ul li {
    gap: 4px; }
  .free-delivery-wrapper a.free-delivery-exp {
    line-height: 0; }
  .product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
    padding: 0; }
  /*product page css*/
  .card-body span.BrandTitl {
    border: 1px solid #CCCCCC;
    margin: 0px 0 0px 0px; }
  article.card-title-three-lines h2.card-title {
    height: auto;
    overflow: hidden;
    margin-bottom: 0; }
  .category .card-body.purchase-ability.withTax {
    min-height: 145px !important; }
  .view-filters-btn.mobile {
    position: fixed;
    bottom: 10px;
    right: 0;
    color: #fff;
    z-index: 99999; }
  .view-filters-btn.mobile a {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    background: #1A404D;
    text-align: center;
    text-decoration: none; }
  div#side-categories {
    position: fixed;
    bottom: -133px;
    width: 100% !important;
    z-index: 999999999;
    left: 0;
    padding: 0px 0px !important;
    border-radius: 0px;
    overflow: scroll;
    height: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 127px !important; }
  .filter-inner-wrap {
    overflow: scroll;
    height: auto;
    padding-bottom: 10px; }
  .filter-bar {
    background: #edeef0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px; }
  .filter-bar h4 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    margin: 0; }
  .open-filter .view-filters-btn.mobile {
    z-index: 0; }
  div#side-categories .categories, div#side-categories .brands {
    padding: 0px 20px !important; }
  .open-filter {
    overflow: hidden; }
  div#side-categories .accordion-block {
    margin-bottom: 8px;
    padding: 0 0px; }
  div#side-categories .accordion-block .accordion-navigation {
    padding: 0 0px; }
  div#facetedSearch-navList h3.accordion-title {
    padding: 10px 11px; }
  a.facetedSearch-toggle.toggleLink {
    margin: 0 !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 10px 10px;
    margin-top: 10px !important; }
  .facetedSearch-toggle-text {
    color: #fff; }
  .accordion--navList .accordion-navigation-actions {
    right: 10px !important; }
  p.promo {
    display: none !important; }
  .header-container.sticky-header .top-menu {
    padding-bottom: 0 !important; }
  .header-container.sticky-header .top-menu header.header {
    justify-content: space-between !important; }
  .header-container.sticky-header .top-menu header.header {
    padding: 10px 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
  .header-container.sticky-header .top-menu header.header a.mobileMenu-toggle {
    top: 18px !important; }
  .header-container.sticky-header .top-menu header.header .belowheadIcn {
    width: auto;
    position: absolute;
    right: 0; }
  .header-container.sticky-header .top-menu header.header .header-logo.header-logo--left {
    width: 100% !important; }
  #HeaderWithStcky .header-logo.header-logo--left {
    width: 100% !important; }
  .slick-prev {
    left: 0px; }
  .slick-next {
    right: 0px; }
  .belowheadIcn > ul {
    margin: 0 !important;
    position: relative !important; }
  .belowheadIcn li.navUser-item.navUser-item--cart {
    position: relative !important;
    top: 0px;
    right: 0; }
  header.header > ul {
    width: 80px;
    gap: 10px; }
  li.navUser-item.navUser-item--account {
    padding: 0px !important; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a span.navUser-item-cartLabel {
    display: inline-block !important; }
  li.ContctIcon.myAccnt.mobile {
    position: relative !important;
    right: 0 !important;
    top: 0 !important; }
  header.header > ul a.navUser-action.account.search {
    width: 29px;
    text-align: center;
    padding: 0;
    align-items: center;
    justify-content: center; }
  header.header > ul a.navUser-action.account.search svg {
    width: 17px;
    height: 17px; }
  .right.account-links.mobile {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px; }
  .header-logo > a {
    padding-bottom: 0; }
  a.navUser-action.account.search {
    display: flex;
    align-items: center; }
  header > svg {
    width: 30px;
    height: 30px !important; }
  .top_slide_content .slick-slide {
    font-size: 12px; }
  .top_slide_content {
    margin-top: 5px; }
  .slick-prev {
    left: -10px; }
  .slick-next {
    right: -10px; }
  .custom-pages-nav h2.container-header.mobile {
    padding: 10px; }
  .custom-pages-nav h2.container-header.mobile::after {
    display: none; }
  li.myAccnt.mobile {
    top: 24px; }
  .home.slider-in-container .css-1csgxr0 > div {
    display: inline-block; }
  .home.slider-in-container .css-1csgxr0 > div > div {
    width: 100%;
    padding-top: 45%;
    padding-left: 15px;
    padding-right: 15px !important; }
  .home.slider-in-container button.css-mwwowe.css-1lllaof {
    right: inherit !important;
    left: 0px !important; }
  .css-94ci19 {
    right: 0px !important; }
  .css-1yzxlt4::after {
    background-position: top !important;
    right: 0 !important;
    background-size: 40% !important;
    top: 10px !important; }
  [data-test-id="carousel-title"] {
    font-family: Lato;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38.4px !important;
    text-align: left; }
  [data-test-id="carousel-subtitle"] {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left; }
  .home.slider-in-container .css-1csgxr0 {
    height: 280px !important; }
  [data-test-id="carousel-cta-button"] {
    font-size: 18px !important;
    padding: 0 !important;
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 50px; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    padding: 0px 20px;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    width: 100%;
    margin-top: 0px !important; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    font-size: 18px; }
  .RatingValue__Container-sc-fl6036-0.cRDvXb.es-rating-value {
    font-size: 20px; }
  .ga-dIYY {
    width: 14px !important;
    height: 14px !important; }
  ul.stats-content {
    display: inline-block;
    padding: 5px 15px !important;
    width: 100%; }
  ul.stats-content li {
    width: 50%;
    float: left;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 0;
    justify-content: left;
    margin-right: 0px; }
  ul.stats-content li p {
    font-size: 16px;
    line-height: 30px;
    padding-left: 4px;
    width: 76px; }
  ul.stats-content li span {
    font-size: 13px;
    width: 54%;
    line-height: 16px; }
  [data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p {
    font-size: 32px;
    padding-bottom: 10px !important;
    margin-top: 0; }
  .home-below-hero {
    padding: 0 !important; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout],
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] {
    width: 48% !important;
    margin-bottom: 0px;
    max-width: 48% !important;
    padding: 10px 10px;
    border-right: 0px solid #fff;
    height: 310px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    gap: 12px;
    align-items: self-end;
    justify-content: center; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] p strong,
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] p strong {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    min-height: auto;
    margin-bottom: 0 !important; }
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] div:last-child p,
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:last-child p {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: left; }
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] div:last-child p,
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:last-child p {
    margin-bottom: 0; }
  a.mobileMenu-toggle {
    padding-left: 0; }
  [data-content-region="home_below_featured_products"] {
    padding: 0px 15px; }
  div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading {
    font-size: 32px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-top: 0; }
  div#showcase-products .featured.products-container.carousel-inactive {
    width: 100%;
    padding: 20px 8px;
    padding-left: 8px !important; }
  [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .WidgetTitle__Header-sc-ruy1gu-2.eEuoxN {
    font-size: 32px; }
  div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .eapp-logo-showcase-logo-component {
    width: 46% !important;
    margin: 0 0px; }
  .Grid__Container-sc-1xmec9f-0.hxbeGQ.eapp-logo-showcase-grid-container {
    gap: 10px;
    row-gap: 2px; }
  [data-content-region="home_below_featured_products"] {
    padding: 0px !important; }
  [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .eapp-logo-showcase-logo-caption {
    font-size: 24px !important;
    line-height: 24px;
    height: auto !important;
    margin-bottom: 18px !important;
    margin-top: 14px !important;
    padding-bottom: 0; }
  div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .WidgetBackground__Container-sc-1ho7q3r-0.bVzsfG {
    padding: 35px 5px !important; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"],
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    padding: 0px 14px;
    padding-bottom: 30px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] p strong {
    font-size: 32px !important;
    line-height: 39px !important;
    width: 100%;
    display: inline-block;
    margin-top: 30px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] ul {
    margin-top: 10px;
    margin-bottom: 10px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] div#buttonLink {
    margin-bottom: 10px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] div#buttonLink a {
    width: 100%;
    height: 50px !important;
    line-height: 50px !important; }
  div#buttonLink {
    display: inline-block;
    width: 100%; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container .BadgeTotalReviews__Content-sc-15g78rc-0 {
    font-size: 14px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container {
    align-items: center; }
  h2.container-header.page-heading {
    font-size: 32px;
    padding-right: 0px !important;
    margin-bottom: 30px !important; }
  .global-region.screen-width.above-footer .WidgetTitle__Header-sc-ruy1gu-2.coQfSf {
    font-size: 32px;
    line-height: 33px; }
  .global-region.screen-width.above-footer .WidgetTitle__Caption-sc-ruy1gu-3 span {
    font-size: 18px;
    line-height: 20px; }
  .global-region.screen-width.above-footer form > div {
    display: inline-block;
    width: 100%; }
  .global-region.screen-width.above-footer form button {
    height: 50px !important;
    width: 100%;
    margin-top: 10px;
    font-size: 18px !important; }
  .TextControlBase__TextControlBaseContainer-sc-1s66zih-0.bBKQWp {
    border: none;
    height: 50px !important;
    padding: 15px !important; }
  .Content__WidgetContainer-sc-3sh3bs-2.fqfUCf {
    border-radius: 10px !important;
    padding: 0 !important;
    width: 320px !important;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%; }
  .Content__WidgetContainer-sc-3sh3bs-2.fqfUCf .WidgetBackground__Container-sc-1ho7q3r-0.bVzsfG {
    padding: 20px 20px !important; }
  .sd-button-1d138d59-f47c-412f-90b9-915ef019776d {
    align-items: flex-start !important;
    justify-content: flex-start !important; }
  .sd-button-1d138d59-f47c-412f-90b9-915ef019776d a#sd-simple-button-editable-1d138d59-f47c-412f-90b9-915ef019776d {
    float: left; }
  article.footer-info-col.footer-info-col--small {
    margin: 12px 0; }
  .footer-info-list a, .footer .navPages-action {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  li.navPages-item {
    padding: 0 !important; }
  #sd-image-1cf503b4-4172-4c23-8682-76251943c450 {
    background-size: 30% !important; }
  section.footer-info.five-columns {
    display: flex;
    padding: 25px 0px !important;
    flex-direction: column; }
  article.footer-info-col.footer-info-col--small {
    order: 6; }
  footer > div.container > section > article:nth-child(2) {
    order: 1; }
  footer > div.container > section > article:nth-child(3) {
    order: 2; }
  footer > div.container > section > article:nth-child(4) {
    order: 3; }
  footer > div.container > section > div.footer-payment-icons {
    order: 6;
    margin-top: 0; }
  .LogoShowcase__Content-sc-uwmsvj-1.cyiDRg.eapp-logo-showcase-logo-showcase-content {
    margin-top: 0px !important; }
  .home.slider-in-container .css-1csgxr0 > div {
    padding: 0;
    min-height: 370px !important; }
  .home.slider-in-container:hover button.css-mwwowe.css-1lllaof {
    right: inherit;
    left: 0; }
  .css-zv74ld {
    display: block !important; }
  .home.slider-in-container button.css-mwwowe.css-1lllaof, .home button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
    top: 45% !important; }
  .home.slider-in-container .css-1csgxr0::before {
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    border-top: 30px solid #1A404D;
    bottom: -6px;
    right: -20px; }
  .home.slider-in-container .css-1csgxr0::after {
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    border-bottom: 30px solid #1A404D;
    left: -20px;
    top: -5px;
    transform: rotate(-45deg); }
  .home.slider-in-container .css-1csgxr0 > div > div [data-test-id="carousel-subtitle"] p {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 0 !important; }
  .css-hashfi {
    margin-top: 0; }
  .home.slider-in-container .css-1csgxr0 > div > div {
    padding-left: 10px !important;
    padding-right: 30px !important; }
  .container h3.footer-info-heading {
    margin-bottom: 3px; }
  body.main.home.twelve-eighty ul.productGrid li.product {
    width: 48%;
    margin-right: 0px !important;
    margin-bottom: 0px !important; }
  .top.products-container.carousel-inactive article.card {
    margin-top: 14px !important; }
  h2.card-title a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #1A404D; }
  .price-section span.price {
    font-size: 12.65px !important;
    line-height: 1 !important; }
  .qty-wrapper input.qty-input {
    height: 34px !important;
    width: 34px !important;
    font-size: 12px; }
  .qty-wrapper .qty-btn {
    height: 34px !important;
    width: 25px !important;
    font-size: 18px !important;
    padding: 0px 4px; }
  .qty-wrapper a.button.card-figcaption-button.add-to-cart {
    height: 34px !important;
    margin-left: 4px !important;
    line-height: 34px;
    line-height: 34px; }
  .account-page .body.content.Delivery-custom-Information {
    padding: 0 0 !important; }
  .qty-wrapper a.button.card-figcaption-button.add-to-cart span {
    font-size: 12px;
    width: 100% !important;
    display: inline-block; }
  div#showcase-products figure.card-figure {
    width: 92% !important; }
  div#showcase-products a.button.button--small.card-figcaption-button.options {
    height: 34px !important; }
  div#showcase-products .card-body.purchase-ability.withTax {
    height: 270px !important; }
  div#showcase-products article.card {
    padding-top: 0px !important; }
  .sd-spacer-e20288ec-66cf-42d5-98f1-bb13e7f9f02e {
    height: 10px !important; }
  body.main.home .top.products-container.carousel-inactive {
    padding-bottom: 10px !important; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] {
    background: #fff; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .Background__Base-sc-4lq1r6-1.egiTHk {
    background: #fff !important; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-rating-value {
    color: #000; }
  .ReviewText__Title-sc-t7690a-1.fnZqRM.es-review-content-title {
    color: #1A404D; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-review-background-container .es-review-content-text {
    color: #656975 !important;
    font-size: 16px !important;
    height: auto; }
  .ReviewInfo__SourceDate-sc-1vrf9nk-3.bKYcrP.es-review-info-date-container {
    color: #656975;
    font-size: 18px !important; }
  span.ReviewAuthorName__AuthorName-sc-1le9t1d-1.bAAKYH.es-review-author-name {
    color: #656975;
    font-size: 20px !important; }
  body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: -18px !important; }
  body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
    left: -25px !important;
    z-index: 999 !important; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] > div svg, [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] > div svg {
    width: 20px !important;
    height: 20px !important; }
  .ReviewContainer__Inner-sc-1gax7ld-0.gIDrEg.es-review-container.es-review-layout-classic.es-trustpilot-review {
    padding: 0 20px !important; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-header-container {
    padding-top: 0;
    padding-bottom: 0; }
  .ReviewContent__ReviewContentContainer-sc-l6uyts-0.eNExRR.es-review-content-container {
    width: 100% !important; }
  .right.account-links.mobile {
    width: 100%;
    display: inline-block;
    margin: 0 !important;
    text-align: right !important;
    background: #fff;
    padding: 0 15px;
    margin-top: -5px !important;
    position: relative;
    padding-bottom: 5px; }
  .belowheadIcn {
    width: 110px; }
  header.header > ul {
    margin: 0 !important;
    width: 180px;
    display: flex;
    gap: 0px;
    align-items: center; }
  #HeaderWithoutStick a.mobileMenu-toggle {
    z-index: 9999;
    position: relative !important;
    top: 0 !important;
    padding-right: 0;
    width: 20px; }
  body header.header {
    height: auto !important;
    padding: 2px 10px !important;
    width: 100% !important;
    max-width: 100% !important; }
  .account {
    margin-bottom: 0px; }
  li.ContctIcon.myAccnt.mobile {
    top: 0;
    margin-right: 0px; }
  .belowheadIcn li.navUser-item.navUser-item--cart {
    position: relative !important;
    top: 0px;
    right: 0; }
  .WidgetTitle__Header-sc-ruy1gu-2.fcXbaH {
    display: none; }
  .LogoShowcase__Component-sc-uwmsvj-0.jPkWoP.eapp-logo-showcase-logo-showcase-component {
    padding-bottom: 0px; }
  .rfm-marquee-container .eapp-logo-showcase-logo-innerInner {
    height: 60px !important; }
  .eapp-logo-showcase-logo-inner {
    height: auto !important; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding-bottom: 0 !important; }
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] > div:nth-child(4) p,
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:nth-child(4) p {
    font-size: 10px;
    margin-bottom: 0; }
  p.best-seller {
    line-height: 18px !important;
    font-size: 10px !important;
    width: 66px;
    height: 23px !important; }
  div#showcase-products .product.slick-slide {
    padding-left: 10px !important; }
  .promo-wrap .ends span {
    font-size: 9px;
    line-height: 20px; }
  .promo-wrap .ends span svg {
    width: 10px;
    height: 10px; }
  .ends svg {
    width: 12px;
    top: 6px;
    position: relative; }
  .promo-wrap .off p {
    font-size: 10px;
    line-height: 12px;
    margin-top: 0px !important; }
  span.BrandTitl {
    font-size: 10px;
    line-height: 18px;
    padding: 0px 1px; }
  div#showcase-products .slick-prev {
    left: 0; }
  div#showcase-products .slick-next {
    right: 0; }
  #body.not-internet-explorer div#showcase-products .slick-prev::before, #body.not-internet-explorer div#showcase-products .slick-next::before {
    width: 20px;
    height: 20px; }
  div#showcase-products .slick-next, div#showcase-products .slick-prev {
    width: 20px;
    height: 20px; }
  div#showcase-products .slick-list {
    margin-left: -10px !important; }
  div#showcase-products a.button.button--small.card-figcaption-button.options {
    font-size: 12px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-layout-sidebar-inner {
    margin-top: 0; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"],
  .main_srction_login_banner [data-sub-layout="818e52de-3f17-4377-9075-2e72ab5b56bc"] {
    padding: 30px 17px; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"] [data-sub-layout="99fd0a43-2cfb-4d6c-ae4c-312ec5cc3fce"] {
    order: 2;
    margin-top: 10px; }
  [data-content-region=home_below_top_products] p, .main_srction_login_banner p {
    font-size: 32px;
    line-height: 40px; }
  [data-layout-id="03c2f624-cfde-41ec-a7fd-8c6cbfdf68f3"] div#buttonLink a,
  .main_srction_login_banner div#buttonLink a {
    height: 50px !important;
    width: 100%;
    line-height: 50px !important;
    font-size: 18px !important; }
  .DateTime__Time-sc-13gi7wj-0.dXelQe.ReviewInfo__StyledDateTime-sc-vdzpu9-4.cwZklo.es-review-info-date {
    color: #656975; }
  .es-review-source-source-name {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #1A404D; }
  .ReviewAuthorBlock__InfoContainer-sc-184hgrr-3.iDWpTr.es-review-author-block-info-container {
    color: #000; }
  [data-widget-id=ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c] .Background__Base-sc-4lq1r6-1.jZZVZW {
    background: #fff !important; }
  a.es-review-link-container {
    color: #1A404D !important; }
  .ReviewContent__Title-sc-vx895q-1.dzJBjC.es-review-content-title {
    color: #656975; }
  .Delivery-custom-Information h1.page-heading {
    font-size: 32px !important;
    background: transparent !important;
    line-height: 38px;
    margin-bottom: 40px !important; }
  .page.category-grid li.subcategory-item.noImage {
    margin: 6px 4px !important; }
  li.subcategory-item span.subcategory-name {
    font-size: 11px; }
  .page.category-grid .slick-next::before, .page.category-grid .slick-prev::before {
    width: 20px;
    height: 20px; }
  .page.category-grid .right-section, body.main.twelve-eighty .search.category.main.product-filtering-enabled, body.main.twelve-eighty .brand.main.product-filtering-enabled {
    width: 100% !important;
    padding: 0; }
  .page.category-grid .right-section fieldset.form-fieldset.actionBar-section {
    margin-top: 0px;
    display: block; }
  .page.category-grid .right-section fieldset.form-fieldset.actionBar-section .form-field {
    flex-direction: column;
    width: 95%;
    align-items: flex-start; }
  form.actionBar {
    margin-top: 0 !important !important; }
  #product-listing-container ul.productGrid li.product {
    margin-right: 0 !important; }
  ul.productGrid--maxCol4.grid-default {
    margin-top: 30px !important; }
  .category .card-body.purchase-ability.withTax {
    min-height: 145px !important; }
  li.product.odd a.button.button--small.card-figcaption-button.options {
    background: #fff !important;
    font-weight: 600; }
  .Background__Overlay-sc-4lq1r6-2.djWGwD {
    z-index: 0; }
  .footer-info-list a, .footer .navPages-action {
    padding: 3px 0 !important; }
  article.footer-info-col.footer-info-col--small {
    z-index: 0; }
  .Background__Base-sc-4lq1r6-1.egiTHk {
    z-index: 0; }
  .card-text.add-to-cart-button a.button.button--small.card-figcaption-button.options {
    height: 35px !important; }
  p.most-popular {
    font-size: 10px;
    width: 87px;
    padding: 0px 0;
    height: 23px;
    line-height: 22px; }
  v#body.product-page-layout #add-to-cart-wrapper .button--primary:hover {
    color: #fff !important; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary:hover svg circle {
    fill: #fff; }
  .sd-simple-text-362d092a-0dcc-408a-ae9c-e38cccb9d46e {
    padding-bottom: 0; }
  .product.main.left .slider-nav .slick-slide img {
    height: 60px; }
  .top_slide_content div[data-placement-status], .checkout-layout .top-info-sec {
    width: 100%;
    margin: auto; }
  .top-menu.store-credit-hidden {
    height: auto !important;
    padding-top: 0 !important; }
  .top_slide_content {
    margin: 0 !important; }
  .top-menu.store-credit-hidden .content {
    padding: 8px 0 !important; }
  .top-menu.store-credit-hidden.fixed .content {
    padding-bottom: 0 !important; }
  [data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] {
    padding: 5px 20px !important; }
  body#body.product-page-layout .body.content {
    padding: 0 !important; }
  .product-wrapper {
    padding: 0 15px !important; }
  .comparison-table-wrapper-cust p {
    font-size: 32px;
    text-align: center;
    line-height: 38px; }
  .certifications p strong, div#eapps-faq-1 .eui-widget-title.es-widget-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px !important;
    padding-bottom: 20px; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-text {
    font-size: 19px;
    line-height: 24px; }
  .eapps-faq-template-bg .eapps-faq-content-category-item .eapps-faq-content-category-item-answer-text {
    font-size: 16px;
    line-height: 24px; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-active .eapps-faq-content-category-item-answer {
    pointer-events: initial;
    padding: 0 10px 27px 10px !important; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question {
    padding: 12px 10px !important; }
  .sd-spacer-75df24b5-c8e4-4acb-bf1d-354f394b7d52 {
    height: auto; }
  .sd-spacer-3ab6de84-1d82-4beb-9b1a-3bc4c157a641 {
    height: 20px !important; }
  .eapp-logo-showcase-slider-container.jsx-1753332428 {
    padding: 0 0 !important; }
  section.certifications {
    padding-bottom: 0px; }
  .right-info.productView-info {
    margin-top: 0; }
  body .eapps-pricing-table-layout-table .eapps-pricing-table-column {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important; }
  .eapps-pricing-table-column-features-item-inner {
    padding: 20px 20px !important; }
  .eapps-pricing-table-column-features-item span {
    font-size: 14px !important;
    line-height: 20px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
    font-size: 22px !important;
    padding-bottom: 9px !important; }
  .eapps-pricing-table-column-2.eapps-pricing-table-column.eapps-pricing-table-column-featured.eapps-pricing-table-column-border-radius-16 {
    max-width: 100% !important;
    width: 100%;
    min-width: 100%; }
  body.product-page-layout ul.stats-content li:first-child {
    width: 50%; }
  body.product-page-layout ul.stats-content {
    display: inline-block !important; }
  section.productView-details {
    margin-bottom: 0 !important; }
  .comparison-table-wrapper-cust p {
    margin-bottom: 0 !important; }
  .comparison-table-wrapper-cust .eapps-pricing-table-column-title-container {
    font-size: 24px !important; }
  .eapps-pricing-table-column-features-item {
    height: 90px !important; }
  .related.products-container h2.container-header {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px; }
  .related.products-container .card-body {
    padding: 0 !important; }
  .related.products-container .qty-wrapper a.button.add-to-cart span {
    font-size: 12px; }
  .related.products-container .qty-wrapper a.button.add-to-cart {
    height: 34px !important; }
  body.main.twelve-eighty .productGrid .product {
    margin-right: 0rem !important; }
  .related.products-container {
    padding: 20px 12px; }
  .productCarousel button.slick-prev.slick-arrow {
    right: 0px !important; }
  .productCarousel .slick-prev {
    left: 0; }
  .productCarousel .slick-prev:before, .productCarousel .slick-next:before {
    width: 20px !important;
    height: 20px !important;
    z-index: 1;
    opacity: 1;
    position: absolute; }
  section.productCarousel.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-text {
    padding-right: 0px !important;
    width: 80%; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon {
    right: 10px !important;
    background: #EAEBED !important;
    opacity: 1;
    border-radius: 10px;
    top: 21% !important; }
  div#eapps-pricing-table-1 {
    padding: 0px 17px; }
  .eapps-pricing-table-column-features-item span strong {
    display: inline-block;
    width: 100%; }
  .comparison-table-wrapper-cust p {
    padding: 0 0px; }
  .eapps-pricing-table-column-3.eapps-pricing-table-column .eapps-pricing-table-column-title .eapps-pricing-table-column-title-text {
    font-family: Lato;
    font-size: 24px !important;
    padding-bottom: 0 !important; } }

@media (max-width: 600px) {
  .eapps-pricing-table-column-2.eapps-pricing-table-column.eapps-pricing-table-column-featured.eapps-pricing-table-column-border-radius-16 {
    width: 80% !important;
    max-width: 80% !important;
    min-width: 80% !important; }
  body .eapps-pricing-table-layout-table .eapps-pricing-table-column {
    max-width: 80% !important;
    min-width: 80% !important;
    width: 80% !important; } }

@media (min-width: 601px) and (max-width: 767px) {
  .eapps-pricing-table-column-features-item span {
    font-size: 11px !important;
    line-height: 16px; }
  .eapps-pricing-table-column-title-container.eapps-pricing-table-column-item {
    padding: 13.4px 0 !important; }
  body .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
    padding: 13.2px !important;
    height: auto !important; }
  .eapps-pricing-table-column-title-container.eapps-pricing-table-column-item.eapps-pricing-table-column-item-with-background {
    padding: 19px 0 !important; }
  body .eapps-pricing-table-layout-table .eapps-pricing-table-column {
    max-width: 33% !important;
    min-width: 33% !important;
    width: 33% !important; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
    font-size: 18px !important; }
  .eapps-pricing-table-column-3.eapps-pricing-table-column .eapps-pricing-table-column-title .eapps-pricing-table-column-title-text {
    font-family: Lato;
    font-size: 24px !important; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div {
    font-size: 18px;
    gap: 10px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div svg {
    width: 25px;
    height: 25px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div strong {
    width: 110px;
    text-align: left;
    line-height: 20px; } }

@media (max-width: 800px) {
  label.switchTogBtn.active p.TogBtn-exVat {
    color: #060B1E; }
  .top-menu.store-credit-hidden .right.account-links {
    display: none; }
  .top-menu.fixed .right.account-links {
    opacity: 1;
    display: none !important; }
  div#HeaderWithoutStick {
    margin-top: 35px !important;
    margin-bottom: 10px; }
  label.switchTogBtn {
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 7px;
    align-items: center; }
  span.cart-item-label, .cart-item-label, .cart-item-label, label.form-label {
    font-size: 14px !important;
    color: #656975 !important;
    margin-bottom: 0;
    font-weight: 600 !important; }
  .darkHeader .right.account-links.mobile, .top-menu.store-credit-hidden.fixed + div + div .right.account-links.countPill--positive.mobile {
    margin-top: 10px !important; }
  .top-menu.store-credit-hidden.fixed + div + div {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 9; }
  li.navUser-item.navUser-item--cart.cart-CstmMob {
    margin-right: 10px; }
  html #body.search-only .top-menu.store-credit-hidden.fixed .mobile-menu .right.searchbar {
    margin-top: 80px !important;
    display: none !important; }
  .top-menu.fixed + .below-topMenu + div#HeaderWithoutStick .navPages-quickSearch.right.searchbar {
    background: #1A404D !important;
    margin-top: 85px !important; }
  a.button.button--small.card-figcaption-button.add-to-cart {
    padding: 0 !important; }
  span.navUser-item-cartLabel svg {
    width: 35px !important;
    margin-right: 20px;
    height: 35px !important; }
  .header-logo.header-logo--left {
    display: flex;
    align-items: center; }
  header.header {
    display: flex;
    align-items: center; }
  header.header > ul a.navUser-action.account.search svg {
    padding: 0; }
  .belowheadIcn > ul {
    margin: 0 !important;
    position: relative !important; }
  .belowheadIcn li.navUser-item.navUser-item--cart {
    position: relative !important;
    top: 0px;
    right: 0; }
  header.header > ul {
    width: 55px; }
  li.navUser-item.navUser-item--account {
    padding: 0px !important; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a span.navUser-item-cartLabel {
    display: flex !important;
    display: flex !important;
    align-items: center; }
  li.ContctIcon.myAccnt.mobile {
    position: relative !important;
    right: 0 !important;
    top: 0 !important; }
  header.header > ul a.navUser-action.account.search {
    width: 29px;
    text-align: center;
    padding: 0;
    align-items: center;
    justify-content: center; }
  header.header > ul a.navUser-action.account.search svg {
    width: 27px;
    height: 27px; }
  .right.account-links.mobile {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px; }
  .header-logo > a {
    padding-bottom: 0; }
  a.navUser-action.account.search {
    display: flex;
    align-items: center; }
  header > svg {
    width: 30px;
    height: 30px !important; }
  header.header {
    display: flex;
    align-items: center; }
  li.navUser-item.navUser-item--cart.cart-CstmMob > a {
    padding-left: 0;
    padding-right: 0px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .belowheadIcn > ul {
    margin: 0 !important;
    position: relative !important; }
  .belowheadIcn li.navUser-item.navUser-item--cart {
    position: relative !important;
    top: 0px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  header.header > ul {
    width: 80px;
    gap: 7px; }
  #body .header-container.sticky-header span.navUser-item-cartLabel svg {
    width: 33px !important;
    margin-right: 0px;
    height: 34px !important; }
  li.navUser-item.navUser-item--account {
    padding: 0px !important; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a span.navUser-item-cartLabel {
    display: inline-block !important; }
  li.ContctIcon.myAccnt.mobile {
    position: relative !important;
    right: 0 !important;
    top: 0; }
  header.header > ul a.navUser-action.account.search {
    width: 29px;
    text-align: center;
    padding: 0; }
  header.header > ul a.navUser-action.account.search svg {
    width: 17px;
    height: 17px; }
  .right.account-links.mobile {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px; }
  .header-logo > a {
    padding-bottom: 0; } }

@media only screen and (min-width: 551px) and (max-width: 767px) {
  .listItem-content {
    padding-left: 10px !important;
    padding-right: 0; } }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .product.main.left div#product-images-container {
    padding-right: 50px; }
  .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    margin-top: 16px; } }

@media only screen and (min-width: 820px) and (max-width: 912px) {
  .product.main.left div#product-images-container {
    padding-right: 50px !important; } }

/*responsive tablet*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .geqCwh {
    position: relative;
    width: 15px !important;
    height: 15px !important; }
  .es-rating-value {
    font-size: 15px !important; }
  main#product-listing-container p {
    text-align: center;
    margin-top: 40px; }
  .category .both-grid-list-views .actionBar {
    top: -15px !important; }
  .cart-layout .modal form#CartEditProductFieldsForm .outer-sected-wrapper {
    width: 70%; }
  .page.category-grid ul.navList {
    margin-left: -2px; }
  .page.category-grid .slick-next, .page.category-grid .slick-prev {
    top: 34px;
    width: 30px;
    height: 30px; }
  .page.category-grid .slick-next::before, .page.category-grid .slick-prev::before {
    width: 20px;
    height: 20px; }
  .page.category-grid li.subcategory-item.noImage {
    padding: 3px 2px !important;
    margin-left: 2px; }
  li.subcategory-item span.subcategory-name {
    text-align: center;
    display: block;
    font-size: 12px; }
  h1.page-heading.category {
    margin-bottom: 65px;
    display: inline-block;
    width: 100%; }
  nav.navBar.navBar--sub.navBar--account ul li {
    display: inline-block;
    margin: 0 5px; }
  .navBar--account {
    margin-bottom: 60px; }
  body.account-page a.navBar-action, .navBar--sub .navBar-item {
    font-size: 12px; }
  .product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
    padding-right: 0px;
    margin-top: 30px; }
  #body.product-page-layout .main-image-container button.slick-next, #body.product-page-layout .main-image-container button.slick-prev {
    top: 50%;
    transform: translate(0, -50%); }
  #sd-simple-text-editable-95d83c05-841b-4de6-988c-1f94f43445af p {
    font-size: 28px !important;
    line-height: 40px !important; }
  .shop_by_slider_wrp {
    background: #F7F7F7;
    padding: 20px 20px;
    margin-left: 10px;
    min-height: 480px !important; }
  .home.twelve-eighty.slider-full-width-in-container div[data-content-region=home_below_menu] .es-badge-container {
    flex-direction: row;
    justify-content: flex-start !important;
    display: flex; }
  .home.twelve-eighty.slider-full-width-in-container div[data-content-region=home_below_menu] .es-badge-container .es-badge-sources-container {
    float: left;
    margin-right: 10px; }
  .home.twelve-eighty.slider-full-width-in-container div[data-content-region=home_below_menu] .es-badge-total-reviews {
    float: left;
    margin-top: 10px !important; }
  .home.twelve-eighty.slider-full-width-in-container div[data-content-region=home_below_menu] .es-rating-container {
    float: left; }
  .sd-button-938c53a0-66d7-4e66-8f72-82e0cf9d2498 .buttonLink, .sd-button-938c53a0-66d7-4e66-8f72-82e0cf9d2498 {
    width: 100%; }
  .main.full.home.no-sidenav .shop_inner_slide_wrapper .shop_by_slider_wrp p {
    font-size: 12px;
    min-height: auto;
    line-height: 18px; }
  [data-content-region="home_below_featured_products"] [data-sub-layout="6b6e1a8b-ec4e-4b80-9518-53d604fd122c"] > div {
    width: 100% !important; }
  .sd-button-fda6cd3a-f627-4313-b5bd-d9b25f86ac2d .buttonLink {
    width: 80%; }
  body .es-badge-title {
    font-size: 11px; }
  body .es-badge-total-reviews {
    font-size: 9px; }
  body .es-rating-value {
    font-size: 11px; }
  .es-badge-sources-item.es-trustpilot-icon {
    width: 12px !important;
    height: 12px !important; }
  svg.injected-svg {
    width: 12px; }
  .es-rating-item {
    width: 10px; }
  [data-sub-layout="3797f8d1-3734-47a2-ab42-80bbe787354d"] > div {
    height: 100% !important; }
  [data-sub-layout="3797f8d1-3734-47a2-ab42-80bbe787354d"] > div div {
    height: 100% !important; }
  [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
    padding: 0 20px !important;
    padding-top: 40px !important; }
  [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
    width: 100%; }
  ul#productReviews-list button.slick-arrow {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%; }
  .main.full.home.no-sidenav .shop_inner_slide_wrapper .shop_by_slider_wrp p {
    min-height: 215px !important; }
  .outer-sected-wrapper {
    display: flex;
    width: 88%;
    gap: 10px;
    justify-content: start; }
  .shop_by_category_wrapper button.slick-arrow {
    top: 20%; }
  .shop_by_category_wrapper button.slick-arrow {
    width: 42px;
    height: 62px;
    background: #28262617 !important;
    padding: 0 11px;
    border-radius: 0px !important; }
  [data-content-region="home_below_top_products"] > div > div {
    padding: 40px 30px !important; }
  .productGrid.top-sellers figure.card-figure {
    height: 160px; }
  .top.products-container .productCarousel-slide .card {
    padding: 10px 0px; }
  div#showcase-products .productCarousel-slide.slick-slide {
    padding-right: 0 !important; }
  .productGrid.top-sellers {
    padding: 0 15px; }
  div#showcase-products .slick-arrow {
    top: 50% !important; }
  .productCarousel-slide.slick-slide a {
    display: -webkit-box !important; }
  .top.products-container button.slick-next.slick-arrow {
    right: -28px !important; }
  .shop_by_slider_wrp a.cta {
    width: 100%; }
  .home.slider-in-container [data-sub-layout="f33a7822-c8fc-4a5d-83cb-c6903385b0cc"] {
    padding: 0 14px;
    padding-right: 10px; }
  .page.brands .card-figure img {
    min-height: 140px;
    object-fit: scale-down; }
  main.page.brands ul.brandGrid a {
    min-height: 140px;
    display: flex;
    align-items: center; }
  [data-sub-layout="901e06f7-9a10-49d7-a190-3f97447f0725"] {
    order: 2; }
  body [data-sub-layout-container="95dc97c5-2e46-4d38-97f5-4c06a5d1e576"] {
    padding: 0 20px !important; }
  label.button.button--small.card-figcaption-button.compare {
    padding-top: 0 !important; }
  .main_srction_login_banner .container {
    padding: 30px 17px !important; }
  li.product.show.odd abbr {
    margin-top: 4px; }
  .card-body .card-text abbr, .price-section abbr.active {
    line-height: 22px;
    margin-top: 3px; }
  .home.slider-in-container .css-1csgxr0 > div > div {
    padding-left: 10px !important;
    padding-right: 25px !important; }
  .home.slider-in-container .css-1csgxr0::after {
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    border-bottom: 30px solid #1A404D;
    left: -20px;
    top: -5px;
    transform: rotate(-45deg); }
  .home.slider-in-container .css-1csgxr0::before {
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    border-top: 30px solid #1A404D;
    bottom: -6px;
    right: -20px; }
  .css-1w3ufnn {
    padding: 0 20px !important; }
  .css-15v2lp4 {
    padding: 32px;
    background-color: rgba(0, 0, 0, 0.4); }
  .listItem-details .promo-wrap .ends span {
    font-size: 14px; }
  .eapps-pricing-table-small-padding .eapps-pricing-table-column-features-item-inner {
    padding: 8px 10px !important; }
  .darkHeader .right.account-links.countPill--positive.shift-right {
    display: block !important;
    right: 0; }
  div#previewModal h2.modal-header-title {
    margin-top: 50px; }
  .bulk-discount {
    width: 100%; }
  .shop_by_slider_wrp h2 {
    font-size: 20px; }
  .shop_by_slider_wrp p {
    font-size: 16px;
    line-height: 21px; }
  #body.base-layout ul.productList li.product .listItem-price {
    flex-direction: column;
    align-items: baseline; }
  #body ul.productList li.product .listItem-price .second_one .price-section abbr {
    bottom: 0;
    line-height: 22px; }
  #body.base-layout ul.productList li.product .listItem-price .second_one {
    align-items: end; }
  #body.base-layout ul.productList li.product .listItem-price .second_one .price-section .price {
    font-size: 18px !important; }
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    padding: 0px 15px !important; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"],
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    align-items: self-start; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"],
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    -webkit-box-align: start;
    -ms-flex-align: unset;
    align-items: self-start; }
  .rfm-marquee-container .eapp-logo-showcase-logo-innerInner {
    height: 50px !important; }
  .rfm-marquee-container .eapp-logo-showcase-logo-inner {
    height: 50px !important; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    padding-bottom: 0; }
  .login-page .container.main {
    margin-top: 0;
    padding: 0; }
  .card-body span.price.price--non-sale {
    font-size: 15px !important; }
  .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container {
    position: absolute !important;
    left: 0;
    top: 0; }
  .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    display: inline-block; }
  .Rating__Container-sc-bk54oq-0.izQGGt.es-rating-container.es-badge-rating.BadgeInner__StyledBadgeRating-sc-14tdng1-0.hhxyTb {
    width: auto;
    float: left;
    margin-right: 3px; }
  .eBNQZp {
    font-size: 14px; }
  [data-sub-layout="3794ea40-8895-4eca-aa7a-741c795e01f0"] [data-widget-id="41064bf3-02ad-475d-b7a6-7d6ab920369d"] div#sd-image-41064bf3-02ad-475d-b7a6-7d6ab920369d {
    height: 100% !important;
    padding-bottom: 70%; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding: 20px 15px !important; }
  [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] > div,
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] > div {
    width: 350px;
    float: right;
    text-align: left; }
  .product .off p {
    font-size: 12px;
    padding: 0 6px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] {
    align-items: flex-start; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container {
    display: inline-block !important;
    width: 100%;
    position: relative; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container {
    position: absolute; }
  .BadgeTitle__Container-sc-2c7o7c-0.idphsw.es-badge-title.BadgeInner__StyledBadgeTitle-sc-14tdng1-3.ijjGIz {
    padding-left: 30px;
    text-align: left; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-layout-sidebar-inner {
    padding-top: 20px; }
  [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] > div,
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] > div {
    width: 350px;
    float: right;
    text-align: left; }
  body figure.listItem-figure {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 30%; }
  body div#checkout-app h3.cart-title {
    font-size: 20px !important; }
  .shop_by_category_wrapper button.slick-prev.slick-arrow {
    left: 0px; }
  .shop_by_category_wrapper button.slick-next.slick-arrow {
    right: 0px; }
  .shop_by_category_wrapper {
    padding: 0 16px; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding-top: 30px;
    padding-bottom: 30px; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#sd-simple-text-editable-714ce1dd-ed11-46c8-9473-b3a60f87ad90 p {
    font-size: 32px !important;
    line-height: 35px !important; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] p {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left; }
  body [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#buttonLink a {
    font-size: 18px !important;
    padding: 0 !important;
    text-align: center;
    line-height: 50px !important;
    height: 50px !important;
    min-height: 50px !important; }
  .right-info.productView-info .msrp-sale-regular-price-section.withTax {
    height: auto !important;
    display: inline; }
  .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    padding: 0 !important;
    line-height: 0 !important; }
  .right-info.productView-info .msrp-sale-regular-price-section {
    height: auto !important; }
  .right-info.productView-info .msrp-sale-regular-price-section .price-section.price-section--withoutTax.non-sale-price.non-sale-price--withoutTax.price-section--minor {
    padding: 0 !important; }
  div#product-reviews .slick-list.draggable {
    margin-left: -14px; }
  div#product-reviews .productReview {
    margin-left: 13px; }
  .productCarousel-slide article.card-title-three-lines h2.card-title a, article.card-title-three-lines h2.card-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
    min-height: auto; }
  .card-body .m2-wrap, .m2-wrap {
    font-size: 14px !important;
    line-height: 40px !important;
    margin-top: -4px; }
  .card-body .second_one {
    width: 100%;
    padding: 2px 0;
    gap: 4px; }
  .card-body .m2-wrap, .m2-wrap {
    font-size: 12px !important; }
  .modal--large {
    border-radius: 10px;
    width: 95% !important;
    max-width: 100% !important; }
  body .top-menu.store-credit-hidden.fixed + div + div#HeaderWithoutStick {
    margin-top: 0 !important; }
  .brand.main .both-grid-list-views form.both-grid-default ul.productGrid {
    top: 20px;
    position: relative; }
  .promo-wrap .ends {
    position: absolute;
    right: 0;
    top: 0px; }
  .brand article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
    min-height: 235px; }
  .fixed-cta .title-wrapper {
    width: 50%; }
  .fixed-cta .btn-wrapper {
    width: 56%; }
  .fixed-cta .title-wrapper .product-title {
    width: 100%; }
  .fixed-cta .title-wrapper h1.productView-title {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #1A404D !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    width: 100%;
    font-size: 18px !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    width: 98%;
    font-size: 14px !important;
    margin-top: 0;
    padding: 0 !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p {
    width: auto;
    font-size: 14px !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain {
    width: auto; }
  body .fixed-cta div#add-to-cart-wrapper .form-increment button {
    width: 40px; }
  .fixed-cta div#add-to-cart-wrapper {
    display: flex !important;
    align-items: center; }
  .fixed-cta div#add-to-cart-wrapper .form-field.form-field--increments {
    width: auto !important;
    display: inline-block !important; }
  .inner-fixed-cta {
    gap: 10px; }
  .fixed-cta .btn-wrapper form.form {
    margin-bottom: 0; }
  .productView-details {
    padding: 0 5px;
    padding-left: 0px; }
  .eapp-logo-showcase-logo-component.jsx-76715567 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  ul.productList li.product a.button.button--small.card-figcaption-button.add-to-cart span {
    font-size: 14px; }
  ul.productList li.product a.button.button--small.card-figcaption-button.add-to-cart {
    width: 113px !important; }
  ul.stats-content li {
    width: 16%; }
  .stats-section > div span {
    width: 37%; }
  body.main.twelve-eighty #product-listing-container ul.productGrid figure.card-figure {
    padding: 4px !important; }
  .special-discounts ul {
    padding: 0 6px; }
  .special-discounts li.product {
    width: 25%; }
  .special-discounts .card-body {
    min-height: 280px; }
  .special-discounts ul li.product {
    margin: 5px !important; }
  body.main.twelve-eighty figure.card-figure {
    padding: 5px !important;
    padding-bottom: 0 !important; }
  article.card .card-body .card-text.add-to-cart-button {
    position: absolute !important;
    bottom: 5px;
    width: 100%;
    left: 0;
    padding: 0 5px; }
  .contact-page-content .right-content ul li p, .contact-page-content .right-content ul li a {
    margin: 0;
    width: 80%;
    font-size: 18px !important; }
  .contact-page-content {
    gap: 16px; }
  .contact-page-content .left-content {
    width: 100%;
    padding: 30px 20px; }
  div#contact-page-container {
    padding-top: 10px; }
  .contact-page-content input.button.button--primary {
    width: 100%; }
  .contact-page-content .right-content h3 {
    width: 100%; }
  .contact-page-content .right-content {
    width: 48%; }
  .contact-page-content .right-content h3 {
    font-size: 33px;
    line-height: 37px;
    margin-bottom: 0px !important; }
  .contact-page-content .left-content label.form-label {
    width: 100%; }
  .contact-page-content .right-content p {
    margin-top: 4px; }
  main.page.content .contact-page-content .left-content h1.page-heading {
    font-size: 40px; }
  .img-banner-account .page-width {
    flex-direction: column;
    padding: 0 0px; }
  .all-account-data {
    padding: 21px 20px;
    width: 95%;
    max-width: 100% !important;
    order: 2;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px; }
  .all-account-data .form-actions input.button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important; }
  .img-banner-account .right-image {
    display: block;
    width: 100%;
    order: 1; }
  .all-account-data h1.page-heading {
    margin-bottom: 20px !important;
    padding-bottom: 14px; }
  .ends svg {
    position: relative;
    top: 3px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: auto;
    padding: 10px !important; }
  div#showcase-products figure.card-figure img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  .zn-button a {
    width: 165px; }
  div#znid-464445387205 .zn-row .zn-column img.zn-primary-image.zn-nodrag {
    height: 140px;
    width: 100%; }
  .zn-product h3.zn-product-title a {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px; }
  .zn-element.zn-lg .zn-row {
    display: flex;
    gap: 9px;
    row-gap: 0px;
    justify-content: space-between; }
  html .cart-layout label.form-label.form-label--alternate.form-label--inlineSmall {
    width: 100%; }
  html .cart-layout [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall p {
    font-size: 15px; }
  html .cart-layout .modal-body [data-product-attribute=date] label.form-label.form-label--alternate.form-label--inlineSmall select {
    width: 162px !important; }
  div#search-action-buttons {
    padding: 0px; }
  .right.account-links.mobile {
    width: 100%;
    display: block !important;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px; }
  .right.account-links.mobile label.switchTogBtn {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    color: #1A404D;
    line-height: 19.2px;
    text-align: left;
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 7px;
    align-items: center; }
  .top-menu.fixed + .below-topMenu + div#HeaderWithoutStick .navPages-quickSearch.right.searchbar {
    background: #fff !important; }
  #body.search-only div#menu.mobile-menu {
    display: block !important;
    background: #ffffff !important;
    margin-top: 100% !important; }
  #body.search-only div#menu.mobile-menu nav.navPages {
    display: block !important;
    height: auto !important; }
  #body.search-only div#menu.mobile-menu nav.navPages ul.navPages-list {
    display: none; }
  #body.search-only div#menu.mobile-menu nav.navPages .navPages-quickSearch.right.searchbar {
    display: block;
    margin-top: 105px !important;
    left: 0px; }
  #body.search-only div#menu.mobile-menu nav.navPages .navPages-quickSearch.right.searchbar form.form {
    width: 100% !important; }
  .navPages-quickSearch.right.searchbar {
    display: none; }
  .toggle-active.has-activeNavPages nav.navPages {
    display: block !important; }
  .mobile-menu.navPages-container {
    height: auto !important; }
  nav.navPages {
    display: none; }
  #body.search-only div#menu.mobile-menu {
    display: none !important; }
  #body header.header.is-open.search-only div#menu {
    display: block !important;
    top: 100% !important;
    width: 100%; }
  #body header.header.is-open.search-only div#menu .navPages-quickSearch.right.searchbar {
    display: block !important;
    background: #ffffff !important;
    margin-top: 70px !important; }
  #body header.header.is-open.search-only div#menu nav.navPages {
    display: block !important;
    position: absolute;
    width: 100%; }
  #body header.header.is-open.search-only div#menu nav.navPages form.form {
    width: 100% !important; }
  .top-menu.store-credit-hidden.fixed {
    position: fixed !important;
    top: 0; }
  .top-menu.store-credit-hidden.fixed + div#HeaderWithoutStick {
    position: fixed; }
  .card-body .card-text {
    /* display: flex; */
    align-items: baseline;
    gap: 10px; }
  .account .card-body.purchase-ability.withoutTax {
    min-height: 229px !important; }
  .card-body .card-text span.price.price--non-sale {
    top: 0px;
    position: relative; }
  .card-body .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    padding-right: 0 !important; }
  .card-body .price-section.price-section--withTax.current-price.regular-price.cstmWithTax.active {
    min-height: auto !important; }
  .card-body span.price.price--withTax {
    line-height: 20px !important; }
  #side-categories li.navPage-subMenu-item-child a input[type="checkbox"] {
    margin-right: 8px !important;
    opacity: 0;
    border-radius: 3px !important; }
  #side-categories div.categories li.navPage-subMenu-item-child a::after {
    content: "";
    width: 14px !important;
    height: 14px !important;
    top: 4px !important; }
  #body.main section#quickSearch.quickSearchResults article.card figure.card-figure {
    min-height: 53.05px !important; }
  fieldset.form-fieldset.actionBar-section .form-field {
    width: 262px;
    float: right;
    display: flex;
    align-items: center; }
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    padding: 0 25px !important; }
  div#sd-simple-text-editable-d4dcbc8e-986f-4f74-b0c2-dc318b6a502f p,
  [data-widget-id="e19c0014-9e98-4c64-a512-659287a0b1fd"] p,
  .main-section-below p {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 0; }
  .login-page .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  [data-sub-layout=e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c] ul li {
    font-size: 15px;
    line-height: 24px; }
  .BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    font-size: 14px; }
  [data-sub-layout=e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c] div#buttonLink a, .new-customer div#buttonLink a {
    height: 50px !important;
    font-size: 18px !important; }
  .card-body span.price {
    font-size: 15px !important; }
  body.main.twelve-eighty .productGrid .product {
    margin-right: 0rem !important;
    padding-left: 0px !important;
    margin-bottom: 0; }
  .slick-prev,
  .slick-next {
    top: 30%;
    transform: translate(0, -30%); }
  .related.products-container {
    padding: 20px 4px; }
  ul.productGrid.productGrid--maxCol.related .card-body {
    padding: 0 !important;
    min-height: 240px !important; }
  .main-image-container {
    max-width: 100%;
    margin: auto;
    width: 100%; }
  #body.product-page-layout .main-image-container button.slick-next {
    left: initial !important;
    right: 5px !important; }
  fieldset.form-fieldset.actionBar-section .form-field {
    flex-direction: row; }
  .page.category-grid .right-section, body.brand-layout .container.main .brand.main, .search.category.main.top-pagination-hidden.product-filtering-enabled {
    padding-left: 10px !important;
    width: 71% !important; }
  figure.card-figure, body.main.twelve-eighty #product-listing-container ul.productGrid figure.card-figure {
    padding-bottom: 0 !important; }
  p.most-popular {
    font-size: 12px !important;
    width: 110px; }
  .productGrid .product .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    line-height: 20px;
    padding-right: 0px !important;
    display: inline-block;
    top: 0; }
  .productGrid .product .price-section.price-section--withoutTax.current-price.sale-price {
    padding-left: 0px !important;
    min-height: auto !important; }
  .productGrid .product .msrp-sale-regular-price-section.withTax {
    height: auto !important; }
  .category article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax, .category article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
    min-height: 234px !important; }
  .card-text.add-to-cart-button span {
    font-size: 12px;
    line-height: 14px; }
  li.navUser-item.navUser-item--cart.cart-CstmMob {
    margin-right: 10px; }
  #body .header-container.sticky-header span.navUser-item-cartLabel svg {
    width: 35px !important;
    margin-right: 0px;
    height: 37px !important; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"] {
    max-width: 1280px;
    margin: auto;
    padding: 30px 15px !important; }
  .main.full.home.no-sidenav {
    padding: 0 !important; }
  #body.product-page-layout .main-image-container button.slick-next {
    left: initial !important;
    right: -40px !important; }
  #body.product-page-layout .main-image-container button.slick-prev {
    right: initial !important;
    left: -40px !important; }
  label.form-label.form-label--alternate.form-label--inlineSmall {
    width: 540px; }
  .new-customer {
    padding-left: 20px !important; }
  #sd-simple-text-editable-14c61f97-a10c-41b9-a844-87dfc04c39aa p,
  [data-content-region="login_customer_intro"] [data-layout-name="Layout"]:nth-child(2),
  div#sd-simple-text-editable-20ad696d-f863-4a78-85ff-bdc692ebcf9d p {
    font-size: 32px;
    line-height: 30px; }
  .container.main .login h1.page-heading {
    font-size: 32px;
    line-height: 20px;
    margin-bottom: 20px; }
  .container.main .login h1.page-heading::after {
    width: 60px; }
  .container.main .login {
    padding: 40px 20px; }
  .new-customer ul li span, div#sd-simple-text-editable-63c9d376-7496-475b-9622-07dcf4f1ec62 p {
    font-size: 16px;
    line-height: 24px; }
  .category .card-body.purchase-ability.withTax {
    min-height: 160px !important;
    padding-bottom: 0px !important; }
  a.button.button--small.card-figcaption-button.options {
    margin: 0 !important; }
  .category .card-body.purchase-ability.withTax {
    min-height: 165px !important;
    padding-bottom: 0px !important; }
  .eapps-pricing-table-columns-container.eapps-pricing-table-columns-container-1 {
    padding: 0 15px; }
  .product-wrapper {
    padding: 0 15px !important; }
  .eapps-faq-inner {
    padding: 0 15px !important; }
  .LogoShowcase__Component-sc-uwmsvj-0.jPkWoP.eapp-logo-showcase-logo-showcase-component {
    padding: 0 15px !important; }
  #body.product-page-layout .main-image-container button.slick-next {
    left: initial !important;
    right: 20px !important; }
  #body.product-page-layout .main-image-container button.slick-prev {
    left: 20px !important;
    right: initial !important; }
  .product.main.left div#product-images-container {
    padding-left: 0; }
  .card-body span.BrandTitl {
    border: 1px solid #CCCCCC;
    margin: 0px 0 0px 0px; }
  body.main.twelve-eighty div#side-categories {
    width: 205px !important; }
  div#side-categories.sideCategoryList.desktop div.categories {
    display: block !important; }
  #side-categories li .navPages-action {
    font-size: 12px !important; }
  div#side-categories aside#faceted-search-container {
    display: none; }
  #body a.button.button--small.card-figcaption-button {
    margin-left: 4px;
    font-size: 12px !important; }
  .card-text.add-to-cart-button a.button.button--small.card-figcaption-button.options {
    height: 40px !important;
    margin-top: 10px !important; }
  .productGrid .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax span.price {
    font-size: 15px !important; }
  article.card-title-three-lines h2.card-title {
    margin-bottom: 3px !important; }
  span.BrandTitl {
    font-size: 12px; }
  .category .card-body.purchase-ability.withTax {
    min-height: 190px !important; }
  .view-filters-btn.mobile {
    display: none !important; }
  .grid-list-view.toggle {
    top: 0px !important; }
  .category .both-grid-list-views .actionBar {
    margin-top: 0 !important; }
  #product-listing-container ul.productGrid li.product {
    margin-right: 6px !important;
    padding: 0 !important;
    width: 32% !important; }
  body.main.twelve-eighty #product-listing-container ul.productGrid li.product:nth-child(3n) {
    margin-right: 0 !important; }
  #body a.button.button--small.card-figcaption-button {
    padding: 0;
    font-size: small; }
  .page.category-grid .right-section, body.main.twelve-eighty .search.category.main.product-filtering-enabled, body.main.twelve-eighty .brand.main.product-filtering-enabled {
    padding-right: 0; }
  li.product .card a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  .top.products-container.carousel-inactive {
    padding-left: 15px;
    padding-right: 15px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    padding: 0  7px !important;
    padding-left: 15px !important; }
  .css-1yzxlt4::after {
    background-position: 100% 30% !important;
    right: 30px !important; }
  .home.slider-in-container .css-1csgxr0 > div {
    padding: 0;
    min-height: 310px !important;
    height: 310px !important; }
  .home.slider-in-container .css-1csgxr0 {
    height: 260px !important; }
  .css-zv74ld {
    display: block !important; }
  .home.slider-in-container button.css-mwwowe.css-1lllaof {
    right: 280px; }
  button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
    right: -7px !important; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-layout-sidebar-inner {
    margin-top: 0;
    padding-bottom: 20px; }
  [data-widget-id="5cc95b60-eb62-49fd-bc5e-3ac4729b9fe4"] {
    padding-top: 10px; }
  p.best-seller {
    font-size: 12px !important;
    width: 100px; }
  .qty-wrapper input.qty-input {
    width: 30px !important;
    padding: 0;
    height: 40px !important;
    font-size: 14px !important; }
  .qty-wrapper .qty-btn {
    width: 30px !important;
    height: 40px !important;
    font-size: 17px !important; }
  .qty-wrapper a.button.card-figcaption-button.add-to-cart {
    font-size: 12px;
    height: 40px !important;
    line-height: 40px !important; }
  div#showcase-products .product.slick-slide {
    padding-top: 0; }
  div#showcase-products a.button.button--small.card-figcaption-button.options {
    font-size: 13px;
    height: 40px !important; }
  .promo-wrap {
    width: 100%; }
  .css-zv74ld {
    display: block !important; }
  button.css-mwwowe.css-94ci19.bc-carousel__arrow--right {
    right: -7px !important; }
  .promo-wrap .sale-flag-side {
    font-size: 10px;
    padding: 1px 4px !important; }
  .product article.card .card-body .promo-wrap .ends svg {
    width: 12px;
    height: 12px; }
  .card-body {
    padding: 6px 5px !important; }
  div#showcase-products .card-body.purchase-ability.withTax {
    height: 300px !important; }
  .ends {
    gap: 0; }
  div#showcase-products .price-section {
    float: left;
    padding-right: 0 !important;
    padding-left: 0;
    line-height: 30px !important;
    min-height: auto !important; }
  body article.card.msrp-hidden .msrp-sale-regular-price-section {
    height: auto !important; }
  .promo-wrap .ends span {
    font-family: Lato;
    font-size: 8px; }
  .promo-wrap .off p {
    width: auto;
    display: inline-block;
    margin-bottom: 3px !important;
    font-size: 10px;
    padding: 0 3px; }
  p.promo {
    font-family: Lato;
    font-size: 14px; }
  body.main.twelve-eighty .header-container.full-width.full-width header.header {
    display: flex;
    align-items: center; }
  [data-test-id="carousel-title"] {
    font-size: 32px !important;
    line-height: 40px; }
  div#sd-carousel-bcc21120-41c3-4654-902d-e2185dff0632 {
    padding: 0 15px !important; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    padding-left: 15px; }
  [data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p {
    font-size: 35px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout],
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] {
    width: 25% !important;
    max-width: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
    padding: 20px 20px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] p strong,
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] p strong {
    font-size: 24px;
    min-height: 70px;
    line-height: 30px; }
  div#showcase-products .featured.products-container.carousel-inactive {
    max-width: 100%;
    margin: auto;
    padding: 5px 14px; }
  .shop_by_category_wrapper .shop_inner_slide_wrapper {
    max-width: 100%; }
  div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading {
    font-size: 35px; }
  h2.card-title a {
    font-size: 15px;
    line-height: 18px; }
  .price-section.price-section--withoutTax.current-price.regular-price abbr.active, body .card-body .card-text abbr, .price-section abbr.active {
    font-size: 9px !important; }
  [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .WidgetTitle__Header-sc-ruy1gu-2.eEuoxN {
    font-size: 35px; }
  div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .eapp-logo-showcase-logo-component {
    margin: 0 4px; }
  [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .eapp-logo-showcase-logo-caption {
    font-size: 16px !important;
    height: 60px !important;
    margin-top: 0 !important; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"],
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    padding: 0 15px; }
  div#sd-simple-text-editable-5cc95b60-eb62-49fd-bc5e-3ac4729b9fe4 p strong,
  .main.full.home.no-sidenav .featured-products-section [data-widget-id="eaa680c0-726b-4688-810c-5afc49fba7a3"] p {
    font-size: 29px !important;
    line-height: 40px !important; }
  div#sd-simple-text-editable-5cc95b60-eb62-49fd-bc5e-3ac4729b9fe4 p {
    line-height: 20px; }
  [data-content-region="home_below_top_products"] li,
  .main.full.home.no-sidenav .featured-products-section ul li,
  .main.full.home.no-sidenav .featured-products-section ul li {
    font-size: 13px;
    line-height: 21px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container .BadgeTotalReviews__Content-sc-15g78rc-0 {
    font-size: 15px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] div#buttonLink a {
    height: 50px !important;
    line-height: 50px !important; }
  h2.container-header.page-heading {
    font-size: 35px; }
  body.main.home.twelve-eighty ul.productGrid li.product {
    margin-right: 0.6rem !important; }
  .top.products-container.carousel-inactive {
    padding-left: 15px;
    padding-right: 15px; }
  body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: -30px !important; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-review-background-container .es-review-content-text {
    font-size: 18px !important; }
  .global-region.screen-width.above-footer .WidgetTitle__Header-sc-ruy1gu-2.coQfSf {
    font-size: 35px; }
  ul.footer-info-list a {
    padding: 2px 0 !important; }
  footer ul.footer-info-list a, .footer-info-list a, .footer .navPages-action {
    padding: 4px 0 !important;
    font-size: 16px !important; }
  .footer ul.footer-info-list li.navPages-item {
    padding: 0 !important; }
  .container h3.footer-info-heading {
    margin-bottom: 0;
    margin-top: 20px; }
  [data-sub-layout-container="b7044d54-c1e2-4787-b6bc-9ab1f7b1a466"] {
    align-items: center;
    justify-content: center; }
  div#sd-simple-text-editable-96f07bdf-915b-44ef-bf9f-1704062447ee p {
    font-size: 12px; }
  .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    position: relative;
    left: 0;
    width: 100% !important;
    margin-top: 0;
    color: #656975;
    font-size: 22px; }
  .product.main.left div#product-images-container {
    width: 100% !important;
    float: unset !important; }
  .recommended-visibility .recommended-position.below section.productView-details {
    width: 100% !important;
    float: unset !important; }
  .first-info p {
    font-size: 16px !important; }
  div#ProVis {
    width: auto;
    float: right; }
  .first-info {
    padding: 16px 14px 16px 14px; }
  .productView-description .tabs-contents p {
    margin-bottom: 0; }
  article.productView-description .tabs-contents div.tab-content {
    padding: 0; }
  div#tab-techinaldownloads {
    text-align: center; }
  .forOnePro section.productView-details {
    padding-left: 0 !important; }
  .productView-description ul.tabs li.tab a {
    font-size: 13px; }
  .productView-description ul.tabs li.tab {
    width: auto;
    padding: 0 7px;
    background: 0 0;
    border: none; }
  article.productView-description button.custom-btn {
    background: #1A404D;
    color: #fff;
    height: 58px;
    margin: 0 5px;
    padding: 0 30px;
    border-radius: 2px;
    font-size: 18px;
    font-family: Lato;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    width: 60%;
    margin: 10px auto 0;
    float: none; }
  span.countPill.countPill--positive.cart-quantity {
    right: -5px;
    left: auto;
    background: #1A404D;
    width: auto;
    color: #fff;
    height: 26px;
    top: -3px !important;
    padding-top: 1px;
    font-size: 10px;
    padding: 0 8px; }
  header.header > ul {
    align-items: center; }
  header.header {
    padding-top: 22px !important; }
  .header-logo > a {
    padding-top: 0; }
  a.navUser-action {
    padding-left: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 30px;
    width: 17px; }
  li.navUser-item.navUser-item--cart {
    width: 100%;
    text-align: left;
    margin-top: 38px; }
  .belowheadIcn > ul {
    padding: 0 !important;
    width: 100px !important; }
  header.header > ul {
    margin: 0 !important; }
  li.ContctIcon.myAccnt.mobile {
    position: absolute;
    top: 34px;
    right: 60px; }
  a.mobileMenu-toggle {
    position: relative !important;
    top: 0 !important;
    padding: 0 !important;
    width: 30px !important; }
  a.navUser-action.account.search {
    margin: 0; }
  body.main.twelve-eighty .header-container.full-width.full-width header.header {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  span.navUser-item-cartLabel {
    display: flex !important;
    align-items: center; }
  ul.stats-content li {
    display: flex;
    width: 25%;
    gap: 7px; }
  ul.stats-content {
    width: 100%;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  #body.main.home .home-below-hero {
    padding: 0; }
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] div:last-child p,
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:last-child p {
    font-size: 16px;
    line-height: 21px;
    color: #1A404D; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    width: 100%; }
  ul.stats-content li span {
    margin-top: 0px !important;
    display: inline-block;
    width: 100%;
    font-size: 11px !important;
    line-height: 14px; }
  ul.stats-content li p {
    font-size: 18px;
    line-height: 27px; }
  a.account svg {
    padding-top: 0; }
  .Content__WidgetContainer-sc-3sh3bs-2.fqfUCf, .main-newsletter {
    background: #FFFFFF;
    max-width: 700px !important;
    width: 100%; }
  div#showcase-products .slick-next {
    right: -18px; }
  div#showcase-products .slick-prev {
    left: -18px; }
  #body.main.home .home-below-hero {
    padding-left: 0px;
    padding-right: 0px; }
  .eapps-pricing-table-layout-table .eapps-pricing-table-column {
    width: 33% !important;
    max-width: 33% !important;
    min-width: 33% !important; }
  .eapps-pricing-table-columns-container.eapps-pricing-table-columns-container-1 {
    width: 100%; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
    font-size: 22px !important;
    padding-bottom: 9px !important; }
  body .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .eapps-pricing-table-column-3.eapps-pricing-table-column .eapps-pricing-table-column-title .eapps-pricing-table-column-title-text {
    font-size: 24px !important; }
  .eapps-pricing-table-column-features-item {
    font-size: 14px !important; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div {
    font-size: 20px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div strong {
    width: 80%;
    text-align: left; }
  .product-page-layout .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  .comparison-table-wrapper-cust p {
    font-size: 40px;
    text-align: center; }
  .certifications p strong, div#eapps-faq-1 .eui-widget-title.es-widget-title {
    font-size: 40px; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: 0 !important; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
    left: 0 !important; }
  .es-review-layout-classic.es-trustpilot-review > div {
    padding: 0 50px; }
  .es-review-content-title {
    font-size: 14px !important;
    line-height: 20px; }
  .es-review-content-text {
    font-size: 16px;
    line-height: 20px; }
  .related.products-container .qty-wrapper a.button.add-to-cart {
    height: 40px !important; }
  .productCarousel .slick-prev:before, .productCarousel .slick-next:before {
    width: 20px !important;
    height: 20px !important; }
  .productCarousel button.slick-next.slick-arrow, .productCarousel button.slick-prev.slick-arrow {
    width: 30px !important;
    height: 30px !important; }
  .productCarousel button.slick-prev.slick-arrow {
    left: 8px; }
  .product-wrapper .forOnePro .productView-title {
    font-size: 25px; } }

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .page.brands .card-title > a {
    font-size: 16px;
    text-align: center;
    margin-top: 0; }
  body [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
    padding: 0 20px; }
  body [data-sub-layout-container="95dc97c5-2e46-4d38-97f5-4c06a5d1e576"] {
    padding: 0px 15px !important; }
  div#product-reviews .slick-list.draggable {
    margin-left: -17px; }
  div#product-reviews {
    max-width: 1280px;
    margin: auto;
    padding: 0px 21px;
    width: 100%; }
  .main.full.home.no-sidenav .shop_inner_slide_wrapper .shop_by_slider_wrp p {
    min-height: 355px;
    font-size: 18px !important;
    line-height: 30px !important; }
  .shop_by_slider_wrp {
    min-height: 670px !important; }
  body .forOnePro section.productView-details select[id^="attribute_select_"] {
    width: 348px !important; }
  .modal-body.quickView .productView-options .bulk-discount {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  body .forOnePro #add-to-cart-wrapper .form-field .tooltip-date::after {
    bottom: -9px;
    left: 143px;
    z-index: -5; }
  div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall, div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall p {
    font-size: 13px !important; }
  .shop_by_category_wrapper button.slick-arrow {
    top: 35%; }
  body [data-sub-layout-container="95dc97c5-2e46-4d38-97f5-4c06a5d1e576"] {
    padding: 0px 15px !important;
    margin: auto;
    width: 100%; }
  [data-content-region="home_below_top_products"] > div > div {
    padding: 40px 30px !important; }
  .productCarousel-slide.slick-slide a {
    display: -webkit-box !important; }
  .page.brands .card-figure img {
    min-height: 140px;
    object-fit: scale-down; }
  main.page.brands ul.brandGrid a {
    min-height: 140px;
    display: flex;
    align-items: center; }
  .trade-account-cta p {
    font-size: 15px !important; }
  [data-sub-layout="901e06f7-9a10-49d7-a190-3f97447f0725"] {
    order: 2; }
  [data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"] {
    padding: 0 20px !important; }
  .trade-account-cta p {
    font-size: 14px; }
  .main_srction_login_banner .container {
    padding: 30px 17px !important; }
  a.btn.custom-btn {
    margin: 0 1px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 13px;
    font-family: Lato;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 4px;
    text-decoration: none; }
  div#add-to-cart-wrapper label.form-label.form-label--alternate {
    font-size: 16px !important; }
  .listItem-details .promo-wrap .ends span {
    font-size: 14px; }
  .previewCartCheckout .button {
    font-size: 13px; }
  .product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p {
    font-size: 17px !important; }
  [data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] p {
    font-size: 15px; }
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] {
    padding: 0px 11px !important; }
  section.productView-details.product-options.ready .tooltip-delivery-quantity .input-group {
    gap: 5px;
    justify-content: space-between; }
  div#bulk-discount {
    gap: 5px !important;
    justify-content: center; }
  div#bulk-discount svg {
    margin-left: 2px !important; }
  .previewCart .productView {
    width: 73%; }
  .right-info .regular-price .off p {
    margin: 0;
    text-align: center;
    padding: 0 5px; }
  div#bulk-discount {
    align-items: center;
    justify-content: center; }
  .productView-details {
    padding: 0 5px;
    padding-left: 26px; }
  #body .previewCartCheckout {
    width: 27%;
    padding: 0 !important; }
  .productView-title {
    font-size: 23px;
    line-height: 29px; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding: 20px 15px !important; }
  .right.account-links.shift-right {
    position: relative;
    right: 10px !important; }
  .shop_by_slider_wrp h2 {
    font-size: 24px; }
  [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] > div,
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] > div {
    width: 480px;
    float: right;
    text-align: left; }
  .BadgeTitle__Container-sc-2c7o7c-0.idphsw.es-badge-title.BadgeInner__StyledBadgeTitle-sc-14tdng1-3.ijjGIz {
    font-size: 10px; }
  .RatingValue__Container-sc-fl6036-0.eBNQZp.es-rating-value {
    font-size: 10px; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] div#sd-simple-text-editable-714ce1dd-ed11-46c8-9473-b3a60f87ad90 p {
    font-size: 48px;
    line-height: 56.8px;
    max-width: 100%; }
  div#checkout-app .layout-main {
    padding-right: 0;
    width: 50%; }
  body div#checkout-app h3.cart-title {
    font-size: 22px !important; }
  #checkout-app aside.layout-cart {
    width: 460px;
    padding-right: 0;
    padding-left: 40px; }
  div#checkout-app h3.cart-title {
    font-size: 22px !important; }
  .shop_by_category_wrapper button.slick-prev.slick-arrow {
    left: 0px; }
  .shop_by_category_wrapper button.slick-next.slick-arrow {
    right: 0px; }
  .shop_by_category_wrapper {
    padding: 0 16px; }
  .eapps-pricing-table-column-2.eapps-pricing-table-column.eapps-pricing-table-column-featured.eapps-pricing-table-column-border-radius-16 {
    width: 30% !important;
    max-width: 30% !important;
    min-width: 30% !important; }
  .bulk-discount {
    width: 100%;
    padding: 15px 3px !important; }
  .bulk-discount span {
    font-size: 15px; }
  body.main .product.main.left.product-page-with-sidenav.full-width .productView .product-wrapper {
    padding: 0 10px; }
  .sd-simple-text-e9378f96-7ade-48b1-8534-cfcf30b90f5b a {
    font-size: 15px; }
  .productCarousel-slide article.card-title-three-lines h2.card-title a, article.card-title-three-lines h2.card-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
    min-height: auto; }
  .product-wrapper .forOnePro .productView-title {
    font-size: 25px; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p, .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart span.TotalCountPrice, .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    font-size: 15px !important; }
  .modal--large {
    border-radius: 10px;
    width: 95% !important;
    max-width: 100% !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    font-size: 15px !important;
    width: 100%;
    width: 296px;
    padding: 0 12px !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p {
    font-size: 15px !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart span.TotalCountPrice {
    width: auto; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain {
    width: auto; }
  .fixed-cta .title-wrapper {
    width: 53%; }
  .fixed-cta .btn-wrapper {
    width: 46%; }
  li.myAccnt.desktop a.navUser-action {
    width: 40px; }
  .main.search-layout div#side-categories {
    margin-left: 0 !important; }
  .search.category.main.top-pagination-hidden.product-filtering-enabled {
    padding-right: 10px; }
  .search.category.main.top-pagination-hidden.product-filtering-enabled li.product {
    margin-right: 0.5rem !important; }
  .search.category.main.top-pagination-hidden.product-filtering-enabled li.product .card-body {
    min-height: 260px !important; }
  .main.search-layout .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  .login-page .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  div#recommended-products-below {
    display: inline-block;
    padding: 40px 0px;
    width: 100%;
    padding-bottom: 0; }
  .special-discounts ul li.product {
    margin: 5px !important; }
  #side-categories div.categories li.navPage-subMenu-item-child a::after {
    content: "";
    width: 17px;
    height: 17px;
    top: 4px; }
  #side-categories li .navPages-action {
    font-size: 15px !important; }
  .footer-payment-icons {
    TEXT-ALIGN: CENTER; }
  .zn-button a {
    width: 165px; }
  section.productView-details.product-options.ready select.form-select.form-select--date {
    width: 78px !important;
    font-size: 12px; }
  .modal-body.quickView .bulk-discount {
    padding: 15px 2px !important;
    border-radius: 5px !important;
    display: flex;
    width: 100%;
    align-items: center; }
  .modal-body.quickView {
    padding-left: 0;
    padding-right: 0; }
  .card-body span.price {
    font-size: 15px !important; }
  .card-body .m2-wrap, .m2-wrap {
    font-size: 12px !important; }
  fieldset.form-fieldset.actionBar-section .form-field {
    display: flex;
    flex-direction: row; }
  main#product-listing-container p, .promo-wrap .sale-flag-side {
    font-size: 14px;
    padding: 2px 5px !important; }
  .promo-wrap .off p {
    font-size: 11px; }
  .ends svg {
    position: relative;
    top: 7px;
    width: 14px; }
  .promo-wrap .ends span {
    font-size: 11px; }
  [data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"] {
    max-width: 1280px;
    padding: 0px 20px !important;
    margin: auto;
    width: 100%; }
  .css-1w3ufnn {
    padding: 0 20px !important; }
  .home.slider-in-container button.css-mwwowe.css-1lllaof {
    right: 390px;
    left: inherit !important; }
  .css-94ci19 {
    right: -10px !important; }
  main.page-content.main-cart .right-wrap p::before {
    width: 80%; }
  .main.full.home.no-sidenav {
    padding: 0 !important; }
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"] {
    max-width: 1280px;
    margin: auto;
    padding: 30px 15px !important; }
  main.page-content.main-cart .cart-item-info {
    font-size: 14px;
    line-height: 18px;
    padding: 0 3px;
    width: 11%; }
  main.page-content.main-cart .right-wrap p, main.page-content.main-cart .left-wrap p {
    font-size: 15px; }
  main.page-content.main-cart h2.cart-item-name a {
    font-size: 16px;
    line-height: 22px; }
  strong.cart-item-value {
    font-size: 18px; }
  .form-increment {
    display: flex !important; }
  .form-input--incrementTotal {
    height: 34px; }
  .cart-page-wrapper {
    padding: 0 17px; }
  body.main.cart-layout .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  .cart-actions.checkoutBtn, .main-cart .safe_and_secure_wrapper {
    width: 57.66667% !important; }
  .safe_and_secure_wrapper ul .payment-cust-wrapper svg {
    width: 26px; }
  span.price {
    font-size: 20px !important; }
  .special-discounts .card-body {
    min-height: 280px; }
  td.cart-item-block.cart-item-title {
    padding: 0 7px; }
  .qty-wrapper a.button.card-figcaption-button.add-to-cart span {
    color: #1A404D !important;
    font-size: 13px; }
  .belowheadIcn > ul {
    float: right; }
  body .category ul.productGrid--maxCol4 .productGrid .product {
    width: 32%; }
  a.navUser-action.login {
    width: 30px; }
  .right-info .regular-price .m2-wrap {
    font-size: 15px;
    margin-top: 12px; }
  .right-info span.price {
    font-size: 20px !important; }
  .right-info .regular-price .off {
    font-size: 14px !important; }
  span.TotalPricexvats {
    font-size: 18px !important; }
  .right-info .regular-price span.TotalPricexvats span {
    margin: 0; }
  .forOnePro .productView-details .price-section.current-price span {
    font-size: 25px !important;
    margin-left: 0px !important; }
  .main-image-container .productImageSlider {
    padding: 0 10px !important; }
  .product-page-layout .recommended-visibility .recommended-position.below section.productView-details {
    padding-right: 0px; }
  .product.main.left div#product-images-container {
    padding-right: 30px;
    padding-left: 30px; }
  .main-nav-container ul.top-level-pages {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px; }
  ul.productGrid--maxCol4 .productGrid .product {
    width: 32%; }
  fieldset.form-fieldset.actionBar-section .form-field {
    display: flex;
    flex-direction: row; }
  .page.category-grid .right-section, body.main.twelve-eighty .search.category.main.product-filtering-enabled, body.main.twelve-eighty .brand.main.product-filtering-enabled {
    width: 75%;
    float: right;
    padding-right: 0; }
  body.main.twelve-eighty div#side-categories {
    width: 242px !important;
    margin-left: 0; }
  #body .main-nav-container.with-categories div#menu {
    padding: 0 15px; }
  p.promo {
    font-family: Lato;
    font-size: 14px; }
  body.main.twelve-eighty .header-container.full-width.full-width header.header {
    display: flex;
    align-items: center; }
  [data-test-id="carousel-title"] {
    font-size: 40px !important;
    line-height: 40px; }
  div#sd-carousel-bcc21120-41c3-4654-902d-e2185dff0632 {
    padding: 0 15px !important; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    padding-left: 15px; }
  [data-sub-layout-container="e34733d7-23e4-4d89-82bc-fcde259cffa8"] p {
    font-size: 35px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout],
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] {
    width: 25% !important;
    max-width: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
    padding: 20px 20px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] p strong,
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] p strong {
    font-size: 24px;
    min-height: 70px;
    line-height: 30px; }
  div#showcase-products .featured.products-container.carousel-inactive {
    max-width: 100%;
    margin: auto;
    padding: 5px 14px; }
  div#showcase-products .featured.products-container.carousel-inactive h2.container-header.page-heading {
    font-size: 35px; }
  h2.card-title a {
    font-size: 20px;
    line-height: 30px; }
  .price-section span.price {
    font-size: 22px !important; }
  .card-body .m2-wrap, .m2-wrap {
    font-size: 15px !important; }
  .card-body .second_one {
    width: 100%; }
  .price-section.price-section--withoutTax.current-price.regular-price abbr.active {
    font-size: 12px !important; }
  [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .WidgetTitle__Header-sc-ruy1gu-2.eEuoxN {
    font-size: 35px; }
  div#eapps-logo-showcase-0fde7d7a-cae0-4e1e-94a1-e6664700358e .eapp-logo-showcase-logo-component {
    margin: 0 10px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    padding-left: 15px !important;
    padding-right: 6px !important; }
  [data-layout-id="65a0247d-7fe4-476f-b5d3-4361336447a2"] .eapp-logo-showcase-logo-caption {
    font-size: 16px !important;
    height: 60px !important; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] {
    padding: 0 15px; }
  div#sd-simple-text-editable-5cc95b60-eb62-49fd-bc5e-3ac4729b9fe4 p strong,
  .main.full.home.no-sidenav .featured-products-section [data-widget-id="eaa680c0-726b-4688-810c-5afc49fba7a3"] p, .main.full.home.no-sidenav div[data-widget-id] p, [data-content-region="home_below_featured_products"] p {
    font-size: 29px;
    line-height: 35px; }
  div#sd-simple-text-editable-5cc95b60-eb62-49fd-bc5e-3ac4729b9fe4 p {
    line-height: 20px; }
  [data-content-region="home_below_top_products"] li,
  .main.full.home.no-sidenav .featured-products-section ul li {
    font-size: 13px;
    line-height: 21px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] .es-badge-container .BadgeTotalReviews__Content-sc-15g78rc-0 {
    font-size: 15px; }
  [data-sub-layout-container="9ac3a7c2-0f14-42b3-9c3c-a9d4c61609df"] [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] div#buttonLink a {
    height: 50px !important;
    line-height: 50px !important; }
  h2.container-header.page-heading {
    font-size: 35px; }
  body.main.home.twelve-eighty ul.productGrid li.product {
    margin-right: 0.6rem !important; }
  body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: -30px !important; }
  [data-widget-id="ed4fbcc7-89b3-41dc-98df-d4d1e5b96e0c"] .es-review-background-container .es-review-content-text {
    font-size: 18px !important; }
  .global-region.screen-width.above-footer .WidgetTitle__Header-sc-ruy1gu-2.coQfSf {
    font-size: 35px; }
  ul.footer-info-list a {
    padding: 2px 0 !important; }
  footer ul.footer-info-list a, .footer-info-list a, .footer .navPages-action {
    padding: 4px 0 !important;
    font-size: 16px !important; }
  .footer ul.footer-info-list li.navPages-item {
    padding: 0 !important; }
  .container h3.footer-info-heading {
    margin-bottom: 0;
    margin-top: 20px; }
  [data-sub-layout-container="b7044d54-c1e2-4787-b6bc-9ab1f7b1a466"] {
    align-items: center;
    justify-content: center; }
  div#sd-simple-text-editable-96f07bdf-915b-44ef-bf9f-1704062447ee p {
    font-size: 12px; }
  .price-section.price-section--withTax.non-sale-price.non-sale-price--withTax {
    position: relative;
    left: 0;
    width: 100% !important;
    margin-top: 0;
    color: #656975;
    font-size: 22px; }
  .recommended-visibility .recommended-position.below section.productView-details {
    width: 100% !important;
    float: unset !important; }
  .first-info p {
    font-size: 16px !important; }
  div#ProVis {
    width: auto;
    float: right; }
  .first-info {
    padding: 16px 14px 16px 14px; }
  .productView-description .tabs-contents p {
    margin-bottom: 0; }
  article.productView-description .tabs-contents div.tab-content {
    padding: 0; }
  div#tab-techinaldownloads {
    text-align: center; }
  .forOnePro section.productView-details {
    padding-left: 0 !important; }
  .productView-description ul.tabs li.tab a {
    font-size: 13px; }
  .productView-description ul.tabs li.tab {
    width: auto;
    padding: 0 7px;
    background: 0 0;
    border: none; }
  article.productView-description button.custom-btn {
    background: #1A404D;
    color: #fff;
    height: 58px;
    margin: 0 5px;
    padding: 0 30px;
    border-radius: 2px;
    font-size: 18px;
    font-family: Lato;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    width: 60%;
    margin: 10px auto 0;
    float: none; }
  span.countPill.countPill--positive.cart-quantity {
    right: -8px;
    left: auto;
    background: #1A404D;
    width: auto;
    color: #fff;
    height: 26px;
    top: -11px !important;
    padding: 0px 8px; }
  a.navUser-action {
    padding-left: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 30px;
    width: 17px; }
  li.navUser-item.navUser-item--cart {
    width: 100%;
    text-align: left;
    margin-top: 38px; }
  .belowheadIcn > ul {
    padding: 0 !important;
    width: 100px !important; }
  header.header > ul {
    margin: 0 !important; }
  li.ContctIcon.myAccnt.mobile {
    position: absolute;
    top: 34px;
    right: 60px; }
  a.mobileMenu-toggle {
    position: relative !important;
    top: 0 !important;
    padding: 0 !important;
    width: 30px !important; }
  a.navUser-action.account.search {
    margin: 0; }
  body.main.twelve-eighty .header-container.full-width.full-width header.header {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  span.navUser-item-cartLabel {
    display: flex !important;
    align-items: center; }
  ul.stats-content li {
    display: flex;
    width: 21%;
    gap: 7px; }
  ul.stats-content {
    width: 100%;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between; }
  #body.main.home .home-below-hero {
    padding: 0; }
  [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] div[data-sub-layout] div:last-child p,
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"] div[data-sub-layout] > div:last-child p {
    font-size: 16px;
    line-height: 21px;
    color: #1A404D; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    width: 100%; }
  ul.stats-content li span {
    margin-top: 10px !important;
    display: inline-block;
    width: 100%;
    font-size: 14px !important;
    line-height: 16px; }
  ul.stats-content li p {
    font-size: 33px;
    line-height: 30px; }
  a.account svg {
    padding-top: 0; }
  .Content__WidgetContainer-sc-3sh3bs-2.fqfUCf, .main-newsletter {
    background: #FFFFFF;
    max-width: 700px !important;
    width: 100%; }
  div#showcase-products .slick-next {
    right: -18px; }
  label.switchTogBtn {
    font-size: 12px; }
  div#showcase-products .slick-prev {
    left: -18px; }
  #body .main-nav-container.with-categories #menu li.navPages-item.top-level a {
    padding-left: 1px !important;
    padding-right: 1px !important;
    font-size: 11px !important;
    margin-right: 3px; }
  .main-nav-container ul.top-level-pages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  body.main.twelve-eighty div#menu .navPages {
    max-width: 1300px; }
  label.switchTogBtn {
    font-size: 12px; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a {
    padding-left: 0;
    padding-right: 0px;
    width: 100%; }
  .belowheadIcn > ul {
    margin-top: 0; }
  .belowheadIcn {
    width: 20%;
    float: right; }
  .header-logo.header-logo--left {
    width: 20% !important;
    height: 50px !important; }
  header.header .right.searchbar .form {
    width: 590px !important; }
  .navPages-container.inside-header.left-logo.search-container.not-sticky.visible {
    width: 60%; }
  .belowheadIcn li.navUser-item.navUser-item--cart svg {
    width: 30px !important;
    height: 30px !important; }
  a.navUser-action.login {
    padding: 0;
    margin: 0; }
  body.main.twelve-eighty .body.content {
    padding: 0 0px; }
  .eapps-pricing-table-layout-table .eapps-pricing-table-column {
    width: 33% !important;
    max-width: 33% !important;
    min-width: 33% !important; }
  .eapps-pricing-table-columns-container.eapps-pricing-table-columns-container-1 {
    width: 100%; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
    font-size: 24px !important;
    line-height: 23px; }
  .eapps-pricing-table-column-3.eapps-pricing-table-column .eapps-pricing-table-column-title .eapps-pricing-table-column-title-text {
    font-size: 24px !important; }
  .eapps-pricing-table-column-features-item {
    font-size: 15px !important; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div {
    font-size: 20px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div strong {
    width: 80%;
    text-align: left; }
  .product-page-layout .body.content.Delivery-custom-Information {
    padding: 0 !important; }
  .comparison-table-wrapper-cust p {
    font-size: 40px;
    text-align: center; }
  .certifications p strong, div#eapps-faq-1 .eui-widget-title.es-widget-title {
    font-size: 40px; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: 0 !important; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
    left: 0 !important; }
  .es-review-layout-classic.es-trustpilot-review > div {
    padding: 0 50px; }
  .es-review-content-title {
    font-size: 14px !important;
    line-height: 20px; }
  .es-review-content-text {
    font-size: 16px;
    line-height: 20px; }
  div#showcase-products .products-container.carousel-active button.slick-prev.slick-arrow {
    left: 0 !important; }
  .related.products-container .qty-wrapper a.button.add-to-cart {
    height: 40px !important; }
  div#carousel-active {
    padding: 30px 15px; }
  .productCarousel .slick-prev:before, .productCarousel .slick-next:before {
    width: 20px !important;
    height: 20px !important; }
  .productCarousel button.slick-next.slick-arrow, .productCarousel button.slick-prev.slick-arrow {
    width: 30px !important;
    height: 30px !important; }
  .productCarousel button.slick-prev.slick-arrow {
    left: 8px; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 100%; }
  #body .main-nav-container li.top-level a {
    padding-left: 1.5px !important;
    padding-right: 1.5px !important;
    font-size: 13px !important;
    border: 2px solid transparent; }
  .top-menu.fixed .right.account-links {
    right: 0 !important; }
  .productView-details {
    width: 100% !important; }
  div#product-images-container {
    width: 100% !important; }
  .previewCart .productView {
    width: 66%; }
  #body .previewCartCheckout {
    width: 34%;
    padding: 0 !important; }
  .productView-title {
    font-size: 18px;
    line-height: 20px; }
  .search.category.main.top-pagination-hidden.product-filtering-enabled li.product {
    width: 32.97%; }
  div#side-categories.mobile {
    display: none !important; }
  body #menu i.fa.fa-chevron-down.main-nav {
    position: relative;
    top: 3px !important;
    left: 8px !important; }
  .main-nav-container ul.top-level-pages {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .right.account-links {
    display: none; }
  .right.account-links {
    display: none; }
  .navPages:before, .navPages:after {
    content: " " !important;
    display: table !important; }
  body nav.navPages {
    display: block !important; }
  .right.account-links.mobile {
    display: block !important; }
  .container.main {
    margin-top: 0 !important; }
  li.navUser-item.navUser-item--account {
    display: block;
    margin-top: 10px; }
  section#quickSearch .view-section .price-section.price-section--withoutTax.current-price.regular-price span.price,
  section#quickSearch .view-section span.price.price--withoutTax.price-section--minor {
    font-size: 16px !important;
    line-height: 29.2px !important; }
  .view-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  section#quickSearch.quickSearchResults article.card .card-body {
    width: 65% !important;
    padding-right: 0 !important; }
  section#quickSearch a {
    font-size: 15px; }
  .view-section {
    gap: 0;
    height: auto; }
  .productGrid {
    margin-left: 0.1rem; }
  main.page-content.main-cart .cart-header-item {
    font-family: Lato;
    font-size: 12px;
    line-height: 16.8px;
    text-align: left; }
  main.page-content.main-cart .form-increment .button {
    background: #F2F2F2 !important;
    width: 28px;
    height: 28px; }
  main.page-content.main-cart .form-increment .form-input--incrementTotal {
    height: 28px;
    width: 38px;
    font-size: 12px; }
  td.cart-item-block.cart-item-figure {
    margin-left: 0;
    float: left;
    width: 100px;
    height: 8rem !important; }
  .belowheadIcn {
    width: 26% !important;
    float: right; }
  .belowheadIcn ul {
    float: right; }
  main.page-content.main-cart .right-wrap p::before {
    width: 80%; }
  main.page-content.main-cart .cart-item-info {
    font-size: 14px;
    line-height: 18px;
    padding: 0 3px;
    width: 11%; }
  button.cart-remove.icon svg {
    width: 12px; }
  button.cart-remove.icon {
    width: 32px;
    height: 32px;
    margin: 0; }
  main.page-content.main-cart .cart-item-info strong.cart-item-value {
    font-size: 18px;
    line-height: 30px; }
  main.page-content.main-cart .right-wrap p, main.page-content.main-cart .left-wrap p {
    font-size: 15px; }
  main.page-content.main-cart h2.cart-item-name a {
    font-size: 16px;
    line-height: 22px; }
  strong.cart-item-value {
    font-size: 18px; }
  .form-increment {
    display: flex !important; }
  .form-input--incrementTotal {
    height: 34px; }
  .cart-page-wrapper {
    padding: 0 17px; }
  body.main.cart-layout .body.content.Delivery-custom-Information {
    padding: 0; }
  .cart-actions.checkoutBtn, .main-cart .safe_and_secure_wrapper {
    width: 57.66667% !important; }
  .safe_and_secure_wrapper ul .payment-cust-wrapper svg {
    width: 26px; }
  span.price {
    font-size: 20px !important; }
  .special-discounts .card-body {
    min-height: 220px; }
  td.cart-item-block.cart-item-title {
    padding: 0 7px; }
  a.navUser-action {
    width: 32px; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .es-layout-sidebar-inner {
    justify-content: flex-start !important;
    text-align: left !important;
    align-items: flex-start !important;
    width: 100%;
    margin: auto; }
  body.main.home.twelve-eighty .body.content {
    padding: 0;
    margin: 0 !important; }
  #body .main-nav-container.with-categories #menu li.navPages-item.top-level a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 10px !important;
    margin-right: 2px; }
  label.switchTogBtn {
    font-size: 10px;
    gap: 2px; }
  #body .main-nav-container.with-categories #menu li.navPages-item.top-level a {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 11px !important;
    margin-right: 6px; }
  header.header .right.searchbar .form {
    width: 400px !important; }
  li.navUser-item.navUser-item--cart.cart-CstmMob a {
    padding-left: 0;
    padding-right: 0px;
    width: 100%; }
  .belowheadIcn > ul {
    margin-top: 0; }
  header.header .right.searchbar .form {
    width: 400px !important; }
  .belowheadIcn li.navUser-item.navUser-item--cart svg {
    width: 30px !important;
    height: 30px !important; }
  a.navUser-action.login {
    padding: 0;
    margin: 0; }
  body.main.twelve-eighty .body.content {
    padding: 0 0px; }
  .related.products-container {
    padding: 20px 12px; } }

@media (min-width: 1200px) and (max-width: 1320px) {
  .forOnePro #add-to-cart-wrapper .form-field .tooltip-date::after {
    bottom: -8px;
    left: 153px;
    z-index: -5; }
  div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall, div#add-to-cart-wrapper .custom-sec label.form-label.form-label--alternate.form-label--inlineSmall p {
    font-size: 14px !important; }
  [data-content-region="home_below_top_products"] > div > div {
    padding: 40px 30px !important; }
  .productCarousel-slide.slick-slide a {
    display: -webkit-box !important; }
  .trade-account-cta p {
    font-size: 15px !important; }
  [data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"] {
    padding: 0 15px !important; }
  .trade-account-cta p {
    font-family: Lato;
    font-size: 16px; }
  a.btn.custom-btn {
    margin: 0 4px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 14px;
    font-family: Lato;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 9px;
    text-decoration: none; }
  .eapps-pricing-table-column-features-item {
    font-size: 16px !important; }
  .product-page-layout label.form-label.form-label--alternate.form-label--inlineSmall p {
    font-size: 18px !important; }
  [data-sub-layout="542975dd-1ebd-4020-934c-745394f6fa13"] p {
    font-size: 16px; }
  [data-content-region="home_below_top_products"] li,
  .main.full.home.no-sidenav .featured-products-section ul li {
    font-size: 18px;
    line-height: 28px;
    text-align: left; }
  [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"] {
    padding: 20px 10px !important; }
  [data-sub-layout="3fa1ae9e-011d-4f89-b5d9-16c43bbb836c"] > div,
  [data-sub-layout="e4ac4ea5-5cb5-4f3c-98be-4012fc946a9c"] > div {
    width: 500px;
    float: right;
    text-align: left; }
  .bulk-discount span {
    font-size: 13px; }
  ul.stats-content li span {
    font-size: 15px;
    line-height: 18px; }
  body div#checkout-app h3.cart-title {
    font-size: 22px !important; }
  .eapps-pricing-table-column-2.eapps-pricing-table-column.eapps-pricing-table-column-featured.eapps-pricing-table-column-border-radius-16 {
    width: 30% !important;
    max-width: 30% !important;
    min-width: 30% !important; }
  .bulk-discount {
    width: 100%;
    padding: 15px 20px !important; }
  .productCarousel-slide article.card-title-three-lines h2.card-title a, article.card-title-three-lines h2.card-title aa {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto !important;
    min-height: auto; }
  .product-wrapper .forOnePro .productView-title {
    font-size: 25px; }
  .modal--large {
    border-radius: 10px;
    width: 95% !important;
    max-width: 100% !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    margin: 0;
    font-size: 20px !important;
    width: 347px;
    float: right;
    padding: 0 10px !important; }
  body [data-layout-id="9bdcc594-c31b-472e-95b7-a0d6f82ca4e6"] {
    padding: 0 20px; }
  .home.slider-in-container button.css-mwwowe.css-1lllaof {
    right: 472px;
    left: inherit !important; }
  .css-94ci19 {
    right: 13px !important; }
  p.promo {
    font-size: 25px;
    right: 22px;
    bottom: 8px; }
  body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
    left: -30px !important; }
  body.main.home [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: -20px !important; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Previous"] {
    left: 10px !important; }
  [data-app="eapps-trustpilot-reviews"] [aria-label="Next"] {
    right: 10px !important; }
  body.main.twelve-eighty .body.content {
    padding: 0 !important; }
  .page.category-grid .right-section, body.main.twelve-eighty .search.category.main.product-filtering-enabled, body.main.twelve-eighty .brand.main.product-filtering-enabled {
    width: 73% !important;
    float: right;
    padding-right: 0px !important; }
  body.main.twelve-eighty .productGrid .product {
    margin-right: 0.9rem !important;
    padding-left: 0px !important;
    margin-bottom: 0; }
  #body .main-nav-container.with-categories div#menu {
    padding: 0 12px; }
  #body .main-nav-container.with-categories #menu li.navPages-item.top-level a {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin-right: 9px; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    width: 100%; }
  ul.stats-content li {
    gap: 30px;
    width: 22%; }
  ul.stats-content {
    width: 100%; }
  .main-nav .custom-pages-nav .navPages-action {
    color: #656975 !important;
    font-size: 14px !important;
    letter-spacing: 0; }
  .related.products-container {
    padding: 20px 12px; }
  main.page-content.main-cart .right-wrap p::before {
    width: 80%; }
  main.page-content.main-cart .cart-item-info {
    font-size: 14px;
    line-height: 18px;
    padding: 0 3px;
    width: 11%; }
  main.page-content.main-cart .right-wrap p, main.page-content.main-cart .left-wrap p {
    font-size: 15px; }
  main.page-content.main-cart h2.cart-item-name a {
    font-size: 16px;
    line-height: 22px; }
  strong.cart-item-value {
    font-size: 18px; }
  .form-increment {
    display: flex !important; }
  .form-input--incrementTotal {
    height: 34px; }
  .cart-page-wrapper {
    padding: 0 17px; }
  body.main.cart-layout .body.content.Delivery-custom-Information {
    padding: 0; }
  .cart-actions.checkoutBtn, .main-cart .safe_and_secure_wrapper {
    width: 57.66667% !important; }
  .safe_and_secure_wrapper ul .payment-cust-wrapper svg {
    width: 26px; } }

@media (min-width: 990px) and (max-width: 1024px) {
  #body .main-nav-container.with-categories #menu li.navPages-item.top-level a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 12px !important;
    margin-right: 2px; }
  .related.products-container {
    padding: 20px 12px; } }

@media only screen and (min-width: 990px) and (max-width: 1023px) {
  .header-logo.header-logo--left {
    width: 20% !important;
    height: 50px !important; }
  .navPages-container.inside-header.left-logo.search-container.not-sticky.visible {
    width: 60%; }
  .belowheadIcn {
    width: 20% !important;
    float: right; }
  header.header .right.searchbar .form {
    width: 570px !important; }
  .main.full.home.no-sidenav div[data-widget-id] p, .WidgetTitle__Header-sc-ruy1gu-2, [data-content-region="home_below_featured_products"] p {
    font-size: 34px;
    line-height: 33px;
    margin-bottom: 0; } }

@media (min-width: 530px) and (max-width: 767px) {
  body .eapps-pricing-table-one-column .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:first-child.eapps-pricing-table-column-item-with-background {
    padding-top: 16px !important; }
  .eapps-pricing-table-one-column.eapps-pricing-table-layout-table .eapps-pricing-table-column.eapps-pricing-table-column-border-radius-16 .eapps-pricing-table-column-item:first-child {
    height: 60px !important;
    padding: 0 !important;
    padding-top: 20px !important; } }

@media (max-width: 1299px) {
  div#showcase-products .slick-prev {
    left: 0px; }
  div#showcase-products .slick-next {
    right: 0px; }
  body.main.twelve-eighty .main.full.home {
    padding: 0; } }

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    padding-left: 14px !important;
    padding-right: 6px !important; }
  .productGrid {
    margin-left: 0.1rem; } }

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .productGrid {
    margin-left: 0.1rem; }
  body ul.productGrid.productGrid--maxCol4.top-sellers,
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"], [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"],
  .home-below-hero, ul.stats-content, [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"], div#showcase-products .featured.products-container.carousel-inactive,
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"],
  div#showcase-products .featured.products-container.carousel-inactive, [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .es-layout-sidebar-inner, div#bc-carousel-container-bcc21120-41c3-4654-902d-e2185dff0632, [data-placement-id="a3cea8f0-8f0a-4fb5-9412-e6746471ef67"], .eapps-pricing-table-columns-container.eapps-pricing-table-columns-container-1, body.main.twelve-eighty div#recommended-products-below .productGrid, .cart-page-wrapper, .special-discounts ul, .container.login-page, [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"], .contact-page-content,
  .blog-post-container.single-post-page, .blog-post-container.single-post-page, body.account-page .body.content.Delivery-custom-Information .container.main, body.main .product.main.left.product-page-with-sidenav.full-width .productView .product-wrapper, .LogoShowcase__Content-sc-uwmsvj-1.cyiDRg.eapp-logo-showcase-logo-showcase-content, [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"],
  [data-sub-layout-container="59a5c2a8-03b2-4571-a63d-ecb08c13f0e7"], .blog-layout .body.content.Delivery-custom-Information, div#product-reviews, .shop_by_category_wrapper, [data-sub-layout-container="72f4ad90-4648-4bfa-8694-48168e8c9e0f"], .page.category-grid, .brand-layout .container.main, body.search-layout .container.main, .related.products-container ul.productGrid.productGrid--maxCol.related, .main_srction_login_banner .container, .custom_content_bottom_page .container, div#compare-page-new, [data-sub-layout-container="750ad8f6-289a-407f-8e13-d9538c0d0539"],
  div#compare-page-new, main.page.brands ul.brandGrid, .productGrid.top-sellers {
    max-width: 1180px !important; }
  .shop_by_category_wrapper .shop_inner_slide_wrapper {
    max-width: 1180px; } }

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .home.slider-in-container button.css-mwwowe.css-1lllaof {
    right: 372px;
    left: inherit !important; } }

@media only screen and (min-width: 414px) and (max-width: 767px) {
  .qty-wrapper a.button.card-figcaption-button.add-to-cart span {
    font-size: 12px; } }

.bulk-price-table-wrap tbody.table-tbody tr {
  cursor: pointer; }

.bulk-price-table-wrap tbody.table-tbody tr.active {
  background-color: #eee; }

/*body:not(.toggle-active) .forOnePro .price-section--withTax {
    display: none;
}*/
body:not(.toggle-active) .forOnePro .price-section--withTax:not(#modal *) {
  display: none; }

/***************** USP-CSS ********************/
.main_cuatom_data_wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap; }

.custom-data-wrap {
  width: 33.33%; }

.custom-data-wrap span {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #1A404D; }

div#product-feature-logo-1 ul {
  padding: 0 !important; }

div#product-feature-logo-1 ul li span {
  display: none; }

div#product-feature-logo-1 {
  text-align: center; }

.modal.optimizedCheckout-contentPrimary.optimizedCheckout-cart-modal h2.modal-header-title.optimizedCheckout-headingSecondary.cart-modal-title {
  width: 100%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px; }

.eapps-widget-toolbar {
  display: none !important; }

fieldset.form-fieldset.redeemable-entry .form-prefixPostfix {
  position: absolute !important; }

div#redeemable-collapsable .redeemable-entry {
  margin-top: -35px !important; }

div#redeemable-collapsable ul.form-field-errors {
  position: absolute;
  top: 48px;
  bottom: 0; }

.checkout-address .dynamic-form-field.dynamic-form-field--field_26 {
  display: none; }

div#checkout-app article.cart.optimizedCheckout-orderSummary {
  position: relative; }

fieldset#checkoutShippingAddress .dropdown--select .dropdownMenu .dropdown-menu {
  max-width: 100% !important; }

section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label {
  position: absolute;
  bottom: -40px; }

.EmbedRoot__Root-sc-1c4b4pg-0.fZBTme.es-embed-root {
  max-width: 1280px !important; }

.checkout-footer {
  background: #111111 !important; }

a.custom_continue-shop_btn:hover {
  background: #FA6501 !important;
  color: #1A404D !important; }

div#redeemable-collapsable {
  position: absolute;
  bottom: -103px;
  width: 100%; }

.brand-info {
  text-align: center; }

.dynamic-form-field.dynamic-form-field--company label:after {
  display: none !important; }

.gpay_wrapper {
  padding: 40px 0px 20px 0 !important;
  text-align: right; }

.gpay_wrapper a {
  background: #000;
  padding: 15px 40px; }

.gpay_wrapper img {
  width: 100%;
  max-width: 60px; }

.checkoutRemote {
  display: none; }

.cart-priceItem--total .cart-priceItem-label {
  font-family: Lato !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 26.4px !important; }

div#checkout-app h3.cart-title {
  font-size: 26px !important; }

.autocomplete-suggestions {
  text-align: left;
  border: 1px solid #999;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.modal.optimizedCheckout-contentPrimary.modal--medium.modal--afterOpen {
  visibility: visible; }

.checkout-layout .modal-body {
  overflow: hidden; }

@media screen and (max-width: 968px) {
  .checkoutRemote {
    display: block;
    padding-top: 1px; }
  div#redeemable-collapsable ul.form-field-errors {
    position: absolute;
    top: 42px;
    top: 97px !important;
    left: 0px; } }

@media screen and (max-width: 800px) {
  .autocomplete-suggestions {
    transform: translate(0px, -36px) !important; }
  .cart-priceItem--total .cart-priceItem-label {
    font-size: 16px !important; } }

@media (min-width: 768px) {
  .shop_by_slider_wrp .elfsight-app-17ef6f13-4f82-48b2-af47-bd420b9442d3 {
    display: none; } }

@media (max-width: 767px) {
  .promo-wrap .ends {
    position: absolute;
    right: 0;
    top: -7px; }
  body .productView-details .tooltip-delivery-quantity {
    white-space: inherit !important; }
  body .shop_by_category_wrapper .es-layout-sidebar-inner {
    max-width: 100% !important; }
  body .shop_by_category_wrapper .es-layout-sidebar-inner .es-badge-container {
    flex-direction: row !important; }
  .eapps-pricing-table-one-column.eapps-pricing-table-layout-table .eapps-pricing-table-column-head {
    display: block !important; }
  .eapps-pricing-table-one-column .eapps-pricing-table-columns-container {
    flex-direction: row !important;
    overflow-y: scroll;
    align-items: flex-start !important;
    justify-content: inherit;
    padding-bottom: 10px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 {
    background: #FFFBE6 !important;
    box-shadow: 0px 0px 5px 0px #23232326 !important;
    border-radius: 2px !important; }
  .eapps-pricing-table-column-head-mobile-inner {
    display: none !important; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 {
    margin: 0 !important; }
  .eapps-pricing-table-inner {
    overflow: scroll; }
  div#eapps-pricing-table-1 {
    overflow: scroll; }
  .eapps-pricing-table-column-features-item span strong {
    font-size: 14px;
    text-align: left;
    line-height: 20px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 span.eapps-pricing-table-column-features-item-text div {
    align-items: self-start;
    gap: 4px;
    flex-direction: column;
    text-align: left; }
  #eapps-pricing-table-1 .eapps-pricing-table-column .eapps-pricing-table-column-inner .eapps-pricing-table-column-title-container {
    height: 48px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column .eapps-pricing-table-column-inner .eapps-pricing-table-column-title-container {
    height: 30px !important;
    padding: 30px 0 !important;
    padding-top: 20px !important; }
  .eapps-pricing-table-column-features-item span svg {
    height: 40px;
    width: 40px; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-features-item-inner {
    padding: 10px 10px !important;
    width: 100%; }
  body .eapps-pricing-table-one-column .eapps-pricing-table-column-featured .eapps-pricing-table-column-item:last-child.eapps-pricing-table-column-item-with-background {
    padding-bottom: 0px !important; }
  .eapps-pricing-table-column-features-item span {
    width: 100%; } }

@media (min-width: 375px) and (max-width: 767px) {
  .estimator-form--default dl label.estimator-form-label-text {
    font-size: 12px;
    margin-left: 0; }
  body .trade-account-cta p {
    font-size: 13px;
    line-height: 14px;
    padding: 2px;
    height: auto; }
  .css-xo5j2n > div > div {
    margin-left: 0px;
    margin-right: 0px; }
  button.css-113wrz1.sd-product-set__arrow--right {
    right: -30px; }
  button.css-nmhyd4.sd-product-set__arrow--left {
    left: -30px; }
  .css-xo5j2n > div {
    width: 1260px !important;
    margin-left: 0px;
    gap: 20px; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p, .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart span.TotalCountPrice, .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    font-size: 16px !important; }
  div#bulk-discount {
    width: 100% !important;
    padding: 15px  1px !important;
    gap: 3px; }
  .bulk-discount svg {
    margin-left: 1px;
    transition: transform 0.3s; }
  .right-info span.TotalPricexvats {
    font-size: 18px !important;
    line-height: 43px !important; }
  .right-info .regular-price .m2-wrap {
    font-size: 15px;
    margin-top: 8px; }
  .productView .right-info .price-section.current-price span.price {
    font-size: 24px !important;
    line-height: 40px !important; }
  .right-info.productView-info .msrp-sale-regular-price-section.withTax {
    margin-bottom: 0px; }
  .bulk-discount span {
    font-size: 13px; } }

@media (max-width: 968px) {
  body section.cart-section.optimizedCheckout-orderSummary-cartSection a.redeemable-label {
    position: absolute;
    bottom: -110px;
    padding-bottom: 10px; }
  .cart-priceItem.optimizedCheckout-contentPrimary.cart-priceItem--total {
    margin-top: 0px; }
  section.cart-section.optimizedCheckout-orderSummary-cartSection {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0px;
    position: relative; }
  a#cart-edit-link {
    font-family: Lato;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #656975; } }

@media (min-width: 969px) and (max-width: 1024px) {
  div#checkout-app .layout-main {
    padding-right: 0;
    width: 50%; }
  body div#checkout-app h3.cart-title {
    font-size: 22px !important; }
  #checkout-app aside.layout-cart {
    width: 460px;
    padding-right: 0;
    padding-left: 40px; } }

@media (min-width: 768px) and (max-width: 799px) {
  .css-xo5j2n > div {
    width: 1200px !important;
    margin-left: -10px; }
  .css-xo5j2n > div {
    gap: 0; }
  div#sd-product-set-container-5c6ed7dd-e11a-4635-a4d6-0636015bbffc {
    max-width: 280px !important;
    margin: auto;
    overflow: hidden; }
  .css-xo5j2n > div img.css-1lxqylt {
    height: 270px !important; }
  .css-xo5j2n > div > div {
    margin: 0 10px; } }

@media (max-width: 968px) {
  .modal.optimizedCheckout-contentPrimary.optimizedCheckout-cart-modal .modal-header.cart-modal-header.optimizedCheckout-orderSummary.with-continue-button {
    display: inline-block;
    text-align: center;
    padding: 10px 10px; }
  .modal.optimizedCheckout-contentPrimary.optimizedCheckout-cart-modal .modal-header.cart-modal-header.optimizedCheckout-orderSummary.with-continue-button a.cart-modal-close {
    position: absolute;
    top: 10px;
    right: 0; }
  .modal.optimizedCheckout-contentPrimary.optimizedCheckout-cart-modal .modal-header.cart-modal-header.optimizedCheckout-orderSummary.with-continue-button a#cart-edit-link {
    padding: 0;
    font-size: 13px;
    width: 110px !important;
    display: inline-block;
    text-align: center; }
  .modal.optimizedCheckout-contentPrimary.optimizedCheckout-cart-modal .modal-body.cart-modal-body.optimizedCheckout-orderSummary {
    padding-bottom: 104px !important; }
  .modal.optimizedCheckout-contentPrimary.optimizedCheckout-cart-modal fieldset.form-fieldset.redeemable-entry .form-prefixPostfix {
    bottom: -80px; } }

@media (min-width: 767px) and (max-width: 968px) {
  fieldset.form-fieldset.redeemable-entry .form-prefixPostfix button#applyRedeemableButton {
    margin-top: 0;
    width: 200px;
    height: 50px !important;
    border-radius: 3px;
    min-height: 50px !important; }
  .form-prefixPostfix input.form-input.optimizedCheckout-form-input {
    height: 50px; }
  div#redeemable-collapsable {
    bottom: -113px; }
  fieldset.form-fieldset.redeemable-entry .form-prefixPostfix {
    gap: 10px; } }

main.page-content.page-content.search.both-grid-list-views .card-figcaption-button.compare {
  display: block !important; }

main.page-content.page-content.search.both-grid-list-views .compare {
  display: block !important; }

.card-text.add-to-cart-button + label.button.button--small.card-figcaption-button.compare {
  display: none !important; }

label.button.button--small.card-figcaption-button.compare {
  margin-top: 16px !important;
  margin-bottom: 10px !important; }

.header-container.sticky-header.desktpView.fixed .main-nav-container {
  width: 100%;
  position: fixed;
  background-color: #1A404D;
  padding: 9px 0;
  top: 0;
  z-index: 1; }

.header-container.sticky-header.desktpView.fixed .main-nav-container div#menu {
  max-width: 100% !important;
  background: #1A404D !important; }

.header-container.sticky-header.desktpView.fixed .main-nav-container nav.navPages {
  display: none !important; }

.header-container.sticky-header.desktpView.fixed .main-nav-container .top_slide_contentt_wrap {
  display: block !important; }

.header-container.sticky-header.desktpView.fixed label.switchTogBtn, .header-container.sticky-header.desktpView.fixed p.TogBtn-incVat {
  color: #fff; }

.top-menu.store-credit-hidden.fixed {
  opacity: 1;
  background: transparent;
  width: 84% !important;
  padding-left: 15%; }

.header-container.sticky-header.desktpView.fixed .main-nav-container div#menu {
  border: none !important; }

.header-container.sticky-header.desktpView.fixed .main-nav-container .top_slide_content p {
  font-size: 16px; }

.header-container.sticky-header.desktpView.fixed .main-nav-container .top_slide_content p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  text-align: center;
  color: #fff; }

.top_slide_content div[data-placement-status] p.slick-slide {
  width: 100%; }

.header-container.sticky-header.desktpView.fixed .top_slide_content button.slick-arrow {
  top: 16px !important; }

.main-nav-container .top_slide_content {
  width: 0;
  display: none; }

.header-container.sticky-header.desktpView.fixed .main-nav-container .top_slide_content div {
  display: none; }

.top-info-sec {
  margin: auto; }

.header-container.sticky-header.desktpView.fixed .main-nav-container .top_slide_content {
  width: 90%;
  opacity: 0;
  padding-left: 15%;
  display: block; }

@media (min-width: 801px) and (max-width: 1023px) {
  .header-container.sticky-header.desktpView.fixed .main-nav-container .right.account-links {
    display: block !important; }
  .header-container.sticky-header.desktpView.fixed .main-nav-container {
    padding: 9px 30px; }
  .header-container.sticky-header.desktpView.fixed label.switchTogBtn, .darkHeader p.TogBtn-incVat {
    font-size: 16px; } }

/*new header css*/
.darkHeader .main-nav-container {
  width: 100%;
  position: fixed;
  background-color: #1A404D;
  padding: 9px 0;
  top: 0;
  z-index: 1; }

.darkHeader .main-nav-container div#menu {
  max-width: 100% !important;
  background: #1A404D !important; }

.darkHeader .main-nav-container nav.navPages {
  display: none !important; }

.darkHeader .main-nav-container .top_slide_contentt_wrap {
  display: block !important; }

.darkHeader label.switchTogBtn, .darkHeader p.TogBtn-incVat {
  color: #fff !important; }

.top-menu.store-credit-hidden.fixed {
  opacity: 1;
  background: transparent;
  width: 84% !important;
  padding-left: 15%; }

.darkHeader .main-nav-container div#menu {
  border: none !important; }

.darkHeader .main-nav-container .top_slide_content p {
  font-size: 16px; }

.darkHeader .main-nav-container .top_slide_content p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  text-align: center;
  color: #fff; }

.top_slide_content div[data-placement-status] p.slick-slide {
  width: 100%; }

.darkHeader .top_slide_content button.slick-arrow {
  top: 16px !important; }

.main-nav-container .top_slide_content {
  width: 0;
  display: none; }

.darkHeader .main-nav-container .top_slide_content div {
  display: none; }

.top-info-sec {
  margin: auto; }

.darkHeader .main-nav-container .top_slide_content {
  width: 90%;
  opacity: 0;
  padding-left: 15%;
  display: block; }

@media (max-width: 800px) {
  .top-menu.store-credit-hidden.fixed {
    opacity: 1; }
  Header .top_slide_content button.slick-arrow {
    top: 16px !important; }
  .darkHeader label.switchTogBtn, .darkHeader p.TogBtn-incVat {
    color: #1A404D !important; }
  .top-menu.store-credit-hidden.fixed {
    opacity: 1; }
  .top_slide_content button.slick-arrow {
    top: 15px !important; }
  .top-menu.store-credit-hidden.fixed {
    opacity: 1;
    background: #1A404D;
    width: 100% !important;
    padding-left: 15px; } }

@media (min-width: 769px) and (max-width: 1023px) {
  body div#customer-info {
    overflow: scroll;
    padding: 0 !important; }
  #customer-info th, #customer-info td {
    font-size: 12px;
    padding: 10px 10px; }
  .page.content ul {
    padding: 0;
    margin: 0; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .darkHeader .main-nav-container .right.account-links {
    display: block !important; }
  .darkHeader .main-nav-container {
    padding: 9px 30px; }
  .darkHeader label.switchTogBtn, .darkHeader p.TogBtn-incVat {
    font-size: 16px; } }

@media (max-width: 479px) {
  .main.full.home.no-sidenav .shop_inner_slide_wrapper .shop_by_slider_wrp p {
    min-height: auto !important; } }

div[data-content-region="home_below_menu"] .eapps-widget div {
  color: #fff; }

.thickness-wrapper {
  display: none !important; }

@media (max-width: 767px) {
  .fTmTVa {
    width: 12px;
    height: 12px; }
  .es-badge-title {
    font-size: 12px !important;
    margin-top: 0 !important; }
  .es-badge-sources-container {
    left: 0 !important;
    top: 2px; }
  .es-layout-sidebar-inner {
    max-width: 320px !important; }
  .es-badge-container {
    flex-direction: row !important; }
  .es-badge-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 40px;
    margin: auto; }
  .es-rating-item {
    width: 14px !important; }
  body .es-badge-total-reviews {
    width: 14px !important; } }

@media (max-width: 374px) {
  .page.category-grid .slick-next, .page.category-grid .slick-prev {
    top: 15px !important; }
  .paymentProviderHeader-name, .paymentProviderHeader-name, span.message {
    font-size: 10px !important;
    font-weight: 400;
    color: #656975 !important; }
  .top-info-sec {
    width: 300px; }
  .main.full.home.no-sidenav div[data-widget-id] ul.stats-content p {
    font-size: 14px !important; }
  body .card-body .card-text abbr, .price-section abbr.active {
    font-size: 8px !important; }
  select#attribute_select_120 {
    max-width: 100% !important;
    min-width: 100% !important;
    font-size: 12px !important; }
  .search-layout .container.main {
    padding: 0 3px !important; }
  div#sd-product-set-container-5c6ed7dd-e11a-4635-a4d6-0636015bbffc {
    max-width: 283px !important;
    margin: auto; }
  body .productView-details .tooltip-delivery-quantity {
    right: 0px !important;
    left: inherit !important;
    transform: inherit;
    padding: 0; }
  body .productView-details .tooltip-delivery-quantity::after {
    right: 0px; }
  .search-layout li.product figure.card-figure {
    height: 150px !important; }
  .related.products-container {
    padding: 20px 10px;
    padding-right: 6px; }
  div#showcase-products .product.slick-slide {
    padding-left: 9px !important; }
  .free-delivery-wrapper {
    font-size: 12px; }
  .promo-wrap .sale-flag-side {
    font-size: 8px  !important;
    padding: 3px 3px !important; }
  .promo-wrap .ends {
    width: auto; }
  .promo-wrap .ends span {
    font-size: 8px; }
  body .tooltip-delivery-quantity {
    background-color: #ccc;
    position: absolute;
    top: 100% !important;
    right: 0px !important;
    left: inherit;
    z-index: 22; }
  div#product-reviews .slick-prev {
    left: 0 !important; }
  div#product-reviews .slick-next {
    width: 20px;
    right: 0 !important; }
  .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart .TotalPriceMain p, .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart span.TotalCountPrice, .fixed-cta div#add-to-cart-wrapper.qty-box-visible .form-action button#form-action-addToCart {
    font-size: 13px !important; }
  div#cart-preview-dropdown {
    z-index: 9999;
    min-width: 300px !important;
    top: 75px !important;
    max-width: 300px !important;
    left: inherit !important;
    right: -78px !important;
    height: 500px;
    overflow: scroll;
    padding-bottom: 50px; }
  .qty-wrapper a.button.card-figcaption-button.add-to-cart span {
    font-size: 10px;
    width: 100% !important;
    display: inline-block; }
  .contact-page-content .right-content ul li svg {
    width: 30px; }
  .contact-page-content .right-content h3 {
    font-size: 28px; }
  main.page.content p {
    font-size: 15px !important;
    line-height: 23px !important; }
  ul.stats-content li span {
    font-size: 10px;
    line-height: 14px; }
  ul.stats-content li p {
    font-size: 14px;
    line-height: 30px;
    padding-left: 4px; }
  article.card .card-body .card-text.add-to-cart-button {
    padding: 0 4px; }
  .RatingValue__Container-sc-fl6036-0.cRDvXb.es-rating-value {
    font-size: 14px;
    font-weight: 400; }
  span.TotalPricexvats {
    font-size: 16px !important; }
  .forOnePro .productView-details .price-section.current-price span {
    font-size: 20px !important; }
  .right-info span.price.price--non-sale {
    font-size: 20px !important; }
  .right-info .regular-price .m2-wrap {
    font-size: 15px !important;
    width: 32%;
    margin-top: 8px; }
  .bulk-discount svg {
    margin-left: 0px;
    transition: transform 0.3s; }
  div#content-bulk {
    display: inline-block;
    height: auto;
    width: 100%; }
  div#bulk-discount {
    width: 100% !important;
    padding: 14px 1px !important;
    gap: 3px; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0; }
  .bulk-discount svg {
    margin-left: 0; }
  .bulk-discount span {
    font-size: 11px; }
  .forOnePro div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments .increment-wrapper {
    width: 150px; }
  #body.product-page-layout #add-to-cart-wrapper .button--primary p, #body.product-page-layout .productView-options .form-action .button, #body.product-page-layout #add-to-cart-wrapper .button--primary span.TotalCountPrice {
    font-size: 18px !important;
    color: #fff !important; }
  .free-delivery-wrapper {
    font-size: 12px; }
  ul.stats-content li {
    width: 50%;
    margin-right: 0; }
  .eapps-pricing-table-column-features-item span {
    line-height: 20px;
    font-size: 16px !important; }
  #eapps-pricing-table-1 .eapps-pricing-table-column-2 .eapps-pricing-table-column-title-text {
    font-size: 19px !important;
    padding-bottom: 4px !important;
    margin-bottom: 6px !important; }
  .eapps-pricing-table-column-features-item span strong {
    display: inline-block;
    width: 100%; }
  .card-text.add-to-cart-button .qty-wrapper {
    display: flex; }
  .productCarousel-slide .card {
    padding: 0 5px; }
  .eapps-faq-layout-accordion .eapps-faq-content-category {
    margin-top: 40px;
    padding: 0 10px; }
  .related.products-container .qty-wrapper a.button.add-to-cart span {
    font-size: 9px !important; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-text {
    font-size: 20px;
    line-height: 23px;
    padding-right: 42px !important; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-active .eapps-faq-content-category-item-answer {
    pointer-events: initial;
    padding: 0 15px 27px 15px; }
  .qty-wrapper input.qty-input {
    width: 32px !important; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question {
    padding: 22px 14px 22px 9px !important; }
  .eapps-faq-layout-accordion .eapps-faq-content-category-item-question-icon {
    right: 6px !important; }
  .top_slide_content .slick-slide {
    font-size: 10px; }
  .slick-next {
    right: 10px !important; }
  .slick-prev {
    left: 10px !important; }
  ul.productGrid.productGrid--maxCol.related .card-body {
    min-height: 230px  !important;
    padding-bottom: 0 !important; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeTotalReviews__Content-sc-15g78rc-0.ikdLGE.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    font-size: 12px; }
  [data-layout-id="1ebcec59-ba49-4062-885d-1e691e986253"] .BadgeContainer__Inner-sc-1s0biz7-0.dNLMsw.es-badge-container {
    margin-top: -10px !important;
    padding: 0px 20px;
    font-size: 15px !important;
    margin-bottom: 10px !important; }
  [data-sub-layout-container="37a6c333-8732-41c4-9d05-13a305814373"], [data-sub-layout-container="d4a93f56-33a2-4fc7-9569-d1b93b8a5d24"] {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    gap: 11px; }
  .grid-list-view.toggle {
    display: none; }
  body.main.twelve-eighty #product-listing-container ul.productGrid figure.card-figure {
    padding: 5px !important; }
  .card-body {
    padding: 4px 6px !important;
    padding-top: 5px !important; }
  body.main.twelve-eighty figure.card-figure {
    padding: 8px !important; }
  .page.category-grid li.subcategory-item.noImage {
    margin: 6px 1px !important;
    padding: 2px 0 !important; }
  .safe_and_secure_wrapper ul .payment-cust-wrapper svg {
    width: 16px !important; }
  body .es-badge-total-reviews {
    font-size: 11px !important; }
  .es-badge-title {
    font-size: 10px !important;
    margin-top: 0 !important; }
  .es-badge-sources-item.es-trustpilot-icon {
    width: 16px !important;
    height: 16px !important; }
  body .es-badge-container {
    flex-direction: column;
    padding-left: 25px; }
  .es-rating-value {
    font-size: 12px !important; }
  body .es-badge-total-reviews {
    font-size: 10px;
    text-decoration: none; }
  .card-body .es-layout-sidebar-inner {
    left: -7px; } }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/*# sourceMappingURL=slick.min.css.map */
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

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

.slick-prev:before {
  content: '←'; }

[dir="rtl"] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

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

.slick-next:before {
  content: '→'; }

[dir="rtl"] .slick-next:before {
  content: '←'; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/*# sourceMappingURL=slick-theme.min.css.map */
.related.products-container .slick-initialized .slick-slide {
  display: inline-block; }

div#checkout-app input:focus, div#checkout-app select:focus, .form-input:focus, .widget--stripev3:focus, .form-input--focus, div#checkout-app .checkout-form .form-body .customerEmail-body input:focus, html body.checkout-layout div#checkout-app .checkout-steps input:focus {
  border: 1px solid #267e54 !important; }

input.form-input.optimizedCheckout-form-input:focus {
  border: 1px solid #267e54 !important; }

.form-input:focus {
  border-color: #267e54 !important;
  box-shadow: unset !important; }

@media only screen and (max-width: 700px) {
  article.footer-info-col div[data-content-region="footer_below_social_links--global"] a div {
    height: 60px !important; } }

div[data-content-region="footer_below_social_links--global"] a div {
  width: 190px; }

.productReview-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  position: relative;
  max-height: 3em;
  /* Approx for 2 lines */ }

.productReview-body.expanded {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  max-height: none; }

.more-toggle {
  display: inline-block;
  margin-top: 5px;
  color: #183053;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
