@charset "UTF-8";
@import url(https://use.typekit.net/smw5rwj.css);
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #808285;
  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: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004270;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #004270;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

/*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, .swal2-confirm.button {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .swal2-confirm.button:hover, .button--primary:focus, .swal2-confirm.button:focus, .button--primary.is-active, .is-active.swal2-confirm.button, .button--primary.active, .active.swal2-confirm.button {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active, .swal2-confirm.button:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 16px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

/*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.875rem; }
  .form-input.has-action + .button--inputAction, .cart-totals .has-action.form-input + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*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.25rem; }
  .form-input.has-icon + .icon, .cart-totals .has-icon.form-input + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  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, .cart-totals .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: #004270;
    box-shadow: 0 0 4px rgba(0, 66, 112, 0.4); }

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #004270;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #004270; }
  .breadcrumb.current {
    color: #004270;
    cursor: default; }
    .breadcrumb.current a {
      color: #004270;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #004270;
    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: #006892;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #004270;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #004270;
  display: block;
  font-size: 18px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #808285; }

.tab.is-active .tab-title {
  color: #808285;
  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: black;
  font-size: 18px;
  padding: 0.75rem; }

/*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: #808285;
  font-size: 18px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #004270;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #004270;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 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: #808285; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #808285;
  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.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 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: 18px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

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

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

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

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

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

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

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

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

.actionBar-link {
  display: block;
  padding: 0.75rem 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.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@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 #999999;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #004270;
    font-size: 2.3125rem; }
  .swal2-modal .swal2-content {
    color: #808285;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

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

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 35px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

.modal-header-title {
  font-size: 25px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 30px; } }

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

.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: #006892; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #808285; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #006892; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #006892; }

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

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

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

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

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

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

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

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.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: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }


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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  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.75rem; }
      @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.75rem; } }

.form-label--alternate {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0.75rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 16px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #999999;
  font-size: 16px; }

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

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

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

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

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

.form-input--small {
  font-size: 16px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.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 {
      display: none;
      background-color: #000;
      content: "";
      height: 2px;
      left: -9px;
      position: absolute;
      top: 20px;
      transform: rotate(-45deg);
      width: 141%; }
  [data-product-attribute] .form-option.form-option-swatch.unavailable {
    overflow: hidden; }
    [data-product-attribute] .form-option.form-option-swatch.unavailable::before {
      width: 160%;
      left: -24px;
      top: 43px;
      transform: rotate(-45deg); }

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

.locations-container .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
  width: 100%;
  margin: 0; }
  .locations-container .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    width: auto;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #939597;
    background-color: transparent; }
    .locations-container .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      height: 100%; }

.locations-container .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .locations-container .select2-container--default .select2-selection--multiple::after {
    right: 5px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23808285' d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 26px;
    top: auto;
    transform: none;
    bottom: 7px; }
  .locations-container .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px; }

.locations-container .select2-container--default .select2-search--inline {
  width: 100%; }
  .locations-container .select2-container--default .select2-search--inline .select2-search__field {
    min-height: 40px;
    margin-top: 0;
    line-height: 1;
    margin-left: 0;
    padding-left: 20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important; }

.locations-container .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #939597; }

.locations-container .select2-container--default .select2-selection--single {
  border-radius: 0; }
  .locations-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808285;
    font-size: 16px; }

.locations-container + .locations-container {
  margin-top: 30px; }

.checkout-form .create-account-form .dynamic-form-field {
  margin-bottom: 30px; }

.type-createaccount .locations-container {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #808285; }
  .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.75rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #808285; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #004270;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #004270;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #006892; }

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

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

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

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

.actionBar-section .form-label {
  color: #004270;
  font-size: 16px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }
  @media (max-width: 767px) {
    .actionBar-section .form-label {
      font-size: 14px;
      padding-left: 8px; } }


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

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

.actionBar-section .form-select {
  color: #808285;
  height: 2.125rem; }
  @media (max-width: 767px) {
    .actionBar-section .form-select {
      font-size: 14px; } }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 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: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      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.875rem;
      position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.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;
  border-bottom: 4px solid transparent;
  padding: 32px 0 28px 0; }

.navUser-item--account.c-dropdown:hover > .navUser-action {
  border-color: #004270; }
  .navUser-item--account.c-dropdown:hover > .navUser-action + ul {
    -webkit-box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24); }
    .navUser-item--account.c-dropdown:hover > .navUser-action + ul .navUser-action {
      margin: 0;
      display: flex; }
      .navUser-item--account.c-dropdown:hover > .navUser-action + ul .navUser-action + .navUser-action {
        margin-top: 20px; }
      .navUser-item--account.c-dropdown:hover > .navUser-action + ul .navUser-action .countPill {
        margin-left: 5px; }
    .navUser-item--account.c-dropdown:hover > .navUser-action + ul li + li {
      margin-top: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #004270;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #006892; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .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.1875rem; }
  @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: 18px; }
  .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: 18px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }

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

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

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

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

#product-reviews {
  margin-bottom: 0;
  border: 0; }

.productReviews-list .productReview article {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px; }

.productReviews-list .productReview:last-child article {
  margin-bottom: 0; }

.productReviews-list .productReview-author {
  font-size: 14px; }

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

.productView-product > :last-child {
  margin-bottom: 0; }
  .productView-product > :last-child.productView-rating {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .productView-product > :last-child.productView-rating {
        margin-top: 15px; } }

.productView-product .productView-rating {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .productView-product .productView-rating {
      margin-top: 15px; } }

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

.productView-brand {
  color: #004270;
  font-size: 18px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #004270; }
    .productView-brand a:hover {
      color: #006892; }

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

.productView-reviewLink {
  color: #004270;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #006892; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem; }
  .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.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  padding-bottom: 30px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (max-width: 767px) {
    .productView-options {
      padding-bottom: 0px; } }
  @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;
    margin: 0; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
    .productView-options .form .alertBox.productAttributes-message {
      margin-bottom: 20px; }
    .productView-options .form .alertBox--error {
      margin-bottom: 0px;
      padding: 9.7px 18px;
      width: calc(100% - 185px); }
      @media (max-width: 1365px) and (min-width: 1024px) {
        .productView-options .form .alertBox--error {
          width: 100%; } }
      @media (max-width: 1023px) {
        .productView-options .form .alertBox--error {
          width: calc(100% - 230px); } }
      @media (max-width: 767px) {
        .productView-options .form .alertBox--error {
          margin-bottom: 0;
          padding: 7.19px 18px;
          width: 100%; } }
  .productView-options .form-wishlist #wishlist-dropdown {
    display: none; }
  .productView-options .whistlist-wrapper {
    position: absolute;
    right: 0;
    bottom: 30px; }
    @media (max-width: 1365px) and (min-width: 1024px) {
      .productView-options .whistlist-wrapper {
        width: 100%;
        position: relative;
        bottom: 0;
        left: auto;
        right: auto;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .productView-options .whistlist-wrapper {
        width: 100%;
        position: relative;
        bottom: 0;
        left: auto;
        right: auto;
        margin-bottom: 20px; } }
    .productView-options .whistlist-wrapper .dropdown-menu-wrapper {
      display: none;
      position: absolute;
      top: 45px;
      right: 0;
      padding-top: 2px;
      z-index: 11; }
      @media (max-width: 767px) {
        .productView-options .whistlist-wrapper .dropdown-menu-wrapper {
          top: 40px; } }
      @media (max-width: 1365px) and (min-width: 1024px) {
        .productView-options .whistlist-wrapper .dropdown-menu-wrapper {
          width: 100%; } }
      @media (max-width: 767px) {
        .productView-options .whistlist-wrapper .dropdown-menu-wrapper {
          width: 100%; } }
      .productView-options .whistlist-wrapper .dropdown-menu-wrapper ul, .productView-options .whistlist-wrapper .dropdown-menu-wrapper li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .productView-options .whistlist-wrapper .dropdown-menu-wrapper ul {
        width: 250px;
        border: 1px solid #004270;
        min-width: 250px; }
        @media (max-width: 1365px) and (min-width: 1024px) {
          .productView-options .whistlist-wrapper .dropdown-menu-wrapper ul {
            width: 100%;
            min-width: 100%; } }
        @media (max-width: 767px) {
          .productView-options .whistlist-wrapper .dropdown-menu-wrapper ul {
            width: 100%;
            min-width: 100%; } }
      .productView-options .whistlist-wrapper .dropdown-menu-wrapper .button {
        padding: 14.5px 15px;
        line-height: 1;
        text-align: left;
        color: #004270;
        width: 100%;
        border: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        margin: 0; }
        .productView-options .whistlist-wrapper .dropdown-menu-wrapper .button:hover {
          background-color: #004270;
          color: #ffffff; }
        @media (max-width: 767px) {
          .productView-options .whistlist-wrapper .dropdown-menu-wrapper .button {
            padding: 12px 15px; } }
    .productView-options .whistlist-wrapper:hover .form-action > .button {
      background-color: #004270;
      border-color: #004270;
      color: #ffffff; }
      .productView-options .whistlist-wrapper:hover .form-action > .button svg path {
        fill: white; }
      .productView-options .whistlist-wrapper:hover .form-action > .button span::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z' style='&%2310; fill: %23ffffff;&%2310;'/%3E%3C/svg%3E"); }
    .productView-options .whistlist-wrapper:hover .dropdown-menu-wrapper {
      display: block; }
    .productView-options .whistlist-wrapper .form-action {
      margin: 0;
      padding: 0;
      width: 100%;
      min-width: 170px; }
      @media (max-width: 1023px) {
        .productView-options .whistlist-wrapper .form-action {
          min-width: 215px; } }
      @media (max-width: 767px) {
        .productView-options .whistlist-wrapper .form-action {
          display: inline-block; } }
      .productView-options .whistlist-wrapper .form-action > .button {
        height: 45px;
        margin: 0;
        min-width: auto;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        background-color: white;
        border-color: #004270;
        color: #004270; }
        @media (max-width: 1279px) {
          .productView-options .whistlist-wrapper .form-action > .button {
            padding: 10px 15px; } }
        @media (max-width: 767px) {
          .productView-options .whistlist-wrapper .form-action > .button {
            width: 100%;
            height: 40px;
            line-height: 18px; } }
        .productView-options .whistlist-wrapper .form-action > .button span {
          position: relative;
          padding-left: 23px; }
          .productView-options .whistlist-wrapper .form-action > .button span::after {
            content: "";
            position: absolute;
            left: 0px;
            width: 14px;
            height: 14px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z' style='&%2310; fill: %23004270;&%2310;'/%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            top: 50%;
            transform: translateY(-50%); }
        .productView-options .whistlist-wrapper .form-action > .button svg path {
          fill: #004270; }
  .productView-options .b2b-whistlist #shoppinglist-dropdown {
    border: 1px solid #004270;
    min-width: 250px;
    left: auto !important;
    right: 0; }
    .productView-options .b2b-whistlist #shoppinglist-dropdown .button {
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: bold; }
  .productView-options .b2b-whistlist .creat-list-group {
    padding: 10px !important;
    flex-wrap: wrap; }
    .productView-options .b2b-whistlist .creat-list-group > .form-input, .productView-options .b2b-whistlist .cart-totals .creat-list-group > .form-input {
      width: 100%;
      flex: auto !important;
      margin-bottom: 10px; }
    .productView-options .b2b-whistlist .creat-list-group > div {
      width: 100%;
      margin: 0 !important;
      flex-flow: row !important;
      flex-wrap: wrap !important; }
      .productView-options .b2b-whistlist .creat-list-group > div > button {
        width: 50% !important;
        padding: 10.5px 10px;
        font-weight: bold;
        text-align: center !important; }
      .productView-options .b2b-whistlist .creat-list-group > div > #add-new-shopping-list-confirm {
        width: calc(50% - 10px) !important;
        margin-left: 10px !important; }
  .productView-options .b2b-whistlist .form-wishlist .icon {
    display: none; }
  .productView-options .b2b-whistlist .form-wishlist #shoppinglist-dropdown {
    width: 100% !important; }
  .productView-options .b2b-whistlist .form-wishlist:hover #shoppinglist-dropdown {
    display: block; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem; } }
  .productView-options .form-action .button--primary, .productView-options .form-action .swal2-confirm.button {
    margin-right: 0.75rem; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

@media (max-width: 500px) {
  body .rfq-form-wrapper .form-container {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px; } }

body .rfq-form-wrapper .form-container .title-container {
  padding: 15px 30px; }
  @media (max-width: 767px) {
    body .rfq-form-wrapper .form-container .title-container {
      padding: 15px 20px; } }
  body .rfq-form-wrapper .form-container .title-container h3 {
    text-align: center; }
  body .rfq-form-wrapper .form-container .title-container .quote-modal-close {
    color: transparent;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='63.95 64.2 384 384.2' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4 L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1 c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1 c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z' fill='%23004270'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    padding: 0;
    height: 18px;
    width: 18px; }

body .rfq-form-wrapper .form-container .body-container {
  display: flex;
  flex-wrap: wrap; }
  body .rfq-form-wrapper .form-container .body-container .form-field {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      body .rfq-form-wrapper .form-container .body-container .form-field {
        width: 100%;
        padding: 0; } }
  body .rfq-form-wrapper .form-container .body-container .form-title {
    padding: 0 10px;
    color: #004270; }
    @media (max-width: 1199px) {
      body .rfq-form-wrapper .form-container .body-container .form-title {
        padding: 0; } }
    @media (max-width: 767px) {
      body .rfq-form-wrapper .form-container .body-container .form-title {
        font-size: 20px; } }
  body .rfq-form-wrapper .form-container .body-container .form-divide {
    background: transparent;
    margin: 10px 0 0 0; }

body .rfq-form-wrapper .form-container .quote-edit-container {
  display: flex; }
  @media (max-width: 1023px) {
    body .rfq-form-wrapper .form-container .quote-edit-container {
      display: grid;
      overflow-y: auto; } }
  body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item,
  body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-information {
    width: 50%; }
    @media (max-width: 1023px) {
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item,
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-information {
        width: 100%; } }
  body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-information {
    padding: 25px 20px 0 20px; }
    @media (max-width: 1023px) {
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-information {
        overflow-y: initial; } }
  body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item {
    padding-top: 45px; }
    @media (max-width: 1023px) {
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item {
        padding-top: 0px; } }
    body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container,
    body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-container {
      padding: 0 30px; }
      @media (max-width: 1199px) {
        body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container,
        body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-container {
          padding-left: 20px;
          padding-right: 20px; } }
    body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-container {
      height: calc(80% - 30px);
      padding-bottom: 20px; }
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-container h4 {
        margin-top: 0;
        margin-bottom: 16px; }
        @media (max-width: 767px) {
          body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-container h4 {
            font-size: 20px; } }
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-container .product-list-item-container {
        border-radius: 0;
        color: #004270; }
    body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container {
      margin-bottom: 30px; }
      body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container {
        width: calc(100% - 109px); }
        body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container .search-results-list {
          top: 45px;
          -webkit-box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24);
          -moz-box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24); }
        body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container #search-productsBtn {
          background: transparent; }
          body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container #search-productsBtn:hover {
            color: #004270; }
        body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container .form-products-input {
          width: 100%;
          border-radius: 0;
          padding-right: 50px;
          border-style: solid; }
    body .rfq-form-wrapper .form-container .quote-edit-container .quote-edit-item .quote-submit-container .submit {
      margin: 0 30px 25px 0; }

body .rfq-form-wrapper .form-container .attach-file-container,
body .rfq-form-wrapper .form-container .form-copy-address,
body .rfq-form-wrapper .form-container .message-container {
  padding: 0 10px; }
  @media (max-width: 1199px) {
    body .rfq-form-wrapper .form-container .attach-file-container,
    body .rfq-form-wrapper .form-container .form-copy-address,
    body .rfq-form-wrapper .form-container .message-container {
      padding: 0; } }

@media (max-width: 767px) {
  body .rfq-form-wrapper .form-container .message-container .quote-message {
    font-size: 20px; } }

body .rfq-form-wrapper .form-container .attach-file-container {
  padding-top: 30px; }

body .swal2-popup {
  border-radius: 0; }
  body .swal2-popup .swal2-actions .swal2-styled.swal2-cancel, body .swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
    border-radius: 0;
    background: #004270;
    color: #ffffff;
    border: 1px solid #004270 !important;
    border-style: solid;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 13.5px 30px; }
    @media (max-width: 767px) {
      body .swal2-popup .swal2-actions .swal2-styled.swal2-cancel, body .swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
        padding: 11px 30px; } }
    body .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:active, body .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:hover, body .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus, body .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:active, body .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover, body .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus {
      background-image: none;
      box-shadow: none;
      background: #ffffff;
      color: #004270;
      border: 1px solid #004270; }
    body .swal2-popup .swal2-actions .swal2-styled.swal2-cancel a, body .swal2-popup .swal2-actions .swal2-styled.swal2-confirm a {
      color: #004270 !important; }

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

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

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

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

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

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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: 62.5rem; }

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

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

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

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

.toggleLink-text {
  font-size: 16px;
  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: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #004270;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 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: 1024px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

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

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

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

.cart-item-label {
  color: #808285;
  float: left;
  margin-bottom: 0.375rem;
  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: 1024px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #004270;
  margin-bottom: 0.1875rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form .swal2-confirm.button {
    width: 60%; }

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

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

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

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

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

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

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

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

.optimizedCheckout-orderSummary-cartSection .cart-actions {
  width: 100%; }

.cart-additionalCheckoutButtons {
  max-width: 500px;
  margin-left: auto;
  display: flex; }
  @media (max-width: 767px) {
    .cart-additionalCheckoutButtons {
      max-width: 100%; } }
  .cart-additionalCheckoutButtons .GooglePayCheckout button {
    margin-top: 8px; }
  .cart-additionalCheckoutButtons .paypalCommerce-buttons-container {
    width: calc(50%); }
    .cart-additionalCheckoutButtons .paypalCommerce-buttons-container .paypalCommerce-smart-buttons {
      margin: 15px 0 0 0;
      padding-right: 7.5px; }
      .cart-additionalCheckoutButtons .paypalCommerce-buttons-container .paypalCommerce-smart-buttons > div {
        width: 100% !important; }
  .cart-additionalCheckoutButtons .GooglePayCheckout button.gpay-button {
    width: 100% !important;
    margin: 15px 0 0 0; }
  .cart-additionalCheckoutButtons .GooglePayCheckout {
    width: calc(50%); }
  .cart-additionalCheckoutButtons .FloatRight div {
    width: 100%; }
  .cart-additionalCheckoutButtons .GooglePayContainer {
    padding-left: 7.5px; }

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

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  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: 15.625rem;
    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.75rem;
    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.75rem; }
      .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.375rem; } }

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

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

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

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

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

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

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

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

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

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

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

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

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

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "proxima-nova";
  margin: 0 0 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 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: 18px; }

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

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

.search-nav {
  position: relative; }
  .search-nav.navBar {
    padding-bottom: 30px; }
    @media (max-width: 1023px) {
      .search-nav.navBar {
        padding-bottom: 0px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    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: 18px;
    margin-bottom: 0; }

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 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: #004270;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.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: 18px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

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

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

.account-orderStatus-action {
  color: #004270;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  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: #006892; }

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

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

.account-sidebar-block {
  font-size: 18px; }
  .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: #004270;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  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: #004270;
  font-size: 18px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .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: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #6d6e71;
  opacity: 0.5; }

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

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

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

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

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 18px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

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

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

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

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #808285;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #006892; }
    .header-logo__link:active {
      color: #006892; }

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

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

.header-logo-text {
  display: block;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: "px"; } }

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

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

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #004270;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    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: #004270;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

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

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

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

.footer {
  background-color: #004270;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative; }

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

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

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

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

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

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

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

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

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #004270;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #006892; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  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: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .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.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

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

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 18px;
      margin-bottom: 0; } }

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

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

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

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

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

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

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

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default .jstree-search {
  color: #8b0000;
  font-style: italic;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  display: inline-block;
  min-width: 100%; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  line-height: 24px;
  margin-left: 24px;
  min-height: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default .jstree-icon:empty {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  line-height: 18px;
  margin-left: 18px;
  min-height: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small .jstree-icon:empty {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  line-height: 32px;
  margin-left: 32px;
  min-height: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large .jstree-icon:empty {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.body {
  opacity: 0; }

.navBar.navBar--sub.navBar--account {
  display: none; }

.modal-close:focus::after, .modal-close:focus::before {
  display: none; }

#add-to-cart-wrapper .form-action {
  margin-top: 0; }

#add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
  display: flex !important; }

.tingle-modal-box {
  background-color: #e5e5e5 !important; }

.b2b-wrap table tr:hover {
  background-color: #dddddd !important; }

#invoice-detail-pending .invoice-detail-pending {
  background-color: #e5e5e5 !important; }

.dropdown-menu.show-action {
  background-color: #dddddd;
  width: unset !important; }

.cart-info {
  color: #006892; }

.file-upload-drop {
  color: #006892; }

.card-figcaption-body > button {
  width: 100%; }

.card-figcaption-body input {
  vertical-align: middle; }

button#add_to_cart {
  border-color: #444444;
  background-color: #444444; }

#navPages-account .navPage-subMenu-list .navPage-subMenu-action.navPages-action {
  padding-left: 0; }

#shopping_list_table .product-options {
  color: inherit !important; }

.base-price-container {
  display: none !important; }

[data-ceia-product="yes"] .base-price-container {
  display: none !important; }

[data-ceia-product="no"] .base-price-container {
  display: block !important; }

/* ========== GLOBAL VAARIABLE ========== */
/* ========== HEADING ========== */
/* ========== media mixin ========== */
/* ========== common mixin ========== */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

*:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke-width: 0.1px;
  -moz-osx-font-smoothing: auto;
  padding: 0;
  font-weight: 400;
  color: #808285;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (max-width: 567px) {
    body {
      font-size: 14px;
      line-height: 20px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
  font-family: "proxima-nova";
  text-decoration: none; }

h1 {
  line-height: 42px; }
  @media screen and (max-width: 767px) {
    h1 {
      line-height: 36px;
      font-size: 30px; } }

h2 {
  line-height: 36px; }
  @media screen and (max-width: 767px) {
    h2 {
      line-height: 30px;
      font-size: 25px; } }

h3 {
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    h3 {
      line-height: 26px;
      font-size: 22px; } }

h4 {
  line-height: 26px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 26px; } }

h5 {
  line-height: 24px; }

h6 {
  line-height: 22px; }

.page-heading {
  padding: 0 0 40px;
  margin: 0; }
  .page-heading.home-title {
    padding: 0;
    text-align: left;
    margin: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .page-heading.home-title {
        margin: 0 0 15px; } }

a {
  text-decoration: none;
  color: #808285;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  a:hover, a:focus {
    color: #006892; }

dl dt {
  font-weight: bold; }

strong,
b {
  font-weight: bold;
  line-height: 24px; }
  @media only screen and (max-width: 567px) {
    strong,
    b {
      line-height: 20px; } }

p {
  margin-bottom: 20px;
  line-height: 24px; }
  @media only screen and (max-width: 567px) {
    p {
      line-height: 20px; } }

ul, ol {
  margin-left: 20px;
  margin-bottom: 20px; }

img {
  max-width: 100%;
  vertical-align: middle; }

hr {
  border-color: #939597;
  margin: 30px 0; }

address {
  font-style: normal;
  margin-bottom: 20px; }

blockquote {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px; }

/* ========== COMMON CLASS ========== */
.body {
  overflow: hidden;
  margin: 0;
  min-height: 60vh; }

.container {
  padding: 0;
  max-width: 1250px; }
  @media (max-width: 1365px) {
    .container {
      max-width: 1240px; } }
  @media screen and (max-width: 1279px) {
    .container {
      max-width: 980px; } }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.container-lg {
  padding: 0;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1680px) {
    .container-lg {
      max-width: 1400px; } }
  @media (max-width: 1439px) {
    .container-lg {
      max-width: 1300px; } }
  @media (max-width: 1365px) {
    .container-lg {
      max-width: 1240px; } }
  @media screen and (max-width: 1279px) {
    .container-lg {
      max-width: 960px; } }
  @media screen and (max-width: 1023px) {
    .container-lg {
      max-width: 100%;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .container-lg {
      padding-left: 15px;
      padding-right: 15px; } }

.container-sm {
  padding: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1279px) {
    .container-sm {
      max-width: 960px; } }
  @media screen and (max-width: 1023px) {
    .container-sm {
      max-width: 100%;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .container-sm {
      padding-left: 15px;
      padding-right: 15px; } }

.account--fixed {
  width: 100%; }
  .account--fixed .account-body {
    margin: 0; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-v-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

.clearfix:before, .clearfix:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after, .clearfix:after {
  clear: both; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.padding-none {
  padding: 0 !important; }

.list-style-none {
  list-style: none;
  margin: 0;
  padding: 0; }

.margin-none {
  margin: 0 !important; }

.link, a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a {
  color: #004270;
  text-decoration: underline; }
  .link:hover, a:hover[data-item-edit], a:hover[data-item-giftwrap], .cart-item-name + a:hover {
    color: #006892; }

.page-content--centered {
  width: 100%; }

.page-content,
.page-content--full {
  padding: 0; }

.page {
  margin: 0; }

.mb-50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 1023px) {
    .mb-50 {
      margin-bottom: 30px; } }

.mb-30 {
  margin-bottom: 30px; }

.alertBox--info {
  border-radius: 0px; }

@media screen and (max-width: 767px) {
  .modal-body {
    padding: 20px; } }

@media screen and (max-width: 767px) {
  .facetedSearch-optionColumns {
    column-count: 2; } }

.default-ul li,
.default-ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.d-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%; }

.grey-bg {
  background-color: #eceded; }

.blog-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px; }
  .blog-inner .blog {
    width: 33.33%;
    margin: 0 0 30px 0;
    border: 0;
    padding: 0 15px; }
    @media screen and (max-width: 1023px) {
      .blog-inner .blog {
        width: 50%;
        margin: 0 0 30px; } }
    @media screen and (max-width: 666px) {
      .blog-inner .blog {
        width: 100%; } }
    .blog-inner .blog .custom-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      padding: 4px;
      background: #ebebeb; }
      @media (min-width: 1280px) {
        .blog-inner .blog .custom-row:hover .blog-post-figure .blog-thumbnail img {
          transform: scale(1.05); } }
    .blog-inner .blog .blog-post-figure {
      max-width: 100%;
      width: 100%;
      margin: 0;
      background-color: #ffffff; }
      .blog-inner .blog .blog-post-figure .blog-thumbnail {
        border: 0;
        max-width: 100%;
        margin: 0;
        overflow: hidden; }
        .blog-inner .blog .blog-post-figure .blog-thumbnail img {
          object-fit: contain;
          height: 260px;
          width: 100%;
          transform: scale(1);
          transition: all 0.25s linear;
          -webkit-transition: all 0.25s linear; }
          @media screen and (max-width: 1279px) {
            .blog-inner .blog .blog-post-figure .blog-thumbnail img {
              height: 200px; } }
          @media screen and (max-width: 1023px) {
            .blog-inner .blog .blog-post-figure .blog-thumbnail img {
              height: 170px; } }
    .blog-inner .blog .blog-post-body {
      padding: 20px 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      text-align: left; }
      .blog-inner .blog .blog-post-body .blog-title {
        margin: 0; }
        .blog-inner .blog .blog-post-body .blog-title a {
          font-size: 18px;
          line-height: 22px;
          font-weight: bold;
          color: #004270;
          margin-bottom: 10px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex: 1;
          max-width: 94%;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .blog-inner .blog .blog-post-body .blog-title a:hover {
            color: #999999; }
      .blog-inner .blog .blog-post-body .blog-post {
        font-size: 14px;
        color: #808285;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 0px; }
        .blog-inner .blog .blog-post-body .blog-post a {
          font-size: 14px;
          font-weight: bold;
          color: #004270;
          text-transform: capitalize;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          text-decoration: underline;
          text-underline-position: under;
          margin-top: 10px; }
          .blog-inner .blog .blog-post-body .blog-post a:hover {
            color: #999999; }

.blog .blog-post-figure {
  max-width: 800px; }

.blog .blog-thumbnail {
  border: 2px solid #ebebeb;
  margin: 0;
  margin-bottom: 15px; }

.blog .blog-post-body {
  width: 100%; }
  .blog .blog-post-body h1, .blog .blog-post-body .h1, .blog .blog-post-body h2, .blog .blog-post-body .h2, .blog .blog-post-body h3, .blog .blog-post-body .h3, .blog .blog-post-body h4, .blog .blog-post-body .h4, .blog .blog-post-body h5, .blog .blog-post-body .h5, .blog .blog-post-body h6, .blog .blog-post-body .h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: none; }
    .blog .blog-post-body h1:first-child, .blog .blog-post-body .h1:first-child, .blog .blog-post-body h2:first-child, .blog .blog-post-body .h2:first-child, .blog .blog-post-body h3:first-child, .blog .blog-post-body .h3:first-child, .blog .blog-post-body h4:first-child, .blog .blog-post-body .h4:first-child, .blog .blog-post-body h5:first-child, .blog .blog-post-body .h5:first-child, .blog .blog-post-body h6:first-child, .blog .blog-post-body .h6:first-child {
      margin-top: 0px; }

.blog .blog-post {
  font-size: 16px;
  line-height: 25px; }
  .blog .blog-post a {
    text-transform: capitalize;
    text-decoration: underline;
    color: #004270;
    display: block;
    margin-top: 5px; }
    .blog .blog-post a:hover {
      color: #006892; }

.blog .blog-header .blog-title a {
  color: #004270;
  font-size: 26px;
  line-height: 30px; }
  .blog .blog-header .blog-title a:hover {
    color: #808285; }

.blog .blog-header .blog-date {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px; }

.type-blog_post .blog {
  margin-bottom: 0px; }

.type-blog_post .blog .blog-header .blog-date {
  text-align: center;
  margin-bottom: 30px; }

.type-blog_post .blog .blog-post a {
  display: inline-block; }

.type-blog_post .blog-post-figure {
  margin-bottom: 30px; }
  .type-blog_post .blog-post-figure .blog-thumbnail img {
    max-width: 240px;
    padding: 20px; }

.type-blog_post .socialLinks {
  justify-content: center; }
  .type-blog_post .socialLinks .socialLinks-item {
    margin-bottom: 0px; }

.blog .tags {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #939597; }
  @media screen and (max-width: 767px) {
    .blog .tags {
      margin: 15px 0;
      padding-top: 20px; } }
  .blog .tags .tag {
    margin: 5px; }
    .blog .tags .tag a {
      background: #004270;
      border-color: #004270;
      color: white;
      padding: 8px 20px; }

.type-blog_post .hide-img-dec {
  display: none !important; }

.type-blog_post .home-blog-img.padding-top {
  display: inline-block;
  padding: 0;
  margin: 0; }
  @media (max-width: 1023px) {
    .type-blog_post .home-blog-img.padding-top {
      display: none; } }

.slick-next {
  right: 10px; }

.slick-prev {
  left: 10px; }

.slick-dots {
  bottom: 0; }
  .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 6px; }
    @media only screen and (max-width: 567px) {
      .slick-dots li {
        margin: 0 2px; } }
    .slick-dots li button {
      width: 20px;
      height: 20px;
      background: transparent;
      border: 2px solid #004270; }
      @media only screen and (max-width: 567px) {
        .slick-dots li button {
          width: 10px;
          height: 10px; } }
      .slick-dots li button:before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #004270; }

/* ========== TABS STYLE ========== */
.tabs {
  border-color: #eaebec;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

a.tab-title {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 30px; }
  a.tab-title:focus, a.tab-title:hover {
    background: #004270;
    color: white;
    outline-offset: 0px !important; }

.tab {
  border: none; }
  .tab + .tab {
    margin-left: 1px; }

.tab.is-active {
  border: none; }
  .tab.is-active a.tab-title {
    background: #004270;
    color: white;
    font-weight: normal;
    outline-offset: 0px !important; }

.pagination-list {
  margin: 0;
  line-height: 0; }

/* ========== PAGINATION STYLE ========== */
.pagination-list {
  margin: 25px 0 0; }
  .pagination-list li {
    margin: 0;
    padding: 0 8px; }
    .pagination-list li a, .pagination-list li button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0; }

.pagination-item {
  border: none; }
  .pagination-item.pagination-item--current {
    margin: 0; }
    .pagination-item.pagination-item--current a {
      color: white;
      background: #004270;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .pagination-item.pagination-item--current a:hover {
        color: white; }
  .pagination-item.pagination-item--next .pagination-link, .pagination-item.pagination-item--previous .pagination-link {
    margin-top: 6px; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  margin-top: -4px; }

.breadcrumb-block {
  background: #004270;
  padding: 13px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .breadcrumb-block {
      padding: 13px 0; } }
  .breadcrumb-block .page-heading {
    color: white;
    text-align: left;
    margin: 20px 0 2px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .breadcrumb-block .page-heading {
        margin: 10px 0 2px; } }

ol.breadcrumbs {
  text-align: left;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: auto;
  line-height: 1; }

.breadcrumb {
  color: white;
  text-transform: capitalize; }
  .breadcrumb a {
    color: white; }
  .breadcrumb.is-active > .breadcrumb-label {
    font-weight: 500 !important; }

.breadcrumb:not(:first-child)::before {
  height: 10px;
  margin: 0 6px 0 4px; }

.breadcrumb-label {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  text-underline-position: under; }
  .breadcrumb-label:hover {
    color: rgba(255, 255, 255, 0.7); }

.breadcrumb:not(:first-child)::before {
  border-color: white; }

.breadcrumb.is-active > .breadcrumb-label {
  color: white;
  font-weight: 700; }
  .breadcrumb.is-active > .breadcrumb-label:hover {
    border-color: white; }

.sf-menu, .sf-menu {
  list-style: none; }

.sf-menu ul:not(.previewCartList) {
  position: absolute;
  display: none;
  top: calc(100% + 1px);
  z-index: 99;
  background: white;
  left: -20px;
  border: 1px solid #eaebec; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu ul ul {
  left: 100%;
  right: auto;
  top: 0;
  transform: none;
  margin: 0; }

/*** DEMO SKIN ***/
.sf-menu ul.mega-menu-wrap {
  width: 100%;
  max-width: 100%;
  left: 0; }

.sf-menu li {
  position: relative; }

.sf-menu ul li {
  background: white;
  display: block;
  width: 100%;
  text-align: left; }

.sf-menu ul ul li {
  background: white; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  height: auto;
  padding: 12px 35px 12px 20px;
  vertical-align: middle;
  background-size: 15px;
  background-position: right 12px center;
  border: 1px solid #939597;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  background: white; }
  @media screen and (max-width: 1023px) {
    .select2-container .select2-selection--single {
      padding-top: 10px;
      padding-bottom: 10px; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 14px; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  border: 1px solid #939597;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  min-width: 150px; }

.select2-results {
  display: block;
  max-height: 300px;
  overflow: auto; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  text-align: left;
  padding: 8px 35px 7px 20px;
  user-select: none;
  -webkit-user-select: none;
  background: white;
  font-size: 14px;
  line-height: 20px; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--default .select2-results__option--selected {
  background-color: #004270;
  color: white; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #004270;
  color: white; }

.select2-search--dropdown {
  display: none;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 5px;
  width: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24875 0.0845947L4.5 3.32876L7.75125 0.0845947L8.75 1.08334L4.5 5.33334L0.25 1.08334L1.24875 0.0845947Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--disabled {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg); }

/* ========== FORM RESET ========== */
select {
  outline: none; }

textarea {
  resize: none; }

.form {
  margin-bottom: 30px; }

.form-prefixPostfix .button {
  height: auto;
  margin-left: 15px; }

/* ========== BUTTON STYLE ========== */
.button {
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 30px;
  text-transform: capitalize;
  background: white;
  font-family: "proxima-nova";
  color: #004270;
  border: 1px solid #004270;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  @media screen and (max-width: 767px) {
    .button {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 18px; } }
  .button:hover, .button:focus {
    border: 1px solid #004270;
    background: #004270;
    color: white; }
  .button.button--primary, .button.swal2-confirm {
    background: #004270;
    color: white; }
    .button.button--primary:hover, .button.swal2-confirm:hover, .button.button--primary:focus, .button.swal2-confirm:focus {
      background: white;
      color: #004270; }

.form-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: #808285;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 10px; }
  .form-label small,
  .form-label .form-required {
    color: #808285;
    font-size: 12px;
    line-height: 20px;
    margin: 3px 0 0;
    text-transform: inherit; }
  .form-label .form-required {
    float: right; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 35px; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  height: 20px;
  width: 20px;
  border-radius: 0px;
  top: -1px; }
  @media screen and (max-width: 767px) {
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      top: 0px; } }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  height: 16px;
  width: 16px;
  top: 0;
  left: 2px; }

.form-checkbox + .form-label::after {
  top: 1px; }
  @media screen and (max-width: 767px) {
    .form-checkbox + .form-label::after {
      top: 2px; } }

/* ========== INPUT STYLE ========== */
.cart-total .form-select, .cart-total .form-input, .form-select, .cart-totals .form-select, .form-input, .cart-totals .form-input {
  border: 1px solid #939597;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 18px;
  font-size: 16px;
  padding: 10px 20px;
  color: #808285;
  height: auto;
  outline: none; }
  .cart-total .form-select:focus,
  .cart-total .form-input:focus, .form-select:focus, .form-input:focus {
    border-color: #86888a;
    outline: none; }

.cart-total .form-select, .form-select, .cart-totals .form-select {
  padding-right: 30px;
  background-position: right 5px center; }

.form-input::-webkit-input-placeholder, .cart-totals .form-input::-webkit-input-placeholder {
  color: #939598;
  opacity: 1; }

.form-input::-moz-placeholder, .cart-totals .form-input::-moz-placeholder {
  color: #939598;
  opacity: 1; }

.form-input:-ms-input-placeholder {
  color: #939598;
  opacity: 1; }

.form-input:-moz-placeholder {
  color: #939598;
  opacity: 1; }

.cart-total .coupon-code .form-input {
  padding: 12.5px 20px; }
  @media (max-width: 767px) {
    .cart-total .coupon-code .form-input {
      padding: 10px 20px; } }

.form-row {
  margin-left: -10px;
  margin-right: -10px; }
  .form-row .form-field {
    padding-left: 10px;
    padding-right: 10px; }

@media screen and (max-width: 767px) {
  .form-row .form-field, .form-row--half .form-field {
    float: none;
    clear: both;
    width: 100%; } }

.form-column {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .form-column {
      float: none;
      clear: both;
      width: 100%; } }

.form-column > .form-field {
  padding-left: 0;
  padding-right: 0; }

.form-field {
  margin-bottom: 30px; }

.form-field-group, .form-row .form-field-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px; }

.form-actions {
  margin-top: 25px; }

/* ========== SELECT STYLE ========== */
/* ========== CHECKBOX AND RADIO STYLE ========== */
/* ========== QUANTITYBOX STYLE ========== */
.form-increment .button {
  background: #004270; }
  .form-increment .button:hover {
    background: white; }
  .form-increment .button.button--icon svg {
    fill: white; }
  .form-increment .button.button--icon:hover svg {
    fill: #004270; }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha > div {
    max-width: 100%;
    display: inline-block; }

.form-actions > * {
  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: 0 0 0 10px; }

.form-actions a, .form-actions .button, .form-actions .coupon-code-add, .form-actions .coupon-code-cancel, .form-actions .shipping-estimate-show, .form-actions .gift-certificate-add, .form-actions .gift-certificate-cancel, .form-actions input, .form-prefixPostfix a, .form-prefixPostfix .button, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix .shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel, .form-prefixPostfix input {
  width: auto;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .form-prefixPostfix {
    display: block;
    text-align: center; } }

.form-prefixPostfix .form-input {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .form-prefixPostfix .form-input {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .form-prefixPostfix .button {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%; } }

@media screen and (max-width: 1439px) {
  .navPages-item:last-child .navPage-subMenu-list, .navPages-item:nth-child(3) .navPage-subMenu-list {
    left: auto;
    right: 0; } }

.mobile-menu {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-menu {
      display: flex;
      align-items: center;
      width: 100%; }
      .mobile-menu ul {
        margin-left: 20px; } }
    @media screen and (max-width: 1023px) and (max-width: 767px) {
      .mobile-menu ul {
        margin-left: 15px; } }
  @media only screen and (max-width: 374px) {
    .mobile-menu {
      width: 57px; } }
  .mobile-menu .mobileMenu-toggle {
    padding: 0;
    position: relative;
    width: 23px;
    height: 20px; }
    @media screen and (max-width: 1279px) {
      .mobile-menu .mobileMenu-toggle {
        display: block;
        top: 14px; } }
    @media screen and (max-width: 767px) {
      .mobile-menu .mobileMenu-toggle {
        top: 18px; } }
    .mobile-menu .mobileMenu-toggle .mobileMenu-toggleIcon {
      width: 23px;
      margin-top: -1px;
      top: 50%; }
      .mobile-menu .mobileMenu-toggle .mobileMenu-toggleIcon:after, .mobile-menu .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        width: 23px; }
      .mobile-menu .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        bottom: -6px; }
      .mobile-menu .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        top: -6px; }
  .mobile-menu .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    bottom: 0; }
  .mobile-menu .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    top: 0; }
  @media screen and (max-width: 1279px) {
    .mobile-menu .list-style-none {
      display: none; } }

.header {
  padding: 0 75px;
  border: none;
  position: sticky;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1679px) {
    .header {
      padding: 0 40px; } }
  @media screen and (max-width: 1439px) {
    .header {
      padding: 0 20px !important; } }
  @media screen and (max-width: 1023px) {
    .header {
      height: 117px !important;
      padding: 16px 7px 16px 20px !important; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 16px 7px 16px 16px !important;
      position: sticky; } }
  @media (max-height: 450px) {
    .header {
      padding: 10px 7px 10px 16px !important; } }
  .header > div {
    line-height: 0; }

@media (min-width: 1980px) {
  .header-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

@media screen and (max-width: 1439px) {
  .header-container .header-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (max-width: 1279px) {
  .header-container {
    z-index: 10;
    background: white;
    position: relative; } }

.header-logo-custom {
  margin: 0;
  line-height: 0; }
  @media screen and (max-width: 1279px) {
    .header-logo-custom .header-logo__link {
      max-width: 270px; }
      .header-logo-custom .header-logo__link img {
        max-height: none;
        width: 100%; } }
  @media only screen and (max-width: 567px) {
    .header-logo-custom .header-logo__link {
      max-width: 100%;
      width: 90%; } }

.logo-block {
  width: 315px; }
  @media (max-width: 1679px) {
    .logo-block {
      width: 240px; } }
  @media screen and (max-width: 1279px) {
    .logo-block {
      width: 200px; } }
  @media screen and (max-width: 1023px) {
    .logo-block {
      width: calc(100% - 107px); } }
  @media only screen and (max-width: 374px) {
    .logo-block {
      width: calc(100% - 107px); } }

.main-nav {
  width: calc(100% - 315px);
  justify-content: flex-end;
  align-items: center;
  z-index: 21; }
  @media (max-width: 1679px) {
    .main-nav {
      width: calc(100% - 240px); } }
  @media screen and (max-width: 1279px) {
    .main-nav {
      width: calc(100% - 270px); } }
  @media screen and (max-width: 1023px) {
    .main-nav {
      width: 61px; } }
  @media only screen and (max-width: 374px) {
    .main-nav {
      width: 57px; } }
  .main-nav .navPages-container {
    z-index: 110;
    position: inherit; }
    @media screen and (max-width: 1023px) {
      .main-nav .navPages-container {
        display: none; } }

.navUser {
  width: auto; }
  @media screen and (max-width: 1279px) {
    .navUser {
      position: inherit;
      transform: inherit; } }
  .navUser .navUser-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .navUser .navUser-section ul {
      padding: 10px 20px;
      min-width: 140px; }
      .navUser .navUser-section ul .navUser-action {
        padding: 5px 0;
        font-size: 12px;
        color: #484454; }
        .navUser .navUser-section ul .navUser-action:hover {
          color: #004270; }
        .navUser .navUser-section ul .navUser-action .countPill {
          display: none; }
  .navUser .navUser-item.navUser-item--account {
    margin-top: 3px; }
    @media screen and (max-width: 767px) {
      .navUser .navUser-item.navUser-item--account {
        display: block;
        margin-top: 0; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 5px;
  width: 10px;
  margin: 0 0 0 5px; }

.navPages-item + .navPages-item {
  margin-left: 16px; }
  @media only screen and (max-width: 1365px) {
    .navPages-item + .navPages-item {
      margin-left: 0px; } }

.navPages-action {
  padding: 30px 0;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #004270;
  text-transform: none;
  font-weight: 500;
  font-family: "proxima-nova";
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  .navPages-action .icon.navPages-action-moreIcon {
    width: 9px;
    height: 6px;
    margin: 0; }
    .navPages-action .icon.navPages-action-moreIcon svg {
      fill: #004270;
      stroke: none;
      width: 9px;
      height: 6px; }
  .navPages-action:hover {
    color: #006892; }

.dropdown--quickSearch-custom .form,
.dropdown--quickSearch-custom .form-field {
  margin: 0; }

.dropdown--quickSearch-custom .desktop-icon {
  fill: transparent;
  stroke: #ccc4c1;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 12px;
  top: 9px; }
  @media screen and (max-width: 1023px) {
    .dropdown--quickSearch-custom .desktop-icon {
      display: none; } }

.dropdown--quickSearch-custom .form-field .form-input {
  display: block;
  font-size: 12px;
  line-height: 17px;
  padding: 7px 20px 8px;
  padding-left: 42px;
  border-radius: 5px;
  height: 40px;
  color: #696b73; }
  @media screen and (max-width: 1023px) {
    .dropdown--quickSearch-custom .form-field .form-input {
      border-radius: 20px;
      background-image: none !important;
      padding-left: 16px;
      font-size: 12px;
      padding-right: 42px; } }
  .dropdown--quickSearch-custom .form-field .form-input::placeholder {
    color: #696b73; }

.search-block {
  width: 400px;
  margin: 0 35px 0 30px; }
  @media (max-width: 1500px) {
    .search-block {
      width: 345px; } }
  @media (max-width: 1440px) {
    .search-block {
      width: 250px;
      margin: 0 15px; } }
  @media screen and (max-width: 1439px) {
    .search-block {
      width: 250px; } }
  @media screen and (max-width: 1279px) {
    .search-block {
      width: 225px; } }
  @media screen and (max-width: 1023px) {
    .search-block {
      width: 0;
      margin: 0; }
      .search-block .dropdown-custom {
        position: absolute;
        top: 50px !important;
        left: 55px;
        width: 93%; }
        .search-block .dropdown-custom.is-open {
          top: 50px !important;
          left: -20px;
          right: -20px;
          padding: 20px 0;
          background: #004270; }
          .search-block .dropdown-custom.is-open .form {
            max-width: 70%;
            margin: 0 auto; }
          .search-block .dropdown-custom.is-open .quickSearchResults {
            margin: 0 auto;
            position: relative;
            width: 100%;
            max-width: 70%; }
          .search-block .dropdown-custom.is-open .productGrid {
            margin-top: 10px; }
          .search-block .dropdown-custom.is-open .quickSearchMessage {
            padding: 10px;
            margin-top: 10px; } }
  @media screen and (max-width: 1023px) {
    .search-block .dropdown-custom {
      width: 95.5%;
      left: 40px; }
      .search-block .dropdown-custom .is-open {
        top: 53px !important; } }
  @media only screen and (max-width: 567px) {
    .search-block .dropdown-custom {
      width: 90%; }
      .search-block .dropdown-custom .is-open {
        top: 65px !important;
        left: -15px;
        right: -15px; }
        .search-block .dropdown-custom .is-open .form {
          max-width: 100%; } }
  @media only screen and (max-width: 479px) {
    .search-block .dropdown-custom.is-open {
      top: 42px !important; } }
  @media only screen and (max-width: 400px) {
    .search-block .dropdown-custom.is-open {
      top: 37px !important; } }
  @media only screen and (max-width: 374px) {
    .search-block .dropdown-custom.is-open {
      top: 39px !important; } }

.navUser {
  padding: 0; }
  .navUser .navUser-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin-right: 20px; }
    .navUser .navUser-item:last-child {
      margin-right: 0; }
    @media (max-width: 1679px) {
      .navUser .navUser-item {
        margin-right: 15px; } }
    @media screen and (max-width: 1279px) {
      .navUser .navUser-item {
        margin-right: 9px; }
        .navUser .navUser-item .navUser-action {
          font-size: 0; }
        .navUser .navUser-item.navUser-item--cart {
          display: flex;
          position: inherit; }
          .navUser .navUser-item.navUser-item--cart .navUser-action {
            position: relative; } }
    @media screen and (max-width: 767px) {
      .navUser .navUser-item {
        margin-right: 0px; } }
    .navUser .navUser-item .icon {
      height: auto;
      width: 25px;
      height: 25px;
      margin-right: 8px; }
      .navUser .navUser-item .icon svg {
        width: 100%;
        height: 100%;
        fill: transparent;
        stroke: #696B73; }
      @media screen and (max-width: 767px) {
        .navUser .navUser-item .icon {
          width: 24px;
          height: 24px; } }
    .navUser .navUser-item:last-child {
      margin-right: 0px; }
    .navUser .navUser-item:first-child {
      display: none; }
    @media screen and (max-width: 1279px) {
      .navUser .navUser-item.contact-item {
        display: block; } }
  .navUser #my-quote-entry {
    z-index: 1;
    float: none; }

.search-item {
  display: none; }
  @media screen and (max-width: 1279px) {
    .search-item {
      display: block; }
      .search-item .navUser-action {
        font-size: 0; }
      .search-item svg {
        width: 17px;
        height: 22px;
        fill: #626366; }
      .search-item .close {
        display: none;
        width: 18px;
        height: 22px; } }

.navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
  color: #006892; }

.compare-item {
  display: none !important; }

.navUser-action {
  padding: 0;
  padding: 30px 0;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #004270;
  text-transform: none;
  font-weight: 500;
  font-family: "proxima-nova"; }
  @media screen and (max-width: 1279px) {
    .navUser-action {
      padding: 0; } }
  .navUser-action .navUser-item-cartLabel {
    color: #004270; }
    .navUser-action .navUser-item-cartLabel:hover {
      color: #006892; }
  .navUser-action:hover {
    color: #006892; }

.navUser-item--cart .countPill {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-weight: normal; }
  @media screen and (max-width: 1279px) {
    .navUser-item--cart .countPill {
      top: -9px;
      left: 12px; } }

.countPill {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #004270;
  color: white;
  font-size: 9px;
  line-height: 16px; }

#cart-preview-dropdown {
  width: 450px;
  max-width: 450px;
  border: 1px solid #939597;
  box-shadow: none;
  top: 100%; }
  @media only screen and (max-width: 567px) {
    #cart-preview-dropdown {
      width: auto !important;
      right: 0 !important;
      left: 0 !important;
      max-width: 100% !important; } }
  #cart-preview-dropdown:before {
    display: none; }

.navUser-item--cart .dropdown-menu.is-open {
  top: calc(100% + 1px) !important; }

.navUser-item--cart .dropdown-menu.is-open::after {
  display: none; }

.previewCartWrapper {
  max-height: 500px; }

.previewCart {
  max-width: 100%; }
  .previewCart:before, .previewCart:after {
    display: none; }

.previewCartList {
  display: block; }

.previewCartItem {
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0 !important; }
  .previewCartItem:after, .previewCartItem:before {
    display: none; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #939597; }

.previewCartItem-image {
  width: 80px; }
  .previewCartItem-image img {
    max-width: 80%;
    max-height: 80%; }

.previewCartItem-content {
  width: calc(100% - 80px);
  padding-right: 0;
  padding-left: 15px;
  padding-right: 15px; }

.previewCartItem-brand {
  font-size: 12px;
  line-height: normal;
  display: block; }

.previewCartItem-name {
  margin-bottom: 5px;
  font-weight: normal;
  color: #004270;
  line-height: 20px; }
  .previewCartItem-name a {
    line-height: 20px; }
    .previewCartItem-name a:hover {
      color: #004270; }

.previewCartItem-price {
  color: #004270; }

.previewCartAction {
  padding: 20px 10px; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.previewCart-additionalCheckoutButtons {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 0;
  padding-bottom: 20px; }
  .previewCart-additionalCheckoutButtons .FloatRight {
    text-align: center; }
    .previewCart-additionalCheckoutButtons .FloatRight p {
      margin: 0 0 10px 0;
      text-align: center; }
      .previewCart-additionalCheckoutButtons .FloatRight p + div {
        display: inline-block;
        float: none; }

@media screen and (max-width: 1279px) {
  .search-open .mobile-menu .navUser-item.search-item svg {
    display: none; }
    .search-open .mobile-menu .navUser-item.search-item svg.close {
      display: block; } }

.has-activeNavPages {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%; }
  .has-activeNavPages .header {
    height: 100vh; }
    .has-activeNavPages .header.is-open {
      z-index: 11111111111; }
  .has-activeNavPages .mobile-search-bar {
    border-bottom: 1px solid #ebebeb; }
  .has-activeNavPages .mobile-menu-block {
    transform: translate(0, 0);
    position: absolute;
    top: auto;
    bottom: 0; }

.mobile-menu-block {
  background: white;
  color: black;
  padding: 0 0 20px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(-160px + 100dvh);
  z-index: 9;
  transition: all 0.3s ease;
  transform: translate(0, -100%);
  text-align: left;
  border-top: 1px solid #ebebeb;
  overflow-y: auto;
  overflow-x: hidden;
  display: none; }
  @media screen and (max-width: 1279px) {
    .mobile-menu-block {
      display: block; } }
  .mobile-menu-block .mobile-menu-inner {
    background: white; }
  .mobile-menu-block .contact-detail {
    padding: 0px 20px 10px;
    display: inline-block;
    width: 100%; }
    .mobile-menu-block .contact-detail ul {
      margin: 0;
      list-style: none;
      line-height: 18px; }
      .mobile-menu-block .contact-detail ul li {
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #ebebeb; }
        .mobile-menu-block .contact-detail ul li a {
          font-size: 14px;
          line-height: 16px;
          text-transform: capitalize;
          font-weight: 500;
          display: flex;
          align-items: center;
          color: #004270; }
          .mobile-menu-block .contact-detail ul li a svg {
            width: 15px;
            height: 15px;
            fill: #004270;
            margin-right: 10px; }
          .mobile-menu-block .contact-detail ul li a:hover {
            color: #006892; }
  .mobile-menu-block .navPages-list {
    padding: 9px 20px 2px 20px;
    width: 100%; }
    .mobile-menu-block .navPages-list .navPages-item {
      background: none;
      padding: 0;
      position: relative;
      float: none;
      display: block;
      margin: 0;
      border-bottom: 1px solid #ebebeb; }
      .mobile-menu-block .navPages-list .navPages-item > .navPages-action {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
        text-transform: capitalize;
        font-weight: 500;
        color: #004270;
        margin: 0px;
        display: block; }
        @media screen and (max-width: 1279px) {
          .mobile-menu-block .navPages-list .navPages-item > .navPages-action {
            border: none !important;
            font-size: 14px;
            font-weight: 500 !important; } }
        .mobile-menu-block .navPages-list .navPages-item > .navPages-action .icon {
          display: none; }
        .mobile-menu-block .navPages-list .navPages-item > .navPages-action:hover {
          color: #006892; }
      .mobile-menu-block .navPages-list .navPages-item .hitarea {
        position: absolute;
        content: "";
        width: 30px;
        height: 44px;
        right: 0;
        top: 0;
        text-align: center;
        cursor: pointer; }
        .mobile-menu-block .navPages-list .navPages-item .hitarea svg {
          width: 12px;
          height: 10px;
          fill: #004270;
          top: 50%;
          position: absolute;
          left: 50%;
          transform: translate(-50%, -50%); }
        .mobile-menu-block .navPages-list .navPages-item .hitarea.collapsable-hitarea svg {
          fill: #006892; }
      .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        display: flow-root;
        position: static;
        border-width: 0px; }
        @media screen and (max-width: 1279px) {
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list {
            text-align: left; } }
        .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .links-container {
          padding-bottom: 16px; }
        .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
          background: none;
          position: relative;
          padding: 0 0 0 15px !important;
          width: 100%; }
          @media screen and (max-width: 1279px) {
            .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
              margin: 0; } }
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
            padding: 0;
            font-size: 14px;
            line-height: 18px;
            padding: 5px 0;
            margin: 0px;
            text-transform: capitalize;
            font-weight: 500;
            color: #004270;
            display: block;
            border: 0; }
            .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover {
              color: #006892; }
            @media screen and (max-width: 1279px) {
              .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                color: #006892; }
                .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .icon {
                  display: none; } }
            .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action p {
              margin: 0;
              line-height: 18px; }
            .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action span {
              display: none; }
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .hitarea {
            position: absolute;
            content: "";
            width: 30px;
            height: 28px;
            right: 0;
            top: 0;
            text-align: center;
            cursor: pointer; }
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.collapsable > .navPages-action {
            color: #006892; }
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item:last-child {
            margin-bottom: 10px; }
        .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .shop-btn {
          display: none; }
        .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
          position: relative; }
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu {
            position: relative; }
            .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList {
              padding: 0 0 0 15px; }
              .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item {
                width: 100%;
                padding: 0; }
                .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .category-image-inner {
                  background: transparent;
                  text-align: left; }
                  .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .category-image-inner .sub-category-img-block {
                    display: none; }
                  .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .category-image-inner .inner-block {
                    padding: 0; }
                .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action {
                  padding: 5px 0; }
          .mobile-menu-block .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList-item {
            position: relative; }
      .mobile-menu-block .navPages-list .navPages-item .navPage-childList {
        margin: 0 0 0 10px;
        border: 0;
        padding: 0;
        list-style: none; }
        .mobile-menu-block .navPages-list .navPages-item .navPage-childList .navPage-childList-item {
          padding: 0;
          background: none; }
          .mobile-menu-block .navPages-list .navPages-item .navPage-childList .navPage-childList-item .navPage-childList-action {
            padding: 0;
            font-size: 14px;
            line-height: 18px;
            padding: 6px 0;
            margin: 0px;
            text-transform: capitalize;
            font-weight: normal;
            color: #004270;
            display: block; }
            .mobile-menu-block .navPages-list .navPages-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
              color: #006892; }
      .mobile-menu-block .navPages-list .navPages-item:hover .navPages-action {
        color: #006892; }
      .mobile-menu-block .navPages-list .navPages-item:hover .hitarea svg {
        fill: #006892; }
      .mobile-menu-block .navPages-list .navPages-item.collapsable .navPages-action {
        color: #006892; }

[data-content-region="header_bottom"] {
  display: none; }

.navPages-list {
  width: 100%; }
  .navPages-list > li.navPages-item {
    padding: 0;
    position: inherit; }
    .navPages-list > li.navPages-item > a {
      font-size: 14px;
      font-weight: 500;
      padding: 36px 0 15px 0;
      text-transform: capitalize;
      margin: 0 10px 19px;
      position: relative;
      transition: color 0.2s ease; }
      .navPages-list > li.navPages-item > a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #004270;
        /* Change color as needed */
        transition: width 0.2s ease-in-out; }
      .navPages-list > li.navPages-item > a:hover:after {
        width: 100%; }
      @media screen and (max-width: 1023px) {
        .navPages-list > li.navPages-item > a {
          margin: 0px 7px;
          font-size: 14px; } }
      .navPages-list > li.navPages-item > a svg {
        width: 9px;
        height: 6px;
        margin-left: 8px; }
    .navPages-list > li.navPages-item.sfHover > a:after {
      width: 100%; }
    .navPages-list > li.navPages-item .navPage-subMenu-list {
      display: none;
      top: auto;
      width: auto;
      max-width: inherit;
      position: absolute;
      background: white;
      left: 0;
      top: 100%;
      padding: 0 75px;
      left: 0px;
      right: 0px;
      margin: 0;
      width: 100%;
      border: 0;
      border-bottom: 2px solid #ebebeb;
      font-size: 0;
      text-align: center; }
      @media only screen and (max-width: 1440px) {
        .navPages-list > li.navPages-item .navPage-subMenu-list {
          padding: 0 10px; } }
      .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item {
        width: auto;
        float: none;
        margin-bottom: 0;
        background: none;
        padding: 0 20px !important;
        position: relative;
        display: inline-block; }
        @media only screen and (max-width: 1279px) {
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item {
            margin-bottom: 20px; } }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
          border: 0;
          margin: 0;
          font-size: 16px;
          color: #004270;
          font-weight: 500;
          padding: 20px 0; }
          @media only screen and (max-width: 1439px) {
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
              font-size: 14px; } }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover {
            color: #006892; }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.is-open {
            background: none; }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
          background: white;
          top: 100%;
          left: 0;
          border: 0;
          margin: 0;
          width: 280px;
          padding: 15px;
          min-width: 260px;
          box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24); }
          @media screen and (max-width: 1279px) {
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
              width: 100%;
              background: transparent;
              position: relative;
              column-count: inherit;
              padding: 0 0 0 15px;
              box-shadow: none; } }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
            float: none;
            width: 100%;
            margin: 0;
            background: none;
            padding: 0; }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item.cat-img {
              display: inline-block; }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
              padding: 6px 0; }
            @media screen and (max-width: 1279px) {
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
                margin: 0; } }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-inner {
              display: block !important;
              position: inherit;
              left: inherit;
              right: inherit;
              top: inherit;
              width: 100%;
              border: 0;
              opacity: 1 !important;
              background: none;
              margin: 8px 0 0 0; }
              @media screen and (max-width: 1279px) {
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-inner {
                  padding: 0 0 0 15px;
                  margin: 0; } }
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-inner .navPage-childList-item {
                width: 100%;
                padding: 0;
                margin: 0;
                margin-top: 0px;
                padding: 5px 0; }
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-inner .navPage-childList-item .navPage-childList-action {
                  border: 0;
                  font-weight: normal;
                  padding: 0;
                  color: #808285;
                  font-size: 15px;
                  line-height: 18px; }
                  .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-inner .navPage-childList-item .navPage-childList-action:hover {
                    color: #004270; }
                  @media screen and (max-width: 1279px) {
                    .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-inner .navPage-childList-item .navPage-childList-action {
                      font-size: 14px; } }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
              font-size: 16px;
              line-height: 20px;
              color: #004270;
              font-weight: normal; }
              @media screen and (max-width: 1439px) {
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
                  font-size: 14px; } }
              @media screen and (max-width: 1279px) {
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
                  padding: 5px 0; } }
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
                color: #006892; }
              @media screen and (max-width: 1279px) {
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
                  font-size: 14px;
                  font-weight: 500;
                  color: #006892; } }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item + .navPage-childList-item {
              margin-top: 15px; }
              @media screen and (max-width: 1279px) {
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item + .navPage-childList-item {
                  margin-top: 0; } }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.custom-childlist {
            width: 1266px;
            column-count: 5;
            column-gap: 30px;
            left: 0;
            padding: 35px 50px 30px 50px;
            text-align: center; }
            @media screen and (max-width: 1439px) {
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.custom-childlist {
                width: 1156px; } }
            @media screen and (max-width: 1279px) {
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.custom-childlist {
                background: transparent;
                position: relative;
                column-count: inherit;
                padding: 0 0 0 15px;
                box-shadow: none;
                text-align: left;
                left: inherit;
                right: inherit; } }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu {
            left: auto;
            right: 0; }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu .navPage-subMenu-item {
              padding: 0 !important;
              width: 100%;
              display: block;
              background: none; }
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu .navPage-subMenu-item .navPage-subMenu-action {
                padding: 0 0 0 15px;
                white-space: normal;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center; }
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu .navPage-subMenu-item .navPage-subMenu-action .icon {
                  position: absolute;
                  left: 0;
                  margin: 0; }
                  .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu .navPage-subMenu-item .navPage-subMenu-action .icon::before {
                    border-left: 5px solid transparent;
                    border-right: 5px solid #004270;
                    border-top: 5px solid transparent;
                    border-bottom: 5px solid transparent;
                    top: -3px;
                    left: -5px; }
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu .navPage-subMenu-item .navPage-childList {
                left: auto;
                right: 100%;
                top: 0;
                margin-right: 15px; }
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.more-menu .navPage-subMenu-item + .navPage-subMenu-item {
                margin-top: 20px; }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(5) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(6) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(7) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(8) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(15) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(16) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(17) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(18) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(19) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(20) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(23) .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:nth-child(24) .navPage-childList {
          right: 0;
          left: auto; }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:hover {
          background: #eaeaec; }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action {
          padding: 0;
          white-space: normal; }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action .category-image-inner {
            padding: 0; }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action .category-image-inner .sub-category-img-block {
              padding: 10px;
              height: 150px;
              border: 1px solid #ffffff; }
              @media screen and (max-width: 1439px) {
                .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action .category-image-inner .sub-category-img-block {
                  height: 140px; } }
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action .category-image-inner:hover .sub-category-img-block {
              border-color: #004270; }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item .navPage-childList-action .inner-block {
            padding-top: 20px; }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item.view-more-btn {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: inline-flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          height: 150px; }
          @media screen and (max-width: 1439px) {
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item.view-more-btn {
              height: 140px; } }
          @media screen and (max-width: 1279px) {
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item.view-more-btn {
              height: auto;
              -webkit-justify-content: flex-start;
              justify-content: flex-start; } }
          .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item.view-more-btn .button {
            display: inline-block; }
            @media screen and (max-width: 1279px) {
              .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.new-cat-menu .navPage-childList .navPage-childList-item.view-more-btn .button {
                padding: 5px 0;
                margin: 0;
                background: transparent;
                border: 0;
                color: #006892;
                font-size: 14px;
                font-weight: 500; } }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.custom-subMenu-item {
          position: relative; }
        .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.commercial-washroom-accessories .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.door-hardware .navPage-childList {
          columns: 2;
          width: 600px;
          padding: 20px;
          column-gap: 30px; }
          @media screen and (max-width: 1279px) {
            .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.commercial-washroom-accessories .navPage-childList, .navPages-list > li.navPages-item .navPage-subMenu-list .navPage-subMenu-item.door-hardware .navPage-childList {
              column-gap: inherit;
              padding: 0 0 0 15px;
              columns: inherit; } }
      .navPages-list > li.navPages-item .navPage-subMenu-list .mobile-category {
        display: none; }
      .navPages-list > li.navPages-item .navPage-subMenu-list:after {
        position: absolute;
        content: "";
        -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 10px;
        left: 0;
        top: -11px;
        z-index: -1; }
    .navPages-list > li.navPages-item .navpages-submenu-secound {
      display: none;
      background: white;
      top: 100%;
      left: 0;
      border: 0;
      margin: 0;
      width: 100%;
      padding: 15px;
      min-width: 260px;
      -webkit-box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24);
      box-shadow: 0px 6px 17px -4px rgba(0, 0, 0, 0.24); }
      @media screen and (max-width: 1279px) {
        .navPages-list > li.navPages-item .navpages-submenu-secound {
          box-shadow: none;
          padding-top: 0px; } }
      .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item {
        padding: 0;
        position: relative;
        margin: 0; }
        @media screen and (max-width: 1279px) {
          .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item {
            border: none; } }
        .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item a {
          padding: 0;
          margin: 0;
          border: 0;
          font-weight: normal; }
          .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item a:hover {
            color: #006892; }
        .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item ul {
          left: 100%;
          top: -26px;
          background: #ebebeb;
          border: 1px solid white;
          padding: 25px 0; }
          .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item ul li a {
            font-size: 14px;
            color: #004270;
            font-weight: normal;
            padding: 0 25px;
            text-transform: none; }
            .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item ul li a:hover {
              color: #006892; }
        .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item + .navPages-item {
          margin-top: 20px; }
          @media screen and (max-width: 1279px) {
            .navPages-list > li.navPages-item .navpages-submenu-secound .navPages-item + .navPages-item {
              margin-top: 10px; } }
    .navPages-list > li.navPages-item.navPages-item-page:empty {
      display: none; }
    .navPages-list > li.navPages-item.navPages-item-page > a {
      display: none; }
    .navPages-list > li.navPages-item:first-child {
      padding-left: 0; }
    .navPages-list > li.navPages-item:last-child {
      padding-right: 0; }
    .navPages-list > li.navPages-item:hover > a {
      color: #004270; }
      .navPages-list > li.navPages-item:hover > a svg {
        fill: #004270;
        transform: rotate(180deg); }
    .navPages-list > li.navPages-item.webpages {
      position: relative; }
    .navPages-list > li.navPages-item:hover > a {
      border-color: #004270; }
  .navPages-list li.navPages-item.sfHover .navPage-subMenu-list {
    display: inline-block !important; }
  .navPages-list li.navPages-item.sfHover .navPages-action .icon {
    transform: none;
    margin-top: 0 !important; }
  .navPages-list li.cat-link {
    position: inherit; }

@media screen and (max-width: 1279px) {
  .navPages-list li.navPages-item .navPage-subMenu-list .navPage-subMenu-item:hover {
    background: transparent; } }

.sf-menu, .sf-menu {
  list-style: none; }

.sf-menu ul:not(.previewCartList) {
  position: absolute;
  display: none;
  z-index: 99;
  left: 0; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  left: 100%;
  right: auto;
  top: 0;
  transform: none;
  margin: 0; }

/*** DEMO SKIN ***/
.sf-menu ul.mega-menu-wrap {
  width: 100%;
  max-width: 100%;
  left: 0; }

body .previewCart-additionalCheckoutButtons {
  padding: 0px 10px 20px 10px;
  flex-direction: column; }
  @media (max-width: 550px) {
    body .previewCart-additionalCheckoutButtons {
      display: flex; } }
  body .previewCart-additionalCheckoutButtons .paypalCommerce-buttons-container {
    width: calc(50% - 15px);
    margin: 0 7.5px; }
    body .previewCart-additionalCheckoutButtons .paypalCommerce-buttons-container .paypalCommerce-smart-buttons {
      margin: 0; }
      body .previewCart-additionalCheckoutButtons .paypalCommerce-buttons-container .paypalCommerce-smart-buttons > div {
        width: 100% !important; }
  body .previewCart-additionalCheckoutButtons .GooglePayCheckout button.gpay-button {
    width: 100% !important;
    margin: 0; }
  body .previewCart-additionalCheckoutButtons .GooglePayCheckout {
    width: calc(50% - 15px);
    margin: 0 7.5px; }
  body .previewCart-additionalCheckoutButtons .FloatRight div {
    width: 100%; }

.cart-additionalCheckoutButtons {
  flex-direction: column; }

.navUser-item.contact-item * {
  display: flex !important; }

.quickSearchResults {
  margin: 20px 0 0;
  padding: 0;
  background: white;
  position: absolute;
  width: 450px;
  right: 0; }
  @media screen and (max-width: 1023px) {
    .quickSearchResults {
      width: 95%;
      left: 18px;
      top: 29px; } }
  @media screen and (max-width: 767px) {
    .quickSearchResults {
      width: 90%;
      left: 18px;
      top: 29px; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .warning {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex; }
    @media (min-width: 1280px) {
      .quickSearchResults .warning .popup {
        min-width: 420px;
        left: 55.5%; } }
    @media (max-width: 1279px) {
      .quickSearchResults .warning .popup {
        width: calc(100% + 90px);
        left: 42%; } }
    @media (max-width: 767px) {
      .quickSearchResults .warning .popup {
        left: 34%; } }
    @media (max-width: 576px) {
      .quickSearchResults .warning .popup {
        left: 29%; } }
  .quickSearchResults .card-title a {
    font-size: 15px; }

.quickSearchMessage {
  margin: 0;
  padding: 25px;
  font-size: 16px;
  border: 1px solid #939597;
  word-break: break-word; }

.dropdown--quickSearch-custom .container {
  max-width: none; }

.dropdown--quickSearch-custom .card-figcaption {
  display: none !important; }

.dropdown--quickSearch-custom .productGrid {
  padding: 0px;
  margin: 0;
  max-height: 500px;
  overflow: auto;
  border: 1px solid #939597; }
  .dropdown--quickSearch-custom .productGrid:after, .dropdown--quickSearch-custom .productGrid:before {
    display: none; }
  .dropdown--quickSearch-custom .productGrid .product {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible; }
    .dropdown--quickSearch-custom .productGrid .product + .product {
      border-top: 1px solid #939597; }
    .dropdown--quickSearch-custom .productGrid .product .card {
      padding: 15px 15px;
      border: none;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      text-align: left;
      background: white; }
      .dropdown--quickSearch-custom .productGrid .product .card .card-body {
        padding: 0 0 0 20px;
        text-align: left;
        width: calc(100% - 70px); }
      .dropdown--quickSearch-custom .productGrid .product .card div.card-text {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }

.dropdown--quickSearch-custom .card-figure {
  width: 70px;
  height: 70px;
  padding: 0; }
  .dropdown--quickSearch-custom .card-figure a {
    height: 100%; }
    .dropdown--quickSearch-custom .card-figure a img {
      max-height: 80%;
      max-width: 80%; }

.dropdown--quickSearch-custom .card-img-container {
  max-width: 100%;
  height: 100%; }

.floter-btn {
  position: fixed;
  top: 50% !important;
  right: 0;
  background-color: #004270;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg) translate(50%, -50%);
  transform-origin: right;
  z-index: 99;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .floter-btn {
      transform: none;
      top: auto !important;
      width: 100%;
      bottom: 0;
      border-radius: 0; } }
  @media (max-height: 450px) {
    .floter-btn {
      padding: 8px 15px;
      font-size: 12px; } }
  .floter-btn .icon {
    margin-right: 10px; }
  .floter-btn svg {
    width: 18px;
    fill: #fff; }
  .floter-btn:hover svg, .floter-btn:focus svg {
    fill: #004270; }
  .floter-btn:hover h4, .floter-btn:focus h4 {
    color: #004270; }
  @media (max-height: 780px) {
    .floter-btn {
      top: 42%; } }

.service-block {
  padding: 20px 0;
  background: #ebebeb; }
  @media screen and (max-width: 1023px) {
    .service-block {
      padding: 10px 0; } }

.service-block-inner {
  justify-content: center; }
  .service-block-inner li {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #004270;
    font-size: 22px; }
    @media screen and (max-width: 1023px) {
      .service-block-inner li {
        width: 33.33%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 1023px) {
      .service-block-inner li {
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 666px) {
      .service-block-inner li {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #d1d2d4; }
        .service-block-inner li:last-child {
          border-bottom: 0; } }
    @media only screen and (max-width: 567px) {
      .service-block-inner li {
        width: 100%; } }
    .service-block-inner li + li {
      padding-left: 45px;
      margin-left: 45px;
      border-left: 3px solid #d1d2d4; }
      @media screen and (max-width: 1023px) {
        .service-block-inner li + li {
          margin-left: 0;
          padding-left: 15px;
          padding-right: 15px;
          border-left: 2px solid #d1d2d4; } }
      @media screen and (max-width: 666px) {
        .service-block-inner li + li {
          padding-left: 0;
          padding-right: 0;
          border-left: 0; } }
    .service-block-inner li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 666px) {
        .service-block-inner li a {
          -webkit-justify-content: center;
          justify-content: center; } }
      .service-block-inner li a:hover h4 {
        color: #808285; }
    .service-block-inner li .icon {
      width: 50px;
      height: 50px;
      margin: 0 18px 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #004270; }
      @media screen and (max-width: 1023px) {
        .service-block-inner li .icon {
          width: 40px;
          height: 40px; } }
      .service-block-inner li .icon svg {
        width: 26px;
        fill: white; }
        @media screen and (max-width: 1023px) {
          .service-block-inner li .icon svg {
            width: 20px; } }
    .service-block-inner li h4, .service-block-inner li .navUser-action {
      margin: 0;
      font-size: 22px; }
      @media screen and (max-width: 1023px) {
        .service-block-inner li h4, .service-block-inner li .navUser-action {
          font-size: 18px;
          line-height: 20px;
          width: calc(100% - 40px);
          margin: 0;
          padding: 0 0 0 10px; } }
      @media screen and (max-width: 666px) {
        .service-block-inner li h4, .service-block-inner li .navUser-action {
          width: 178px;
          padding: 0; } }
    .service-block-inner li a {
      color: #004270;
      font-weight: 600; }

.footer {
  border: none;
  margin-top: 75px;
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .footer {
      margin-top: 55px; } }
  @media screen and (max-width: 767px) {
    .footer {
      margin-top: 40px; } }

.footer-main {
  padding: 60px 75px; }
  @media (max-width: 1680px) {
    .footer-main {
      padding: 60px 40px; } }
  @media screen and (max-width: 1439px) {
    .footer-main {
      padding: 60px 20px; } }
  @media screen and (max-width: 1023px) {
    .footer-main {
      padding: 30px 20px 70px; } }
  @media only screen and (max-width: 567px) {
    .footer-main {
      padding: 30px 15px 70px; } }

.footer-row {
  margin: 0 -10px; }
  @media screen and (max-width: 1023px) {
    .footer-row {
      margin: 0; } }

.footer-col {
  width: 15%;
  padding: 0 10px; }
  @media screen and (max-width: 1279px) {
    .footer-col {
      width: 20%; } }
  @media screen and (max-width: 1023px) {
    .footer-col {
      width: 100%;
      padding: 0; } }
  .footer-col.footer-logo-block {
    width: 29.7%; }
    @media screen and (max-width: 1279px) {
      .footer-col.footer-logo-block {
        width: 40%; } }
    @media screen and (max-width: 1023px) {
      .footer-col.footer-logo-block {
        width: 100%;
        margin-bottom: 20px; } }
  .footer-col.subscription-block {
    width: 25.3%;
    padding-left: 85px; }
    @media (max-width: 1365px) {
      .footer-col.subscription-block {
        padding-left: 10px; } }
    @media screen and (max-width: 1279px) {
      .footer-col.subscription-block {
        padding: 0;
        width: 100%;
        max-width: 60%;
        margin: 40px auto 0;
        text-align: center; }
        .footer-col.subscription-block .form-field {
          margin: 0; }
        .footer-col.subscription-block .socialLinks {
          -webkit-justify-content: center;
          justify-content: center; } }
    @media screen and (max-width: 1023px) {
      .footer-col.subscription-block {
        margin: 20px auto 0;
        max-width: 80%; } }
    @media only screen and (max-width: 567px) {
      .footer-col.subscription-block {
        max-width: 100%; } }
    .footer-col.subscription-block .footer-info-heading {
      margin-bottom: 7px; }
      @media screen and (max-width: 1023px) {
        .footer-col.subscription-block .footer-info-heading {
          border: 0;
          -webkit-justify-content: center;
          justify-content: center;
          padding-bottom: 0; } }
    .footer-col.subscription-block p {
      margin-bottom: 16px;
      display: block !important; }
    .footer-col.subscription-block .form-prefixPostfix {
      position: relative; }
    .footer-col.subscription-block .form-input {
      padding: 8px 20px;
      font-size: 14px;
      padding-right: 52px;
      line-height: 18px; }
    .footer-col.subscription-block .subscribe-btn {
      position: absolute;
      top: 0;
      width: 52px;
      right: 0px;
      bottom: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer-col.subscription-block .subscribe-btn .icon {
        width: 12px;
        height: 13px; }
      .footer-col.subscription-block .subscribe-btn svg {
        fill: #939598;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear; }
      .footer-col.subscription-block .subscribe-btn:hover svg {
        fill: #004270; }
    .footer-col.subscription-block .form-input::-webkit-input-placeholder {
      color: #939598;
      opacity: 1;
      font-style: italic; }
    .footer-col.subscription-block .form-input::-moz-placeholder {
      color: #939598;
      opacity: 1;
      font-style: italic; }
    .footer-col.subscription-block .form-input:-ms-input-placeholder {
      color: #939598;
      opacity: 1;
      font-style: italic; }
    .footer-col.subscription-block .form-input:-moz-placeholder {
      color: #939598;
      opacity: 1;
      font-style: italic; }

.footer-info-heading {
  margin-bottom: 18px; }
  @media screen and (max-width: 1023px) {
    .footer-info-heading {
      margin: 0; } }
  .footer-info-heading a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #04416f; }
    @media screen and (max-width: 1023px) {
      .footer-info-heading a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor: pointer;
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb; }
        .footer-info-heading a.active svg {
          transform: rotate(180deg); } }
    @media only screen and (max-width: 567px) {
      .footer-info-heading a {
        font-size: 16px;
        line-height: 18px; } }
    .footer-info-heading a svg {
      width: 12px;
      height: 12px;
      fill: #04416f;
      vertical-align: bottom;
      display: none; }
      @media screen and (max-width: 1023px) {
        .footer-info-heading a svg {
          display: block; } }

.f-logo {
  margin-bottom: 27px; }

.download-block a {
  display: inline-block !important; }

.download-block .footer-info-heading {
  margin: 0 0 12px; }
  @media screen and (max-width: 1023px) {
    .download-block .footer-info-heading {
      padding: 0;
      border: 0; } }

.download-block a + a {
  margin-left: 5px; }
  @media only screen and (max-width: 374px) {
    .download-block a + a {
      margin-left: 0;
      margin-top: 10px; } }

.footer-info-list {
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .footer-info-list {
      display: none;
      margin-top: 10px; } }
  .footer-info-list li a {
    line-height: 20px;
    padding: 3px 0;
    display: inline-block;
    color: #808285; }
    .footer-info-list li a:hover {
      color: #004270; }

.socialLinks {
  line-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .socialLinks .socialLinks-item {
    margin-right: 29px; }
    .socialLinks .socialLinks-item .icon {
      height: 24px;
      width: 24px; }
      .socialLinks .socialLinks-item .icon svg {
        fill: #03416f;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear; }
      .socialLinks .socialLinks-item .icon:hover svg {
        fill: #808285; }

.footer-bottom {
  border-top: 1px solid #eaebec;
  padding-top: 20px;
  margin-top: 20px; }
  .footer-bottom .footer-info-list {
    justify-content: flex-end; }
    .footer-bottom .footer-info-list li a {
      padding: 0; }
  .footer-bottom .bottom-row {
    margin: 0 -10px; }
    @media screen and (max-width: 1023px) {
      .footer-bottom .bottom-row {
        margin: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .footer-bottom .bottom-row .footer-info-list {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; } }
    .footer-bottom .bottom-row .col-30 {
      width: 35%; }
      @media screen and (max-width: 1359px) {
        .footer-bottom .bottom-row .col-30 {
          width: 100%; } }
      @media screen and (max-width: 1439px) {
        .footer-bottom .bottom-row .col-30 .footer-copyright {
          text-align: center;
          margin-bottom: 10px; } }
    .footer-bottom .bottom-row .col-70 {
      width: 65%; }
      @media screen and (max-width: 1359px) {
        .footer-bottom .bottom-row .col-70 {
          width: 100%; } }
    .footer-bottom .bottom-row .col-50 {
      padding: 0 10px; }
      .footer-bottom .bottom-row .col-50 .footer-info-list {
        display: flex !important;
        margin-top: 0px; }
        @media screen and (max-width: 1439px) {
          .footer-bottom .bottom-row .col-50 .footer-info-list {
            justify-content: center;
            flex-wrap: wrap; } }
        @media only screen and (max-width: 374px) {
          .footer-bottom .bottom-row .col-50 .footer-info-list {
            font-size: 0;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; }
            .footer-bottom .bottom-row .col-50 .footer-info-list li {
              width: 100%;
              text-align: center; } }

.footer-copyright > .powered-by {
  font-size: 16px;
  line-height: 28px;
  color: #939598; }
  @media only screen and (max-width: 567px) {
    .footer-copyright > .powered-by {
      font-size: 14px;
      line-height: 18px; } }
  .footer-copyright > .powered-by a {
    color: #939598; }
    .footer-copyright > .powered-by a:hover {
      color: #004270; }

.gt-667 .footer-info-list {
  display: block !important; }

.productGrid {
  margin: 0 -7.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (max-width: 666px) {
    .productGrid {
      margin: 0 -5px; } }
  .productGrid:before {
    display: none; }
  .productGrid .product {
    width: 20%;
    padding: 0 7.5px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1279px) {
      .productGrid .product {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 666px) {
      .productGrid .product {
        width: 50%;
        padding: 0 5px; } }
    @media only screen and (max-width: 413px) {
      .productGrid .product {
        width: 100%; } }

.page-sidebar + .page-content .productGrid .product {
  width: 33.33%; }
  @media screen and (max-width: 1279px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 33.33%; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 33.33%; } }
  @media screen and (max-width: 666px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 50%; } }

.card {
  background: #ebebeb;
  padding: 4px;
  padding-bottom: 0;
  height: 100%;
  margin: 0; }
  .card .price-section {
    font-size: 15px; }
    .card .price-section span.price {
      color: #00873c; }

.card-body {
  padding: 11px 15px;
  text-align: center; }
  @media screen and (max-width: 1279px) {
    .card-body {
      padding: 11px 10px; } }
  @media screen and (max-width: 666px) {
    .card-body {
      padding: 11px 7px; } }

p.card-text {
  display: none; }

.card-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .card-title {
      font-size: 14px;
      line-height: 18px; } }
  .card-title a {
    color: #004270; }

.card-img-container {
  max-height: 186px; }
  .card-img-container::after {
    padding-bottom: 100%; }

div.card-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.card-body .card-text {
  color: #808285; }

.price-section {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px; }
  .price-section span {
    display: none; }
    .price-section span.price {
      display: block; }

.card-figcaption-body .card-figcaption-button:focus {
  background: #004270; }

.card-image {
  max-height: 85%; }

.warning {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px; }
  .warning svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: #004270; }
    @media screen and (max-width: 767px) {
      .warning svg {
        width: 18px;
        height: 18px; } }
  .warning span {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    padding-left: 0;
    color: #004270;
    text-decoration: underline;
    text-underline-position: under; }
    @media screen and (max-width: 767px) {
      .warning span {
        font-size: 10px; } }
  .warning:hover svg {
    opacity: 0.7; }
  .warning:hover span {
    opacity: 0.7; }
  .warning:hover .popup {
    visibility: visible; }
  .warning .popup {
    width: 100%;
    position: absolute;
    background: #004270;
    visibility: hidden;
    border-radius: 4px;
    padding: 15px;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    line-height: 18px; }
    @media screen and (max-width: 767px) {
      .warning .popup {
        font-size: 13px;
        padding: 10px; } }
    .warning .popup:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #004270 transparent transparent transparent;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%); }

.productView-options + .warning {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .productView-options + .warning {
      margin-bottom: 20px; } }
  .productView-options + .warning svg {
    width: 25px;
    height: 25px; }
  .productView-options + .warning span {
    font-size: 16px; }
  .productView-options + .warning .popup {
    width: 220px;
    left: 0;
    transform: inherit;
    text-align: center;
    bottom: 30px; }

.type-product {
  background: #f7f8f8; }
  .type-product .breadcrumb-block .container {
    max-width: 1402px; }
    @media screen and (max-width: 1439px) {
      .type-product .breadcrumb-block .container {
        width: calc(100% - 40px);
        max-width: none; } }
    @media screen and (max-width: 1023px) {
      .type-product .breadcrumb-block .container {
        width: 100%; } }

.product-inner {
  width: 1402px;
  background: white;
  margin: 30px auto 0;
  border: 3px solid #ebebeb;
  padding: 70px; }
  @media screen and (max-width: 1439px) {
    .product-inner {
      width: calc(100% - 40px); } }
  @media screen and (max-width: 1279px) {
    .product-inner {
      padding: 20px; } }

.productView {
  padding: 0;
  margin: 0; }

.productView-images {
  padding: 0;
  width: 602px; }
  @media screen and (max-width: 1279px) {
    .productView-images {
      width: 500px; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      width: 100%;
      margin-bottom: 30px; } }

.productView-image {
  border: 3px solid #ebebeb;
  background: white; }
  .productView-image .productView-img-container {
    padding: 30px;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .productView-image .productView-img-container {
        width: 300px;
        height: 300px;
        padding: 15px; } }
    .productView-image .productView-img-container img {
      position: inherit;
      max-height: 450px; }
      @media screen and (max-width: 1023px) {
        .productView-image .productView-img-container img {
          max-height: 280px; } }
    .productView-image .productView-img-container:after {
      display: none; }
  .productView-image + .productView-thumbnails {
    margin-top: 15px; }

@media screen and (max-width: 767px) {
  .three-thumb.productView-thumbnails {
    margin: 0 -17px; } }

.productView-thumbnails {
  margin: 0 -8px; }
  @media screen and (max-width: 767px) {
    .productView-thumbnails {
      margin: 0 -4px; } }
  .productView-thumbnails .slick-list {
    margin: 0; }
  .productView-thumbnails .slick-arrow {
    margin: -2px 0 0 0; }
  .productView-thumbnails .productView-thumbnail {
    padding: 0 8px;
    width: 20%; }
    @media screen and (max-width: 767px) {
      .productView-thumbnails .productView-thumbnail {
        padding: 0 4px; } }
  .productView-thumbnails .productView-thumbnail-link {
    max-width: 108px;
    height: 108px;
    border: 3px solid #ebebeb;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .productView-thumbnails .productView-thumbnail-link {
        max-width: 100px;
        height: 100px; } }
    .productView-thumbnails .productView-thumbnail-link img {
      position: inherit; }

.productView-details {
  width: calc(100% - 602px);
  padding: 0 0 0 50px;
  margin-bottom: 70px; }
  @media screen and (max-width: 1279px) {
    .productView-details {
      width: calc(100% - 500px);
      padding: 0 0 0 30px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 1023px) {
    .productView-details {
      width: 100%;
      order: inherit !important;
      padding: 0; } }

.productView-product {
  border: 0;
  padding-bottom: 0; }

.productView-brand {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #006892;
  letter-spacing: 0.25px; }
  @media screen and (max-width: 767px) {
    .productView-brand {
      font-size: 14px;
      line-height: 18px; } }
  .productView-brand.wood-doors {
    display: none; }
  .productView-brand a + a {
    display: none; }

.productView-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 4px; }
  @media screen and (max-width: 1279px) {
    .productView-title {
      font-size: 30px;
      line-height: 34px; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 26px;
      line-height: 30px; } }
  @media only screen and (max-width: 413px) {
    .productView-title {
      font-size: 24px;
      line-height: 26px; } }

.productView-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .productView-info {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 413px) {
    .productView-info {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .productView-info .info-inner {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 413px) {
      .productView-info .info-inner {
        width: 100%; } }
    .productView-info .info-inner + .info-inner {
      margin-left: 18px;
      padding-left: 18px;
      position: relative; }
      @media only screen and (max-width: 413px) {
        .productView-info .info-inner + .info-inner {
          margin-left: 0;
          padding-left: 0; } }
      .productView-info .info-inner + .info-inner:before {
        position: absolute;
        content: "";
        background: #6d6e71;
        width: 1px;
        height: 14px;
        left: 0; }
        @media only screen and (max-width: 413px) {
          .productView-info .info-inner + .info-inner:before {
            display: none; } }
  .productView-info .productView-info-name {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: #6d6e71;
    font-family: "proxima-nova";
    margin: 0 4px 0 0; }
  .productView-info .productView-info-value {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: #004270;
    font-family: "proxima-nova";
    margin-bottom: 0; }

.productView-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .productView-price .price-section {
    font-size: 0; }
    @media screen and (max-width: 767px) {
      .productView-price .price-section {
        line-height: normal; } }
    .productView-price .price-section .price-now-label {
      display: none; }
    .productView-price .price-section .price {
      font-size: 35px;
      line-height: 40px;
      font-weight: 600;
      color: #00873c;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1279px) {
        .productView-price .price-section .price {
          font-size: 30px;
          line-height: 34px; } }
      @media screen and (max-width: 767px) {
        .productView-price .price-section .price {
          font-size: 26px;
          line-height: 30px; } }
    .productView-price .price-section.rrp-price--withoutTax .price {
      color: #6d6e71;
      margin-right: 10px; }
    .productView-price .price-section.non-sale-price--withoutTax, .productView-price .price-section.price-section--saving {
      display: none !important; }
  .productView-price .stock-lable, .productView-price .stock-lable1 {
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #00873c;
    margin-left: 10px;
    margin-bottom: 0px; }
    @media screen and (max-width: 1279px) {
      .productView-price .stock-lable, .productView-price .stock-lable1 {
        line-height: 24px; } }
    @media screen and (max-width: 767px) {
      .productView-price .stock-lable, .productView-price .stock-lable1 {
        margin-left: 0px;
        width: 100%;
        padding-top: 5px; } }

.productView-options {
  margin-bottom: 0;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .productView-options .form {
      margin-bottom: 20px; } }
  .productView-options .form-field {
    margin-bottom: 18px; }
    .productView-options .form-field .form-label {
      font-size: 16px;
      line-height: 25px;
      font-weight: normal;
      color: #6d6e71;
      font-family: "proxima-nova";
      margin-bottom: 8px;
      cursor: auto; }
      .productView-options .form-field .form-label span {
        color: #004270; }
        .productView-options .form-field .form-label span.title {
          font-size: 14px; }
        .productView-options .form-field .form-label span.icon {
          margin-left: 0; }
      .productView-options .form-field .form-label small {
        font-size: 14px;
        line-height: 25px; }
    .productView-options .form-field .form-select {
      border: 2px solid #ebebeb;
      padding: 11px 30px 11px 10px; }
      .productView-options .form-field .form-select [disabled] {
        cursor: none;
        pointer-events: none;
        color: #eeeeee; }
    .productView-options .form-field .form-option-wrapper .form-option {
      margin-right: 15px;
      margin-bottom: 15px;
      border: 2px solid #ebebeb;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      justify-content: center;
      padding: 2px; }
      .productView-options .form-field .form-option-wrapper .form-option .form-option-variant {
        font-size: 14px;
        line-height: 18px;
        color: #6d6e71;
        padding: 7px 5px; }
      .productView-options .form-field .form-option-wrapper .form-option .form-option-variant--pattern {
        width: 80px;
        height: 90px;
        padding: 0; }
    .productView-options .form-field .form-option-wrapper .form-radio:checked + .form-option {
      box-shadow: none;
      border-color: #00416f; }
      .productView-options .form-field .form-option-wrapper .form-radio:checked + .form-option .form-option-variant {
        color: #00416f; }
    .productView-options .form-field[data-product-attribute="set-rectangle"], .productView-options .form-field[data-product-attribute="swatch"] {
      margin-bottom: 3px; }
    @media screen and (max-width: 767px) {
      .productView-options .form-field[data-product-attribute="set-rectangle"] {
        margin-right: -10px; }
        .productView-options .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper {
          width: 50%; } }
  .productView-options .form .add-to-cart-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: calc(100% - 185px); }
    @media (max-width: 1365px) and (min-width: 1024px) {
      .productView-options .form .add-to-cart-wrapper {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .productView-options .form .add-to-cart-wrapper {
        width: calc(100% - 230px); } }
    @media screen and (max-width: 767px) {
      .productView-options .form .add-to-cart-wrapper {
        width: 100%; } }
    .productView-options .form .add-to-cart-wrapper .form-field--increments {
      margin: 0;
      width: 118px; }
      @media screen and (max-width: 767px) {
        .productView-options .form .add-to-cart-wrapper .form-field--increments .form-select {
          line-height: 18px;
          padding: 7px 30px 7px 15px; } }
      @media only screen and (max-width: 567px) {
        .productView-options .form .add-to-cart-wrapper .form-field--increments .form-select {
          max-width: 100%; } }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .select2-container .select2-selection--single {
        padding: 11px 35px 11px 20px; }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .form-label {
        display: none; }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment {
        border: 2px solid #ebebeb; }
        .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button {
          background: none;
          padding: 0;
          width: 38px;
          height: 41px;
          line-height: 41px;
          position: relative;
          border: 0;
          border-radius: 0;
          min-width: inherit;
          box-shadow: none !important; }
          @media screen and (max-width: 767px) {
            .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button {
              height: 36px;
              line-height: 36px; } }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button .icon {
            display: none; }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:before {
            position: absolute;
            background-color: #6d6e71;
            width: 1px;
            height: 9px;
            left: 50%;
            top: 50%;
            content: "";
            transition: all .5s ease-in-out;
            transform: translate(-50%, -50%); }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:after {
            position: absolute;
            background-color: #6d6e71;
            content: "";
            width: 9px;
            height: 1px;
            left: 50%;
            top: 50%;
            transition: all .5s ease-in-out;
            transform: translate(-50%, -50%); }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button[data-action="dec"]:before {
            position: absolute;
            background-color: #6d6e71;
            content: "";
            width: 9px;
            height: 1px;
            left: 50%;
            top: 50%;
            transition: all .5s ease-in-out;
            transform: translate(-50%, -50%); }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button[data-action="dec"]:after {
            display: none; }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:focus, .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:hover {
            background-color: inherit !important;
            box-shadow: none !important;
            border: 0 !important; }
            .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:focus:before, .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:focus:after, .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:hover:before, .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .button:hover:after {
              background: #00416f !important; }
        .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .form-input {
          padding: 0;
          width: 38px;
          line-height: 41px;
          font-family: "proxima-nova";
          border: 0;
          color: #6d6e71;
          font-weight: bold;
          font-size: 18px;
          background: none; }
          @media screen and (max-width: 767px) {
            .productView-options .form .add-to-cart-wrapper .form-field--increments .default-increment .form-input {
              line-height: 36px; } }
    .productView-options .form .add-to-cart-wrapper .form-action {
      width: calc(100% - 118px);
      padding-left: 15px;
      padding-right: 0; }
      @media screen and (max-width: 767px) {
        .productView-options .form .add-to-cart-wrapper .form-action {
          padding-top: 0; } }
      .productView-options .form .add-to-cart-wrapper .form-action .button {
        margin: 0;
        width: 100%;
        font-size: 16px;
        font-weight: bold; }
        @media screen and (max-width: 1279px) {
          .productView-options .form .add-to-cart-wrapper .form-action .button {
            padding: 12px 15px; } }
        @media screen and (max-width: 767px) {
          .productView-options .form .add-to-cart-wrapper .form-action .button {
            padding: 10px; } }
    .productView-options .form .add-to-cart-wrapper .alertBox {
      width: 100%;
      margin: 20px 0; }

.refresh-btn {
  margin-bottom: 15px; }
  .refresh-btn a {
    font-size: 16px;
    line-height: 24px;
    color: #004270;
    vertical-align: middle;
    text-decoration: underline; }
  .refresh-btn svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px; }

.benefit-section {
  padding-top: 2px;
  padding-bottom: 18px; }
  .benefit-section ul {
    margin: 0;
    list-style: none; }
    .benefit-section ul li {
      margin-bottom: 5px; }
      .benefit-section ul li.hide {
        display: none !important; }
      .benefit-section ul li p {
        font-size: 16px;
        line-height: 25px;
        color: #6d6e71;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .benefit-section ul li p {
            font-size: 14px;
            line-height: 18px; } }
        .benefit-section ul li p span {
          min-width: 23px;
          margin-right: 16px; }
          @media screen and (max-width: 767px) {
            .benefit-section ul li p span {
              margin-right: 10px;
              min-width: 20px; } }
          .benefit-section ul li p span svg {
            width: 23px;
            height: 27px;
            vertical-align: bottom; }
            @media screen and (max-width: 767px) {
              .benefit-section ul li p span svg {
                width: 20px;
                height: 24px; } }
      .benefit-section ul li:last-child p span svg {
        width: 20px;
        height: 24px; }
        @media screen and (max-width: 767px) {
          .benefit-section ul li:last-child p span svg {
            width: 16px;
            height: 20px; } }

.support-section {
  background: #ebebeb;
  padding: 23px 25px 14px; }
  @media only screen and (max-width: 1365px) {
    .support-section {
      padding: 23px 15px 14px; } }
  @media only screen and (max-width: 479px) {
    .support-section {
      padding: 15px 15px 15px; } }
  .support-section ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .support-section ul li {
      width: 50%; }
      .support-section ul li:not(:last-child) {
        margin-bottom: 7px; }
      @media only screen and (max-width: 479px) {
        .support-section ul li {
          width: 100%; }
          .support-section ul li:not(:last-child) {
            margin-bottom: 12px; } }
    .support-section ul p {
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .support-section ul p span {
        min-width: 19px;
        margin-right: 15px; }
        .support-section ul p span svg {
          width: 19px;
          height: 17px;
          vertical-align: middle; }
      .support-section ul p a {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        color: #00416f;
        text-decoration: underline;
        text-underline-position: under; }
        @media screen and (max-width: 1279px) {
          .support-section ul p a {
            font-size: 14px;
            line-height: 18px; } }
        .support-section ul p a:hover {
          color: #808285; }

.custom-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .custom-detail {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.productView-custominfo.hide + .productView-descriptions {
  width: 100%;
  padding-right: 0; }

.productView-descriptions {
  padding: 0;
  width: 100%; }
  .productView-descriptions h3.productView-title {
    border-bottom: 0;
    font-size: 35px;
    line-height: 40px;
    color: #004270;
    padding: 0; }
    @media screen and (max-width: 1279px) {
      .productView-descriptions h3.productView-title {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (max-width: 767px) {
      .productView-descriptions h3.productView-title {
        font-size: 26px;
        line-height: 30px; } }
    @media only screen and (max-width: 413px) {
      .productView-descriptions h3.productView-title {
        font-size: 24px;
        line-height: 26px; } }
  .productView-descriptions .productView-description {
    padding: 0; }
    .productView-descriptions .productView-description .resource {
      margin-top: 30px; }
      .productView-descriptions .productView-description .resource ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        list-style: none;
        margin: 0 -14px;
        padding-top: 5px; }
        @media only screen and (max-width: 735px) {
          .productView-descriptions .productView-description .resource ul {
            margin: 0; } }
        .productView-descriptions .productView-description .resource ul li {
          padding: 0 14px;
          margin: 0 0 10px 0;
          width: 50%; }
          @media only screen and (max-width: 735px) {
            .productView-descriptions .productView-description .resource ul li {
              width: 100%;
              padding: 0; } }
          .productView-descriptions .productView-description .resource ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            padding-left: 34px;
            background: url(../img/pdf.png) no-repeat;
            word-wrap: anywhere; }
            @media screen and (max-width: 767px) {
              .productView-descriptions .productView-description .resource ul li a {
                background-size: 14px auto;
                padding-left: 20px; } }
          .productView-descriptions .productView-description .resource ul li:before {
            display: none; }
    .productView-descriptions .productView-description .info {
      margin-bottom: 5px; }
      .productView-descriptions .productView-description .info + h3 {
        margin-top: 18px; }
    .productView-descriptions .productView-description p {
      font-size: 16px;
      line-height: 24px;
      color: #6d6e71;
      margin-bottom: 14px; }
      @media screen and (max-width: 767px) {
        .productView-descriptions .productView-description p {
          font-size: 14px;
          line-height: 18px; } }
      .productView-descriptions .productView-description p span {
        color: #004270; }
    .productView-descriptions .productView-description h3 {
      line-height: 27px;
      margin-bottom: 10px; }
      .productView-descriptions .productView-description h3.productView-title {
        margin: 0 0 20px 0; }
    .productView-descriptions .productView-description ul {
      margin: 0 0 18px 0;
      list-style: none; }
      .productView-descriptions .productView-description ul li {
        font-size: 16px;
        line-height: 24px;
        color: #6d6e71;
        padding-left: 14px;
        position: relative;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .productView-descriptions .productView-description ul li {
            font-size: 14px;
            line-height: 18px; } }
        .productView-descriptions .productView-description ul li:before {
          position: absolute;
          content: "";
          background: #6d6e71;
          width: 4px;
          height: 4px;
          border-radius: 100%;
          left: 0;
          top: 10px; }

.product-block {
  width: 340px;
  order: 2; }
  @media screen and (max-width: 1023px) {
    .product-block {
      width: 100%; } }
  .product-block .productView-custominfo.product-video {
    margin-top: 0; }
    .product-block .productView-custominfo.product-video + .related-product {
      margin-top: 15px; }
    .product-block .productView-custominfo.product-video .slick-arrow {
      height: 30px;
      width: 10px;
      border: 0;
      text-align: center;
      padding: 0;
      margin: 0;
      transform: none;
      top: 16px; }
      .product-block .productView-custominfo.product-video .slick-arrow::before {
        width: 12px;
        height: 16px; }
      .product-block .productView-custominfo.product-video .slick-arrow.slick-prev {
        left: 0; }
        .product-block .productView-custominfo.product-video .slick-arrow.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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .product-block .productView-custominfo.product-video .slick-arrow.slick-next {
        right: 0; }
        .product-block .productView-custominfo.product-video .slick-arrow.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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .product-block .productView-custominfo.product-video .slick-disabled {
      opacity: 0.4; }
    .product-block .productView-custominfo.product-video .videoGallery-main {
      margin-bottom: 15px; }
    .product-block .productView-custominfo.product-video .static-category-slider {
      position: relative; }
      .product-block .productView-custominfo.product-video .static-category-slider.slick-slider {
        margin-bottom: 16px; }
        .product-block .productView-custominfo.product-video .static-category-slider.slick-slider .videoGallery-main {
          margin-bottom: 0; }
      .product-block .productView-custominfo.product-video .static-category-slider .slick-arrow {
        height: 30px;
        width: 16px;
        border: 0;
        text-align: center;
        padding: 0;
        margin: 0;
        transform: translateY(-50%);
        top: 50%; }
        .product-block .productView-custominfo.product-video .static-category-slider .slick-arrow::before {
          width: 12px;
          height: 16px;
          margin-left: 2px; }
        .product-block .productView-custominfo.product-video .static-category-slider .slick-arrow.slick-prev {
          left: 0; }
        .product-block .productView-custominfo.product-video .static-category-slider .slick-arrow.slick-next {
          right: 0; }
    .product-block .productView-custominfo.product-video .videoGallery-list {
      padding: 0 16px;
      margin: 0;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .product-block .productView-custominfo.product-video .videoGallery-list {
          margin-bottom: 20px; } }
    .product-block .productView-custominfo.product-video .videoGallery-item {
      width: 100%;
      float: left;
      padding: 0;
      margin: 0; }
      @media (max-width: 1023px) and (min-width: 768px) {
        .product-block .productView-custominfo.product-video .videoGallery-item {
          padding-right: 10px; } }
      .product-block .productView-custominfo.product-video .videoGallery-item .video {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        opacity: 1; }
        @media (max-width: 767px) {
          .product-block .productView-custominfo.product-video .videoGallery-item .video {
            margin-bottom: 20px; } }
        .product-block .productView-custominfo.product-video .videoGallery-item .video .video-figure {
          width: 85px;
          margin: 0;
          padding: 0; }
        .product-block .productView-custominfo.product-video .videoGallery-item .video .video-body {
          padding-left: 15px;
          width: calc(100% - 85px); }
  .product-block .related-product {
    border: 0;
    padding-top: 0; }
    @media screen and (max-width: 1023px) {
      .product-block .related-product .slick-list {
        margin: 0; }
        .product-block .related-product .slick-list .slick-track {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        .product-block .related-product .slick-list .productCarousel-row {
          padding: 0;
          margin-bottom: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          float: none;
          height: auto; }
      .product-block .related-product .slick-arrow {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 1px solid #F5F5F5;
        background: none;
        margin: 0;
        top: -37px;
        left: auto;
        right: 0;
        padding: 0; }
        .product-block .related-product .slick-arrow:before {
          width: 5px;
          height: 9px;
          background-position: center;
          display: inline-block; }
        .product-block .related-product .slick-arrow.slick-prev {
          right: 32px; } }
    @media screen and (max-width: 767px) {
      .product-block .related-product .slick-arrow {
        top: -30px; } }
    @media only screen and (max-width: 374px) {
      .product-block .related-product .slick-arrow {
        top: -26px; } }
    .product-block .related-product .section-heading {
      font-size: 35px;
      line-height: 27px;
      color: #004270;
      margin: 0 0 20px 0;
      padding: 0;
      font-weight: 600;
      font-family: "proxima-nova"; }
      @media screen and (max-width: 1279px) {
        .product-block .related-product .section-heading {
          font-size: 30px;
          line-height: 34px; } }
      @media screen and (max-width: 767px) {
        .product-block .related-product .section-heading {
          font-size: 26px;
          line-height: 30px;
          margin: 0 0 15px 0; } }
      @media only screen and (max-width: 413px) {
        .product-block .related-product .section-heading {
          font-size: 24px;
          line-height: 26px; } }
      @media only screen and (max-width: 374px) {
        .product-block .related-product .section-heading {
          font-size: 20px;
          line-height: 24px; } }
  .product-block .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 15px 0 17px;
    margin: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 1023px) {
      .product-block .card {
        height: auto;
        border-bottom: 0;
        padding: 0;
        margin: 15px; } }
    @media only screen and (max-width: 374px) {
      .product-block .card {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0;
        padding: 5px; } }
    .product-block .card .card-figure {
      width: 88px; }
      @media screen and (max-width: 767px) {
        .product-block .card .card-figure {
          width: 70px; } }
      @media only screen and (max-width: 666px) {
        .product-block .card .card-figure {
          width: 88px; } }
      @media only screen and (max-width: 413px) {
        .product-block .card .card-figure {
          width: 60px; } }
      @media only screen and (max-width: 374px) {
        .product-block .card .card-figure {
          width: 100%; } }
      .product-block .card .card-figure .card-figcaption .button {
        display: none; }
      .product-block .card .card-figure .card-figcaption .quickview {
        display: block;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid #929292;
        font-size: 0;
        background: white url(../img/eye.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px auto; }
        .product-block .card .card-figure .card-figcaption .quickview:hover {
          background: #004270 url(../img/eye-hover.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 22px auto;
          border-color: #004270; }
    .product-block .card .card-body {
      width: calc(100% - 88px);
      padding: 0 0 0 15px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .product-block .card .card-body {
          width: calc(100% - 70px); } }
      @media only screen and (max-width: 666px) {
        .product-block .card .card-body {
          width: calc(100% - 88px); } }
      @media only screen and (max-width: 413px) {
        .product-block .card .card-body {
          width: calc(100% - 60px); } }
      @media only screen and (max-width: 374px) {
        .product-block .card .card-body {
          width: 100%;
          padding: 15px;
          text-align: center; } }
    .product-block .card .card-title {
      margin-bottom: 7px; }
    .product-block .card div.card-text {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      @media only screen and (max-width: 374px) {
        .product-block .card div.card-text {
          -webkit-justify-content: center;
          justify-content: center; } }
    .product-block .card .warning {
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding-bottom: 0; }
      @media only screen and (max-width: 374px) {
        .product-block .card .warning {
          -webkit-justify-content: center;
          justify-content: center; } }
    .product-block .card:hover .card-figcaption {
      opacity: 1; }
  .product-block .productCarousel-row {
    margin-bottom: 0px;
    background: #ebebeb; }
    @media screen and (max-width: 1023px) {
      .product-block .productCarousel-row {
        position: relative; }
        .product-block .productCarousel-row:after {
          position: absolute;
          content: "";
          background: rgba(255, 255, 255, 0.5);
          width: 1px;
          height: 78%;
          right: 0;
          top: 50%;
          transform: translateY(-50%); } }
    @media only screen and (max-width: 666px) {
      .product-block .productCarousel-row:after {
        display: none; } }
  .product-block + .productView-descriptions {
    width: calc(100% - 340px);
    padding: 0 50px 0 0; }
    @media screen and (max-width: 1279px) {
      .product-block + .productView-descriptions {
        padding: 0 30px 0 0; } }
    @media screen and (max-width: 1023px) {
      .product-block + .productView-descriptions {
        width: 100%;
        padding: 0;
        margin-bottom: 30px; } }

.productView-custominfo {
  width: 100%;
  display: inline-block;
  margin-top: 30px; }
  @media screen and (max-width: 1279px) {
    .productView-custominfo {
      margin-top: 20px; } }
  .productView-custominfo h3 {
    font-size: 35px;
    line-height: 40px;
    color: #004270;
    margin: 0;
    padding-bottom: 26px;
    font-weight: 600;
    font-family: "proxima-nova"; }
    @media screen and (max-width: 1279px) {
      .productView-custominfo h3 {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (max-width: 767px) {
      .productView-custominfo h3 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 15px; } }
    @media only screen and (max-width: 413px) {
      .productView-custominfo h3 {
        font-size: 24px;
        line-height: 26px; } }
  .productView-custominfo .info-inner h4 {
    font-size: 25px;
    line-height: 30px;
    color: #004270;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 13px;
    position: relative;
    display: block;
    cursor: pointer;
    padding-right: 20px;
    padding-top: 19px; }
    .productView-custominfo .info-inner h4 svg {
      width: 15px;
      height: 8px;
      position: absolute;
      right: 0;
      top: 50%; }
    .productView-custominfo .info-inner h4.active svg {
      transform: rotate(180deg); }
  .productView-custominfo .info-inner .data-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .productView-custominfo .info-inner .data-block ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0;
      width: 100%; }
      .productView-custominfo .info-inner .data-block ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: calc(100% / 2 - 7.5px); }
        @media screen and (max-width: 767px) {
          .productView-custominfo .info-inner .data-block ul li {
            width: 100%; }
            .productView-custominfo .info-inner .data-block ul li:nth-child(odd) {
              background: #f5f5f5; } }
        @media only screen and (max-width: 479px) {
          .productView-custominfo .info-inner .data-block ul li:nth-child(odd) {
            background: none; } }
        @media only screen and (max-width: 479px) {
          .productView-custominfo .info-inner .data-block ul li {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .productView-custominfo .info-inner .data-block ul li:nth-child(4n + 1) {
          background: #f5f5f5; }
          @media only screen and (max-width: 479px) {
            .productView-custominfo .info-inner .data-block ul li:nth-child(4n + 1) {
              background: none; } }
        .productView-custominfo .info-inner .data-block ul li:nth-child(4n + 2) {
          background: #f5f5f5; }
          @media screen and (max-width: 767px) {
            .productView-custominfo .info-inner .data-block ul li:nth-child(4n + 2) {
              background: none; } }
  .productView-custominfo .info-inner .productView-info-name.pack-size, .productView-custominfo .info-inner .productView-info-name.overall-size, .productView-custominfo .info-inner .productView-info-name.closer-size, .productView-custominfo .info-inner .productView-info-name.degree-swing, .productView-custominfo .info-inner .productView-info-name.projection {
    display: none; }
    .productView-custominfo .info-inner .productView-info-name.pack-size + .productView-info-value, .productView-custominfo .info-inner .productView-info-name.overall-size + .productView-info-value, .productView-custominfo .info-inner .productView-info-name.closer-size + .productView-info-value, .productView-custominfo .info-inner .productView-info-name.degree-swing + .productView-info-value, .productView-custominfo .info-inner .productView-info-name.projection + .productView-info-value {
      display: none; }
  .productView-custominfo .info-inner .productView-info-name {
    width: 40%;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #004270;
    font-family: "proxima-nova";
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    word-wrap: anywhere; }
    @media only screen and (max-width: 479px) {
      .productView-custominfo .info-inner .productView-info-name {
        width: 100%;
        background: #f5f5f5; } }
  .productView-custominfo .info-inner .productView-info-value {
    width: 60%;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #6d6e71;
    font-family: "proxima-nova";
    padding: 10px; }
    @media only screen and (max-width: 479px) {
      .productView-custominfo .info-inner .productView-info-value {
        width: 100%; } }
  .productView-custominfo .info-inner + .info-inner {
    display: block;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .productView-custominfo .info-inner + .info-inner h4 {
      margin-top: 0; }
  .productView-custominfo .info-inner.dimensions-block {
    display: block; }
  .productView-custominfo.hide {
    display: none; }

.related-product {
  padding-top: 52px;
  border-top: 2px solid #ebebeb; }
  .related-product .section-heading {
    font-size: 35px;
    line-height: 40px;
    color: #004270;
    margin-bottom: 21px; }

.previewCart .productView {
  flex-direction: inherit;
  -webkit-flex-direction: inherit; }
  .previewCart .productView .productView-brand {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #006892; }
  .previewCart .productView .productView-price {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #00873c;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.productView--quickView {
  margin: 0; }
  .productView--quickView .custom-detail {
    display: none; }

@media screen and (max-width: 1279px) {
  .previewCart .previewCartCheckout {
    width: 30%; } }

@media screen and (max-width: 1023px) {
  .previewCart .previewCartCheckout {
    width: 100%; } }

@media screen and (max-width: 1279px) {
  .previewCart .productView {
    width: 70%; } }

@media screen and (max-width: 1023px) {
  .previewCart .productView {
    display: none; } }

@media screen and (max-width: 1279px) {
  .previewCart .productView .productView-image {
    margin: 0;
    width: 50%; } }

@media screen and (max-width: 1279px) {
  .previewCart .productView .productView-details {
    margin: 0;
    width: 50%; } }

.productView-description.warranty-desc ul {
  list-style: none;
  margin: 0; }
  .productView-description.warranty-desc ul li {
    list-style: none;
    padding: 0; }
    .productView-description.warranty-desc ul li:before {
      display: none; }

.recently-viewed-products {
  padding-top: 60px; }
  @media screen and (max-width: 1023px) {
    .recently-viewed-products {
      padding-top: 40px; } }
  .recently-viewed-products .category-inital-section {
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .recently-viewed-products .category-inital-section {
        margin-bottom: 15px; } }
  .recently-viewed-products .slick-prev {
    left: -55px; }
    @media (max-width: 1279px) {
      .recently-viewed-products .slick-prev {
        left: -20px; } }
  .recently-viewed-products .slick-next {
    right: -55px; }
    @media (max-width: 1279px) {
      .recently-viewed-products .slick-next {
        right: -20px; } }

.tooltip {
  position: relative;
  display: inline;
  cursor: pointer; }
  .tooltip .title {
    color: #004270;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under; }
    .tooltip .title + .icon {
      margin-left: 7px; }
  .tooltip .icon {
    width: 18px;
    height: 18px; }
    .tooltip .icon svg {
      fill: #004270; }
  .tooltip .content {
    width: 100%;
    width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    display: none;
    padding-bottom: 15px; }
    @media (max-width: 1023px) and (min-width: 768px) {
      .tooltip .content {
        left: -60px;
        transform: none;
        width: 400px; } }
    @media (max-width: 767px) {
      .tooltip .content {
        width: 290px; } }
  .tooltip .content-wrapper {
    width: 100%;
    border: 2px solid #ebebeb;
    position: relative; }
    .tooltip .content-wrapper:after, .tooltip .content-wrapper:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
      @media (max-width: 1023px) and (min-width: 768px) {
        .tooltip .content-wrapper:after, .tooltip .content-wrapper:before {
          left: 80px; } }
    .tooltip .content-wrapper:after {
      border-color: rgba(235, 235, 235, 0);
      border-top-color: #ebebeb;
      border-width: 10px;
      margin-left: -10px; }
    .tooltip .content-wrapper:before {
      border-color: rgba(235, 235, 235, 0);
      border-top-color: #ebebeb;
      border-width: 13px;
      margin-left: -13px; }
  @media screen and (max-width: 1279px) {
    .tooltip.active .content {
      display: block; } }
  @media (min-width: 1280px) {
    .tooltip:hover .content {
      display: block; } }

.productView--quickView .tooltip .content {
  bottom: auto;
  top: 100%;
  z-index: 11;
  padding-bottom: 0;
  padding-top: 15px;
  width: 450px; }
  @media screen and (max-width: 1279px) {
    .productView--quickView .tooltip .content {
      width: 400px; } }
  .productView--quickView .tooltip .content .content-wrapper::after, .productView--quickView .tooltip .content .content-wrapper::before {
    top: auto;
    bottom: 100%; }
  .productView--quickView .tooltip .content .content-wrapper::after {
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 13px;
    margin-left: -13px; }
  .productView--quickView .tooltip .content .content-wrapper::before {
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 13px;
    margin-left: -13px; }

#rectangle-group-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #rectangle-group-label small {
    margin: 0;
    padding-left: 5px; }
  #rectangle-group-label .tooltip {
    margin-left: 7px; }

.product-video .video-title {
  background: transparent;
  color: #333333;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px; }

.product-video .toggle {
  border: 0;
  margin: 0; }

.product-video .video-description {
  font-size: 14px;
  line-height: 20px;
  display: none; }

.heroCarousel {
  margin: 0 0 50px; }
  @media screen and (max-width: 1023px) {
    .heroCarousel {
      margin: 0 0 30px; } }
  .heroCarousel.slick-dotted.slick-slider {
    margin: 0 0 50px; }
    @media screen and (max-width: 1023px) {
      .heroCarousel.slick-dotted.slick-slider {
        margin: 0 0 30px; } }
  .heroCarousel .slick-arrow {
    width: 40px;
    height: 40px;
    background: white;
    padding: 5px;
    left: 0; }
    .heroCarousel .slick-arrow:before {
      width: 28px;
      height: 28px;
      background-size: 25px 25px;
      background-position: center center; }
    .heroCarousel .slick-arrow.slick-next {
      left: auto;
      right: 0; }

.home-subcategory-block [data-sub-layout] {
  padding: 0 !important; }

.heroCarousel .slick-dots {
  bottom: 150px;
  width: 70%;
  left: 0;
  right: 0;
  text-align: left;
  margin: 0 auto;
  padding: 0 1.5rem; }
  @media screen and (max-width: 1279px) {
    .heroCarousel .slick-dots {
      bottom: 80px; } }
  @media screen and (max-width: 666px) {
    .heroCarousel .slick-dots {
      width: 80%; } }
  @media only screen and (max-width: 567px) {
    .heroCarousel .slick-dots {
      width: 100%;
      padding: 0;
      text-align: center;
      bottom: 0px; } }
  .heroCarousel .slick-dots li {
    background: transparent; }
    .heroCarousel .slick-dots li button {
      border-color: white;
      background: white;
      opacity: 0.5; }
      @media only screen and (max-width: 567px) {
        .heroCarousel .slick-dots li button {
          background: black;
          border-color: black; } }
    .heroCarousel .slick-dots li.slick-active button {
      background: white;
      opacity: 1; }
      @media only screen and (max-width: 567px) {
        .heroCarousel .slick-dots li.slick-active button {
          background: #004270;
          border-color: #004270; } }
    .heroCarousel .slick-dots li:first-child {
      margin-left: 0; }

.heroCarousel-slide .heroCarousel-image-wrapper,
.heroCarousel.slick-initialized {
  height: 600px;
  max-height: none; }
  @media screen and (max-width: 1279px) {
    .heroCarousel-slide .heroCarousel-image-wrapper,
    .heroCarousel.slick-initialized {
      height: 500px; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel-slide .heroCarousel-image-wrapper,
    .heroCarousel.slick-initialized {
      height: 400px; } }
  @media screen and (max-width: 666px) {
    .heroCarousel-slide .heroCarousel-image-wrapper,
    .heroCarousel.slick-initialized {
      height: 350px; } }
  @media only screen and (max-width: 567px) {
    .heroCarousel-slide .heroCarousel-image-wrapper,
    .heroCarousel.slick-initialized {
      height: 300px; } }

@media only screen and (max-width: 567px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 200px; } }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover; }

.carousel-tooltip {
  display: none !important; }

.heroCarousel-content {
  background: transparent;
  text-align: left; }
  @media screen and (max-width: 666px) {
    .heroCarousel-content {
      width: 80%; } }
  @media only screen and (max-width: 567px) {
    .heroCarousel-content {
      width: 100%;
      background: #ebebeb;
      padding: 15px 15px 25px;
      text-align: center; } }

.heroCarousel-title {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 50px;
  line-height: 52px;
  color: white; }
  @media screen and (max-width: 1023px) {
    .heroCarousel-title {
      font-size: 40px;
      line-height: 42px; } }
  @media screen and (max-width: 666px) {
    .heroCarousel-title {
      font-size: 30px;
      line-height: 32px;
      margin: 0 0 10px; } }
  @media only screen and (max-width: 567px) {
    .heroCarousel-title {
      color: black;
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 5px; } }

.heroCarousel-description {
  margin: 0 0 30px;
  font-size: 20px;
  color: white;
  line-height: 26px; }
  @media screen and (max-width: 1023px) {
    .heroCarousel-description {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 20px; } }
  @media screen and (max-width: 666px) {
    .heroCarousel-description {
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 15px; } }
  @media only screen and (max-width: 567px) {
    .heroCarousel-description {
      color: black;
      font-size: 14px;
      line-height: 18px; } }

.heroCarousel-action {
  display: none; }

.productCarousel {
  margin: 0; }
  .productCarousel .slick-list {
    margin: 0 -0.75rem; }
    @media screen and (max-width: 666px) {
      .productCarousel .slick-list {
        margin: 0 -5px; } }
  .productCarousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0; }
    .productCarousel .slick-track .slick-slide {
      height: auto; }
      @media screen and (max-width: 666px) {
        .productCarousel .slick-track .slick-slide {
          padding: 0 5px; } }

.home-subcategory-block .subcategory-block .row {
  margin: 0; }

.home-subcategory-block .subcategory-block .slick-list {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.home-subcategory-block .subcategory-block .inner-block {
  padding: 15px 15px; }
  .home-subcategory-block .subcategory-block .inner-block .link, .home-subcategory-block .subcategory-block .inner-block a[data-item-edit], .home-subcategory-block .subcategory-block .inner-block a[data-item-giftwrap], .home-subcategory-block .subcategory-block .inner-block .cart-item-name + a {
    text-decoration: none; }

.home-subcategory-block .sub-category-img-block {
  height: 220px; }
  .home-subcategory-block .sub-category-img-block .col {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

.home-blog-block {
  margin-bottom: 0px; }
  .home-blog-block .home-blog-list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px; }
    @media only screen and (max-width: 1279px) {
      .home-blog-block .home-blog-list-wrap {
        margin: 0 -10px; } }
    @media only screen and (max-width: 735px) {
      .home-blog-block .home-blog-list-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media only screen and (max-width: 479px) {
      .home-blog-block .home-blog-list-wrap {
        margin: 0; } }
    .home-blog-block .home-blog-list-wrap .home-blog-item {
      padding: 0 15px;
      width: 33.33%; }
      @media only screen and (max-width: 1279px) {
        .home-blog-block .home-blog-list-wrap .home-blog-item {
          padding: 0 10px; } }
      @media only screen and (max-width: 1023px) {
        .home-blog-block .home-blog-list-wrap .home-blog-item {
          float: none;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          height: auto; } }
      @media only screen and (max-width: 735px) {
        .home-blog-block .home-blog-list-wrap .home-blog-item {
          width: 50%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 479px) {
        .home-blog-block .home-blog-list-wrap .home-blog-item {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
    .home-blog-block .home-blog-list-wrap .custom-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      padding: 4px;
      background: #ebebeb; }
      @media (min-width: 1280px) {
        .home-blog-block .home-blog-list-wrap .custom-row:hover .home-blog-img img {
          transform: scale(1.05); } }
    .home-blog-block .home-blog-list-wrap .default-img {
      text-align: center; }
      .home-blog-block .home-blog-list-wrap .default-img img {
        max-height: 240px; }
    .home-blog-block .home-blog-list-wrap .home-blog-img {
      background-color: #ffffff;
      overflow: hidden;
      min-height: 260px; }
      @media screen and (max-width: 1279px) {
        .home-blog-block .home-blog-list-wrap .home-blog-img {
          height: 200px;
          min-height: 200px; } }
      @media screen and (max-width: 1023px) {
        .home-blog-block .home-blog-list-wrap .home-blog-img {
          height: 170px;
          min-height: 170px; } }
      .home-blog-block .home-blog-list-wrap .home-blog-img img {
        object-fit: contain;
        height: 260px;
        width: 100%;
        min-height: 260px;
        transform: scale(1);
        transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear; }
        @media screen and (max-width: 1279px) {
          .home-blog-block .home-blog-list-wrap .home-blog-img img {
            height: 200px;
            min-height: 200px; } }
        @media screen and (max-width: 1023px) {
          .home-blog-block .home-blog-list-wrap .home-blog-img img {
            height: 170px;
            min-height: 170px; } }
      .home-blog-block .home-blog-list-wrap .home-blog-img + .home-blog-detail {
        border-top: 0;
        align-items: flex-start; }
    .home-blog-block .home-blog-list-wrap .home-blog-detail {
      padding: 20px 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%; }
      @media only screen and (max-width: 1279px) {
        .home-blog-block .home-blog-list-wrap .home-blog-detail {
          padding: 20px; } }
      @media only screen and (max-width: 1023px) {
        .home-blog-block .home-blog-list-wrap .home-blog-detail {
          flex: 1;
          padding: 15px; } }
      .home-blog-block .home-blog-list-wrap .home-blog-detail .home-blog-title {
        font-size: 18px;
        font-weight: bold;
        color: #004270;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1;
        max-width: 94%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media only screen and (max-width: 1023px) {
          .home-blog-block .home-blog-list-wrap .home-blog-detail .home-blog-title {
            font-size: 16px;
            line-height: 18px; } }
        .home-blog-block .home-blog-list-wrap .home-blog-detail .home-blog-title:hover {
          color: #999999; }
      .home-blog-block .home-blog-list-wrap .home-blog-detail p {
        font-size: 14px;
        color: #808285;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 20px;
        flex: 1; }
        @media only screen and (max-width: 1023px) {
          .home-blog-block .home-blog-list-wrap .home-blog-detail p {
            font-size: 13px;
            line-height: 18px; } }
      .home-blog-block .home-blog-list-wrap .home-blog-detail .read-more {
        font-size: 14px;
        font-weight: bold;
        color: #004270;
        text-transform: capitalize;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        text-decoration: underline;
        text-underline-position: under; }
        .home-blog-block .home-blog-list-wrap .home-blog-detail .read-more:hover {
          color: #999999; }

.subcategory-block .col.slick-slide {
  margin-bottom: 0px; }

.heroCarousel {
  position: relative; }
  .heroCarousel video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center; }
    @media screen and (max-width: 1279px) {
      .heroCarousel video {
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .heroCarousel video {
        height: 300px; } }
    @media screen and (max-width: 666px) {
      .heroCarousel video {
        height: 260px; } }
  .heroCarousel .video-content {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    background: rgba(0, 66, 112, 0.8);
    color: white;
    padding: 30px 0 35px; }
    @media screen and (max-width: 1279px) {
      .heroCarousel .video-content {
        padding: 20px 0 25px; } }
    @media screen and (max-width: 767px) {
      .heroCarousel .video-content {
        position: relative;
        background: #004270;
        bottom: 6px; } }
    .heroCarousel .video-content h1 {
      color: white;
      font-size: 50px;
      line-height: 56px; }
      @media screen and (max-width: 1279px) {
        .heroCarousel .video-content h1 {
          font-size: 40px;
          line-height: 46px; } }
      @media screen and (max-width: 767px) {
        .heroCarousel .video-content h1 {
          font-size: 30px;
          line-height: 36px; } }
    .heroCarousel .video-content .button {
      margin-top: 10px; }
      .heroCarousel .video-content .button:hover {
        border-color: #ffffff; }

[data-sub-layout-container='207dfc92-aa8a-4f0c-81aa-7527c2e3ea85'] {
  padding: 0 20px; }
  [data-sub-layout-container='207dfc92-aa8a-4f0c-81aa-7527c2e3ea85'] .category-inital-section {
    padding-top: 60px;
    max-width: 1250px;
    margin: 0 auto; }
    @media (max-width: 1365px) {
      [data-sub-layout-container='207dfc92-aa8a-4f0c-81aa-7527c2e3ea85'] .category-inital-section {
        max-width: 1240px; } }
    @media (max-width: 1279px) {
      [data-sub-layout-container='207dfc92-aa8a-4f0c-81aa-7527c2e3ea85'] .category-inital-section {
        max-width: 960px; } }
    @media (max-width: 1023px) {
      [data-sub-layout-container='207dfc92-aa8a-4f0c-81aa-7527c2e3ea85'] .category-inital-section {
        max-width: 100%; } }
    @media (max-width: 767px) {
      [data-sub-layout-container='207dfc92-aa8a-4f0c-81aa-7527c2e3ea85'] .category-inital-section {
        padding-top: 30px; } }

.homepage-brands-slider {
  padding: 20px 0px 40px 0px;
  max-width: 1250px;
  margin: 0 auto; }
  @media (max-width: 1365px) {
    .homepage-brands-slider {
      max-width: 1240px; } }
  @media (max-width: 1279px) {
    .homepage-brands-slider {
      max-width: 960px; } }
  @media (max-width: 1023px) {
    .homepage-brands-slider {
      max-width: 100%;
      padding-left: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .homepage-brands-slider {
      padding: 0px 20px 20px 20px; } }
  .homepage-brands-slider .slick-next,
  .homepage-brands-slider .slick-prev {
    display: none !important; }
  .homepage-brands-slider .slick-slide {
    padding: 15px; }
    @media (max-width: 767px) {
      .homepage-brands-slider .slick-slide {
        padding: 10px; } }
  .homepage-brands-slider .hbs-slide-wrapper .slick-track, .homepage-brands-slider .hbs-slide-wrapper2 .slick-track {
    display: flex;
    align-self: center; }
    .homepage-brands-slider .hbs-slide-wrapper .slick-track .slick-slide, .homepage-brands-slider .hbs-slide-wrapper2 .slick-track .slick-slide {
      align-self: center; }
      .homepage-brands-slider .hbs-slide-wrapper .slick-track .slick-slide .img, .homepage-brands-slider .hbs-slide-wrapper2 .slick-track .slick-slide .img {
        min-height: 100px; }
      .homepage-brands-slider .hbs-slide-wrapper .slick-track .slick-slide .title, .homepage-brands-slider .hbs-slide-wrapper2 .slick-track .slick-slide .title {
        width: 100%;
        margin-top: 10px;
        text-align: center; }
      .homepage-brands-slider .hbs-slide-wrapper .slick-track .slick-slide img, .homepage-brands-slider .hbs-slide-wrapper2 .slick-track .slick-slide img {
        max-height: 100px;
        width: auto;
        margin: 0 auto;
        object-fit: contain; }

body [data-sub-layout] {
  padding: 0; }

.homepage-service-slider .item a .img {
  position: relative; }
  .homepage-service-slider .item a .img .ss-hover-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out; }

.homepage-service-slider .item a.active-service .img .ss-hover-image, .homepage-service-slider .item a:hover .img .ss-hover-image {
  opacity: 1; }

.homepage-service-slider .item .title {
  font-size: 16px;
  text-align: center;
  margin-top: 10px; }
  @media screen and (max-width: 1023px) {
    .homepage-service-slider .item .title {
      padding: 0 10px;
      font-size: 14px; } }

.homepage-service-slider .slick-prev::before {
  background-image: url("data:image/svg+xml,%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='%23004270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.homepage-service-slider .slick-next::before {
  background-image: url("data:image/svg+xml,%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='%23004270' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.homepage-service-slider .slick-next {
  right: -5px; }

.homepage-service-slider .slick-prev {
  left: -5px; }

@media screen and (max-width: 767px) {
  .homepage-service-slider .service-carousel-image {
    display: none; } }

.hss-description-wrapper {
  margin: 50px 0;
  max-height: 442px;
  overflow: hidden; }
  @media screen and (max-width: 1279px) {
    .hss-description-wrapper {
      max-height: 482px; } }
  @media screen and (max-width: 1279px) {
    .hss-description-wrapper {
      max-height: 530px; } }
  @media screen and (max-width: 1023px) {
    .hss-description-wrapper {
      margin: 40px 0;
      max-height: 539px; } }
  @media screen and (max-width: 767px) {
    .hss-description-wrapper {
      max-height: 100%; } }
  .hss-description-wrapper .service-description-section {
    opacity: 1 !important; }
    @media screen and (max-width: 767px) {
      .hss-description-wrapper .service-description-section:not([style="display: flex;"]):not(:first-child) {
        display: none !important; } }

.service-description-section {
  display: none;
  flex-wrap: wrap;
  width: 100%; }
  .service-description-section:first-child {
    display: flex; }
  .service-description-section.left-align-image .service-description {
    order: 2; }
  .service-description-section.left-align-image .service-carousel-image {
    order: 1; }

.service-description {
  width: calc(100% - 700px);
  background-color: #004270;
  padding: 45px 30px;
  text-align: center; }
  @media screen and (max-width: 1279px) {
    .service-description {
      width: calc(100% - 550px); } }
  @media screen and (max-width: 1023px) {
    .service-description {
      width: 50%;
      padding: 45px 30px; } }
  @media screen and (max-width: 767px) {
    .service-description {
      width: 100%;
      padding: 30px 15px; } }
  .service-description h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .service-description h3 {
        line-height: 37px; } }
    @media screen and (max-width: 767px) {
      .service-description h3 {
        font-size: 24px;
        line-height: 36px;
        padding: 0 10px; } }
  .service-description p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px; }
    @media screen and (max-width: 767px) {
      .service-description p {
        font-size: 14px;
        line-height: 20px; } }
  .service-description .view-all-link {
    margin-top: 10px; }
    .service-description .view-all-link:hover {
      border-color: #ffffff; }

.service-carousel-image {
  width: 700px;
  min-width: 700px;
  background-color: #004270;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1279px) {
    .service-carousel-image {
      width: 550px;
      min-width: 550px; } }
  @media screen and (max-width: 1023px) {
    .service-carousel-image {
      width: 50%;
      min-width: auto; } }
  @media screen and (max-width: 767px) {
    .service-carousel-image {
      width: 100%; } }
  .service-carousel-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

.category-top-block {
  padding-bottom: 35px; }

.cat-img-block {
  width: 100%; }
  .cat-img-block.h-width {
    width: 300px; }
    @media screen and (max-width: 767px) {
      .cat-img-block.h-width {
        width: 100%;
        display: none; } }
  .cat-img-block img {
    max-height: 300px;
    width: auto;
    object-fit: contain;
    min-height: auto;
    object-position: center; }
  .cat-img-block + .cat-desc-block {
    width: calc(100% - 300px);
    position: relative; }
    @media screen and (max-width: 767px) {
      .cat-img-block + .cat-desc-block {
        width: auto; } }

.category-brands {
  align-items: center; }
  .category-brands .cat-img-block img {
    object-fit: contain;
    min-height: auto;
    max-height: 250px; }

.cat-desc-block {
  width: 100%;
  padding: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  color: #004270; }
  .cat-desc-block * {
    color: #004270; }
  @media screen and (max-width: 1279px) {
    .cat-desc-block {
      padding: 25px; } }
  @media screen and (max-width: 767px) {
    .cat-desc-block {
      padding: 20px 0; } }
  .cat-desc-block h1 {
    color: #004270; }
    @media screen and (max-width: 1279px) {
      .cat-desc-block h1 {
        font-size: 30px;
        line-height: 36px; } }
  .cat-desc-block h3 {
    margin: 0 0 5px;
    color: #004270; }
  .cat-desc-block p {
    color: #004270; }
    .cat-desc-block p:last-child {
      margin: 0; }

.type-category .breadcrumb-block {
  margin: 0 0 35px; }

.type-category .page-heading {
  text-align: left;
  padding-bottom: 24px; }

.type-category .page {
  margin-left: 0px;
  margin-right: 0px; }
  .type-category .page .actionBar {
    margin: 0 0 25px; }
    @media screen and (max-width: 767px) {
      .type-category .page .actionBar {
        margin-bottom: 20px; } }
    .type-category .page .actionBar .actionBar-section {
      float: right; }
      @media screen and (max-width: 767px) {
        .type-category .page .actionBar .actionBar-section {
          float: left; } }
    .type-category .page .actionBar.result-per-page {
      float: left; }
      @media screen and (max-width: 666px) {
        .type-category .page .actionBar.result-per-page {
          width: 100%; } }

.page-sidebar {
  padding: 0;
  width: 250px; }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      float: none;
      margin: 0 0 30px; } }
  @media screen and (max-width: 767px) {
    .page-sidebar {
      margin: 0 0 20px; } }
  .page-sidebar .sidebarBlock {
    background: #eaebec;
    margin: 0;
    padding: 0 25px;
    padding-top: 20px; }
    @media screen and (max-width: 1023px) {
      .page-sidebar .sidebarBlock {
        padding: 20px 25px; } }
    .page-sidebar .sidebarBlock + .sidebarBlock {
      border: none; }
  .page-sidebar .navList {
    margin: 0; }
  .page-sidebar .facetedSearch-refineFilters {
    padding: 0; }
    .page-sidebar .facetedSearch-refineFilters P {
      margin: 0 0 18px;
      line-height: 16px; }
  .page-sidebar + .page-content {
    padding: 0;
    padding-left: 50px;
    width: calc(100% - 250px); }
    @media screen and (max-width: 1279px) {
      .page-sidebar + .page-content {
        padding-left: 30px; } }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 100%;
        padding: 0; } }
  .page-sidebar.u-hidden#faceted-search-container + .page-content {
    width: 100%;
    padding-left: 0; }
  @media screen and (max-width: 1023px) {
    .page-sidebar #facetedSearch > .facetedSearch-toggle {
      margin-bottom: 15px; } }

.accordion--navList .accordion-block,
.facetedSearch-toggle + .facetedSearch-navList, .sidebarBlock + .facetedSearch-navList {
  margin: 0; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin: 0; }

.facetLabel {
  background: #004270;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  border-radius: 0px;
  padding: 8px 15px 6px;
  font-size: 16px;
  line-height: 20px; }
  .facetLabel svg.icon {
    fill: white;
    top: -3px;
    right: -5px;
    height: 15px;
    width: 15px;
    margin-left: auto; }
  .facetLabel:hover {
    background: #808285;
    color: white; }

.accordion--navList .accordion-block {
  padding-top: 15px; }
  .accordion--navList .accordion-block:first-child {
    padding-top: 0; }
  .accordion--navList .accordion-block:last-child {
    padding-bottom: 15px; }
  .accordion--navList .accordion-block .navList + .toggleLink {
    display: inline-block;
    margin-top: 10px; }
  .accordion--navList .accordion-block .navList-action-close {
    display: none; }

.accordion--navList .accordion-indicator {
  fill: #004270; }

.accordion-title,
.sidebarBlock-heading {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 9px;
  font-family: "proxima-nova"; }

.accordion--navList .accordion-navigation {
  line-height: 0;
  margin: 0 0 11px !important; }

.accordion--navList .accordion-title {
  margin: 0; }

a.navList-action--checkbox {
  padding-left: 30px;
  position: relative; }

.navList-action--checkbox::before, .navList-action--checkbox::after {
  height: 18px;
  width: 18px;
  border-radius: 0px;
  top: 0;
  margin: 0;
  transform: none; }

.navList-action--checkbox::after {
  height: 14px;
  width: 14px;
  top: 2px;
  left: 2px; }

#facetedSearch {
  padding-top: 18px; }

.facetedSearch-clearLink {
  display: none; }

.navList-action {
  font-size: 15px;
  padding: 0;
  line-height: 18px; }

.navList-item {
  line-height: 0; }
  .navList-item a {
    margin: 0; }
  .navList-item + .navList-item {
    margin: 8px 0 0; }

.form-minMaxRow {
  margin: 0 -5px; }
  .form-minMaxRow .form-field {
    width: 50%;
    padding: 0 5px; }
    .form-minMaxRow .form-field:last-child {
      width: 100%;
      margin-top: 10px; }

.page-content .subcategory-block {
  margin: 0 0 10px; }

.subcategory-block .row {
  margin: 0 -7.5px; }

.subcategory-block .col {
  padding: 0 7.5px;
  width: 16.66%;
  margin-bottom: 15px; }
  @media screen and (max-width: 1279px) {
    .subcategory-block .col {
      width: 25%; } }
  @media screen and (max-width: 767px) {
    .subcategory-block .col {
      width: 50%; } }

.subcategory-block .inner-block {
  padding: 8px 10px 6px; }
  .subcategory-block .inner-block h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: "proxima-nova";
    font-weight: normal;
    word-break: break-word; }
    .subcategory-block .inner-block h3 a {
      color: #004270; }
      .subcategory-block .inner-block h3 a:hover {
        color: #808285; }

.category-image-inner {
  background: #ebebeb;
  padding: 4px;
  height: 100%; }
  @media (min-width: 1280px) {
    .category-image-inner:hover .sub-category-img-block img {
      transform: scale(1.1); } }

.sub-category-img-block {
  width: 100%;
  display: block;
  height: 136px;
  padding: 15px;
  background: white; }
  @media screen and (max-width: 1023px) {
    .sub-category-img-block {
      height: 150px; } }
  .sub-category-img-block img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear; }

@media screen and (max-width: 666px) {
  .result-per-page.actionBar {
    width: 100%; } }

.actionBar-section .form-label {
  color: #808285; }

.actionBar-section .form-field {
  border-radius: 0px;
  border: none;
  margin: 0; }

.actionBar-section .form-select {
  height: auto;
  background-position: right 5px center;
  border: solid 1px #ccc4c1;
  padding: 10px 30px 10px 15px;
  min-width: 80px;
  border-radius: 4px; }

[data-content-region="category_below_content"] [data-sub-layout] {
  padding: 0 !important;
  padding-left: 50px !important; }
  @media screen and (max-width: 1279px) {
    [data-content-region="category_below_content"] [data-sub-layout] {
      padding-left: 30px !important; } }
  @media screen and (max-width: 1023px) {
    [data-content-region="category_below_content"] [data-sub-layout] {
      padding-left: 0px !important; } }

.page-content [data-content-region="category_below_content"] [data-sub-layout] {
  padding: 0 !important; }

.category-body, .category-body1 {
  width: 75%;
  float: left;
  padding-left: 30px;
  position: relative; }

.category-inital-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    .category-inital-section {
      display: block;
      text-align: center; } }
  .category-inital-section .category-title {
    margin-bottom: 0;
    background: white;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .category-inital-section .category-title {
        padding: 0;
        margin: 0 0 10px; } }
    .category-inital-section .category-title.with-line {
      width: 100%;
      overflow: hidden; }
      .category-inital-section .category-title.with-line span {
        position: relative;
        display: inline-block; }
        .category-inital-section .category-title.with-line span::after {
          position: absolute;
          content: "";
          background: #004270;
          width: 100vw;
          height: 2px;
          top: 50%;
          left: calc(100% + 15px);
          transform: translateY(-50%);
          z-index: 0; }
        .category-inital-section .category-title.with-line span::before {
          position: absolute;
          content: "";
          background: #004270;
          width: 100vw;
          height: 2px;
          top: 50%;
          right: calc(100% + 15px);
          transform: translateY(-50%);
          z-index: 0; }
  .category-inital-section .view-all-link {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 15px 8px; }
    .category-inital-section .view-all-link:after {
      position: absolute;
      content: "";
      background: #004270;
      width: 999px;
      height: 2px;
      top: 50%;
      left: -999px;
      transform: translateY(-50%);
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .category-inital-section .view-all-link:after {
          left: 50%;
          transform: translate(-50%, -50%); } }
    .category-inital-section .view-all-link:before {
      position: absolute;
      content: "";
      background: white;
      width: 999px;
      height: 2px;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }

.category-top-section, .category-bottom-section {
  margin-bottom: 10px; }
  .category-top-section .subcategory-items, .category-top-section .category-products, .category-bottom-section .subcategory-items, .category-bottom-section .category-products {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0 -7.5px; }
    .category-top-section .subcategory-items .subcategory-item, .category-top-section .subcategory-items .category-product-item, .category-top-section .category-products .subcategory-item, .category-top-section .category-products .category-product-item, .category-bottom-section .subcategory-items .subcategory-item, .category-bottom-section .subcategory-items .category-product-item, .category-bottom-section .category-products .subcategory-item, .category-bottom-section .category-products .category-product-item {
      width: 16.66%;
      text-align: center;
      padding: 0 7.5px;
      margin: 0 0 15px 0; }
      @media screen and (max-width: 1279px) {
        .category-top-section .subcategory-items .subcategory-item, .category-top-section .subcategory-items .category-product-item, .category-top-section .category-products .subcategory-item, .category-top-section .category-products .category-product-item, .category-bottom-section .subcategory-items .subcategory-item, .category-bottom-section .subcategory-items .category-product-item, .category-bottom-section .category-products .subcategory-item, .category-bottom-section .category-products .category-product-item {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .category-top-section .subcategory-items .subcategory-item, .category-top-section .subcategory-items .category-product-item, .category-top-section .category-products .subcategory-item, .category-top-section .category-products .category-product-item, .category-bottom-section .subcategory-items .subcategory-item, .category-bottom-section .subcategory-items .category-product-item, .category-bottom-section .category-products .subcategory-item, .category-bottom-section .category-products .category-product-item {
          width: 33.33%; } }
      @media screen and (max-width: 666px) {
        .category-top-section .subcategory-items .subcategory-item, .category-top-section .subcategory-items .category-product-item, .category-top-section .category-products .subcategory-item, .category-top-section .category-products .category-product-item, .category-bottom-section .subcategory-items .subcategory-item, .category-bottom-section .subcategory-items .category-product-item, .category-bottom-section .category-products .subcategory-item, .category-bottom-section .category-products .category-product-item {
          width: 50%; } }
      .category-top-section .subcategory-items .subcategory-item img, .category-top-section .subcategory-items .category-product-item img, .category-top-section .category-products .subcategory-item img, .category-top-section .category-products .category-product-item img, .category-bottom-section .subcategory-items .subcategory-item img, .category-bottom-section .subcategory-items .category-product-item img, .category-bottom-section .category-products .subcategory-item img, .category-bottom-section .category-products .category-product-item img {
        margin-bottom: 15px; }
      .category-top-section .subcategory-items .subcategory-item .col, .category-top-section .subcategory-items .category-product-item .col, .category-top-section .category-products .subcategory-item .col, .category-top-section .category-products .category-product-item .col, .category-bottom-section .subcategory-items .subcategory-item .col, .category-bottom-section .subcategory-items .category-product-item .col, .category-bottom-section .category-products .subcategory-item .col, .category-bottom-section .category-products .category-product-item .col {
        margin: 0; }

.category-bottom-section {
  margin-bottom: 0px; }
  .category-bottom-section .category-products .category-product-item {
    width: 25%; }
    @media screen and (max-width: 1279px) {
      .category-bottom-section .category-products .category-product-item {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .category-bottom-section .category-products .category-product-item {
        width: 50%; } }

.category-middle-section {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background: #004270; }
  @media screen and (max-width: 1279px) {
    .category-middle-section {
      flex-direction: column-reverse;
      flex-wrap: wrap; } }
  .category-middle-section .category-description {
    width: 50%;
    padding: 20px 30px; }
    @media screen and (max-width: 1279px) {
      .category-middle-section .category-description {
        width: 100%;
        padding: 20px; } }
    .category-middle-section .category-description h3 {
      color: white; }
    .category-middle-section .category-description p {
      color: white; }
      .category-middle-section .category-description p:empty {
        display: none; }
    .category-middle-section .category-description .button {
      background: none;
      border-color: white;
      color: white;
      padding: 12px 15px;
      font-weight: normal;
      line-height: 16px; }
      .category-middle-section .category-description .button:hover {
        background: white;
        border-color: white;
        color: #004270; }
  .category-middle-section .category-image {
    width: 50%; }
    @media screen and (max-width: 1279px) {
      .category-middle-section .category-image {
        width: 100%; } }
    .category-middle-section .category-image img {
      width: 100%; }

.category-inital-section {
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .category-inital-section {
      margin-bottom: 20px; } }

.catID {
  margin-bottom: 20px; }

.sidebarBlock .navPage-subMenu-item {
  width: 100% !important; }

.category-section {
  position: relative; }

.accordion--navList .accordion-title {
  font-weight: 600; }

.catName {
  display: none !important; }

.category-section .subcategory-block .col {
  width: 100%;
  padding: 0; }

.dynamicTemplate .collapsible-icon-wrapper {
  display: none !important; }

.dynamicTemplate .navPage-subMenu-action {
  padding: 0 !important; }

.dynamicTemplate .navPage-childList {
  margin-bottom: 20px;
  margin: 9px 0 0 !important; }
  .dynamicTemplate .navPage-childList li + li {
    margin-top: 6px; }

.dynamicTemplate .navPage-subMenu-item {
  padding: 0 !important; }

.dynamicTemplate .navPage-childList {
  margin-left: 10px !important; }

.dynamicTemplate .navPage-childList-action {
  color: #808285;
  font-weight: normal;
  font-family: "proxima-nova";
  font-size: 14px;
  padding: 0;
  line-height: 16px; }

.dynamicTemplate .sidebarBlock {
  padding-bottom: 20px; }

.dynamicTemplate .navPage-subMenu-item > .navPage-subMenu-action {
  border: none !important;
  margin: 0 !important; }

.dynamicTemplate .navList-item.active-category .navPages-action.activePage {
  color: #004270; }

.dynamicTemplate .navList-item.active-category .navPage-subMenu-list .navPage-subMenu-item + .navPage-subMenu-item {
  margin-top: 10px; }

.facetedSearch-toggle {
  border: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px; }
  .facetedSearch-toggle .facetedSearch-toggle-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: "proxima-nova"; }

@media screen and (max-width: 1023px) {
  .accordion--navList .accordion-content {
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .accordion {
    border: none; }
    .accordion .accordion-title {
      padding: 0; } }

.facetedSearch-toggle.toggleLink svg {
  fill: #004270; }

.facetedSearch-toggle.toggleLink:hover, .facetedSearch-toggle.toggleLink.is-open {
  fill: #006892; }

@media screen and (max-width: 1023px) {
  .accordion-navigation {
    padding: 0;
    border: none; } }

p[data-no-products-notification]:focus-visible {
  outline: none; }

.modal .facetedSearch-optionColumns .navList-item {
  margin: 0 0 18px; }
  .modal .facetedSearch-optionColumns .navList-item a {
    color: #004270; }
    .modal .facetedSearch-optionColumns .navList-item a:hover {
      color: #006892;
      text-decoration: underline; }
  .modal .facetedSearch-optionColumns .navList-item + .navList-item {
    margin: 0 0 18px; }

.accordion--navList .accordion-title, .sidebarBlock-heading {
  font-weight: bold; }

.dynamicTemplate .navPages-action.has-subMenu {
  font-weight: bold; }

.sidebarBlock .navList-item + .navList-item {
  margin: 15px 0 0; }

@media screen and (max-width: 767px) {
  #product-listing-container .pagination .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px 0 85px;
    position: relative; }
    #product-listing-container .pagination .pagination-list .pagination-item {
      margin: 10px 0; }
      #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next, #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0; }
        #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
          margin: 0; }
      #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next {
        right: 0; }
      #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous {
        left: 0; } }

@media screen and (max-width: 767px) {
  .type-category .page-sidebar .sidebarBlock:not(.facetedSearch) {
    display: none; } }

@media screen and (max-width: 767px) {
  .type-category .page-sidebar #facetedSearch {
    border-top: 0; }
    .type-category .page-sidebar #facetedSearch .facetedSearch-navList {
      margin-top: 15px; }
      .type-category .page-sidebar #facetedSearch .facetedSearch-navList .accordion-block:last-child {
        padding-bottom: 0; }
      .type-category .page-sidebar #facetedSearch .facetedSearch-navList > .accordion {
        margin-bottom: 0; }
    .type-category .page-sidebar #facetedSearch > .facetedSearch-toggle {
      margin-bottom: 0; } }

.category-openings ul#suggestionsList {
  display: none;
  position: absolute;
  top: auto;
  z-index: 9;
  background: #fff;
  list-style: none;
  width: 100%;
  margin-left: 0;
  max-width: 177px;
  text-align: left;
  overflow: auto;
  max-height: 220px;
  border: 1px solid #004270; }
  .category-openings ul#suggestionsList li {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 1.2rem !important;
    color: #004270; }
    .category-openings ul#suggestionsList li:hover, .category-openings ul#suggestionsList li:focus {
      background-color: #004270;
      color: #ffffff; }

.category-openings .sl {
  display: none !important; }

.category-openings .qaatc__qaatc__addalltoquote {
  display: none; }

.category-openings .qaatc__item-heading .product-image, .category-openings .qaatc__item .product-image {
  display: block; }

.category-openings .qaatc__item-heading .all-variant-name, .category-openings .qaatc__item .all-variant-name {
  display: none; }

.category-openings .searchOpenings {
  margin: 0.75rem;
  margin-left: 0 !important; }
  .category-openings .searchOpenings .form-field {
    display: inline-block;
    position: relative;
    align-items: center;
    padding-left: 0 !important;
    width: auto !important;
    float: none;
    margin: 0 0 5px 0; }
  .category-openings .searchOpenings #searchResultText {
    display: none;
    color: #ea9137;
    font-weight: 700;
    position: absolute; }
  .category-openings .searchOpenings #clear {
    font-weight: normal;
    /* padding-bottom: 2px; */
    display: none;
    text-transform: lowercase;
    color: #004270;
    /* padding-top: 2px; */
    position: absolute;
    right: 10px;
    align-items: center;
    font-size: 20px; }
  .category-openings .searchOpenings label {
    color: #004270;
    width: auto;
    margin-right: 20px !important;
    margin: 0;
    font-weight: 700; }

.category-openings .productlists {
  border: 1px solid #004270;
  position: absolute;
  top: auto;
  z-index: 9999;
  background: #fff;
  list-style: none;
  display: none !important;
  width: 100%;
  margin-left: 0;
  max-width: 177px;
  text-align: center;
  float: left; }
  .category-openings .productlists li {
    margin: 0;
    color: #004270;
    padding: 0 20px; }
    .category-openings .productlists li:hover, .category-openings .productlists li:focus {
      background-color: #004270;
      color: #ffffff; }

.category-openings .productList .product {
  border: 2px solid #808285;
  margin-top: 1em; }
  .category-openings .productList .product [data-product-price-without-tax] {
    text-align: center;
    font-weight: 600; }
  .category-openings .productList .product .listItem-title {
    min-width: 624px; }
  .category-openings .productList .product .listItem-content {
    display: flex !important;
    align-items: center; }
    .category-openings .productList .product .listItem-content .qty {
      margin-bottom: 10px; }

.action-btn.openings {
  width: 0%;
  display: none; }
  .action-btn.openings a {
    float: right; }

[data-content-region="bulk_order_category_product_widget"] .qaatc__qaatc__addalltoquote {
  display: none !important; }
  [data-content-region="bulk_order_category_product_widget"] .qaatc__qaatc__addalltoquote.estore-rfq {
    display: inline-block !important;
    margin-left: 10px; }

[data-content-region="bulk_order_category_product_widget"] .qaatc__addalltocart {
  display: inline-block !important; }
  [data-content-region="bulk_order_category_product_widget"] .qaatc__addalltocart.estore-atc {
    display: none !important; }

a.qaatc__qaatc__Questions.button.button--primary.button--small, a.qaatc__qaatc__Questions.button.button--small.swal2-confirm {
  background-color: #ea9137;
  border-color: #ea9137 !important; }
  a.qaatc__qaatc__Questions.button.button--primary.button--small:hover, a.qaatc__qaatc__Questions.button.button--small.swal2-confirm:hover, a.qaatc__qaatc__Questions.button.button--primary.button--small:focus, a.qaatc__qaatc__Questions.button.button--small.swal2-confirm:focus {
    color: #fff !important;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important; }

.let-s-connect {
  text-align: center;
  margin-bottom: 40px;
  display: none !important; }
  .let-s-connect a {
    color: #004270; }
    .let-s-connect a:hover {
      color: #006892;
      text-decoration: underline; }

.category-connect {
  display: none;
  padding-bottom: 10px; }

.sl {
  display: none !important;
  cursor: not-allowed;
  pointer-events: none; }
  .sl.shoppingListLoaded {
    cursor: pointer !important;
    pointer-events: auto !important; }
  .sl .creat-list-group {
    background-color: #fff;
    display: none;
    padding: 0.5rem !important; }
    .sl .creat-list-group div {
      margin-top: 10px;
      margin-left: 0 !important; }
      .sl .creat-list-group div a {
        text-align: center !important; }
  .sl .showdropdown .dropdown-menu-wrapper {
    display: block !important; }
  .sl [data-wishlist]:hover, .sl [data-wishlist]:focus {
    background-color: white !important;
    color: #004270 !important; }
  .sl #add-new-shopping-list-cancel {
    background-color: #004270;
    color: #fff; }
    .sl #add-new-shopping-list-cancel:hover, .sl #add-new-shopping-list-cancel:focus {
      background-color: white !important;
      color: #004270 !important; }
  .sl #add-new-shopping-list-confirm {
    color: #fff;
    margin-top: 5px; }
    .sl #add-new-shopping-list-confirm:hover, .sl #add-new-shopping-list-confirm:focus {
      background-color: white !important;
      color: #004270 !important; }
  .sl .dropdown-menu-wrapper {
    margin-left: 0.75rem;
    display: none;
    position: absolute;
    top: 45px;
    z-index: 11; }
    @media (max-width: 767px) {
      .sl .dropdown-menu-wrapper {
        top: 40px; } }
    @media (max-width: 1365px) and (min-width: 1024px) {
      .sl .dropdown-menu-wrapper {
        width: 100%; } }
    @media (max-width: 767px) {
      .sl .dropdown-menu-wrapper {
        width: 100%; } }
    .sl .dropdown-menu-wrapper ul, .sl .dropdown-menu-wrapper li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .sl .dropdown-menu-wrapper ul {
      width: 100%;
      border: 1px solid #004270;
      min-width: 96%; }
      @media (max-width: 1365px) and (min-width: 1024px) {
        .sl .dropdown-menu-wrapper ul {
          width: 100%;
          min-width: 100%; } }
      @media (max-width: 767px) {
        .sl .dropdown-menu-wrapper ul {
          width: 100%;
          min-width: 100%; } }
    .sl .dropdown-menu-wrapper .button {
      padding: 1.2rem !important;
      line-height: 1;
      text-align: left;
      color: #004270;
      width: 100%;
      border: 0;
      font-weight: 700;
      font-size: 16px;
      line-height: 16px;
      margin: 0; }
      .sl .dropdown-menu-wrapper .button:hover, .sl .dropdown-menu-wrapper .button:focus {
        background-color: #004270;
        color: #ffffff; }
      @media (max-width: 767px) {
        .sl .dropdown-menu-wrapper .button {
          padding: 12px 15px; } }

.B2Blogin .sl {
  display: inline-block !important;
  pointer-events: auto !important; }

.qaatc__qaatc__addalltoshoppinglist {
  margin-left: 0.75rem; }
  .qaatc__qaatc__addalltoshoppinglist::after {
    content: "";
    position: absolute;
    left: 8px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z' style='&%2310; fill: %23ffffff;&%2310;'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .qaatc__qaatc__addalltoshoppinglist:hover::after, .qaatc__qaatc__addalltoshoppinglist:focus::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z' style='&%2310; fill: %23004270;&%2310;'/%3E%3C/svg%3E");
    background-position: center; }

.B2Blogin-nouserId .qaatc__qaatc__addalltoshoppinglist {
  display: none !important; }

.B2Blogin .qaatc__qaatc__addalltoshoppinglist {
  pointer-events: auto; }

.getStarted-content {
  display: none; }

[show-build-block] .getStarted-content {
  background: #004270;
  color: #fff;
  padding: 30px 20px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  [show-build-block] .getStarted-content span {
    color: #fff;
    font-size: 20px;
    font-weight: normal; }
    [show-build-block] .getStarted-content span span {
      font-weight: 700; }
    [show-build-block] .getStarted-content span span.main-span:after {
      content: "";
      display: block;
      border: 1px solid #fff;
      width: 25%; }
    [show-build-block] .getStarted-content span span.b-text {
      padding-bottom: 10px;
      line-height: 13px;
      align-items: stretch;
      display: inline-block;
      margin-right: 0px; }
  [show-build-block] .getStarted-content p {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px; }
  [show-build-block] .getStarted-content .btn-block a {
    color: #004270;
    background: white;
    border: 2px solid white;
    padding: 10px 15px; }
    [show-build-block] .getStarted-content .btn-block a:hover {
      background: #004270;
      color: white;
      border: 2px solid white; }

@media screen and (max-width: 767px) {
  .result-form-wrap {
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .result-form-wrap .actionBar.result-per-page {
    width: auto !important;
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  .result-form-wrap .actionBar-section .form-label {
    padding-left: 0;
    padding-right: 5px;
    white-space: nowrap; } }

@media screen and (max-width: 767px) {
  .result-form-wrap .actionBar-section .form-field {
    display: flex;
    align-items: center; } }

@media screen and (max-width: 767px) {
  .result-form-wrap .actionBar-section .form-select {
    min-width: auto;
    padding: 10px 30px 10px 10px; } }

@media screen and (max-width: 767px) {
  .type-product .productView-custom-wrapper.mobile {
    display: block !important;
    margin: 20px 0;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .type-product .productView-custom-wrapper.mobile a {
    text-align: left;
    float: none; } }

@media screen and (max-width: 767px) {
  .type-product .product-image-holder .productView-custom-wrapper {
    display: none; } }

.account--fixedLarge,
.account--fixedSmall,
.account.account--fixed {
  width: 100%; }

@media screen and (max-width: 1023px) {
  .account, .account .form {
    margin-bottom: 0; } }

@media screen and (max-width: 1023px) {
  .account .account-body, .account .form .account-body {
    margin: 0; } }

.panel-body {
  padding: 20px 30px 30px;
  margin: 0; }

.panel-header {
  padding: 23px 30px 30px;
  padding-bottom: 0px; }

.login {
  margin: 0;
  max-width: 100%; }

.login-row {
  margin: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.login-form {
  margin: 0; }

.forgot-password {
  color: #004270; }
  .forgot-password:hover {
    color: #808285; }

.new-customer-fact-list {
  margin: 14px 0 20px 20px; }

.new-customer-fact {
  padding: 0; }

@media screen and (max-width: 1023px) {
  .new-customer {
    margin-top: 40px; } }

.forgot-password-form {
  max-width: 1000px;
  margin: auto; }

.navBar--sub {
  margin: 0 0 35px; }
  .navBar--sub .navBar-item {
    margin: 0 10px; }
    @media screen and (max-width: 1279px) {
      .navBar--sub .navBar-item {
        margin: 0 7px; } }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-item {
        margin: 0 10px 10px; } }
  .navBar--sub .navBar-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
  .navBar--sub .navBar-action {
    color: #808285; }
    .navBar--sub .navBar-action:hover {
      color: #004270; }
    @media only screen and (max-width: 567px) {
      .navBar--sub .navBar-action {
        font-size: 14px; } }
  .navBar--sub .navBar-item.is-active {
    color: #004270;
    border-bottom: 1px solid #004270; }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #004270; }

.account .pagination {
  margin: 0; }

.account-head {
  margin: 0px; }

.account-heading {
  padding-bottom: 10px; }

.account-product-figure:after {
  display: none; }

.account-listItem {
  padding: 20px 0; }

.account-product-detail-heading {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px; }

.account-product-title a {
  color: #004270; }
  .account-product-title a:hover {
    color: #808285; }

.type-account_order .account-listItem {
  padding-left: 40px; }
  @media screen and (max-width: 1279px) {
    .type-account_order .account-listItem {
      padding-left: 0px; } }

.type-account_order .account-content--fixedSmall {
  width: 65%; }
  @media screen and (max-width: 1023px) {
    .type-account_order .account-content--fixedSmall {
      width: 100%; } }

.account-message .account-product-title {
  color: #004270; }

.account-message p.is-read {
  margin: 0;
  color: #808285; }

.account-orderStatus {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .account-orderStatus {
      position: relative;
      margin: 4px 0 5px; } }

@media screen and (max-width: 1023px) {
  .account-orderTotal {
    width: 100%; } }

.account-orderTotal-key,
.account-orderTotal-value {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #004270;
  line-height: 24px; }

.addressList {
  margin-bottom: 0px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .addressList .address {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .addressList .address-label {
    color: #808285; }
  .addressList .panel {
    width: 100%; }
  .addressList .panel-body {
    background: #ebebeb;
    height: 100%; }
  .addressList .panel--newAddress .panel-body {
    border-color: #ebebeb;
    background: transparent; }
  .addressList .panel--address .form-actions > .button {
    margin-bottom: 5px; }

.address-details--postal {
  font-size: 16px; }

@media only screen and (max-width: 567px) {
  .type-account_inbox .account-body .form-actions .button {
    width: 100%; } }

.account-sidebar-block {
  font-size: 16px;
  line-height: 24px; }

.navBar--sub .navBar-section {
  align-items: center; }

.navBar--sub .navBar-action.log-out-btn {
  padding: 6px 12px;
  color: #004270;
  background: white;
  border-color: #004270; }
  .navBar--sub .navBar-action.log-out-btn:focus, .navBar--sub .navBar-action.log-out-btn:hover {
    color: white;
    background: #004270; }

.navBar--sub .log-out-w.navBar-item {
  border: 0; }

.type-createaccount .account-body .form-row, .type-editaccount .account-body .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.type-createaccount .select2-selection__rendered, .type-editaccount .select2-selection__rendered {
  margin: 0; }

.type-createaccount .select2-selection, .type-editaccount .select2-selection {
  border: 1px solid #939597;
  border-radius: 0;
  line-height: 18px;
  font-size: 16px;
  padding: 10px 20px;
  color: #808285;
  height: auto;
  outline: none;
  min-height: 40px; }

.type-createaccount .select2-selection__choice, .type-editaccount .select2-selection__choice {
  padding: 3px 0; }

.type-createaccount .select2-selection__choice__remove, .type-editaccount .select2-selection__choice__remove {
  line-height: 20px; }
  .type-createaccount .select2-selection__choice__remove span, .type-editaccount .select2-selection__choice__remove span {
    font-size: 22px;
    line-height: 0px;
    position: relative;
    top: 2px;
    height: 20px; }

body .order-lists-wrap {
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    body .order-lists-wrap {
      padding-top: 0px; } }
  body .order-lists-wrap .c00395 .form-input,
  body .order-lists-wrap .c00395 .button--search,
  body .order-lists-wrap .orders-search-company .form-input,
  body .order-lists-wrap .orders-search-company .button--search {
    border-radius: 0;
    border-color: #004270;
    color: #004270; }
  body .order-lists-wrap .c00395 .button--search,
  body .order-lists-wrap .orders-search-company .button--search {
    padding: 8px 12px; }
    body .order-lists-wrap .c00395 .button--search:hover i,
    body .order-lists-wrap .orders-search-company .button--search:hover i {
      color: #ffffff; }
  body .order-lists-wrap .c00395 .form-input::placeholder,
  body .order-lists-wrap .orders-search-company .form-input::placeholder {
    color: #004270; }
  body .order-lists-wrap .order-lists-table .filter-icon {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #004270;
    margin-left: 3px; }
  body .order-lists-wrap .order-lists-table .asc .filter-icon {
    border-bottom: 5px solid #004270; }

body .c00395 .form-input,
body .c00395 .button--search {
  border-radius: 0;
  border-color: #004270;
  color: #004270; }

body .c00395 .button--search {
  padding: 8px 12px; }
  body .c00395 .button--search:hover i {
    color: #ffffff; }

body .c00395 .form-input::placeholder {
  color: #004270; }

body .c002 .common-sort-icon {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #004270;
  margin-left: 3px; }

body .c002 .asc .common-sort-icon {
  border-bottom: 5px solid #004270; }

body .b2b-wrap .filter-by-date #orderFromDate,
body .b2b-wrap .filter-by-date #orderToDate {
  border-radius: 0;
  border-color: #004270;
  color: #004270; }
  @media screen and (max-width: 767px) {
    body .b2b-wrap .filter-by-date #orderFromDate,
    body .b2b-wrap .filter-by-date #orderToDate {
      width: 100%;
      margin-top: 5px; } }

@media screen and (max-width: 767px) {
  body .b2b-wrap .filter-by-date #orderFromDate {
    margin-bottom: 12px; } }

body .b2b-wrap .filter-by-date {
  color: #004270;
  text-align: right; }
  @media screen and (max-width: 767px) {
    body .b2b-wrap .filter-by-date {
      width: 100%;
      text-align: left; } }

body .b2b-wrap .table-wrap {
  width: 100%;
  display: inline-block;
  padding-top: 20px; }

body .account-content .button-filter > i {
  margin-right: 5px; }

body .b2b-wrap * {
  border-radius: 0 !important; }

body .b2b-wrap table tr:hover {
  background-color: transparent !important; }

body .c00402 .invoices-list-export_csv {
  color: #004270; }

body .c00395 .form-select {
  color: #004270;
  border-color: #004270; }
  @media screen and (max-width: 767px) {
    body .c00395 .form-select {
      width: 100%;
      border-right: 1px solid #004270;
      margin-bottom: 15px; } }
  body .c00395 .form-select * {
    color: #004270;
    border-color: #004270; }

body .c002 .title-wrap .page-title {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  font-family: "proxima-nova"; }

body .c002 .title-wrap {
  margin-bottom: 0; }

body .c00220 .form-field .form-input,
body .c0010 .address-lists-wrap .search-toolbar .search-input-box input[type="text"] {
  height: 36px;
  border-color: #004270;
  color: #004270;
  line-height: 36px; }

body .c00220 .form-field .form-input::placeholder,
body .c0010 .address-lists-wrap .search-toolbar .search-input-box input[type="text"]::placeholder {
  color: #004270; }

body .c00220 .form-field .button--search,
body .c0010 .address-lists-wrap .search-toolbar .search-input-box .button {
  padding: 7.5px 10px;
  border-color: #004270;
  color: #004270;
  right: -34px; }
  body .c00220 .form-field .button--search:hover,
  body .c0010 .address-lists-wrap .search-toolbar .search-input-box .button:hover {
    background-color: #004270; }
    body .c00220 .form-field .button--search:hover i,
    body .c0010 .address-lists-wrap .search-toolbar .search-input-box .button:hover i {
      color: #ffffff; }

body .c0010 .address-lists-wrap .search-toolbar .search-input-box .button.button-clear:hover {
  background-color: transparent; }
  body .c0010 .address-lists-wrap .search-toolbar .search-input-box .button.button-clear:hover i {
    color: #004270; }

body .c00220 .form-field .button--search {
  right: -1px;
  top: -1px; }

@media screen and (max-width: 767px) {
  body .c00368 .button-filter-container {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  body .c00395 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  body .c002 .button--small {
    margin-bottom: 15px; }
  body .c0010 .address-lists-wrap .search-toolbar .search-input-box .button {
    height: 36px; }
  body .c0010 .address-lists-wrap .search-toolbar .search-input-box {
    margin-bottom: 15px; } }

body .c002 .button--small#filter_open_button {
  height: 36px; }

@media (max-width: 801px) {
  body .c005 .buy-again-search-container .filter-by-date {
    justify-content: center;
    text-align: center; } }

@media screen and (max-width: 767px) {
  body .c005 .buy-again-search-container .filter-by-date {
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap; }
  body .quotes-search-form {
    flex-wrap: wrap;
    margin-bottom: 30px; }
  body .c00220 .filter-btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%; } }

@media screen and (max-width: 1023px) {
  body .c005 .buy-again-search-container {
    flex-wrap: wrap; } }

@media (max-width: 567px) {
  .type-account_inbox .account-body .form-actions .button {
    margin-left: 0;
    margin-bottom: 15px; } }

@media (max-width: 550px) {
  .wishlists-table .table-actions .form .button + .button {
    margin-top: 10px; } }

h2 + hr {
  margin: 10px 0; }

.custom-accordian-content {
  background: #ebebeb;
  padding: 20px;
  display: none; }
  .custom-accordian-content iframe {
    max-width: 100%; }

.pdf-section + h3,
.pdf-section + h4,
.accordian-web-main + h3,
.accordian-web-main + h4 {
  margin-top: 30px; }

.accordian-web-main + .accordian-web-main {
  margin-top: 10px; }

.accordian-web-main p:last-child {
  margin: 0; }

.accordian-web-main ol {
  margin-bottom: 0; }
  .accordian-web-main ol li + li {
    margin-top: 15px; }

.accordian-web-main ol + p,
.accordian-web-main ul + p {
  margin-top: 20px; }

.accordian-web-main ul {
  margin-bottom: 0; }
  .accordian-web-main ul li + li {
    margin-top: 5px; }

.accordian-web-main .custom-accordian-title {
  background: #ebebeb;
  padding: 10px 20px;
  padding-right: 42px;
  margin: 0;
  color: white;
  position: relative;
  cursor: pointer;
  color: #004270;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .accordian-web-main .custom-accordian-title:hover {
    background: #004270;
    color: white; }
    .accordian-web-main .custom-accordian-title:hover:after, .accordian-web-main .custom-accordian-title:hover:before {
      background: white; }
  .accordian-web-main .custom-accordian-title:after, .accordian-web-main .custom-accordian-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 12px;
    background: #004270;
    top: 20px;
    right: 15px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear; }
  .accordian-web-main .custom-accordian-title:after {
    transform: rotate(90deg); }
  .accordian-web-main .custom-accordian-title.active {
    background: #004270;
    color: white; }
    .accordian-web-main .custom-accordian-title.active:after, .accordian-web-main .custom-accordian-title.active:before {
      background: white; }
    .accordian-web-main .custom-accordian-title.active:after {
      display: none; }

.buyer-top-content {
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center; }

.buyer-tool-main {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .buyer-tool-main {
      padding: 30px 0; } }
  .buyer-tool-main.right {
    background: #f5f5f5; }
    .buyer-tool-main.right .buyer-tool-inner {
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .buyer-tool-main.right .buyer-tool-inner {
          flex-direction: inherit; } }
  .buyer-tool-main:nth-child(odd) {
    background: #ebebec; }
  .buyer-tool-main .buyer-tool-inner {
    margin: 0 -15px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .buyer-tool-main .buyer-tool-inner .image-block {
      width: 50%;
      padding: 0 15px; }
      @media screen and (max-width: 767px) {
        .buyer-tool-main .buyer-tool-inner .image-block {
          width: 100%;
          margin-bottom: 20px; } }
    .buyer-tool-main .buyer-tool-inner .content-block {
      width: 50%;
      padding: 0 15px; }
      @media screen and (max-width: 767px) {
        .buyer-tool-main .buyer-tool-inner .content-block {
          width: 100%; } }
      .buyer-tool-main .buyer-tool-inner .content-block .col-50 {
        width: 50%; }
      .buyer-tool-main .buyer-tool-inner .content-block .get-started-form {
        display: none; }
        .buyer-tool-main .buyer-tool-inner .content-block .get-started-form .form,
        .buyer-tool-main .buyer-tool-inner .content-block .get-started-form .form-actions {
          margin: 0px; }
        .buyer-tool-main .buyer-tool-inner .content-block .get-started-form iframe {
          width: 100%;
          height: 550px;
          border: none; }
      .buyer-tool-main .buyer-tool-inner .content-block.active .getStarted-content {
        display: none; }
      .buyer-tool-main .buyer-tool-inner .content-block.active .get-started-form {
        display: block; }

.buyer-top-links {
  background: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 40px; }
  .buyer-top-links ul {
    text-align: center; }
    .buyer-top-links ul li {
      display: inline-block; }
      .buyer-top-links ul li a {
        padding: 0 20px;
        font-size: 20px;
        font-weight: bold;
        color: #004270; }
        @media screen and (max-width: 767px) {
          .buyer-top-links ul li a {
            padding: 0 5px;
            font-size: 18px; } }
        .buyer-top-links ul li a:hover {
          color: #006892; }

.type-Locations .body {
  overflow: visible; }

.location-inner {
  margin: 0 -15px;
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .location-inner {
      margin: 0; } }
  .location-inner .js-map {
    height: 400px; }
    @media screen and (max-width: 1023px) {
      .location-inner .js-map {
        height: 300px; } }
  .location-inner .locations-container {
    width: 50%;
    padding: 0 15px;
    float: left; }
    .location-inner .locations-container .form {
      margin-bottom: 0px; }
    @media screen and (max-width: 1023px) {
      .location-inner .locations-container {
        width: 100%;
        float: none;
        padding: 0; } }
  .location-inner .map-block {
    width: 50%;
    padding: 0 15px;
    position: sticky;
    top: 110px;
    float: right; }
    @media screen and (max-width: 1279px) {
      .location-inner .map-block {
        top: 86px; } }
    @media screen and (max-width: 1023px) {
      .location-inner .map-block {
        width: 100%;
        float: none;
        margin: 0 0 30px;
        padding: 0;
        position: relative; } }
    @media screen and (max-width: 767px) {
      .location-inner .map-block {
        top: 0px; } }
    .location-inner .map-block iframe {
      border: none; }

.location-card {
  padding: 15px;
  border: 1px solid #939597;
  margin: 15px 0;
  position: relative;
  animation-name: fadeIn;
  animation-duration: 0.6s; }
  .location-card .location-address {
    cursor: pointer; }
  .location-card ul li {
    padding-left: 30px;
    position: relative; }
    .location-card ul li + li {
      margin-top: 10px; }
    .location-card ul li p,
    .location-card ul li h5 {
      margin: 0; }
    .location-card ul li .direction-icon,
    .location-card ul li .phone-icon,
    .location-card ul li .location-icon {
      background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23ceced1' d='M256 0c-88.366 0-160 71.634-160 160 0 160 160 352 160 352s160-192 160-352c0-88.366-71.635-160-160-160zM256 256c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z'%3E%3C/path%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      display: block;
      height: 20px;
      width: 20px;
      background-size: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .location-card ul li .location-icon {
      top: 5px; }
    .location-card ul li .phone-icon {
      background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23ceced1' d='M352 320c-32 32-32 64-64 64s-64-32-96-64-64-64-64-96 32-32 64-64-64-128-96-128-96 96-96 96c0 64 65.75 193.75 128 256s192 128 256 128c0 0 96-64 96-96s-96-128-128-96z'%3E%3C/path%3E%3C/svg%3E%0A"); }
    .location-card ul li .direction-icon {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23ceced1' d='M23.79 1.381c-6.415-2.749-13.856-1.316-18.791 3.619s-6.368 12.377-3.619 18.791l204.8 477.868c2.792 6.512 9.316 10.622 16.396 10.329s13.241-4.933 15.482-11.656l65.568-196.703 196.704-65.568c6.724-2.241 11.363-8.403 11.656-15.482s-3.816-13.605-10.329-16.396l-477.868-204.8z'%3E%3C/path%3E%3C/svg%3E%0A");
      transform: rotate(90deg);
      top: 2px;
      height: 18px;
      width: 18px; }
  .location-card .more-info {
    position: absolute;
    bottom: 4px;
    right: -1px; }
    .location-card .more-info a {
      color: #004270;
      padding: 5px 10px;
      font-size: 14px;
      line-height: 16px;
      text-decoration: underline; }
      .location-card .more-info a:hover {
        color: #006892; }

.corporateaddress {
  margin-top: 15px; }

.video-title {
  background: #004270;
  padding: 15px 20px;
  color: white;
  margin-bottom: 1px; }

.video-accordian .accordian-web-main + .accordian-web-main {
  margin-top: 1px; }

.video-accordian .custom-accordian-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .video-accordian .custom-accordian-title .video-icon {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23004270' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 7c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3.333L22 17V7l-4 3.333V7z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    display: block;
    margin-right: 10px;
    margin-top: 2px; }
  .video-accordian .custom-accordian-title:hover .video-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 7c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3.333L22 17V7l-4 3.333V7z'/%3E%3C/svg%3E%0A"); }
  .video-accordian .custom-accordian-title.active .video-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 7c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3.333L22 17V7l-4 3.333V7z'/%3E%3C/svg%3E%0A"); }

.pdf-section {
  margin-bottom: 1px; }
  .pdf-section a {
    background: #ebebeb;
    padding: 10px 20px;
    margin: 0;
    color: white;
    position: relative;
    cursor: pointer;
    color: #004270;
    display: inline-block;
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    font-weight: 500;
    font-family: "proxima-nova";
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .pdf-section a:hover {
      background: #004270;
      color: white; }
    .pdf-section a .pdf-icon {
      width: 20px;
      height: 20px;
      min-width: 20px;
      background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%2300416f' d='M368 224l-128 128-128-128h80v-192h96v192zM240 352h-240v128h480v-128h-240zM448 416h-64v-32h64v32z'%3E%3C/path%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      display: block;
      margin-top: 3px;
      margin-left: 10px; }
    .pdf-section a:hover .pdf-icon {
      background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23fff' d='M368 224l-128 128-128-128h80v-192h96v192zM240 352h-240v128h480v-128h-240zM448 416h-64v-32h64v32z'%3E%3C/path%3E%3C/svg%3E%0A"); }

.services-main-content .tabs {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .services-main-content .tabs .tab {
      width: 100%; } }
  .services-main-content .tabs a.tab-title {
    padding: 12px 20px; }

.services-main-content .tab-content {
  padding: 0; }

.services-main-content .tabs-contents {
  margin: 0; }

.services_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .services_content + .services_content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaebec; }
  .services_content .service-img {
    width: 150px; }
    @media screen and (max-width: 767px) {
      .services_content .service-img {
        width: 100%;
        margin: 0 0 15px; }
        .services_content .service-img img {
          max-width: 150px; } }
  .services_content .service-text {
    width: calc(100% - 150px);
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .services_content .service-text {
        padding: 0;
        width: 100%; } }
    .services_content .service-text h4 a {
      color: #004270; }
      .services_content .service-text h4 a:hover {
        color: #006892; }
    .services_content .service-text p:last-child {
      margin: 0; }

.custom-accordian-content .supplier-pratner-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px; }
  .custom-accordian-content .supplier-pratner-block li {
    width: 20%;
    margin: 10px 0;
    padding: 0 10px; }
    @media screen and (max-width: 1279px) {
      .custom-accordian-content .supplier-pratner-block li {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .custom-accordian-content .supplier-pratner-block li {
        width: 33.33%; } }
    @media screen and (max-width: 666px) {
      .custom-accordian-content .supplier-pratner-block li {
        width: 50%; } }
    .custom-accordian-content .supplier-pratner-block li + li {
      margin: 10px 0; }
    .custom-accordian-content .supplier-pratner-block li .img-box {
      background: white;
      height: 150px;
      padding: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border: 1px solid #939597; }
      @media screen and (max-width: 1023px) {
        .custom-accordian-content .supplier-pratner-block li .img-box {
          padding: 20px;
          height: 130px; } }
      @media screen and (max-width: 666px) {
        .custom-accordian-content .supplier-pratner-block li .img-box {
          height: 100px;
          padding: 15px; }
          .custom-accordian-content .supplier-pratner-block li .img-box img {
            max-height: 100%; } }

.mobile-app-block {
  margin: 0 -10px; }

.mobile-app-right,
.mobile-app-left {
  width: 50%;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .mobile-app-right,
    .mobile-app-left {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .mobile-app-left {
    margin-bottom: 20px; } }

.mobile-app-left img {
  width: 100%; }

.mobile-app-right ul {
  margin-bottom: 25px; }

.mobile-app-right h3 span {
  text-decoration: underline; }

.mobile-app-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .mobile-app-content + .mobile-app-content {
    margin-top: 20px; }
  .mobile-app-content .icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 1px solid #004270;
    border-radius: 50%;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat; }
    .mobile-app-content .icon.icon-bell {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23004270' d='M454.628 374.626l-35.882-35.882c-12.002-12.003-18.745-28.281-18.745-45.255v-112.558c0-69.119-47.071-130.174-112.376-145.224 0.145-1.231 0.375-2.438 0.375-3.707 0-17.649-14.352-32-32-32s-32 14.352-32 32c0 1.247 0.229 2.432 0.368 3.643-64.287 14.435-112.369 71.712-112.369 140.355v117.491c0 16.974-6.743 33.252-18.745 45.255l-35.882 35.882c-6.002 6.001-9.373 14.141-9.373 22.628v0.024c0 19.176 15.545 34.721 34.72 34.721h109.281v16c0 35.346 28.654 64 64 64s64-28.655 64-64v-16h109.281c19.175 0 34.72-15.545 34.72-34.721v-0.024c0-8.487-3.371-16.627-9.373-22.628z'%3E%3C/path%3E%3C/svg%3E");
      background-size: 16px; }
    .mobile-app-content .icon.icon-door {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23004270' d='M42.666 448v-42.666h42.666v-302.187c0-10.326 7.382-19.157 17.514-20.992l202.070-36.736c6.954-1.28 13.611 3.349 14.87 10.304 0.149 0.746 0.214 1.493 0.214 2.282v27.306l85.334 0.022c11.776 0 21.334 9.558 21.334 21.334v298.666h42.666v42.666h-85.334v-320h-64v320h-277.334zM256 234.667h-42.666v42.667h42.666v-42.666z'%3E%3C/path%3E%3C/svg%3E");
      background-size: 19px; }
    .mobile-app-content .icon.icon-link {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23004270' d='M220.118 317.883c-6.655 0-13.308-2.538-18.385-7.615-47.567-47.568-47.567-124.967 0-172.535l96-96c23.044-23.043 53.68-35.733 86.267-35.733s63.224 12.69 86.268 35.732c47.566 47.568 47.566 124.967 0 172.535l-43.883 43.883c-10.154 10.154-26.615 10.154-36.77 0-10.153-10.153-10.153-26.616 0-36.77l43.883-43.883c27.292-27.293 27.292-71.702 0-98.995-13.221-13.221-30.8-20.502-49.498-20.502s-36.276 7.281-49.498 20.503l-96 95.999c-27.293 27.293-27.293 71.703 0 98.996 10.154 10.153 10.153 26.616 0 36.77-5.075 5.076-11.731 7.615-18.384 7.615z'%3E%3C/path%3E%3Cpath fill='%23004270' d='M128 506c-32.588 0-63.225-12.69-86.267-35.732-47.567-47.568-47.567-124.967 0-172.535l43.882-43.882c10.154-10.153 26.617-10.153 36.77 0 10.154 10.153 10.154 26.616 0 36.77l-43.882 43.882c-27.293 27.293-27.293 71.703 0 98.996 13.22 13.22 30.799 20.501 49.497 20.501s36.276-7.281 49.499-20.503l96-95.999c27.292-27.293 27.292-71.703 0-98.996-10.154-10.154-10.153-26.616 0-36.77 10.153-10.153 26.616-10.153 36.77 0.001 47.566 47.567 47.566 124.966 0.001 172.534l-96.001 96c-23.045 23.044-53.682 35.733-86.269 35.733z'%3E%3C/path%3E%3C/svg%3E%0A");
      background-size: 16px; }
  .mobile-app-content p {
    margin: 0; }

.img-content-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px; }
  @media screen and (max-width: 666px) {
    .img-content-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-bottom: 30px; } }
  .img-content-block .img-block {
    width: 360px; }
    @media screen and (max-width: 767px) {
      .img-content-block .img-block {
        width: 300px; } }
    @media screen and (max-width: 666px) {
      .img-content-block .img-block {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center; } }
  .img-content-block .content-block {
    width: calc(100% - 360px);
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .img-content-block .content-block {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 666px) {
      .img-content-block .content-block {
        width: 100%;
        padding-left: 0; } }
    .img-content-block .content-block p:last-child {
      margin-bottom: 0; }
    .img-content-block .content-block a {
      color: #004270;
      text-decoration: underline; }
      .img-content-block .content-block a:hover {
        color: #808285; }

.heading-block {
  background: #eceded;
  margin: 0 0 40px 0;
  padding: 15px 30px; }
  @media screen and (max-width: 666px) {
    .heading-block {
      margin: 0 0 30px 0;
      padding: 10px 20px; } }
  .heading-block h3 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px; }
    @media screen and (max-width: 666px) {
      .heading-block h3 {
        font-size: 22px;
        line-height: 26px; } }

.steps {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d2d4d4; }
  @media screen and (max-width: 666px) {
    .steps {
      padding-bottom: 30px;
      margin-bottom: 30px; } }
  .steps ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 666px) {
      .steps ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .steps ul li {
      width: 20%;
      position: relative; }
      @media screen and (max-width: 666px) {
        .steps ul li {
          width: 100%;
          margin-bottom: 30px; } }
      @media screen and (max-width: 666px) {
        .steps ul li:last-child {
          margin-bottom: 0px; } }
      .steps ul li:last-child:after {
        display: none; }
      .steps ul li:after {
        display: block;
        width: 100%;
        height: 7px;
        background-color: #004270;
        position: absolute;
        top: 50%;
        right: -50%;
        content: '';
        margin-top: -23px; }
        @media screen and (max-width: 666px) {
          .steps ul li:after {
            display: none; } }
      .steps ul li p {
        z-index: 2;
        position: relative;
        margin: 0;
        text-align: center; }
        .steps ul li p img {
          margin: 0 auto 15px;
          display: block; }

.custom-page {
  margin-bottom: 0; }

.custom-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media only screen and (max-width: 666px) {
    .custom-listing {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .custom-listing .listing-inner {
    width: 33.33%; }
    @media only screen and (max-width: 666px) {
      .custom-listing .listing-inner {
        width: 50%; } }
    @media only screen and (max-width: 414px) {
      .custom-listing .listing-inner {
        width: 100%; } }

.video-with-bg {
  height: 420px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .video-with-bg {
      height: 300px; } }
  @media only screen and (max-width: 479px) {
    .video-with-bg {
      height: 160px; } }
  .video-with-bg #backgroundvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 479px) {
      .video-with-bg #backgroundvideo {
        top: 0;
        left: 0;
        width: 100%;
        height: auto !important;
        transform: translate(0%, 0%); } }

.company-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 30px; }
  .company-grid p {
    width: 25%;
    padding: 0 10px; }
    @media screen and (max-width: 1023px) {
      .company-grid p {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .company-grid p {
        width: 50%; } }
    .company-grid p a {
      display: flex;
      align-items: center;
      height: 200px;
      padding: 15px;
      border: 1px solid #eaebec; }
      @media screen and (max-width: 1279px) {
        .company-grid p a {
          height: 150px; } }
      @media screen and (max-width: 767px) {
        .company-grid p a {
          height: 120px; } }
      .company-grid p a img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .company-grid p a:hover {
        border-color: #004270; }

.buyer-custom-form {
  background: transparent; }
  .buyer-custom-form .page {
    margin: 0; }
    .buyer-custom-form .page .error-message .result-message {
      color: #cc4749;
      padding: 0 10px; }
    .buyer-custom-form .page .successful-msg .result-message {
      color: #008a06;
      padding: 0 10px; }
    .buyer-custom-form .page .successful-msg .form {
      opacity: 0.3;
      pointer-events: none; }
  .buyer-custom-form .page-content,
  .buyer-custom-form .page-content--full {
    padding: 0; }
  .buyer-custom-form .form-row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .buyer-custom-form .form-row .form-field,
  .buyer-custom-form .form-field {
    padding: 0;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .buyer-custom-form .form-row .form-field:nth-child(3),
    .buyer-custom-form .form-field:nth-child(3) {
      width: 100%; }
    @media screen and (max-width: 420px) {
      .buyer-custom-form .form-row .form-field,
      .buyer-custom-form .form-field {
        width: 100%; } }
  .buyer-custom-form .button {
    font-family: inherit; }
  .buyer-custom-form .form-actions {
    margin-top: 0px; }
  .buyer-custom-form .form {
    margin: 0; }
  .buyer-custom-form #consent-manager,
  .buyer-custom-form #consent-manager-update-banner {
    display: none !important; }

.type-giftcertificates_redeem .account ul li + li,
.type-giftcertificates_redeem .account ol li + li {
  margin-top: 10px; }

.inner-404 {
  position: relative;
  padding: 200px 0; }
  @media screen and (max-width: 1023px) {
    .inner-404 {
      padding: 100px 0; } }
  @media screen and (max-width: 767px) {
    .inner-404 {
      padding: 50px 0; } }
  .inner-404 h2.bg-404 {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translate(0, -46%);
    right: 0;
    width: 100%;
    font-family: "proxima-nova";
    font-size: 500px;
    line-height: 350px;
    opacity: 0.1;
    color: #808285; }
    @media screen and (max-width: 1023px) {
      .inner-404 h2.bg-404 {
        font-size: 400px;
        line-height: 300px; } }
    @media screen and (max-width: 767px) {
      .inner-404 h2.bg-404 {
        font-size: 200px;
        line-height: 140px; } }
  .inner-404 .error-content {
    position: relative;
    z-index: 9; }
  .inner-404 .page-heading {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: -100px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .inner-404 .page-heading {
        top: -70px; } }
    @media screen and (max-width: 767px) {
      .inner-404 .page-heading {
        top: -30px; } }
    .inner-404 .page-heading:before {
      position: absolute;
      bottom: 0;
      height: 2px;
      width: 90px;
      background: #004270;
      content: '';
      left: 0;
      right: 0;
      margin: auto; }
  .inner-404 .error-content {
    max-width: 600px;
    margin: auto; }
    .inner-404 .error-content h3 {
      margin-top: 0px;
      font-size: 40px;
      line-height: 44px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .inner-404 .error-content h3 {
          font-size: 24px;
          line-height: 28px; } }
    .inner-404 .error-content p {
      font-size: 18px;
      line-height: 26px;
      margin: 20px 0; }
      @media screen and (max-width: 767px) {
        .inner-404 .error-content p {
          font-size: 14px;
          line-height: 20px;
          margin: 15px 0; } }

.type-page [data-content-region='page_builder_content'] [data-sub-layout] {
  padding: 0 !important; }

.type-page #myModal2,
.type-page #myModal0,
.type-page #myModal1 {
  max-width: 600px; }
  @media screen and (max-width: 767px) {
    .type-page #myModal2,
    .type-page #myModal0,
    .type-page #myModal1 {
      max-width: 95%; } }
  .type-page #myModal2 iframe,
  .type-page #myModal0 iframe,
  .type-page #myModal1 iframe {
    width: 94%;
    height: 550px;
    display: block;
    margin: 30px auto;
    border: none; }
    @media only screen and (max-width: 1365px) {
      .type-page #myModal2 iframe,
      .type-page #myModal0 iframe,
      .type-page #myModal1 iframe {
        height: 450px; } }
    @media only screen and (max-width: 1365px) {
      .type-page #myModal2 iframe,
      .type-page #myModal0 iframe,
      .type-page #myModal1 iframe {
        height: 450px; } }
    @media screen and (max-width: 1279px) {
      .type-page #myModal2 iframe,
      .type-page #myModal0 iframe,
      .type-page #myModal1 iframe {
        height: 550px; } }
    @media screen and (max-width: 767px) {
      .type-page #myModal2 iframe,
      .type-page #myModal0 iframe,
      .type-page #myModal1 iframe {
        margin: 20px 10px;
        height: 500px; } }

.wood-top-block {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 60px;
  align-items: flex-end; }
  @media screen and (max-width: 1023px) {
    .wood-top-block {
      margin: 0 -15px;
      margin-top: 20px; } }
  .wood-top-block .col {
    width: 50%;
    padding: 0 25px; }
    @media screen and (max-width: 1023px) {
      .wood-top-block .col {
        padding: 0 15px;
        width: 100%; } }
  @media screen and (max-width: 1023px) {
    .wood-top-block .img-block {
      margin: 0 0 20px;
      max-width: 400px; } }
  .wood-top-block .img-block img {
    width: 100%; }
  .wood-top-block .content-block {
    padding-bottom: 40px; }
    .wood-top-block .content-block h1 {
      font-size: 45px;
      line-height: 45px;
      letter-spacing: 0; }
      @media screen and (max-width: 1279px) {
        .wood-top-block .content-block h1 {
          font-size: 38px;
          line-height: 42px; } }
      @media screen and (max-width: 1279px) {
        .wood-top-block .content-block h1 {
          font-size: 34px;
          line-height: 36px; } }
      @media screen and (max-width: 767px) {
        .wood-top-block .content-block h1 {
          font-size: 30px;
          line-height: 34px; } }
    .wood-top-block .content-block p {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px;
      max-width: 88%; }
      @media screen and (max-width: 1279px) {
        .wood-top-block .content-block p {
          max-width: 100%; } }
      @media screen and (max-width: 767px) {
        .wood-top-block .content-block p {
          font-size: 16px;
          line-height: 24px; } }
    .wood-top-block .content-block ul {
      margin-bottom: 10px; }
    .wood-top-block .content-block .door-ship-message {
      display: flex;
      align-items: center; }
      .wood-top-block .content-block .door-ship-message .shiping-icon {
        width: 52px;
        height: 52px;
        background: #004270;
        border-radius: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
        border: 3px solid white;
        position: relative;
        z-index: 10; }
      .wood-top-block .content-block .door-ship-message p {
        background: #004270;
        color: white;
        padding: 10px 16px;
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 0 -10px;
        font-weight: normal;
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .wood-top-block .content-block .door-ship-message p {
            font-size: 13px; } }

.door-varient {
  background: #eeeff0;
  padding: 50px 0 65px; }
  @media screen and (max-width: 1023px) {
    .door-varient {
      padding: 40px 0 50px; } }
  .door-varient h2 {
    font-size: 35px;
    line-height: 40px; }
    @media screen and (max-width: 1279px) {
      .door-varient h2 {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (max-width: 767px) {
      .door-varient h2 {
        font-size: 25px;
        line-height: 30px; } }
  .door-varient .view-more-btn {
    margin-top: 2px; }
    .door-varient .view-more-btn a {
      text-decoration: none; }
      .door-varient .view-more-btn a span {
        border-bottom: 1px solid #004270;
        line-height: 16px;
        display: inline-block; }
      .door-varient .view-more-btn a .view-less {
        display: none; }
      .door-varient .view-more-btn a.show-less .view-more {
        display: none; }
      .door-varient .view-more-btn a.show-less .view-less {
        display: inline-block; }
  .door-varient .row {
    margin: 0 -13px; }
  .door-varient .col {
    width: 33.33%;
    padding: 0 13px; }
    @media screen and (max-width: 1279px) {
      .door-varient .col {
        width: 50%; }
        .door-varient .col:first-child {
          width: 100%;
          margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .door-varient .col {
        width: 100%;
        margin: 0 0 15px; }
        .door-varient .col:first-child {
          width: 100%;
          margin-bottom: 15px; } }
  .door-varient .form-row {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .door-varient .form-row .form-field {
      margin-bottom: 10px;
      padding: 0 5px; }
      .door-varient .form-row .form-field.hide {
        display: none; }
      .door-varient .form-row .form-field.show {
        display: block; }
      .door-varient .form-row .form-field label {
        padding: 5px;
        background: white;
        width: 100%;
        display: inline-flex;
        align-items: center;
        border: 1px solid white;
        font-size: 14px;
        line-height: 18px; }
        .door-varient .form-row .form-field label img {
          margin-right: 5px;
          width: 34px;
          height: 34px;
          object-fit: cover;
          border-radius: 50%; }
      .door-varient .form-row .form-field input[type='radio'],
      .door-varient .form-row .form-field input[type='checkbox'] {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: none; }
      .door-varient .form-row .form-field input[type='radio']:checked + label {
        border: 1px solid #004270; }
      .door-varient .form-row .form-field.disableEle {
        order: 1; }
  .door-varient .search-result-box {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .door-varient .search-result-box {
        text-align: center; } }
    .door-varient .search-result-box span {
      font-style: italic; }
    .door-varient .search-result-box .button {
      margin-left: 10px; }

.wood-type-section {
  padding: 40px 0; }
  .wood-type-section .container {
    max-width: 1350px; }
  .wood-type-section input[type='radio'],
  .wood-type-section input[type='checkbox'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none; }
  .wood-type-section input[type='radio']:checked + label {
    border: 1px solid #004270; }
  .wood-type-section .col {
    width: 50%; }
    .wood-type-section .col + .col {
      border-left: 2px solid #dbdcde; }
      @media screen and (max-width: 767px) {
        .wood-type-section .col + .col {
          border: none; } }
    @media screen and (max-width: 767px) {
      .wood-type-section .col {
        width: 100%; } }
  .wood-type-section .wood-finish-slider,
  .wood-type-section .wood-veneer-slider {
    width: 474px;
    margin: 0 auto 22px; }
    @media screen and (max-width: 1279px) {
      .wood-type-section .wood-finish-slider,
      .wood-type-section .wood-veneer-slider {
        width: 374px; } }
    @media screen and (max-width: 1023px) {
      .wood-type-section .wood-finish-slider,
      .wood-type-section .wood-veneer-slider {
        width: 274px; } }
    @media screen and (max-width: 1023px) {
      .wood-type-section .wood-finish-slider,
      .wood-type-section .wood-veneer-slider {
        width: 282px; } }
    .wood-type-section .wood-finish-slider .slick-prev,
    .wood-type-section .wood-finish-slider .slick-next,
    .wood-type-section .wood-veneer-slider .slick-prev,
    .wood-type-section .wood-veneer-slider .slick-next {
      background: transparent;
      border: none;
      padding: 0;
      background-size: 14px 46px;
      background-position: top;
      width: 14px;
      height: 23px;
      top: 50%;
      transform: translate(0, -50%); }
      .wood-type-section .wood-finish-slider .slick-prev:before,
      .wood-type-section .wood-finish-slider .slick-next:before,
      .wood-type-section .wood-veneer-slider .slick-prev:before,
      .wood-type-section .wood-veneer-slider .slick-next:before {
        display: none; }
      .wood-type-section .wood-finish-slider .slick-prev:hover,
      .wood-type-section .wood-finish-slider .slick-next:hover,
      .wood-type-section .wood-veneer-slider .slick-prev:hover,
      .wood-type-section .wood-veneer-slider .slick-next:hover {
        background-position: bottom; }
    .wood-type-section .wood-finish-slider .slick-next,
    .wood-type-section .wood-veneer-slider .slick-next {
      background: url("../img/left-arrow.png") no-repeat;
      right: -50px; }
      @media screen and (max-width: 1279px) {
        .wood-type-section .wood-finish-slider .slick-next,
        .wood-type-section .wood-veneer-slider .slick-next {
          right: -35px; } }
      @media screen and (max-width: 1023px) {
        .wood-type-section .wood-finish-slider .slick-next,
        .wood-type-section .wood-veneer-slider .slick-next {
          right: -30px; } }
      @media screen and (max-width: 767px) {
        .wood-type-section .wood-finish-slider .slick-next,
        .wood-type-section .wood-veneer-slider .slick-next {
          right: -25px; } }
    .wood-type-section .wood-finish-slider .slick-prev,
    .wood-type-section .wood-veneer-slider .slick-prev {
      background: url("../img/right-arrow.png") no-repeat;
      left: -50px; }
      @media screen and (max-width: 1279px) {
        .wood-type-section .wood-finish-slider .slick-prev,
        .wood-type-section .wood-veneer-slider .slick-prev {
          left: -35px; } }
      @media screen and (max-width: 1023px) {
        .wood-type-section .wood-finish-slider .slick-prev,
        .wood-type-section .wood-veneer-slider .slick-prev {
          left: -25px; } }
  .wood-type-section .form-field {
    margin: 0;
    float: left;
    clear: inherit;
    position: relative;
    padding-bottom: 45px; }
    .wood-type-section .form-field span {
      color: #004270;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      width: 100%;
      display: inline-block;
      position: absolute;
      bottom: calc(50% - 20px);
      left: 0;
      min-height: 40px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease; }
    .wood-type-section .form-field label {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      display: inline-block !important;
      position: relative;
      overflow: hidden;
      border: 1px solid transparent;
      cursor: pointer; }
      @media screen and (max-width: 1023px) {
        .wood-type-section .form-field label {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 767px) {
        .wood-type-section .form-field label {
          width: 75px;
          height: 75px; } }
      .wood-type-section .form-field label:before {
        width: 100%;
        content: '+';
        background: #004270;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        position: absolute;
        text-align: center;
        color: white;
        font-size: 24px;
        line-height: 30px; }
      .wood-type-section .form-field label img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media screen and (max-width: 1279px) {
      .wood-type-section .form-field input:focus + span {
        opacity: 1;
        bottom: 0;
        visibility: visible; } }
    @media (min-width: 1280px) {
      .wood-type-section .form-field:hover span {
        opacity: 1;
        bottom: 0;
        visibility: visible; } }

.populer-category-section {
  background: #eeeff0;
  padding: 60px 0px;
  margin: 0 0 65px; }
  @media screen and (max-width: 1023px) {
    .populer-category-section {
      padding: 40px 0;
      margin-bottom: 40px; } }
  .populer-category-section .category-title {
    background: #eeeff0; }
  .populer-category-section .col {
    width: 25%; }
    @media screen and (max-width: 1023px) {
      .populer-category-section .col {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .populer-category-section .col {
        width: 50%; } }
  .populer-category-section .category-image-inner {
    background: white; }
  .populer-category-section .sub-category-img-block {
    height: 227px;
    padding: 5px;
    background: #ffffff; }
    @media screen and (max-width: 767px) {
      .populer-category-section .sub-category-img-block {
        height: 150px; } }
  .populer-category-section .inner-block {
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .populer-category-section .inner-block {
        padding: 10px; } }
    .populer-category-section .inner-block h2 {
      font-size: 18px;
      line-height: 22px; }
      @media screen and (max-width: 767px) {
        .populer-category-section .inner-block h2 {
          font-size: 16px;
          line-height: 20px; } }

.wood-info .wood-info-inner {
  margin: 0 -25px; }
  .wood-info .wood-info-inner:nth-child(odd) {
    flex-direction: row-reverse; }
  .wood-info .wood-info-inner + .wood-info-inner {
    margin-top: 45px; }
    @media screen and (max-width: 1023px) {
      .wood-info .wood-info-inner + .wood-info-inner {
        margin-top: 20px; } }
  .wood-info .wood-info-inner .col {
    width: 50%;
    padding: 0 25px; }
    @media screen and (max-width: 767px) {
      .wood-info .wood-info-inner .col {
        width: 100%; } }
  .wood-info .wood-info-inner .img-block img {
    width: 100%; }
  .wood-info .wood-info-inner .content-inner h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 15px; }
    @media screen and (max-width: 1279px) {
      .wood-info .wood-info-inner .content-inner h2 {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (max-width: 767px) {
      .wood-info .wood-info-inner .content-inner h2 {
        font-size: 25px;
        line-height: 30px; } }
  .wood-info .wood-info-inner .content-inner h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 8px; }
    @media screen and (max-width: 1279px) {
      .wood-info .wood-info-inner .content-inner h3 {
        font-size: 20px;
        line-height: 24px; } }
  .wood-info .wood-info-inner .content-inner ul {
    margin: 0 0 20px; }

.size-form-content h2 {
  margin-bottom: 8px; }

.size-form-content p {
  margin-bottom: 15px;
  font-size: 18px; }
  .size-form-content p span {
    font-size: 15px;
    font-style: italic; }
  @media screen and (max-width: 767px) {
    .size-form-content p {
      font-size: 16px; } }

.size-form-content .Availability-txt {
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  margin-top: 36px; }
  @media screen and (max-width: 1279px) {
    .size-form-content .Availability-txt {
      margin-top: 20px; } }

.size-form-content .form-input {
  padding: 16px 30px 16px 15px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1020' height='512' viewBox='0 0 1020 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23808284' d='M-0.756 0.504l511.496 511.37 511.118-511.118h-1022.614z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: center right 18px;
  cursor: pointer; }

.form-col-3 .form-field {
  width: 33.33%; }
  @media only screen and (max-width: 1439px) {
    .form-col-3 .form-field {
      width: 50%; } }

.division-hero {
  background: url(../img/red.jpg) center center no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
  background-color: #760d17; }
  @media screen and (max-width: 767px) {
    .division-hero {
      padding: 50px 0; } }

.division-card {
  background-color: #fff;
  position: relative;
  width: 100%; }

.division-logo {
  width: 35%;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .division-logo {
      width: 100%; } }

.division-info {
  border-left: 1px #ccc solid;
  width: 65%; }
  @media screen and (max-width: 767px) {
    .division-info {
      width: 100%; } }
  .division-info h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border-bottom: 1px #ccc solid;
    padding: 15px 100px 15px 20px;
    margin: 0px 0px 15px 0px;
    color: #760d17; }

.division-states {
  position: absolute;
  right: 0;
  margin-top: -20px; }
  @media screen and (max-width: 767px) {
    .division-states {
      display: none; } }
  .division-states img {
    max-height: 220px; }

.address-info {
  width: 100%;
  max-width: 600px; }
  .address-info ul {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 50px; }
    @media screen and (max-width: 1279px) {
      .address-info ul {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .address-info ul {
        padding-left: 45px; } }
    .address-info ul li + li {
      margin-top: 5px; }
  .address-info .fax,
  .address-info .phone,
  .address-info .email,
  .address-info .address {
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #696b73; }
    .address-info .fax::after,
    .address-info .phone::after,
    .address-info .email::after,
    .address-info .address::after {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      top: 6px;
      left: -25px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      font-size: 0; }
      .address-info .fax::after svg,
      .address-info .phone::after svg,
      .address-info .email::after svg,
      .address-info .address::after svg {
        width: 100%;
        height: 100%; }
        .address-info .fax::after svg path,
        .address-info .phone::after svg path,
        .address-info .email::after svg path,
        .address-info .address::after svg path {
          fill: #760d17; }
  .address-info .address::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='15.21 0 481.58 512'%3E%3Cpath d='M470.948 481.583V0H41.052v481.583H15.209V512h25.842H184.52h142.96 143.468 25.842v-30.417h-25.842zM268.927 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM212.655 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM156.384 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm-25.855 99.363h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm25.855 254.153v-35.824h30.417v35.824h-30.417zM327.48 481.583h-30.417v-70.117h-25.855v70.117h-30.417v-70.117h-25.855v70.117H184.52V381.049h142.96v100.534zm28.136-134.827h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm56.272 254.153h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824z' style=' fill: #760d17;%0A'%3E%3C/path%3E%3C/svg%3E"); }
  .address-info .phone::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z' style=' fill: #760d17;%0A'%3E%3C/path%3E%3C/svg%3E"); }
  .address-info .fax::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: #760d17;&%2310;'/%3E%3C/svg%3E"); }
  .address-info .email::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 256 1792 1408'%3E%3Cpath d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z' style='&%2310; fill: #760d17;&%2310;'/%3E%3C/svg%3E"); }

.division-about-section {
  padding: 64px 0; }

.division-about-content {
  width: 58.33%; }
  @media screen and (max-width: 1023px) {
    .division-about-content {
      width: 100%; } }
  .division-about-content p {
    color: #696b73; }

.division-about-services {
  width: 41.66666667%;
  padding-left: 45px; }
  @media screen and (max-width: 1023px) {
    .division-about-services {
      width: 100%;
      padding-left: 0px;
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .division-about-services {
      margin-top: 0px; } }
  .division-about-services ul {
    margin-bottom: 0; }
    .division-about-services ul li {
      font-size: 16px;
      line-height: 28px;
      color: #696b73;
      font-weight: 400; }

.division-about-title {
  text-transform: uppercase;
  border-bottom: 1px #dadcdd solid;
  padding: 0;
  margin-bottom: 16px; }
  .division-about-title h4 {
    font-size: 16px;
    display: inline-block;
    border-bottom: 6px #dadcdd solid;
    margin-bottom: 0;
    padding-bottom: 5px; }

.location-list-setion {
  padding: 64px 0 34px 0; }
  @media screen and (max-width: 767px) {
    .location-list-setion {
      padding: 50px 0 20px 0; } }
  .location-list-setion .d-col {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .location-list-setion .d-col {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .location-list-setion .d-col {
        width: 100%; } }

.location-item {
  width: 100%;
  background-color: #fff;
  border: 1px #dadcdd solid;
  position: relative;
  height: 100%; }
  .location-item::after {
    content: '';
    display: inline-block;
    width: 50%;
    margin-left: 25%;
    height: 4px;
    background-color: #ceced1;
    top: 0;
    position: absolute; }

.location-title {
  width: 100%;
  text-align: center;
  padding: 30px 20px 20px;
  border-bottom: 1px #dadcdd solid; }
  .location-title h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #760d17;
    font-size: 20px; }

.location-detail {
  padding: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #696b73; }
  .location-detail p {
    margin-top: 10px; }
  .location-detail .location-fax,
  .location-detail .location-cell,
  .location-detail .location-phone,
  .location-detail address {
    flex-wrap: wrap;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px; }
    .location-detail .location-fax::after,
    .location-detail .location-cell::after,
    .location-detail .location-phone::after,
    .location-detail address::after {
      content: "";
      width: 18px;
      height: 18px;
      margin-top: 3px;
      min-width: 16px;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0; }
      .location-detail .location-fax::after svg,
      .location-detail .location-cell::after svg,
      .location-detail .location-phone::after svg,
      .location-detail address::after svg {
        width: 100%;
        height: 100%; }
        .location-detail .location-fax::after svg path,
        .location-detail .location-cell::after svg path,
        .location-detail .location-phone::after svg path,
        .location-detail address::after svg path {
          fill: #ceced1; }
  .location-detail address {
    display: block; }
  .location-detail .location-fax::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: %23ceced1;&%2310;'/%3E%3C/svg%3E"); }
  .location-detail address::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='73.33 0 365.34 512' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M257.13,125.11c40.21,0,72.52,30.23,72.52,70.43,0,38.59-32.31,70.76-72.52,70.76-40.52,0-72.85-32.17-72.85-70.76,0-40.2,32.33-70.43,72.85-70.43Zm181.54,52.42C438.67,78.79,358,0,257.13,0c-101,0-183.8,78.79-183.8,177.53,0,4.18,0,10.3,2.09,14.15H73.33c0,96.81,183.8,320.32,183.8,320.32S438.67,288.49,438.67,191.68h0V177.53Z' fill='%235b5b5f' fill-rule='evenodd' style=' fill: %23ceced1;%0A'%3E%3C/path%3E%3C/svg%3E"); }
  .location-detail .location-phone::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03' style=' fill: %23ceced1;%0A'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z'%3E%3C/path%3E%3C/svg%3E"); }
  .location-detail .location-cell::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='209.92 0 604.16 1024' fill='currentColor' overflow='hidden' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M721.131 1024s92.947 0 92.947-93.087V93.087C814.079 0 721.131 0 721.131 0H302.869s-92.947 0-92.947 93.087v837.827c0 93.087 92.947 93.087 92.947 93.087h418.263zM512 985.241c-25.653 0-46.474-20.82-46.474-46.474s20.82-46.474 46.474-46.474 46.474 20.82 46.474 46.474-20.82 46.474-46.474 46.474zM395.816 56.744c0-5.763 4.601-10.271 10.271-10.271h211.78c5.67 0 10.317 4.601 10.317 10.271v2.742c0 5.809-4.601 10.271-10.271 10.271H406.087c-5.623 0-10.271-4.601-10.271-10.271v-2.742zm-139.421 59.44h511.21v743.578h-511.21V116.184z' style=' fill: %23ceced1;%0A'%3E%3C/path%3E%3C/svg%3E"); }
  .location-detail > p {
    margin-top: 35px;
    margin-bottom: 0; }
    .location-detail > p + P {
      margin-top: 10px; }

.theme-color-red .location-title h4,
.theme-color-red .division-info h1 {
  color: #760d17; }

.theme-color-red .address-info .address::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='15.21 0 481.58 512'%3E%3Cpath d='M470.948 481.583V0H41.052v481.583H15.209V512h25.842H184.52h142.96 143.468 25.842v-30.417h-25.842zM268.927 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM212.655 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM156.384 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm-25.855 99.363h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm25.855 254.153v-35.824h30.417v35.824h-30.417zM327.48 481.583h-30.417v-70.117h-25.855v70.117h-30.417v-70.117h-25.855v70.117H184.52V381.049h142.96v100.534zm28.136-134.827h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm56.272 254.153h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824z' style=' fill: %23760d17;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-red .address-info .phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z' style=' fill: %23760d17;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-red .address-info .fax::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: %23760d17;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-red .address-info .email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 256 1792 1408'%3E%3Cpath d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z' style='&%2310; fill: %23760d17;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-lightblue .location-title h4,
.theme-color-lightblue .division-info h1 {
  color: #006892; }

.theme-color-lightblue .address-info .address::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='15.21 0 481.58 512'%3E%3Cpath d='M470.948 481.583V0H41.052v481.583H15.209V512h25.842H184.52h142.96 143.468 25.842v-30.417h-25.842zM268.927 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM212.655 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM156.384 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm-25.855 99.363h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm25.855 254.153v-35.824h30.417v35.824h-30.417zM327.48 481.583h-30.417v-70.117h-25.855v70.117h-30.417v-70.117h-25.855v70.117H184.52V381.049h142.96v100.534zm28.136-134.827h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm56.272 254.153h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824z' style=' fill: %23006892;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-lightblue .address-info .phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z' style=' fill: %23006892;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-lightblue .address-info .fax::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: %23006892;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-lightblue .address-info .email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 256 1792 1408'%3E%3Cpath d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z' style='&%2310; fill: %23006892;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-darkblue .location-title h4,
.theme-color-darkblue .division-info h1 {
  color: #004270; }

.theme-color-darkblue .address-info .address::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='15.21 0 481.58 512'%3E%3Cpath d='M470.948 481.583V0H41.052v481.583H15.209V512h25.842H184.52h142.96 143.468 25.842v-30.417h-25.842zM268.927 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM212.655 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM156.384 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm-25.855 99.363h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm25.855 254.153v-35.824h30.417v35.824h-30.417zM327.48 481.583h-30.417v-70.117h-25.855v70.117h-30.417v-70.117h-25.855v70.117H184.52V381.049h142.96v100.534zm28.136-134.827h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm56.272 254.153h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824z' style=' fill: %23004270;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-darkblue .address-info .phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z' style=' fill: %23004270;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-darkblue .address-info .fax::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: %23004270;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-darkblue .address-info .email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 256 1792 1408'%3E%3Cpath d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z' style='&%2310; fill: %23004270;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-darkgray .location-title h4,
.theme-color-darkgray .division-info h1 {
  color: #3f3e3e; }

.theme-color-darkgray .address-info .address::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='15.21 0 481.58 512'%3E%3Cpath d='M470.948 481.583V0H41.052v481.583H15.209V512h25.842H184.52h142.96 143.468 25.842v-30.417h-25.842zM268.927 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM212.655 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM156.384 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm-25.855 99.363h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm25.855 254.153v-35.824h30.417v35.824h-30.417zM327.48 481.583h-30.417v-70.117h-25.855v70.117h-30.417v-70.117h-25.855v70.117H184.52V381.049h142.96v100.534zm28.136-134.827h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm56.272 254.153h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824z' style=' fill: %233f3e3e;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-darkgray .address-info .phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z' style=' fill: %233f3e3e;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-darkgray .address-info .fax::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: %233f3e3e;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-darkgray .address-info .email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 256 1792 1408'%3E%3Cpath d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z' style='&%2310; fill: %233f3e3e;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-green .location-title h4,
.theme-color-green .division-info h1 {
  color: #436026; }

.theme-color-green .address-info .address::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='15.21 0 481.58 512'%3E%3Cpath d='M470.948 481.583V0H41.052v481.583H15.209V512h25.842H184.52h142.96 143.468 25.842v-30.417h-25.842zM268.927 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM212.655 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.539h30.417v35.824h-30.417v-35.824zM156.384 56.779h30.417v35.824h-30.417V56.779zm0 63.538h30.417v35.824h-30.417v-35.824zm0 63.538h30.417v35.825h-30.417v-35.825zm0 63.538h30.417v35.824h-30.417v-35.824zm-25.855 99.363h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm25.855 254.153v-35.824h30.417v35.824h-30.417zM327.48 481.583h-30.417v-70.117h-25.855v70.117h-30.417v-70.117h-25.855v70.117H184.52V381.049h142.96v100.534zm28.136-134.827h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824zm56.272 254.153h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.538h-30.417v-35.825h30.417v35.825zm0-63.538h-30.417v-35.824h30.417v35.824zm0-63.539h-30.417V56.779h30.417v35.824z' style=' fill: %23436026;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-green .address-info .phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 -0.01 511.95 512.03'%3E%3Cpath d='M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45L125.02.8c14.68-3.402 29.68 4.218 35.78 18.12l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z' style=' fill: %23436026;%0A'%3E%3C/path%3E%3C/svg%3E"); }

.theme-color-green .address-info .fax::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' viewBox='0 0 1024 1024' fill='currentColor' overflow='hidden'%3E%3Cpath d='M256 288v640c0 53.02-42.98 96-96 96H96c-53.02 0-96-42.98-96-96V288c0-53.02 42.98-96 96-96h64c53.02 0 96 42.98 96 96zm768 128v512c0 53.02-42.98 96-96 96H384c-53.02 0-96-42.98-96-96V80c0-44.182 35.818-80 80-80h414.864a79.992 79.992 0 0 1 56.568 23.432l97.138 97.138A79.998 79.998 0 0 1 960 177.136v148.348c37.282 13.182 64 48.72 64 90.516zm-640-32h480V192h-48c-26.406 0-48-21.594-48-48V96H384v288zm192 408c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm256 256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80zm0-256c0-13.254-10.746-24-24-24h-80c-13.254 0-24 10.746-24 24v80c0 13.254 10.746 24 24 24h80c13.254 0 24-10.746 24-24v-80z' style='&%2310; fill: %23436026;&%2310;'/%3E%3C/svg%3E"); }

.theme-color-green .address-info .email::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 256 1792 1408'%3E%3Cpath d='M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z' style='&%2310; fill: %23436026;&%2310;'/%3E%3C/svg%3E"); }

.page-banner {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .page-banner {
      margin-bottom: 40px; } }
  .page-banner .img img {
    height: 420px;
    width: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1023px) {
      .page-banner .img img {
        height: 360px; } }
    @media screen and (max-width: 767px) {
      .page-banner .img img {
        height: 280px; } }

.intro-title-section {
  width: 100%;
  display: inline-block;
  position: relative; }
  .intro-title-section .buyer-top-content {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .intro-title-section .buyer-top-content {
        margin-top: 40px; } }

.intro-title-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -110px; }
  @media screen and (max-width: 1023px) {
    .intro-title-icon {
      top: -105px; } }
  @media screen and (max-width: 767px) {
    .intro-title-icon {
      top: -85px; } }
  .intro-title-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain; }
    @media screen and (max-width: 1023px) {
      .intro-title-icon img {
        width: 110px;
        height: 110px; } }
    @media screen and (max-width: 767px) {
      .intro-title-icon img {
        width: 90px;
        height: 90px; } }

.purchasing-solutions {
  background-color: #ebebeb;
  margin-bottom: 50px; }
  @media screen and (max-width: 666px) {
    .purchasing-solutions {
      margin-bottom: 40px; } }

.purchasing-wrapper {
  padding: 20px 20px 0px 20px; }
  @media screen and (max-width: 666px) {
    .purchasing-wrapper {
      padding: 15px 15px 0px 15px; } }

.purchasing-list {
  background-color: #004270;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 20px; }
  @media screen and (max-width: 666px) {
    .purchasing-list {
      padding-top: 40px;
      padding-bottom: 25px; } }
  .purchasing-list h3 {
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }

.purchasing-item {
  background-color: #ffffff;
  width: calc(25% - 15px);
  margin: 0 7.5px;
  text-align: center;
  padding: 15px 15px 30px 15px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .purchasing-item {
      width: calc(50% - 15px); } }
  @media screen and (max-width: 666px) {
    .purchasing-item {
      width: 100%;
      margin: 0 0 15px 0; } }
  .purchasing-item .img {
    margin-bottom: 15px; }
    .purchasing-item .img img {
      height: 100px;
      width: 100%;
      object-fit: contain; }
  .purchasing-item h4 {
    margin-bottom: 5px;
    word-break: break-word; }
    @media screen and (max-width: 767px) {
      .purchasing-item h4 {
        font-size: 18px; } }

.purchasing-content {
  padding: 50px 0px; }
  @media screen and (max-width: 666px) {
    .purchasing-content {
      padding: 40px 0px 20px 0; } }
  .purchasing-content .grid-left {
    width: 40%;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .purchasing-content .grid-left {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 40px;
        text-align: center; } }
  .purchasing-content .grid-right {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .purchasing-content .grid-right {
        width: 100%; } }
    .purchasing-content .grid-right ul li {
      width: 50%;
      padding: 0px 30px 20px 35px;
      position: relative;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .purchasing-content .grid-right ul li {
          padding: 0px 15px 20px 25px;
          font-size: 14px; } }
      .purchasing-content .grid-right ul li::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: 13px auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='10 131.2 980 737.6' xmlns:v='https://vecta.io/nano' style=' fill: %23ffffff;%0A'%3E%3Cpath d='M909.2 131.2L331.4 709 90.8 468.4 10 549.2l281 281 40.4 38.6 40.4-38.6L990 212l-80.8-80.8z'%3E%3C/path%3E%3C/svg%3E");
        background-color: #004270;
        border-radius: 50%;
        background-position: center; }
        @media screen and (max-width: 767px) {
          .purchasing-content .grid-right ul li::after {
            width: 16px;
            height: 16px;
            background-size: 8px auto;
            top: 3px; } }
  .purchasing-content h3 {
    max-width: 390px; }
    @media screen and (max-width: 767px) {
      .purchasing-content h3 {
        max-width: 100%;
        text-align: center; } }

.solutions-template .buyer-tool-main {
  background: transparent; }

.solutions-template .buyer-tool-inner .button {
  background: white;
  color: #004270; }
  .solutions-template .buyer-tool-inner .button:hover {
    background: #004270;
    color: white; }

.page-common a:not(:hover) {
  color: #004270; }

.search-results-content-list {
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .search-results-content-list {
      padding-top: 10px; } }
  .search-results-content-list a:not(:hover) {
    color: #004270; }
  .search-results-content-list li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eaebec; }
    .search-results-content-list li:not(:last-child) {
      margin-bottom: 20px; }

#search-results-content .actionBar-section .form-field {
  float: left; }

.search-product-listing > form:not(.actionBar) {
  width: 100%;
  display: inline-block; }

.search-product-listing .actionBar.result-per-page {
  float: left;
  margin-top: 0; }

.search-product-listing form.actionBar {
  float: right;
  margin-top: 0; }
  @media screen and (max-width: 666px) {
    .search-product-listing form.actionBar {
      float: left; } }

.type-newsletter_subscribe .page-content {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .type-newsletter_subscribe .page-content {
      padding-top: 80px; } }

#DigiCertClickID_MtwZalES {
  max-width: 110px;
  margin: 0px 0px 0px 20px; }
  @media screen and (max-width: 1023px) {
    #DigiCertClickID_MtwZalES {
      margin-left: 0; } }

#chat-widget-container {
  bottom: 50px !important; }
  @media screen and (max-width: 767px) {
    #chat-widget-container {
      bottom: 0 !important; } }

#responsiveTabs {
  flex-direction: row;
  display: flex;
  padding-top: 64px; }
  @media (max-width: 735px) {
    #responsiveTabs {
      flex-wrap: wrap;
      padding-top: 50px; } }
  #responsiveTabs > ul {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
    flex-flow: column nowrap;
    width: 40%;
    min-width: 251px;
    font-size: 14px;
    text-align: left;
    margin: 0 15px;
    padding-bottom: 30px;
    /* iPhone-6 667 (Landscape) view */ }
    @media only screen and (max-width: 735px) {
      #responsiveTabs > ul {
        display: none; } }
    #responsiveTabs > ul li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      padding: 0;
      border-bottom: 1px solid transparent; }
      #responsiveTabs > ul li.active {
        border-bottom: 1px solid #ddd; }
        #responsiveTabs > ul li.active a {
          border-bottom: 5px solid #004270; }
      #responsiveTabs > ul li a {
        font-size: 17px;
        line-height: normal;
        font-weight: 700;
        color: #333333;
        letter-spacing: 1px;
        padding-bottom: 12px;
        display: inline-block;
        border-bottom: 5px solid transparent;
        padding: 30px 20px 10px 0px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px; }
  #responsiveTabs .tab-heading {
    display: none;
    border: 1px solid #dadcdd;
    text-transform: uppercase;
    padding: 10px 30px 10px 15px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    /* iPhone-6 667 (Landscape) view */ }
    @media only screen and (max-width: 735px) {
      #responsiveTabs .tab-heading {
        display: block; } }
    #responsiveTabs .tab-heading::before {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      width: 14px;
      height: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23004270' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
  #responsiveTabs .tab-content {
    display: none;
    position: relative;
    padding: 20px;
    /* iPhone-6 667 (Landscape) view */ }
    @media only screen and (max-width: 735px) {
      #responsiveTabs .tab-content {
        display: block;
        padding: 0px;
        width: 100%; } }
    #responsiveTabs .tab-content.active {
      display: block; }
      #responsiveTabs .tab-content.active .tab-inner {
        display: block; }
      #responsiveTabs .tab-content.active .tab-heading::before {
        transform: translateY(-50%) rotate(0deg); }
  #responsiveTabs .tab-inner {
    /* iPhone-6 667 (Landscape) view */ }
    @media only screen and (max-width: 735px) {
      #responsiveTabs .tab-inner {
        display: none;
        padding-bottom: 30px; } }
    #responsiveTabs .tab-inner h3 {
      font-size: 24px;
      margin-bottom: 34px;
      color: #004270;
      font-weight: 500; }
      @media (max-width: 735px) {
        #responsiveTabs .tab-inner h3 {
          display: none; } }
    #responsiveTabs .tab-inner p {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 0px; }
      #responsiveTabs .tab-inner p + P {
        margin-top: 15px; }
    #responsiveTabs .tab-inner .button {
      margin: 0;
      padding: 17px 46px; }

.phone-live-chat {
  margin: 10px 0 30px 0; }
  .phone-live-chat .chat-icon,
  .phone-live-chat .phone {
    padding-left: 25px;
    margin: 0 15px;
    position: relative;
    font-weight: 600;
    color: #004270;
    font-size: 16px; }
    @media (max-width: 576px) {
      .phone-live-chat .chat-icon,
      .phone-live-chat .phone {
        padding-left: 20px;
        font-size: 14px; } }
    .phone-live-chat .chat-icon::after,
    .phone-live-chat .phone::after {
      content: "";
      position: absolute;
      height: 18px;
      width: 18px;
      background-size: contain;
      background-repeat: no-repeat;
      left: 0;
      top: 3px; }
      @media (max-width: 567px) {
        .phone-live-chat .chat-icon::after,
        .phone-live-chat .phone::after {
          height: 14px;
          width: 14px; } }
    .phone-live-chat .chat-icon:hover,
    .phone-live-chat .phone:hover {
      opacity: 0.85; }
  .phone-live-chat .chat-icon::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' color='inherit' viewBox='2 3 28 28' class='lc-1mpchac'%3E%3Cpath fill='%23004270' d='M12.63,26.46H8.83a6.61,6.61,0,0,1-6.65-6.07,89.05,89.05,0,0,1,0-11.2A6.5,6.5,0,0,1,8.23,3.25a121.62,121.62,0,0,1,15.51,0A6.51,6.51,0,0,1,29.8,9.19a77.53,77.53,0,0,1,0,11.2,6.61,6.61,0,0,1-6.66,6.07H19.48L12.63,31V26.46'%3E%3C/path%3E%3Cpath fill='%23FFFFFF' d='M19.57,21.68h3.67a2.08,2.08,0,0,0,2.11-1.81,89.86,89.86,0,0,0,0-10.38,1.9,1.9,0,0,0-1.84-1.74,113.15,113.15,0,0,0-15,0A1.9,1.9,0,0,0,6.71,9.49a74.92,74.92,0,0,0-.06,10.38,2,2,0,0,0,2.1,1.81h3.81V26.5Z' class='lc-1adcsh3 e1nep2br0'%3E%3C/path%3E%3C/svg%3E"); }
  .phone-live-chat .phone::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='32.03 -0.01 1023.95 1024.02' style=' fill: %23004270;%0A'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M1055.477 808.053c0.316 2.117 0.497 4.56 0.497 7.045 0 14.355-6.025 27.303-15.683 36.453l-0.023 0.021-144.264 143.059c-7.067 7.622-15.512 13.851-24.955 18.312l-0.494 0.21c-8.942 4.491-19.317 7.905-30.236 9.702l-0.634 0.086c-0.753 0-2.861 0.151-6.475 0.452-3.658 0.394-7.901 0.618-12.197 0.618-0.689 0-1.376-0.006-2.061-0.017l0.103 0.001c-24.319-0.989-47.229-3.524-69.627-7.533l3.067 0.455c-42.548-7.914-80.354-19.967-115.941-36.061l3.15 1.275c-58.14-25.49-107.792-53.226-154.426-85.059l3.235 2.085c-67.438-46.071-126.332-96.024-179.601-151.425l-0.352-0.368c-44.989-43.543-86.221-90.315-123.562-140.168l-2.18-3.041c-27.475-36.5-54.069-77.812-77.612-121.027l-2.651-5.317c-16.246-29.534-31.617-64.31-44.042-100.456l-1.436-4.805c-7.98-22.591-15.137-49.934-20.144-78.021l-0.487-3.297c-2.812-14.547-4.421-31.277-4.421-48.383 0-1.891 0.020-3.777 0.059-5.658l-0.005 0.281c0.753-12.951 1.054-20.179 1.054-21.685 1.827-11.544 5.246-21.926 10.066-31.479l-0.278 0.608c4.621-9.934 10.802-18.38 18.325-25.406l0.047-0.043 144.264-144.264c8.64-9.343 20.953-15.181 34.63-15.209h0.005c0.199-0.004 0.435-0.006 0.67-0.006 9.178 0 17.641 3.058 24.427 8.21l-0.1-0.073c7.315 5.504 13.43 12.146 18.193 19.724l0.178 0.304 115.953 220.16c4.332 7.418 6.889 16.331 6.889 25.841 0 4.351-0.535 8.577-1.544 12.615l0.076-0.357c-2.723 13.637-9.233 25.448-18.375 34.638l-53.155 53.155c-1.679 1.981-2.973 4.348-3.731 6.943l-0.034 0.135c-0.922 2.4-1.518 5.176-1.654 8.072l-0.002 0.060c4.509 19.705 11.248 37.092 20.104 53.147l-0.528-1.043c12.871 24.296 26.154 45.036 40.921 64.593l-0.865-1.196c24.197 31.786 49.417 59.967 76.678 86.029l0.272 0.258c26.492 27.712 54.817 53.125 84.982 76.259l1.757 1.294c18.317 13.855 39.041 27.319 60.704 39.293l2.694 1.366c11.253 6.394 24.274 11.752 37.993 15.399l1.16 0.262 13.553 2.711c2.537-0.186 4.892-0.722 7.098-1.563l-0.171 0.057c2.738-0.836 5.104-2.179 7.099-3.934l-0.021 0.018 61.741-62.946c11.891-10.745 27.73-17.32 45.103-17.32 0.185 0 0.369 0.001 0.553 0.002h-0.028c0.746-0.034 1.62-0.054 2.5-0.054 9.762 0 18.961 2.415 27.030 6.681l-0.315-0.152h1.054l209.318 123.784c13.519 7.517 23.395 20.201 27.030 35.314l0.076 0.375z'%3E%3C/path%3E%3C/svg%3E"); }

/*.operation-hours{
  margin: 10px 0 30px 0;
  @media screen and (max-width: 767px){
    display: block;
    text-align: center;
  }
  label{
    color: $primary-color;
    font-weight: 600;
    @media screen and (max-width: 767px){
     display: block;
    }
  }
  ul{
    display: flex;
    list-style: none;
    @media screen and (max-width: 767px) {
      text-align: center;
      display: unset;
      margin: 0;
      text-align: left;
    display: inline-block;
    margin-top: 10px;
    }
    li{
      strong{
        margin:0 10px;
        @media screen and (max-width: 767px) {
        min-width: 95px;
        display: inline-block;
        }
      }
    }
  }
}*/
.allEl {
  position: relative; }

.operation-hours {
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (max-width: 1279px) {
    .operation-hours {
      margin: 10px 0 30px 0;
      display: block;
      text-align: center;
      position: relative; } }
  .operation-hours label {
    color: #004270;
    font-weight: 600; }
    @media screen and (max-width: 1279px) {
      .operation-hours label {
        display: block; } }
  .operation-hours ul {
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 1279px) {
      .operation-hours ul {
        text-align: center;
        display: unset;
        margin: 0;
        text-align: left;
        display: inline-block;
        margin-top: 10px; } }
    .operation-hours ul li strong {
      margin-left: 0;
      margin-right: 10px;
      min-width: 95px;
      display: inline-block; }

.hidespace {
  display: none; }

.fancybox-slide .fancybox-image {
  box-shadow: 0 0 0 5px #ffffff; }

.type-page .fancybox-caption {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

.type-page .fancybox-caption__body {
  padding-bottom: 20px; }

.dollar-general-table + .dollar-general-table {
  margin-top: 64px; }
  @media screen and (max-width: 1023px) {
    .dollar-general-table + .dollar-general-table {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .dollar-general-table + .dollar-general-table {
      margin-top: 40px; } }

.dollar-general-table p {
  margin: 0;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .dollar-general-table p + p {
    margin-top: 10px; }

.dollar-general-table h4 {
  text-align: center;
  margin: 0;
  background: #e5e5e5;
  padding: 12px;
  border-bottom: 1px solid #004270; }
  @media screen and (max-width: 767px) {
    .dollar-general-table h4 {
      padding: 15px; } }
  .dollar-general-table h4 span {
    font-size: 16px;
    font-style: italic;
    font-weight: normal; }

.dollar-general-table .table {
  margin-top: 0; }
  .dollar-general-table .table th {
    text-align: center; }
  .dollar-general-table .table tr:not(:first-child) {
    border-top: solid 1px #e5e5e5; }
  .dollar-general-table .table tr td {
    text-align: center;
    padding: 10px; }
    .dollar-general-table .table tr td:first-child {
      border-left: solid 1px #e5e5e5; }

.dollar-general-table .price {
  color: #00873C;
  justify-content: flex-end; }

.dollar-general-table .red {
  color: #FF0000; }

.dollar-general-table .paregraph {
  text-align: center;
  border: 1px solid #DCDCDC;
  border-top: 0;
  padding: 3px 15px; }
  .dollar-general-table .paregraph p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 935px;
    margin: 0 auto; }

.dollar-general-table .checkbox-box {
  height: 15px;
  width: 15px;
  min-width: 10px;
  min-height: 10px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  color: transparent;
  font-size: 0; }
  .dollar-general-table .checkbox-box.check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 50 50' style='&%2310; fill: %23808285;&%2310;'%3E%3Cpath d='M 42.875 8.625 C 42.84375 8.632813 42.8125 8.644531 42.78125 8.65625 C 42.519531 8.722656 42.292969 8.890625 42.15625 9.125 L 21.71875 40.8125 L 7.65625 28.125 C 7.410156 27.8125 7 27.675781 6.613281 27.777344 C 6.226563 27.878906 5.941406 28.203125 5.882813 28.597656 C 5.824219 28.992188 6.003906 29.382813 6.34375 29.59375 L 21.25 43.09375 C 21.46875 43.285156 21.761719 43.371094 22.050781 43.328125 C 22.339844 43.285156 22.59375 43.121094 22.75 42.875 L 43.84375 10.1875 C 44.074219 9.859375 44.085938 9.425781 43.875 9.085938 C 43.664063 8.746094 43.269531 8.566406 42.875 8.625 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center; }

@media (max-width: 1279px) and (min-width: 1024px) {
  .dollar-general-table .sub-total .col-170 {
    max-width: 160px; } }

.dollar-general-table table {
  width: 100%;
  padding: 0;
  border: none;
  border-width: 0;
  outline: none; }
  @media screen and (max-width: 767px) {
    .dollar-general-table table {
      min-width: 728px; } }
  .dollar-general-table table div {
    color: #808285;
    text-indent: 0; }

.dollar-general-table table,
.dollar-general-table th,
.dollar-general-table tr,
.dollar-general-table td {
  border-collapse: collapse;
  border: none;
  border-width: 0;
  outline: none;
  padding: 0;
  width: 100%; }

.dollar-general-table table tr {
  display: flex; }
  .dollar-general-table table tr .qty {
    justify-content: space-between; }
    .dollar-general-table table tr .qty span {
      font-size: 24px;
      padding: 0 5px; }
  .dollar-general-table table tr .text-center {
    justify-content: center; }
  .dollar-general-table table tr.last {
    border-bottom: 1px solid #004270; }

.dollar-general-table table.has-padding > tbody > tr > td > div,
.dollar-general-table table.has-padding > tbody > tr > th > div {
  padding: 10px 15px;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .dollar-general-table table.has-padding > tbody > tr > td > div,
    .dollar-general-table table.has-padding > tbody > tr > th > div {
      padding: 10px; } }
  .dollar-general-table table.has-padding > tbody > tr > td > div.text-right,
  .dollar-general-table table.has-padding > tbody > tr > th > div.text-right {
    justify-content: flex-end; }

.dollar-general-table .padding-0 > div {
  padding: 0 !important;
  border: none !important; }

.dollar-general-table table.has-padding > tbody > tr > td:last-child > div,
.dollar-general-table table.has-padding > tbody > tr > th:last-child > div {
  border-right: 1px solid #DCDCDC; }

.dollar-general-table .col-10 {
  max-width: 100px;
  width: 100%; }

.dollar-general-table .col-20 {
  max-width: 200px;
  width: 100%; }

.dollar-general-table .col-30 {
  max-width: 300px;
  width: 100%; }

.dollar-general-table .col-40 {
  max-width: 400px;
  width: 100%; }

.dollar-general-table .col-50 {
  max-width: 500px;
  width: 100%; }

.dollar-general-table .col-60 {
  max-width: 600px;
  width: 100%; }

.dollar-general-table .col-70 {
  max-width: 700px;
  width: 100%; }

.dollar-general-table .col-80 {
  max-width: 800px;
  width: 100%; }

.dollar-general-table .col-90 {
  max-width: 900px;
  width: 100%; }

.dollar-general-table .col-140 {
  max-width: 140px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .dollar-general-table .col-140 {
      min-width: 140px; } }

.dollar-general-table .col-160 {
  max-width: 160px;
  width: 100%; }

.dollar-general-table .col-170 {
  max-width: 170px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .dollar-general-table .col-170 {
      max-width: 100px;
      min-width: 100px; } }

.dollar-general-table .col-190 {
  max-width: 190px;
  width: 100%; }

.dollar-general-table .col-270 {
  max-width: 270px;
  width: 100%; }

.dollar-general-table .col-280 {
  max-width: 280px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .dollar-general-table .col-280 {
      min-width: 170px;
      max-width: 170px; } }

.dollar-general-table .col-400 {
  max-width: 400px;
  width: 100%; }

.dollar-general-table .col-460 {
  max-width: 460px;
  width: 100%; }

.dollar-general-table .col-600 {
  max-width: 600px;
  width: 100%; }

.dollar-general-table .col-750 {
  max-width: 750px;
  width: 100%; }

.dollar-general-table .col-910 {
  max-width: 910px;
  width: 100%; }

.dollar-general-table .col-970 {
  max-width: 970px;
  width: 100%; }

.dollar-general-table .col-1000 {
  max-width: 1000px;
  width: 100%; }

.dollar-general-table .col-1110 {
  max-width: 1110px;
  width: 100%; }

.dollar-general-table .min-col-280 {
  min-width: 280px; }

.dollar-general-table .table-responsive {
  overflow: auto; }

.dollar-general-table.dollar-general-total {
  margin-top: 30px;
  background-color: #EBEBEB; }
  .dollar-general-table.dollar-general-total table.has-padding > tbody > tr > td > div,
  .dollar-general-table.dollar-general-total table.has-padding > tbody > tr > th > div {
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #004270; }
  .dollar-general-table.dollar-general-total table.has-padding > tbody > tr > td {
    display: flex; }
  @media screen and (max-width: 767px) {
    .dollar-general-table.dollar-general-total .col-910 {
      max-width: 125px; } }
  @media screen and (max-width: 767px) {
    .dollar-general-table.dollar-general-total .col-170 {
      max-width: 90px;
      min-width: 90px; } }
  @media screen and (max-width: 767px) {
    .dollar-general-table.dollar-general-total .sub-total {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .dollar-general-table.dollar-general-total table {
      min-width: 100%; } }

.dollar-general-table .t-heading-image {
  border: 1px solid #DCDCDC;
  border-right: 0;
  border-top: 0; }
  .dollar-general-table .t-heading-image > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.dollar-general-table .form-select {
  border: 0;
  padding: 0px 10px 0px 10px; }

.dollar-general-form {
  margin-top: 32px;
  margin-bottom: 64px; }
  @media screen and (max-width: 1023px) {
    .dollar-general-form {
      margin-bottom: 50px;
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .dollar-general-form {
      margin-bottom: 40px;
      margin-top: 10px; } }
  .dollar-general-form form,
  .dollar-general-form .title-ele {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1164px; }
  .dollar-general-form .form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 160px; }
    @media screen and (max-width: 1279px) {
      .dollar-general-form .form-wrapper {
        grid-gap: 32px; } }
    @media screen and (max-width: 666px) {
      .dollar-general-form .form-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 16px; } }
    .dollar-general-form .form-wrapper .form-label {
      margin-bottom: 7px; }
    .dollar-general-form .form-wrapper .required {
      font-size: 14px;
      line-height: 21px;
      color: #808285;
      font-weight: 400;
      margin-top: 4px;
      display: flex; }
    .dollar-general-form .form-wrapper .form-input {
      height: 40px;
      padding: 8px 15px; }

.dollar-general-submit-form .form-actions {
  text-align: right;
  margin: 30px 0 0 0;
  max-width: 100%; }

.category-title {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px; }
  @media screen and (max-width: 767px) {
    .category-title {
      font-size: 30px; } }

.section-info {
  text-align: center;
  margin-bottom: 40px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  line-height: 20px; }
  @media screen and (max-width: 1023px) {
    .section-info {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .section-info {
      margin-bottom: 20px; } }

.hotspot-parent .scroll-btn {
  position: sticky;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  /* Enable pointer events by default */
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center; }

.hotspot-parent .scroll-btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23004270' height='15px' width='15px' version='1.1' id='Layer_1' viewBox='0 0 330 330' xml:space='preserve' style='transform: rotate(90deg)' %3E%3Cpath id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z' %3E%3C/path%3E%3C/svg%3E");
  contain: "";
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: block; }

.hotspot-parent .arrows-buttons {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  bottom: 10px; }

.hotspot-parent .scroll-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
  /* Disable pointer events when button is disabled */ }

.hotspot-parent .scroll-up {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%); }
  .hotspot-parent .scroll-up::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%233498db' height='15px' width='15px' version='1.1' id='Layer_1' viewBox='0 0 330 330' xml:space='preserve' style='transform: rotate(90deg)' %3E%3Cpath id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z' %3E%3C/path%3E%3C/svg%3E"); }

.hotspot-parent .scroll-down {
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg); }
  .hotspot-parent .scroll-down::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%233498db' height='15px' width='15px' version='1.1' id='Layer_1' viewBox='0 0 330 330' xml:space='preserve' style='transform: rotate(90deg)' %3E%3Cpath id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z' %3E%3C/path%3E%3C/svg%3E"); }

.hotspot-parent .scroll-left {
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(90deg); }
  .hotspot-parent .scroll-left::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%233498db' height='15px' width='15px' version='1.1' id='Layer_1' viewBox='0 0 330 330' xml:space='preserve' style='transform: rotate(90deg)' %3E%3Cpath id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z' %3E%3C/path%3E%3C/svg%3E"); }

.hotspot-parent .scroll-right {
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg); }
  .hotspot-parent .scroll-right::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%233498db' height='15px' width='15px' version='1.1' id='Layer_1' viewBox='0 0 330 330' xml:space='preserve' style='transform: rotate(90deg)' %3E%3Cpath id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z' %3E%3C/path%3E%3C/svg%3E"); }

.hotspot-maker {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .hotspot-maker .container {
    padding: 0 100px; }
  .hotspot-maker:-webkit-scrollbar {
    display: none; }

.hotspot-parent .image-mapper {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 666px) {
    .hotspot-parent .image-mapper {
      width: auto;
      max-width: 1250px; } }

.hotspot-parent .image-mapper img {
  height: auto;
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  /* Add smooth transition for scrolling */ }

.hotspot-parent .custom-card {
  position: absolute;
  bottom: auto;
  transform: translateX(-50%);
  width: auto;
  display: none;
  left: 50%;
  max-width: 510px;
  transition: ease-in-out; }

.hotspot-parent .list-created.custom-card {
  display: inline-block; }

.hotspot-parent .slick-carousel .card-img {
  max-width: none; }

.hotspot-parent .slick-list,
.hotspot-parent .slick-slider,
.hotspot-parent .slick-track {
  display: flex; }

.hotspot-parent .slick-track::after,
.hotspot-parent .slick-track::before {
  display: none; }

.hotspot-parent .custom-card-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 3.5px;
  width: auto; }

.hotspot-parent .custom-card .card-list {
  display: flex;
  flex-direction: row;
  margin: 0 -5px; }

.hotspot-parent .card-list.slick-slider {
  margin: 0;
  display: block;
  width: auto; }

.hotspot-parent .card-close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 66, 112, 0.8);
  border-radius: 50%;
  z-index: 1; }

.hotspot-parent .card-close:hover {
  cursor: pointer;
  opacity: 0.8; }

.hotspot-parent .card-img {
  position: relative;
  padding: 4px;
  margin: 0 7.5px;
  max-width: 150px;
  background-color: #ebebeb; }

.hotspot-parent .card-img .slick-slider {
  margin-bottom: 0; }

.hotspot-parent .custom-card h6 {
  font-size: 13px;
  line-height: 13px;
  color: #004270;
  text-align: center;
  margin: 5px 0 0;
  word-break: break-word; }

.hotspot-parent .custom-card h6:hover {
  color: #808285;
  cursor: pointer; }

.hotspot-parent .card-close:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512' viewBox='0 0 512 512' fill='%23fff' %3E%3Ctitle /%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M336 128l-80 80-80-80-48 48 80 80-80 80 48 48 80-80 80 80 48-48-80-80 80-80z' /%3E%3C/svg%3E");
  background-size: 15px;
  width: 15px;
  height: 15px;
  fill: #fff; }

.hotspot-parent h6,
.hotspot-parent p {
  font-size: 13px;
  line-height: 13px;
  text-align: center; }

.hotspot-parent .custom-card .slick-dots {
  margin: 0;
  bottom: 20px; }

.hotspot-parent .slick-dots li {
  margin: 0;
  padding: 0 5px; }

.hotspot-parent .product-slider .slick-dots li button {
  border: 1px solid #939597;
  border-radius: 2px;
  padding: 0; }

.hotspot-parent .product-slider .slick-dots li button:before {
  display: none; }

.hotspot-parent .product-slider .slick-dots .slick-active button {
  border-color: #004270; }

.hotspot-parent .imageParent {
  width: 100px;
  margin: auto; }

.hotspot-parent .product-slider-image img {
  width: 100%;
  height: inherit;
  border-radius: 5px; }

.hotspot-parent .cord1 {
  position: absolute;
  top: 68%;
  left: 42%; }

.hotspot-parent .cord2 {
  position: absolute;
  top: 56%;
  left: 58%; }

.hotspot-parent .cord3 {
  position: absolute;
  top: 72%;
  left: 72%; }

.hotspot-parent .cord4 {
  position: absolute;
  top: 72%;
  left: 90%; }

.hotspot-parent .cord5 {
  position: absolute;
  top: 52%;
  left: 6%; }

.hotspot-parent .cord6 {
  position: absolute;
  top: 62%;
  left: 15%; }

.hotspot-parent .cord7 {
  position: absolute;
  top: 70%;
  left: 4%; }

.hotspot-parent .cord8 {
  position: absolute;
  top: 82%;
  left: 7%; }

.hotspot-parent .cord9 {
  position: absolute;
  top: 22%;
  left: 37%; }

.hotspot-parent .cord10 {
  position: absolute;
  top: 22%;
  left: 56%; }

.hotspot-parent .cord-animation:hover .cord {
  cursor: pointer; }

.hotspot-parent .cord-animation.added::before {
  background-color: rgba(0, 66, 112, 0.8); }

.hotspot-parent .title {
  content: "Close 3 Products";
  text-wrap: nowrap;
  display: none;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #004270;
  padding: 8px 16px;
  border-radius: 4px; }

.hotspot-parent .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #004270 transparent transparent transparent; }

.hotspot-parent .cord {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute; }

.hotspot-parent .cord-animation {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.hotspot-parent .cord-animation::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.hotspot-parent .added.title {
  display: block; }

.hotspot-parent .image-mapper > img {
  width: 100%;
  object-fit: contain; }

.hotspot-parent .contact-us-btn {
  position: absolute;
  right: 20px;
  top: 20px; }

@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0.9); }
  40% {
    transform: scale(1); } }

@media screen and (max-width: 1023px) {
  .hotspot-parent .cord {
    width: 15px;
    height: 15px; }
  .hotspot-parent .cord-animation {
    width: 30px;
    height: 30px; }
  .hotspot-parent .cord-animation::before {
    width: 30px;
    height: 30px; } }

@media screen and (max-width: 666px) {
  .hotspot-parent .container {
    padding: 0 20px; }
  .hotspot-parent .custom-card {
    width: 100%;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none;
    margin-top: 0; }
  .hotspot-parent .card-img {
    max-width: none;
    background-color: transparent; }
  .hotspot-parent .custom-card h6 {
    font-size: 12px;
    line-height: 12px;
    color: #fff; }
  .hotspot-parent .custom-card-wrap {
    background-color: rgba(0, 66, 112, 0.8);
    border-radius: 0; }
  .hotspot-parent .card-close {
    background-color: #ebebeb; }
  .hotspot-parent .card-close:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='512' height='512' viewBox='0 0 512 512' fill='%23004270' %3E%3Ctitle /%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M336 128l-80 80-80-80-48 48 80 80-80 80 47 48 80-80 80 80 48-48-80-80 80-80z' /%3E%3C/svg%3E"); }
  .hotspot-parent .cord {
    width: 10px;
    height: 10px; }
  .hotspot-parent .cord-animation {
    width: 20px;
    height: 20px; }
  .hotspot-parent .cord-animation::before {
    width: 20px;
    height: 20px; }
  .hotspot-parent .arrows-buttons {
    top: 500px;
    bottom: auto; } }

.hotspot-parent .image-mapper > img {
  width: 100%;
  object-fit: contain; }

.hotspot-parent .contact-us-btn {
  position: absolute;
  right: 20px;
  top: 20px; }

@media screen and (max-width: 1279px) {
  #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:first-child {
    margin: auto;
    max-width: 80%; } }

@media screen and (max-width: 666px) {
  #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:first-child {
    margin: auto;
    max-width: none; } }

#contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:first-child h2 {
  margin-bottom: 20px; }

#contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:nth-child(2) {
  align-items: flex-start;
  margin: 0 -20px 20px; }
  #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:nth-child(2) > div {
    padding: 0 20px; }
    @media screen and (max-width: 1023px) {
      #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:nth-child(2) > div {
        flex-basis: 100%;
        max-width: 100%; } }
  #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:nth-child(2) ul li {
    margin-bottom: 5px; }
    #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:nth-child(2) ul li::marker {
      color: #004270; }
    #contact-us-page [data-content-region="page_builder_content_blow"] [data-sub-layout-container]:nth-child(2) ul li p {
      font-weight: 600;
      color: #004270;
      margin-bottom: 0; }

.type-page_contact_form [data-content-region="page_builder_content"] [data-layout-id] [data-sub-layout-container]:nth-child(3) {
  z-index: 2; }

.services-main-content h2 {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-bottom: 10px; }
  @media screen and (max-width: 666px) {
    .services-main-content h2 {
      padding-left: 0; } }

.services-block {
  display: flex;
  flex-wrap: wrap; }
  .services-block .services_content {
    align-items: center;
    width: calc(50% - 40px);
    margin: 20px 20px;
    padding-top: 20px;
    border-top: 1px solid #eaebec; }
    .services-block .services_content:nth-child(1), .services-block .services_content:nth-child(2) {
      margin-top: 0;
      border-top: 0; }
    @media screen and (max-width: 1023px) {
      .services-block .services_content {
        width: 100%;
        margin: 0 0 20px; }
        .services-block .services_content:nth-child(2) {
          border-top: 1px solid #eaebec; } }

#systemsintegration + h2 {
  margin-top: 20px; }

th {
  font-weight: normal; }

/* ========== CART TABLE ========== */
@media screen and (max-width: 1023px) {
  .cart-header {
    display: none; } }

.cart-header-item {
  padding: 0px 20px 15px;
  line-height: 20px; }
  .cart-header-item:first-child {
    padding-left: 0; }
  .cart-header-item:last-child {
    padding-right: 0; }

@media screen and (max-width: 1023px) {
  .cart-list {
    display: block; } }

.cart-remove {
  width: 26px;
  height: 26px;
  padding: 0;
  background: #004270;
  padding: 5px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-top: -5px; }
  .cart-remove > svg {
    fill: white; }
  @media screen and (max-width: 1023px) {
    .cart-remove {
      position: absolute;
      top: 20px;
      right: 0; } }

.cart-item-figure, .cart-item-title, .cart-item-block {
  padding: 20px; }

.cart-item-figure {
  padding-left: 0px; }

.cart-item-brand {
  font-size: 14px;
  line-height: 16px; }

.cart-item-block:last-child {
  padding-right: 0px; }

.cart-item-name__label {
  color: #004270; }
  .cart-item-name__label:hover {
    color: #808285; }

.cart-item-options--giftWrapping {
  margin-top: 10px;
  margin-bottom: 0; }

.cart-item-name {
  line-height: normal; }
  .cart-item-name + .definitionList {
    margin: 5px 0;
    font-size: 14px; }

.definitionList-key {
  color: #808285; }

.cart-item-quantity .form-increment {
  margin: 0; }
  .cart-item-quantity .form-increment .form-select {
    border: none; }
  .cart-item-quantity .form-increment .button {
    padding: 0;
    width: 32px;
    height: 32px; }

a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a {
  font-size: 14px; }

@media screen and (max-width: 1279px) {
  .cart-item-info {
    width: 20%; } }

@media screen and (max-width: 1023px) {
  .cart-item-info {
    width: 33.33%;
    float: left;
    clear: none;
    text-align: left;
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-info {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    text-align: left;
    padding-right: 0; } }

@media screen and (max-width: 1023px) {
  .cart-item-info:last-child {
    text-align: left; } }

.cart-list,
.cart-item {
  border-color: #939597; }

.cart-item {
  position: relative;
  padding: 10px 0; }
  @media screen and (max-width: 1023px) {
    .cart-item {
      padding-left: 150px; } }
  @media screen and (max-width: 767px) {
    .cart-item {
      padding-left: 0px; } }

.cart-item-image {
  max-height: 130px;
  max-width: 100%;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .cart-item-figure {
    margin-left: -150px;
    width: 150px; } }

@media screen and (max-width: 767px) {
  .cart-item-figure {
    margin: 0;
    width: 100px; } }

@media screen and (max-width: 1023px) {
  .cart-item-label {
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: left; } }

@media screen and (max-width: 767px) {
  .cart-item-label {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 110px;
    text-align: right;
    padding-right: 10px; } }

@media screen and (max-width: 1023px) {
  .cart-item-value {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-value {
    display: inline-block;
    vertical-align: middle; } }

.cart-item-option-description {
  margin-bottom: 0; }

/* ========== CART TOTAL ========== */
.cart-content-padding-right {
  padding: 0; }

.cart-totals {
  width: 500px;
  margin-bottom: 0px;
  font-size: 16px;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .cart-totals {
      width: 100%;
      float: none; } }

.cart-total + .cart-total {
  border-top: 1px solid #939597; }

.cart-total-label,
.cart-total-value {
  padding-left: 0;
  width: 50%; }

.cart-total-label,
.cart-total-value {
  padding: 20px 0; }
  .cart-total-label strong,
  .cart-total-label span, .cart-total-value strong,
  .cart-total-value span {
    font-size: 16px;
    line-height: 24px; }

.cart-total-value {
  color: #004270; }
  .cart-total-value.cart-total-grandTotal span {
    font-size: 25px;
    line-height: 35px; }

.cart-total-label {
  text-align: left; }
  .cart-total-label strong {
    display: inline-block; }

.cart-total-value {
  text-align: right; }
  .cart-total-value span,
  .cart-total-value button {
    font-style: normal; }

.type-cart .page-content h3[tabindex] {
  text-align: center; }

.cart-actions {
  width: 500px;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .cart-actions {
      width: 100%; } }
  .cart-actions .button {
    width: 100% !important;
    padding: 14px 30px; }

@media screen and (max-width: 767px) {
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; } }

/* ========== ESTIMATE FORM ========== */
.shipping-quotes {
  margin-bottom: 20px; }
  .shipping-quotes ul {
    margin-left: 0; }
  .shipping-quotes dl {
    margin-bottom: 0; }
    .shipping-quotes dl:before, .shipping-quotes dl:after {
      display: table;
      content: " "; }
    .shipping-quotes dl:after {
      clear: both; }

.cart-item-quantity {
  margin: 0;
  width: 170px; }
  @media screen and (max-width: 767px) {
    .cart-item-quantity {
      width: 100%; } }
  .cart-item-quantity .form-label {
    display: none; }
    @media screen and (max-width: 1023px) {
      .cart-item-quantity .form-label {
        display: inline-block; } }
  .cart-item-quantity .form-increment {
    border: 3px solid #ebebeb;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment {
        width: auto; } }
    .cart-item-quantity .form-increment .button {
      background: none;
      padding: 0;
      width: 30px;
      height: 40px;
      line-height: 40px;
      position: relative;
      border: 0;
      border-radius: 0;
      min-width: inherit;
      box-shadow: none !important; }
      .cart-item-quantity .form-increment .button .icon {
        display: none; }
      .cart-item-quantity .form-increment .button:before {
        position: absolute;
        background-color: #6d6e71;
        width: 1px;
        height: 8px;
        left: 50%;
        top: 50%;
        content: "";
        transition: all .5s ease-in-out;
        transform: translate(-50%, -50%); }
      .cart-item-quantity .form-increment .button:after {
        position: absolute;
        background-color: #6d6e71;
        content: "";
        width: 8px;
        height: 1px;
        left: 50%;
        top: 50%;
        transition: all .5s ease-in-out;
        transform: translate(-50%, -50%); }
      .cart-item-quantity .form-increment .button[data-action="dec"]:before {
        position: absolute;
        background-color: #6d6e71;
        content: "";
        width: 8px;
        height: 1px;
        left: 50%;
        top: 50%;
        transition: all .5s ease-in-out;
        transform: translate(-50%, -50%); }
      .cart-item-quantity .form-increment .button[data-action="dec"]:after {
        display: none; }
      .cart-item-quantity .form-increment .button:focus, .cart-item-quantity .form-increment .button:hover {
        background-color: inherit !important;
        box-shadow: none !important;
        border: 0 !important; }
        .cart-item-quantity .form-increment .button:focus:before, .cart-item-quantity .form-increment .button:focus:after, .cart-item-quantity .form-increment .button:hover:before, .cart-item-quantity .form-increment .button:hover:after {
          background: #00416f !important; }
    .cart-item-quantity .form-increment .form-input {
      padding: 0;
      width: 40px;
      line-height: 40px;
      font-family: "proxima-nova";
      border: 0;
      color: black;
      font-weight: 500;
      font-size: 15px;
      background: none; }

@media only screen and (max-width: 567px) {
  .estimator-form .estimator-form-label, .estimator-form .estimator-form-input {
    width: 100%;
    text-align: left; } }

@media only screen and (max-width: 567px) {
  .estimator-form .button {
    width: 100%; } }

@media (max-width: 567px) {
  .modal-content #CartEditProductFieldsForm .form-select {
    max-width: 100%; } }

.rfq-cart-button-container.rfq-button-container.c00405 {
  margin: 15px 0 0 0;
  width: 100%; }

.cart-actions .c00408.rfq-button-container {
  margin: 10px 0 0 0;
  width: 100%; }

.cart-content-padding-right {
  justify-content: center; }

ul.sitemap-style {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  ul.sitemap-style > li {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      ul.sitemap-style > li {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      ul.sitemap-style > li + li {
        margin-top: 30px; } }
    ul.sitemap-style > li ul {
      margin-left: 20px; }
      ul.sitemap-style > li ul li {
        margin-top: 10px; }

ul h2 {
  font-size: 18px;
  line-height: 24px; }

.type-createaccount .select2-selection textarea, .type-editaccount .select2-selection textarea {
  width: 50% !important;
  border: 1px solid #000;
  min-height: 38px;
  top: 0px;
  margin: 0px !important;
  left: 0px;
  position: relative;
  padding: 10px !important; }

.locations-container {
  white-space: nowrap; }

.select2-selection--multiple {
  padding-right: 30px !important;
  padding: 0 !important; }

.select2-search--dropdown {
  position: relative; }
  .select2-search--dropdown:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23808285' d='M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    transform: none;
    bottom: 7px;
    right: 10px; }

.select2-selection--single:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.select2-selection--single .select2-selection__arrow {
  display: none !important; }

.type-createaccount .form-row #FormField_26, .type-createaccount .form-row #FormField_27, .type-createaccount .form-row #FormField_28, .type-createaccount .form-row #FormField_30, .type-editaccount .form-row #FormField_26, .type-editaccount .form-row #FormField_27, .type-editaccount .form-row #FormField_28, .type-editaccount .form-row #FormField_30 {
  order: 1;
  margin-right: 1px; }

.type-createaccount .form-row [for="FormField_26"], .type-editaccount .form-row [for="FormField_26"] {
  display: none; }

.type-createaccount #FormField_28, .type-createaccount #FormField_27, .type-createaccount #FormField_30 {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 18px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.productView-options #add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
  display: block !important;
  margin: 0;
  padding: 0 7px;
  width: 37%; }
  @media (max-width: 1365px) {
    .productView-options #add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
      width: 35%; } }
  @media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .productView-options #add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
      width: 50%; } }
  @media (max-width: 567px) {
    .productView-options #add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
      width: 50%; } }
  .productView-options #add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container .add-to-quote {
    font-weight: bold;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

.productView-options .form .add-to-cart-wrapper {
  width: auto;
  margin-left: -7px;
  margin-right: -7px; }
  .productView-options .form .add-to-cart-wrapper .form-action {
    padding: 0 7px;
    width: 37%; }
    @media (max-width: 1365px) {
      .productView-options .form .add-to-cart-wrapper .form-action {
        width: 35%; } }
    @media only screen and (max-width: 1279px) and (min-width: 1024px) {
      .productView-options .form .add-to-cart-wrapper .form-action {
        width: 50%; } }
    @media (max-width: 567px) {
      .productView-options .form .add-to-cart-wrapper .form-action {
        width: 50%; } }

.productView-options .whistlist-wrapper {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 15px;
  width: 37%; }
  @media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .productView-options .whistlist-wrapper {
      width: calc(50% - 7px); } }
  @media (max-width: 767px) {
    .productView-options .whistlist-wrapper {
      margin-top: 0; } }
  @media (max-width: 567px) {
    .productView-options .whistlist-wrapper {
      width: 100%; } }
  .productView-options .whistlist-wrapper .dropdown-menu-wrapper {
    width: 100%; }
    .productView-options .whistlist-wrapper .dropdown-menu-wrapper ul {
      width: 100%;
      max-width: 100%; }

.productView-options .form .add-to-cart-wrapper .form-field--increments {
  padding-left: 7px;
  padding-right: 7px;
  width: 26%;
  text-align: center; }
  @media (max-width: 1365px) {
    .productView-options .form .add-to-cart-wrapper .form-field--increments {
      width: 30%; } }
  @media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .productView-options .form .add-to-cart-wrapper .form-field--increments {
      width: 35%;
      margin-bottom: 15px;
      margin-right: 20%; } }
  @media (max-width: 567px) {
    .productView-options .form .add-to-cart-wrapper .form-field--increments {
      width: 50%;
      margin-bottom: 15px;
      margin-right: 20%; } }

.dollar-general-form .jotform-form {
  margin: 0 auto;
  margin-bottom: 40px; }

.dollar-general-form .form-wrapper {
  background-color: #fff; }

.formFooter-heightMask {
  display: none !important;
  height: 0 !important; }

.dollar-general-form .form-checkbox, .form-radio1 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.dollar-general-form #id_2, .error-navigation-container {
  display: none !important; }

.dollar-general-form .form-all, .dollar-general-form .form-section.page-section {
  padding: 0 !important;
  margin: 0 !important; }

li[data-type=control_fileupload] .qq-upload-list {
  margin-left: 0; }

.form-line {
  flex: 1 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
  margin: 0 !important;
  padding: 0 !important; }

.form-all {
  box-shadow: inherit !important; }

.dollar-general-form .form-section.page-section {
  gap: 10px; }

.dollar-general-form {
  margin-bottom: 0; }

.form-label:not(.form-label-top) {
  width: auto; }

.type-default .footer {
  margin-top: 0; }

.footer-wrap {
  padding: 56px 75px 35px;
  color: white;
  max-width: 120rem;
  margin: 0 auto; }
  .footer-wrap .social-wrap {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .footer-wrap .social-wrap {
        display: none; } }
  @media screen and (max-width: 1629px) {
    .footer-wrap {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 1439px) {
    .footer-wrap {
      padding: 40px 20px; } }
  @media screen and (max-width: 767px) {
    .footer-wrap {
      padding: 40px 28px; } }
  .footer-wrap .footer-col {
    width: 20%;
    padding: 0; }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-col {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-col .left-mb-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-col .left-mb-block .socialLinks {
        display: block; } }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-col .left-mb-block .socialLinks .socialLinks-item {
        margin-right: 0;
        display: block; } }
    .footer-wrap .footer-col.footer-logo {
      width: 22%; }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-col.footer-logo {
          width: 100%; } }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-col.footer-logo .f-logo {
          width: 208px;
          margin-bottom: 18px; } }
      .footer-wrap .footer-col.footer-logo p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 7px; }
      .footer-wrap .footer-col.footer-logo .contact,
      .footer-wrap .footer-col.footer-logo .phone {
        font-size: 14px;
        color: white;
        display: block; }
      .footer-wrap .footer-col.footer-logo .phone {
        margin-bottom: 6px;
        text-decoration: underline; }
      .footer-wrap .footer-col.footer-logo .contact {
        margin-bottom: 23px; }
        @media screen and (max-width: 1023px) {
          .footer-wrap .footer-col.footer-logo .contact {
            margin-bottom: 24px; } }
      .footer-wrap .footer-col.footer-logo .social-wrap {
        display: none; }
        @media screen and (max-width: 1023px) {
          .footer-wrap .footer-col.footer-logo .social-wrap {
            display: block;
            padding-top: 10px; } }
    .footer-wrap .footer-col.service {
      width: 16%; }
      @media screen and (max-width: 1279px) {
        .footer-wrap .footer-col.service {
          width: 18%; } }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-col.service {
          width: 100%; } }
    .footer-wrap .footer-col.information {
      width: 29%; }
      @media screen and (max-width: 1439px) {
        .footer-wrap .footer-col.information {
          padding-right: 30px; } }
      @media screen and (max-width: 1279px) {
        .footer-wrap .footer-col.information {
          width: 25%;
          padding-right: 0; } }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-col.information {
          width: 100%;
          margin-top: 15px;
          margin-bottom: 30px; } }
      .footer-wrap .footer-col.information .footer-info-list {
        column-count: 2;
        max-width: 400px; }
        @media screen and (max-width: 1279px) {
          .footer-wrap .footer-col.information .footer-info-list {
            column-count: 1; } }
        @media screen and (max-width: 1023px) {
          .footer-wrap .footer-col.information .footer-info-list {
            display: block !important;
            column-count: 2; } }
      .footer-wrap .footer-col.information .social-icon-wrap {
        margin-top: 40px;
        font-size: 16px;
        margin-bottom: 14px; }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-col.information .social-icon-wrap,
        .footer-wrap .footer-col.information .social-wrap {
          display: none; } }
    .footer-wrap .footer-col.shopping {
      width: 33%; }
      @media screen and (min-width: 1600px) {
        .footer-wrap .footer-col.shopping {
          white-space: nowrap; } }
      @media screen and (max-width: 1439px) {
        .footer-wrap .footer-col.shopping {
          padding-right: 30px; } }
      @media screen and (max-width: 1279px) {
        .footer-wrap .footer-col.shopping {
          width: 25%;
          padding-right: 0; } }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-col.shopping {
          width: 100%;
          margin-top: 15px;
          margin-bottom: 30px; } }
      .footer-wrap .footer-col.shopping .footer-info-list {
        column-count: 2;
        max-width: 440px; }
        @media screen and (max-width: 1279px) {
          .footer-wrap .footer-col.shopping .footer-info-list {
            column-count: 1; } }
        @media screen and (max-width: 1023px) {
          .footer-wrap .footer-col.shopping .footer-info-list {
            column-count: 2; } }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-col.shopping .footer-info-list, .footer-wrap .footer-col.service .footer-info-list {
        margin-bottom: 30px;
        display: block !important; } }
  .footer-wrap .footer-nav-block {
    gap: 20px; }
    @media screen and (min-width: 1280px) {
      .footer-wrap .footer-nav-block {
        flex-wrap: nowrap; } }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-nav-block {
        gap: 0; } }
  .footer-wrap h6 {
    color: white !important;
    text-transform: capitalize;
    margin-bottom: 8px; }
    @media screen and (max-width: 1023px) {
      .footer-wrap h6 {
        padding-top: 10px; } }
  .footer-wrap a {
    color: white; }
    .footer-wrap a:hover {
      opacity: 0.8; }
  .footer-wrap .socialLinks {
    justify-content: start; }
    .footer-wrap .socialLinks .socialLinks-item {
      margin-right: 28px; }
      .footer-wrap .socialLinks .socialLinks-item .icon {
        width: 32px;
        height: 32px; }
        @media screen and (max-width: 1023px) {
          .footer-wrap .socialLinks .socialLinks-item .icon {
            width: 25px;
            height: 25px;
            margin-bottom: 15px; } }
        .footer-wrap .socialLinks .socialLinks-item .icon svg {
          fill: white; }
        .footer-wrap .socialLinks .socialLinks-item .icon:hover svg {
          fill: #e9e9e9; }
  .footer-wrap .footer-info-heading {
    color: white;
    margin-bottom: 9px;
    line-height: normal; }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-info-heading {
        margin-bottom: 0; } }
    .footer-wrap .footer-info-heading a {
      font-size: 18px !important;
      font-weight: 600; }
      .footer-wrap .footer-info-heading a:focus {
        outline: 0 !important; }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-info-heading a {
          font-size: 14px !important;
          line-height: 19px;
          border-bottom: none;
          padding-bottom: 0; } }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-info-heading a svg {
          fill: white;
          display: none; } }
  @media screen and (max-width: 1023px) {
    .footer-wrap .footer-info-list {
      display: block; } }
  .footer-wrap .footer-info-list li a {
    padding: 4px 0px;
    color: white;
    font-weight: 400; }
    @media screen and (max-width: 1279px) {
      .footer-wrap .footer-info-list li a {
        font-size: 14px; } }
  .footer-wrap .download-block {
    margin-top: 32px; }
    .footer-wrap .download-block .footer-info-heading {
      margin-bottom: 12px;
      font-weight: 700; }
      @media screen and (max-width: 1023px) {
        .footer-wrap .download-block .footer-info-heading {
          font-size: 14px;
          margin-bottom: 13px; } }
      @media screen and (max-width: 767px) {
        .footer-wrap .download-block .footer-info-heading {
          margin-bottom: 3px; } }
    .footer-wrap .download-block a {
      width: 100%;
      display: block !important; }
      @media screen and (max-width: 1023px) {
        .footer-wrap .download-block a {
          width: 100%;
          display: inline-flex !important;
          margin-right: 20px; } }
      @media screen and (max-width: 767px) {
        .footer-wrap .download-block a {
          width: auto; } }
    .footer-wrap .download-block a + a {
      margin-left: 0;
      margin-top: 8px; }
      @media screen and (max-width: 1279px) {
        .footer-wrap .download-block a + a {
          margin-top: 2px; } }
      @media screen and (max-width: 767px) {
        .footer-wrap .download-block a + a {
          margin-right: 0px; } }
  .footer-wrap .footer-bottom {
    border-top: 0;
    padding: 0;
    margin-top: 40px; }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-bottom {
        margin-top: 44px;
        margin-left: 10px;
        margin-right: 10px; } }
    .footer-wrap .footer-bottom .footer-info-list {
      flex-wrap: wrap;
      color: #ffffff; }
      .footer-wrap .footer-bottom .footer-info-list span {
        padding: 0 12px;
        line-height: 1.6; }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-bottom .footer-info-list {
          font-size: inherit !important; } }
      @media screen and (max-width: 1023px) {
        .footer-wrap .footer-bottom .footer-info-list li {
          width: auto !important; } }
      .footer-wrap .footer-bottom .footer-info-list li a {
        padding: 0;
        font-size: 12px;
        color: #ffffff; }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-bottom .bottom-row {
        flex-direction: column-reverse; } }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-bottom .bottom-row .col-30,
      .footer-wrap .footer-bottom .bottom-row .col-50 {
        padding: 0; } }
  .footer-wrap .footer-copyright > .powered-by {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff; }
    @media screen and (max-width: 1023px) {
      .footer-wrap .footer-copyright > .powered-by {
        margin-top: 10px;
        line-height: 1.5; } }
    .footer-wrap .footer-copyright > .powered-by a {
      color: #ffffff; }
      .footer-wrap .footer-copyright > .powered-by a:hover {
        opacity: 0.8; }

.app-main-wrap {
  display: flex !important; }
  @media screen and (max-width: 767px) {
    .app-main-wrap {
      flex-wrap: wrap; } }
  @media screen and (max-width: 1023px) {
    .app-main-wrap .app-inner-main {
      width: auto;
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .app-main-wrap .app-inner-main {
      width: 100%; } }

@media screen and (max-width: 1023px) {
  .google-review-main-wrap {
    display: flex;
    margin-top: 15px;
    align-items: center; } }

.google-review-mb {
  display: none; }
  @media screen and (max-width: 1023px) {
    .google-review-mb {
      display: block;
      padding-right: 20px;
      padding-top: 10px; } }

.new-shop-btn {
  background: #ffffff !important;
  padding: 4px 16px 6px !important;
  color: #004270 !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
  font-weight: 500 !important; }
  .new-shop-btn:hover {
    background: #e9e9e9 !important;
    opacity: 1 !important; }

/* Popup Overlay */
body.no-scroll-popup {
  overflow: hidden;
  height: 100vh; }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden; }
  .popup-overlay .popup-content {
    background: #fff;
    padding: 0;
    border-radius: 28px;
    width: 90%;
    max-width: 433px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  .popup-overlay.hidden {
    display: none; }
  .popup-overlay .close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 15px;
    border-radius: 100%;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .popup-overlay .close-btn:hover {
      opacity: 0.8; }
    .popup-overlay .close-btn:focus, .popup-overlay .close-btn:active {
      outline: 0 !important; }
  .popup-overlay .popup-header img {
    max-width: 100%;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px; }
  .popup-overlay .explore-btn {
    margin-top: 22px;
    background-color: #FF5E15;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    display: block; }
    .popup-overlay .explore-btn span {
      font-weight: 500; }
    .popup-overlay .explore-btn:hover {
      opacity: 0.8; }
  .popup-overlay .popup-body {
    padding: 32px; }
    @media screen and (max-width: 767px) {
      .popup-overlay .popup-body {
        padding: 25px; } }
    .popup-overlay .popup-body h3 {
      font-size: 24px;
      margin-bottom: 20px;
      color: #000000;
      font-weight: 700; }
    .popup-overlay .popup-body p {
      font-size: 16px;
      line-height: 1.3;
      color: #000000; }
      .popup-overlay .popup-body p strong,
      .popup-overlay .popup-body p b {
        line-height: 1.3; }

.float-button-wrap {
  position: fixed;
  top: 50% !important;
  left: 17px;
  transform: translateY(-50%);
  z-index: 99; }
  @media screen and (max-width: 767px) {
    .float-button-wrap {
      transform: none;
      top: auto !important;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #004270; } }
  .float-button-wrap .button {
    padding: 0;
    display: block;
    border: 0;
    background: none; }
  .float-button-wrap .button-float {
    pointer-events: auto;
    -webkit-text-stroke-width: 0;
    background-color: #004270;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 23px;
    padding: 9px 14px 9px 11px;
    overflow: hidden;
    transition: width 0.4s ease, background-color 0.4s ease;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
    color: white;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.19); }
    @media screen and (max-width: 767px) {
      .float-button-wrap .button-float {
        display: block;
        width: 33.33%;
        height: 64px;
        text-align: center;
        border-radius: 0;
        box-shadow: none; } }
    .float-button-wrap .button-float span {
      opacity: 0;
      transition: opacity 0.3s ease; }
      @media screen and (max-width: 767px) {
        .float-button-wrap .button-float span {
          opacity: 1; } }
    .float-button-wrap .button-float:hover {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .float-button-wrap .button-float:hover {
          width: 33.33%;
          background: #B3E1E7; } }
      .float-button-wrap .button-float:hover span {
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease; }
        @media screen and (max-width: 767px) {
          .float-button-wrap .button-float:hover span {
            color: #004270; } }
      .float-button-wrap .button-float:hover .icon {
        pointer-events: none; }
        .float-button-wrap .button-float:hover .icon svg.buttonicon {
          opacity: 0;
          transition: opacity 0.3s ease; }
        .float-button-wrap .button-float:hover .icon svg.buttonicon-hover {
          opacity: 1;
          transition: opacity 0.3s ease; }
    .float-button-wrap .button-float .icon {
      display: flex;
      align-items: center;
      width: 32px;
      height: 34px;
      flex: 0 0 auto; }
      @media screen and (max-width: 767px) {
        .float-button-wrap .button-float .icon {
          justify-content: center;
          width: 100%;
          height: 28px; } }
      .float-button-wrap .button-float .icon svg {
        flex: 0 0 auto;
        fill: transparent;
        width: 23px;
        height: 28px;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .float-button-wrap .button-float .icon svg {
            width: 15px;
            height: 19px; } }
        .float-button-wrap .button-float .icon svg.buttonicon-hover {
          opacity: 0;
          transition: opacity 0.3s ease; }
    .float-button-wrap .button-float.lunch .mb-img {
      display: none; }
    @media screen and (max-width: 767px) {
      .float-button-wrap .button-float.lunch .buttonicon-hover {
        display: none; } }
    @media screen and (max-width: 767px) {
      .float-button-wrap .button-float.lunch:hover .mb-img {
        display: block; } }
    .float-button-wrap .button-float.chat, .float-button-wrap .button-float.lunch {
      margin-top: 17px; }
      @media screen and (max-width: 767px) {
        .float-button-wrap .button-float.chat, .float-button-wrap .button-float.lunch {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .float-button-wrap .button-float.chat .icon svg, .float-button-wrap .button-float.lunch .icon svg {
          width: 20px;
          height: 22px; } }

.type-default {
  overflow-x: hidden; }
  .type-default h1,
  .type-default h2,
  .type-default h3,
  .type-default h4,
  .type-default h5,
  .type-default h6 {
    color: #484454; }
  .type-default h2 {
    font-size: 42px;
    line-height: 1.25; }
    @media screen and (max-width: 1279px) {
      .type-default h2 {
        font-size: 32px; } }
  .type-default a:focus {
    outline: 0 !important; }
  .type-default #main-content {
    margin-top: -90px; }
    @media screen and (max-width: 1023px) {
      .type-default #main-content {
        margin-top: -119px; } }
  .type-default .header {
    background: transparent; }
    .type-default .header.is-open .dropdown--quickSearch-custom .desktop-icon {
      stroke: #ffffff; }
    .type-default .header.is-open .dropdown--quickSearch-custom .form-field .form-input {
      border-color: #ccc4c1;
      color: #696b73; }
      .type-default .header.is-open .dropdown--quickSearch-custom .form-field .form-input::placeholder {
        color: #696b73; }
    @media screen and (max-width: 1279px) {
      .type-default .header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon,
      .type-default .header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .type-default .header.is-open .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background: #004270; } }
    .type-default .header.is-open .mb-header {
      margin-top: -35px; }
    .type-default .header .navPages-custom {
      transform: none !important; }
      .type-default .header .navPages-custom > .navPages-list > .navPages-item > .navPages-action > .icon svg {
        fill: #ffffff; }
    @media screen and (max-width: 1279px) {
      .type-default .header .mobileMenu-toggle .mobileMenu-toggleIcon,
      .type-default .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .type-default .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background: white; } }
    @media screen and (max-width: 1279px) {
      .type-default .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
        background: transparent; } }
  .type-default .mb-header {
    display: none; }
  .type-default .navPages-list > li.navPages-item > a {
    color: white; }
    .type-default .navPages-list > li.navPages-item > a:after {
      background-color: #ffffff; }
  .type-default .navUser-section > .navUser-item > .navUser-action {
    color: white; }
  .type-default .navUser-section > .navUser-item.navUser-item--account > .navUser-action {
    border-bottom: 2px solid transparent !important; }
  .type-default .navUser-section > .navUser-item:hover > .navUser-action {
    border-color: white; }
  .type-default .navUser-section > .navUser-item:hover.navUser-item--account > .navUser-action {
    border-bottom: 2px solid white !important; }
  .type-default .navUser-action .navUser-item-cartLabel {
    color: white; }
  .type-default .navUser .navUser-item .icon svg {
    fill: transparent;
    stroke: white; }
  .type-default.sticky-add .header {
    background: #004270; }
  .type-default .dropdown--quickSearch-custom .desktop-icon {
    stroke: #ffffff; }
  .type-default .dropdown--quickSearch-custom .form-field .form-input {
    background-color: transparent;
    color: white;
    border-color: white; }
    .type-default .dropdown--quickSearch-custom .form-field .form-input::placeholder {
      color: white; }
  .type-default #search-form-btn {
    background: transparent; }
  .type-default h1,
  .type-default h2,
  .type-default h3,
  .type-default h4,
  .type-default h5,
  .type-default h6 {
    letter-spacing: 0; }
  .type-default .navPages-list li.navPages-item:hover > a {
    border-color: #ffffff; }
  .type-default .navPages-list .navUser-item--account.c-dropdown:hover > .navUser-action {
    border-bottom: none; }
  .type-default .brand-title {
    text-align: center;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .type-default .brand-title {
        line-height: 1.2; } }
    .type-default .brand-title span {
      font-weight: bold;
      color: #004270; }
  .type-default .header-logo-custom .home {
    display: block; }

.header-logo-custom .home {
  display: none; }

@media screen and (max-width: 1279px) {
  body .header-logo-custom img {
    max-height: 36px; } }

@media screen and (max-width: 767px) {
  body .header-logo-custom img {
    max-height: 34px; } }

body .navUser-section > .navUser-item.navUser-item--account > .navUser-action {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent; }
  @media screen and (max-width: 1279px) {
    body .navUser-section > .navUser-item.navUser-item--account > .navUser-action {
      padding-bottom: 0;
      margin-bottom: 8px; } }

body .navUser-section > .navUser-item.navUser-item--account:hover > .navUser-action {
  border-bottom: 2px solid #004270; }

.pencil-banner-wrap {
  background: #eceded;
  position: relative;
  z-index: 999;
  overflow: hidden; }
  .pencil-banner-wrap .pencil-banner-inner {
    max-width: 600px;
    margin: 0 auto; }
  .pencil-banner-wrap .left-arrow,
  .pencil-banner-wrap .right-arrow {
    width: 48px;
    height: 48px; }
    .pencil-banner-wrap .left-arrow:hover svg,
    .pencil-banner-wrap .right-arrow:hover svg {
      stroke: #006892; }
  .pencil-banner-wrap .pencil-banner {
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .pencil-banner-wrap .pencil-banner.slick-initialized {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .pencil-banner-wrap .pencil-banner svg {
      width: 48px;
      height: 48px;
      padding: 18px;
      cursor: pointer;
      fill: #eceded;
      stroke: black; }
    .pencil-banner-wrap .pencil-banner .item {
      font-size: 12px;
      text-align: center;
      color: black; }
      .pencil-banner-wrap .pencil-banner .item:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      @media screen and (max-width: 666px) {
        .pencil-banner-wrap .pencil-banner .item {
          font-size: 10px;
          line-height: normal; } }
      .pencil-banner-wrap .pencil-banner .item a {
        color: black;
        text-decoration: underline;
        white-space: nowrap; }
    .pencil-banner-wrap .pencil-banner .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  .pencil-banner-wrap .right-menu {
    position: absolute;
    right: -37px;
    top: 0;
    display: none; }
    @media (min-width: 1023px) {
      .pencil-banner-wrap .right-menu {
        display: block; } }
    .pencil-banner-wrap .right-menu ul {
      list-style: none;
      margin-bottom: 0; }
      .pencil-banner-wrap .right-menu ul li {
        display: inline-block; }
        .pencil-banner-wrap .right-menu ul li a {
          padding: 12px 37px 11px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          font-size: 12px;
          line-height: normal;
          position: relative; }
          @media screen and (max-width: 1439px) {
            .pencil-banner-wrap .right-menu ul li a {
              padding: 12px 24px 11px 18px; } }
          @media screen and (max-width: 1279px) {
            .pencil-banner-wrap .right-menu ul li a {
              padding: 12px 22px 11px; } }
          .pencil-banner-wrap .right-menu ul li a:before {
            content: "";
            display: block;
            background: red;
            width: 100%;
            height: 48px;
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            transform: matrix(1, 0, 0.8391, 1, 0, 0); }
          .pencil-banner-wrap .right-menu ul li a span {
            position: relative;
            color: white;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            line-height: 1; }
            @media screen and (max-width: 1279px) {
              .pencil-banner-wrap .right-menu ul li a span:last-child {
                display: none; } }
            .pencil-banner-wrap .right-menu ul li a span img {
              margin-right: 7px; }
          .pencil-banner-wrap .right-menu ul li a .fill-svg {
            transition: fill 2s ease-in-out, stroke 2s ease-in-out; }
          .pencil-banner-wrap .right-menu ul li a .topicon {
            margin-right: 6px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            @media screen and (max-width: 1279px) {
              .pencil-banner-wrap .right-menu ul li a .topicon {
                margin-right: 0; } }
          .pencil-banner-wrap .right-menu ul li a:hover .fill-svg {
            fill: white; }
          .pencil-banner-wrap .right-menu ul li a:hover .stroke-brown-color {
            stroke: #b3e1e7; }
          .pencil-banner-wrap .right-menu ul li a:hover .fill-primary {
            fill: #004270; }
        .pencil-banner-wrap .right-menu ul li.shop-icon .topicon svg {
          width: 24px;
          height: 24px; }
        .pencil-banner-wrap .right-menu ul li.careers-icon .topicon svg {
          width: 24px;
          height: 24px; }
        .pencil-banner-wrap .right-menu ul li.careers-icon span {
          color: #004270; }
        .pencil-banner-wrap .right-menu ul li.careers-icon a:hover .fill-svg {
          fill: #004270; }
        .pencil-banner-wrap .right-menu ul li.location-icon .topicon svg {
          width: 25px;
          height: 25px; }
        .pencil-banner-wrap .right-menu ul li.location-icon a:hover .topicon {
          animation: zoomout .5s linear both; }

@keyframes zoomout {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
        .pencil-banner-wrap .right-menu ul li:first-child a:before {
          background: #696b73; }
        @media screen and (max-width: 1279px) {
          .pencil-banner-wrap .right-menu ul li:nth-child(2) a {
            padding-right: 25px; } }
        .pencil-banner-wrap .right-menu ul li:nth-child(2) a:before {
          background: #b3e1e7;
          left: -5px;
          top: 0; }
          @media screen and (max-width: 1279px) {
            .pencil-banner-wrap .right-menu ul li:nth-child(2) a:before {
              left: -4px; } }
        .pencil-banner-wrap .right-menu ul li:last-child a {
          padding-left: 25px;
          padding-right: 112px;
          padding-top: 11px; }
          .pencil-banner-wrap .right-menu ul li:last-child a:before {
            background: #004270;
            left: -12px; }
            @media screen and (max-width: 1279px) {
              .pencil-banner-wrap .right-menu ul li:last-child a:before {
                left: -9px; } }
          @media screen and (max-width: 1600px) {
            .pencil-banner-wrap .right-menu ul li:last-child a {
              padding-right: 55px;
              padding-left: 15px; } }
          @media screen and (max-width: 1439px) {
            .pencil-banner-wrap .right-menu ul li:last-child a {
              padding-left: 15px; } }

.navUser-item--account.c-dropdown:hover > .navUser-action + ul li + li {
  margin-top: 15px; }

@media screen and (max-width: 1023px) {
  .homepage-service-slider {
    padding-top: 20px; } }

.homepage-service-slider .hss-description-wrapper {
  margin-top: 0;
  margin-bottom: 96px;
  position: relative;
  z-index: 1;
  max-height: none; }
  @media screen and (max-width: 1023px) {
    .homepage-service-slider .hss-description-wrapper {
      margin-bottom: 64px; } }

.homepage-service-slider .top-title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .homepage-service-slider .top-title-wrap h2 {
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .homepage-service-slider .top-title-wrap h2 {
        font-size: 32px;
        white-space: nowrap;
        margin-right: -25px; } }
    @media screen and (max-width: 767px) {
      .homepage-service-slider .top-title-wrap h2 {
        margin-top: 0;
        margin-bottom: 25px;
        white-space: unset;
        font-size: 32px;
        line-height: 1.25;
        margin-right: 0; } }
    .homepage-service-slider .top-title-wrap h2 strong {
      display: block;
      color: #EA7030;
      line-height: 42px; }
      @media screen and (max-width: 1023px) {
        .homepage-service-slider .top-title-wrap h2 strong {
          line-height: 1.25; } }
  .homepage-service-slider .top-title-wrap img {
    opacity: 0.2;
    margin-bottom: -40px;
    margin-right: 45px; }
    @media screen and (max-width: 1279px) {
      .homepage-service-slider .top-title-wrap img {
        margin-bottom: -50px; } }
    @media screen and (max-width: 1023px) {
      .homepage-service-slider .top-title-wrap img {
        width: 324px;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .homepage-service-slider .top-title-wrap img {
        display: none; } }

.service-description-section:first-child > .service-description {
  display: flex;
  background: none;
  width: 100%;
  padding: 0;
  text-align: left; }
  @media screen and (max-width: 1023px) {
    .service-description-section:first-child > .service-description {
      display: block; } }
  .service-description-section:first-child > .service-description .service-description {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #004270;
    padding: 50px 30px 25px 90px;
    width: calc(100% - 730px); }
    @media screen and (max-width: 1279px) {
      .service-description-section:first-child > .service-description .service-description {
        padding: 32px 40px; } }
    @media screen and (max-width: 1023px) {
      .service-description-section:first-child > .service-description .service-description {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        margin-top: -8px;
        padding: 32px 40px; } }
    @media screen and (max-width: 767px) {
      .service-description-section:first-child > .service-description .service-description {
        padding: 24px; } }
    .service-description-section:first-child > .service-description .service-description h3 {
      text-align: left;
      font-size: 26px;
      font-weight: 400;
      line-height: 1.25;
      margin-bottom: 30px;
      color: #ffffff; }
      @media screen and (max-width: 1279px) {
        .service-description-section:first-child > .service-description .service-description h3 {
          margin-bottom: 25px; } }
      @media screen and (max-width: 767px) {
        .service-description-section:first-child > .service-description .service-description h3 {
          padding: 0; } }
      .service-description-section:first-child > .service-description .service-description h3 strong {
        display: block;
        line-height: 1.2; }
    .service-description-section:first-child > .service-description .service-description .item-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 15px;
      margin-left: 3px; }
      @media screen and (max-width: 1023px) {
        .service-description-section:first-child > .service-description .service-description .item-block {
          margin-bottom: 14px; } }
      .service-description-section:first-child > .service-description .service-description .item-block:last-child {
        margin-bottom: 0; }
      .service-description-section:first-child > .service-description .service-description .item-block .text {
        font-size: 18px;
        font-weight: 600;
        color: white;
        padding-left: 20px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .service-description-section:first-child > .service-description .service-description .item-block .text {
            font-size: 16px; } }
        .service-description-section:first-child > .service-description .service-description .item-block .text span {
          color: #EA7030; }
    .service-description-section:first-child > .service-description .service-description .view-all-link {
      color: #EA7030;
      border: 2px solid #fff;
      background-color: #fff; }
      .service-description-section:first-child > .service-description .service-description .view-all-link:hover {
        border-color: #004270;
        background-color: #004270;
        color: #fff; }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .service-description-section:first-child > .service-description .service-description {
        width: 45%; } }
    .service-description-section:first-child > .service-description .service-description p {
      font-size: 17px;
      line-height: 26px; }
      @media screen and (max-width: 1023px) and (min-width: 768px) {
        .service-description-section:first-child > .service-description .service-description p {
          font-size: 14px;
          line-height: 20px; } }
  .service-description-section:first-child > .service-description .service-carousel-image {
    background: transparent !important;
    padding-right: 0px !important;
    width: 730px;
    min-width: auto;
    display: block;
    height: 410px; }
    @media screen and (max-width: 1023px) {
      .service-description-section:first-child > .service-description .service-carousel-image {
        width: 100%;
        height: auto; } }
    .service-description-section:first-child > .service-description .service-carousel-image video {
      object-fit: cover;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px; }
      @media screen and (max-width: 1023px) {
        .service-description-section:first-child > .service-description .service-carousel-image video {
          width: 100%;
          border-bottom-left-radius: 0;
          border-top-right-radius: 12px; } }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .service-description-section:first-child > .service-description .service-carousel-image {
        width: 58%;
        min-width: auto;
        height: 360px; } }

.homepage-brands-slider {
  background: url("../img/rp/location-pattern.jpg") no-repeat;
  background-position: left;
  background-size: auto 333px;
  max-width: none;
  padding: 40px 0px 50px 0px; }
  @media screen and (max-width: 1023px) {
    .homepage-brands-slider {
      padding: 40px 0px 50px 0px; } }

.hbs-slide-wrapper .slider, .hbs-slide-wrapper2 .slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .hbs-slide-wrapper .slider .slide-track, .hbs-slide-wrapper2 .slider .slide-track {
    display: flex;
    width: calc(250px * 20); }
    .hbs-slide-wrapper .slider .slide-track:hover, .hbs-slide-wrapper2 .slider .slide-track:hover {
      animation-play-state: paused; }
  .hbs-slide-wrapper .slider .item, .hbs-slide-wrapper2 .slider .item {
    padding: 0 50px; }
    @media screen and (max-width: 1279px) {
      .hbs-slide-wrapper .slider .item, .hbs-slide-wrapper2 .slider .item {
        padding: 0 20px; } }
    .hbs-slide-wrapper .slider .item .img, .hbs-slide-wrapper .slider .item img, .hbs-slide-wrapper2 .slider .item .img, .hbs-slide-wrapper2 .slider .item img {
      max-height: 70px;
      width: auto; }
      @media screen and (max-width: 1279px) {
        .hbs-slide-wrapper .slider .item .img, .hbs-slide-wrapper .slider .item img, .hbs-slide-wrapper2 .slider .item .img, .hbs-slide-wrapper2 .slider .item img {
          max-height: 40px; } }
    .hbs-slide-wrapper .slider .item .title, .hbs-slide-wrapper2 .slider .item .title {
      display: none; }

.hbs-slide-wrapper .slider .slide-track {
  animation: scroll 40s linear infinite; }

.hbs-slide-wrapper2 .slider .slide-track {
  animation: scroll2 40s linear infinite; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-250px * 14)); } }

@keyframes scroll2 {
  100% {
    transform: translateX(0); }
  0% {
    transform: translateX(calc(-250px * 7)); } }

.brand-view-all {
  text-align: center; }
  .brand-view-all a {
    font-size: 14px;
    line-height: normal;
    color: #155098;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block; }
    @media screen and (max-width: 1279px) {
      .brand-view-all a {
        margin-top: 0; } }
    .brand-view-all a:hover {
      color: #02326d; }

.news-block {
  background: #eceded;
  padding: 96px 0; }
  @media screen and (max-width: 1023px) {
    .news-block {
      padding: 64px 0px; } }
  .news-block .category-inital-section .category-title {
    background: transparent;
    color: #004270;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .news-block .category-inital-section .category-title {
        margin-bottom: 25px; } }
  .news-block .category-inital-section {
    margin-bottom: 20px; }
    .news-block .category-inital-section .view-all-link {
      border-radius: 4px;
      padding: 15px 32px 15px;
      font-size: 16px;
      background-color: #eceded;
      font-weight: bold;
      border: 2px solid #004270;
      font-weight: 400;
      position: unset; }
      @media screen and (max-width: 767px) {
        .news-block .category-inital-section .view-all-link {
          position: relative;
          padding: 12px 20px 12px;
          font-size: 14px; } }
      .news-block .category-inital-section .view-all-link:hover, .news-block .category-inital-section .view-all-link:focus {
        color: #ffffff;
        background-color: #004270; }
      .news-block .category-inital-section .view-all-link::before {
        display: none; }
      .news-block .category-inital-section .view-all-link:after {
        width: 79%;
        right: 0;
        left: auto; }
        @media screen and (max-width: 1023px) {
          .news-block .category-inital-section .view-all-link:after {
            width: 73%; } }
        @media screen and (max-width: 767px) {
          .news-block .category-inital-section .view-all-link:after {
            left: 0;
            right: 0;
            width: 890px; } }
  .news-block .home-blog-wrap-fetch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 -16px; }
    @media screen and (max-width: 1023px) {
      .news-block .home-blog-wrap-fetch {
        display: block; } }
    .news-block .home-blog-wrap-fetch .home-blog-item {
      background: white;
      width: auto;
      margin: 0 16px;
      border-radius: 12px; }
      .news-block .home-blog-wrap-fetch .home-blog-item .blog-tags {
        font-size: 12px;
        line-height: 1;
        padding-bottom: 7px;
        color: #484454;
        text-transform: uppercase;
        font-weight: bold;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .news-block .home-blog-wrap-fetch .home-blog-item .blog-tags {
            line-height: 1.2;
            font-size: 10px; } }
        .news-block .home-blog-wrap-fetch .home-blog-item .blog-tags span {
          font-weight: normal;
          text-transform: uppercase;
          color: #696b73;
          font-style: italic; }
      @media screen and (max-width: 767px) {
        .news-block .home-blog-wrap-fetch .home-blog-item .custom-row .home-blog-img .img-inner {
          max-height: 170px; } }
      .news-block .home-blog-wrap-fetch .home-blog-item .custom-row .home-blog-img img {
        aspect-ratio: 128 / 88; }
        @media screen and (max-width: 767px) {
          .news-block .home-blog-wrap-fetch .home-blog-item .custom-row .home-blog-img img {
            aspect-ratio: 263 / 157; } }
      .news-block .home-blog-wrap-fetch .home-blog-item .home-blog-detail {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .news-block .home-blog-wrap-fetch .home-blog-item .home-blog-detail .home-blog-title {
          color: #004270;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 700;
          margin-bottom: 5px;
          display: block;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
          .news-block .home-blog-wrap-fetch .home-blog-item .home-blog-detail .home-blog-title:hover {
            color: #808285; }
        .news-block .home-blog-wrap-fetch .home-blog-item .home-blog-detail p {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.5;
          color: #484454;
          margin-bottom: 0 !important;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .news-block .home-blog-wrap-fetch .home-blog-item:first-child {
        grid-area: 1 / 1 / 4 / 2; }
        .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-img {
          min-height: 300px;
          max-height: 300px;
          margin-top: 10px;
          overflow: hidden;
          border-radius: 10px; }
          @media screen and (max-width: 1279px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-img {
              min-height: auto; } }
          @media screen and (max-width: 767px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-img {
              min-height: auto;
              max-height: none; } }
          .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            aspect-ratio: 561 / 300; }
            @media screen and (max-width: 1023px) {
              .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-img img {
                aspect-ratio: 805 / 355; } }
            @media screen and (max-width: 767px) {
              .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-img img {
                max-height: none;
                aspect-ratio: 313 / 177; } }
        .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-detail {
          margin-top: 20px;
          padding-left: 0; }
          .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-detail p {
            margin-bottom: 32px;
            padding-right: 30px; }
            @media screen and (max-width: 1279px) {
              .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-detail p {
                padding-right: 0; } }
          .news-block .home-blog-wrap-fetch .home-blog-item:first-child .custom-row .home-blog-detail .blog-tags {
            display: none; }
      .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        @media screen and (max-width: 1023px) {
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) {
            display: block; } }
        .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row {
          padding: 0;
          margin: 24px 24px 0 24px;
          padding-bottom: 24px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          -webkit-flex-direction: row;
          border-bottom: solid 2px #eceded; }
          @media screen and (max-width: 1023px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row {
              padding-top: 24px;
              padding-bottom: 30px;
              margin-top: 32px; } }
          @media screen and (max-width: 767px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row {
              display: block; } }
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row .home-blog-img {
            width: 160px;
            max-height: 132px;
            min-height: 132px;
            padding: 16px;
            flex: 0 0 auto;
            background: #eceded;
            border-radius: 10px;
            text-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row .home-blog-img {
                width: 100%;
                min-height: auto;
                max-height: none;
                text-align: center;
                margin-bottom: 15px;
                -webkit-justify-content: center;
                justify-content: center; } }
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row .home-blog-img .img-inner {
              width: 100%;
              height: 100%;
              overflow: hidden;
              border-radius: 10px; }
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row .home-blog-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 10px; }
          @media screen and (max-width: 767px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row .home-blog-detail {
              padding: 0; } }
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row .home-blog-detail .blog-tags {
            font-size: 10px; }
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(2) .custom-row > .blog-tags {
            display: none; }
      .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        @media screen and (max-width: 1023px) {
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) {
            display: block; } }
        .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          -webkit-flex-direction: row; }
          @media screen and (max-width: 767px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row {
              display: block;
              padding-top: 30px; } }
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row .home-blog-img {
            width: 160px;
            max-height: 132px;
            min-height: 132px;
            flex: 0 0 auto;
            padding: 16px;
            background: #eceded;
            border-radius: 5px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row .home-blog-img {
                width: 100%;
                text-align: center;
                margin-bottom: 15px;
                min-height: auto;
                max-height: none;
                -webkit-justify-content: center;
                justify-content: center; } }
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row .home-blog-img .img-inner {
              width: 100%;
              height: 100%;
              overflow: hidden;
              border-radius: 10px; }
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row .home-blog-img img {
              margin: 0 auto;
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 10px; }
          @media screen and (max-width: 767px) {
            .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row .home-blog-detail {
              padding: 0; } }
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row .home-blog-detail .blog-tags {
            font-size: 10px; }
          .news-block .home-blog-wrap-fetch .home-blog-item:nth-child(3) .custom-row > .blog-tags {
            display: none; }
    .news-block .home-blog-wrap-fetch .bg-yellow {
      grid-area: 3 / 2 / 4 / 3;
      background: #ea7030;
      margin: 0 16px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-top: 30px;
      border-radius: 12px;
      overflow: hidden;
      max-height: 98px; }
      @media screen and (max-width: 1279px) {
        .news-block .home-blog-wrap-fetch .bg-yellow {
          margin-top: 32px; } }
      .news-block .home-blog-wrap-fetch .bg-yellow p {
        padding: 20px;
        margin-bottom: 0;
        color: white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        max-width: 447px; }
        @media screen and (max-width: 1023px) {
          .news-block .home-blog-wrap-fetch .bg-yellow p {
            max-width: 570px; } }
        @media screen and (max-width: 767px) {
          .news-block .home-blog-wrap-fetch .bg-yellow p {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .news-block .home-blog-wrap-fetch .bg-yellow p br {
            display: none; } }
      .news-block .home-blog-wrap-fetch .bg-yellow svg {
        width: 135px;
        height: 115px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        flex: 0 0 auto;
        margin-top: -17px; }
        @media screen and (max-width: 767px) {
          .news-block .home-blog-wrap-fetch .bg-yellow svg {
            display: none; } }
    .news-block .home-blog-wrap-fetch .custom-row {
      padding: 24px;
      display: block; }
      .news-block .home-blog-wrap-fetch .custom-row .home-blog-img img {
        transition: all 0.2s linear; }
      .news-block .home-blog-wrap-fetch .custom-row:hover .home-blog-img img {
        scale: 1.05;
        transition: all 0.2s linear; }

.join-family-block {
  background: #eceded;
  padding-bottom: 96px; }
  @media screen and (max-width: 1023px) {
    .join-family-block {
      padding-bottom: 64px; } }
  .join-family-block .join-family-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #004270;
    border-radius: 10px; }
    @media screen and (max-width: 1023px) {
      .join-family-block .join-family-inner {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse; } }
  .join-family-block .right-img {
    width: 55%; }
    @media screen and (max-width: 1023px) {
      .join-family-block .right-img {
        width: 100%; } }
    .join-family-block .right-img img {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      aspect-ratio: 686 / 363;
      height: 363px;
      width: 100%;
      object-fit: cover; }
      @media screen and (max-width: 1279px) {
        .join-family-block .right-img img {
          height: auto; } }
      @media screen and (max-width: 1023px) {
        .join-family-block .right-img img {
          border-bottom-right-radius: 0;
          border-top-left-radius: 10px; } }
  .join-family-block .left-text {
    padding: 20px 83px;
    width: 45%; }
    @media screen and (max-width: 1279px) {
      .join-family-block .left-text {
        padding: 10px 80px; } }
    @media screen and (max-width: 1023px) {
      .join-family-block .left-text {
        padding: 32px 24px;
        width: 100%; } }
    .join-family-block .left-text h2 {
      color: #ccc4c1;
      margin-bottom: 25px;
      font-weight: 400; }
      @media screen and (max-width: 1023px) {
        .join-family-block .left-text h2 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .join-family-block .left-text h2 {
          line-height: 1.2;
          margin-bottom: 24px; } }
      .join-family-block .left-text h2 span {
        color: white;
        font-weight: bold; }
    .join-family-block .left-text .learn-more {
      background: #ffffff;
      padding: 11px 33px;
      font-size: 16px;
      color: #000000;
      font-weight: bold;
      border-radius: 3px;
      display: inline-block;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .join-family-block .left-text .learn-more {
          padding: 10px 21px; } }
      .join-family-block .left-text .learn-more:hover {
        background: #e9e9e9; }

.navUser-item.navUser-item--account.c-dropdown .spinner {
  position: absolute;
  left: 55px;
  width: 35px;
  height: 35px;
  top: 13px;
  z-index: 99;
  opacity: 0; }

.navUser-item.navUser-item--account.c-dropdown .showing-loading {
  min-height: 124px; }
  .navUser-item.navUser-item--account.c-dropdown .showing-loading li {
    opacity: 0; }

.navUser-item.navUser-item--account.c-dropdown:hover .spinner {
  opacity: 1; }

.quote-loader {
  display: none;
  z-index: 9999;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: 35dvh; }

.show-quote-popup-loader {
  overflow: hidden; }
  .show-quote-popup-loader:after {
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    z-index: 999;
    position: absolute;
    background: rgba(7, 17, 27, 0.7);
    transition: all 0.2s linear; }
  .show-quote-popup-loader .quote-loader {
    display: block; }

.spinner {
  width: 55px;
  height: 55px;
  border: 3px solid #005f80;
  border-top: 3px solid #ddd;
  /* Change color as needed */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 100px auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.type-account_orderstatus .pencil-banner-wrap .pencil-banner .slick-list {
  width: 100% !important; }

.hbs-slider .scroller {
  max-width: 100%; }
  .hbs-slider .scroller:last-child {
    margin-top: 13px; }

.hbs-slider .scroller__inner {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }
  .hbs-slider .scroller__inner .item {
    padding: 0 40px; }
    @media screen and (max-width: 1023px) {
      .hbs-slider .scroller__inner .item {
        padding: 0 20px; } }
    .hbs-slider .scroller__inner .item span.title {
      display: none; }
  .hbs-slider .scroller__inner img, .hbs-slider .scroller__inner .img {
    max-height: 65px;
    width: auto; }
    @media screen and (max-width: 1023px) {
      .hbs-slider .scroller__inner img, .hbs-slider .scroller__inner .img {
        max-height: 40px; } }
  .hbs-slider .scroller__inner:hover {
    animation-play-state: paused !important; }

.hbs-slider .scroller[data-animated="true"] {
  overflow: hidden; }

.hbs-slider .scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite; }

.hbs-slider .scroller[data-direction="right"] {
  --_animation-direction: reverse; }

.hbs-slider .scroller[data-direction="left"] {
  --_animation-direction: forwards; }

.hbs-slider .scroller[data-speed="fast"] {
  --_animation-duration: 20s; }

.hbs-slider .scroller[data-speed="slow"] {
  --_animation-duration: 70s; }

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem)); } }

.navPages-list .about-left-block .navpages-submenu,
.navPages-list .services-right-block .navpages-submenu,
.navPages-list .solution-left-block .navpages-submenu {
  position: unset;
  display: block; }

.navPages-list .menu-title {
  font-size: 22px;
  color: #004270;
  font-weight: bold;
  margin-bottom: 15px; }
  .navPages-list .menu-title img {
    padding-right: 10px;
    padding-right: 10px;
    aspect-ratio: auto 44 / 44; }

.navPages-list li.navPages-item.about-menu .navpages-submenu-secound {
  width: 848px;
  left: -245px;
  padding: 0; }

.navPages-list li.navPages-item.about-menu .about-block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.navPages-list li.navPages-item.about-menu .about-left-block {
  width: 295px;
  background: #eceded;
  padding: 30px; }
  .navPages-list li.navPages-item.about-menu .about-left-block .navpages-submenu {
    background: transparent;
    column-count: 2; }
  .navPages-list li.navPages-item.about-menu .about-left-block .bg-yellow {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #ea7030;
    border-radius: 5px; }
    .navPages-list li.navPages-item.about-menu .about-left-block .bg-yellow p {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px;
      color: white;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 0; }
    .navPages-list li.navPages-item.about-menu .about-left-block .bg-yellow svg {
      width: 50px;
      height: 40px; }

.navPages-list li.navPages-item.about-menu .blog-right-block {
  width: calc(100% - 295px);
  padding: 32px 16px; }
  .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #eceded; }
    .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item:nth-child(2) {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item:last-child, .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item:nth-child(3) {
      display: none; }
    .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .custom-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .home-blog-img {
      width: 170px;
      height: 105px;
      background: #eceded;
      border-radius: 5px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex: 0 0 auto;
      border-radius: 10px; }
      .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .home-blog-img .img-inner {
        width: 100%;
        height: 100%; }
      .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .home-blog-img img {
        width: 100%;
        height: 100%;
        border-radius: 10px; }
    .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .home-blog-detail {
      padding-left: 16px; }
      .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .home-blog-detail .home-blog-title {
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        color: #004270;
        margin-bottom: 12px; }
      .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .home-blog-detail p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #484454; }
    .navPages-list li.navPages-item.about-menu .blog-right-block .home-blog-item .blog-tags {
      display: none; }

.navPages-list li.navPages-item.about-menu .navPages-item {
  background: transparent;
  margin-top: 7px !important; }
  .navPages-list li.navPages-item.about-menu .navPages-item > a {
    font-size: 12px;
    color: #484454; }

.navPages-list li.navPages-item.solution-menu .navpages-submenu-secound {
  width: 977px;
  left: -400px;
  padding: 0; }
  @media screen and (max-width: 1500px) {
    .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound {
      left: -330px; } }
  .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navPages-item {
    background: transparent;
    margin-top: 0; }
    .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navPages-item ul {
      position: unset;
      display: block !important;
      opacity: 1 !important;
      background: none;
      padding: 0; }
      .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navPages-item ul li a {
        padding: 0; }
  .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu > .navPages-item {
      padding-right: 20px; }
      .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu > .navPages-item > .navPages-action {
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 7px; }
      .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu > .navPages-item .navpages-sub .navPages-action {
        font-size: 12px;
        color: #484454;
        padding: 4px 0; }
        .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu > .navPages-item .navpages-sub .navPages-action:hover {
          color: #004270; }
      .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu > .navPages-item .navpages-sub .navPages-item:last-child .navPages-action {
        padding-bottom: 0; }
      .navPages-list li.navPages-item.solution-menu .navpages-submenu-secound .navpages-submenu > .navPages-item:last-child {
        padding-right: 0; }

.navPages-list li.navPages-item.solution-menu .solution-block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-left-block {
    width: calc(100% - 300px);
    padding: 30px 19px 30px 30px; }
  .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block {
    width: 300px; }
    .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .need-help {
      padding: 40px 32px;
      background: #696b73;
      text-align: center; }
      .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .need-help h3 {
        font-size: 20px;
        color: white;
        margin-bottom: 5px; }
      .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .need-help p {
        font-size: 12px;
        line-height: 1.5;
        font-weight: normal;
        color: white; }
      .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .need-help a {
        font-size: 12px;
        padding: 11px 40px;
        display: inline-block;
        color: #484454;
        font-weight: 700;
        border-radius: 5px;
        height: 40px;
        border: none; }
        .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .need-help a:hover {
          color: #484454;
          background: #e9e9e9; }
    .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block {
      background: #ECEDED;
      padding: 40px;
      text-align: center; }
      .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block .icon {
        width: 26px;
        height: 26px; }
      .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block .sub-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 2;
        color: #484454;
        margin-top: 2px;
        margin-bottom: 5px; }
      .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block a {
        font-size: 12px;
        font-weight: 700;
        color: #484454;
        display: block;
        line-height: normal; }
        .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block a:hover {
          color: #004270; }
        .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block a .icon {
          width: 12px;
          height: 12px; }
          .navPages-list li.navPages-item.solution-menu .solution-block-inner .solution-right-block .review-block a .icon svg {
            fill: transparent;
            stroke: #484454; }

.navPages-list li.navPages-item.servicesol-menu .navpages-submenu-secound {
  width: 804px;
  left: -400px;
  padding: 0; }
  .navPages-list li.navPages-item.servicesol-menu .navpages-submenu-secound .navPages-item {
    background: transparent;
    margin-top: 0; }
    .navPages-list li.navPages-item.servicesol-menu .navpages-submenu-secound .navPages-item ul {
      position: unset;
      display: block !important;
      opacity: 1 !important;
      background: none;
      padding: 0; }
      .navPages-list li.navPages-item.servicesol-menu .navpages-submenu-secound .navPages-item ul li a {
        padding: 0; }

.navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block {
    width: calc(100% - 300px);
    padding: 30px 30px 0 30px; }
    .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu {
      column-count: 2;
      border: none; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu .heading {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        color: #004270; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu > .navPages-item {
        margin-bottom: 20px; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu > .navPages-item > .navPages-action {
          font-size: 12px;
          font-weight: 700; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu .navpages-sub .navPages-item {
        margin-top: 7px; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu .navpages-sub .navPages-item a {
          font-size: 12px;
          color: #484454; }
          .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-right-block .navpages-submenu .navpages-sub .navPages-item a:hover {
            color: #004270; }
  .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block {
    width: 300px; }
    .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block {
      background: #ECEDED;
      padding: 50px 30px; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        line-height: normal;
        font-size: 14px;
        color: #004270;
        font-weight: 500; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block a .icon {
          width: 12px;
          height: 12px; }
          .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block a .icon svg {
            fill: transparent;
            stroke: #004270; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block a:first-child {
          margin-bottom: 17px; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block a:hover {
          color: #006892; }
          .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .link-block a:hover .icon svg {
            stroke: #006892; }
    .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .talk-expert {
      background: #004270;
      padding: 46px 30px;
      text-align: center; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .talk-expert h3 {
        font-size: 20px;
        color: white;
        margin-bottom: 5px; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .talk-expert p {
        font-size: 12px;
        line-height: 1.5;
        font-weight: normal;
        color: white; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .talk-expert a {
        font-size: 12px;
        padding: 11px 40px;
        display: inline-block;
        color: #484454;
        font-weight: 700;
        border-radius: 5px;
        height: 40px;
        border: none; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .talk-expert a:hover {
          color: #484454;
          background: #e9e9e9; }
    .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .menu-title {
      color: #ccc4c1;
      margin-bottom: 5px; }
    .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .navpages-submenu {
      position: unset;
      display: block;
      border: none; }
      .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .navpages-submenu .navPages-item {
        background: transparent;
        margin-top: 15px; }
        .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .navpages-submenu .navPages-item .navPages-action {
          color: #ccc4c1;
          font-size: 12px; }
    .navPages-list li.navPages-item.servicesol-menu .servicessol-block-inner .services-left-block .button-block a {
      display: inline-block;
      background: #ffffff;
      padding: 10px;
      border-radius: 5px;
      width: 100%;
      font-size: 12px;
      color: #484454;
      border: none; }

.navPages-list li.navPages-item.markets-menu .navpages-submenu-secound {
  padding: 30px;
  width: 480px;
  left: -330px; }

.navPages-list li.navPages-item.markets-menu .new-mrket-inner {
  display: flex; }

.navPages-list li.navPages-item.markets-menu .navpages-submenu {
  position: unset;
  display: block;
  border: none; }
  .navPages-list li.navPages-item.markets-menu .navpages-submenu .navPages-item {
    margin-top: 5px;
    width: 50%; }
    .navPages-list li.navPages-item.markets-menu .navpages-submenu .navPages-item .navPages-action {
      font-size: 12px;
      line-height: 20px;
      color: #484454; }
      .navPages-list li.navPages-item.markets-menu .navpages-submenu .navPages-item .navPages-action:hover {
        color: #004270; }

.navPages-list li.navPages-item.markets-menu .bg-yellow {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #ea7030;
  border-radius: 10px; }
  .navPages-list li.navPages-item.markets-menu .bg-yellow p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 20px;
    color: white;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: -30px; }
  .navPages-list li.navPages-item.markets-menu .bg-yellow svg {
    width: 94px;
    height: 75px;
    flex: 0 0 auto; }

body.sticky-add .header {
  transition: .5s all ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.mobile-megamenu-block {
  list-style: none;
  margin-left: 0; }
  .mobile-megamenu-block .close svg {
    width: 30px;
    height: 30px; }
  .mobile-megamenu-block .hitarea {
    width: 30px;
    height: 30px;
    position: absolute;
    width: 100%; }
  .mobile-megamenu-block .navpages-submenu {
    background: #ebeff2;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: calc(100dvh - 160px);
    transition: transform 0.5s ease;
    transform: translateX(100%);
    z-index: 10;
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .mobile-megamenu-block .navpages-submenu.open {
      transform: translateX(0);
      left: 0;
      transition: transform 0.5s ease; }
    .mobile-megamenu-block .navpages-submenu.move-left {
      transition: transform 0.5s ease; }
    .mobile-megamenu-block .navpages-submenu.childmenu {
      left: 100%;
      transition: transform 0.5s ease; }
    .mobile-megamenu-block .navpages-submenu.childmenu.open {
      transform: translateX(-100%);
      transition: transform 0.5s ease; }
    .mobile-megamenu-block .navpages-submenu.closing {
      transform: translateX(100%);
      transition: transform 0.5s ease-in-out; }
    .mobile-megamenu-block .navpages-submenu a.navPages-action {
      padding: 11px 0;
      color: black !important;
      font-weight: normal;
      transition: transform 0.5s ease; }
  .mobile-megamenu-block .childmenu.navpages-submenu {
    background: #004270; }
    .mobile-megamenu-block .childmenu.navpages-submenu .navPages-action {
      color: #ffffff; }

.header {
  background: #ffffff;
  transition: .5s all ease;
  box-shadow: none; }
  @media screen and (max-width: 1279px) {
    .header {
      height: auto;
      padding: 10px; } }
  @media screen and (max-width: 1279px) {
    .header .header-container {
      background: transparent;
      margin-top: -4px; } }
  @media screen and (max-width: 1279px) {
    .header .search-item svg {
      fill: white; } }
  @media screen and (max-width: 1023px) {
    .header .navPages-list > li.navPages-item > a {
      margin: 8px 0; } }
  .header .navUser-item--account > .navUser-action,
  .header .navUser-action {
    padding: 20px 0; }
    @media screen and (max-width: 1279px) {
      .header .navUser-item--account > .navUser-action,
      .header .navUser-action {
        padding: 0;
        margin: 8px 0; } }
  .header .navUser-action {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1279px) {
      .header .navUser-action {
        padding: 0;
        margin: 8px 0; } }

.header.is-open {
  background: white; }
  .header.is-open .navUser .navUser-item .icon svg,
  .header.is-open .search-item svg {
    stroke: #004270; }
  .header.is-open #search-form-btn {
    background: #004270; }
  .header.is-open .mb-header {
    display: block; }
  .header.is-open .mobile-menu-block.new {
    transform: none;
    left: 0;
    transition: all 0.5s linear;
    position: fixed; }

.navPages-custom {
  transform: none !important; }

@media screen and (max-width: 1279px) {
  .search-block .form-field {
    position: relative; } }

#search-form-btn {
  display: none;
  position: absolute;
  right: 4px;
  top: 3px;
  width: 33px;
  padding: 7px;
  height: 33px;
  background: #004270;
  border-radius: 20px; }
  @media screen and (max-width: 1023px) {
    #search-form-btn {
      display: block; } }
  #search-form-btn svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: transparent; }

.mobile-menu-block.new {
  transform: translateX(100%);
  left: 100%;
  top: 162px;
  padding: 28px 28px 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.5s linear; }
  .mobile-menu-block.new .main-close {
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: solid 2px #e5e5e5;
    text-align: right; }
    .mobile-menu-block.new .main-close svg {
      width: 23px;
      height: 23px;
      fill: #004270;
      cursor: pointer; }
  .mobile-menu-block.new .top-menu {
    line-height: normal;
    list-style-type: none;
    margin-left: 0; }
    .mobile-menu-block.new .top-menu li {
      text-align: center;
      margin-bottom: 20px;
      padding: 23px 30px; }
      .mobile-menu-block.new .top-menu li span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #ffffff;
        font-size: 14px;
        font-weight: normal; }
        @media screen and (max-width: 1023px) {
          .mobile-menu-block.new .top-menu li span {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .mobile-menu-block.new .top-menu li span {
            font-size: 14px; } }
      .mobile-menu-block.new .top-menu li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .mobile-menu-block.new .top-menu li a .topicon {
          margin-right: 7px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        .mobile-menu-block.new .top-menu li a > svg {
          width: 12px;
          height: 12px;
          stroke: white;
          fill: transparent; }
      .mobile-menu-block.new .top-menu li.shop-icon {
        background: #606b73;
        border-radius: 10px; }
        .mobile-menu-block.new .top-menu li.shop-icon a:hover .topicon .fill-svg {
          fill: white; }
      .mobile-menu-block.new .top-menu li.careers-icon {
        background: #b3e1e7;
        border-radius: 10px; }
        .mobile-menu-block.new .top-menu li.careers-icon a span {
          color: #004270; }
        .mobile-menu-block.new .top-menu li.careers-icon a > svg {
          stroke: #004270; }
        .mobile-menu-block.new .top-menu li.careers-icon a:hover .topicon .fill-svg {
          fill: #004270; }
        .mobile-menu-block.new .top-menu li.careers-icon a:hover .topicon .stroke-brown-color {
          stroke: #b3e1e7; }
      .mobile-menu-block.new .top-menu li.location-icon {
        background: #004270;
        border-radius: 10px; }
        .mobile-menu-block.new .top-menu li.location-icon a:hover .topicon .fill-svg {
          fill: white; }
        .mobile-menu-block.new .top-menu li.location-icon a:hover .topicon .fill-primary {
          fill: #004270; }
  .mobile-menu-block.new .mobile-megamenu-block li {
    margin-bottom: 20px;
    font-weight: 500; }
    .mobile-menu-block.new .mobile-megamenu-block li.back-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      border-bottom: solid 2px #d8d8d8;
      padding: 20px 0;
      color: #004270;
      font-weight: 400;
      margin-bottom: 10px; }
      .mobile-menu-block.new .mobile-megamenu-block li.back-menu .navPages-action {
        padding: 0; }
        .mobile-menu-block.new .mobile-megamenu-block li.back-menu .navPages-action svg {
          stroke: #004270;
          width: 16px;
          height: 16px; }
      .mobile-menu-block.new .mobile-megamenu-block li.back-menu .close svg {
        width: 23px;
        height: 23px;
        fill: #004270; }
    .mobile-menu-block.new .mobile-megamenu-block li a {
      font-size: 16px;
      color: #004270; }
      .mobile-menu-block.new .mobile-megamenu-block li a span {
        min-width: 38px;
        display: inline-block; }
      .mobile-menu-block.new .mobile-megamenu-block li a img {
        margin-right: 5px; }
      .mobile-menu-block.new .mobile-megamenu-block li a svg {
        stroke: #000000;
        width: 14px;
        height: 14px; }
    .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu {
      top: 162px;
      position: fixed;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 10px 30px 0 30px; }
      .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu .navPages-item {
        margin-bottom: 0; }
        @media screen and (max-width: 1279px) {
          .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu .navPages-item {
            width: 100%; } }
      .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu.childmenu {
        top: 0; }
        .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu.childmenu .navPages-action {
          color: white !important; }
          .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu.childmenu .navPages-action svg {
            stroke: white; }
        .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu.childmenu .title {
          color: white; }
        .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu.childmenu .close svg {
          fill: white; }
      .mobile-menu-block.new .mobile-megamenu-block li .navpages-submenu.open .navPages-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
    .mobile-menu-block.new .mobile-megamenu-block li.about-menu a.navPages-action, .mobile-menu-block.new .mobile-megamenu-block li.markets-menu a.navPages-action {
      color: #484454 !important; }

.navUser-item.navUser-convert-b2b {
  display: none !important; }

#main-page-carousel {
  height: calc(100svh - 45px);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative; }
  #main-page-carousel #demo {
    overflow: hidden;
    height: 100%; }
  #main-page-carousel .indicator {
    display: none; }
  #main-page-carousel .card-item {
    position: absolute;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    top: 0;
    left: 0; }
    #main-page-carousel .card-item::before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.15);
      width: 100%;
      height: 100%;
      border-radius: 10px;
      border: solid 5px rgba(234, 112, 48, 0.15); }
    #main-page-carousel .card-item.active {
      padding: 0;
      border-radius: 0; }
      #main-page-carousel .card-item.active::before {
        content: "";
        display: block;
        background: rgba(0, 66, 112, 0.55);
        border: 0;
        border-radius: 0;
        width: 100%;
        height: 100%; }
  #main-page-carousel #btn {
    position: absolute;
    top: 690px;
    left: 16px;
    z-index: 99; }
  @media screen and (max-width: 767px) {
    #main-page-carousel .card-contents-wrapper {
      display: none; } }
  #main-page-carousel .card-content {
    position: absolute;
    left: 0;
    top: -32px;
    color: white;
    width: 214px;
    padding: 15px;
    height: 132px; }
  #main-page-carousel .content-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%; }
    @media (max-height: 450px) {
      #main-page-carousel .content-text-wrap {
        display: none; } }
  #main-page-carousel .content-place {
    display: none;
    font-weight: 500;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 7px; }
  #main-page-carousel .content-title-1,
  #main-page-carousel .content-title-2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1; }
  #main-page-carousel .content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: #FFFFFFDD; }
  #main-page-carousel .details {
    z-index: 22;
    position: absolute;
    top: auto;
    bottom: 155px;
    transform: translateY(-10%);
    left: 60px;
    max-width: 600px; }
    @media screen and (max-width: 1023px) {
      #main-page-carousel .details {
        top: 25%;
        bottom: auto;
        left: 25px; } }
    @media screen and (max-width: 767px) {
      #main-page-carousel .details {
        left: 15px;
        padding-right: 15px; } }
    @media (max-height: 450px) {
      #main-page-carousel .details {
        top: 43%;
        max-width: 100%; } }
    #main-page-carousel .details .place-box {
      height: auto;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #main-page-carousel .details .place-box {
          height: auto; } }
      #main-page-carousel .details .place-box .text {
        padding-top: 30px;
        font-size: 20px;
        color: white;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          #main-page-carousel .details .place-box .text {
            font-size: 14px; } }
        #main-page-carousel .details .place-box .text:before {
          top: 0;
          left: 0;
          position: absolute;
          content: "";
          width: 30px;
          height: 4px;
          border-radius: 99px;
          background-color: #EA7030; }
    #main-page-carousel .details .title-1,
    #main-page-carousel .details .title-2 {
      font-weight: 900;
      font-size: 70px;
      color: white;
      height: auto;
      font-family: "Proxima Nova Bl", Arial, Helvetica, sans-serif;
      max-width: 650px;
      line-height: 1;
      margin-top: 10px;
      margin-bottom: 0; }
      @media screen and (max-width: 1629px) {
        #main-page-carousel .details .title-1,
        #main-page-carousel .details .title-2 {
          font-size: 50px; } }
      @media screen and (max-width: 1439px) {
        #main-page-carousel .details .title-1,
        #main-page-carousel .details .title-2 {
          font-size: 42px; } }
      @media screen and (max-width: 767px) {
        #main-page-carousel .details .title-1,
        #main-page-carousel .details .title-2 {
          margin-bottom: 0;
          margin-top: 0; } }
      @media (max-height: 450px) {
        #main-page-carousel .details .title-1,
        #main-page-carousel .details .title-2 {
          font-size: 26px; } }
    #main-page-carousel .details .title-box-1,
    #main-page-carousel .details .title-box-2 {
      margin-top: 2px;
      height: auto; }
      @media screen and (max-width: 767px) {
        #main-page-carousel .details .title-box-1,
        #main-page-carousel .details .title-box-2 {
          margin-bottom: 18px; } }
      #main-page-carousel .details .title-box-1 .title-2:empty,
      #main-page-carousel .details .title-box-2 .title-2:empty {
        display: none; }
    #main-page-carousel .details > .desc {
      margin-top: 16px;
      width: 500px;
      color: white; }
      @media screen and (max-width: 767px) {
        #main-page-carousel .details > .desc {
          width: auto;
          margin-top: 0;
          font-size: 14px; } }
    #main-page-carousel .details > .cta {
      width: 500px;
      margin-top: 24px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #main-page-carousel .details > .cta {
          width: auto; } }
      @media (max-height: 450px) {
        #main-page-carousel .details > .cta {
          margin-top: 10px; } }
      #main-page-carousel .details > .cta button {
        padding: 0; }
      #main-page-carousel .details > .cta > .bookmark {
        border: none;
        background-color: #ecad29;
        width: 36px;
        height: 36px;
        border-radius: 99px;
        color: white;
        display: grid;
        place-items: center; }
        #main-page-carousel .details > .cta > .bookmark svg {
          width: 20px;
          height: 20px; }
      #main-page-carousel .details > .cta > .discover {
        border: 1px solid #ffffff;
        background-color: transparent;
        height: 36px;
        border-radius: 99px;
        color: #ffffff;
        padding: 4px 24px;
        font-size: 12px;
        margin-left: 16px;
        text-transform: uppercase; }
  #main-page-carousel .indicator {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-color: #ecad29; }
  #main-page-carousel .pagination {
    position: absolute;
    left: auto;
    top: 0px;
    display: inline-flex; }
    @media screen and (max-width: 1279px) {
      #main-page-carousel .pagination {
        left: 0 !important;
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      #main-page-carousel .pagination {
        left: 0 !important;
        width: 100%; } }
    #main-page-carousel .pagination > .arrow {
      z-index: 60;
      width: 60px;
      height: 50px;
      border-radius: 999px;
      border: none;
      display: grid;
      place-items: center;
      cursor: pointer; }
      #main-page-carousel .pagination > .arrow:nth-child(2) {
        margin-left: 0; }
      #main-page-carousel .pagination > .arrow:hover svg {
        stroke: #ea7030; }
        #main-page-carousel .pagination > .arrow:hover svg.resume-btn, #main-page-carousel .pagination > .arrow:hover svg.play-btn {
          fill: #ea7030; }
      #main-page-carousel .pagination > .arrow svg {
        stroke: white;
        width: 30px;
        height: 30px;
        stroke-width: 2; }
        @media screen and (max-width: 666px) {
          #main-page-carousel .pagination > .arrow svg {
            width: 22px;
            height: 22px;
            stroke-width: 2; } }
        #main-page-carousel .pagination > .arrow svg.resume-btn {
          width: 32px;
          height: 32px;
          fill: white; }
          @media screen and (max-width: 666px) {
            #main-page-carousel .pagination > .arrow svg.resume-btn {
              width: 22px;
              height: 25px; } }
    #main-page-carousel .pagination .progress-sub-container {
      margin-left: 24px;
      margin-right: 15px;
      z-index: 60;
      width: 490px;
      height: 50px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1279px) {
        #main-page-carousel .pagination .progress-sub-container {
          display: none; } }
      #main-page-carousel .pagination .progress-sub-container .progress-sub-background {
        width: 500px;
        height: 4px;
        background: white; }
        #main-page-carousel .pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
          height: 4px;
          background-color: #EA7030; }
    #main-page-carousel .pagination .slide-number-bg {
      position: relative;
      width: 120px;
      height: 100px; }
      @media screen and (max-width: 1279px) {
        #main-page-carousel .pagination .slide-number-bg {
          margin-left: auto;
          margin-right: 10px; } }
      @media screen and (max-width: 1023px) {
        #main-page-carousel .pagination .slide-number-bg {
          margin-right: 20px; } }
      @media screen and (max-width: 767px) {
        #main-page-carousel .pagination .slide-number-bg {
          width: 100px;
          height: 100px;
          margin-right: 0; } }
      @media (max-height: 450px) {
        #main-page-carousel .pagination .slide-number-bg {
          width: 100px;
          height: 100px;
          margin-right: 0; } }
      #main-page-carousel .pagination .slide-number-bg svg {
        margin-top: -77px;
        margin-left: -38px;
        width: 205px;
        height: 205px;
        transform: rotateY(0deg) rotateZ(-150deg); }
        @media screen and (max-width: 1279px) {
          #main-page-carousel .pagination .slide-number-bg svg {
            margin-left: 20px;
            margin-top: -45px;
            width: 140px;
            height: 140px; } }
        @media screen and (max-width: 767px) {
          #main-page-carousel .pagination .slide-number-bg svg {
            margin-left: -10px;
            margin-top: -38px;
            width: 125px;
            height: 125px; } }
        @media (max-height: 450px) {
          #main-page-carousel .pagination .slide-number-bg svg {
            margin-top: -52px;
            margin-left: -10px;
            width: 125px;
            height: 125px; } }
      #main-page-carousel .pagination .slide-number-bg svg circle {
        stroke-dasharray: 314px;
        stroke-dashoffset: 58px;
        stroke-linecap: round;
        stroke-width: 4px;
        stroke: #ea7030;
        fill: none;
        width: 100%;
        height: 100%; }

@keyframes countdown {
  from {
    stroke-dashoffset: 314px; }
  to {
    stroke-dashoffset: 58px; } }
    #main-page-carousel .pagination .slide-numbers {
      overflow: hidden;
      z-index: 60;
      width: 50px;
      height: 50px;
      display: flex;
      position: absolute;
      left: 35px;
      top: 0; }
      @media screen and (max-width: 1279px) {
        #main-page-carousel .pagination .slide-numbers {
          left: 63px;
          top: 0; } }
      @media screen and (max-width: 767px) {
        #main-page-carousel .pagination .slide-numbers {
          left: 36px;
          top: 9px;
          width: 30px;
          height: 30px; } }
      @media (max-height: 450px) {
        #main-page-carousel .pagination .slide-numbers {
          top: -4px;
          left: 36px; } }
      #main-page-carousel .pagination .slide-numbers .item {
        width: 50px;
        height: 50px;
        position: absolute;
        color: white;
        top: 0;
        left: 0;
        display: grid;
        place-items: center;
        font-size: 35px;
        font-weight: bold; }
        @media screen and (max-width: 1279px) {
          #main-page-carousel .pagination .slide-numbers .item {
            font-size: 24px; } }
        @media screen and (max-width: 767px) {
          #main-page-carousel .pagination .slide-numbers .item {
            font-size: 20px;
            width: 30px;
            height: 30px; } }
        @media (max-height: 450px) {
          #main-page-carousel .pagination .slide-numbers .item {
            font-size: 20px;
            width: 30px;
            height: 30px; } }
        #main-page-carousel .pagination .slide-numbers .item#slide-item-6 {
          display: none; }
    #main-page-carousel .pagination .playbutton .resume-btn {
      display: none; }
    #main-page-carousel .pagination .playbutton .play-btn {
      display: block;
      stroke: #ffffff;
      fill: white; }
    #main-page-carousel .pagination .playbutton.playing .resume-btn {
      display: block; }
    #main-page-carousel .pagination .playbutton.playing .play-btn {
      display: none; }
  #main-page-carousel .button-yellow {
    display: inline-block;
    border-radius: .25rem;
    border-width: 1px;
    border-color: #ea7030;
    background-color: #ea7030;
    font-size: 16px;
    padding: 13px 33px;
    font-weight: 400;
    line-height: 1.25rem;
    color: white; }
    @media screen and (max-width: 767px) {
      #main-page-carousel .button-yellow {
        font-size: 14px;
        padding: 10px 21px; } }
    #main-page-carousel .button-yellow:hover {
      border-color: #d9682c;
      background-color: #d9682c; }

#FormField_26,
.p-part-data {
  display: none; }

.type-createaccount #FormField_30 {
  order: 2; }

[data-hide-ele],
[stock-available="false"] {
  display: none !important; }

.dollar-general-table table tr.last {
  border-bottom: 1px solid #004270; }

.t-heading-image {
  border: 1px solid #DCDCDC;
  border-right: 0;
  border-top: 0; }
  .t-heading-image img {
    max-width: 160px; }
  .t-heading-image > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.form-control[data-input]::-webkit-calendar-picker-indicator {
  filter: invert(1); }

.title-ele {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  margin: 0 auto; }
  .title-ele img {
    max-width: 12% !important; }
  .title-ele .page-heading {
    padding-bottom: 0; }

.dollar-general-table .t-heading-image {
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-top: 0; }

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%; }

.dollar-general-form .form-wrapper .form-input {
  position: relative;
  background: transparent; }
  .dollar-general-form .form-wrapper .form-input:after {
    z-index: -1;
    content: "";
    background-image: url("data:image/svg+xml,%0A%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M160 192h64v64h-64zM256 192h64v64h-64zM352 192h64v64h-64zM64 384h64v64h-64zM160 384h64v64h-64zM256 384h64v64h-64zM160 288h64v64h-64zM256 288h64v64h-64zM352 288h64v64h-64zM64 288h64v64h-64zM416 0v32h-64v-32h-224v32h-64v-32h-64v512h480v-512h-64zM448 480h-416v-352h416v352z' fill='%23004270'%3E%3C/path%3E%3C/svg%3E%0A");
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 5px;
    position: absolute; }

.dollar-general-form input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

@media screen and (max-width: 1023px) {
  .title-ele {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .title-ele img {
      max-width: 30% !important; }
    .title-ele h1 {
      order: 1;
      margin-bottom: 10px; }
    .title-ele [title="Dollar General"] {
      order: 2;
      margin-bottom: 10px; }
    .title-ele [alt="popshelf"] {
      order: 3;
      margin-bottom: 15px; } }

[data-edit-mode] p {
  line-height: 1.2; }

[data-edit-mode] {
  padding: 10px !important;
  border: 1px solid;
  width: 100%; }

.widget-catName {
  display: none; }

.des-data {
  display: block !important; }
  .des-data p {
    justify-content: left; }

.catID {
  margin-bottom: 0 !important; }

[data-s-item] img {
  max-height: 100px;
  min-height: 100px; }

.data-table-1599 .des-data,
.data-table-1601 .des-data,
.data-table-1603 .des-data,
.data-table-1611 .des-data {
  display: flex !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: center !important; }
  .data-table-1599 .des-data p,
  .data-table-1601 .des-data p,
  .data-table-1603 .des-data p,
  .data-table-1611 .des-data p {
    display: block !important; }
    .data-table-1599 .des-data p.item-number,
    .data-table-1601 .des-data p.item-number,
    .data-table-1603 .des-data p.item-number,
    .data-table-1611 .des-data p.item-number {
      display: none !important; }

#ui-datepicker-div {
  z-index: 9999 !important; }

.productView-options .form-label {
  font-weight: 500 !important; }

.form-result-message.successfully-submitted {
  font-size: 20px;
  color: green;
  margin-bottom: 20px;
  font-weight: 500; }

.form-result-message.submitting-error {
  font-size: 20px;
  color: red;
  margin-bottom: 20px;
  font-weight: 500; }

.benefit-section ul li:last-child p span svg {
  width: 23px;
  height: 27px;
  /* border: 1px solid; */ }

.navBar-item a[href="https://cookandboardman.com/solutions/"] {
  color: #004270; }

/* CSS for main slider using widget */
/* CSS for main slider using widget */
[hide-ceia] #add-to-cart-wrapper,
.hide-ceia-rfq#add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
  display: none !important; }

.page--qaatc .page-content {
  position: relative; }

.qaatc__addalltocart-wrapper {
  width: 100%;
  text-align: right;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .qaatc__addalltocart-wrapper {
      margin-top: 15px; } }

.productView_table {
  margin-bottom: 20px; }
  .productView_table .qaatc__list {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 0px 0px; }
    .productView_table .qaatc__list .qaatc__item-heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 15px 30px;
      font-weight: 700;
      font-size: 16px;
      line-height: 25px;
      color: #273D6D;
      border-bottom: 1px solid #E5E5E5; }
      @media screen and (max-width: 767px) {
        .productView_table .qaatc__list .qaatc__item-heading {
          display: none; } }
    .productView_table .qaatc__list dt.product-image {
      width: 10%; }
    .productView_table .qaatc__list dt.all-skus, .productView_table .qaatc__list .main-product-sku {
      width: 26%;
      padding: 0 15px; }
    .productView_table .qaatc__list dt.all-price {
      text-align: center;
      width: 25%; }
    .productView_table .qaatc__list dt.all-variant {
      width: 40%;
      padding: 0 15px; }
    .productView_table .qaatc__list dt.all-qty {
      width: 11.7%;
      text-align: center; }
    .productView_table .qaatc__list .qaatc__item {
      width: 100%;
      padding: 15px 30px;
      font-weight: 400;
      font-size: 16px;
      border-bottom: 1px solid #e5e5e5; }
      .productView_table .qaatc__list .qaatc__item .qaatc__options {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        @media screen and (max-width: 767px) {
          .productView_table .qaatc__list .qaatc__item .qaatc__options {
            flex-direction: column;
            -webkit-flex-direction: column;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image {
          width: 10%; }
          .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image .qaatc__img-container {
            width: 90px;
            height: 90px;
            border: 1px solid #e5e5e5;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            margin-top: 25px; }
            .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image .qaatc__img-container .qaatc__img {
              max-height: 80px; }
              @media screen and (max-width: 767px) {
                .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image .qaatc__img-container .qaatc__img {
                  max-height: 125px; } }
            @media screen and (max-width: 1023px) {
              .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image .qaatc__img-container {
                width: auto; } }
            @media screen and (max-width: 767px) {
              .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image .qaatc__img-container {
                width: 150px;
                height: 150px;
                margin-top: 0; } }
          @media screen and (max-width: 767px) {
            .productView_table .qaatc__list .qaatc__item .qaatc__options .product-image {
              width: 100%; } }
        .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku {
          width: 90%;
          margin-top: 30px; }
          .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-header {
            background: #ebebeb;
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-header {
                padding: 10px; } }
          .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body {
            padding: 15px 0px;
            border-bottom: 1px solid #e5e5e5;
            color: #6D6E71; }
            .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body:last-child {
              border-bottom: 0; }
            @media screen and (max-width: 767px) {
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body {
                padding: 10px 0; } }
            .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-skus {
              width: 27%;
              margin-top: 6px;
              padding: 0 15px; }
              @media screen and (max-width: 767px) {
                .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-skus {
                  width: 100%;
                  padding: 0; } }
            .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-variant {
              width: 40%;
              padding: 0 15px;
              text-align: left; }
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-variant .varint_opts {
                margin-top: 8px; }
                .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-variant .varint_opts .opt-row {
                  display: block !important;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  flex-wrap: wrap;
                  -webkit-flex-wrap: wrap;
                  line-height: 16px;
                  margin-bottom: 8px;
                  color: #808285; }
                  .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-variant .varint_opts .opt-row .opt-lbl {
                    font-weight: 600;
                    display: inline-block; }
                  .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-variant .varint_opts .opt-row .opt-val {
                    display: inline; }
              @media screen and (max-width: 767px) {
                .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-variant {
                  width: 100%;
                  padding: 0 0; } }
            .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-price {
              width: 25%;
              color: #00873C;
              line-height: 24px;
              font-weight: 600;
              margin-top: 6px; }
              @media screen and (max-width: 767px) {
                .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-price {
                  width: 100%;
                  text-align: left;
                  padding: 0;
                  margin-bottom: 8px;
                  margin-top: 0; } }
            .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty {
              width: 12%;
              text-align: center; }
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty .form-increment {
                border: 1px solid #808285;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
                margin: 0 auto;
                width: 96px; }
                .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty .form-increment .button {
                  background: 0 0;
                  padding: 0;
                  border: 0;
                  line-height: 0;
                  font-size: 0; }
                  .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty .form-increment .button .icon svg {
                    fill: #273D6D; }
                @media screen and (max-width: 767px) {
                  .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty .form-increment {
                    margin: 0 0; } }
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty input {
                border: 0;
                padding: 8px;
                width: 40px;
                text-align: center;
                color: #273D6D; }
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty input[type=number]::-webkit-inner-spin-button,
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty input[type=number]::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0; }
              @media screen and (max-width: 767px) {
                .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty {
                  width: 100%; } }
            @media screen and (max-width: 767px) {
              .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body {
                flex-direction: column;
                -webkit-flex-direction: column;
                padding: 10px 0 20px; } }
          @media screen and (max-width: 767px) {
            .productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku {
              font-size: 14px;
              width: 100%;
              margin-top: 5px; } }
        .productView_table .qaatc__list .qaatc__item .qaatc__options .qaatc__product-name {
          color: #273D6D;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 8px;
          display: none; }
      @media screen and (max-width: 767px) {
        .productView_table .qaatc__list .qaatc__item {
          padding: 20px 20px 0; } }

.qaatc__item-inner {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 801px) {
  .qaatc__item-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.qaatc__item:hover {
  border-color: #777; }

.qaatc__details {
  width: 100%; }

@media (min-width: 801px) {
  .qaatc__details {
    width: 75%;
    padding: 0 5px; } }

@media (min-width: 1261px) {
  .qaatc__details {
    width: 35%; } }

.qaatc__price {
  font-size: 14px; }

.qaatc__price .price-section {
  display: inline-block; }

.qaatc__qty {
  width: 100%; }

@media (min-width: 801px) {
  .qaatc__qty {
    width: 50%;
    margin: 0;
    padding: 0 5px; } }

@media (min-width: 1261px) {
  .qaatc__qty {
    width: 27%; } }

.qaatc__qty .form-field--increments {
  margin-bottom: 0; }

.qaatc__qty .form-label--alternate {
  margin-bottom: 4px; }

.qaatc__toggle-options {
  margin: 10px 0 0 0; }

.qaatc__actions {
  width: 100%; }

@media (min-width: 801px) {
  .qaatc__actions {
    width: 50%;
    margin: 0;
    padding-left: 5px; } }

@media (min-width: 1261px) {
  .qaatc__actions {
    width: 23%; } }

.qaatc__addtocart {
  margin: 0; }

.all-price {
  width: 15%;
  text-align: center;
  padding: 0 15px; }

.all-add {
  width: 10%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  justify-content: end; }
  .all-add input[type="checkbox"] {
    width: 16px;
    height: 16px; }
  .all-add .navUser-action {
    padding: 0;
    display: block; }
    .all-add .navUser-action .icon {
      width: 22px;
      height: 22px;
      margin-left: 10px; }
      .all-add .navUser-action .icon svg {
        fill: #626366; }
      @media screen and (max-width: 767px) {
        .all-add .navUser-action .icon {
          margin-left: 8px; } }

@media screen and (max-width: 767px) {
  .qaatc__item.hasQuantity {
    overflow: auto; } }

.qaatc__item.hasQuantity .qaatc__item-inner {
  width: 100%;
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .qaatc__item.hasQuantity .qaatc__item-inner {
      padding: 0 10px; } }
  .qaatc__item.hasQuantity .qaatc__item-inner .box-body {
    display: inline-flex;
    width: 100%;
    padding: 15px 10px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .qaatc__item.hasQuantity .qaatc__item-inner .box-body {
        padding: 10px;
        font-size: 14px; } }

.qaatc__options .all-sku .box-header,
.qaatc__options .all-sku .box-body {
  display: inline-flex;
  width: 100%; }

.qaatc__options .form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both; }

.qaatc__options .form-field {
  width: 100%;
  margin: 0;
  padding: 10px; }

@media (min-width: 551px) {
  .qaatc__options .form-field {
    width: 50%; } }

@media (min-width: 801px) {
  .qaatc__options .form-field {
    width: 33.33333%; } }

.qaatc__item.hasOptions .qaatc__addtocart {
  opacity: 1; }

.qaatc__item.hasOptions.hasOptions--selected .qaatc__addtocart {
  opacity: 1; }

.qaatc__item.hasQuantity .qaatc__addtocart {
  color: #fff;
  background-color: #f2c31d;
  border-color: #f2c31d; }

.qaatc__item.hasQuantity .qaatc__addtocart:hover {
  color: #fff;
  background-color: #f5d151;
  border-color: #f5d151; }

.qaatc__item.hasOptions.wasAdded,
.qaatc__item.hasOptions.wasAdded:hover,
.qaatc__item.wasAdded,
.qaatc__item.wasAdded:hover {
  border-color: #47a536; }

.qaatc__item.wasAdded .qaatc__addtocart,
.qaatc__item.wasAdded .qaatc__addtocart:hover {
  color: #fff;
  background-color: #47a536;
  border-color: #47a536; }

.qaatc__item.hasError,
.qaatc__item.hasError:hover,
.qaatc__item.hasOptions.hasError,
.qaatc__item.hasOptions.hasError:hover {
  border-color: #e24957; }

.qaatc__item.hasError .qaatc__addtocart,
.qaatc__item.hasError .qaatc__addtocart:hover {
  color: #fff;
  background-color: #e24957;
  border-color: #e24957; }

.qaatc__options .all-sku .box-body:first-child .qaatc__product-name {
  display: block; }

.productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty .form-increment .button {
  display: flex; }

.productView_table .qaatc__list .qaatc__item .qaatc__options .all-sku .box-body .all-qty input {
  line-height: normal; }

.cookie-policy-table {
  margin-bottom: 40px; }

.cookie-policy-table table {
  border: 1px solid #ddd;
  margin-bottom: 40px; }

.cookie-policy-table th,
.cookie-policy-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  border-left: 1px solid #ddd; }

@media screen and (max-width: 767px) {
  .cookie-policy-table {
    overflow: auto; }
  .cookie-policy-table table {
    width: 700px; } }

body.page-37 .division-card .division-logo {
  border-right: 1px #ccc solid !important; }

body.page-37 .division-card .division-info {
  opacity: 0;
  pointer-events: none; }

.product-quote-box {
  padding: 0 0 0 10px;
  display: none; }

[for="checkallboxes"] {
  cursor: pointer; }

.select-for-quote {
  display: none;
  align-items: center;
  padding: 0 10px;
  margin-right: 10px; }

.centertxt {
  margin-right: 10px; }

.ele-90 {
  width: 90%;
  display: flex;
  align-items: center; }
  .ele-90 input {
    margin: 0 5px 0 0;
    position: relative;
    top: 1px; }

[data-juior-buyer="true"] .qaatc__addalltocart,
[data-juior-buyer="true"] .addAllToBag {
  display: none !important; }

.disableIt {
  pointer-events: none !important;
  opacity: 0.7;
  cursor: not-allowed; }

.disableChange [data-item-edit] {
  display: none !important; }

.productView-custominfo .info-inner .data-block ul li {
  display: block;
  list-style: none; }
  .productView-custominfo .info-inner .data-block ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .productView-custominfo .info-inner .data-block ul li dl {
        flex-wrap: wrap; } }

.productView-info .info-inner dl {
  display: flex;
  margin-bottom: 0; }

[specific-store="yes"] .login {
  display: block !important; }

[specific-store="yes"] [action="/search.php"] {
  display: none !important; }

.customer-create-message {
  line-height: 34px !important; }

.type-cart .c00409.rfq-button-container {
  margin-right: 0px !important;
  margin-top: 10px !important;
  width: 100% !important; }

.toggle-variants .toggle-link {
  color: #808285;
  cursor: pointer;
  width: 25%;
  text-align: center;
  font-size: 16px; }
  .toggle-variants .toggle-link span {
    height: auto;
    border-radius: 0;
    outline: none;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 30px;
    text-transform: capitalize;
    background: white;
    font-family: "proxima-nova";
    color: #004270;
    border: 1px solid #004270;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .toggle-variants .toggle-link span::after {
      border: solid #273D6D;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      content: " ";
      position: absolute;
      right: 20px;
      top: 14px; }
  .toggle-variants .toggle-link .hide-element {
    display: none; }
    .toggle-variants .toggle-link .hide-element::after {
      border: solid #273D6D;
      border-width: 0 1px 1px 0;
      display: inline-block;
      transform: rotate(-135deg) !important;
      -webkit-transform: rotate(-135deg);
      content: " ";
      position: absolute;
      right: 20px;
      top: 18px; }
  .toggle-variants .toggle-link.active .hide-element {
    display: block; }
  .toggle-variants .toggle-link.active .show-element {
    display: none; }
  .toggle-variants .toggle-link:hover {
    color: #004270; }

.all-product-variants {
  display: none; }

@media screen and (max-width: 767px) {
  .toggle-link {
    width: 50% !important;
    display: block;
    float: left; } }

@media screen and (max-width: 480px) {
  .toggle-link {
    width: 100% !important;
    display: block;
    float: left; } }

[data-hide-cart-btn] [data-add-action-type="addall"] {
  display: none !important; }

.bass-top-banner {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 125px; }
  @media screen and (max-width: 1023px) {
    .bass-top-banner {
      height: 380px; } }
  @media screen and (max-width: 767px) {
    .bass-top-banner {
      min-height: 300px;
      margin-bottom: 90px; } }
  .bass-top-banner::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat; }
  .bass-top-banner img {
    height: 100%;
    object-fit: cover; }

.bass-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110px;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 52px;
  font-weight: 600px;
  z-index: 1;
  max-width: 648px; }
  @media screen and (max-width: 1279px) {
    .bass-banner-text {
      left: 50px;
      font-size: 38px;
      line-height: 44px;
      max-width: 560px; } }
  @media screen and (max-width: 767px) {
    .bass-banner-text {
      font-size: 30px;
      line-height: 34px;
      left: 15px;
      right: 15px;
      max-width: 100%; } }

.bass-banner-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  padding: 26px 50px 0;
  background-color: white;
  z-index: 2;
  clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);
  width: 350px;
  height: 72px; }
  @media screen and (max-width: 1023px) {
    .bass-banner-logo {
      width: 280px;
      height: 58px;
      padding: 20px 38px 0; } }
  @media screen and (max-width: 767px) {
    .bass-banner-logo {
      width: 200px;
      height: 42px;
      padding: 15px 28px 0; } }

.bass-security-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -37px;
  margin-right: -37px; }
  @media screen and (max-width: 1279px) {
    .bass-security-row {
      margin-left: -20px;
      margin-right: -20px; } }

.bass-security-left {
  width: 41.52%;
  padding: 0 37px; }
  @media screen and (max-width: 1279px) {
    .bass-security-left {
      padding: 0 20px; } }
  @media screen and (max-width: 1023px) {
    .bass-security-left {
      width: 44%; } }
  @media screen and (max-width: 767px) {
    .bass-security-left {
      width: 100%; } }
  .bass-security-left h3 {
    font-size: 32px;
    line-height: 42px; }
    @media screen and (max-width: 1023px) {
      .bass-security-left h3 {
        font-size: 26px;
        line-height: 34px; } }
    @media screen and (max-width: 767px) {
      .bass-security-left h3 {
        margin-bottom: 20px; } }

.bass-security-right {
  width: 58.42%;
  padding: 0 37px; }
  @media screen and (max-width: 1279px) {
    .bass-security-right {
      padding: 0 20px; } }
  @media screen and (max-width: 1023px) {
    .bass-security-right {
      width: 56%; } }
  @media screen and (max-width: 767px) {
    .bass-security-right {
      width: 100%; } }
  .bass-security-right p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #58595B; }
    @media screen and (max-width: 1023px) {
      .bass-security-right p {
        font-size: 18px;
        line-height: 26px; } }
  .bass-security-right .button {
    margin-top: 30px; }

.header-logo-custom img {
  max-width: 100%;
  max-height: 60px;
  width: auto; }
  @media screen and (max-width: 1440px) {
    .header-logo-custom img {
      max-height: 29px;
      width: 200px; } }
  @media screen and (max-width: 1023px) {
    .header-logo-custom img {
      width: auto; } }

.footer-logo-block .f-logo img {
  max-width: 188px; }

.product-image-holder {
  border: 3px solid #ebebeb;
  margin: 0 0 1rem; }

.productView-image {
  flex-direction: column;
  border: 0px;
  margin: 0px; }

.productView-images {
  position: relative; }

.productView-custom-wrapper {
  display: none;
  border-radius: 4px;
  padding: 20px 20px 20px 16px;
  background-color: #ea7030;
  text-align: left;
  color: #fff;
  position: relative;
  margin: 20px;
  margin-top: 0;
  width: calc(100% - 40px); }
  @media screen and (max-width: 1023px) {
    .productView-custom-wrapper {
      padding: 18px; } }
  @media screen and (max-width: 767px) {
    .productView-custom-wrapper {
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      padding: 15px; } }
  .productView-custom-wrapper h4 {
    color: #fff;
    width: 65%;
    font-size: 18px;
    margin-bottom: 10px;
    float: left; }
    @media screen and (max-width: 1023px) {
      .productView-custom-wrapper h4 {
        width: calc(100% - 130px);
        padding-right: 20px;
        order: 1;
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .productView-custom-wrapper h4 {
        width: 100%;
        margin-bottom: 3px;
        padding-right: 5px;
        line-height: 20px; } }
    @media screen and (max-width: 666px) {
      .productView-custom-wrapper h4 {
        margin-bottom: 10px; } }
  .productView-custom-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    float: left; }
    @media screen and (max-width: 767px) {
      .productView-custom-wrapper p {
        width: 100%;
        order: 2;
        margin-bottom: 10px;
        font-size: 14px; } }
    @media screen and (max-width: 666px) {
      .productView-custom-wrapper p {
        margin-bottom: 12px; } }
  .productView-custom-wrapper .learn-more-link {
    color: #ea7030;
    border: 2px solid #fff;
    background-color: #fff;
    display: flex;
    border-radius: 4px;
    font-size: 15px;
    align-items: center;
    padding: 10px 8px 10px 12px;
    font-weight: 500;
    float: right; }
    .productView-custom-wrapper .learn-more-link svg {
      fill: #ea7030;
      width: 18px;
      height: 14px;
      stroke-width: 2px;
      stroke: #ea7030;
      margin-left: 9px; }
      @media screen and (max-width: 767px) {
        .productView-custom-wrapper .learn-more-link svg {
          width: 15px;
          height: 13px;
          margin-left: 4px; } }
    .productView-custom-wrapper .learn-more-link:hover {
      border-color: #e9e9e9;
      background-color: #e9e9e9; }
    @media screen and (max-width: 767px) {
      .productView-custom-wrapper .learn-more-link {
        width: 120px;
        order: 3;
        padding: 8px 5px 8px 8px;
        justify-content: space-between; } }
    @media screen and (max-width: 666px) {
      .productView-custom-wrapper .learn-more-link {
        font-size: 14px;
        width: 110px; } }

[show-build-block] .productView-custom-wrapper {
  display: block; }
  @media screen and (max-width: 1023px) {
    [show-build-block] .productView-custom-wrapper {
      display: block; } }
  @media screen and (max-width: 767px) {
    [show-build-block] .productView-custom-wrapper {
      display: flex; } }

.sameas-container,
.address-container.billing-address-container {
  display: none !important; }

.type-Shopping .body {
  overflow: visible; }

.dropdown-menu.show-action {
  border: 1px solid #004270;
  top: 100%;
  left: auto;
  right: 0; }
  .dropdown-menu.show-action li {
    text-align: center !important;
    border-top: 1px solid #004270 !important; }
    .dropdown-menu.show-action li:first-child {
      border-top: 0px !important; }
    .dropdown-menu.show-action li:hover a,
    .dropdown-menu.show-action li:focus a {
      color: #fff;
      text-decoration: underline;
      border-top: 1px solid #004270 !important; }
    .dropdown-menu.show-action li a {
      padding: 10px;
      color: #004270; }
      .dropdown-menu.show-action li a:hover, .dropdown-menu.show-action li a:focus {
        color: #fff;
        text-decoration: underline;
        border-top: 1px solid #004270 !important;
        padding: 10px; }
    .dropdown-menu.show-action li.zeroitem {
      cursor: not-allowed !important; }
      .dropdown-menu.show-action li.zeroitem a {
        pointer-events: none !important;
        cursor: not-allowed !important; }

.address-list {
  display: flex;
  padding: 0px 10px; }
  .address-list .address :hover {
    cursor: pointer; }
  .address-list .address.active {
    border: 1px solid; }

.biling-address,
.shipping-address {
  padding: 12px; }

.quote-popup-window {
  padding: 10px; }
  .quote-popup-window .add-new-address {
    display: block; }
    .quote-popup-window .add-new-address.show-form {
      display: block; }
  .quote-popup-window .billing-address-container.show-form {
    display: block; }

.new-address-form #add {
  border: 1px solid !important;
  padding: 4px 10px !important;
  margin: 10px !important; }

.dropdown-menu-custom {
  display: none; }
  .dropdown-menu-custom.open-drpdown {
    display: block; }

#quote-to-shipping {
  overflow-y: scroll; }

.gp-dollor-general #my-quote-entry,
.b2b-quote-disable #my-quote-entry,
.quote-type-none #my-quote-entry,
.quote-type-custom #my-quote-entry,
.quote-type-undefined1 #my-quote-entry {
  display: none; }

.gp-dollor-general [data-cart] .rfq-button-container,
.b2b-quote-disable [data-cart] .rfq-button-container,
.quote-type-none [data-cart] .rfq-button-container,
.quote-type-custom [data-cart] .rfq-button-container,
.quote-type-undefined1 [data-cart] .rfq-button-container {
  display: none !important; }

.gp-dollor-general .footer-quote-button.floter-btn,
.b2b-quote-disable .footer-quote-button.floter-btn,
.quote-type-none .footer-quote-button.floter-btn,
.quote-type-custom .footer-quote-button.floter-btn,
.quote-type-undefined1 .footer-quote-button.floter-btn {
  display: none; }

.gp-dollor-general .rfq-pdp-button-container .add-to-quote,
.b2b-quote-disable .rfq-pdp-button-container .add-to-quote,
.quote-type-none .rfq-pdp-button-container .add-to-quote,
.quote-type-custom .rfq-pdp-button-container .add-to-quote,
.quote-type-undefined1 .rfq-pdp-button-container .add-to-quote {
  display: none; }

.gp-dollor-general .not-quick-view,
.gp-dollor-general [aria-label="Quote"],
.b2b-quote-disable .not-quick-view,
.b2b-quote-disable [aria-label="Quote"],
.quote-type-none .not-quick-view,
.quote-type-none [aria-label="Quote"],
.quote-type-custom .not-quick-view,
.quote-type-custom [aria-label="Quote"],
.quote-type-undefined1 .not-quick-view,
.quote-type-undefined1 [aria-label="Quote"] {
  display: none !important; }

.gp-dollor-general .quote-footer-link,
.b2b-quote-disable .quote-footer-link,
.quote-type-none .quote-footer-link,
.quote-type-custom .quote-footer-link,
.quote-type-undefined1 .quote-footer-link {
  display: none !important; }

.gp-dollor-general [href="/quotes-list/"],
.b2b-quote-disable [href="/quotes-list/"],
.quote-type-none [href="/quotes-list/"],
.quote-type-custom [href="/quotes-list/"],
.quote-type-undefined1 [href="/quotes-list/"] {
  display: none; }

.quote-popup-window .frm-error-msg {
  display: none !important;
  color: #d60909;
  background: #ffc2c2;
  display: block;
  padding: 4px 13px;
  border: #ff6363 1px solid;
  width: fit-content; }
  .quote-popup-window .frm-error-msg.show {
    display: block !important; }

.group-dg-user .navPages-item.cat-link a i {
  display: none; }

.group-dg-user .navPages-item.cat-link ul {
  display: none !important; }
  .group-dg-user .navPages-item.cat-link ul li {
    display: none !important; }

.group-dg-user [data-cart] .rfq-button-container {
  display: none !important; }

.group-dg-user .quote-footer-link {
  display: none !important; }

.group-dg-user .mobile-menu-block .cat-link div {
  display: none !important; }

.group-dg-user .mobile-menu-block .cat-link ul {
  display: none !important; }
  .group-dg-user .mobile-menu-block .cat-link ul li {
    display: none !important; }

.bc-native-search-disabled [data-quick-search-form] {
  display: none; }

[data-widgettype4-category-id] .des-data .item-number,
[data-widgettype6-category-id] .des-data .item-number,
[data-widgettype7-category-id] .des-data .item-number {
  color: #fff;
  font-size: 0;
  height: 0; }

.item-number.hidden {
  opacity: 0;
  color: #fff;
  margin: 0;
  height: 0;
  width: 0;
  font-size: 0; }

#results-list li {
  padding-left: 25px !important; }

#results-list li[data-name] {
  padding-left: 8px !important; }

#results-list li[data-name]:hover {
  background-color: #004270;
  color: #fff; }

/*Doller Generl Order Through file upload style*/
.make-choice {
  display: flex;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 1164px;
  flex-direction: column; }
  .make-choice .input-choice {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 8px;
    text-transform: capitalize; }

.download-sample-file {
  text-decoration: none;
  font-size: 12px;
  padding: 2px 9px;
  display: none;
  border: 1px solid;
  background: #004270;
  color: #ebffff !important;
  font-style: normal; }

.dg-upload-cat .grid,
.dg-upload-cat .dg-otf,
.dg-upload-cat .download-sample-file {
  display: none; }

[data-dg-order-file-addtocart] {
  display: none; }

.page-content [dg-other-file-dummy] {
  display: none; }

.otfu-message {
  display: none;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 1164px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px; }

[data-dg-upload-file] {
  display: none; }

.otfu-selected .dg-otf {
  display: none; }

.otfu-selected .download-sample-file {
  display: inline-block; }

.otfu-selected [dg-other-file-dummy] {
  display: block; }

.otfu-selected .form-section.page-section {
  width: 100%;
  flex-wrap: nowrap;
  max-width: 100%;
  align-items: baseline; }

.otfu-selected .otfu-message {
  display: block; }

.otfu-selected [data-dg-upload-file] {
  display: block; }

.client-data-container {
  width: 100%; }
  .client-data-container .client-data {
    margin-bottom: 17px;
    border-bottom: 1px solid;
    border-top: 1px solid; }
    .client-data-container .client-data .client-field {
      display: flex; }
      .client-data-container .client-data .client-field .title {
        color: #006892;
        font-weight: bold;
        width: 15%; }
      .client-data-container .client-data .client-field .field-value {
        padding: 0px 16px;
        width: 50%; }

.home-carousel-container #main-page-carousel {
  visibility: hidden; }
  .home-carousel-container #main-page-carousel.show-carousel {
    visibility: visible; }

.home-carousel-container .card-contents-wrapper .card-content {
  visibility: visible; }
  .home-carousel-container .card-contents-wrapper .card-content.hide-prv-text {
    visibility: hidden; }

.home-carousel-container .homepage-carousel-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh; }
  .home-carousel-container .homepage-carousel-loading .spinner {
    display: none !important;
    margin: 20% auto; }
  .home-carousel-container .homepage-carousel-loading.show-loader .spinner {
    display: block !important; }

@media screen and (max-width: 767px) {
  .footer-quote-button.floter-btn,
  .float-button-wrap {
    display: none; } }

@media screen and (max-width: 767px) {
  .sticky-add .footer-quote-button.floter-btn,
  .sticky-add .float-button-wrap {
    display: flex !important; } }

.loader-in-menu .spinner {
  display: none !important; }

.loader-in-menu.show-loader .spinner {
  display: block !important; }

.navUser-item--account.c-dropdown:hover > .navUser-action + ul li + li {
  margin-top: 0 !important; }

.navUser-item--account.c-dropdown:hover > .navUser-action + ul .navUser-action + .navUser-action {
  margin-top: 11px !important;
  margin-bottom: 10px !important; }

.navUser-item--account.c-dropdown:hover .no-customer {
  display: flex;
  flex-direction: column; }

.navUser-item--account.c-dropdown .no-customer {
  padding: 15px 15px 0 15px !important; }
  .navUser-item--account.c-dropdown .no-customer li {
    margin-bottom: 10px; }
    .navUser-item--account.c-dropdown .no-customer li .navUser-action {
      padding: 0; }
    .navUser-item--account.c-dropdown .no-customer li:first-child {
      order: 1; }
    .navUser-item--account.c-dropdown .no-customer li:nth-child(2) {
      order: 3; }
    .navUser-item--account.c-dropdown .no-customer li:nth-child(3) {
      order: 2; }
      .navUser-item--account.c-dropdown .no-customer li:nth-child(3) .navUser-action {
        top: 0 !important; }
    .navUser-item--account.c-dropdown .no-customer li:nth-child(4) {
      order: 4; }
      .navUser-item--account.c-dropdown .no-customer li:nth-child(4) .navUser-action {
        top: 0 !important; }
    .navUser-item--account.c-dropdown .no-customer li:last-child {
      order: 5; }

.userway_buttons_wrapper,
#ot-sdk-btn-floating {
  display: none !important; }

.images-floating-button {
  padding-top: 13px; }
  @media screen and (max-width: 767px) {
    .images-floating-button {
      margin-bottom: 20px;
      padding-top: 0; } }
  .images-floating-button a.access-btn {
    margin-right: 20px;
    position: relative; }
    .images-floating-button a.access-btn.loading::after {
      content: "";
      position: absolute;
      top: -4px;
      left: 0;
      width: 35px;
      /* 35px image + 2*6px padding */
      height: 35px;
      border-radius: 50%;
      border: 3px dotted #007bff;
      /* Blue dotted border */
      animation: spins 1s linear infinite;
      box-sizing: border-box;
      pointer-events: none;
      z-index: 1; }

@keyframes spins {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.client-data-container {
  display: none !important; }

.group-dg-user .client-data-container {
  display: block !important; }

.productView-info-bulkPricing .productView-info-name {
  font-weight: 500;
  color: #6d6e71; }

.productView-info-bulkPricing .productView-info-value a {
  color: #004270;
  text-decoration: underline; }
  .productView-info-bulkPricing .productView-info-value a:hover {
    color: #6d6e71; }
