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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

.navList-section + .navList-section {
  margin-top: 1.5rem; }

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

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

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

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #999999;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-title {
  color: #444444;
  font-family: 'Poppins', sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

.navUser:after {
  clear: both; }

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

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

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

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

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

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

@media (min-width: 801px) {
  .navUser {
    transform: none; } }

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }
  .navUser .dropdown-menu.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.78571rem;
    position: absolute; }
  .navUser .dropdown-menu.is-open::after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.92857rem;
    position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center;
  margin-bottom: 15px; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes heartbeat {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.2); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.login {
  max-width: 64.28571rem; }

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

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

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

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

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

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

html {
  scroll-behavior: smooth; }

.body_container.login .beforelog-header {
  z-index: 10;
  background: #fff;
  left: 30px;
  right: 30px; }
  @media screen and (max-width: 767px) {
    .body_container.login .beforelog-header {
      left: 4px;
      right: 4px; } }

.body_container.login .dealer-login-header {
  border-top: 4px solid #bc9517; }
  @media screen and (max-width: 991px) {
    .body_container.login .dealer-login-header {
      padding: 0px; } }
  .body_container.login .dealer-login-header .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px; }
    @media screen and (max-width: 991px) {
      .body_container.login .dealer-login-header .top-section {
        position: relative;
        padding: 10px 30px; } }
    @media screen and (max-width: 550px) {
      .body_container.login .dealer-login-header .top-section {
        padding: 10px; } }
    @media screen and (max-width: 991px) {
      .body_container.login .dealer-login-header .top-section .connolly-logo-section {
        width: 40%; } }
    .body_container.login .dealer-login-header .top-section .connolly-logo-section .home_logo {
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .body_container.login .dealer-login-header .top-section .connolly-logo-section .home_logo img {
          width: 100%;
          max-width: 250px; } }
    .body_container.login .dealer-login-header .top-section .custom_menu {
      display: none; }
      @media screen and (max-width: 991px) {
        .body_container.login .dealer-login-header .top-section .custom_menu {
          display: block; } }
      .body_container.login .dealer-login-header .top-section .custom_menu .mobileMenu-toggle {
        position: unset;
        display: none; }
        @media screen and (max-width: 991px) {
          .body_container.login .dealer-login-header .top-section .custom_menu .mobileMenu-toggle {
            display: block; }
            .body_container.login .dealer-login-header .top-section .custom_menu .mobileMenu-toggle .mobileMenu-toggleIcon {
              top: 42px; } }
    @media screen and (max-width: 991px) and (max-width: 665px) {
      .body_container.login .dealer-login-header .top-section .custom_menu .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 37px; } }
    @media screen and (max-width: 991px) and (max-width: 480px) {
      .body_container.login .dealer-login-header .top-section .custom_menu .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 35px; } }
  .body_container.login .dealer-login-header .navigation {
    margin: 35px 0px 0px 0px; }
    @media screen and (max-width: 991px) {
      .body_container.login .dealer-login-header .navigation {
        transform: translateX(-114%);
        transition: transform 0.3s;
        position: fixed;
        left: 0;
        background: #fbf5e7;
        margin: 0px;
        height: 100%;
        z-index: 1; } }
    .body_container.login .dealer-login-header .navigation .navigation-menu {
      margin: 0px 0px 10px 0px; }
    .body_container.login .dealer-login-header .navigation ul {
      display: flex;
      justify-content: center;
      margin: 0; }
      @media screen and (max-width: 991px) {
        .body_container.login .dealer-login-header .navigation ul {
          margin: 0px;
          flex-direction: column; } }
      .body_container.login .dealer-login-header .navigation ul li {
        margin: 0px 30px;
        list-style: none; }
        @media screen and (max-width: 1200px) {
          .body_container.login .dealer-login-header .navigation ul li {
            margin: 0px 15px; } }
        @media screen and (max-width: 991px) {
          .body_container.login .dealer-login-header .navigation ul li {
            text-align: center;
            border-bottom: 1px solid #dad8d8;
            padding: 15px 0px;
            margin: 0px; } }
        .body_container.login .dealer-login-header .navigation ul li a {
          color: #000000 !important;
          font-size: 15px;
          line-height: 20px;
          text-decoration: none;
          font-weight: 600;
          text-transform: uppercase; }
          @media screen and (max-width: 550px) {
            .body_container.login .dealer-login-header .navigation ul li a {
              font-size: 14px; } }
  .body_container.login .dealer-login-header .navigation.is-open {
    background: #fbf5e7;
    padding: 0px;
    position: fixed;
    overflow: scroll;
    display: block;
    z-index: 999;
    height: 100%;
    transform: translateX(0);
    left: 30px;
    right: 30px; }
    @media screen and (max-width: 767px) {
      .body_container.login .dealer-login-header .navigation.is-open {
        left: 4px;
        right: 4px; } }
  .body_container.login .dealer-login-header .dealer-login-heading .page-heading {
    position: sticky; }

.body_container.login .body.login {
  margin: 0px;
  /*login form*/ }
  .body_container.login .body.login .login.dealer {
    background-color: #ffffff;
    padding: 50px 0px;
    margin: 0px; }
    @media screen and (max-width: 1440px) {
      .body_container.login .body.login .login.dealer {
        padding: 40px 0px; } }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .login.dealer {
        padding: 35px 25px 45px 25px; } }
    @media screen and (max-width: 480px) {
      .body_container.login .body.login .login.dealer {
        padding: 35px 25px; } }
    .body_container.login .body.login .login.dealer .login-info-text {
      font-size: 18px;
      line-height: 20px;
      color: #184499 !important;
      font-weight: 600;
      text-align: left;
      margin: 0px 0px 15px 0px; }
      @media screen and (max-width: 480px) {
        .body_container.login .body.login .login.dealer .login-info-text {
          font-size: 16px;
          line-height: 20px; } }
    .body_container.login .body.login .login.dealer .login-row {
      display: flex;
      flex-direction: column;
      max-width: 670px;
      padding: 0px 40px 0px 40px;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .login.dealer .login-row {
          padding: 0px;
          max-width: 600px; } }
      .body_container.login .body.login .login.dealer .login-row .login-form.form {
        background-color: #EBEBEB;
        width: 100%;
        border: 1px solid #ddd;
        padding: 25px 20px 50px 20px !important; }
        @media screen and (max-width: 480px) {
          .body_container.login .body.login .login.dealer .login-row .login-form.form {
            padding: 20px 20px 50px 20px !important; } }
        @media screen and (max-width: 380px) {
          .body_container.login .body.login .login.dealer .login-row .login-form.form {
            padding: 16px 16px 50px 16px !important; } }
        .body_container.login .body.login .login.dealer .login-row .login-form.form .page-heading {
          display: block;
          margin: 0px 0px 20px 0px;
          font-size: 21px;
          line-height: 23px;
          padding: 0px;
          text-align: center;
          font-weight: 600;
          background: none;
          position: unset;
          color: #07265e !important; }
          @media screen and (max-width: 767px) {
            .body_container.login .body.login .login.dealer .login-row .login-form.form .page-heading {
              font-size: 18px;
              margin: 0px 0px 15px 0px; } }
        .body_container.login .body.login .login.dealer .login-row .login-form.form .form-field .form-input {
          padding: 15px; }
          @media screen and (max-width: 767px) {
            .body_container.login .body.login .login.dealer .login-row .login-form.form .form-field .form-input {
              padding: 10px; } }
        .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions {
          display: flex;
          align-items: center; }
          .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .login-btn {
            text-align: left;
            margin: 0px;
            width: 50%; }
            @media screen and (max-width: 480px) {
              .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .login-btn {
                width: 32%; } }
            .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .login-btn input {
              padding: 11px 21px;
              font-weight: 600;
              text-transform: uppercase; }
              @media screen and (max-width: 991px) {
                .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .login-btn input {
                  padding: 10px 20px;
                  width: auto;
                  font-size: 12px;
                  line-height: 14px;
                  margin: 0px; } }
              @media screen and (max-width: 480px) {
                .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .login-btn input {
                  padding: 10px; } }
          .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .forget-btn {
            text-align: right;
            width: 50%;
            margin: 0px;
            vertical-align: middle; }
            @media screen and (max-width: 480px) {
              .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .forget-btn {
                width: 68%; } }
            .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .forget-btn .forgot-password {
              text-decoration: none;
              font-size: 15px;
              line-height: 19px; }
              @media screen and (max-width: 991px) {
                .body_container.login .body.login .login.dealer .login-row .login-form.form .form-actions .forget-btn .forgot-password {
                  font-size: 13px;
                  line-height: 16px; } }
      .body_container.login .body.login .login.dealer .login-row .become-a-dealder-btn-section {
        width: 100%;
        margin: 20px 0px 0px 0px; }
        .body_container.login .body.login .login.dealer .login-row .become-a-dealder-btn-section .dealer_btn {
          display: inline-block;
          border: 1px solid #736e58;
          padding: 5px;
          border-radius: 5px;
          background-color: #EBB811;
          color: #ffffff !important;
          font-size: 12px;
          line-height: 19px;
          font-weight: 500;
          text-decoration: none;
          width: 100%;
          max-width: 150px;
          text-align: center; }
          @media screen and (max-width: 380px) {
            .body_container.login .body.login .login.dealer .login-row .become-a-dealder-btn-section .dealer_btn {
              margin: 0px 0px 10px 0px; } }
        @media screen and (max-width: 380px) {
          .body_container.login .body.login .login.dealer .login-row .become-a-dealder-btn-section .dealer_btn:last-child {
            margin: 0px; } }
  .body_container.login .body.login .brands-section {
    padding: 0px 25px 50px 25px; }
    .body_container.login .body.login .brands-section .heading_section {
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .brands-section .heading_section {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        .body_container.login .body.login .brands-section .heading_section {
          margin-bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .body_container.login .body.login .brands-section .heading_section {
          margin-bottom: 0px; } }
      .body_container.login .body.login .brands-section .heading_section h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        position: relative;
        padding-bottom: 20px;
        margin: 0px 0px 20px 0px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .brands-section .heading_section h1 {
            font-size: 30px;
            line-height: 36px; } }
        @media screen and (max-width: 767px) {
          .body_container.login .body.login .brands-section .heading_section h1 {
            font-size: 28px;
            line-height: 30px; } }
        @media screen and (max-width: 480px) {
          .body_container.login .body.login .brands-section .heading_section h1 {
            font-size: 24px;
            line-height: 28px; } }
        .body_container.login .body.login .brands-section .heading_section h1::after {
          content: " ";
          position: absolute;
          height: 4px;
          left: 45%;
          width: 120px;
          bottom: 0;
          border-radius: 4px;
          background: #e8b71f; }
          @media screen and (max-width: 767px) {
            .body_container.login .body.login .brands-section .heading_section h1::after {
              left: 40%; } }
          @media screen and (max-width: 500px) {
            .body_container.login .body.login .brands-section .heading_section h1::after {
              left: 37%; } }
          @media screen and (max-width: 480px) {
            .body_container.login .body.login .brands-section .heading_section h1::after {
              left: 33%; } }
    .body_container.login .body.login .brands-section .carousel .explore__item-image {
      max-width: 150px; }
    .body_container.login .body.login .brands-section .carousel .slick-arrow {
      background-color: #506089;
      width: 30px;
      transition: all 0.5s;
      height: 30px;
      border-radius: 50%;
      border: 0px;
      margin: 0px; }
      .body_container.login .body.login .brands-section .carousel .slick-arrow::before {
        background: none;
        border-bottom: 4px solid;
        border-left: 4px solid;
        border-color: #ffffff;
        height: 12px;
        width: 12px;
        top: 9.5px;
        position: absolute; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .brands-section .carousel .slick-arrow::before {
            top: 9px; } }
    .body_container.login .body.login .brands-section .carousel .slick-prev.slick-arrow {
      left: 0px; }
      .body_container.login .body.login .brands-section .carousel .slick-prev.slick-arrow::before {
        transform: rotate(45deg);
        left: 11px; }
    .body_container.login .body.login .brands-section .carousel .slick-list.draggable .slick-track {
      align-items: center;
      display: flex; }
      .body_container.login .body.login .brands-section .carousel .slick-list.draggable .slick-track .slides {
        text-align: center; }
        .body_container.login .body.login .brands-section .carousel .slick-list.draggable .slick-track .slides .explore__item {
          display: inline-block;
          padding: 0px 25px; }
    .body_container.login .body.login .brands-section .carousel .slick-next.slick-arrow {
      right: 0px;
      left: auto; }
      .body_container.login .body.login .brands-section .carousel .slick-next.slick-arrow::before {
        transform: rotate(-135deg);
        left: 7px; }
    .body_container.login .body.login .brands-section .carousel .slick-dots {
      display: none !important; }
  .body_container.login .body.login .youTube-section {
    background-color: #E8EFE7;
    padding: 15px 0px 35px 0px; }
    .body_container.login .body.login .youTube-section .youTube {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .youTube-section .youTube {
          display: block; } }
      .body_container.login .body.login .youTube-section .youTube .video-section {
        padding: 0px 25px 0px 50px; }
      .body_container.login .body.login .youTube-section .youTube .video-content-section {
        padding: 0px 50px 0px 25px; }
      .body_container.login .body.login .youTube-section .youTube .video-section,
      .body_container.login .body.login .youTube-section .youTube .video-content-section {
        width: 50%; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .youTube-section .youTube .video-section,
          .body_container.login .body.login .youTube-section .youTube .video-content-section {
            width: 100%;
            padding: 0px 25px; } }
      .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h2 {
        color: #9A2A1C !important;
        font-size: 18px;
        font-weight: 700;
        margin: 0px 0px 10px 0px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h2 {
            margin: 30px 0px 15px 0px; } }
        @media screen and (max-width: 767px) {
          .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h2 {
            font-size: 18px;
            line-height: 22px; } }
      .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        position: relative;
        padding-bottom: 18px;
        margin: 0px 0px 20px 0px; }
        .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h1::after {
          content: " ";
          position: absolute;
          height: 4px;
          left: 0;
          width: 120px;
          bottom: 0;
          border-radius: 4px;
          background: #e8b71f; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h1 {
            font-size: 28px;
            line-height: 32px; } }
        @media screen and (max-width: 480px) {
          .body_container.login .body.login .youTube-section .youTube .video-content-section .resource h1 {
            font-size: 24px;
            line-height: 30px; } }
      .body_container.login .body.login .youTube-section .youTube .video-content-section .resource .right-section {
        padding: 20px 0px 0px 0px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .youTube-section .youTube .video-content-section .resource .right-section {
            padding: 0px; } }
        .body_container.login .body.login .youTube-section .youTube .video-content-section .resource .right-section p {
          font-size: 18px;
          line-height: 24px; }
          @media screen and (max-width: 480px) {
            .body_container.login .body.login .youTube-section .youTube .video-content-section .resource .right-section p {
              font-size: 16px;
              line-height: 20px; } }
        .body_container.login .body.login .youTube-section .youTube .video-content-section .resource .right-section p:last-child {
          margin: 0px; }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .content_heading {
    padding: 50px 0px; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .content_heading {
        padding: 40px 0px; } }
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .content_heading h1 {
      text-align: center;
      font-size: 48px;
      line-height: 50px;
      font-weight: 600;
      margin: 0px;
      letter-spacing: normal;
      padding: 0 25px;
      color: #ffffff !important; }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .content_heading h1 {
          font-size: 42px;
          line-height: 44px; } }
      @media screen and (max-width: 767px) {
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .content_heading h1 {
          font-size: 36px;
          line-height: 40px; } }
      @media screen and (max-width: 480px) {
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .content_heading h1 {
          font-size: 30px;
          line-height: 36px; } }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content {
        display: block;
        padding: 0px 0px 25px 0px; } }
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .image_section,
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section {
      width: 50%; }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .image_section,
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section {
          width: 100%; } }
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .image_section img {
      width: 100%;
      max-width: 960px; }
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .heading {
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .heading {
          font-size: 22px;
          line-height: 30px; } }
      @media screen and (max-width: 767px) {
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .heading {
          font-size: 20px;
          line-height: 28px; } }
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .content,
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .html-code {
      margin: 0px;
      font-size: 14px;
      line-height: 24px; }
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .content .convenience_content,
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .html-code .convenience_content {
        margin: 0px 0px 0px 20px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .content .convenience_content ul,
          .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .html-code .convenience_content ul {
            margin-bottom: 0px; } }
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .content .convenience_content ul li,
        .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content .content_section .html-code .convenience_content ul li {
          margin: 0px 0px 5px 0px; }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Convenience .content_section {
    padding: 0px 30px; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Convenience .content_section {
        padding: 30px 25px 0px 25px; } }
    .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Convenience .content_section .content {
      margin-bottom: 15px; }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Accuracy_Speed .content_section {
    padding: 0px 30px 0px 50px; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Accuracy_Speed .content_section {
        padding: 30px 25px 0px 25px; } }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Accuracy_Speed .image_section {
    order: 2; }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Review_Past .content_section {
    padding: 0px 30px; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Review_Past .content_section {
        padding: 30px 25px 0px 25px; } }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Benefits_Accounting .content_section {
    padding: 0px 30px 0px 50px; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Benefits_Accounting .content_section {
        padding: 30px 25px 0px 25px; } }
  .body_container.login .body.login .why_connolly_dealer_hub_section .content_section .inner_content.Benefits_Accounting .image_section {
    order: 2; }
  .body_container.login .body.login .tutorial_videos_section {
    padding: 20px 25px 50px 25px; }
    .body_container.login .body.login .tutorial_videos_section .tutorial_content {
      width: 100%;
      max-width: 1058px;
      margin: 0px auto; }
      .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section {
        margin: 0px 0px 45px 0px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section {
            margin: 0px 0px 35px 0px; } }
        .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section h1 {
          font-weight: 700;
          font-size: 32px;
          line-height: 42px;
          position: relative;
          padding-bottom: 20px; }
          @media screen and (max-width: 991px) {
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section h1 {
              font-size: 30px;
              line-height: 36px; } }
          @media screen and (max-width: 767px) {
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section h1 {
              font-size: 26px;
              line-height: 30px; } }
          @media screen and (max-width: 480px) {
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section h1 {
              font-size: 24px;
              line-height: 28px; } }
          .body_container.login .body.login .tutorial_videos_section .tutorial_content .heading_section h1::after {
            content: " ";
            position: absolute;
            height: 4px;
            left: 0%;
            width: 120px;
            bottom: 0;
            border-radius: 4px;
            background: #e8b71f; }
      .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos {
          padding: 15px !important;
          width: 33.333%; }
          @media screen and (max-width: 991px) {
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos {
              width: 50%; } }
          @media screen and (max-width: 600px) {
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos {
              width: 100%; } }
          .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content {
            border: 1px solid #f1f1f1;
            box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.15);
            border-radius: 4px; }
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .youtube__popup-video {
              position: relative;
              width: 100%;
              height: auto;
              display: flex;
              align-items: center;
              justify-content: center; }
              .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .youtube__popup-video .youtube__placeholder-img {
                width: auto; }
              .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .youtube__popup-video svg {
                position: absolute;
                top: 42%;
                left: 42%;
                fill: #ffffff;
                width: 100%;
                max-width: 57px;
                border-radius: 50%;
                background: rgba(0, 0, 0, 0.25); }
                @media screen and (max-width: 375px) {
                  .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .youtube__popup-video svg {
                    top: 36%;
                    left: 40%;
                    max-width: 50px; } }
            .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend {
              position: fixed;
              top: 0;
              z-index: 1005;
              background-color: rgba(0, 0, 0, 0.9);
              width: 100%;
              left: 0;
              text-align: center;
              height: 100%;
              display: none; }
              .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content {
                display: none;
                position: absolute;
                height: 100%;
                width: 100%;
                padding: 40px 8px;
                z-index: 1009; }
                @media screen and (max-width: 991px) {
                  .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content {
                    padding: 30px 10px; } }
                @media screen and (max-width: 650px) {
                  .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content {
                    top: 14%; } }
                .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content iframe {
                  width: 100%;
                  height: 100%;
                  max-width: 900px;
                  box-shadow: 0 5px 15px #000000; }
                  @media screen and (max-width: 650px) {
                    .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content iframe {
                      height: 300px; } }
                .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content .close-popup {
                  position: absolute;
                  font-size: 27px;
                  color: #ffffff;
                  z-index: 1;
                  top: 0px;
                  padding: 0px; }
                  @media screen and (max-width: 991px) {
                    .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content .close-popup {
                      right: 40px;
                      font-size: 21px;
                      top: 5px; } }
                  @media screen and (max-width: 800px) {
                    .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .inner_content .blend .video_content .close-popup {
                      right: 10px; } }
          .body_container.login .body.login .tutorial_videos_section .tutorial_content .video_section .videos .video_heading {
            padding: 18px;
            margin: 0px;
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            color: #000000 !important; }
  .body_container.login .body.login .testimonials_section {
    background-color: #254687;
    padding: 0px 50px; }
    @media screen and (max-width: 991px) {
      .body_container.login .body.login .testimonials_section {
        padding: 0px 25px; } }
    @media screen and (max-width: 551px) {
      .body_container.login .body.login .testimonials_section {
        padding: 0px 20px; } }
    .body_container.login .body.login .testimonials_section [data-layout-name] {
      position: unset;
      z-index: auto; }
      .body_container.login .body.login .testimonials_section [data-layout-name] [data-sub-layout] {
        position: unset;
        z-index: auto; }
    .body_container.login .body.login .testimonials_section .heading-section .testimonial_heading {
      font-weight: 700;
      color: #ffffff !important;
      font-size: 24px;
      line-height: 32px;
      margin: 30px 0px 0px 0px; }
      @media screen and (max-width: 480px) {
        .body_container.login .body.login .testimonials_section .heading-section .testimonial_heading {
          margin-bottom: 0px;
          font-size: 22px;
          line-height: 28px; } }
    .body_container.login .body.login .testimonials_section .slider-container {
      position: relative;
      margin: 0 auto;
      width: 92%;
      height: 500px; }
      @media screen and (max-width: 1440px) {
        .body_container.login .body.login .testimonials_section .slider-container {
          height: 420px; } }
      @media screen and (max-width: 991px) {
        .body_container.login .body.login .testimonials_section .slider-container {
          width: 100%;
          height: 400px; } }
      @media screen and (max-width: 767px) {
        .body_container.login .body.login .testimonials_section .slider-container {
          height: 380px; } }
      .body_container.login .body.login .testimonials_section .slider-container .bullet-container {
        position: absolute;
        bottom: 6%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 480px) {
          .body_container.login .body.login .testimonials_section .slider-container .bullet-container {
            bottom: 3%; } }
        .body_container.login .body.login .testimonials_section .slider-container .bullet-container .bullet {
          margin-right: 14px;
          height: 16px;
          width: 18px;
          border-radius: 50%;
          background-color: white;
          opacity: 0.5; }
          .body_container.login .body.login .testimonials_section .slider-container .bullet-container .bullet:hover {
            cursor: pointer; }
          .body_container.login .body.login .testimonials_section .slider-container .bullet-container .bullet:last-child {
            margin-right: 0px; }
          @media screen and (max-width: 991px) {
            .body_container.login .body.login .testimonials_section .slider-container .bullet-container .bullet {
              height: 14px;
              width: 16px; } }
          @media screen and (max-width: 480px) {
            .body_container.login .body.login .testimonials_section .slider-container .bullet-container .bullet {
              height: 12px;
              width: 13px; } }
          .body_container.login .body.login .testimonials_section .slider-container .bullet-container .bullet.active {
            opacity: 1; }
      .body_container.login .body.login .testimonials_section .slider-container .slider-content {
        position: relative;
        left: 50%;
        top: 40%;
        width: 70%;
        height: 60%;
        margin-left: 0px;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 600px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-content {
            width: 100%; } }
        .body_container.login .body.login .testimonials_section .slider-container .slider-content .quotes_image {
          width: 100%;
          max-width: 25px;
          height: 100%;
          min-height: 25px; }
        .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single {
          position: absolute;
          z-index: 0;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          width: 90%;
          height: auto;
          transition: z-index 0ms 250ms; }
          @media screen and (max-width: 600px) {
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single {
              width: 90%; } }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .main_content {
            margin: 10px 0px 0px 0px;
            color: #000 !important;
            font-size: 15px;
            font-weight: 600;
            line-height: 19px; }
            @media screen and (max-width: 1200px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .main_content {
                font-size: 14px;
                line-height: 18px; } }
            @media screen and (max-width: 991px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .main_content {
                font-size: 13px;
                line-height: 17px; } }
            @media screen and (max-width: 480px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .main_content {
                font-size: 12px;
                line-height: 14px; } }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_name {
            padding: 35px 0px 0px 0px;
            color: #000 !important;
            font-size: 18px;
            font-weight: 700;
            line-height: 22px; }
            @media screen and (max-width: 991px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_name {
                padding: 30px 0px 0px 0px;
                font-size: 17px;
                line-height: 21px; } }
            @media screen and (max-width: 767px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_name {
                font-size: 16px;
                line-height: 20px; } }
            @media screen and (max-width: 480px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_name {
                padding: 25px 0px 0px 0px; } }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_position {
            color: #adadad !important;
            font-size: 15px;
            font-weight: 300;
            line-height: 23px; }
            @media screen and (max-width: 991px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_position {
                font-size: 14px;
                line-height: 20px; } }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_name, .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .subtext_position {
            margin: 0px; }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single::marker {
            content: ''; }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-image {
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            box-shadow: 0 0 6px 1px #000;
            transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
            transform: scale(0);
            opacity: 0;
            box-shadow: none;
            text-align: center;
            padding: 20px; }
            @media screen and (max-width: 600px) {
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-image {
                padding: 15px; } }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-download {
            position: absolute;
            display: block;
            right: -22px;
            bottom: 12px;
            padding: 15px;
            color: #333333;
            background-color: #fdc84b;
            font-size: 18px;
            font-weight: 600;
            font-family: "karla";
            border-radius: 5px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
            transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
            opacity: 0; }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-download:hover, .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-download:focus {
              outline: none;
              text-decoration: none; }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-title {
            display: block;
            float: left;
            margin: 16px 0 0 20px;
            font-size: 20px;
            font-family: "karla";
            font-weight: 400;
            color: #ffffff;
            transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
            opacity: 0; }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-likes {
            display: block;
            float: right;
            margin: 16px 20px 0 0;
            transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
            opacity: 0; }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-likes i {
              font-size: 20px;
              display: inline-block;
              vertical-align: middle;
              margin-right: 5px;
              color: #ff6060;
              transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
              transform: scale(0); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-likes p {
              display: inline-block;
              vertical-align: middle;
              margin: 0;
              color: #ffffff; }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-likes:hover, .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single .slider-single-likes:focus {
              outline: none;
              text-decoration: none; }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactivede .slider-single-image {
            transform: translateX(-50%) scale(0); }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive {
            z-index: 1; }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive .slider-single-image {
              opacity: 1;
              transform: translateX(-40%) scale(0.8); }
              @media screen and (max-width: 991px) {
                .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive .slider-single-image {
                  transform: translateX(-35%) scale(0.7); } }
              @media screen and (max-width: 600px) {
                .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive .slider-single-image {
                  transform: translateX(0%) scale(0.6); } }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive .slider-single-download {
              transform: translateX(-150px); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive .slider-single-title {
              transform: translateX(-150px); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.preactive .slider-single-likes {
              transform: translateX(-150px); }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive {
            z-index: 1; }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive .slider-single-image {
              opacity: 1;
              transform: translateX(40%) scale(0.8); }
              @media screen and (max-width: 991px) {
                .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive .slider-single-image {
                  transform: translateX(35%) scale(0.7); } }
              @media screen and (max-width: 600px) {
                .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive .slider-single-image {
                  transform: translateX(0%) scale(0.6); } }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive .slider-single-download {
              transform: translateX(150px); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive .slider-single-title {
              transform: translateX(150px); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactive .slider-single-likes {
              transform: translateX(150px); }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.proactivede .slider-single-image {
            transform: translateX(50%) scale(0); }
          .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active {
            z-index: 2; }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active .slider-single-image {
              opacity: 1;
              transform: translateX(0%) scale(1); }
              @media screen and (max-width: 991px) {
                .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active .slider-single-image {
                  transform: translateX(0%) scale(1); } }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active .slider-single-download {
              opacity: 1;
              transition-delay: 100ms;
              transform: translateX(0px); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active .slider-single-title {
              opacity: 1;
              transition-delay: 200ms;
              transform: translateX(0px); }
            .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active .slider-single-likes {
              opacity: 1;
              transition-delay: 300ms;
              transform: translateX(0px); }
              .body_container.login .body.login .testimonials_section .slider-container .slider-content .slider-single.active .slider-single-likes i {
                animation-name: heartbeat;
                animation-duration: 500ms;
                animation-delay: 900ms;
                animation-interation: 1;
                animation-fill-mode: forwards; }
      .body_container.login .body.login .testimonials_section .slider-container .slider-left, .body_container.login .body.login .testimonials_section .slider-container .slider-right {
        position: absolute;
        z-index: 3;
        display: block;
        top: 40%;
        color: #ffffff;
        transform: translateY(-50%);
        padding: 20px 15px;
        margin-right: -2px;
        text-decoration: none;
        font-size: 39px;
        line-height: 50px;
        font-weight: bold;
        color: #e8b71f !important; }
        @media screen and (max-width: 767px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-left, .body_container.login .body.login .testimonials_section .slider-container .slider-right {
            font-size: 34px;
            line-height: 44px; } }
        @media screen and (max-width: 480px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-left, .body_container.login .body.login .testimonials_section .slider-container .slider-right {
            font-size: 30px;
            line-height: 38px;
            padding: 0px 10px;
            transform: translateY(0%); } }
      .body_container.login .body.login .testimonials_section .slider-container .slider-left {
        left: -45px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-left {
            left: -10px; } }
        @media screen and (max-width: 380px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-left {
            left: -20px; } }
        .body_container.login .body.login .testimonials_section .slider-container .slider-left::before {
          content: "<"; }
      .body_container.login .body.login .testimonials_section .slider-container .slider-right {
        right: -45px; }
        @media screen and (max-width: 991px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-right {
            right: -10px; } }
        @media screen and (max-width: 380px) {
          .body_container.login .body.login .testimonials_section .slider-container .slider-right {
            right: -20px; } }
        .body_container.login .body.login .testimonials_section .slider-container .slider-right::before {
          content: ">"; }
      .body_container.login .body.login .testimonials_section .slider-container .not-visible {
        display: none !important; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

@media only screen and (min-width: 600px) and (max-width: 900px) {
  #sd-image-dbfec702-d81a-4a62-a318-b9a4833d0562 {
    height: 246px !important; }
  #sd-image-d1a5db66-56f5-4451-8249-179aefcbfb7a {
    background-size: cover;
    height: 161px !important; }
  #sd-image-d68a7537-d802-4972-8772-a0e7e636e77d {
    height: 100% !important;
    background-position: center center; }
  [data-sub-layout="3b9704c4-ce3d-489d-a97a-b7acc7066208"] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 0;
    justify-content: center;
    padding-right: 10.5px;
    padding-left: 10.5px;
    position: relative;
    padding-bottom: 80px; }
  .contact-button {
    background: none;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    /* padding: 10px 25px; */
    position: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

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

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

@font-face {
  font-family: 'Poppins', sans-serif;
  src: url("davs://store-iwnu3djqqm.mybigcommerce.com/dav/content/Font/Poppins-Font/"); }

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

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

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

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

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

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

.header-logo-image-container {
  position: relative;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

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

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

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

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/*commonchanges-font,color*/
body {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: 400;
  color: #07265e;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0px; }
  @media (max-width: 991px) {
    body {
      font-size: 13px !important;
      line-height: 19px !important; } }
  @media screen and (max-width: 750px) {
    body {
      padding: 0px; } }
  body .button {
    background-color: #07265e;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    body .button:hover {
      background-color: #c99f19 !important;
      color: #fff !important;
      border: 1px solid #fff; }
  body .form-field,
  body .form-label,
  body select {
    font-family: "Poppins", sans-serif !important;
    color: #07265e !important; }
  body a,
  body p {
    font-family: "Poppins", sans-serif !important;
    color: #07265e !important; }
  body span,
  body div {
    font-family: "Poppins", sans-serif !important; }
  body .icon svg {
    /* fill: $white_text;*/ }
  body .pagination .active .current {
    color: #fff;
    background-color: #07265e !important;
    text-decoration: none; }
  body .form-field--error .form-inlineMessage {
    color: #ff2828;
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }
    body .form-field--error .form-inlineMessage::before {
      background: none;
      width: auto; }
  body .pagination li a {
    display: inline-block;
    border: 1px solid #333333 !important;
    background-color: #fff;
    color: #333333;
    border-color: #333333 !important;
    font-weight: 600 !important;
    width: auto;
    height: auto;
    border-radius: 0 !important;
    text-decoration: none;
    padding: 10px;
    font-size: 15px; }
    body .pagination li a:hover {
      background-color: #07265e !important;
      color: #fff !important; }
  body input:focus,
  body button:focus,
  body textarea:focus,
  body select:focus,
  body details:focus,
  body [href]:focus {
    outline: none !important;
    outline-offset: 1px !important; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #07265e !important;
    letter-spacing: 0px;
    font-family: "Poppins", sans-serif !important; }
  body a:hover {
    color: #e9b920 !important; }
  body .sticky {
    position: fixed;
    width: auto;
    left: 30px;
    right: 30px;
    top: 0px; }
    @media (min-width: 1400px) {
      body .sticky {
        left: 0;
        right: 0;
        max-width: 1300px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      body .sticky {
        left: 0;
        right: 0;
        top: 0; } }
  body .breadcrumbs.sticky,
  body .page-heading.sticky {
    position: fixed;
    width: auto;
    z-index: 10;
    right: 30px;
    margin-bottom: 0px !important; }
    @media (max-width: 767px) {
      body .breadcrumbs.sticky,
      body .page-heading.sticky {
        left: 4px !important;
        right: 4px !important; } }
  body .breadcrumbs {
    background-color: #fff !important;
    padding: 10px 0px; }
  body .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px; }
  body .form-select {
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 30px !important;
    background-size: 9px; }

.body {
  margin-bottom: 0px;
  margin-top: 0px !important; }

.navPages-item {
  float: none; }
  .navPages-item .navPages-action {
    color: #07265e;
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 19px; }
    .navPages-item .navPages-action:hover {
      color: unset; }
    @media (max-width: 1300px) {
      .navPages-item .navPages-action {
        font-size: 14px !important; } }
    @media (max-width: 991px) {
      .navPages-item .navPages-action {
        font-size: 14px !important; } }
    @media (max-width: 1100px) {
      .navPages-item .navPages-action {
        padding: 15px 0 !important;
        display: inline-block;
        font-size: 15px;
        line-height: 19px; } }

h1 {
  font-size: 48px;
  line-height: 56.16px;
  margin: 0; }

.navUser-item button,
.navUser-item a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  color: #162b62;
  background-color: unset; }

.card-title {
  color: #07265e !important;
  font-size: 15px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 7px;
  font-weight: 600; }
  .card-title a {
    color: #07265e !important;
    font-family: "Poppins", sans-serif; }

.price {
  font-size: 15px;
  line-height: 20px;
  color: #07265e;
  font-family: "Poppins", sans-serif; }

.page-heading {
  position: absolute;
  width: 100%; }

.breadcrumbs {
  margin-bottom: 20px; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    font-size: 13px; }
    .breadcrumbs .breadcrumb a {
      color: #07265e;
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
      font-size: 15px;
      line-height: 20px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .breadcrumbs .breadcrumb a {
          font-size: 13px;
          line-height: 19px; } }
      .breadcrumbs .breadcrumb a:hover {
        color: #e9b920 !important; }
    .breadcrumbs .breadcrumb span:hover {
      color: #e9b920 !important; }
  .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: #e9b920 !important;
    cursor: text;
    font-size: 15px;
    line-height: 20px; }
    @media screen and (max-width: 991px) {
      .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        font-size: 13px;
        line-height: 19px; } }
  .breadcrumbs .breadcrumb::before {
    margin-left: 7.5px;
    font-size: 14px;
    line-height: 19px; }
  .breadcrumbs .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }

.card-figcaption-body {
  display: none; }

.productView-title {
  display: inline-block;
  padding: 0 10px 0 0 !important;
  color: #07265e;
  font-family: 'Poppins', sans-serif;
  width: 60% !important;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.45 !important; }

.form-input {
  border-color: #07265e;
  background: #fff;
  color: #07265e; }
  @media (max-width: 991px) {
    .form-input {
      font-size: 13px !important;
      line-height: 19px !important; } }

/*commonchanges-font,color*/
/*outer body design*/
.body_container .page {
  margin: 0; }

.body_container.cart {
  display: block;
  width: auto; }

.body_container {
  background-color: #ffffff;
  margin: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    .body_container {
      margin: 0px;
      border-left: 4px solid #bc9517;
      border-right: 4px solid #bc9517; } }
  .body_container .body {
    padding-top: 0px !important; }
    .body_container .body .container {
      width: 100%;
      max-width: 100%;
      margin: 0 auto; }
      .body_container .body .container .sticky {
        width: auto;
        left: 30px;
        right: 30px;
        top: 0; }
      @media screen and (max-width: 991px) {
        .body_container .body .container {
          overflow: visible;
          position: relative; } }
      @media screen and (max-width: 800px) {
        .body_container .body .container {
          position: relative; } }
      .body_container .body .container .after_login_container,
      .body_container .body .container .recently_viewed_page,
      .body_container .body .container .create_wishlist {
        padding: 40px !important; }
        @media screen and (max-width: 450px) {
          .body_container .body .container .after_login_container,
          .body_container .body .container .recently_viewed_page,
          .body_container .body .container .create_wishlist {
            padding: 20px !important; } }
      .body_container .body .container .account {
        margin-bottom: 0px; }
  .body_container .header {
    background-color: #fff;
    top: 0;
    height: auto !important;
    padding: 20px 0px 15px 0px;
    position: sticky;
    width: auto;
    left: 30px;
    right: 30px; }
    @media (max-width: 1200px) {
      .body_container .header {
        padding: 20px 0px 10px 0px; } }
    @media (max-width: 991px) {
      .body_container .header {
        padding: 10px 0px 10px 0px; } }
  .body_container .header_top_part {
    display: flex;
    width: 92%;
    margin: 0 auto;
    justify-content: center; }
    @media (min-width: 1400px) {
      .body_container .header_top_part {
        margin: 0 auto;
        width: 89%; } }
    @media (max-width: 1200px) {
      .body_container .header_top_part {
        margin: 0 auto;
        width: 92%; } }
    @media (max-width: 991px) {
      .body_container .header_top_part {
        align-items: center;
        justify-content: unset; } }
    @media (max-width: 900px) {
      .body_container .header_top_part {
        width: 88%; } }
    @media (max-width: 800px) {
      .body_container .header_top_part {
        width: 90%; } }
    .body_container .header_top_part .search_field_div {
      display: inline-block;
      padding: 0px;
      width: 33.33%;
      vertical-align: middle; }
      @media (max-width: 991px) {
        .body_container .header_top_part .search_field_div {
          position: absolute;
          right: 172px !important;
          top: 82px !important;
          padding: 0px !important;
          vertical-align: middle;
          transform: translateY(-50%);
          width: auto; } }
      @media (max-width: 800px) {
        .body_container .header_top_part .search_field_div {
          right: 149px !important;
          top: 52px !important; } }
      @media (max-width: 767px) {
        .body_container .header_top_part .search_field_div {
          right: 149px !important;
          top: 43px !important; } }
      @media (max-width: 551px) {
        .body_container .header_top_part .search_field_div {
          position: absolute;
          right: 139px !important;
          top: 39px !important; } }
      @media (max-width: 350px) {
        .body_container .header_top_part .search_field_div {
          position: absolute;
          right: 130px !important;
          top: 40px !important; } }
      .body_container .header_top_part .search_field_div .dropdown--quickSearch {
        position: static;
        border-top: 0;
        display: block;
        background-color: transparent;
        padding-top: 23px; }
        @media (max-width: 991px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch {
            padding: 0 !important; } }
        @media (max-width: 767px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch {
            right: 20px !important; } }
        @media (max-width: 551px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch {
            top: 11px !important; } }
        .body_container .header_top_part .search_field_div .dropdown--quickSearch p.serach_content {
          margin-bottom: 8px;
          font-size: 13px;
          line-height: normal; }
          @media (max-width: 991px) {
            .body_container .header_top_part .search_field_div .dropdown--quickSearch p.serach_content {
              display: none; } }
        .body_container .header_top_part .search_field_div .dropdown--quickSearch .form-fieldset {
          max-width: 20px !important; }
        @media (max-width: 991px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch button {
            width: 22px;
            height: 24px;
            padding: 0;
            display: inline-block;
            position: relative;
            bottom: 40px; } }
        @media (max-width: 800px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch button {
            bottom: 15px; } }
        @media (max-width: 767px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch button {
            bottom: 7px; } }
        @media (max-width: 551px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch button {
            width: 0px !important;
            height: 17px;
            bottom: 3px; } }
        @media (max-width: 420px) {
          .body_container .header_top_part .search_field_div .dropdown--quickSearch button {
            bottom: 9px; } }
    .body_container .header_top_part .branding {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      vertical-align: middle;
      padding-left: 0;
      width: 33.33%; }
      @media (max-width: 991px) {
        .body_container .header_top_part .branding {
          width: auto;
          text-align: left; } }
      @media (max-width: 767px) {
        .body_container .header_top_part .branding {
          display: unset; } }
      @media (max-width: 551px) {
        .body_container .header_top_part .branding {
          display: unset; } }

.page-wrap {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin: 0 auto; }

/*outer body design*/
/* Heading commom code */
.page-heading {
  padding: 10px 30px;
  background: #07265e;
  color: #ffffff !important;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  position: relative; }

/* Heading commom code */
/*Common code for login related page*/
.login .form-field label,
.login .form-field--error label,
.createaccount .form-field label,
.createaccount .form-field--error label,
.forgotpassword .form-field label,
.forgotpassword .form-field--error label {
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #07265e;
  font-weight: 600; }
  @media screen and (max-width: 991px) {
    .login .form-field label,
    .login .form-field--error label,
    .createaccount .form-field label,
    .createaccount .form-field--error label,
    .forgotpassword .form-field label,
    .forgotpassword .form-field--error label {
      font-size: 13px !important;
      line-height: 19px; } }

.login .form-field .form-input,
.login .form-field--error .form-input,
.createaccount .form-field .form-input,
.createaccount .form-field--error .form-input,
.forgotpassword .form-field .form-input,
.forgotpassword .form-field--error .form-input {
  border-color: #07265e;
  background: #fff;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 991px) {
    .login .form-field .form-input,
    .login .form-field--error .form-input,
    .createaccount .form-field .form-input,
    .createaccount .form-field--error .form-input,
    .forgotpassword .form-field .form-input,
    .forgotpassword .form-field--error .form-input {
      font-size: 13px !important;
      line-height: 19px; } }

.login .form-field .form-inlineMessage,
.login .form-field--error .form-inlineMessage,
.createaccount .form-field .form-inlineMessage,
.createaccount .form-field--error .form-inlineMessage,
.forgotpassword .form-field .form-inlineMessage,
.forgotpassword .form-field--error .form-inlineMessage {
  color: #ff2828 !important;
  font-size: 13px;
  line-height: 17px;
  margin-top: 0px; }
  .login .form-field .form-inlineMessage::before,
  .login .form-field--error .form-inlineMessage::before,
  .createaccount .form-field .form-inlineMessage::before,
  .createaccount .form-field--error .form-inlineMessage::before,
  .forgotpassword .form-field .form-inlineMessage::before,
  .forgotpassword .form-field--error .form-inlineMessage::before {
    background-image: none;
    width: 0px; }

.login .container,
.createaccount .container,
.forgotpassword .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px; }

.login .button,
.createaccount .button,
.forgotpassword .button {
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 3px;
  border-color: #07265e;
  background-color: #07265e; }
  .login .button:hover,
  .createaccount .button:hover,
  .forgotpassword .button:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }
  @media screen and (max-width: 991px) {
    .login .button,
    .createaccount .button,
    .forgotpassword .button {
      font-size: 12px;
      line-height: 14px; } }

.login input:focus,
.login button:focus,
.createaccount input:focus,
.createaccount button:focus,
.forgotpassword input:focus,
.forgotpassword button:focus {
  outline: none !important; }

/*Common code for login related page*/
/*Login page*/
.login {
  max-width: 100%; }
  @media screen and (max-width: 991px) {
    .login .container {
      padding: 0px !important; } }
  .login .breadcrumbs {
    display: none; }
  .login .login-row {
    display: table;
    padding: 45px;
    max-width: 1000px;
    margin-top: 0px; }
    @media screen and (max-width: 767px) {
      .login .login-row {
        display: block;
        padding: 40px; } }
    @media screen and (max-width: 450px) {
      .login .login-row {
        padding: 40px 30px 30px 30px; } }
    .login .login-row .login-form {
      background: #fbf5e7;
      border: 1px solid #ddd;
      margin: 0;
      padding: 20px !important;
      border-right: 0;
      display: table-cell;
      vertical-align: top;
      float: none;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .login .login-row .login-form {
          display: block;
          width: 100%;
          border-right: 1px solid #ddd; } }
      .login .login-row .login-form .form-input {
        font-size: 15px;
        line-height: 20px; }
      .login .login-row .login-form .account-sub-heading {
        margin: 0 0 20px;
        font-size: 17px;
        line-height: 20px;
        color: #07265e;
        font-family: "Poppins", sans-serif;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0px; }
        @media screen and (max-width: 767px) {
          .login .login-row .login-form .account-sub-heading {
            font-size: 16px; } }
      .login .login-row .login-form .form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .login .login-row .login-form .form-actions {
            width: 100%; } }
        .login .login-row .login-form .form-actions .btn {
          text-align: left;
          justify-content: flex-start; }
          @media screen and (max-width: 480px) {
            .login .login-row .login-form .form-actions .btn {
              width: 32% !important; } }
          .login .login-row .login-form .form-actions .btn .button {
            padding: 11px 21px; }
            @media screen and (max-width: 991px) {
              .login .login-row .login-form .form-actions .btn .button {
                padding: 10px 20px; } }
            @media screen and (max-width: 480px) {
              .login .login-row .login-form .form-actions .btn .button {
                padding: 10px !important; } }
            .login .login-row .login-form .form-actions .btn .button:hover, .login .login-row .login-form .form-actions .btn .button:focus {
              border-color: #e9b920 !important;
              background-color: #e9b920 !important; }
        .login .login-row .login-form .form-actions .text {
          justify-content: flex-end; }
          @media screen and (max-width: 480px) {
            .login .login-row .login-form .form-actions .text {
              width: 68% !important; } }
        .login .login-row .login-form .form-actions .inside_div {
          display: flex;
          width: 50%;
          margin: 0px; }
          .login .login-row .login-form .form-actions .inside_div input,
          .login .login-row .login-form .form-actions .inside_div a {
            width: auto;
            margin: 0px; }
          .login .login-row .login-form .form-actions .inside_div .forgot-password {
            font-size: 15px;
            line-height: 19px;
            text-decoration: none;
            color: #07265e;
            font-family: "Poppins", sans-serif; }
            .login .login-row .login-form .form-actions .inside_div .forgot-password:hover {
              color: #e9b920 !important; }
            .login .login-row .login-form .form-actions .inside_div .forgot-password:focus {
              outline: none !important; }
            @media screen and (max-width: 991px) {
              .login .login-row .login-form .form-actions .inside_div .forgot-password {
                font-size: 13px;
                line-height: 16px; } }
      .login .login-row .login-form .form-field {
        margin-bottom: 20px; }
        .login .login-row .login-form .form-field .form-label {
          font-size: 15px; }
        .login .login-row .login-form .form-field .form-input {
          height: auto;
          padding: 10px 15px; }
          @media screen and (max-width: 450px) {
            .login .login-row .login-form .form-field .form-input {
              padding: 8px 10px; } }
        .login .login-row .login-form .form-field input:focus {
          max-width: 100% !important; }
    .login .login-row .new-customer {
      padding: 20px;
      border: 1px solid #f2f2f2;
      border-color: #ddd;
      display: table-cell;
      vertical-align: middle;
      float: none;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .login .login-row .new-customer {
          display: block;
          width: 100%; } }
      .login .login-row .new-customer .panel .panel-header {
        background-color: #fff;
        padding: 0px; }
        .login .login-row .new-customer .panel .panel-header .panel-title {
          font-size: 17px;
          line-height: 20px;
          color: #07265e;
          font-family: "Poppins", sans-serif;
          text-align: left;
          font-weight: 600;
          letter-spacing: 0px; }
          @media screen and (max-width: 767px) {
            .login .login-row .new-customer .panel .panel-header .panel-title {
              font-size: 16px; } }
      .login .login-row .new-customer .panel .panel-body {
        background-color: #fff;
        padding: 0px;
        margin-bottom: 0px;
        font-family: "Poppins", sans-serif;
        color: #07265e; }
        .login .login-row .new-customer .panel .panel-body .new-customer-fact-list {
          margin-bottom: 20px;
          padding-left: 20px;
          list-style: disc;
          margin-left: 0; }
          .login .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
            margin-bottom: 10px;
            padding: 0;
            color: #07265e;
            font-size: 15px;
            line-height: 19px;
            font-family: 'Poppins', sans-serif; }
            @media screen and (max-width: 991px) {
              .login .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
                font-size: 13px;
                line-height: 19px; } }
        .login .login-row .new-customer .panel .panel-body .button {
          margin-bottom: 0px;
          padding: 12px 38px; }
          @media screen and (max-width: 767px) {
            .login .login-row .new-customer .panel .panel-body .button {
              padding: 12px 32px; } }
          @media screen and (max-width: 480px) {
            .login .login-row .new-customer .panel .panel-body .button {
              padding: 10px !important; } }
          .login .login-row .new-customer .panel .panel-body .button:hover, .login .login-row .new-customer .panel .panel-body .button:focus {
            border-color: #e9b920 !important;
            background-color: #e9b920 !important; }
        .login .login-row .new-customer .panel .panel-body .new-customer-intro {
          margin: 20px 0px 15px 0px;
          font-size: 15px;
          line-height: 21px;
          font-weight: 400; }
          @media screen and (max-width: 991px) {
            .login .login-row .new-customer .panel .panel-body .new-customer-intro {
              font-size: 13px;
              line-height: 19px; } }
  .login .alertBox {
    margin-left: 30px;
    margin-right: 20px;
    width: auto;
    display: inline-block; }
    .login .alertBox svg {
      fill: #cc4749; }

/*Login page*/
/*create account page*/
.createaccount .breadcrumbs {
  display: none !important; }

@media screen and (max-width: 991px) {
  .createaccount .container {
    padding: 0px !important; } }

.createaccount .page-heading {
  margin-bottom: 0px !important; }

.createaccount .account {
  padding: 40px;
  width: 100%;
  margin-bottom: 0; }
  @media screen and (max-width: 450px) {
    .createaccount .account {
      padding: 30px; } }
  .createaccount .account .account-body {
    margin: 0 auto;
    max-width: 860px;
    background: #fbf5e7;
    padding: 30px; }
    @media screen and (min-width: 1400px) {
      .createaccount .account .account-body {
        max-width: 1000px; } }
    .createaccount .account .account-body .form-row--half {
      margin: 0 auto; }
      .createaccount .account .account-body .form-row--half .form-account-fields {
        width: 100%;
        display: inline-block; }
        .createaccount .account .account-body .form-row--half .form-account-fields:first-child {
          border-bottom: 1px solid #ddd;
          margin-bottom: 15px; }
        .createaccount .account .account-body .form-row--half .form-account-fields:last-child {
          margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .createaccount .account .account-body .form-row--half .form-account-fields .form-field {
            width: 100%;
            padding: 0; } }
        @media screen and (max-width: 450px) {
          .createaccount .account .account-body .form-row--half .form-account-fields .form-field {
            margin-bottom: 14px; } }
        .createaccount .account .account-body .form-row--half .form-account-fields .form-field:nth-child(odd) {
          padding-right: 7.5px;
          padding-left: 0; }
          @media screen and (max-width: 767px) {
            .createaccount .account .account-body .form-row--half .form-account-fields .form-field:nth-child(odd) {
              padding-right: 0; } }
        .createaccount .account .account-body .form-row--half .form-account-fields .form-field:nth-child(2n) {
          padding-left: 7.5px;
          padding-right: 0; }
          @media screen and (max-width: 767px) {
            .createaccount .account .account-body .form-row--half .form-account-fields .form-field:nth-child(2n) {
              padding-left: 0; } }
        @media screen and (max-width: 991px) {
          .createaccount .account .account-body .form-row--half .form-account-fields .form-field label {
            font-size: 13px;
            line-height: 19px; } }
        .createaccount .account .account-body .form-row--half .form-account-fields .form-field input:focus,
        .createaccount .account .account-body .form-row--half .form-account-fields .form-field select:focus {
          max-width: 100% !important; }
        @media screen and (max-width: 480px) {
          .createaccount .account .account-body .form-row--half .form-account-fields .form-field input,
          .createaccount .account .account-body .form-row--half .form-account-fields .form-field select {
            height: 37px;
            padding: 8px 10px; } }
        .createaccount .account .account-body .form-row--half .form-account-fields select {
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
          background-repeat: no-repeat;
          background-size: 8px;
          background-position: center right 9px;
          border-color: #07265e; }
        .createaccount .account .account-body .form-row--half .form-account-fields small {
          font-size: 13px;
          color: #ce3834;
          float: none !important;
          font-weight: 600;
          margin-left: -2px; }
    .createaccount .account .account-body .form {
      margin: 0px; }
    .createaccount .account .account-body .form-actions {
      margin-top: 0px; }
      .createaccount .account .account-body .form-actions input {
        width: auto !important;
        margin: 0px; }
      .createaccount .account .account-body .form-actions .button {
        padding: 10px 20px; }
        @media screen and (max-width: 991px) {
          .createaccount .account .account-body .form-actions .button {
            font-size: 12px;
            line-height: normal; } }
    .createaccount .account .account-body #FormField_3 {
      margin-bottom: 20px;
      clear: both; }
      @media screen and (max-width: 480px) {
        .createaccount .account .account-body #FormField_3 {
          margin-bottom: 10px; } }
    .createaccount .account .account-body #FormField_10,
    .createaccount .account .account-body #FormField_12 {
      clear: both; }

.createaccount_thanks .page-content--textCenter {
  padding: 0px; }
  .createaccount_thanks .page-content--textCenter .after_created_account {
    padding: 40px; }
    @media screen and (max-width: 450px) {
      .createaccount_thanks .page-content--textCenter .after_created_account {
        padding: 20px !important; } }
    .createaccount_thanks .page-content--textCenter .after_created_account .button {
      margin-bottom: 0px; }

/*create account page*/
/* Reset Password page*/
.forgotpassword {
  display: block;
  width: auto; }
  .forgotpassword .breadcrumbs {
    display: none; }
  @media screen and (max-width: 991px) {
    .forgotpassword .container {
      padding: 0px !important; } }
  .forgotpassword .account {
    width: 100%; }
    .forgotpassword .account .forgot_pswd_inner_container {
      margin: 40px auto 40px auto;
      max-width: 860px;
      background: #fbf5e7;
      padding: 30px; }
      @media screen and (max-width: 991px) {
        .forgotpassword .account .forgot_pswd_inner_container {
          margin-left: 40px;
          margin-right: 40px; } }
      @media screen and (max-width: 450px) {
        .forgotpassword .account .forgot_pswd_inner_container {
          margin-left: 30px;
          margin-right: 30px; } }
      @media screen and (min-width: 1400px) {
        .forgotpassword .account .forgot_pswd_inner_container {
          max-width: 1000px; } }
    .forgotpassword .account .forgot_pswd_container {
      width: 100%;
      max-width: 600px;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .forgotpassword .account .forgot_pswd_container form {
        margin: 0px; }
        .forgotpassword .account .forgot_pswd_container form label {
          color: #07265e;
          font-weight: 600;
          font-size: 15px;
          line-height: 19px;
          text-align: left; }
          @media screen and (max-width: 991px) {
            .forgotpassword .account .forgot_pswd_container form label {
              font-size: 13px;
              line-height: 19px; } }
      .forgotpassword .account .forgot_pswd_container p {
        color: #07265e;
        font-size: 15px;
        line-height: 19px; }
        @media screen and (max-width: 991px) {
          .forgotpassword .account .forgot_pswd_container p {
            font-size: 13px;
            line-height: 19px; } }
    .forgotpassword .account .form-prefixPostfix {
      flex-direction: row; }
      @media screen and (max-width: 600px) {
        .forgotpassword .account .form-prefixPostfix {
          display: block; } }
      .forgotpassword .account .form-prefixPostfix .button {
        margin: 0px 0px 0px 10px;
        width: auto;
        order: 0; }
        @media screen and (max-width: 600px) {
          .forgotpassword .account .form-prefixPostfix .button {
            margin: 0 auto; } }
        @media screen and (max-width: 450px) {
          .forgotpassword .account .form-prefixPostfix .button {
            padding: 12px;
            height: auto; } }
      .forgotpassword .account .form-prefixPostfix .form-inlineMessage {
        text-align: left;
        margin-top: 5px; }
        @media screen and (max-width: 600px) {
          .forgotpassword .account .form-prefixPostfix .form-inlineMessage {
            text-align: center; } }
      .forgotpassword .account .form-prefixPostfix .form-input {
        border: 1px solid #07265e;
        font-size: 15px; }
        @media screen and (max-width: 600px) {
          .forgotpassword .account .form-prefixPostfix .form-input {
            margin-bottom: 20px;
            font-size: 13px;
            line-height: 19px;
            padding: 10px 15px;
            height: auto; } }
        @media screen and (max-width: 450px) {
          .forgotpassword .account .form-prefixPostfix .form-input {
            padding: 8px 10px; } }
        .forgotpassword .account .form-prefixPostfix .form-input input:focus {
          max-width: 100% !important; }

/* Reset Password page*/
/*PDP spinner*/
#overlayProduct {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.7);
  z-index: 1000;
  display: none; }
  #overlayProduct #overlay_containerProduct {
    max-width: 130px;
    margin: 0 auto;
    padding: 20px;
    text-align: center; }
    #overlayProduct #overlay_containerProduct .overlay_content .sk-circle {
      width: 40px;
      height: 40px;
      position: relative; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-child:before {
          content: '';
          display: block;
          margin: 0 auto;
          width: 15%;
          height: 15%;
          background-color: #000;
          border-radius: 100%;
          -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle2:before {
          -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle3:before {
          -webkit-animation-delay: -1s;
          animation-delay: -1s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle4:before {
          -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle5:before {
          -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle6:before {
          -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle7:before {
          -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle8:before {
          -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle9:before {
          -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle10:before {
          -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle11:before {
          -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
      #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg); }
        #overlayProduct #overlay_containerProduct .overlay_content .sk-circle .sk-circle12:before {
          -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

#overlay_container {
  max-width: 100px;
  text-align: center;
  background: transparent; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

.spinner1 {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
  background: none !important;
  height: 50px !important;
  min-height: 50px !important;
  width: 40px !important;
  min-width: 40px !important; }

.spinnerdocument {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
  background: none !important;
  height: 60px !important;
  min-height: 60px !important;
  width: 60px !important;
  min-width: 60px !important; }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

/*PDP spinner*/
/*footer*/
/*quick view*/
.quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%; }
  @media (max-width: 991px) {
    .quickSearchResults {
      left: -41px;
      top: 3px; } }
  @media (max-width: 800px) {
    .quickSearchResults {
      width: 200px;
      left: -177px;
      top: 41px; } }
  @media (max-width: 551px) {
    .quickSearchResults {
      position: absolute;
      left: -129px;
      top: 42px; } }
  .quickSearchResults .productGrid {
    margin: 0 auto; }
    .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 0; }
  .quickSearchResults .card-figure {
    height: auto !important;
    display: table-cell;
    width: 75px;
    vertical-align: middle;
    padding: 8px !important; }
  .quickSearchResults .card-body {
    height: auto !important;
    padding: 0px 0px 0px 10px !important;
    text-align: left;
    display: table-cell;
    background-color: transparent !important; }
    .quickSearchResults .card-body .card-text {
      height: auto !important; }
  .quickSearchResults .card {
    height: auto !important;
    display: table;
    width: 100%;
    margin: 0 auto; }
  .quickSearchResults .card-title {
    height: auto !important; }
    .quickSearchResults .card-title > a {
      color: #07265e !important;
      font-size: 13px;
      line-height: 17px;
      margin: 0px !important; }
  .quickSearchResults .product .card-body .product_description {
    height: auto !important; }
  .quickSearchResults .card--alternate {
    border: none; }
    .quickSearchResults .card--alternate:hover {
      border: none; }
  .quickSearchResults .card-figcaption {
    display: none; }
  .quickSearchResults .price-section {
    font-size: 13px;
    line-height: 17px; }
  .quickSearchResults .review_text {
    display: none; }
  .quickSearchResults .choose_option_button_section {
    display: none; }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .card-image {
    position: static; }

.quick-search-list-title h3 {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #07265e;
  font-family: "Poppins", sans-serif;
  padding: 15px 15px;
  font-weight: 600;
  margin: 0 auto; }

.quick-search-list {
  padding-bottom: 0; }
  .quick-search-list .card-img-container::after {
    padding-bottom: 0px; }

.quick-search-inner {
  max-height: 200px;
  background: #FBF5E7;
  margin-top: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 0;
  border-radius: 6px;
  overflow-y: auto; }
  @media screen and (max-width: 800px) {
    .quick-search-inner {
      border-radius: 0px; } }

.dropdown--quickSearch .productGrid {
  padding: 0px; }

.card-figure {
  background: transparent;
  max-height: 250px !important; }

h4.card-title {
  margin-top: 12px !important; }

.product .container {
  padding: 0px !important; }

.product .breadcrumbs {
  padding: 8px 30px 5px; }
  @media screen and (max-width: 991px) {
    .product .breadcrumbs {
      padding: 8px 15px 5px 15px; } }
  .product .breadcrumbs .breadcrumb {
    margin-right: 0px; }
    @media screen and (max-width: 991px) {
      .product .breadcrumbs .breadcrumb a {
        font-size: 13px;
        line-height: 19px; } }
  @media screen and (max-width: 550px) {
    .product .breadcrumbs {
      display: block; } }
  .product .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      .product .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        font-size: 13px; } }
  .product .breadcrumbs .breadcrumb:not(:first-child)::before {
    border-right: unset !important;
    display: inline-block;
    height: 0.8em;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin: 0px 7.5px;
    color: #bcb2b2;
    content: "/"; }

.product .card-body .product_description {
  display: none; }

.quick-search-submit-container {
  width: 100% !important;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 16px;
  border-radius: 0;
  bottom: 0;
  background: #fbf5e7;
  box-shadow: none; }
  .quick-search-submit-container a {
    background-color: #07265e;
    border-color: #07265e;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    display: inline-block; }
    .quick-search-submit-container a:hover {
      color: #e9b920 !important; }

.card--alternate:hover .card-title > a {
  color: #e9b920; }

.quick-search-no-results {
  padding: 20px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #07265e;
  font-weight: 600; }

.quickSearchMessage {
  text-align: center;
  margin: 0px; }

/*quick view*/
/*header*/
.header {
  border-top: 4px solid #c99f19;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 0px; }
  @media (max-width: 991px) {
    .header {
      padding: 10px 0;
      transform: none; } }
  .header .header-logo {
    margin: 0px;
    width: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991px) {
      .header .header-logo {
        text-align: left;
        position: relative;
        width: auto;
        transform: none;
        max-height: none;
        margin-top: 0;
        margin-bottom: 0; } }
    .header .header-logo a {
      display: inline-block; }
  @media (max-width: 991px) {
    .header .header-search-form {
      border: none;
      width: 0px !important;
      padding: 0 !important; } }
  @media (max-width: 991px) {
    .header .navPages-container {
      transform: translateX(-100%);
      transition: transform .4s;
      position: fixed;
      padding-bottom: 84px;
      overflow: unset;
      display: block; } }
  @media (max-width: 991px) {
    .header .navPages-container.is-open {
      background: #fbf5e7;
      padding: 0px;
      position: fixed;
      overflow: scroll;
      margin: 0px 30px;
      display: block;
      z-index: 0;
      height: auto;
      transform: translateX(0);
      width: -webkit-fill-available; } }
  @media screen and (max-width: 767px) {
    .header .navPages-container.is-open {
      margin: 0px; } }
  @media (max-width: 991px) {
    .header .navPages-list--user {
      display: block; } }
  @media (max-width: 991px) {
    .header .navPages-quickSearch + .navPages-list--user li:first-child {
      border-top: 1px solid #07265e; } }
  .header .mobileMenu-toggle {
    display: none; }
    @media (max-width: 991px) {
      .header .mobileMenu-toggle {
        top: 40px !important;
        right: 49px;
        display: block;
        left: auto;
        position: absolute;
        transform: translateY(-50%);
        width: 25px;
        padding: 0;
        height: 52px; } }
    @media (max-width: 800px) {
      .header .mobileMenu-toggle {
        top: 36px !important;
        right: 29px; } }
    @media (max-width: 767px) {
      .header .mobileMenu-toggle {
        top: 34px !important;
        right: 31px; } }
    @media (max-width: 551px) {
      .header .mobileMenu-toggle {
        width: 18px;
        padding: 0;
        height: 46px;
        top: 30px !important; } }
    @media (max-width: 420px) {
      .header .mobileMenu-toggle {
        top: 24px !important; } }
  @media (max-width: 350px) {
    .header .header-logo-image-container {
      height: 43px; } }
  .header .serach_content {
    margin-bottom: 8px; }
  .header .dropdown--quickSearch {
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 0px !important; }
    .header .dropdown--quickSearch .container {
      padding: 0px; }
      .header .dropdown--quickSearch .container .form {
        border-bottom: 1px solid #07265e;
        width: 200px !important; }
        @media (max-width: 991px) {
          .header .dropdown--quickSearch .container .form {
            border: none;
            width: 0px !important;
            padding: 0 !important; } }
  .header .form-field .menu_button .search-icon {
    vertical-align: middle;
    padding-left: 10px;
    max-width: 26px;
    width: 100%; }
    @media (max-width: 991px) {
      .header .form-field .menu_button .search-icon {
        max-width: 17px;
        padding: 0; } }
  .header .form-field .menu_button .menu_close_icon {
    display: none; }
  .header .form-field .form-input {
    border-color: #07265e;
    background: #fff;
    color: #07265e;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    height: auto;
    border: 0;
    padding: 10px 0;
    background-color: transparent;
    outline: 0;
    margin-left: 3px;
    width: auto;
    display: inline-block; }
    @media (max-width: 991px) {
      .header .form-field .form-input {
        display: none;
        border: 1px solid #07265e;
        position: absolute;
        right: 0;
        padding: 8px;
        width: 315px; }
        .header .form-field .form-input .showing .menu_close_icon {
          display: inline-block;
          max-width: 12px;
          width: 100%;
          margin: 0 auto;
          vertical-align: text-bottom; } }
    @media (max-width: 991px) {
      .header .form-field .form-input #search_query {
        background-color: #fff;
        z-index: 23423; } }
    .header .form-field .form-input::placeholder {
      color: #fff !important; }
      @media (max-width: 991px) {
        .header .form-field .form-input::placeholder {
          color: #07265e !important; } }
    .header .form-field .form-input:focus {
      outline: unset !important; }
  @media (max-width: 991px) {
    .header .form-field .search-box.showing {
      display: block; } }
  @media (max-width: 991px) {
    .header .form-field .showing .search-icon {
      display: none; } }
  @media (max-width: 991px) {
    .header .form-field .showing .menu_close_icon {
      display: inline-block;
      max-width: 12px;
      width: 100%;
      margin: 0 auto;
      vertical-align: text-bottom; } }
  .header .navigation_container .navPages-list {
    margin-top: 15px;
    padding-top: 0px;
    border: none; }
    @media (max-width: 991px) {
      .header .navigation_container .navPages-list {
        margin-top: 0px !important; } }
    .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon {
      width: auto;
      margin: 0 0 0 7.9px; }
      .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon img {
        display: inline-block;
        vertical-align: middle;
        max-width: 8px;
        width: 100%; }
      @media (max-width: 991px) {
        .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon .desktop_icon {
          display: none; } }
      .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon .mobile_icon {
        display: none; }
        @media (max-width: 991px) {
          .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon .mobile_icon {
            width: auto;
            max-width: 11px !important;
            display: block;
            margin: -1px 0px -1px -2px; } }
    @media (max-width: 991px) {
      .header .navigation_container .navPages-list .navPages-item .sales_person_login_container {
        display: block;
        width: 100%;
        float: none;
        margin: 0 auto;
        background-image: none;
        text-transform: capitalize;
        padding: 15px 0px !important;
        border-bottom: 1px solid #07265e; }
        .header .navigation_container .navPages-list .navPages-item .sales_person_login_container a {
          color: #07265e;
          padding: 0px !important; } }
    @media (max-width: 991px) {
      .header .navigation_container .navPages-list {
        width: 100%; }
        .header .navigation_container .navPages-list .navPages-list + .navPages-list {
          border-top: 0;
          margin-top: 0;
          padding-top: 0; } }
  .header .header_top_section {
    vertical-align: top !important;
    padding-left: 0 !important;
    display: inline-block;
    width: 38.33%;
    text-align: center;
    margin-top: 0;
    margin-left: -4px; }
    @media (max-width: 991px) {
      .header .header_top_section {
        vertical-align: middle;
        position: absolute;
        width: auto;
        margin-left: 0;
        padding-right: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 59px;
        padding-left: 0; } }
    @media (max-width: 991px) {
      .header .header_top_section {
        top: 31% !important; } }
    @media (max-width: 800px) {
      .header .header_top_section {
        top: 50%; } }
    .header .header_top_section .navUser a:hover {
      color: unset !important; }
  .header .navUser-item {
    float: none;
    width: auto;
    vertical-align: top;
    display: flex; }
    .header .navUser-item .navUser-action {
      padding: 0 !important;
      color: #07265e !important;
      padding-top: 20px;
      padding-bottom: 10px;
      font-family: 'Poppins', sans-serif;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 13px;
      line-height: 19px;
      vertical-align: top; }
    .header .navUser-item .navUser-action--storeCredit .navUser-action-divider {
      padding: 0px 4px 0px 0px;
      margin: 4px 4px 0px 0px;
      word-wrap: break-word; }
      @media screen and (max-width: 991px) {
        .header .navUser-item .navUser-action--storeCredit .navUser-action-divider {
          display: none; } }
  .header .navUser-item-cartLabel img {
    max-width: 20px;
    width: 100%; }
    @media (max-width: 1300px) {
      .header .navUser-item-cartLabel img {
        min-width: 20px; } }
    @media (max-width: 551px) {
      .header .navUser-item-cartLabel img {
        max-width: 17px; } }
  .header .cart_before_login {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 991px) {
      .header .cart_before_login {
        flex-direction: unset; } }
    .header .cart_before_login #cart_icon {
      margin: 3px 0px 0px 10px; }
      @media screen and (max-width: 991px) {
        .header .cart_before_login #cart_icon {
          margin: 0px; } }
    .header .cart_before_login #cart_icons {
      margin: 3px 0px 0px 0px; }
      @media screen and (max-width: 991px) {
        .header .cart_before_login #cart_icons {
          margin: 0px; } }
  .header #cart_icon .navUser-action, .header #cart_icon_b2b_employee .navUser-action {
    margin-right: 0 !important;
    padding: 0px !important; }
    @media (max-width: 991px) {
      .header #cart_icon .navUser-action .countPill::before, .header #cart_icon_b2b_employee .navUser-action .countPill::before {
        content: "("; }
      .header #cart_icon .navUser-action .countPill::after, .header #cart_icon_b2b_employee .navUser-action .countPill::after {
        content: ")"; } }
    @media (max-width: 800px) {
      .header #cart_icon .navUser-action, .header #cart_icon_b2b_employee .navUser-action {
        display: flex; } }
  @media (max-width: 991px) {
    .header .navUser-item--account {
      display: none; } }
  .header .navUser-item--account .navUser-action {
    margin: 0 auto !important;
    display: inline-block; }
  .header .navUser-item--account .customer-name {
    word-break: break-word;
    margin-top: 4px !important; }
  @media (max-width: 991px) {
    .header .dealer_menu {
      display: none; } }
  .header .cart-quantity {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    position: relative;
    top: 2px;
    left: -6px;
    right: auto;
    bottom: auto;
    background: 0 0;
    color: #07265e; }
  @media (max-width: 991px) {
    .header .navUser-item.navUser-item--cart .countPill::before {
      content: "("; }
    .header .navUser-item.navUser-item--cart .countPill::after {
      content: ")"; } }
  .header .has-subMenu.is-open:before {
    position: absolute;
    top: -2px;
    right: -5px;
    bottom: -7px;
    left: -5px;
    z-index: -1;
    display: block;
    background-color: #fff;
    content: "";
    box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.14), 3px 0 3px -3px rgba(0, 0, 0, 0.14), -3px 0 3px -3px rgba(0, 0, 0, 0.14); }
    @media (max-width: 991px) {
      .header .has-subMenu.is-open:before {
        box-shadow: none;
        top: 0; } }
  .header #brands_menus .has-subMenu.is-open + .navPage-subMenu {
    overflow-y: auto; }
  .header .has-subMenu.is-open + .navPage-subMenu {
    position: absolute;
    top: calc(100% + 4px);
    left: -5px;
    z-index: 9;
    min-width: 220px;
    max-height: 350px;
    padding: 20px 20px 15px;
    margin: 8px 0px 0px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.14); }
    .header .has-subMenu.is-open + .navPage-subMenu a:hover {
      color: #e8b71f !important; }
    @media (min-width: 1600px) {
      .header .has-subMenu.is-open + .navPage-subMenu {
        max-height: 500px; } }
    @media (max-width: 991px) {
      .header .has-subMenu.is-open + .navPage-subMenu {
        position: static !important;
        background: #f3ead5;
        padding: 0px !important;
        box-shadow: none; } }
  .header .has-subMenu.is-open {
    color: #6a6a6a !important;
    position: relative;
    background: transparent;
    z-index: 10; }
    @media (max-width: 991px) {
      .header .has-subMenu.is-open {
        background: 0;
        margin: 0 0 0 8.9px !important; }
        .header .has-subMenu.is-open .navPages-action-moreIcon {
          transform: rotate(90deg);
          vertical-align: top; } }
    @media (max-width: 991px) and (min-width: 991px) {
      .header .has-subMenu.is-open .navPages-action-moreIcon {
        transform: unset; } }
  .header .navPage-subMenu {
    padding: 20px 20px 15px !important; }
  @media (max-width: 991px) {
    .header .navPages .navPage-subMenu-list {
      max-width: 85.71429rem;
      width: 100%;
      border-left: 0;
      margin: auto;
      padding-left: 0; } }
  @media screen and (max-width: 991px) {
    .header .navPage-subMenu-item .show_more_btn {
      margin: 0px 15px 0px 0px; } }
  .header .navPage-subMenu-item > .navPage-subMenu-action {
    padding-bottom: 0 !important;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    font-size: 13px !important;
    line-height: 17px;
    border: none; }
    .header .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #e8b71f; }
    @media (max-width: 991px) {
      .header .navPage-subMenu-item > .navPage-subMenu-action {
        line-height: 21px;
        padding: 0 !important;
        margin: 10px auto; } }
    @media (max-width: 551px) {
      .header .navPage-subMenu-item > .navPage-subMenu-action {
        font-size: 12px !important; } }
  .header .navPages ul li {
    position: relative;
    display: inline-block;
    margin-left: 6px; }
    @media (max-width: 991px) {
      .header .navPages ul li {
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid #dad8d8;
        text-align: center; } }
  .header .navPage-subMenu-list li {
    padding: 0 !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 0px;
    width: 100%; }
  .header #sale_menu a {
    color: #FF0000; }
    .header #sale_menu a:hover {
      color: unset !important; }
    .header #sale_menu a .header .has-subMenu.is-open {
      color: #FF0000 !important; }
  @media (max-width: 800px) {
    .header .navPages-quickSearch {
      display: none; } }

/*header*/
/*cart page*/
@media screen and (max-width: 800px) {
  .cart {
    display: table; } }

.cart .body > .container {
  padding: 0 !important; }

.cart .breadcrumbs {
  display: none !important; }

.cart .cart-content-padding-right {
  padding-right: 0px; }

.cart .cart_page {
  margin: 0px auto 20px auto !important; }
  .cart .cart_page .page-heading {
    margin-bottom: 0px !important; }
  .cart .cart_page .page-content {
    padding-left: 0px;
    padding-right: 0px; }
  .cart .cart_page .card_main_container {
    padding: 40px 40px 0px 40px; }
    .cart .cart_page .card_main_container .alertBox.alertBox--info {
      display: block;
      background-color: #54ca83;
      padding: 10px;
      text-align: center;
      font-weight: normal;
      color: #fff;
      margin: 0px 0px 10px 0px !important; }
      .cart .cart_page .card_main_container .alertBox.alertBox--info .alertBox-icon {
        display: none; }
      .cart .cart_page .card_main_container .alertBox.alertBox--info .alertBox-message {
        text-align: center;
        display: block;
        text-decoration: none; }
        .cart .cart_page .card_main_container .alertBox.alertBox--info .alertBox-message a {
          text-decoration: none; }
    @media screen and (max-width: 991px) {
      .cart .cart_page .card_main_container {
        padding: 40px 54px 0px 54px; } }
    @media screen and (max-width: 767px) {
      .cart .cart_page .card_main_container {
        padding-bottom: 30px; } }
    @media screen and (max-width: 450px) {
      .cart .cart_page .card_main_container {
        padding-left: 20px;
        padding-right: 20px; } }
    .cart .cart_page .card_main_container .cart-header {
      display: table-header-group;
      text-align: left; }
      .cart .cart_page .card_main_container .cart-header tr {
        background: #07265e; }
      .cart .cart_page .card_main_container .cart-header th {
        padding: 12px;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        font-family: "Poppins", sans-serif !important;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        padding-left: 0;
        padding-right: 40px; }
        .cart .cart_page .card_main_container .cart-header th:first-child {
          text-align: left;
          padding-left: 12px; }
          @media screen and (max-width: 900px) {
            .cart .cart_page .card_main_container .cart-header th:first-child {
              display: block !important;
              text-align: center;
              padding-left: 12px !important;
              padding-right: 12px !important;
              width: 100% !important; } }
        @media screen and (max-width: 991px) {
          .cart .cart_page .card_main_container .cart-header th {
            font-size: 13px;
            line-height: 18px; } }
        @media screen and (max-width: 900px) {
          .cart .cart_page .card_main_container .cart-header th {
            display: none; } }
    .cart .cart_page .card_main_container .cart-list {
      display: table-row-group; }
      .cart .cart_page .card_main_container .cart-list tr {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; }
      .cart .cart_page .card_main_container .cart-list .cart-item {
        width: 100%;
        text-align: center;
        padding: 20px 12px; }
        @media screen and (max-width: 900px) {
          .cart .cart_page .card_main_container .cart-list .cart-item {
            display: block;
            position: relative; } }
        .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-figure {
          width: 15%;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          margin-left: 0;
          height: auto;
          padding: 0px 40px 0px 0px; }
          @media screen and (max-width: 900px) {
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-figure {
              width: 100%;
              display: block;
              padding: 0;
              text-align: center; } }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-figure img {
            margin: 0 auto;
            position: static;
            width: auto;
            max-width: 100%;
            vertical-align: middle; }
            @media screen and (max-width: 900px) {
              .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-figure img {
                width: 100%;
                max-width: 150px; } }
        .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title {
          width: 36%;
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          padding-left: 0; }
          @media screen and (max-width: 991px) {
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title {
              margin-bottom: 15px; } }
          @media screen and (max-width: 900px) {
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title {
              width: 100%;
              display: block;
              padding: 0;
              text-align: center; } }
          @media screen and (max-width: 900px) {
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title {
              height: auto; } }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .cart-item-name {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            display: block; }
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .cart-item-name a {
              text-decoration: none;
              color: #07265e;
              font-family: "Poppins", sans-serif;
              font-weight: 600;
              font-size: 15px;
              line-height: 20px; }
              @media screen and (max-width: 991px) {
                .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .cart-item-name a {
                  margin-top: 5px;
                  font-size: 13px;
                  line-height: 19px; } }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .definitionList {
            margin: 5px 0px;
            display: block !important; }
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .definitionList .definitionList-key {
              margin-top: 5px;
              color: #07265e;
              font-size: 14px;
              font-family: "Poppins", sans-serif;
              text-transform: uppercase;
              line-height: 19px;
              font-weight: 600; }
              @media screen and (max-width: 991px) {
                .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .definitionList .definitionList-key {
                  font-size: 13px;
                  line-height: 19px; } }
              @media screen and (max-width: 900px) {
                .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .definitionList .definitionList-key {
                  width: 100%;
                  display: block;
                  text-align: center; } }
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .definitionList .definitionList-value {
              color: #07265e;
              font-size: 15px;
              font-family: "Poppins", sans-serif;
              line-height: 20px;
              margin: 5px 0px 0px 0px; }
              @media screen and (max-width: 991px) {
                .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title .definitionList .definitionList-value {
                  font-size: 13px; } }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title a {
            font-size: 15px;
            line-height: 21px;
            font-weight: 400;
            text-decoration: none;
            color: #07265e;
            display: block !important; }
            @media screen and (max-width: 991px) {
              .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title a {
                font-size: 13px;
                line-height: 19px; } }
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title a:hover {
              color: #e9b920 !important; }
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-title a:focus {
              outline: none !important; }
        .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-info {
          width: auto;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          @media screen and (max-width: 900px) {
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-info {
              width: 100%;
              display: block;
              padding: 0;
              text-align: center; } }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-info .cart-item-value {
            font-size: 15px;
            color: #07265e;
            font-family: "Poppins", sans-serif;
            font-weight: 400; }
            @media (max-width: 800px) {
              .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-info .cart-item-value {
                padding-left: 0px; } }
        .cart .cart_page .card_main_container .cart-list .cart-item td {
          padding-right: 40px; }
          @media screen and (max-width: 1300px) {
            .cart .cart_page .card_main_container .cart-list .cart-item td {
              padding-right: 25px; } }
          @media screen and (max-width: 991px) {
            .cart .cart_page .card_main_container .cart-list .cart-item td {
              padding-right: 10px; } }
        @media screen and (max-width: 900px) {
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-quantity {
            margin-top: 11px;
            margin-bottom: 11px; } }
        .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-quantity .form-increment {
          max-width: 120px;
          width: 120px;
          margin: 0 auto;
          border: 1px solid #07265e;
          font-size: 13px;
          text-align: center;
          background-color: #f8f8f8;
          border-radius: 3px;
          height: 45px; }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-quantity .form-increment .button {
            display: inline-block;
            vertical-align: middle;
            width: 25px;
            background: none;
            border: 0;
            height: 45px;
            float: none;
            color: #07265e !important;
            font-size: 24px;
            line-height: 17px;
            font-weight: 400; }
            .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-quantity .form-increment .button:hover {
              background-color: unset !important; }
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-quantity .form-increment input {
            width: 58px;
            background-color: #f8f8f8;
            font-weight: 400;
            padding: 0 8px;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            line-height: 20px; }
        @media screen and (max-width: 800px) {
          .cart .cart_page .card_main_container .cart-list .cart-item .cart-item-label {
            display: none; } }
      .cart .cart_page .card_main_container .cart-list .cart-remove,
      .cart .cart_page .card_main_container .cart-list .cart-remove-custom {
        background: none;
        margin-top: 0px;
        padding: 0px;
        margin-left: 14px !important;
        width: 22px;
        height: 22px; }
        @media screen and (max-width: 991px) {
          .cart .cart_page .card_main_container .cart-list .cart-remove,
          .cart .cart_page .card_main_container .cart-list .cart-remove-custom {
            width: 20px;
            height: 20px; } }
        @media screen and (max-width: 900px) {
          .cart .cart_page .card_main_container .cart-list .cart-remove,
          .cart .cart_page .card_main_container .cart-list .cart-remove-custom {
            position: absolute;
            top: 13px !important;
            right: 13px; } }
        .cart .cart_page .card_main_container .cart-list .cart-remove svg,
        .cart .cart_page .card_main_container .cart-list .cart-remove-custom svg {
          width: 22px;
          height: 22px;
          fill: #07265e; }
  .cart .cart_page .cart-footer {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .cart .cart_page .cart-footer {
        text-align: end; } }
    @media screen and (max-width: 767px) {
      .cart .cart_page .cart-footer .continue-shopping {
        padding-bottom: 0px; } }
    .cart .cart_page .cart-footer .continue-shopping a {
      font-size: 18px;
      line-height: 27px;
      text-decoration: none;
      color: #07265e;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 991px) {
        .cart .cart_page .cart-footer .continue-shopping a {
          font-size: 16px;
          line-height: 19px; } }
      .cart .cart_page .cart-footer .continue-shopping a:hover {
        color: #e9b920 !important; }
      .cart .cart_page .cart-footer .continue-shopping a .continue-shopping_image {
        margin-left: 5px;
        margin-top: 0;
        display: inline-block;
        vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .cart .cart_page .cart-footer .continue-shopping {
        width: 100%;
        max-width: 400px;
        text-align: center;
        margin-right: 0;
        display: inline-block; } }
    .cart .cart_page .cart-footer .cart-totals {
      width: 100%;
      max-width: 350px;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 767px) {
        .cart .cart_page .cart-footer .cart-totals {
          max-width: 400px; } }
      @media screen and (max-width: 550px) {
        .cart .cart_page .cart-footer .cart-totals {
          width: 100%;
          max-width: 100%; } }
      .cart .cart_page .cart-footer .cart-totals .cart-total .form-input,
      .cart .cart_page .cart-footer .cart-totals .cart-form .form-input {
        padding: 10px 15px;
        background: #f0f0f0;
        border-color: #f0f0f0;
        border-radius: 3px;
        height: 38px;
        width: 74.19355%;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-right: 3.22581%;
        font-size: 15px;
        line-height: 20px; }
        .cart .cart_page .cart-footer .cart-totals .cart-total .form-input::placeholder,
        .cart .cart_page .cart-footer .cart-totals .cart-form .form-input::placeholder {
          color: #07265e; }
          @media screen and (max-width: 991px) {
            .cart .cart_page .cart-footer .cart-totals .cart-total .form-input::placeholder,
            .cart .cart_page .cart-footer .cart-totals .cart-form .form-input::placeholder {
              font-size: 13px;
              line-height: 19px; } }
        @media screen and (max-width: 380px) {
          .cart .cart_page .cart-footer .cart-totals .cart-total .form-input,
          .cart .cart_page .cart-footer .cart-totals .cart-form .form-input {
            height: 35px; } }
      .cart .cart_page .cart-footer .cart-totals .cart-total .button,
      .cart .cart_page .cart-footer .cart-totals .cart-form .button {
        height: 38px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .05em;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid;
        width: 22.58065%;
        margin-left: 0px !important;
        padding: 0px;
        border-color: #07265e;
        line-height: 38px; }
        .cart .cart_page .cart-footer .cart-totals .cart-total .button:hover,
        .cart .cart_page .cart-footer .cart-totals .cart-form .button:hover {
          border-color: #e9b920; }
        .cart .cart_page .cart-footer .cart-totals .cart-total .button:focus,
        .cart .cart_page .cart-footer .cart-totals .cart-form .button:focus {
          border-color: #e9b920;
          background-color: #e9b920; }
        @media screen and (max-width: 380px) {
          .cart .cart_page .cart-footer .cart-totals .cart-total .button,
          .cart .cart_page .cart-footer .cart-totals .cart-form .button {
            font-size: 10px;
            line-height: 13px;
            height: 35px; } }
      .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-label,
      .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-label {
        color: #07265e;
        font-size: 15px;
        line-height: 20px;
        padding: 0px; }
        @media screen and (max-width: 991px) {
          .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-label,
          .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-label {
            font-size: 13px;
            line-height: 19px; } }
        @media screen and (max-width: 800px) {
          .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-label,
          .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-label {
            text-align: left; } }
        .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-label strong,
        .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-label strong {
          text-transform: capitalize;
          font-weight: 600; }
        .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-label a,
        .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-label a {
          text-decoration: none; }
      .cart .cart_page .cart-footer .cart-totals .cart-total .cart-gift-certificate-form,
      .cart .cart_page .cart-footer .cart-totals .cart-form .cart-gift-certificate-form {
        margin-bottom: 0px; }
      .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-value,
      .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-value {
        padding: 0px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        color: #07265e;
        font-family: "Poppins", sans-serif; }
        @media screen and (max-width: 800px) {
          .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-value,
          .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-value {
            float: none; } }
        @media screen and (max-width: 550px) {
          .cart .cart_page .cart-footer .cart-totals .cart-total .cart-total-value,
          .cart .cart_page .cart-footer .cart-totals .cart-form .cart-total-value {
            text-align: right; } }
      .cart .cart_page .cart-footer .cart-totals .cart-actions {
        width: 100%; }
        .cart .cart_page .cart-footer .cart-totals .cart-actions .button {
          display: block;
          float: none;
          border-color: #07265e;
          background-color: #07265e;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: .05em;
          color: #fff !important; }
          .cart .cart_page .cart-footer .cart-totals .cart-actions .button:hover {
            border-color: #e9b920 !important;
            background-color: #e9b920 !important;
            color: #fff !important; }
      .cart .cart_page .cart-footer .cart-totals .subtotal {
        border-top: 0px; }
        @media screen and (max-width: 800px) {
          .cart .cart_page .cart-footer .cart-totals .subtotal {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 15px; } }
      .cart .cart_page .cart-footer .cart-totals .cart-total {
        margin: 0px 0px 15px 0px; }
        .cart .cart_page .cart-footer .cart-totals .cart-total:last-child {
          padding-top: 15px; }
          @media screen and (max-width: 800px) {
            .cart .cart_page .cart-footer .cart-totals .cart-total:last-child {
              padding-top: 0px; } }
      .cart .cart_page .cart-footer .cart-totals .cart-total-grandTotal {
        top: 0px; }
  .cart .cart_page .cart-container {
    padding: 40px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .cart .cart_page .cart-container {
        padding: 0px; } }
    .cart .cart_page .cart-container .empty-cart-message {
      margin-top: 0;
      margin-bottom: 30px;
      line-height: 21px; }
      @media screen and (max-width: 991px) {
        .cart .cart_page .cart-container .empty-cart-message {
          font-size: 13px;
          line-height: 19px; } }
    .cart .cart_page .cart-container .button {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .05em;
      color: #fff !important;
      text-align: center;
      text-transform: uppercase;
      border: 1px solid;
      border-radius: 4px;
      border-color: #07265e; }
      .cart .cart_page .cart-container .button:focus, .cart .cart_page .cart-container .button:hover {
        color: #fff;
        border-color: #e9b920 !important;
        background-color: #e9b920 !important; }

/*cart page*/
/*cart modal Popup design*/
.cart_modal {
  overflow: auto;
  padding: 0 30px 30px;
  max-width: 500px;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .cart_modal {
      max-width: 95%; } }
  .cart_modal:focus {
    outline: none !important; }
  .cart_modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    line-height: 1;
    margin-right: 0; }
    .cart_modal .modal-close:focus {
      outline: none !important; }
    .cart_modal .modal-close span {
      font-size: 45px;
      color: #07265e; }
    .cart_modal .modal-close:after, .cart_modal .modal-close:before {
      display: none; }
  .cart_modal .modal-header {
    padding: 0px;
    border-bottom: none; }
    .cart_modal .modal-header .modal-header-title {
      margin-top: 0;
      margin-bottom: 30px;
      padding-top: 30px;
      font-family: "Poppins", sans-serif;
      color: #07265e;
      font-weight: 600;
      font-size: 20px;
      line-height: 25px; }
      @media screen and (max-width: 991px) {
        .cart_modal .modal-header .modal-header-title {
          font-size: 18px;
          line-height: 23px; } }
      @media screen and (max-width: 480px) {
        .cart_modal .modal-header .modal-header-title {
          font-size: 16px;
          line-height: 20px; } }
  .cart_modal .modal-body {
    padding: 0px;
    overflow: unset; }
  .cart_modal .form-label {
    font-size: 14px;
    line-height: 19px;
    font-family: "Poppins", sans-serif;
    color: #07265e;
    display: block;
    margin-bottom: 5px;
    font-weight: 600; }
  .cart_modal .form-input,
  .cart_modal .form-select {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    height: 40px;
    width: 100%;
    max-width: 100%;
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
    background-size: 8px;
    background-position: center right 9px;
    background-repeat: no-repeat;
    color: #07265e; }
  .cart_modal .button {
    background-color: #07265e;
    border-color: #07265e;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    font-weight: 600;
    width: auto; }
    @media screen and (max-width: 551px) {
      .cart_modal .button {
        margin-top: 20px; } }
  .cart_modal .form-label--inlineSmall small {
    margin-left: -2px;
    font-size: 13px;
    font-weight: 600;
    color: #ce3834; }

.cart_modal.open:focus {
  outline: none !important; }

.navUser-item--cart .dropdown-menu.is-open {
  top: 32px !important; }

/*cart modal Popup design*/
/*order list page*/
.account_orderstatus .breadcrumbs {
  display: none; }

.account_orderstatus .account-head {
  margin-bottom: 0; }

.account_orderstatus .account .account-body .account-content {
  padding: 0px 0px 0px 0px; }
  .account_orderstatus .account .account-body .account-content .account-heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #07265e;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding-bottom: 14px;
    margin-bottom: 21px;
    letter-spacing: 0px; }
  .account_orderstatus .account .account-body .account-content .account-list .account-listItem {
    padding: 15px !important;
    background: #fbf5e7;
    border: none;
    margin-bottom: 16px; }
    .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product {
      display: table;
      width: 100%; }
      @media screen and (min-width: 767px) {
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product {
          display: flex;
          align-items: center; } }
      .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-figure {
        display: table-cell;
        vertical-align: top;
        margin: 0 auto;
        width: 12%; }
        @media screen and (max-width: 767px) {
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-figure {
            width: 100%;
            display: block;
            padding-top: 7.5px;
            padding-bottom: 7.5px; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-figure .account-product-image {
          width: auto; }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-figure:after {
          padding: 0px; }
      .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body {
        width: 88%;
        padding-left: 20px;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body {
            width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            text-align: center;
            padding-bottom: 0;
            padding-top: 7.5px;
            display: flex;
            flex-direction: column; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details-block {
          width: 55%;
          margin: -4px; }
          @media screen and (max-width: 767px) {
            .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details-block {
              width: 100%; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-title {
          color: #07265e;
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          line-height: 20px;
          font-weight: 600; }
          @media screen and (max-width: 991px) {
            .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-title {
              font-size: 13px;
              line-height: 19px; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-description {
          margin-bottom: 10px;
          color: #07265e;
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          line-height: 21px; }
          @media screen and (max-width: 991px) {
            .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-description {
              font-size: 13px;
              line-height: 19px; } }
        @media screen and (max-width: 767px) {
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus {
            display: block;
            width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            text-align: center;
            order: 5; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .return_items {
          display: block;
          text-align: right; }
        @media screen and (max-width: 767px) {
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus {
            position: inherit; }
            .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .return_items {
              display: block;
              text-align: right; } }
    @media screen and (max-width: 767px) and (max-width: 450px) {
      .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .return_items {
        text-align: center; } }
        @media screen and (max-width: 767px) {
              .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .return_items .account-orderStatus-action {
                display: inline-block; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label {
          color: #fff !important;
          display: inline-block;
          font-size: 13px;
          font-weight: 600;
          line-height: 15px;
          margin: 0 0 0.35714rem;
          padding: 8px 15px 8px 15px;
          background: #07265e;
          font-family: "Poppins", sans-serif; }
        @media screen and (max-width: 767px) {
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details {
            margin-bottom: 5px; } }
        .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail {
          width: auto; }
          @media screen and (max-width: 767px) {
            .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail {
              width: 100%;
              padding: 0px;
              margin-bottom: 5px; } }
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
            color: #07265e;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600;
            text-transform: initial; }
            @media screen and (max-width: 991px) {
              .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
                font-size: 13px;
                line-height: 19px; } }
          .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail span {
            font-size: 15px;
            line-height: 20px;
            font-family: "Poppins", sans-serif; }
            @media screen and (max-width: 991px) {
              .account_orderstatus .account .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail span {
                font-size: 13px;
                line-height: 19px; } }
  .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item .icon svg {
    fill: #07265e; }
  .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item:hover .icon svg {
    fill: #fff; }
  @media screen and (max-width: 480px) {
    .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item, .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-link {
      font-size: 13px !important;
      line-height: 18px !important; } }
  .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-number {
    padding: 5px 0px !important; }

@media screen and (max-width: 991px) {
  .account_orderstatus .account .account-head {
    margin-bottom: 0px; } }

.account_orderstatus .navBar {
  float: none !important; }

.account_orderstatus .alertBox--storeCredit {
  font-size: 14px;
  line-height: 19px; }
  @media screen and (max-width: 991px) {
    .account_orderstatus .alertBox--storeCredit {
      font-size: 13px;
      line-height: 19px; } }

.account_orderstatus .pagination {
  margin-top: 36px; }
  .account_orderstatus .pagination .pagination-list .pagination-item {
    font-family: "Poppins", sans-serif;
    color: #07265e; }

/*order list page*/
/* common menu design for account related page*/
.account_orderstatus .navBar,
.account_inbox .navBar,
.account_addressbook .navBar,
.shippingaddressform .navBar,
.account_order .navBar,
.account_new_return .navBar,
.account_returns .navBar,
.account_saved_return .navBar {
  width: 25%;
  display: inline-block;
  background: #e9f0e8;
  vertical-align: top;
  padding: 15px; }
  @media screen and (max-width: 991px) {
    .account_orderstatus .navBar,
    .account_inbox .navBar,
    .account_addressbook .navBar,
    .shippingaddressform .navBar,
    .account_order .navBar,
    .account_new_return .navBar,
    .account_returns .navBar,
    .account_saved_return .navBar {
      width: 100%;
      margin: 0 auto 30px;
      max-width: 270px; } }
  .account_orderstatus .navBar .navBar-section .navBar-item,
  .account_inbox .navBar .navBar-section .navBar-item,
  .account_addressbook .navBar .navBar-section .navBar-item,
  .shippingaddressform .navBar .navBar-section .navBar-item,
  .account_order .navBar .navBar-section .navBar-item,
  .account_new_return .navBar .navBar-section .navBar-item,
  .account_returns .navBar .navBar-section .navBar-item,
  .account_saved_return .navBar .navBar-section .navBar-item {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    text-align: left;
    margin: 0 auto; }
    .account_orderstatus .navBar .navBar-section .navBar-item .navBar-action,
    .account_inbox .navBar .navBar-section .navBar-item .navBar-action,
    .account_addressbook .navBar .navBar-section .navBar-item .navBar-action,
    .shippingaddressform .navBar .navBar-section .navBar-item .navBar-action,
    .account_order .navBar .navBar-section .navBar-item .navBar-action,
    .account_new_return .navBar .navBar-section .navBar-item .navBar-action,
    .account_returns .navBar .navBar-section .navBar-item .navBar-action,
    .account_saved_return .navBar .navBar-section .navBar-item .navBar-action {
      color: #07265e !important;
      font-size: 15px;
      line-height: 20px;
      font-weight: 600;
      display: inline-block; }

.account_orderstatus .account,
.account_inbox .account,
.account_addressbook .account,
.shippingaddressform .account,
.account_order .account,
.account_new_return .account,
.account_returns .account,
.account_saved_return .account {
  width: 75%;
  display: inline-block;
  margin: 0px 0px 0px -4px !important;
  vertical-align: top;
  padding-left: 30px; }
  @media screen and (max-width: 991px) {
    .account_orderstatus .account,
    .account_inbox .account,
    .account_addressbook .account,
    .shippingaddressform .account,
    .account_order .account,
    .account_new_return .account,
    .account_returns .account,
    .account_saved_return .account {
      padding-left: 0px;
      width: 100%;
      margin: 0px !important; } }
  .account_orderstatus .account .account-body,
  .account_inbox .account .account-body,
  .account_addressbook .account .account-body,
  .shippingaddressform .account .account-body,
  .account_order .account .account-body,
  .account_new_return .account .account-body,
  .account_returns .account .account-body,
  .account_saved_return .account .account-body {
    margin: 0px auto; }
    .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .account_inbox .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .account_addressbook .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .shippingaddressform .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .account_order .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .account_new_return .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .account_returns .account .account-body .account-content .pagination .pagination-list .pagination-item,
    .account_saved_return .account .account-body .account-content .pagination .pagination-list .pagination-item {
      padding: 0px !important;
      font-size: 15px;
      line-height: 20px; }
    .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link, .account_orderstatus .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .account_inbox .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .account_inbox .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .account_addressbook .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .account_addressbook .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .shippingaddressform .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .shippingaddressform .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .account_order .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .account_order .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .account_new_return .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .account_new_return .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .account_returns .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .account_returns .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link,
    .account_saved_return .account .account-body .account-content .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link,
    .account_saved_return .account .account-body .account-content .pagination .pagination-list .pagination-item--next .pagination-link {
      padding: 5px 10px; }

.account_orderstatus .navBar--account .navBar-item.is-active .navBar-action,
.account_inbox .navBar--account .navBar-item.is-active .navBar-action,
.account_addressbook .navBar--account .navBar-item.is-active .navBar-action,
.shippingaddressform .navBar--account .navBar-item.is-active .navBar-action,
.account_order .navBar--account .navBar-item.is-active .navBar-action,
.account_new_return .navBar--account .navBar-item.is-active .navBar-action,
.account_returns .navBar--account .navBar-item.is-active .navBar-action,
.account_saved_return .navBar--account .navBar-item.is-active .navBar-action {
  color: #e9b920 !important; }

.account_orderstatus .breadcrumbs,
.account_inbox .breadcrumbs,
.account_addressbook .breadcrumbs,
.shippingaddressform .breadcrumbs,
.account_order .breadcrumbs,
.account_new_return .breadcrumbs,
.account_returns .breadcrumbs,
.account_saved_return .breadcrumbs {
  display: none; }

.account_orderstatus .container,
.account_inbox .container,
.account_addressbook .container,
.shippingaddressform .container,
.account_order .container,
.account_new_return .container,
.account_returns .container,
.account_saved_return .container {
  padding: 0px !important; }
  .account_orderstatus .container .container,
  .account_inbox .container .container,
  .account_addressbook .container .container,
  .shippingaddressform .container .container,
  .account_order .container .container,
  .account_new_return .container .container,
  .account_returns .container .container,
  .account_saved_return .container .container {
    padding: 40px !important; }
    @media screen and (max-width: 450px) {
      .account_orderstatus .container .container,
      .account_inbox .container .container,
      .account_addressbook .container .container,
      .shippingaddressform .container .container,
      .account_order .container .container,
      .account_new_return .container .container,
      .account_returns .container .container,
      .account_saved_return .container .container {
        padding: 20px !important; } }

/* common menu design for account related page*/
/*compare*/
.compare .container {
  padding: 0px; }
  @media (max-width: 991px) {
    .compare .container {
      padding: 0px !important; } }

.compare .page {
  margin: 0 auto; }

.compare .compare-item {
  margin: 35px 0px 0px 0px; }
  @media screen and (max-width: 991px) {
    .compare .compare-item {
      width: 1000px; } }
  .compare .compare-item .compareTable .compareTable-row.choose_option_tr .compareTable-item a {
    background-color: #07265e; }

.compare table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: none;
  width: auto;
  margin: 0 auto;
  table-layout: fixed; }

.compare .card .button {
  background-color: #07265e !important;
  color: #fff !important;
  height: 40px;
  line-height: 22px;
  margin: 10px auto 0 !important;
  width: 100%;
  display: inline-block;
  max-width: 200px; }
  .compare .card .button:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }

.compare .compareTable-heading {
  width: 115px;
  text-align: left; }
  @media (max-width: 991px) {
    .compare .compareTable-heading {
      font-size: 13px !important;
      line-height: 19px !important; } }

.compare .compare .page-content {
  padding: 0 40px 40px; }
  @media screen and (max-width: 991px) {
    .compare .compare .page-content {
      overflow-x: auto; } }

.compare .breadcrumbs {
  display: none; }

.compare .compareTable-product {
  padding: 0 10px; }
  @media (max-width: 991px) {
    .compare .compareTable-product {
      width: 412px; } }
  .compare .compareTable-product .card-image {
    position: static;
    width: 100%;
    max-height: 200px;
    height: auto; }
  .compare .compareTable-product .card-img-container {
    display: flex;
    flex-direction: column; }
    .compare .compareTable-product .card-img-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 0px;
      width: 100%; }
  .compare .compareTable-product .card-figure {
    padding: 0px; }
  @media (max-width: 991px) {
    .compare .compareTable-product .price {
      font-size: 13px !important;
      line-height: 19px; } }
  .compare .compareTable-product .card-body {
    min-height: 0;
    margin-top: 10px;
    text-align: center;
    padding: 0px; }
    @media (max-width: 991px) {
      .compare .compareTable-product .card-body {
        font-size: 13px;
        line-height: 19px; } }
    .compare .compareTable-product .card-body :first-child {
      margin-top: -8px; }
    @media (max-width: 991px) {
      .compare .compareTable-product .card-body .card-title {
        font-size: 13px;
        line-height: 19px; } }
    .compare .compareTable-product .card-body .price-section {
      font-size: 14px;
      line-height: 19px;
      color: #07265e;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 991px) {
        .compare .compareTable-product .card-body .price-section {
          font-size: 13px !important;
          line-height: 19px; } }

.compare .compareTable-action {
  text-align: center;
  width: 270px;
  padding: 0 35px 16px; }
  .compare .compareTable-action .compareTable-removeProduct {
    position: static;
    background: 0 0;
    display: inline-block;
    height: auto;
    width: auto;
    margin: 10px auto 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px; }
    @media screen and (max-width: 991px) {
      .compare .compareTable-action .compareTable-removeProduct {
        font-size: 13px !important;
        line-height: 19px; } }

.compare .compareTable-headingText {
  color: #07265e;
  font-weight: 600;
  position: inherit;
  top: inherit; }

.compare .compareTable-item {
  color: #07265e;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 991px) {
    .compare .compareTable-item {
      padding-top: 17px;
      font-size: 13px; } }

.compare .compareTable-row:nth-child(3),
.compare .compareTable-row:nth-child(5) {
  text-align: center; }

.compare .compare .compareTable-row:nth-child(4),
.compare .compare .compareTable-row:nth-child(5) {
  text-align: center; }

.compare .compareTable-row + .compareTable-row.choose_option_tr a {
  border-radius: 4px;
  line-height: 14px;
  padding: 12px 7px; }

.compare .compareTable-row + .compareTable-row.choose_option_tr .compareTable-heading:empty {
  border-top: 1px solid #e5e5e5; }

@media screen and (min-width: 1400px) {
  .compare .compareTable {
    width: 100%;
    max-width: 1100px; } }

.compare .compareTable .button {
  padding: 9.143px 24px;
  height: 40px;
  line-height: 22px;
  max-width: 200px;
  width: 100%; }
  .compare .compareTable .button:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }

.modal--large .modal-close {
  font-weight: 400;
  color: #07265e;
  margin-right: 0;
  font-size: 42px;
  line-height: 45px; }
  .modal--large .modal-close span {
    font-size: 45px;
    color: #07265e;
    line-height: 45px; }

.quickView {
  padding: 30px; }
  .quickView .productView--quickView {
    padding: 0 !important;
    margin: 0 auto; }
  .quickView .productView-title {
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 600;
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px !important;
    padding: 0 30px 0 0 !important; }
    @media (max-width: 991px) {
      .quickView .productView-title {
        font-size: 18px !important;
        line-height: 23px !important; } }
  .quickView .breadcrumbs {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 991px) {
      .quickView .breadcrumbs {
        padding-left: 15px;
        padding-right: 15px; } }
    .quickView .breadcrumbs .breadcrumb-label {
      font-size: 15px; }
  .quickView .breadcrumb:not(:first-child)::before {
    margin-left: 7.5px;
    margin-right: 7.5px;
    font-size: 15px;
    line-height: 19px;
    transform: rotate(27deg);
    border-right: 1px solid #bcb2b2; }
  .quickView .productView-images {
    width: 40%;
    margin-right: 4.09881%;
    text-align: center;
    padding: 20px 0 20px 10px;
    padding-right: 30px;
    margin-bottom: 0px !important; }
    .quickView .productView-images .pdp_page {
      background-color: #00215A;
      color: white;
      width: max-content;
      padding: 5px 20px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    @media (max-width: 991px) {
      .quickView .productView-images {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 30px;
        padding-right: 0;
        float: none;
        padding-top: 20px;
        padding-left: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important; } }
    .quickView .productView-images .productView-image {
      pointer-events: auto;
      min-height: auto !important;
      border: 1px solid #ddd; }
      .quickView .productView-images .productView-image .productView-img-container {
        max-width: none;
        width: 100%;
        max-height: 330px; }
        .quickView .productView-images .productView-image .productView-img-container .pdp_page {
          background-color: #00215A;
          color: white;
          width: max-content;
          padding: 5px 20px;
          position: absolute;
          text-decoration: none;
          z-index: 1; }
        .quickView .productView-images .productView-image .productView-img-container img {
          position: static;
          height: 100%;
          object-fit: contain;
          width: 100%;
          max-height: 300px; }
        .quickView .productView-images .productView-image .productView-img-container::after {
          padding-bottom: 0px; }
    .quickView .productView-images .productView-thumbnail-link {
      border: 1px solid #fff; }
      .quickView .productView-images .productView-thumbnail-link:hover {
        border: 1px solid #ddd; }
  .quickView .quickview_inner_container {
    width: 55.93548%;
    margin-right: 0;
    padding: 40px 0px 20px 0; }
    @media (max-width: 991px) {
      .quickView .quickview_inner_container {
        width: 100%;
        padding-top: 0; } }
    .quickView .quickview_inner_container .productView-details {
      width: 100%;
      padding: 0;
      margin-bottom: 15px; }
      .quickView .quickview_inner_container .productView-details .productView-product {
        border-bottom: 0px;
        padding: 0px; }
      .quickView .quickview_inner_container .productView-details .productView-title {
        display: inline-block;
        padding: 0 10px 0 0 !important;
        color: #07265e;
        font-family: 'Poppins', sans-serif;
        width: 60% !important;
        font-size: 24px !important;
        line-height: 28px !important;
        margin-top: 0;
        text-align: left;
        margin-bottom: 0 !important; }
        @media (max-width: 1300px) {
          .quickView .quickview_inner_container .productView-details .productView-title {
            font-size: 21px;
            line-height: 25px; } }
        @media (max-width: 991px) {
          .quickView .quickview_inner_container .productView-details .productView-title {
            font-size: 23px;
            line-height: 27px; } }
        @media (max-width: 767px) {
          .quickView .quickview_inner_container .productView-details .productView-title {
            font-size: 19px;
            line-height: 23px; } }
        @media (max-width: 600px) {
          .quickView .quickview_inner_container .productView-details .productView-title {
            display: block;
            width: 100% !important;
            padding-right: 0; } }
      .quickView .quickview_inner_container .productView-details .price_right_section {
        display: inline-block;
        padding-left: 10px;
        color: #07265e;
        font-family: 'Poppins', sans-serif;
        width: 40% !important;
        text-align: right;
        font-weight: 600;
        margin-top: 0 !important;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1.5; }
        .quickView .quickview_inner_container .productView-details .price_right_section .productView-price {
          display: inline-block;
          padding-left: 10px;
          color: #07265e;
          font-family: "Poppins", sans-serif;
          width: 100%;
          text-align: right;
          font-weight: 600;
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
          .quickView .quickview_inner_container .productView-details .price_right_section .productView-price span {
            font-size: 19px;
            line-height: 28px;
            font-weight: 600; }
          .quickView .quickview_inner_container .productView-details .price_right_section .productView-price .price-section {
            font-size: 14px;
            line-height: 19px;
            color: #07265e;
            text-align: right;
            font-weight: 600;
            font-family: "Poppins", sans-serif; }
            @media (max-width: 1300px) {
              .quickView .quickview_inner_container .productView-details .price_right_section .productView-price .price-section {
                margin: 0 auto 0 !important;
                font-size: 13px;
                line-height: 19px; } }
            @media (max-width: 600px) {
              .quickView .quickview_inner_container .productView-details .price_right_section .productView-price .price-section {
                text-align: left;
                padding-left: 0 !important; } }
          @media (max-width: 1300px) {
            .quickView .quickview_inner_container .productView-details .price_right_section .productView-price {
              margin: 0 auto 0 !important;
              font-size: 13px;
              line-height: 19px; } }
          @media (max-width: 600px) {
            .quickView .quickview_inner_container .productView-details .price_right_section .productView-price {
              text-align: left;
              padding-left: 0 !important; } }
        @media (max-width: 600px) {
          .quickView .quickview_inner_container .productView-details .price_right_section {
            display: block;
            width: 100%;
            float: none;
            margin: 0 auto 0 !important;
            text-align: left;
            padding-left: 0 !important; } }
    .quickView .quickview_inner_container .productView-info {
      margin-bottom: 0px; }
      .quickView .quickview_inner_container .productView-info .product_sku_data {
        margin-bottom: 15px !important;
        margin-left: 0;
        color: #07265e;
        font-size: 15px;
        line-height: 20px;
        width: 65%;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          .quickView .quickview_inner_container .productView-info .product_sku_data {
            text-align: left; } }
      .quickView .quickview_inner_container .productView-info .sku-label {
        width: auto !important;
        margin-bottom: 0px 0px 15px 0px !important;
        padding-right: 5px;
        color: #07265e;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        line-height: 20px; }
        @media (max-width: 991px) {
          .quickView .quickview_inner_container .productView-info .sku-label {
            font-size: 13px;
            line-height: 19px; } }
    .quickView .quickview_inner_container .productView-details .form-label {
      display: inline-block;
      width: 25%;
      vertical-align: middle;
      color: #07265e;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      margin: 0;
      font-size: 15px;
      line-height: 20px;
      cursor: text;
      padding-right: 15px; }
      @media (max-width: 1100px) {
        .quickView .quickview_inner_container .productView-details .form-label {
          width: 35%; } }
      @media (max-width: 991px) {
        .quickView .quickview_inner_container .productView-details .form-label {
          width: 25%;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .quickView .quickview_inner_container .productView-details .form-label {
          width: 35%; } }
      @media (max-width: 600px) {
        .quickView .quickview_inner_container .productView-details .form-label {
          text-align: left;
          width: 38%;
          margin-bottom: 7px; } }
      @media (max-width: 550px) {
        .quickView .quickview_inner_container .productView-details .form-label {
          width: 100%; } }
    .quickView .quickview_inner_container .form-field select {
      padding: 10px 15px;
      background: #f0f0f0;
      border-color: #f0f0f0;
      border-radius: 3px;
      font-size: 14px;
      line-height: 19px;
      height: 40px;
      max-width: 280px;
      background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
      background-size: 8px;
      background-position: center right 9px;
      background-repeat: no-repeat;
      color: #07265e;
      width: 65%;
      display: inline-block;
      vertical-align: middle; }
    .quickView .quickview_inner_container .form-increment {
      display: block;
      height: 45px;
      border-radius: 3px;
      max-width: 120px;
      width: 120px;
      min-width: 0;
      border: 1px solid #07265e;
      margin-bottom: 0 !important;
      background: #f0f0f0; }
      .quickView .quickview_inner_container .form-increment .button {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        background: 0 0;
        border: 0;
        height: 45px;
        float: none;
        color: #07265e !important;
        font-size: 24px;
        line-height: 17px;
        font-weight: 400; }
        .quickView .quickview_inner_container .form-increment .button:hover {
          background-color: unset !important; }
      .quickView .quickview_inner_container .form-increment input {
        display: inline-block;
        width: 66px;
        vertical-align: middle;
        background: 0 0;
        height: 100%;
        font-weight: 400;
        padding: 0 8px; }
    .quickView .quickview_inner_container .form-field--increments .form-label--alternate {
      margin-bottom: 10px !important; }
    .quickView .quickview_inner_container .add-to-cart-buttons {
      width: 100%;
      display: block;
      padding: 0px !important;
      margin: 0px !important; }
      .quickView .quickview_inner_container .add-to-cart-buttons .form-action {
        display: inline-block;
        margin-top: 0px;
        width: 100%;
        margin-bottom: 21px; }
        @media (max-width: 1200px) {
          .quickView .quickview_inner_container .add-to-cart-buttons .form-action {
            text-align: left;
            width: 42%; } }
        @media (max-width: 600px) {
          .quickView .quickview_inner_container .add-to-cart-buttons .form-action {
            text-align: left;
            width: 100%; } }
        .quickView .quickview_inner_container .add-to-cart-buttons .form-action #form-action-addToCart {
          max-width: 200px !important;
          width: 100% !important;
          display: inline-block;
          border-radius: 3px;
          padding: 10px;
          background-color: #07265e;
          border-color: #07265e;
          line-height: 16px; }
    .quickView .quickview_inner_container .view_details {
      max-width: 200px !important;
      width: 100% !important;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block;
      background-color: #07265e;
      border-color: #07265e; }
    .quickView .quickview_inner_container small {
      margin-left: -1px;
      font-size: 14px;
      font-weight: 500;
      color: #ce3834; }
  .quickView .productView-options .form-field {
    margin-bottom: 22.5px;
    float: none; }
    @media (max-width: 600px) {
      .quickView .productView-options .form-field {
        text-align: left; } }
  .quickView .productView-thumbnails {
    margin: 20px auto 30px; }

/*compare*/
.has-activeModal .error-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 0px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  border-color: #f27474; }
  .has-activeModal .error-icon .icon-content {
    position: relative;
    display: block;
    animation: animate-x-mark .5s; }
    .has-activeModal .error-icon .icon-content .line-left {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px;
      transform: rotate(45deg);
      left: 17px; }
    .has-activeModal .error-icon .icon-content .line-right {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px;
      transform: rotate(-45deg);
      right: 16px; }

/*messagepage*/
.account_inbox .container .container {
  display: table;
  width: 100%; }

.account_inbox .page-heading {
  margin-bottom: 0px; }

.account_inbox .account--fixed {
  padding-left: 30px;
  width: 75%;
  margin: 0px; }
  @media (max-width: 991px) {
    .account_inbox .account--fixed {
      padding: 0;
      width: 100%;
      margin: 0 auto;
      display: block; } }
  .account_inbox .account--fixed .account-body {
    width: 100%;
    margin: 0; }
    .account_inbox .account--fixed .account-body .account-content {
      padding: 0px 0px 40px 0px; }
      @media (max-width: 991px) {
        .account_inbox .account--fixed .account-body .account-content {
          width: 100%;
          padding: 0; } }
      .account_inbox .account--fixed .account-body .account-content .account-listItem {
        border: 1px solid #ddd;
        background: 0 0;
        margin-bottom: 0;
        padding: 15px !important;
        position: relative;
        border-bottom: 0px; }
        @media (max-width: 767px) {
          .account_inbox .account--fixed .account-body .account-content .account-listItem {
            font-size: 13px !important;
            line-height: 19px !important; } }
        .account_inbox .account--fixed .account-body .account-content .account-listItem .account-orderStatus {
          color: #07265e;
          position: inherit;
          text-align: right;
          font-family: "Poppins", sans-serif; }
          @media (max-width: 767px) {
            .account_inbox .account--fixed .account-body .account-content .account-listItem .account-orderStatus {
              text-align: left;
              margin-bottom: 5px;
              display: block;
              width: 100%;
              padding-left: 0;
              padding-right: 0; } }
          .account_inbox .account--fixed .account-body .account-content .account-listItem .account-orderStatus span {
            font-size: 15px;
            line-height: 20px; }
        .account_inbox .account--fixed .account-body .account-content .account-listItem .account-product-title {
          color: #07265e;
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          line-height: 20px;
          font-weight: 600;
          text-transform: capitalize;
          margin-bottom: 3.06px !important; }
          @media (max-width: 991px) {
            .account_inbox .account--fixed .account-body .account-content .account-listItem .account-product-title {
              font-size: 13px; } }
          @media (max-width: 767px) {
            .account_inbox .account--fixed .account-body .account-content .account-listItem .account-product-title {
              text-align: left;
              margin-bottom: 5px !important;
              display: block;
              width: 100%;
              padding-left: 0;
              padding-right: 0; } }
        .account_inbox .account--fixed .account-body .account-content .account-listItem .is-read {
          margin-bottom: 0px;
          color: #07265e;
          font-size: 15px;
          line-height: 20px; }
        .account_inbox .account--fixed .account-body .account-content .account-listItem:last-child {
          border-bottom: 1px solid #e5e5e5; }
    .account_inbox .account--fixed .account-body .order-status {
      display: inline-block;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 14px;
      margin-bottom: 21px;
      width: 100%; }
      .account_inbox .account--fixed .account-body .order-status .add-message {
        display: inline-block;
        width: 50%;
        text-align: left;
        margin-left: -4px;
        padding-left: 4px; }
        .account_inbox .account--fixed .account-body .order-status .add-message .account-heading {
          font-size: 16px;
          font-weight: 600;
          color: #07265e;
          font-family: "Poppins", sans-serif;
          border: none !important;
          border-bottom: 1px solid #e5e5e5;
          margin: 0;
          padding-bottom: 0px;
          margin-bottom: 0px; }
      .account_inbox .account--fixed .account-body .order-status .message-title {
        display: inline-block;
        width: 50%;
        text-align: right; }
        .account_inbox .account--fixed .account-body .order-status .message-title span#message_form {
          margin-bottom: 0px;
          color: #07265e;
          font-size: 15px;
          font-family: "Poppins", sans-serif !important;
          cursor: pointer; }
    .account_inbox .account--fixed .account-body .form {
      display: none;
      padding: 20px 10px;
      background: #fbf5e7; }
      .account_inbox .account--fixed .account-body .form .form-field--textarea {
        width: 100% !important; }
      .account_inbox .account--fixed .account-body .form .form-field {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        display: inline-block;
        margin-left: -4px;
        vertical-align: top; }
        @media (max-width: 600px) {
          .account_inbox .account--fixed .account-body .form .form-field {
            width: 100%; } }
        .account_inbox .account--fixed .account-body .form .form-field .form-label {
          display: inline-block;
          font-weight: 600; }
          .account_inbox .account--fixed .account-body .form .form-field .form-label small {
            color: #ce3834;
            font-size: 14px;
            float: none; }
        .account_inbox .account--fixed .account-body .form .form-field .form-input {
          border-color: #07265e; }
      .account_inbox .account--fixed .account-body .form .form-actions input {
        width: auto;
        background-color: #07265e;
        border-color: #07265e;
        font-family: "Poppins", sans-serif;
        padding: 10px 20px;
        font-weight: 600; }
        .account_inbox .account--fixed .account-body .form .form-actions input:hover {
          color: #fff !important;
          background-color: #e9b822;
          border-color: #e9b822; }

/*messagepage*/
/*return-page*/
.account_returns .container .container {
  display: table;
  width: 100%; }

.account_returns .container .account-orderStatus {
  bottom: unset;
  left: unset;
  position: unset; }

.account_returns .container .account-body .account-heading {
  font-size: 16px;
  font-weight: 600;
  color: #07265e;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 14px;
  margin-bottom: 21px; }

.account_returns .container .account-body .no-return {
  line-height: 19px; }

.account_returns .container .account-body .account-content {
  padding: 0px; }
  .account_returns .container .account-body .account-content .account-empty {
    color: #07265e; }
  .account_returns .container .account-body .account-content .account-listItem {
    padding: 15px !important;
    background: #fbf5e7;
    border: none;
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .account_returns .container .account-body .account-content .account-listItem {
        font-size: 13px !important; } }
    @media (max-width: 450px) {
      .account_returns .container .account-body .account-content .account-listItem {
        text-align: center; } }
    .account_returns .container .account-body .account-content .account-listItem .account-product-body {
      padding-bottom: 0px; }
    .account_returns .container .account-body .account-content .account-listItem .account-orderStatus {
      padding-left: 10px; }
      @media (max-width: 550px) {
        .account_returns .container .account-body .account-content .account-listItem .account-orderStatus {
          padding-left: 0px; } }
      @media (max-width: 450px) {
        .account_returns .container .account-body .account-content .account-listItem .account-orderStatus {
          text-align: center;
          margin-bottom: 10px;
          width: 100%; } }
      .account_returns .container .account-body .account-content .account-listItem .account-orderStatus .account-orderStatus-label {
        color: #fff !important;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 4.96px;
        padding: 8px 15px 8px 15px;
        background: #07265e;
        font-family: "Poppins", sans-serif; }
    @media (max-width: 450px) {
      .account_returns .container .account-body .account-content .account-listItem .account-product-figure {
        margin: 0px auto;
        float: none; }
        .account_returns .container .account-body .account-content .account-listItem .account-product-figure::after {
          padding-bottom: 20px; } }
    .account_returns .container .account-body .account-content .account-listItem .account-product-title {
      color: #07265e;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 20px;
      font-weight: 600; }
    .account_returns .container .account-body .account-content .account-listItem .account-product-description {
      color: #333 !important;
      font-size: 15px;
      line-height: 20px; }
      .account_returns .container .account-body .account-content .account-listItem .account-product-description a {
        text-decoration: none; }
        .account_returns .container .account-body .account-content .account-listItem .account-product-description a:hover {
          color: #e9b920 !important; }
    .account_returns .container .account-body .account-content .account-listItem .definitionList {
      font-size: 15px;
      margin: -19px 0px 21px 0px; }
      .account_returns .container .account-body .account-content .account-listItem .definitionList .definitionList-key {
        color: #757575;
        font-weight: 400;
        margin-right: 4px; }
        @media (max-width: 450px) {
          .account_returns .container .account-body .account-content .account-listItem .definitionList .definitionList-key {
            width: 50%;
            text-align: right; } }
      .account_returns .container .account-body .account-content .account-listItem .definitionList .definitionList-value {
        margin: 0; }
        @media (max-width: 450px) {
          .account_returns .container .account-body .account-content .account-listItem .definitionList .definitionList-value {
            width: 100%;
            text-align: left; } }
    .account_returns .container .account-body .account-content .account-listItem .account-product-detail {
      width: 100%;
      margin-bottom: 10px;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 767px) {
        .account_returns .container .account-body .account-content .account-listItem .account-product-detail {
          margin-bottom: 5px;
          margin-top: 0px; } }
      .account_returns .container .account-body .account-content .account-listItem .account-product-detail .account-product-detail-heading {
        color: #07265e;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        text-transform: capitalize; }
        @media (max-width: 991px) {
          .account_returns .container .account-body .account-content .account-listItem .account-product-detail .account-product-detail-heading {
            font-size: 13px !important; } }

/*return-page*/
/*add-return-page*/
.account_new_return label {
  font-weight: 600;
  cursor: text; }
  .account_new_return label small {
    font-size: 13px;
    color: #ce3834;
    float: none;
    vertical-align: bottom; }

.account_new_return .form-select {
  font-size: 14px;
  line-height: 19px;
  font-family: "Poppins", sans-serif;
  color: #07265e;
  border-radius: 3px;
  border: 1px solid;
  height: auto; }

.account_new_return .form-input {
  width: 100%;
  padding: 10px 15px;
  background: #f0f0f0;
  border-color: #f0f0f0;
  border-radius: 3px; }

.account_new_return .container .container {
  padding: 40px;
  display: table;
  width: 100%; }

.account_new_return .account-body .account-heading {
  font-size: 16px;
  font-weight: 600;
  color: #07265e;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 14px;
  margin-bottom: 21px; }

@media (max-width: 550px) {
  .account_new_return .account-body .table {
    margin-top: 0px; } }

.account_new_return .account-body .table .table-tbody {
  font-family: 'Poppins', sans-serif; }
  .account_new_return .account-body .table .table-tbody .return-itemName {
    font-weight: 400; }
    .account_new_return .account-body .table .table-tbody .return-itemName .definitionList {
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (max-width: 550px) {
        .account_new_return .account-body .table .table-tbody .return-itemName .definitionList {
          margin-bottom: 0px; } }
  .account_new_return .account-body .table .table-tbody .return-itemPrice {
    color: #07265e !important; }

.account_new_return .account-body .button:active {
  background-color: #07265e; }

.account_new_return .account-body .button:focus {
  background-color: #07265e; }

@media (max-width: 600px) {
  .account_new_return .account-body .button {
    width: auto; } }

/*add-return-page*/
/*dashboard and employee-login*/
.page .page-sales-user-section h1 {
  margin: 0px !important; }

@media (max-width: 550px) {
  .page .page-sales-user-section .login-detail {
    padding: 0px 20px; } }

.page .page-sales-user-section .login-detail .page-content {
  max-width: 480px;
  margin: 0 auto;
  background: #fbf5e7;
  padding: 40px;
  margin-bottom: 25px;
  float: none; }
  @media screen and (min-width: 1400px) {
    .page .page-sales-user-section .login-detail .page-content {
      max-width: 600px; } }

.page .page-sales-user-section .sales_person_login_main h1 {
  margin-bottom: 20px !important; }

.page .page-sales-user-section .form-field {
  margin-bottom: 22.5px; }
  .page .page-sales-user-section .form-field .form-label {
    margin-bottom: 0px; }
    .page .page-sales-user-section .form-field .form-label .form-field-title {
      display: block;
      margin-bottom: 5px;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px; }
      @media (max-width: 991px) {
        .page .page-sales-user-section .form-field .form-label .form-field-title {
          font-size: 13px;
          line-height: 19px; } }
  .page .page-sales-user-section .form-field .form-input {
    max-height: 41px;
    font-size: 15px;
    line-height: 20px; }

.page .page-sales-user-section .form-actions {
  margin-top: 0px;
  text-align: left; }
  .page .page-sales-user-section .form-actions .inside_div {
    margin-bottom: 0px; }
    .page .page-sales-user-section .form-actions .inside_div .account-login-button {
      margin-right: 7.5px;
      margin-bottom: 0;
      background-color: #07265e;
      border-color: #07265e;
      font-family: 'Poppins', sans-serif;
      padding: 10px 20px;
      font-weight: 600;
      width: auto;
      line-height: normal; }
      .page .page-sales-user-section .form-actions .inside_div .account-login-button:hover {
        border-color: #e9b920 !important;
        background-color: #e9b920 !important;
        color: #fff !important; }
      @media (max-width: 991px) {
        .page .page-sales-user-section .form-actions .inside_div .account-login-button {
          font-size: 12px; } }

.page .page-sales-user-section .dashboard-menu-section {
  width: 100%;
  max-width: 90%;
  padding: 0px;
  margin: 12px auto;
  text-align: right; }
  @media (max-width: 991px) {
    .page .page-sales-user-section .dashboard-menu-section {
      text-align: center; } }
  .page .page-sales-user-section .dashboard-menu-section span {
    padding: 5px 15px; }
    .page .page-sales-user-section .dashboard-menu-section span:nth-child(2) {
      padding-right: 0px; }
    .page .page-sales-user-section .dashboard-menu-section span a {
      color: #e9b920 !important;
      font-weight: 600;
      font-size: 15px;
      text-decoration: none; }

.page .page-sales-user-section .custom_category_page {
  color: #07265e;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 19px; }
  .page .page-sales-user-section .custom_category_page .pagination .pagination_list .pagination_li.active a {
    color: #fff !important;
    background-color: #07265e; }
  .page .page-sales-user-section .custom_category_page .sales-filter-by-section {
    width: 90%;
    margin: 0px auto;
    background: #fbf5e7; }
    .page .page-sales-user-section .custom_category_page .sales-filter-by-section h3 {
      font-weight: 600;
      padding: 10px;
      background: #07265e;
      color: #fff !important;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 600px) {
        .page .page-sales-user-section .custom_category_page .sales-filter-by-section h3 {
          padding: 7px;
          font-size: 16px; } }
    .page .page-sales-user-section .custom_category_page .sales-filter-by-section form {
      padding: 20px 10px;
      width: 100%; }
      @media (max-width: 600px) {
        .page .page-sales-user-section .custom_category_page .sales-filter-by-section form {
          padding: 20px 30px; } }
      .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section {
        display: inline-block;
        width: 32%;
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: bottom; }
        @media (max-width: 1300px) {
          .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section {
            width: 31.5%; } }
        @media (max-width: 991px) {
          .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section {
            width: 47.5%; } }
        @media (max-width: 600px) {
          .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section {
            margin-bottom: 20px !important;
            width: 100%; } }
        .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section label {
          display: block;
          width: 100%;
          padding-bottom: 5px;
          font-weight: 600;
          font-size: 15px; }
          @media (max-width: 991px) {
            .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section label {
              font-size: 13px !important;
              line-height: 19px !important; } }
        .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section select {
          display: block;
          width: 100%;
          border: 1px solid #fff;
          height: 35px;
          padding: 5px 10px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
          background-position: right 9px center;
          padding-right: 20px !important;
          background-repeat: no-repeat;
          background-size: 10px; }
        .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .field_section input {
          display: block;
          width: 100%;
          border: 1px solid #fff;
          height: 35px;
          padding: 5px 10px; }
      .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section {
        text-align: center;
        margin-top: 0;
        display: inline-block;
        width: 32%;
        vertical-align: bottom; }
        @media (max-width: 991px) {
          .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section {
            width: 100%;
            margin-top: 20px; } }
        .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section button {
          background-color: #07265e;
          border-color: #07265e;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: .05em;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          border: 1px solid;
          border-radius: 3px;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          padding: 10px 20px;
          max-width: 130px;
          width: 100%;
          margin: 0px 10px; }
          .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section button:hover {
            border-color: #e9b920 !important;
            background-color: #e9b920 !important;
            color: #fff !important; }
          @media (max-width: 1300px) {
            .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section button {
              max-width: 120px;
              padding: 10px;
              margin: 0; }
              .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section button:first-child {
                margin-right: 6px; } }
          @media (max-width: 1100px) {
            .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section button {
              max-width: 108px;
              padding: 7px 10px; } }
          @media (max-width: 332px) {
            .page .page-sales-user-section .custom_category_page .sales-filter-by-section form .btn_section button:first-child {
              margin-right: 0px !important; } }
  .page .page-sales-user-section .custom_category_page .dash_board_show_section {
    width: 100%;
    max-width: 90%;
    margin: 60px auto;
    display: block; }
    @media (max-width: 1100px) {
      .page .page-sales-user-section .custom_category_page .dash_board_show_section {
        margin: 40px auto;
        max-width: 90%; } }
    @media (max-width: 600px) {
      .page .page-sales-user-section .custom_category_page .dash_board_show_section {
        max-width: 95%;
        margin: 30px auto;
        text-align: center; } }
    .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section {
      display: inline-block;
      vertical-align: middle;
      width: 30%;
      border: 1px solid #fbf5e7;
      text-align: center;
      margin: 0 15px; }
      @media (max-width: 1300px) {
        .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section {
          margin: 0 5px; } }
      @media (max-width: 600px) {
        .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section {
          width: 47%;
          margin-bottom: 15px; } }
      @media (max-width: 450px) {
        .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          max-width: 80%; } }
      .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section p:first-child {
        margin: 0;
        padding: 10px 5px;
        background: #fbf5e7;
        font-weight: 600;
        font-size: 15px; }
        @media (max-width: 991px) {
          .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section p:first-child {
            font-size: 15px; } }
      .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section p:nth-child(2) {
        font-size: 30px;
        font-weight: 600;
        margin: 30px 0; }
        @media (max-width: 991px) {
          .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section p:nth-child(2) {
            font-size: 25px; } }
        @media (max-width: 500px) {
          .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section p:nth-child(2) {
            font-size: 22px; } }
      .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section p a {
        text-decoration: none; }
      .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section .total_customers:hover {
        color: #e9b920 !important; }
      .page .page-sales-user-section .custom_category_page .dash_board_show_section .inner_dash_div_section .total_orders:hover {
        color: #e9b920 !important; }
  .page .page-sales-user-section .custom_category_page .dash_board_block {
    width: 100%;
    max-width: 90%;
    margin: 60px auto 0px; }
    @media (max-width: 1100px) {
      .page .page-sales-user-section .custom_category_page .dash_board_block {
        margin: 40px auto;
        max-width: 90%; } }
    @media (max-width: 600px) {
      .page .page-sales-user-section .custom_category_page .dash_board_block {
        margin: 30px auto;
        max-width: 95%;
        padding: 0px 12px; } }
    .page .page-sales-user-section .custom_category_page .dash_board_block h3 {
      margin-bottom: 15px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 25px;
      margin-top: 18px; }
      @media (max-width: 1300px) {
        .page .page-sales-user-section .custom_category_page .dash_board_block h3 {
          margin-bottom: 5px; } }
      @media (max-width: 991px) {
        .page .page-sales-user-section .custom_category_page .dash_board_block h3 {
          font-size: 16px; } }
    .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table {
      max-width: 100%;
      margin: 0px auto 30px;
      width: 100%;
      table-layout: fixed;
      border-spacing: 0;
      background: 0 0;
      border: 1px solid;
      border-collapse: separate;
      border-top: 0;
      color: #8c7c7c;
      border-color: #f2f2f2; }
      @media (max-width: 800px) {
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table {
          border: 4px solid #fbf5e7; } }
      .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table thead tr th {
        padding: 10px 0px; }
      @media (max-width: 991px) {
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr {
          font-size: 14px;
          line-height: 18px;
          padding: 5px 3px; } }
      .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th {
        font-size: 15px;
        color: #fff;
        background: #07265e;
        font-weight: 600;
        border: 1px solid #07265e; }
        @media (max-width: 991px) {
          .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th {
            font-size: 14px;
            line-height: 18px;
            padding: 5px 3px; } }
        @media (max-width: 800px) {
          .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th {
            display: none; } }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(1) {
          width: 12%; }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(2) {
          width: 12%; }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(3) {
          width: 8%; }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(4) {
          width: 15%; }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(5) {
          width: 10%; }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(6) {
          width: 10%; }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr th:nth-child(7) {
          width: 15%; }
      .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr:nth-child(odd) {
        background-color: #fbf5e7; }
      .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr {
        text-align: center; }
        @media (max-width: 800px) {
          .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr {
            padding: 10px;
            display: block; }
            .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr::before {
              content: attr(data-th);
              font-weight: bold;
              position: absolute;
              left: 6px; } }
        .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td {
          padding: 10px 10px;
          border: 1px solid #c1c1c1;
          border-right: none;
          border-bottom: 0;
          font-size: 15px;
          line-height: 19px;
          color: #07265e;
          word-break: break-word !important; }
          .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td:first-child {
            padding-left: 10px;
            padding-right: 10px; }
          @media (max-width: 991px) {
            .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td {
              font-size: 14px;
              line-height: 18px;
              padding: 5px 3px; } }
          @media (max-width: 800px) {
            .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td {
              display: block;
              position: relative;
              padding-left: 50% !important;
              text-align: left !important;
              border: none !important;
              margin-bottom: 5px; }
              .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td::before {
                content: attr(data-th);
                font-weight: bold;
                position: absolute;
                left: 6px; } }
          @media (max-width: 500px) {
            .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td {
              padding-left: 10px !important; }
              .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td::before {
                width: 100%;
                position: relative;
                display: block;
                padding: 0 !important;
                left: auto;
                margin-bottom: 4px; } }
          .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table .fast-order-list tr td a {
            text-decoration: none;
            font-weight: 600; }
      .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr:nth-child(odd) td {
        border-color: #fff; }
        @media (max-width: 991px) {
          .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr:nth-child(odd) td {
            border-bottom: none; } }
      .page .page-sales-user-section .custom_category_page .dash_board_block .order-detail-table tr:nth-child(even) td {
        border-color: #fbf5e7; }
    .page .page-sales-user-section .custom_category_page .dash_board_block .pagination .pagination_list {
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 480px) {
        .page .page-sales-user-section .custom_category_page .dash_board_block .pagination .pagination_list .previous.pagination_li a {
          padding: 5px;
          font-size: 14px; } }
    .page .page-sales-user-section .custom_category_page .dash_board_block .view-more-customers {
      text-align: right; }
      .page .page-sales-user-section .custom_category_page .dash_board_block .view-more-customers u:hover {
        text-decoration: none; }
      .page .page-sales-user-section .custom_category_page .dash_board_block .view-more-customers u a:hover {
        color: #e9b920 !important; }
    .page .page-sales-user-section .custom_category_page .dash_board_block .order_count_links a:hover {
      color: #e9b920 !important; }

@media (max-width: 550px) {
  .page .page-sales-user-section tr {
    border: none; } }

.daterangepicker {
  z-index: 1 !important; }
  .daterangepicker .calendar-table thead {
    background: #f0f0f0; }
    .daterangepicker .calendar-table thead th {
      padding: 5px; }
  .daterangepicker .btn {
    border: 1px solid #ccc;
    background-color: #f0f0f0; }

/*dashboard and employee-login*/
/*account_saved_return*/
.account_saved_return .container .container {
  padding: 40px;
  display: table;
  width: 100%; }

.account_saved_return .account-row {
  width: 75%;
  display: inline-block;
  margin: 0px 0px 0px -4px;
  vertical-align: top;
  padding-left: 30px; }

/*account_saved_return*/
/*cart preview popup*/
.dropdown-menu.is-open {
  color: #07265e;
  background: #fbf5e7;
  border-radius: 6px;
  max-width: 380px;
  width: 380px; }
  @media screen and (max-width: 800px) {
    .dropdown-menu.is-open {
      box-shadow: none !important;
      border: 0; } }
  @media screen and (max-width: 480px) {
    .dropdown-menu.is-open {
      max-width: 280px;
      width: 280px; } }
  .dropdown-menu.is-open .previewCart {
    padding: 15px 15px; }
    .dropdown-menu.is-open .previewCart .cart-preview-container {
      display: block; }
      .dropdown-menu.is-open .previewCart .cart-preview-container .cart-preview-title {
        text-align: left;
        font-size: 17px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        font-weight: 600;
        line-height: 22px;
        color: #07265e;
        margin: 0;
        width: 86%; }
        @media screen and (max-width: 800px) {
          .dropdown-menu.is-open .previewCart .cart-preview-container .cart-preview-title {
            font-size: 15px; } }
      .dropdown-menu.is-open .previewCart .cart-preview-container .cart-preview-close {
        position: absolute;
        top: 18px;
        right: 20px;
        color: #07265e;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        line-height: 19px; }
        .dropdown-menu.is-open .previewCart .cart-preview-container .cart-preview-close svg {
          fill: #07265e;
          stroke: #07265e;
          width: 19px;
          height: 20px; }
    .dropdown-menu.is-open .previewCart .previewCartList {
      padding-top: 25px;
      display: block;
      margin-bottom: 15px;
      max-height: 200px;
      overflow: auto; }
      .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem {
        padding-bottom: 0;
        margin-bottom: 20px;
        width: 95%;
        display: flex;
        justify-content: space-between;
        border: 0; }
        .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-image {
          display: inline-block;
          margin-right: 5.26316%; }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
            position: static;
            width: 60px; }
        .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content {
          width: 56.14035%;
          display: inline-block;
          margin-right: 5.26316%;
          text-align: left; }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
            margin: 0px 0px 2px 0px;
            text-transform: none; }
            .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
              font-size: 13px !important;
              font-weight: 600;
              font-family: "Poppins", sans-serif;
              color: #07265e !important;
              line-height: 19px; }
              @media screen and (max-width: 800px) {
                .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
                  font-size: 12px !important; } }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .details_cart {
            font-size: 13px !important;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #07265e !important;
            line-height: 19px; }
            @media screen and (max-width: 800px) {
              .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .details_cart {
                font-size: 12px !important; } }
            .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .details_cart span {
              font-family: "Poppins", sans-serif;
              font-size: 12px !important;
              line-height: 19px;
              font-weight: 400; }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
            display: none; }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .line-item-sku {
            font-size: 12px !important; }
            .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .line-item-sku span {
              font-weight: 600;
              font-family: "Poppins", sans-serif;
              font-size: 13px;
              line-height: 19px; }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .cart-preview-list-item-quantity span {
            margin-right: 5px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
            line-height: 19px;
            color: #07265e !important; }
          .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .cart-preview-list-item-remove {
            color: #07265e !important;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
            line-height: 19px;
            font-weight: 400;
            text-decoration: none;
            margin: 0px 0px 0px 0px; }
    .dropdown-menu.is-open .previewCart .previewCartItem-price {
      color: #07265e;
      font-family: "Poppins", sans-serif; }
    .dropdown-menu.is-open .previewCart .cart-preview-pricing {
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      display: flex;
      padding: 14px 0px; }
      .dropdown-menu.is-open .previewCart .cart-preview-pricing .cart-preview-total-price-label {
        display: flex;
        width: 100%;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
        text-transform: uppercase; }
      .dropdown-menu.is-open .previewCart .cart-preview-pricing .cart-preview-total-price {
        display: flex;
        justify-content: end;
        width: 100%;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
        text-transform: uppercase; }
    .dropdown-menu.is-open .previewCart .previewCartAction {
      border: 0;
      padding: 11px 11px 0px 11px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 480px) {
        .dropdown-menu.is-open .previewCart .previewCartAction {
          display: block;
          text-align: center; } }
      .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout {
        width: 100%;
        display: inline-block;
        max-width: 140px;
        padding: 0;
        margin-left: 4px;
        float: none; }
        @media screen and (max-width: 480px) {
          .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout {
            margin: 10px auto 0; } }
      .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart {
        width: 100%;
        display: inline-block;
        max-width: 140px;
        padding: 0;
        float: none; }
      .dropdown-menu.is-open .previewCart .previewCartAction .button {
        font-size: 13px;
        line-height: 22px;
        background-color: #07265e;
        border-color: #07265e;
        text-transform: uppercase;
        color: #fff !important; }
        .dropdown-menu.is-open .previewCart .previewCartAction .button:hover {
          color: #fff !important;
          background-color: #e9b822;
          border-color: #e9b822; }
        @media screen and (max-width: 480px) {
          .dropdown-menu.is-open .previewCart .previewCartAction .button {
            font-size: 11px;
            line-height: 22px; } }
    .dropdown-menu.is-open .previewCart .previewCart-emptyBody {
      color: #07265e;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      padding-top: 20px;
      padding-bottom: 10px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .dropdown-menu.is-open .previewCart .previewCart-emptyBody {
          font-size: 14px;
          line-height: 20px; } }

/*cart preview popup*/
/*address-page*/
.account_addressbook .account {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .account_addressbook .account {
      padding: 0px;
      width: 100%; } }

.account_addressbook .container .container {
  width: 100%;
  display: table; }

.account_addressbook .page-heading {
  margin-bottom: 0px; }

.account_addressbook .account_head {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 14px; }
  .account_addressbook .account_head .address_tittle {
    width: 50%;
    display: inline-block; }
    .account_addressbook .account_head .address_tittle .account-heading {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      color: #07265e;
      border: none;
      padding-bottom: 0px; }
      @media (max-width: 380px) {
        .account_addressbook .account_head .address_tittle .account-heading {
          font-size: 12px; } }
  .account_addressbook .account_head .new_address_title {
    width: 49%;
    display: inline-block;
    text-align: right; }
    @media (max-width: 650px) {
      .account_addressbook .account_head .new_address_title {
        width: 46%; } }
  .account_addressbook .account_head .address_heading {
    text-align: right;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 650px) {
      .account_addressbook .account_head .address_heading {
        font-size: 14px;
        line-height: 19px; } }

.account_addressbook .account-body {
  width: 100%;
  margin: 0; }
  .account_addressbook .account-body .addressList {
    margin: 0 auto;
    color: #07265e;
    font-family: "Poppins", sans-serif; }
    .account_addressbook .account-body .addressList .address {
      width: 100%;
      background-color: #fbf5e7;
      margin-bottom: 0;
      margin-top: 16px;
      padding: 20px; }
      .account_addressbook .account-body .addressList .address .panel--address {
        width: 100%;
        display: inline-block; }
        .account_addressbook .account-body .addressList .address .panel--address .panel-body {
          background-color: #fbf5e7;
          width: 50%;
          display: inline-block;
          padding: 0 20px 0 0 !important;
          margin: 0 auto !important;
          vertical-align: middle;
          min-height: 0 !important; }
          .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-title {
            color: #07265e;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600; }
            @media (max-width: 991px) {
              .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-title {
                font-size: 13px; } }
            @media (max-width: 380px) {
              .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-title {
                font-size: 15px; } }
          @media (max-width: 767px) {
            .account_addressbook .account-body .addressList .address .panel--address .panel-body {
              text-align: center;
              display: block;
              width: 100%;
              padding: 0 !important; } }
          .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details {
            font-size: 15px; }
            @media (max-width: 991px) {
              .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details {
                font-size: 13px; } }
            @media (max-width: 380px) {
              .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details {
                font-size: 12px; } }
            .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details .address-label {
              color: #07265e;
              font-family: "Poppins", sans-serif; }
            .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details li {
              margin-bottom: 4px; }
            .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details dt, .account_addressbook .account-body .addressList .address .panel--address .panel-body .address-details dd {
              font-size: 15px;
              line-height: 20px; }
          .account_addressbook .account-body .addressList .address .panel--address .panel-body :last-child {
            margin-bottom: 0; }
        .account_addressbook .account-body .addressList .address .panel--address .address_form {
          width: 50%;
          display: inline-block;
          margin-left: -4px;
          vertical-align: middle;
          margin-top: 0; }
          @media (max-width: 767px) {
            .account_addressbook .account-body .addressList .address .panel--address .address_form {
              width: 100% !important;
              margin: 15px auto 0;
              vertical-align: top;
              text-align: center; } }
          .account_addressbook .account-body .addressList .address .panel--address .address_form form {
            display: block;
            text-align: right; }
            .account_addressbook .account-body .addressList .address .panel--address .address_form form .form-actions {
              width: auto;
              margin: 0 auto;
              text-align: right;
              position: unset !important; }
              @media (max-width: 767px) {
                .account_addressbook .account-body .addressList .address .panel--address .address_form form .form-actions {
                  text-align: center; } }
              .account_addressbook .account-body .addressList .address .panel--address .address_form form .form-actions .button {
                display: inline-block;
                width: auto;
                margin-bottom: 0 !important;
                background-color: #07265e;
                border-color: #07265e;
                font-family: "Poppins", sans-serif;
                padding: 10px 20px;
                font-weight: 600; }
                .account_addressbook .account-body .addressList .address .panel--address .address_form form .form-actions .button:hover {
                  border-color: #e9b920 !important;
                  background-color: #e9b920 !important;
                  color: #fff !important; }
                @media (max-width: 380px) {
                  .account_addressbook .account-body .addressList .address .panel--address .address_form form .form-actions .button {
                    padding: 8px 10px;
                    font-weight: 500; } }
              .account_addressbook .account-body .addressList .address .panel--address .address_form form .form-actions button {
                margin-left: 4px; }

/*address-page*/
/*new-addresspage*/
.shippingaddressform h2 {
  margin-bottom: 0px; }

.shippingaddressform .form {
  margin-bottom: 0px; }

.shippingaddressform .account-content {
  padding: 40px;
  float: unset; }
  @media (max-width: 450px) {
    .shippingaddressform .account-content {
      padding: 20px; } }
  .shippingaddressform .account-content .account--fixed {
    margin: 0px; }
    @media (max-width: 991px) {
      .shippingaddressform .account-content .account--fixed {
        padding: 0;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 991px) {
      .shippingaddressform .account-content .account--fixed .account-body {
        margin: 0 0; } }
    .shippingaddressform .account-content .account--fixed .account-body .account-header {
      margin: 0;
      border: 0;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 14px; }
      .shippingaddressform .account-content .account--fixed .account-body .account-header .account-heading {
        font-weight: 600;
        display: table-cell;
        vertical-align: baseline;
        text-align: left;
        font-size: 16px !important;
        line-height: 20px;
        padding: 0px;
        color: #07265e !important;
        border: 0;
        background: none;
        position: static !important; }
    .shippingaddressform .account-content .account--fixed .account-body .account-form-content {
      border: none;
      padding: 20px;
      background: #fbf5e7; }
      .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field {
            width: 100%; } }
        .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-label {
          margin-bottom: 5px;
          line-height: 19px;
          font-weight: 600;
          font-size: 15px; }
          @media screen and (max-width: 991px) {
            .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-label {
              font-size: 13px !important;
              line-height: 19px; } }
          .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-label small {
            margin-left: -2px;
            font-size: 13px;
            color: #ce3834;
            float: none;
            vertical-align: bottom; }
        .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-select {
          background-repeat: no-repeat;
          background-size: 8px;
          background-position: center right 9px;
          font-size: 14px;
          line-height: 19px;
          font-family: 'Poppins', sans-serif;
          color: #07265e;
          border-radius: 3px;
          border: 1px solid;
          height: auto; }
        .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-input {
          font-size: 15px;
          line-height: 20px;
          font-family: "Poppins", sans-serif;
          color: #07265e;
          background: #fff;
          border-radius: 3px;
          padding: 10px 15px;
          border: 1px solid;
          height: auto; }
          @media (max-width: 450px) {
            .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-input {
              padding: 8px 10px; } }
          .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-field .form-input .form-inlineMessage {
            color: #ff2828;
            font-size: 13px; }
      .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-actions {
        margin-top: 0px; }
        .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-actions .button {
          background-color: #07265e;
          border-color: #07265e;
          font-family: "Poppins", sans-serif;
          padding: 10px 20px;
          font-weight: 600; }
          .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-actions .button:hover {
            border-color: #e9b920 !important;
            background-color: #e9b920 !important;
            color: #fff !important; }
          @media (max-width: 767px) {
            .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-actions .button {
              margin-bottom: 0; } }
        @media (max-width: 550px) {
          .shippingaddressform .account-content .account--fixed .account-body .account-form-content .form-actions {
            width: 100%;
            max-width: 154px;
            margin-top: 0px; } }

/*new-addresspage*/
/*sitemap*/
.sitemap a {
  text-decoration: none; }

@media (max-width: 991px) {
  .sitemap .container {
    padding: 0px !important; } }

.sitemap .page-heading {
  margin-bottom: 0px; }
  @media (max-width: 480px) {
    .sitemap .page-heading {
      font-size: 16px !important;
      line-height: 20px !important; } }

.sitemap .sitemap-container {
  padding: 40px; }
  @media (max-width: 450px) {
    .sitemap .sitemap-container {
      padding: 20px; } }
  .sitemap .sitemap-container .sitemap-contents {
    max-width: 650px;
    width: 100%;
    background-color: #fbf5e7;
    padding: 20px;
    margin-left: auto;
    margin-right: auto; }
    .sitemap .sitemap-container .sitemap-contents ul {
      list-style: none;
      margin-left: 0px; }
      .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups {
        margin: 0 auto 20px !important;
        width: 100%; }
        .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups li {
          margin: 3.75px 0;
          line-height: 17px; }
          .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups li ul {
            list-style-type: circle; }
        .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups .sitemap-title {
          margin: 0 auto 8px;
          color: #07265e;
          font-size: 18px;
          line-height: 23px;
          font-weight: 600; }
          @media (max-width: 991px) {
            .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups .sitemap-title {
              font-size: 15px;
              line-height: 20px; } }
        .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups .sitemap-pages {
          margin-left: 0px; }
          .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups .sitemap-pages li {
            margin: 3.75px 0; }
            .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups .sitemap-pages li ul {
              margin-left: 0;
              padding-left: 30px;
              margin-bottom: 7.5px; }
              .sitemap .sitemap-container .sitemap-contents ul .sitemap-groups .sitemap-pages li ul li li {
                list-style-type: disc; }
    .sitemap .sitemap-container .sitemap-contents a {
      font-size: 15px;
      line-height: 20px; }
      @media (max-width: 991px) {
        .sitemap .sitemap-container .sitemap-contents a {
          font-size: 13px; } }

/*sitemap*/
/*after login page starts*/
/*common codes*/
.wishlists .body,
.wishlist .body,
.editaccount .body {
  margin: 0px; }

.wishlists .account--fixedLarge,
.wishlists .account--fixed,
.wishlist .account--fixedLarge,
.wishlist .account--fixed,
.editaccount .account--fixedLarge,
.editaccount .account--fixed {
  width: 100%; }

.wishlists .container,
.editaccount .container,
.wishlist .container,
.page .container,
.account_recentitems .container,
.add-wishlist .container {
  padding: 0px !important; }
  .wishlists .container .breadcrumbs,
  .editaccount .container .breadcrumbs,
  .wishlist .container .breadcrumbs,
  .page .container .breadcrumbs,
  .account_recentitems .container .breadcrumbs,
  .add-wishlist .container .breadcrumbs {
    display: none; }

.alertBox--success svg {
  fill: #008a06 !important; }

.alertBox--error svg {
  fill: #cc4749 !important; }

.alertBox-message {
  color: #333 !important;
  font-size: 14px;
  line-height: 19px; }
  @media screen and (max-width: 991px) {
    .alertBox-message {
      font-size: 13px !important;
      line-height: 19px !important; } }

.alertBox--info {
  background-color: #07265e;
  border-color: #07265e;
  margin: 0px !important; }
  .alertBox--info .alertBox--info svg {
    fill: #dfdfdf !important; }
  .alertBox--info .alertBox-message {
    color: #fff !important; }

@media screen and (max-width: 450px) {
  main.body.page {
    padding-bottom: 20px; } }

@media (max-width: 991px) {
  main.body.page div.container {
    padding: 0px !important; } }

main.body.page div.container .error_content .page-content.page-content--centered {
  width: 100%;
  padding: 0px;
  padding-bottom: 40px !important; }
  main.body.page div.container .error_content .page-content.page-content--centered .error_msg {
    padding: 0px 30px;
    font-size: 15px;
    line-height: 20px; }
    @media screen and (max-width: 991px) {
      main.body.page div.container .error_content .page-content.page-content--centered .error_msg {
        font-size: 13px;
        line-height: 19px; } }

.account_recentitems .body {
  margin-top: 0px !important; }

/*common codes*/
/*account settings page start*/
.after_login_container .alertBox--info svg {
  fill: #dfdfdf !important; }

.after_login_container .right_section_form {
  display: inline-block;
  width: 75%;
  padding-left: 30px;
  margin-left: -4px; }
  @media screen and (max-width: 991px) {
    .after_login_container .right_section_form {
      padding: 0px;
      width: 100%;
      margin-left: 0px; } }
  .after_login_container .right_section_form .form {
    background: #fbf5e7;
    padding: 20px;
    margin-bottom: 0px; }
    .after_login_container .right_section_form .form .form-actions .button {
      max-width: unset;
      padding: 10px 20px;
      margin: 0px auto;
      font-size: 13px;
      border: 1px solid #07265e;
      width: auto !important; }
      @media screen and (max-width: 767px) {
        .after_login_container .right_section_form .form .form-actions .button {
          line-height: 14px; } }
      @media screen and (max-width: 550px) {
        .after_login_container .right_section_form .form .form-actions .button {
          margin-bottom: 16px; } }
      @media screen and (max-width: 450px) {
        .after_login_container .right_section_form .form .form-actions .button {
          margin: 0 auto 10px !important; } }
      .after_login_container .right_section_form .form .form-actions .button:hover, .after_login_container .right_section_form .form .form-actions .button:focus {
        border-color: #e9b920;
        background-color: #e9b920 !important; }
  .after_login_container .right_section_form .form-fieldset .form-row--half .form-field {
    width: 50%;
    margin-bottom: 20px; }
    @media screen and (max-width: 550px) {
      .after_login_container .right_section_form .form-fieldset .form-row--half .form-field {
        width: 100%;
        margin-bottom: 20px; } }
    .after_login_container .right_section_form .form-fieldset .form-row--half .form-field .form-label {
      margin-bottom: 5px;
      line-height: 20px;
      font-weight: 600;
      font-size: 15px; }
      @media screen and (max-width: 991px) {
        .after_login_container .right_section_form .form-fieldset .form-row--half .form-field .form-label {
          font-size: 13px !important;
          line-height: 19px !important; } }
  .after_login_container .right_section_form .form-fieldset small {
    margin-left: -2px;
    font-size: 13px;
    color: #ce3834;
    vertical-align: bottom;
    float: none; }
  .after_login_container .right_section_form .form-fieldset .form_lable_update .form-input {
    border-color: #07265e;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px; }

/*account settings page end*/
/*wishlist page start*/
.wishlists_table_body_section {
  padding-left: 30px;
  width: 75%;
  display: inline-block;
  margin-left: -4px; }
  @media screen and (max-width: 991px) {
    .wishlists_table_body_section {
      padding-left: 0px;
      width: 100%;
      margin-left: 0px; } }
  .wishlists_table_body_section .form {
    margin: 0px; }
    @media screen and (max-width: 550px) {
      .wishlists_table_body_section .form .form-actions {
        margin-top: 21px; } }
  .wishlists_table_body_section .wishlists-table {
    margin: 0 auto;
    border: 1px solid #07265e; }
  .wishlists_table_body_section .table .table-tbody a {
    text-decoration: none; }
  .wishlists_table_body_section .table .table-tbody td {
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 20px; }
    @media screen and (max-width: 550px) {
      .wishlists_table_body_section .table .table-tbody td {
        font-size: 12px !important;
        padding: 5px; } }
  @media screen and (max-width: 900px) {
    .wishlists_table_body_section .table .table-tbody tr .table-actions .button {
      padding: 10px 8px;
      margin-left: 0px; } }
  @media screen and (max-width: 767px) {
    .wishlists_table_body_section .table .table-tbody tr .table-actions .form-fieldset .button {
      font-size: 10px;
      line-height: 13px; } }
  .wishlists_table_body_section .table .table-tbody tr .table-actions .form-fieldset input:hover,
  .wishlists_table_body_section .table .table-tbody tr .table-actions .form-fieldset a:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }
  .wishlists_table_body_section .table .table-tbody tr .table-actions .form-fieldset input:focus,
  .wishlists_table_body_section .table .table-tbody tr .table-actions .form-fieldset a:focus {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }
  .wishlists_table_body_section .table .table-thead {
    border-bottom: 1px solid #07265e;
    background-color: #07265e; }
    .wishlists_table_body_section .table .table-thead th {
      color: #fff;
      padding: 10px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px; }
      @media screen and (max-width: 550px) {
        .wishlists_table_body_section .table .table-thead th {
          font-size: 12px !important;
          padding: 5px; } }
    @media screen and (max-width: 550px) {
      .wishlists_table_body_section .table .table-thead tr th:last-child {
        text-align: center; } }
  .wishlists_table_body_section .button:focus, .wishlists_table_body_section .button:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }

/*wishlist page end*/
/*wishlist detail and recently viewed page start*/
.after_login_container .form-actions .button,
.recently_viewed_page .form-actions .button {
  background-color: #07265e;
  padding: 10px 20px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .after_login_container .form-actions .button,
    .recently_viewed_page .form-actions .button {
      font-size: 10px;
      line-height: 13px; } }
  @media screen and (max-width: 550px) {
    .after_login_container .form-actions .button,
    .recently_viewed_page .form-actions .button {
      max-width: 150px;
      width: 100% !important;
      display: block;
      margin: 10px auto 0;
      padding: 6px 15px 5px; } }

.after_login_container .navBar .navBar-section .navBar-item,
.recently_viewed_page .navBar .navBar-section .navBar-item {
  display: block;
  padding: 5px 0px;
  margin: 0 auto; }

.after_login_container .navBar .navBar-section .navBar-item.is-active,
.recently_viewed_page .navBar .navBar-section .navBar-item.is-active {
  color: #e9b920 !important;
  border: none;
  font-family: 'Poppins', sans-serif; }
  .after_login_container .navBar .navBar-section .navBar-item.is-active .navBar-action,
  .recently_viewed_page .navBar .navBar-section .navBar-item.is-active .navBar-action {
    color: #e9b920 !important; }

.after_login_container .navBar.navBar--sub.navBar--account,
.recently_viewed_page .navBar.navBar--sub.navBar--account {
  background: #e9f0e8;
  padding: 15px;
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
  width: 25%;
  text-align: left;
  font-size: 14px;
  font-weight: 600; }
  @media screen and (max-width: 991px) {
    .after_login_container .navBar.navBar--sub.navBar--account,
    .recently_viewed_page .navBar.navBar--sub.navBar--account {
      width: 100%;
      margin: 0 auto 30px;
      max-width: 270px;
      margin-left: 0px !important; } }
  .after_login_container .navBar.navBar--sub.navBar--account .navBar-action,
  .recently_viewed_page .navBar.navBar--sub.navBar--account .navBar-action {
    display: inline-block;
    font-size: 15px;
    line-height: 20px; }

.after_login_container .wishlist_right_share,
.after_login_container .recently_right_part,
.recently_viewed_page .wishlist_right_share,
.recently_viewed_page .recently_right_part {
  display: inline-block;
  padding-left: 30px;
  width: 75%;
  margin-left: -4px;
  vertical-align: top; }
  @media screen and (max-width: 991px) {
    .after_login_container .wishlist_right_share,
    .after_login_container .recently_right_part,
    .recently_viewed_page .wishlist_right_share,
    .recently_viewed_page .recently_right_part {
      padding: 0;
      text-align: center;
      width: 100%;
      margin-left: 0px; } }
  .after_login_container .wishlist_right_share .account-content,
  .after_login_container .recently_right_part .account-content,
  .recently_viewed_page .wishlist_right_share .account-content,
  .recently_viewed_page .recently_right_part .account-content {
    padding: 0px; }
    .after_login_container .wishlist_right_share .account-content .account-heading,
    .after_login_container .recently_right_part .account-content .account-heading,
    .recently_viewed_page .wishlist_right_share .account-content .account-heading,
    .recently_viewed_page .recently_right_part .account-content .account-heading {
      font-size: 16px;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      border-bottom: 1px solid #e5e5e5;
      margin: 0;
      margin-bottom: 21px;
      text-align: left; }
  .after_login_container .wishlist_right_share .productGrid,
  .after_login_container .recently_right_part .productGrid,
  .recently_viewed_page .wishlist_right_share .productGrid,
  .recently_viewed_page .recently_right_part .productGrid {
    margin: 0 auto; }
    .after_login_container .wishlist_right_share .productGrid .product:first-child,
    .after_login_container .recently_right_part .productGrid .product:first-child,
    .recently_viewed_page .wishlist_right_share .productGrid .product:first-child,
    .recently_viewed_page .recently_right_part .productGrid .product:first-child {
      padding-left: 0px; }
    .after_login_container .wishlist_right_share .productGrid .product,
    .after_login_container .recently_right_part .productGrid .product,
    .recently_viewed_page .wishlist_right_share .productGrid .product,
    .recently_viewed_page .recently_right_part .productGrid .product {
      width: 33.3%; }
      @media screen and (max-width: 991px) {
        .after_login_container .wishlist_right_share .productGrid .product,
        .after_login_container .recently_right_part .productGrid .product,
        .recently_viewed_page .wishlist_right_share .productGrid .product,
        .recently_viewed_page .recently_right_part .productGrid .product {
          width: 33%; } }
      @media screen and (max-width: 767px) {
        .after_login_container .wishlist_right_share .productGrid .product,
        .after_login_container .recently_right_part .productGrid .product,
        .recently_viewed_page .wishlist_right_share .productGrid .product,
        .recently_viewed_page .recently_right_part .productGrid .product {
          width: 50%; } }
      @media screen and (max-width: 450px) {
        .after_login_container .wishlist_right_share .productGrid .product,
        .after_login_container .recently_right_part .productGrid .product,
        .recently_viewed_page .wishlist_right_share .productGrid .product,
        .recently_viewed_page .recently_right_part .productGrid .product {
          width: 100%; } }
      .after_login_container .wishlist_right_share .productGrid .product .card-body .card-title,
      .after_login_container .wishlist_right_share .productGrid .product .card-body .price,
      .after_login_container .recently_right_part .productGrid .product .card-body .card-title,
      .after_login_container .recently_right_part .productGrid .product .card-body .price,
      .recently_viewed_page .wishlist_right_share .productGrid .product .card-body .card-title,
      .recently_viewed_page .wishlist_right_share .productGrid .product .card-body .price,
      .recently_viewed_page .recently_right_part .productGrid .product .card-body .card-title,
      .recently_viewed_page .recently_right_part .productGrid .product .card-body .price {
        font-size: 15px;
        line-height: 20px; }
        @media screen and (max-width: 991px) {
          .after_login_container .wishlist_right_share .productGrid .product .card-body .card-title,
          .after_login_container .wishlist_right_share .productGrid .product .card-body .price,
          .after_login_container .recently_right_part .productGrid .product .card-body .card-title,
          .after_login_container .recently_right_part .productGrid .product .card-body .price,
          .recently_viewed_page .wishlist_right_share .productGrid .product .card-body .card-title,
          .recently_viewed_page .wishlist_right_share .productGrid .product .card-body .price,
          .recently_viewed_page .recently_right_part .productGrid .product .card-body .card-title,
          .recently_viewed_page .recently_right_part .productGrid .product .card-body .price {
            font-size: 13px; } }
      .after_login_container .wishlist_right_share .productGrid .product .form,
      .after_login_container .recently_right_part .productGrid .product .form,
      .recently_viewed_page .wishlist_right_share .productGrid .product .form,
      .recently_viewed_page .recently_right_part .productGrid .product .form {
        margin: 25px 0px 40px 0px; }
        .after_login_container .wishlist_right_share .productGrid .product .form .button,
        .after_login_container .recently_right_part .productGrid .product .form .button,
        .recently_viewed_page .wishlist_right_share .productGrid .product .form .button,
        .recently_viewed_page .recently_right_part .productGrid .product .form .button {
          display: block;
          width: 100%;
          padding: 10px 15px;
          margin: 0px; }
      .after_login_container .wishlist_right_share .productGrid .product .card .card-body,
      .after_login_container .recently_right_part .productGrid .product .card .card-body,
      .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-body,
      .recently_viewed_page .recently_right_part .productGrid .product .card .card-body {
        text-align: center;
        padding-top: 0px;
        margin-top: 15px; }
        .after_login_container .wishlist_right_share .productGrid .product .card .card-body .review_text,
        .after_login_container .recently_right_part .productGrid .product .card .card-body .review_text,
        .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-body .review_text,
        .recently_viewed_page .recently_right_part .productGrid .product .card .card-body .review_text {
          margin-bottom: 3px; }
          .after_login_container .wishlist_right_share .productGrid .product .card .card-body .review_text .icon svg,
          .after_login_container .recently_right_part .productGrid .product .card .card-body .review_text .icon svg,
          .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-body .review_text .icon svg,
          .recently_viewed_page .recently_right_part .productGrid .product .card .card-body .review_text .icon svg {
            fill: #FBF5E7;
            stroke: #f6c61f;
            stroke-width: 2px; }
      .after_login_container .wishlist_right_share .productGrid .product .card .card-figure,
      .after_login_container .recently_right_part .productGrid .product .card .card-figure,
      .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-figure,
      .recently_viewed_page .recently_right_part .productGrid .product .card .card-figure {
        padding: 0px; }
        .after_login_container .wishlist_right_share .productGrid .product .card .card-figure .card-img-container,
        .after_login_container .recently_right_part .productGrid .product .card .card-figure .card-img-container,
        .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-figure .card-img-container,
        .recently_viewed_page .recently_right_part .productGrid .product .card .card-figure .card-img-container {
          display: flex;
          flex-direction: column;
          align-content: center;
          justify-content: space-evenly;
          max-width: unset; }
          .after_login_container .wishlist_right_share .productGrid .product .card .card-figure .card-img-container .card-image,
          .after_login_container .recently_right_part .productGrid .product .card .card-figure .card-img-container .card-image,
          .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-figure .card-img-container .card-image,
          .recently_viewed_page .recently_right_part .productGrid .product .card .card-figure .card-img-container .card-image {
            position: static !important;
            max-height: 200px;
            height: 100%; }
          .after_login_container .wishlist_right_share .productGrid .product .card .card-figure .card-img-container::after,
          .after_login_container .recently_right_part .productGrid .product .card .card-figure .card-img-container::after,
          .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-figure .card-img-container::after,
          .recently_viewed_page .recently_right_part .productGrid .product .card .card-figure .card-img-container::after {
            display: none !important; }
        .after_login_container .wishlist_right_share .productGrid .product .card .card-figure .card-figcaption,
        .after_login_container .recently_right_part .productGrid .product .card .card-figure .card-figcaption,
        .recently_viewed_page .wishlist_right_share .productGrid .product .card .card-figure .card-figcaption,
        .recently_viewed_page .recently_right_part .productGrid .product .card .card-figure .card-figcaption {
          display: none; }

.after_login_container .wishlist_right_share .card,
.recently_viewed_page .wishlist_right_share .card {
  margin: 0px; }

.after_login_container .wishlist_right_share .pagination,
.recently_viewed_page .wishlist_right_share .pagination {
  display: none; }

@media screen and (min-width: 1400px) {
  .after_login_container .wishlist_right_share .share-wishlist,
  .recently_viewed_page .wishlist_right_share .share-wishlist {
    max-width: 1000px; } }

/*wishlist detail and recently viewed page end*/
/*new wishlist page start*/
.body.add-wishlist {
  margin: 0px; }
  .body.add-wishlist .container .page-heading {
    margin: 0px; }
  .body.add-wishlist .container .create_wishlist .navBar.navBar--sub.navBar--account {
    background: #e9f0e8;
    padding: 15px;
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    width: 25%;
    text-align: left;
    font-size: 14px;
    font-weight: 600; }
    .body.add-wishlist .container .create_wishlist .navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
      display: block;
      padding: 5px 0;
      margin: 0 auto; }
    .body.add-wishlist .container .create_wishlist .navBar.navBar--sub.navBar--account .navBar-item.is-active {
      color: #e9b920 !important;
      border: none;
      font-family: 'Poppins', sans-serif; }
    .body.add-wishlist .container .create_wishlist .navBar.navBar--sub.navBar--account .navBar-action {
      display: inline-block;
      font-size: 15px;
      line-height: 20px; }
    @media screen and (max-width: 991px) {
      .body.add-wishlist .container .create_wishlist .navBar.navBar--sub.navBar--account {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 270px;
        margin-left: 0px !important; } }
  .body.add-wishlist .container .create_wishlist .wishlist-add {
    padding-left: 30px;
    width: 75%;
    display: inline-block;
    margin-left: -4px; }
    @media screen and (max-width: 991px) {
      .body.add-wishlist .container .create_wishlist .wishlist-add {
        padding: 0;
        width: 100%;
        margin-left: 0; } }
    .body.add-wishlist .container .create_wishlist .wishlist-add .form {
      max-width: unset; }
      @media screen and (min-width: 1400px) {
        .body.add-wishlist .container .create_wishlist .wishlist-add .form {
          max-width: 900px; } }
      .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-checkbox + .form-label::before {
        border-color: #07265e;
        top: 0px !important; }
      .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field {
        margin-bottom: 20px;
        padding: 0px; }
        .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field .form-label {
          margin-bottom: 5px;
          line-height: 19px;
          font-weight: 600;
          outline: none !important;
          font-size: 15px; }
          @media screen and (max-width: 991px) {
            .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field .form-label {
              font-size: 13px; } }
          .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field .form-label::after {
            top: 1px; }
          .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field .form-label small {
            margin-top: 0.35714rem;
            font-size: 13px;
            color: #ff2828;
            vertical-align: bottom;
            float: none; }
        .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field input {
          background: #f0f0f0;
          border-color: #f0f0f0;
          border-radius: 3px;
          font-size: 15px;
          line-height: 20px; }
          @media screen and (max-width: 991px) {
            .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field input {
              font-size: 13px; } }
      .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-field--error input {
        border-color: #cc4749; }
      .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-actions .button {
        background-color: #07265e;
        border-color: #07265e;
        font-family: 'Poppins', sans-serif;
        padding: 10px 20px;
        font-weight: 600;
        width: unset; }
        .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-actions .button:focus, .body.add-wishlist .container .create_wishlist .wishlist-add .form .form-actions .button:hover {
          border-color: #e9b920 !important;
          background-color: #e9b920 !important;
          color: #fff !important; }

/*new wishlist end*/
/*after login page ends*/
/*all web pages starts*/
/*faq, privacy policy and b2b-shipping and returns page end*/
.page .content_page {
  padding: 0px 40px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  color: #07265e;
  font-size: 15px;
  line-height: 20px; }
  @media (max-width: 450px) {
    .page .content_page {
      padding: 0px 20px !important; } }
  .page .content_page .B2B_Shipping_Returns_table p {
    margin-bottom: 24px; }
    .page .content_page .B2B_Shipping_Returns_table p em {
      font-size: 12px;
      line-height: 15px; }
  .page .content_page ul {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif; }
    .page .content_page ul li {
      margin: 0px;
      list-style: none; }
  .page .content_page .b2b_web_pages {
    padding-top: 20px; }
    @media (max-width: 991px) {
      .page .content_page .b2b_web_pages {
        font-size: 13px !important;
        line-height: 19px; } }
    @media (max-width: 450px) {
      .page .content_page .b2b_web_pages {
        padding-top: 10px; } }
    @media (max-width: 480px) {
      .page .content_page .b2b_web_pages h2 {
        font-size: 14px !important;
        line-height: 19px !important;
        background-size: 10px !important; } }
    .page .content_page .b2b_web_pages .mail-section {
      margin-bottom: 3px !important; }
    .page .content_page .b2b_web_pages .static_toggle_section_parent .subpage_subheading:first-child {
      margin-top: 0px; }
    .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section {
      border: 1px solid #ddd;
      margin: 0 auto 20px; }
      .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content {
        display: none;
        padding: 20px; }
        .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content .mb0 {
          margin-bottom: 3px !important; }
        .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content a {
          text-decoration: none; }
        .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content p {
          margin-bottom: 15px; }
          .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content p:last-child {
            margin: 0px; }
        .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content ul {
          margin-bottom: 10px;
          padding-left: 25px; }
        .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content li {
          margin-bottom: 6px;
          list-style-type: disc; }
        .page .content_page .b2b_web_pages .static_toggle_section_parent .static_toggle_section .static_toggle_content strong {
          font-weight: 600; }

/*faq, privacy policy and b2b-shipping and returns page end*/
/*all web pages ends*/
/*find a dealer page start*/
#list ol {
  display: inline-block;
  max-height: 200px;
  overflow: auto;
  line-height: 21px;
  max-width: 320px;
  width: 100%;
  padding-right: 20px;
  margin: 0px; }

#list .laln b {
  font-size: 15px;
  font-family: "Poppins", sans-serif !important; }

#list .laln a {
  color: #07265e !important;
  text-decoration: none; }
  #list .laln a:hover {
    color: #e9b920 !important; }

.dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section,
.online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section {
  border: 1px solid #ddd;
  margin: 0 auto 20px; }
  .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store,
  .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store {
    display: none;
    padding: 20px; }
    .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .head_content,
    .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .head_content {
      padding-left: 30px !important;
      padding-right: 30px !important;
      color: #07265e;
      margin-bottom: 15px;
      font-family: 'Poppins', sans-serif;
      font-size: 15px;
      line-height: 20px; }
      @media screen and (max-width: 991px) {
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .head_content,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .head_content {
          font-size: 13px;
          line-height: 19px; } }
    .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1,
    .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 {
      width: 100%; }
      @media (max-width: 450px) {
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 {
          table-layout: fixed; } }
      .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part,
      .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part {
        vertical-align: top;
        border: 0.8px solid grey;
        border-color: #07265e !important;
        padding: 20px;
        width: 27%; }
        @media screen and (max-width: 767px) {
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part {
            width: 100% !important;
            display: block;
            border-bottom: none !important;
            border-top: 1px solid #07265e !important; } }
        @media (max-width: 450px) {
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part {
            padding: 10px; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part {
          padding: 5px; }
          @media screen and (max-width: 767px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part {
              max-width: 400px;
              width: 100%;
              margin: 0 auto; } }
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part hr,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part hr {
            display: none; }
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part #notes p,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part #notes p {
            margin-bottom: 10px !important; }
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part #notes .nearest_dealers_list,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part #notes .nearest_dealers_list {
            font-size: 15px;
            font-weight: 700; }
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .form-field--error,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .form-field--error {
            margin-bottom: 8px; }
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .form-field--error .form-inlineMessage,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .form-field--error .form-inlineMessage {
              font-family: "Poppins", sans-serif; }
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .laln .addItem,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .laln .addItem {
            text-wrap: wrap;
            overflow-wrap: break-word;
            width: 70%; }
          @media (max-width: 450px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .laln .location_miles,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .main_part .laln .location_miles {
              float: none !important;
              margin-bottom: 10px !important; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .dealer_choose,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .dealer_choose {
          font-family: 'Poppins', sans-serif;
          font-size: 13px !important;
          margin-bottom: 0px; }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .zip_postal_code,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .zip_postal_code {
          font-size: 13px !important;
          line-height: 20px;
          padding-top: 8px; }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part select,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part select {
          margin-top: 3px !important;
          padding: 8px 15px 8px !important;
          margin-bottom: 6px !important;
          border: 1px solid #07265e !important;
          border-radius: 3px !important;
          height: 40px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
          background-position: right 9px center;
          padding-right: 20px !important;
          background-repeat: no-repeat;
          background-size: 10px;
          width: 320px;
          font-size: 13px; }
          @media screen and (max-width: 767px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part select,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part select {
              width: 100%; } }
          @media screen and (min-width: 1400px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part select,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part select {
              width: 100%; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input {
          width: 320px;
          margin-top: 3px !important;
          padding: 8px 15px 8px !important;
          margin-bottom: 6px !important;
          border: 1px solid #07265e !important;
          border-radius: 3px !important;
          height: 40px;
          font-size: 13px;
          font-family: 'Poppins', sans-serif; }
          @media screen and (max-width: 767px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input {
              width: 100%; } }
          @media screen and (min-width: 1400px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input {
              width: 100%; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input[type=radio],
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input[type=radio] {
          width: auto !important;
          margin-bottom: 0 !important;
          height: auto !important; }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input::placeholder,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part input::placeholder {
          color: #07265e;
          font-size: 13px; }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part p,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part p {
          font-size: 13px;
          margin-bottom: 0px !important; }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button {
          padding: 7px 15px !important;
          line-height: 20px !important;
          background-repeat: no-repeat;
          background-size: 100%;
          margin-top: 5px;
          font-size: 12px; }
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button:hover, .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button:focus,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button:hover,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button:focus {
            background-color: #07265e !important; }
          @media screen and (max-width: 450px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .button {
              padding: 9px 9px !important; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .search_dealer_button,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part .search_dealer_button {
          text-align: center; }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part svg.icon.icon-spinner,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_left_part svg.icon.icon-spinner {
          display: none !important; }
      .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part,
      .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part {
        padding: 20px;
        border: 0.8px solid grey;
        border-color: #07265e !important;
        width: 73%; }
        @media screen and (max-width: 767px) {
          .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part,
          .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part {
            width: 100% !important;
            display: block; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part .controls,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part .controls {
          background-color: #fff;
          font-weight: 300;
          margin-left: 12px;
          width: 100px;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
          background-position: right 9px center;
          padding-right: 20px !important;
          background-repeat: no-repeat;
          background-size: 10px;
          font-family: 'Poppins', sans-serif !important;
          font-size: 15px !important;
          line-height: 20px !important;
          border: 1px solid transparent;
          border-radius: 2px 0 0 2px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: 30px;
          outline: none;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part #map,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part #map {
          height: 100%;
          min-height: 550px;
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part #map,
            .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part #map {
              min-height: 200px; } }
        .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part label,
        .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section .static_toggle_content_store .table1 .dealer_right_part label {
          font-family: 'Poppins', sans-serif;
          font-size: 15px; }
  .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section h2,
  .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section h2 {
    padding: 10px 30px 10px 20px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: #fbf5e7;
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section h2,
      .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section h2 {
        font-size: 15px;
        line-height: 20px;
        background-size: 12px; } }
    @media (max-width: 480px) {
      .dealor_locator_page .common_static_page .static_toggle_section_parent .static_toggle_section h2,
      .online_dealers_section .common_static_page .static_toggle_section_parent .static_toggle_section h2 {
        font-size: 14px !important;
        line-height: 19px !important;
        background-size: 10px !important; } }

.dealor_locator_page .online_dealer_part,
.online_dealers_section .online_dealer_part {
  vertical-align: top;
  padding: 20px;
  border: 0.8px solid grey;
  border-color: #07265e !important; }
  @media screen and (max-width: 550px) {
    .dealor_locator_page .online_dealer_part,
    .online_dealers_section .online_dealer_part {
      padding: 10px; } }
  .dealor_locator_page .online_dealer_part .main_part,
  .online_dealers_section .online_dealer_part .main_part {
    margin-bottom: 8px;
    padding: 5px; }
    .dealor_locator_page .online_dealer_part .main_part .online-dealer,
    .online_dealers_section .online_dealer_part .main_part .online-dealer {
      width: 40%;
      margin-bottom: 8px; }
      @media (max-width: 600px) {
        .dealor_locator_page .online_dealer_part .main_part .online-dealer,
        .online_dealers_section .online_dealer_part .main_part .online-dealer {
          width: 100%; } }
      .dealor_locator_page .online_dealer_part .main_part .online-dealer .inner_online-dealer,
      .online_dealers_section .online_dealer_part .main_part .online-dealer .inner_online-dealer {
        display: inline-block;
        margin-bottom: 8px; }
        .dealor_locator_page .online_dealer_part .main_part .online-dealer .inner_online-dealer p,
        .online_dealers_section .online_dealer_part .main_part .online-dealer .inner_online-dealer p {
          margin-bottom: 6px;
          font-size: 12px; }
        .dealor_locator_page .online_dealer_part .main_part .online-dealer .inner_online-dealer select,
        .online_dealers_section .online_dealer_part .main_part .online-dealer .inner_online-dealer select {
          padding: 6px 0px 4px 4px;
          font-size: 13px; }
    .dealor_locator_page .online_dealer_part .main_part hr,
    .online_dealers_section .online_dealer_part .main_part hr {
      display: none; }
    .dealor_locator_page .online_dealer_part .main_part .form-field--error--online,
    .online_dealers_section .online_dealer_part .main_part .form-field--error--online {
      margin-bottom: 8px; }
      .dealor_locator_page .online_dealer_part .main_part .form-field--error--online .form-inlineMessage,
      .online_dealers_section .online_dealer_part .main_part .form-field--error--online .form-inlineMessage {
        font-size: 13px;
        line-height: 16px;
        color: #cc4749;
        display: block;
        width: 100%;
        font-family: 'Poppins', sans-serif; }

.dealor_locator_page .static_toggle_content,
.online_dealers_section .static_toggle_content {
  display: none;
  padding: 20px; }
  @media screen and (max-width: 550px) {
    .dealor_locator_page .static_toggle_content,
    .online_dealers_section .static_toggle_content {
      padding: 10px; } }
  .dealor_locator_page .static_toggle_content .table1,
  .online_dealers_section .static_toggle_content .table1 {
    width: 100%;
    height: 100%;
    min-height: 550px; }

#list {
  margin-bottom: 8px; }
  #list #online-dealer-array {
    width: 100%;
    max-width: none;
    max-height: 445px;
    overflow: auto;
    margin: 0px; }
    #list #online-dealer-array::-webkit-scrollbar {
      display: none; }
    #list #online-dealer-array li.laln {
      display: inline-block;
      vertical-align: top;
      width: 32%;
      margin: 10px 6px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      height: 125px !important; }
      @media screen and (max-width: 767px) {
        #list #online-dealer-array li.laln {
          height: auto !important; } }
      #list #online-dealer-array li.laln:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1100px) {
        #list #online-dealer-array li.laln {
          width: 48%;
          margin: 10px 4px; } }
      @media screen and (max-width: 767px) {
        #list #online-dealer-array li.laln {
          width: 100%; } }
      @media screen and (max-width: 450px) {
        #list #online-dealer-array li.laln {
          width: 100%; } }
      #list #online-dealer-array li.laln div {
        margin: 20px 20px 8px 20px; }
        @media screen and (max-width: 767px) {
          #list #online-dealer-array li.laln div {
            margin: 15px 20px 15px 20px; } }
        @media screen and (max-width: 550px) {
          #list #online-dealer-array li.laln div {
            margin: 10px 5px 8px 5px; }
            #list #online-dealer-array li.laln div b {
              font-size: 12px; }
            #list #online-dealer-array li.laln div p {
              font-size: 10px; } }
      #list #online-dealer-array li.laln a {
        word-wrap: break-word; }

#showMap {
  padding: 0px 20px; }
  @media (max-width: 450px) {
    #showMap {
      padding: 0px 10px; } }
  @media (max-width: 450px) {
    #showMap .table1 {
      table-layout: fixed; } }

/*find a dealer page end*/
/*feature products page start*/
.featured_products_page .boxed-in h1 {
  margin: 0px !important; }

.featured_products_page .boxed-in .featured_products_right_part {
  padding: 40px 40px 0px 40px; }
  @media screen and (max-width: 450px) {
    .featured_products_page .boxed-in .featured_products_right_part {
      padding: 20px 20px 0px 20px; } }
  .featured_products_page .boxed-in .featured_products_right_part .productGrid {
    margin: 0px;
    padding: 0px; }
    .featured_products_page .boxed-in .featured_products_right_part .productGrid .product {
      width: 25%;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product {
          width: 33.3%; } }
      @media screen and (max-width: 550px) {
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product {
          width: 50%; } }
      @media screen and (max-width: 450px) {
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product {
          width: 100%; } }
      .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-figure {
        padding: 0px;
        display: table;
        width: 100%; }
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-figure a {
          display: table-cell;
          vertical-align: middle; }
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-figure .card-figure__link .card-img-container {
          display: flex;
          text-align: center;
          flex-direction: column;
          align-content: center;
          justify-content: space-evenly;
          max-width: unset; }
          .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-figure .card-figure__link .card-img-container .card-image {
            position: static !important;
            max-height: 200px !important;
            max-width: 300px;
            width: 100%; }
          .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-figure .card-figure__link .card-img-container::after {
            display: none !important; }
      .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body {
        text-align: center;
        padding-top: 0px !important;
        margin-top: 15px; }
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body .review_text {
          margin-bottom: 3px; }
          .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body .review_text .icon svg {
            fill: #FBF5E7;
            stroke: #f6c61f;
            stroke-width: 2px; }
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body .card-title a {
          color: #07265e !important;
          font-size: 15px;
          line-height: 19px; }
          @media screen and (max-width: 991px) {
            .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body .card-title a {
              font-size: 13px; } }
        .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body .card-text .price {
          font-size: 15px;
          line-height: 19px; }
          @media screen and (max-width: 991px) {
            .featured_products_page .boxed-in .featured_products_right_part .productGrid .product .card .card-body .card-text .price {
              font-size: 13px; } }

.featured_products_page .review_text {
  display: none !important; }

/*feature products page end*/
/*quick entry page start*/
.page .quick_entry_page_main_div .quick_entry_page {
  padding: 0px; }
  .page .quick_entry_page_main_div .quick_entry_page h1 {
    margin: 0px !important; }
  .page .quick_entry_page_main_div .quick_entry_page .add_all_to_cart_btn {
    margin-bottom: 30px; }
    .page .quick_entry_page_main_div .quick_entry_page .add_all_to_cart_btn .all_cart_btn {
      color: #fff !important; }
  .page .quick_entry_page_main_div .quick_entry_page .pagination_container .pagination_list li:active a {
    color: #fff; }
  .page .quick_entry_page_main_div .quick_entry_page .pagination_container .pagination_list a {
    color: #07265e;
    text-decoration: none; }
  .page .quick_entry_page_main_div .quick_entry_page .fast_order_page {
    margin-top: 32px; }
    @media screen and (max-width: 1300px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page {
        padding: 0px 40px;
        width: 100%; } }
    @media screen and (max-width: 450px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page {
        padding: 0px 20px; } }
    @media screen and (max-width: 991px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order-header {
        display: none; } }
    @media screen and (max-width: 991px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table tr:nth-child(odd) {
        margin-right: 1%; } }
    @media screen and (max-width: 767px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table tr:nth-child(odd) {
        width: 100% !important;
        margin: 0 auto 15px !important; } }
    @media screen and (max-width: 991px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table tr:nth-child(2n) {
        margin-left: 1%; } }
    @media screen and (max-width: 767px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table tr:nth-child(2n) {
        width: 100% !important;
        margin: 0 auto 15px !important; } }
    @media screen and (max-width: 991px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table td:before {
        text-align: left;
        content: attr(data-th);
        font-weight: 600;
        position: absolute;
        left: 0;
        width: 40%;
        font-size: 14px;
        color: #000;
        display: block;
        margin-bottom: 5px; } }
    @media screen and (max-width: 450px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table td:before {
        width: 100%;
        position: relative; } }
    @media screen and (max-width: 1300px) {
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container table tr th:nth-child(5) {
        width: 16% !important; } }
    .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order {
      margin-top: 26px; }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list {
          display: flex;
          flex-wrap: wrap; } }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr:nth-child(odd) td,
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr:nth-child(2n) td {
        line-height: 19px;
        word-wrap: break-word;
        font-size: 15px; }
        @media screen and (max-width: 991px) {
          .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr:nth-child(odd) td,
          .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr:nth-child(2n) td {
            border: none;
            font-size: 14px;
            line-height: 19px; } }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr #total_price_product {
        min-height: 53px; }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order #fast-order-items-error {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-items {
          display: block;
          margin-bottom: 15px;
          width: 49%;
          border: 2px solid #ddd;
          padding: 15px;
          background-color: transparent; } }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-items .qunatity_container {
          display: inline-block; } }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-items .qunatity_container .form-input {
        line-height: 19px;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        border-radius: 3px; }
        @media screen and (max-width: 991px) {
          .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-items .qunatity_container .form-input {
            width: 100%;
            max-width: 110px;
            height: 25px; } }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-items .qunatity_container .up_arrow {
          right: 8px; } }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-items .qunatity_container .down_arrow {
          right: 8px;
          bottom: 1px !important; } }
    .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr:last-child {
      border-bottom: 1px solid #c1c1c1 !important; }
    .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td {
      border-bottom: 0px; }
      @media screen and (max-width: 991px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td {
          display: block;
          border: 0;
          text-align: left;
          padding-left: 40% !important;
          position: relative;
          min-height: 40px;
          width: 100%; } }
  @media screen and (max-width: 991px) and (max-width: 450px) {
    .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td {
      margin-bottom: 5px;
      padding-left: 0 !important; } }
      @media screen and (max-width: 1300px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td a.cart_btn {
          padding: 10px;
          font-size: 12px; } }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td .pro_name {
        color: #07265e !important;
        text-decoration: none;
        font-size: 15px;
        line-height: 19px; }
      @media screen and (max-width: 1300px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td .col_pro_options .option_display_name {
          margin-bottom: 5px; } }
      @media screen and (max-width: 1300px) {
        .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td .col_pro_options p {
          width: 100%;
          font-size: 14px;
          line-height: 19px; } }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container tr td select {
        background-color: transparent; }
    .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .form {
      margin: 0px; }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .form input::placeholder {
        color: #07265e; }
      .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .form .form-input {
        width: 100%;
        padding: 10px 15px;
        background: #f0f0f0 !important;
        border-radius: 3px;
        color: #07265e;
        font-size: 15px;
        line-height: 20px; }
        @media screen and (max-width: 991px) {
          .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .form .form-input {
            font-size: 13px; } }

.swal2-backdrop-show .swal2-popup .swal2-close {
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  display: block !important;
  border: 0;
  background: transparent; }
  .swal2-backdrop-show .swal2-popup .swal2-close:focus {
    box-shadow: none !important; }

.swal2-backdrop-show .swal2-popup .swal2-title {
  margin-bottom: 12px;
  padding: 0px;
  display: block !important; }

.swal2-backdrop-show .swal2-popup .swal2-html-container {
  margin: 0px; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .popup_add_cart:focus {
    background-color: #07265e;
    border: 1px solid; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container p {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    position: relative;
    float: none;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    line-height: normal;
    color: #545453 !important; }
  @media screen and (max-width: 550px) {
    .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table {
      width: 100%;
      min-width: 600px; } }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table tr th {
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table tr .add_all_cart_alert_sku,
  .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table tr .add_all_cart_alert_action {
    width: 14%; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table .add_cart_prod td {
    font-family: 'Poppins', sans-serif; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table .add_cart_prod .add_cart_message p {
    font-size: 14px;
    margin: 0px !important;
    text-align: left;
    line-height: 19px !important;
    color: #07265e !important; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table .add_cart_prod .add_cart_action input {
    padding: 7px 12px;
    font-size: 11px !important;
    margin: 0 !important;
    border: 1px solid #07265e !important; }
    .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table .add_cart_prod .add_cart_action input:hover {
      background-color: #07265e !important; }
    .swal2-backdrop-show .swal2-popup .swal2-html-container .add_all_to_cart_alert_table .add_cart_prod .add_cart_action input:focus {
      background-color: #07265e; }
  .swal2-backdrop-show .swal2-popup .swal2-html-container .popup_button.dealer_home_cart {
    border: 1px solid #07265e; }
    .swal2-backdrop-show .swal2-popup .swal2-html-container .popup_button.dealer_home_cart:hover {
      border-color: #c99f19; }

/*quick entry page end*/
/*yotpo review page start*/
#yotpo_testimonials_btn span {
  font-weight: 700;
  letter-spacing: 1px; }

#yotpo_testimonials_btn:hover {
  background-color: #e9b920 !important; }

.yotpo-header .yotpo-review-stars .yotpo-icon-empty-star {
  font-size: 17.5px !important;
  font-weight: 400 !important; }

.yotpo-modal-dialog .yotpo-label .yotpo-modal-logo {
  display: none; }

.yotpo-modal-dialog .connect-wrapper {
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .yotpo-modal-dialog .connect-wrapper {
      padding-left: 0px !important; } }

.yotpo-modal-dialog .yotpo-default-button {
  background-color: #07265e !important; }
  .yotpo-modal-dialog .yotpo-default-button:hover {
    background-color: #e9b920 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header {
  background-color: #3085c7 !important; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .yotpo-icon-btn-small {
    top: 17px !important; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .modal-title {
    color: #fff !important;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .modal-title {
        font-size: 20px !important; } }
    @media screen and (max-width: 550px) {
      .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .modal-title {
        font-size: 18px !important; } }
  @media screen and (max-width: 767px) {
    .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .yotpo-icon-cross {
      font-size: 15px !important; } }
  @media screen and (max-width: 550px) {
    .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-header .yotpo-icon-cross {
      right: 6px !important; } }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .yotpo-nav-content .yotpo-active .yotpo-display-wrapper .yotpo-bottomline .yotpo-icon-star {
  color: #e9b920 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .yotpo-nav-content .yotpo-active .yotpo-display-wrapper .yotpo-bottomline .yotpo-icon-half-star {
  color: #e9b920 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .yotpo-nav-content .yotpo-active .yotpo-display-wrapper .yotpo-bottomline .yotpo-icon-empty-star {
  color: #e9b920 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .yotpo-nav-content .yotpo-active .yotpo-display-wrapper .yotpo-bottomline .text-m {
  font-size: 14px !important;
  margin-left: 8px !important;
  color: #07265e !important;
  font-weight: 700 !important;
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .yotpo-nav-content .yotpo-active .yotpo-display-wrapper .yotpo-bottomline .text-m:hover {
    color: #599dd2 !important;
    text-decoration: none !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .primary-color-btn {
  background: #07265e !important; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-popup-box-medium .primary-color-btn:hover {
    background: #e9b920 !important;
    border: none !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper {
  border-bottom: 3px solid;
  border-color: #07265e !important;
  overflow: visible;
  max-width: none; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper span {
    color: #07265e !important;
    font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-active .yotpo-reviews .yotpo-pager {
  display: block !important; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-active .yotpo-reviews .yotpo-pager .yotpo-icon-left-arrow,
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-active .yotpo-reviews .yotpo-pager .yotpo-icon-right-arrow {
    display: inline-block; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-active .yotpo-reviews .yotpo-pager .yotpo-page-element {
    font-family: 'Poppins', sans-serif !important;
    color: #3085c7 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-active .yotpo-reviews .yotpo-multiple-rating-fields {
  display: none; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-nav-content .yotpo-active .yotpo-reviews .yotpo-regular-box {
  border-top: 1px solid #e3e3e3 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-header .yotpo-header-title {
  font-size: 17px !important;
  color: #07265e !important;
  font-weight: 700; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-header .stars-wrapper .yotpo-icon {
  color: #e9b920 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .y-label {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #07265e !important;
  font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-mandatory-explain {
  font-family: 'Poppins', sans-serif !important; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-modal-body .yotpo-popup-box-large .yotpo-mandatory-explain .yotpo-mandatory-mark {
    font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-header .yotpo-header-element .pull-left,
.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-header .yotpo-header-element .review-date {
  font-size: 15px;
  font-weight: 700;
  color: #07265e !important;
  font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars {
  display: block;
  float: none; }
  .yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon-star {
    color: #e9b920 !important;
    font-size: 17.5px !important;
    font-weight: 400 !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-main .content-title {
  font-weight: 700;
  color: #07265e !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif !important;
  padding-top: 5px; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-main .yotpo-review-wrapper .yotpo-read-more {
  font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-main .yotpo-review-wrapper .product-link-wrapper .product-link {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #07265e !important;
  font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-main .content-review {
  color: #07265e !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  line-height: 19px; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-footer .yotpo-action .yotpo-icon-share::before {
  color: #1c355e; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-footer .y-label .social-link i {
  font-family: 'Poppins', sans-serif !important; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small .yotpo-icon-thumbs-up,
.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small .yotpo-icon-thumbs-down::before {
  color: #1c355e; }

.yotpo-modal-dialog .yotpo-modal-content .yotpo-modal-body-wrapper .yotpo-mandatory-mark {
  font-family: 'Poppins', sans-serif !important; }

/*yotpo review page end*/
/*Dealer Home page*/
.bulk_upload_container {
  padding: 0px 40px !important; }
  @media screen and (max-width: 450px) {
    .bulk_upload_container {
      padding: 0px 20px !important; } }
  .bulk_upload_container .left_container_section {
    width: 70%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top; }
    @media screen and (max-width: 1200px) {
      .bulk_upload_container .left_container_section {
        padding-right: 10px !important; } }
    @media screen and (max-width: 1100px) {
      .bulk_upload_container .left_container_section {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px;
        padding: 0px !important; } }
    .bulk_upload_container .left_container_section .content_page {
      padding: 0px !important; }
      .bulk_upload_container .left_container_section .content_page .bottom_section {
        display: flex;
        width: 100%;
        margin-top: 5px; }
        .bulk_upload_container .left_container_section .content_page .bottom_section .left_section {
          width: 50%;
          padding-right: 5px; }
        .bulk_upload_container .left_container_section .content_page .bottom_section .right_section {
          width: 50%;
          padding-left: 5px; }
        .bulk_upload_container .left_container_section .content_page .bottom_section .right_section .anchor_links, .bulk_upload_container .left_container_section .content_page .bottom_section .left_section .anchor_links {
          display: inline-block; }
          .bulk_upload_container .left_container_section .content_page .bottom_section .right_section .anchor_links img, .bulk_upload_container .left_container_section .content_page .bottom_section .left_section .anchor_links img {
            width: 100%; }
      .bulk_upload_container .left_container_section .content_page .bulk_order_text_container p {
        line-height: 20px;
        font-size: 15px; }
        @media screen and (max-width: 991px) {
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container p {
            font-size: 13px !important;
            line-height: 19px !important; } }
      .bulk_upload_container .left_container_section .content_page .bulk_order_text_container p.margin_0 {
        margin: 0px; }
      .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content {
        line-height: 21px; }
        @media screen and (max-width: 991px) {
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content {
            line-height: 19px; } }
        .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container {
          width: 100%;
          background: #fbf5e7;
          padding: 30px;
          display: table;
          font-family: 'Poppins', sans-serif;
          color: #07265e; }
          @media screen and (max-width: 1100px) {
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container {
              max-width: none;
              padding-bottom: 15px;
              margin-bottom: 10px; } }
          @media screen and (max-width: 550px) {
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container {
              padding: 15px; } }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button {
            text-align: center; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button {
                margin-bottom: 8px; } }
            @media screen and (max-width: 767px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button {
                margin-bottom: 15px; } }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons {
              display: block;
              margin-bottom: 10px; }
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #download_order {
                border-radius: 5px;
                padding: 12px 10px;
                margin-left: 8px;
                color: #fff !important;
                display: inline-block;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 13px !important;
                padding-left: 15px !important;
                background-color: #07265e;
                border-color: #07265e;
                padding-right: 15px !important;
                height: 40px;
                line-height: 19px;
                text-decoration: none; }
                .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #download_order:hover {
                  border-color: #e9b920 !important;
                  background-color: #e9b920 !important;
                  color: #fff !important; }
                @media screen and (max-width: 600px) {
                  .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #download_order {
                    margin-bottom: 0px !important; } }
                @media screen and (max-width: 767px) {
                  .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #download_order {
                    width: 100% !important;
                    margin: 0 auto !important;
                    max-width: 307px !important;
                    height: auto !important; } }
                @media screen and (max-width: 550px) {
                  .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #download_order {
                    max-width: 250px !important; } }
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #upload {
                color: #fff;
                background: #07265e;
                border-radius: 5px;
                border: 1px solid #947e7e;
                padding: 12px 15px;
                outline: 0;
                margin-left: 8px;
                line-height: normal;
                border-color: #07265e;
                height: 40px;
                background-color: #07265e;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 13px !important; }
                .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #upload:hover {
                  border-color: #e9b920 !important;
                  background-color: #e9b920 !important;
                  color: #fff !important; }
                @media screen and (max-width: 767px) {
                  .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #upload {
                    width: 100% !important;
                    margin: 0 auto !important;
                    max-width: 307px !important;
                    height: auto !important;
                    margin-bottom: 15px !important; } }
                @media screen and (max-width: 550px) {
                  .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .bottom_section_button .buttons #upload {
                    max-width: 250px !important; } }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display h2 {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 24px; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display h2 {
                font-size: 15px !important;
                line-height: 19px; } }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display table th {
            background: #07265e;
            color: #fff;
            padding: 10px 5px;
            border: 1px solid #D9D9D9; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display table th {
                font-size: 13px;
                line-height: 19px; } }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display table td {
            padding: 5px;
            border: 1px solid #D9D9D9;
            color: #07265e; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display table td {
                font-size: 13px;
                line-height: 19px; } }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display .add_to_cart_container {
            text-align: right;
            margin-bottom: 20px; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display .add_to_cart_container {
                font-size: 13px !important;
                line-height: 19px !important; } }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display .add_to_cart_container a {
              color: #fff !important;
              padding: 12px 25px;
              background: #07265e;
              border-radius: 5px;
              margin-top: 16px;
              border: 1px solid #07265e;
              text-align: right;
              text-decoration: none;
              display: inline-block !important;
              font-weight: 700;
              text-transform: uppercase; }
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .success_display .add_to_cart_container a:hover {
                border-color: #e9b920 !important;
                background-color: #e9b920 !important;
                color: #fff !important; }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display h2 {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 16px;
            margin-top: 0px;
            line-height: 24px; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display h2 {
                font-size: 15px !important;
                line-height: 19px; } }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr th {
            background: #07265e;
            color: #fff;
            padding: 10px 5px;
            border: 1px solid #D9D9D9; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr th {
                font-size: 13px;
                line-height: 19px; } }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr th:nth-child(1) {
              width: 30%; }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr th:nth-child(2) {
              width: 18%; }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr th:nth-child(3) {
              width: 18%; }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr th:nth-child(4) {
              width: 32%; }
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr td {
            padding: 5px;
            border: 1px solid #D9D9D9;
            color: #07265e; }
            @media screen and (max-width: 991px) {
              .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr td {
                font-size: 13px;
                line-height: 19px; } }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr td input:hover {
              border-color: #e9b920;
              background-color: #e9b920 !important; }
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .error_display table tr td input:focus {
              background-color: #07265e !important;
              border-color: #07265e !important; }
          @media screen and (max-width: 991px) {
            .bulk_upload_container .left_container_section .content_page .bulk_order_text_container .bottom_content .page-container .missing_display {
              font-size: 13px !important;
              line-height: 19px !important; } }
      .bulk_upload_container .left_container_section .content_page .bulk_order_text_container h3 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin: 22px 0px;
        font-weight: 700;
        margin-bottom: 10px; }
        @media screen and (max-width: 1100px) {
          .bulk_upload_container .left_container_section .content_page .bulk_order_text_container h3 {
            margin-bottom: 8px; } }
      .bulk_upload_container .left_container_section .content_page .top_section img {
        width: 100%; }
  .bulk_upload_container .right_container_section {
    display: inline-block;
    width: 30%;
    margin-left: -4px;
    vertical-align: top;
    padding-left: 10px; }
    @media screen and (max-width: 1100px) {
      .bulk_upload_container .right_container_section {
        width: 100%;
        display: block;
        padding: 0;
        max-width: 500px;
        margin: 0 auto; } }
  @media screen and (max-width: 1100px) and (max-width: 550px) {
    .bulk_upload_container .right_container_section {
      max-width: 350px; } }
    .bulk_upload_container .right_container_section .side-cart {
      background-color: #fff;
      border-color: #ddd;
      box-shadow: 0 4px 8px rgba(221, 221, 221, 0.5);
      border: 1px solid #EBEBEB;
      border-radius: 4px;
      font-family: 'Poppins', sans-serif !important; }
    .bulk_upload_container .right_container_section .store_credit_section {
      font-family: Raleway, sans-serif;
      color: #fff;
      background: #00215A;
      text-align: center;
      padding: 10px;
      font-size: 16px !important;
      margin-top: 10px; }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-total {
      padding: 10px 15px;
      width: 100%;
      display: table;
      border-bottom: 1px solid #ddd;
      color: #333; }
      @media screen and (max-width: 450px) {
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-total {
          padding: 10px; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-total .cart-total-text {
        font-weight: 600;
        margin: 0;
        padding: 0;
        vertical-align: top;
        display: table-cell;
        font-size: 15px;
        line-height: 18px !important;
        color: #333; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-total .cart-quantity {
        padding-right: 10px;
        color: #07265e;
        font-family: 'Poppins', sans-serif !important;
        font-size: 15px;
        line-height: 19px;
        font-weight: 600;
        text-align: right;
        display: table-cell; }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details {
      padding: 15px 25px 15px 10px;
      width: 100%;
      border-bottom: 1px solid #ddd;
      overflow-y: auto;
      height: 100%;
      max-height: 400px; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item {
        padding-bottom: 10px;
        position: relative; }
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item .side-cart-item-figure {
          width: 20%;
          padding-right: 5px;
          display: inline-block;
          text-align: center; }
          @media screen and (max-width: 450px) {
            .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item .side-cart-item-figure {
              width: 100%;
              text-align: center; } }
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item .side-cart-item-figure img {
            max-height: 90px;
            width: auto; }
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item .side-cart-item-quantity {
          display: inline-block;
          vertical-align: top;
          padding: 0px 5px;
          width: 20%;
          text-align: right; }
          @media screen and (max-width: 450px) {
            .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item .side-cart-item-quantity {
              width: 100%;
              text-align: center; } }
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item .side-cart-item-quantity .side-cart-item-value {
            color: #07265e;
            font-weight: 500;
            font-size: 15px;
            line-height: 20px; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item:last-child {
        padding-bottom: 0px; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 15px;
        line-height: 20px; }
        @media screen and (max-width: 1300px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info {
            font-size: 13px; } }
        @media screen and (max-width: 450px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info {
            width: 100%;
            text-align: center; } }
        @media screen and (max-width: 450px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info .definitionList .definitionList-key,
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info .definitionList .definitionList-value {
            float: none;
            display: inline-block; } }
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info .definitionList .definitionList-value {
          color: #333; }
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .side-cart-item-info .change-side-cart-qty {
          color: #333; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .cart-remove-section {
        vertical-align: top;
        display: inline-block;
        text-align: right;
        width: auto;
        position: absolute;
        right: -14px;
        top: -1px; }
        @media screen and (max-width: 1300px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .cart-remove-section {
            right: -21px; } }
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .cart-remove-section a.cart-remove.icon {
          margin: 0px;
          height: 22px;
          width: 22px;
          background-color: unset;
          padding: 0; }
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-details .cart-remove-section a.cart-remove.icon svg {
            width: 20px;
            fill: #07265e; }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-sub-total {
      padding: 10px 15px;
      width: 100%;
      display: table;
      border-bottom: 1px solid #ddd;
      color: #333; }
      @media screen and (max-width: 450px) {
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-sub-total {
          padding: 10px; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-sub-total .cart-sub-total-text {
        font-weight: 600;
        margin: 0px;
        padding: 0px;
        vertical-align: top;
        display: table-cell;
        font-size: 15px;
        line-height: 18px !important;
        color: #333; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-sub-total .cart-price {
        padding-right: 10px;
        color: #07265e;
        font-family: 'Poppins', sans-serif !important;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        text-align: right;
        display: table-cell; }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .empty_cart_data {
      padding: 20px;
      text-align: center;
      border-bottom: 1px solid #ddd;
      font-size: 15px;
      line-height: 22px; }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers h2 {
      padding: 20px;
      font-size: 18px !important;
      font-weight: 700;
      line-height: 19px;
      border-bottom: 1px solid #ddd;
      margin: 0px 0px 5px 0px; }
      @media screen and (max-width: 1200px) {
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers h2 {
          padding: 10px !important;
          font-size: 16px !important; } }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .checkout-button {
      font-size: 20px !important;
      margin: 15px;
      text-align: center;
      display: block;
      font-weight: 600;
      text-decoration: none; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .checkout-button:hover {
        color: #e9b920 !important; }
      @media screen and (max-width: 1200px) {
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .checkout-button {
          font-size: 18px !important;
          margin: 8px !important;
          line-height: normal; } }
    .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section {
      padding: 15px 10px;
      text-align: center;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 450px) {
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section {
          padding: 10px; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-error-message {
        margin-top: 10px;
        color: red;
        display: none; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container input[type="number"] {
        height: 36px;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 5px;
        font-size: 15px; }
        @media screen and (max-width: 991px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container input[type="number"] {
            font-size: 14px; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container input[type="text"] {
        height: 36px;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 5px;
        font-size: 15px; }
        @media screen and (max-width: 991px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container input[type="text"] {
            font-size: 13px; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container input[type=number]::-webkit-inner-spin-button,
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container ::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container p {
        display: inline-block;
        height: 36px;
        margin: 0px 2px;
        vertical-align: middle;
        line-height: 36px !important; }
        @media screen and (max-width: 450px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container p {
            display: block !important; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-input {
        width: 200px; }
        @media screen and (max-width: 1300px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-input {
            width: 100%;
            max-width: 165px; } }
        @media screen and (max-width: 1200px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-input {
            max-width: 150px; } }
        @media screen and (max-width: 1100px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-input {
            max-width: 200px; } }
        @media screen and (max-width: 450px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-input {
            max-width: 125px;
            height: 30px !important; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-input::placeholder {
        color: #ddd; }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-quantity-input {
        width: 40px;
        text-align: center;
        font-size: 15px;
        color: #00215a; }
        @media screen and (max-width: 1300px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-quantity-input {
            width: 100%;
            max-width: 35px; } }
        @media screen and (max-width: 1200px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-quantity-input {
            max-width: 32px; } }
        @media screen and (max-width: 1100px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-quantity-input {
            max-width: 35px; } }
        @media screen and (max-width: 450px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-quantity-input {
            max-width: 28px;
            height: 30px !important;
            line-height: 30px !important;
            vertical-align: middle; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon {
        background: #00215A;
        border: 0px;
        width: 40px;
        margin-left: 5px;
        height: 36px;
        font-size: 36px !important;
        vertical-align: top;
        line-height: 36px !important;
        color: #fff; }
        .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon :hover {
          background: #c99f19 !important;
          color: #00215A; }
        @media screen and (max-width: 1300px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon {
            width: 100%;
            max-width: 35px;
            font-size: 29px !important; } }
        @media screen and (max-width: 1200px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon {
            max-width: 32px; } }
        @media screen and (max-width: 1100px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon {
            max-width: 35px; } }
        @media screen and (max-width: 450px) {
          .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon {
            max-width: 28px;
            height: 30px;
            line-height: 30px !important;
            margin-left: 3px;
            font-size: 24px !important; } }
      .bulk_upload_container .right_container_section .side-cart-section .side-cart-containers .side-cart-add-section .side-cart-add-section-container .side-cart-add-icon:hover {
        background: #c99f19 !important;
        color: #00215a; }
    .bulk_upload_container .right_container_section .side-cart-message {
      padding: 10px 15px;
      margin-top: 10px;
      background: #c99f19 !important;
      color: #000;
      font-weight: 500; }
      .bulk_upload_container .right_container_section .side-cart-message p {
        margin: 0px;
        font-family: 'Poppins', sans-serif;
        color: #000 !important;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px; }
      .bulk_upload_container .right_container_section .side-cart-message p.margin_0 {
        font-weight: 500; }
    .bulk_upload_container .right_container_section .side-cart-message:empty {
      display: none; }
  .bulk_upload_container .form_overlay_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.7);
    z-index: 1000; }
    .bulk_upload_container .form_overlay_popup .overlay_middle {
      display: table-cell;
      vertical-align: middle;
      line-height: 21px; }
      .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container {
        line-height: 21px;
        padding: 15px;
        width: 96%;
        max-width: 600px;
        background: #fff;
        margin: 0 auto;
        border-radius: 2px; }
        .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content {
          position: relative;
          margin-top: 10px; }
          .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .overlay_close {
            position: absolute;
            right: 6px;
            top: -4px;
            font-size: 19px;
            line-height: 28px;
            font-weight: 700;
            cursor: pointer; }
          .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .popup-heading {
            margin-top: 0;
            margin-bottom: 0;
            text-align: center;
            font-weight: 700;
            font-size: 19px;
            line-height: normal;
            font-family: 'Poppins', sans-serif; }
            @media screen and (max-width: 450px) {
              .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .popup-heading {
                font-size: 17px; } }
            @media screen and (max-width: 350px) {
              .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .popup-heading {
                font-size: 15px; } }
          .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .overlay_form_field {
            padding: 20px;
            padding-bottom: 0; }
            .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .overlay_form_field .form-field {
              margin-bottom: 15px; }
              .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .overlay_form_field .form-field .form-input {
                padding: 7px 10px !important;
                border-color: #07265e !important;
                font-size: 14px;
                line-height: 19px;
                height: 40px !important;
                border-radius: 3px;
                background: #f8f8f8 !important; }
              .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .overlay_form_field .form-field .form-input::-webkit-file-upload-button {
                background-color: #07265e;
                border-color: #07265e;
                color: #fff;
                font-size: 14px;
                font-family: 'Poppins', sans-serif;
                line-height: 16px; }
              .bulk_upload_container .form_overlay_popup .overlay_middle .overlay_container .overlay_content .overlay_form_field .form-field .form-input::-webkit-file-upload-button:hover {
                border-color: #e9b920 !important;
                background-color: #e9b920 !important;
                color: #fff; }

.error_message_container,
.bulk_loader_container,
.success_display,
.error_display {
  display: none; }

.ui-autocomplete {
  max-height: 140px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 3 !important;
  font-family: 'Poppins', sans-serif !important;
  color: #333 !important;
  font-size: 14px !important; }
  .ui-autocomplete .ui-state-active {
    border-color: #00215a !important;
    background: #00215a !important;
    color: #fff !important; }

.swal2-actions button:focus {
  box-shadow: none !important; }

@media screen and (max-width: 550px) {
  .error_table,
  .success_table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .error_table td,
    .success_table td {
      display: block;
      border: none !important;
      border-bottom: 1px solid #ddd !important; }
      .error_table td::before,
      .error_table td .success_table td::before,
      .success_table td::before,
      .success_table td .success_table td::before {
        content: attr(data-th);
        width: 100%;
        display: block;
        font-weight: 700;
        margin-bottom: 2px; }
      .error_table td:last-child,
      .success_table td:last-child {
        border-bottom: 0 !important; }
    .error_table th,
    .success_table th {
      display: none; }
    .error_table tr,
    .success_table tr {
      border: 2px solid #ddd; } }

#overlay {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(10, 10, 10, 0.7);
  z-index: 1000; }
  #overlay #overlay_container {
    background: transparent;
    max-width: 100px; }
    #overlay #overlay_container .percentage_value {
      display: none; }
    #overlay #overlay_container .sk-circle {
      vertical-align: middle;
      text-align: left;
      display: inline-block; }

/*Dealer Home page*/
/*b2b orders list page*/
@media screen and (max-width: 991px) {
  .order-list-page .dashboard-menu-section,
  .customer-list-page .dashboard-menu-section {
    text-align: center; } }

.order-list-page .dashboard-menu-section span,
.customer-list-page .dashboard-menu-section span {
  padding: 5px 15px; }
  @media screen and (max-width: 991px) {
    .order-list-page .dashboard-menu-section span,
    .customer-list-page .dashboard-menu-section span {
      padding: 5px 10px !important; } }
  .order-list-page .dashboard-menu-section span:nth-child(2),
  .customer-list-page .dashboard-menu-section span:nth-child(2) {
    padding-right: 0; }
  .order-list-page .dashboard-menu-section span a,
  .customer-list-page .dashboard-menu-section span a {
    color: #e9b920 !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none; }
    .order-list-page .dashboard-menu-section span a:hover,
    .customer-list-page .dashboard-menu-section span a:hover {
      color: #e9b920 !important; }

.order-list-page .custom_category_page,
.order-list-page .fast_order_container,
.customer-list-page .custom_category_page,
.customer-list-page .fast_order_container {
  font-family: 'Poppins', sans-serif;
  line-height: 19px; }
  .order-list-page .custom_category_page .sales-filter-by-section,
  .order-list-page .fast_order_container .sales-filter-by-section,
  .customer-list-page .custom_category_page .sales-filter-by-section,
  .customer-list-page .fast_order_container .sales-filter-by-section {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    background: #fbf5e7; }
    @media screen and (max-width: 550px) {
      .order-list-page .custom_category_page .sales-filter-by-section,
      .order-list-page .fast_order_container .sales-filter-by-section,
      .customer-list-page .custom_category_page .sales-filter-by-section,
      .customer-list-page .fast_order_container .sales-filter-by-section {
        max-width: 95%; } }
    .order-list-page .custom_category_page .sales-filter-by-section h3,
    .order-list-page .fast_order_container .sales-filter-by-section h3,
    .customer-list-page .custom_category_page .sales-filter-by-section h3,
    .customer-list-page .fast_order_container .sales-filter-by-section h3 {
      font-weight: 600;
      padding: 10px;
      background: #07265e;
      color: #fff !important;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      font-size: 18px;
      line-height: 22px; }
      @media screen and (max-width: 550px) {
        .order-list-page .custom_category_page .sales-filter-by-section h3,
        .order-list-page .fast_order_container .sales-filter-by-section h3,
        .customer-list-page .custom_category_page .sales-filter-by-section h3,
        .customer-list-page .fast_order_container .sales-filter-by-section h3 {
          padding: 7px;
          font-size: 16px; } }
    .order-list-page .custom_category_page .sales-filter-by-section form,
    .order-list-page .fast_order_container .sales-filter-by-section form,
    .customer-list-page .custom_category_page .sales-filter-by-section form,
    .customer-list-page .fast_order_container .sales-filter-by-section form {
      padding: 20px 10px;
      display: block;
      width: 100%; }
      @media screen and (max-width: 550px) {
        .order-list-page .custom_category_page .sales-filter-by-section form,
        .order-list-page .fast_order_container .sales-filter-by-section form,
        .customer-list-page .custom_category_page .sales-filter-by-section form,
        .customer-list-page .fast_order_container .sales-filter-by-section form {
          padding: 15px !important; } }
      .order-list-page .custom_category_page .sales-filter-by-section form .field_section,
      .order-list-page .fast_order_container .sales-filter-by-section form .field_section,
      .customer-list-page .custom_category_page .sales-filter-by-section form .field_section,
      .customer-list-page .fast_order_container .sales-filter-by-section form .field_section {
        display: inline-block;
        width: 32%;
        margin: 0px 5px 20px 5px;
        vertical-align: bottom; }
        @media screen and (max-width: 1300px) {
          .order-list-page .custom_category_page .sales-filter-by-section form .field_section,
          .order-list-page .fast_order_container .sales-filter-by-section form .field_section,
          .customer-list-page .custom_category_page .sales-filter-by-section form .field_section,
          .customer-list-page .fast_order_container .sales-filter-by-section form .field_section {
            width: 31.5%; } }
        @media screen and (max-width: 991px) {
          .order-list-page .custom_category_page .sales-filter-by-section form .field_section,
          .order-list-page .fast_order_container .sales-filter-by-section form .field_section,
          .customer-list-page .custom_category_page .sales-filter-by-section form .field_section,
          .customer-list-page .fast_order_container .sales-filter-by-section form .field_section {
            width: 47% !important; } }
        @media screen and (max-width: 550px) {
          .order-list-page .custom_category_page .sales-filter-by-section form .field_section,
          .order-list-page .fast_order_container .sales-filter-by-section form .field_section,
          .customer-list-page .custom_category_page .sales-filter-by-section form .field_section,
          .customer-list-page .fast_order_container .sales-filter-by-section form .field_section {
            width: 100% !important;
            margin: 0px 0px 20px 0px; } }
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section label,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section label,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section label,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section label {
          display: block;
          width: 100%;
          padding-bottom: 5px;
          font-weight: 600;
          font-size: 15px; }
          @media screen and (max-width: 991px) {
            .order-list-page .custom_category_page .sales-filter-by-section form .field_section label,
            .order-list-page .fast_order_container .sales-filter-by-section form .field_section label,
            .customer-list-page .custom_category_page .sales-filter-by-section form .field_section label,
            .customer-list-page .fast_order_container .sales-filter-by-section form .field_section label {
              font-size: 13px !important;
              line-height: 19px !important; } }
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section input,
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section select,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section input,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section select,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section input,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section select,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section input,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section select {
          display: block;
          width: 100%;
          border: 1px solid #fff;
          height: 35px;
          padding: 5px 10px;
          font-size: 15px; }
          @media screen and (max-width: 991px) {
            .order-list-page .custom_category_page .sales-filter-by-section form .field_section input,
            .order-list-page .custom_category_page .sales-filter-by-section form .field_section select,
            .order-list-page .fast_order_container .sales-filter-by-section form .field_section input,
            .order-list-page .fast_order_container .sales-filter-by-section form .field_section select,
            .customer-list-page .custom_category_page .sales-filter-by-section form .field_section input,
            .customer-list-page .custom_category_page .sales-filter-by-section form .field_section select,
            .customer-list-page .fast_order_container .sales-filter-by-section form .field_section input,
            .customer-list-page .fast_order_container .sales-filter-by-section form .field_section select {
              font-size: 13px;
              line-height: 20px; } }
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section select,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section select,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section select,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section select {
          -webkit-appearance: none;
          -moz-appearance: none;
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
          background-position: right 9px center;
          padding-right: 20px !important;
          background-repeat: no-repeat;
          background-size: 10px; }
      .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input,
      .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label,
      .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input,
      .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label,
      .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input,
      .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label,
      .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input,
      .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label {
        margin-right: 4px;
        display: inline-block !important;
        vertical-align: middle;
        width: auto !important;
        padding-bottom: 0 !important; }
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input:focus-visible,
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input:focus + label,
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label:focus-visible,
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label:focus + label,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input:focus-visible,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input:focus + label,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label:focus-visible,
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label:focus + label,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input:focus-visible,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input:focus + label,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label:focus-visible,
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label:focus + label,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input:focus-visible,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input:focus + label,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label:focus-visible,
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label:focus + label {
          outline: none !important; }
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input[type="checkbox"],
        .order-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label[type="checkbox"],
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input[type="checkbox"],
        .order-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label[type="checkbox"],
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box input[type="checkbox"],
        .customer-list-page .custom_category_page .sales-filter-by-section form .field_section_check_box label[type="checkbox"],
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box input[type="checkbox"],
        .customer-list-page .fast_order_container .sales-filter-by-section form .field_section_check_box label[type="checkbox"] {
          position: relative;
          top: 2px;
          height: 20px;
          margin-top: -5px; }
    .order-list-page .custom_category_page .sales-filter-by-section .btn_section,
    .order-list-page .fast_order_container .sales-filter-by-section .btn_section,
    .customer-list-page .custom_category_page .sales-filter-by-section .btn_section,
    .customer-list-page .fast_order_container .sales-filter-by-section .btn_section {
      width: 100% !important;
      text-align: center;
      margin-top: 0px !important;
      display: inline-block;
      vertical-align: bottom; }
      @media screen and (max-width: 550px) {
        .order-list-page .custom_category_page .sales-filter-by-section .btn_section,
        .order-list-page .fast_order_container .sales-filter-by-section .btn_section,
        .customer-list-page .custom_category_page .sales-filter-by-section .btn_section,
        .customer-list-page .fast_order_container .sales-filter-by-section .btn_section {
          margin-top: 15px !important; } }
      .order-list-page .custom_category_page .sales-filter-by-section .btn_section button,
      .order-list-page .fast_order_container .sales-filter-by-section .btn_section button,
      .customer-list-page .custom_category_page .sales-filter-by-section .btn_section button,
      .customer-list-page .fast_order_container .sales-filter-by-section .btn_section button {
        background-color: #07265e;
        border-color: #07265e;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .05em;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid;
        border-radius: 3px;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        padding: 10px 20px;
        max-width: 130px;
        width: 100%;
        margin: 0 10px; }
        .order-list-page .custom_category_page .sales-filter-by-section .btn_section button:hover,
        .order-list-page .fast_order_container .sales-filter-by-section .btn_section button:hover,
        .customer-list-page .custom_category_page .sales-filter-by-section .btn_section button:hover,
        .customer-list-page .fast_order_container .sales-filter-by-section .btn_section button:hover {
          border-color: #e9b920 !important;
          background-color: #e9b920 !important;
          color: #fff !important; }
        @media screen and (max-width: 1300px) {
          .order-list-page .custom_category_page .sales-filter-by-section .btn_section button,
          .order-list-page .fast_order_container .sales-filter-by-section .btn_section button,
          .customer-list-page .custom_category_page .sales-filter-by-section .btn_section button,
          .customer-list-page .fast_order_container .sales-filter-by-section .btn_section button {
            max-width: 120px !important;
            margin: 0;
            padding: 10px !important; }
            .order-list-page .custom_category_page .sales-filter-by-section .btn_section button:first-child,
            .order-list-page .fast_order_container .sales-filter-by-section .btn_section button:first-child,
            .customer-list-page .custom_category_page .sales-filter-by-section .btn_section button:first-child,
            .customer-list-page .fast_order_container .sales-filter-by-section .btn_section button:first-child {
              margin-right: 6px !important; } }
        @media screen and (max-width: 1100px) {
          .order-list-page .custom_category_page .sales-filter-by-section .btn_section button,
          .order-list-page .fast_order_container .sales-filter-by-section .btn_section button,
          .customer-list-page .custom_category_page .sales-filter-by-section .btn_section button,
          .customer-list-page .fast_order_container .sales-filter-by-section .btn_section button {
            max-width: 107px !important;
            padding: 7px 10px !important; } }
  @media (max-width: 991px) {
    .order-list-page .custom_category_page .table_scrool_section,
    .order-list-page .fast_order_container .table_scrool_section,
    .customer-list-page .custom_category_page .table_scrool_section,
    .customer-list-page .fast_order_container .table_scrool_section {
      width: 100%;
      overflow: auto;
      max-width: 90%;
      margin: 0 auto; } }
  .order-list-page .custom_category_page .table_scrool_section img,
  .order-list-page .fast_order_container .table_scrool_section img,
  .customer-list-page .custom_category_page .table_scrool_section img,
  .customer-list-page .fast_order_container .table_scrool_section img {
    max-width: 20px; }
  .order-list-page .custom_category_page .table_scrool_section .ord-details-billingg-table td:last-child,
  .order-list-page .fast_order_container .table_scrool_section .ord-details-billingg-table td:last-child,
  .customer-list-page .custom_category_page .table_scrool_section .ord-details-billingg-table td:last-child,
  .customer-list-page .fast_order_container .table_scrool_section .ord-details-billingg-table td:last-child {
    border-left: 1px solid #fff !important; }
  .order-list-page .custom_category_page .table_scrool_section .prod-order-main-table,
  .order-list-page .fast_order_container .table_scrool_section .prod-order-main-table,
  .customer-list-page .custom_category_page .table_scrool_section .prod-order-main-table,
  .customer-list-page .fast_order_container .table_scrool_section .prod-order-main-table {
    width: 100%;
    border-spacing: 5px; }
  .order-list-page .custom_category_page .table_scrool_section #order-detail-table .fast-order-list .filter_billing_details_customer_details table tr td:first-child,
  .order-list-page .fast_order_container .table_scrool_section #order-detail-table .fast-order-list .filter_billing_details_customer_details table tr td:first-child,
  .customer-list-page .custom_category_page .table_scrool_section #order-detail-table .fast-order-list .filter_billing_details_customer_details table tr td:first-child,
  .customer-list-page .fast_order_container .table_scrool_section #order-detail-table .fast-order-list .filter_billing_details_customer_details table tr td:first-child {
    width: 23% !important;
    max-height: 160px; }
  .order-list-page .custom_category_page .table_scrool_section .fast-order-list tr td,
  .order-list-page .fast_order_container .table_scrool_section .fast-order-list tr td,
  .customer-list-page .custom_category_page .table_scrool_section .fast-order-list tr td,
  .customer-list-page .fast_order_container .table_scrool_section .fast-order-list tr td {
    border: none;
    padding: 10px 0px; }
  .order-list-page .custom_category_page .table_scrool_section .fast-order,
  .order-list-page .fast_order_container .table_scrool_section .fast-order,
  .customer-list-page .custom_category_page .table_scrool_section .fast-order,
  .customer-list-page .fast_order_container .table_scrool_section .fast-order {
    background: 0 0;
    border: 1px solid #f2f2f2;
    border-collapse: separate;
    border-top: 0;
    margin: 30px auto;
    width: 100%;
    max-width: 90%;
    table-layout: fixed !important; }
    @media (max-width: 991px) {
      .order-list-page .custom_category_page .table_scrool_section .fast-order,
      .order-list-page .fast_order_container .table_scrool_section .fast-order,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order {
        table-layout: auto !important;
        width: 1000px;
        max-width: unset; } }
    .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th,
    .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th,
    .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th,
    .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th {
      font-size: 15px;
      font-weight: 600;
      padding: 10px 0px;
      background: #07265e;
      border: 1px solid #07265e;
      color: #fff !important; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1),
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1),
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1),
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1) {
        width: 7%; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1) img,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1) img,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1) img,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(1) img {
          max-width: 20px; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(2),
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(2),
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(2),
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(2) {
        width: 15%; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(3),
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(3),
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(3),
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(3) {
        width: 15%; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(4),
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(4),
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(4),
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(4) {
        width: 25%; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(5),
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(5),
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(5),
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(5) {
        width: 23%; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(6),
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(6),
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-header tr th:nth-child(6),
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-header tr th:nth-child(6) {
        width: 15%; }
    .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list,
    .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list,
    .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list,
    .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list {
      text-align: center; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td {
        color: #07265e;
        background: #fbf5e7;
        border-color: #fff;
        border: 0;
        width: 15%;
        font-size: 15px !important;
        padding: 10px 0px;
        line-height: 19px !important;
        border-bottom: 1px solid #fff !important; }
        @media screen and (max-width: 991px) {
          .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td {
            padding: 5px 10px; }
            .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td:first-child,
            .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td:first-child,
            .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td:first-child,
            .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td:first-child {
              padding: 5px 10px; } }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td .plus_icon,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td .plus_icon,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td .plus_icon,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td .plus_icon {
          max-width: 20px; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td .minus_icon,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td .minus_icon,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .table-order_row td .minus_icon,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .table-order_row td .minus_icon {
          display: none; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing {
        display: none; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td {
          color: #07265e;
          background: #fbf5e7;
          border-color: #fff;
          border: 0;
          width: 15%;
          font-size: 15px;
          line-height: 19px;
          padding-left: 10px;
          padding-right: 10px; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table {
            border: 0;
            margin: 0;
            border-collapse: unset;
            table-layout: fixed;
            width: auto;
            background: #fff; }
            .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table .heading-td,
            .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table .heading-td,
            .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table .heading-td,
            .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr td .ord-details-billingg-table .heading-td {
              border: 0px !important; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block {
          width: 33.3%;
          padding: 15px 10px;
          border: 10px solid #fff;
          vertical-align: top; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table {
            min-width: 100%; }
            .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td,
            .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td,
            .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td,
            .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td {
              text-align: left;
              padding: 7px 0px; }
              .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td:last-child,
              .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td:last-child,
              .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td:last-child,
              .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr td:last-child {
                border-right: 0;
                border-left: 1px solid #fff; }
            .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr .heading-td,
            .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr .heading-td,
            .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr .heading-td,
            .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block table tr .heading-td {
              text-align: center;
              font-weight: 700; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td {
            width: 15% !important;
            vertical-align: top; }
            .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:first-child,
            .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:first-child,
            .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:first-child,
            .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:first-child {
              text-align: center; }
            .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:last-child,
            .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:last-child,
            .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:last-child,
            .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .center_block td:last-child {
              width: 80% !important;
              padding-left: 10px !important; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .ord-details-billingg-table td:last-child,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .ord-details-billingg-table td:last-child,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .ord-details-billingg-table td:last-child,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .fast-order-list .order_listing .order_table_listing tr .billing_border_block.width_spilt_block .ord-details-billingg-table td:last-child {
            padding-left: 10px !important; }
    .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider,
    .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider,
    .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider,
    .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider {
      padding: 15px 10px;
      border: 10px solid #fff !important;
      vertical-align: top; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .heading-div-ord-details,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .heading-div-ord-details,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .heading-div-ord-details,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .heading-div-ord-details {
        text-align: center;
        font-size: 18px !important;
        font-weight: 600;
        border-left: 0px;
        padding-bottom: 10px !important;
        padding-top: 0px; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table {
        width: 100%; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th {
          font-size: 15px;
          color: #fff;
          background: #07265e;
          border: 1px solid #07265e;
          padding: 10px 0; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(1),
          .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(1),
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(1),
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(1) {
            width: 50%; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(2),
          .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(2),
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(2),
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(2) {
            width: 25%; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(3),
          .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(3),
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(3),
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider table tr th:nth-child(3) {
            width: 25%; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:first-child td,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:first-child td,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:first-child td,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:first-child td {
        padding-top: 10px !important; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:last-child td,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:last-child td,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:last-child td,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section tr:last-child td {
        padding-top: 0px;
        padding-bottom: 10px; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td {
        padding-left: 20px !important; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:first-child,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:first-child,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:first-child,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:first-child {
          text-align: left; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(1),
        .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(1),
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(1),
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(1) {
          width: 50%; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(2),
        .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(2),
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(2),
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(2) {
          width: 25%; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(3),
        .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(3),
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(3),
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name td:nth-child(3) {
          width: 25%; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .filter_product_name,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .filter_product_name,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .filter_product_name,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .filter_product_name {
        font-weight: 600; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .price,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .price,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .price,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_product_name .price {
        font-weight: 700; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku b,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku b,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku b,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku b {
        font-weight: 500;
        font-size: 14px; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .order-details-order-section .filter_sku {
        padding: 10px 10px 5px 20px; }
      .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section,
      .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section,
      .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section,
      .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section {
        width: 92%; }
        .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td,
        .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td,
        .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td,
        .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td {
          padding-top: 10px !important;
          padding-left: 20px !important;
          font-weight: 600 !important; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:first-child,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:first-child,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:first-child,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:first-child {
            text-align: left !important; }
          .order-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:last-child,
          .order-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:last-child,
          .customer-list-page .custom_category_page .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:last-child,
          .customer-list-page .fast_order_container .table_scrool_section .fast-order .full_width_slider .sub_total_section tr td:last-child {
            text-align: right !important; }
  .order-list-page .custom_category_page .pagination .pagination_list,
  .order-list-page .fast_order_container .pagination .pagination_list,
  .customer-list-page .custom_category_page .pagination .pagination_list,
  .customer-list-page .fast_order_container .pagination .pagination_list {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 480px) {
      .order-list-page .custom_category_page .pagination .pagination_list .pagination_li a,
      .order-list-page .fast_order_container .pagination .pagination_list .pagination_li a,
      .customer-list-page .custom_category_page .pagination .pagination_list .pagination_li a,
      .customer-list-page .fast_order_container .pagination .pagination_list .pagination_li a {
        padding: 5px;
        font-size: 14px; } }

/*b2b orders list page*/
/*b2b view customers page*/
.customer-list-page .list_customers_sales_person_content .page-content {
  padding: 0px; }

.customer-list-page .list_customers_sales_person_content h1 {
  display: none; }

.customer-list-page .list_customers_sales_person_content .fast_order_container {
  width: 100%;
  margin: 0 auto;
  max-width: 90%; }
  .customer-list-page .list_customers_sales_person_content .fast_order_container .pagination .pagination_list .pagination_li.active a {
    color: #ffffff !important;
    background-color: #07265e; }
  .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section {
    max-width: unset !important; }
    @media screen and (max-width: 550px) {
      .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form {
        padding: 20px 30px !important; } }
    .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .field_section {
      width: 32%;
      margin: 0px 5px 20px !important;
      vertical-align: top; }
      @media screen and (max-width: 1300px) {
        .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .field_section {
          width: 32%; } }
      @media screen and (max-width: 991px) {
        .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .field_section {
          width: 47% !important; } }
      @media screen and (max-width: 550px) {
        .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .field_section {
          margin: 0px 0px 20px 0px !important;
          width: 100% !important; } }
      .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .field_section .ui-widget {
        position: relative; }
        .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .field_section .ui-widget .ui-widget.ui-widget-content {
          top: 100% !important;
          left: 0 !important;
          width: 100% !important; }
    @media screen and (max-width: 550px) {
      .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .btn_section {
        margin-top: 15px !important; } }
    @media screen and (max-width: 450px) {
      .customer-list-page .list_customers_sales_person_content .fast_order_container .sales-filter-by-section .product_form .btn_section button:first-child {
        margin-right: 0px !important; } }
  .customer-list-page .list_customers_sales_person_content .fast_order_container .pagination ul {
    padding-left: 0px; }
    @media screen and (max-width: 480px) {
      .customer-list-page .list_customers_sales_person_content .fast_order_container .pagination ul {
        margin: 0; } }
    @media screen and (max-width: 480px) {
      .customer-list-page .list_customers_sales_person_content .fast_order_container .pagination ul li a {
        padding: 5px !important;
        font-size: 14px !important; } }

.customer-list-page .list_customers_sales_person_content .customer_listing_table {
  margin: 30px 0px 80px 0px;
  width: 100%; }
  .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-header {
    color: #fff;
    background-color: #07265e; }
    @media screen and (max-width: 991px) {
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-header {
        display: none; } }
    @media screen and (max-width: 991px) {
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-header tr:nth-child(odd) {
        background-color: transparent; } }
  .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th {
    padding: 10px;
    font-size: 15px;
    line-height: 19px; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(1) {
      width: 15%; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(2) {
      width: 20%; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(3) {
      width: 18%; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(4) {
      width: 23%; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(5) {
      width: 7%; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(6) {
      width: 7%; }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table tr th:nth-child(7) {
      width: 12%; }
  @media screen and (max-width: 991px) {
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 2 0 0px;
      flex: 2 0 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr:nth-child(odd) {
    background-color: #fbf5e7; }
  @media screen and (max-width: 991px) {
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr {
      display: block;
      margin-bottom: 15px;
      width: 49%;
      border: 2px solid #ddd;
      padding: 15px;
      background: transparent;
      word-wrap: break-word; }
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr:nth-child(even) {
        margin-left: 1%; }
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr:nth-child(odd) {
        margin-right: 1%;
        background-color: transparent; } }
  .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr:nth-child(even) td {
    border-color: #fbf5e7; }
  @media screen and (max-width: 767px) {
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr {
      width: 100%;
      padding: 10px; }
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr:nth-child(even) {
        margin-left: 0px; }
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr:nth-child(odd) {
        background: #fbf5e7;
        margin-right: 0px; } }
  .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td {
    padding: 10px;
    border-color: #fff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px; }
    @media screen and (max-width: 991px) {
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td {
        display: block;
        text-align: left;
        border: 0;
        padding-left: 40% !important;
        position: relative;
        min-height: 40px;
        width: 100%;
        word-wrap: break-word;
        font-size: 14px; } }
  @media screen and (max-width: 991px) and (max-width: 450px) {
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td {
      padding-left: 0px !important;
      margin-bottom: 5px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td:before {
      text-align: left;
      content: attr(data-th);
      font-weight: 600;
      position: absolute;
      left: 0;
      width: 40%;
      font-size: 14px;
      color: #000;
      display: block;
      margin-bottom: 5px; } }
  @media screen and (max-width: 991px) and (max-width: 450px) {
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td:before {
      width: 100%;
      position: relative; } }
    @media screen and (max-width: 991px) {
        .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td:nth-child(5) {
          text-align: left; }
        .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td:nth-child(6) {
          text-align: left; }
        .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr td:nth-child(7) {
          text-align: left; } }
  .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr .action {
    padding: 5px; }
    @media screen and (max-width: 991px) {
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr .action span:last-child {
        margin-right: 20px; } }
    .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr .action span a {
      padding: 5px;
      border: none;
      background-color: unset;
      margin-bottom: 0px; }
      @media screen and (max-width: 991px) {
        .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr .action span a {
          padding-left: 0px; } }
      .customer-list-page .list_customers_sales_person_content .customer_listing_table .fast-order-list tr .action span a:hover {
        background: transparent !important; }

/*b2b view customers page*/
/*404_page*/
.page_not_found {
  margin-top: 0px; }
  .page_not_found .breadcrumbs {
    display: none; }
  @media (max-width: 991px) {
    .page_not_found .container {
      padding: 0px !important; } }
  .page_not_found .error_page {
    color: #07265e;
    font-family: "Poppins", sans-serif;
    line-height: 19px;
    font-size: 14px;
    padding-bottom: 0px; }
    .page_not_found .error_page .page-content--centered {
      padding: 0px;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      float: none;
      color: #07265e;
      font-family: "Poppins", sans-serif !important;
      font-size: 14px;
      line-height: 19px; }
      .page_not_found .error_page .page-content--centered .bg_head {
        margin: 0 auto 20px !important; }
      .page_not_found .error_page .page-content--centered .page_notfound {
        padding: 0 30px;
        padding-top: 0 !important; }
        .page_not_found .error_page .page-content--centered .page_notfound .page-article {
          margin: 0 auto;
          max-width: 860px;
          background: #fbf5e7;
          padding: 30px;
          margin-bottom: 30px !important;
          margin-top: 30px;
          width: 100%; }
          .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page {
            padding-left: 0;
            padding-right: 0;
            width: auto;
            float: none; }
            .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .page-description {
              text-align: center;
              margin: 0 auto 10px !important;
              font-size: 15px;
              line-height: 20px; }
              @media (max-width: 991px) {
                .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .page-description {
                  font-size: 13px !important;
                  line-height: 19px !important; } }
            .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form {
              margin: 0;
              margin-top: 30px;
              text-align: center; }
              @media (max-width: 600px) {
                .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form {
                  margin-top: 20px; } }
              .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field {
                margin: 0px; }
                .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix {
                  display: block; }
                  .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .form-input {
                    display: inline-block;
                    max-width: 350px;
                    width: 100%;
                    height: 42px;
                    margin-right: 15px;
                    border-radius: 3px;
                    border-color: #07265e;
                    background-color: #fff !important;
                    color: #07265e;
                    padding: 10px 15px;
                    vertical-align: middle;
                    opacity: .8;
                    font-size: 15px;
                    line-height: 20px; }
                    .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .form-input::placeholder {
                      color: #07265e; }
                      @media (max-width: 991px) {
                        .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .form-input::placeholder {
                          font-size: 13px; } }
                    @media (max-width: 991px) {
                      .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .form-input {
                        width: 100%;
                        display: block;
                        margin: 0 auto 15px; } }
                    @media (max-width: 767px) {
                      .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .form-input {
                        max-width: 290px; } }
                    @media (max-width: 480px) {
                      .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .form-input {
                        padding: 8px 10px; } }
                  .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .button {
                    padding: 12px 20px;
                    min-width: 140px;
                    display: inline-block;
                    width: auto;
                    height: auto;
                    font-family: "Poppins", sans-serif;
                    font-weight: 600;
                    margin: 0;
                    border-color: #07265e;
                    vertical-align: bottom;
                    border-radius: 3px; }
                    @media (max-width: 991px) {
                      .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .button {
                        font-size: 12px !important;
                        line-height: normal;
                        vertical-align: top; } }
                    .page_not_found .error_page .page-content--centered .page_notfound .page-article .error-page .form .form-field .form-prefixPostfix .button:hover {
                      border-color: #e9b920 !important;
                      background-color: #e9b920 !important;
                      color: #fff !important; }

/*404_page*/
/*Webpages common code*/
main.page {
  padding: 0;
  padding-bottom: 40px; }
  main.page .breadcrumbs {
    display: none; }
  main.page a {
    color: #e8b71f; }
    main.page a:hover {
      color: #07265e !important; }
  main.page ul {
    margin-bottom: 10px;
    padding-left: 25px; }
    main.page ul li {
      margin-bottom: 6px;
      list-style-type: disc;
      font-family: "Poppins", sans-serif; }
  main.page p {
    margin-bottom: 21px; }
    main.page p:last-child {
      margin-bottom: 0px; }
    main.page p:empty {
      margin: 0px auto; }
  main.page h1 {
    margin: 0px auto 18px !important;
    padding: 10px 30px;
    background: #07265e;
    color: #fff !important;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    position: relative; }
  main.page .content_page h2 {
    background: unset;
    font-size: 16px;
    color: #07265e !important;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 20px !important; }
    @media screen and (max-width: 991px) {
      main.page .content_page h2 {
        font-size: 15px;
        line-height: 20px; } }
    @media screen and (max-width: 480px) {
      main.page .content_page h2 {
        font-size: 14px !important;
        line-height: 19px !important; } }
  main.page .content_page h3 {
    margin: 25px auto 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      main.page .content_page h3 {
        font-size: 15px !important;
        line-height: 19px !important; } }
  main.page .content_page .static_toggle_section h2 {
    padding: 10px 30px 10px 20px;
    margin: 0px !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: #fbf5e7;
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      main.page .content_page .static_toggle_section h2 {
        font-size: 15px;
        line-height: 20px;
        background-size: 12px; } }
    @media (max-width: 480px) {
      main.page .content_page .static_toggle_section h2 {
        font-size: 14px !important;
        line-height: 19px !important;
        background-size: 10px !important; } }

/*Webpages common code*/
/*contact-page*/
.contact-description {
  text-align: center; }

@media (max-width: 991px) {
  .page_contact_form .container {
    padding: 0px !important; } }

.page_contact_form .container .breadcrumbs {
  display: none; }

.page_contact_form .container p:empty {
  margin: 0 auto; }

.page_contact_form .container .page-content--centered {
  padding: 40px 40px 0px 40px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  color: #07265e;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .page_contact_form .container .page-content--centered {
      font-size: 13px;
      line-height: 19px; } }
  @media (max-width: 450px) {
    .page_contact_form .container .page-content--centered {
      padding-left: 30px;
      padding-right: 30px; } }
  .page_contact_form .container .page-content--centered #contact-us-success {
    text-align: center; }
  .page_contact_form .container .page-content--centered .form_part {
    width: 100%;
    display: block;
    vertical-align: top;
    border: 1px solid #fbf5e7;
    max-width: 860px;
    margin: 0 auto; }
    .page_contact_form .container .page-content--centered .form_part .form {
      margin-left: 0 !important;
      margin-bottom: 0px;
      max-width: 860px;
      background: #fbf5e7;
      padding: 30px; }
      .page_contact_form .container .page-content--centered .form_part .form .form-row {
        margin: 0px -10.5px 0px -10.5px;
        max-width: none;
        width: auto; }
        @media (min-width: 551px) {
          .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field {
            width: 50%; } }
        .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field .form-label {
          margin-bottom: 5px;
          line-height: 19px;
          font-weight: 600;
          font-size: 15px; }
          @media (max-width: 991px) {
            .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field .form-label {
              font-size: 13px;
              line-height: 19px; } }
          .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field .form-label small {
            margin-left: -2px;
            font-size: 13px;
            float: unset;
            color: #ce3834;
            vertical-align: bottom; }
        .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field .form-input {
          border-color: #07265e;
          background: #fff !important;
          color: #07265e;
          font-size: 15px;
          line-height: 20px; }
          @media (max-width: 450px) {
            .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field .form-input {
              height: 37px;
              padding: 8px 10px; } }
        @media (max-width: 767px) {
          .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field {
            width: 100%; } }
        .page_contact_form .container .page-content--centered .form_part .form .form-row .form-field--error .form-input {
          border-color: #cc4749; }
      .page_contact_form .container .page-content--centered .form_part .form .form-actions input {
        background-color: #07265e;
        border-color: #07265e;
        font-family: "Poppins", sans-serif;
        padding: 10px 20px;
        font-weight: 600; }
        @media (max-width: 600px) {
          .page_contact_form .container .page-content--centered .form_part .form .form-actions input {
            width: auto; } }
        .page_contact_form .container .page-content--centered .form_part .form .form-actions input:hover {
          border-color: #e9b920 !important;
          background-color: #e9b920 !important;
          color: #fff !important; }
      .page_contact_form .container .page-content--centered .form_part .form .comment-question {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px; }
        @media (max-width: 991px) {
          .page_contact_form .container .page-content--centered .form_part .form .comment-question {
            font-size: 13px;
            line-height: 19px; } }
        .page_contact_form .container .page-content--centered .form_part .form .comment-question small {
          float: unset;
          color: #ce3834;
          font-size: 10px !important;
          display: inline-block;
          font-weight: 600;
          vertical-align: top !important;
          margin-top: 0;
          line-height: 14px; }
      .page_contact_form .container .page-content--centered .form_part .form .form-field--success .form-input {
        font-size: 15px;
        line-height: 19px; }
    .page_contact_form .container .page-content--centered .form_part .contact-content {
      width: 100%;
      display: block;
      vertical-align: top;
      border: 1px solid #fbf5e7;
      text-align: center;
      max-width: 860px;
      padding: 30px; }
      .page_contact_form .container .page-content--centered .form_part .contact-content p {
        margin-bottom: 5px; }
        @media (max-width: 991px) {
          .page_contact_form .container .page-content--centered .form_part .contact-content p {
            font-size: 13px !important; } }
        @media (max-width: 450px) {
          .page_contact_form .container .page-content--centered .form_part .contact-content p {
            margin-bottom: 10px; } }
      .page_contact_form .container .page-content--centered .form_part .contact-content a {
        color: #e9b920 !important;
        text-decoration: none; }
        .page_contact_form .container .page-content--centered .form_part .contact-content a:hover {
          color: #07265e !important; }
      .page_contact_form .container .page-content--centered .form_part .contact-content h3 {
        margin: 20px auto 5px;
        font-size: 16px;
        line-height: 20px;
        color: #07265e;
        font-weight: 600; }
        @media (max-width: 991px) {
          .page_contact_form .container .page-content--centered .form_part .contact-content h3 {
            font-size: 15px !important;
            line-height: 19px !important; } }

/*contact-page*/
/*swal popup design*/
.swal2-container .swal2-modal {
  font-family: "Poppins", sans-serif; }
  .swal2-container .swal2-modal .swal2-html-container {
    color: #07265e;
    font-size: 14px;
    line-height: 19px;
    margin-top: 0px;
    font-weight: 300; }
  .swal2-container .swal2-modal .swal2-actions .button {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
    background-color: #07265e;
    border-color: #07265e !important;
    outline: 0;
    color: #fff;
    padding: 12px 32px;
    margin: 0 0 14px; }
    .swal2-container .swal2-modal .swal2-actions .button:hover, .swal2-container .swal2-modal .swal2-actions .button:focus {
      background-color: #e9b920 !important;
      border-color: #e9b920 !important; }
    .swal2-container .swal2-modal .swal2-actions .button:focus {
      box-shadow: none; }
  .swal2-container .swal2-modal .swal2-actions .swal2-cancel {
    margin-left: 11px; }
  .swal2-container .swal2-modal .swal2-actions .swal2-confirm:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }
  .swal2-container .swal2-modal .swal2-icon.swal2-warning {
    width: 80px;
    height: 80px;
    margin: 20px auto 30px;
    border: 4px solid #facea8; }
    .swal2-container .swal2-modal .swal2-icon.swal2-warning .swal2-icon-content {
      font-family: 'Poppins', sans-serif;
      color: #f8bb86;
      border-color: #facea8;
      font-size: 60px;
      line-height: 80px;
      text-align: center; }

.swal2-container .swal2-popup {
  width: 500px;
  padding: 20px;
  background: #fff;
  display: block; }

.modal--alert .button-container .confirm {
  background-color: #07265e !important;
  border-color: #07265e !important; }
  .modal--alert .button-container .confirm:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }

.modal--alert .modal-content {
  font-size: 14px;
  line-height: 19px; }
  .modal--alert .modal-content span {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important; }
    @media screen and (max-width: 991px) {
      .modal--alert .modal-content span {
        line-height: 19px; } }

.swal2-shown {
  overflow: hidden !important; }

[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important; }

/*swal popup design*/
/*quick entry*/
a.all_cart_btn,
a.cart_btn,
a.out_of_stock {
  padding: 10px 20px;
  background-color: #07265e;
  color: #fff !important;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px; }

.fast_order_page {
  width: 85%;
  margin: 32px auto 0px; }
  .fast_order_page .form-input {
    border-color: #07265e; }
  .fast_order_page .all_cart_btn {
    cursor: pointer; }
  .fast_order_page .cart_btn {
    cursor: pointer; }
  .fast_order_page .qunatity_container .form-input {
    text-align: left; }
  .fast_order_page .form-field {
    margin-bottom: 0; }
  .fast_order_page .fast_order_container {
    width: 100%; }
    .fast_order_page .fast_order_container table tr th {
      font-family: "Poppins", sans-serif;
      color: #fff;
      background: #07265e;
      border: 1px solid #07265e;
      font-size: 15px;
      line-height: 19px;
      font-weight: 600; }
      .fast_order_page .fast_order_container table tr th:first-child {
        width: 12%; }
      .fast_order_page .fast_order_container table tr th:nth-child(2) {
        width: 20%; }
      .fast_order_page .fast_order_container table tr th:nth-child(3) {
        width: 28%; }
      .fast_order_page .fast_order_container table tr th:nth-child(4) {
        width: 10%; }
      .fast_order_page .fast_order_container table tr th:nth-child(5) {
        width: 12%; }
      .fast_order_page .fast_order_container table tr th:nth-child(6) {
        width: 12%; }
      .fast_order_page .fast_order_container table tr th:nth-child(7) {
        width: 12%; }
      .fast_order_page .fast_order_container table tr th:nth-child(8) {
        width: 21%; }
    .fast_order_page .fast_order_container table tr td {
      padding: 5px; }
    .fast_order_page .fast_order_container table tbody tr td.name_td {
      text-align: left;
      padding-left: 7px; }
    .fast_order_page .fast_order_container table tbody tr td.unit_price_td {
      text-align: right;
      padding-right: 7px; }
    .fast_order_page .fast_order_container tr td a.cart_btn {
      background: #07265e;
      color: #fff !important;
      border-radius: 3px;
      display: inline-block; }
    .fast_order_page .fast_order_container .col_pro_options .form-field {
      margin-bottom: 10px;
      display: block;
      width: 100%; }
      .fast_order_page .fast_order_container .col_pro_options .form-field:last-child {
        margin-bottom: 0; }
    .fast_order_page .fast_order_container .col_pro_options p.option_display_name {
      width: 42%;
      float: none; }
    .fast_order_page .fast_order_container .col_pro_options p {
      width: 57%;
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto; }
      .fast_order_page .fast_order_container .col_pro_options p select {
        border: 1px solid #07265e;
        height: 30px;
        border-radius: 3px;
        padding: 5px;
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
        background-repeat: no-repeat;
        -webkit-appearance: none;
        line-height: 18px;
        max-width: 120px;
        background-size: 9px;
        background-position: right 5px center;
        padding-right: 20px; }
    .fast_order_page .fast_order_container .fast-order {
      width: 100%; }
      .fast_order_page .fast_order_container .fast-order tbody.fast-order-list tr:nth-child(odd) {
        background: #fbf5e7; }
      .fast_order_page .fast_order_container .fast-order .fast-order-header {
        width: 100%; }
        .fast_order_page .fast_order_container .fast-order .fast-order-header tr th {
          padding: 10px 0; }
      .fast_order_page .fast_order_container .fast-order .fast-order-list {
        width: 100%;
        text-align: center; }
        .fast_order_page .fast_order_container .fast-order .fast-order-list tr td {
          border: 1px solid #c1c1c1; }
        .fast_order_page .fast_order_container .fast-order .fast-order-list tr input {
          border: 1px solid #07265e;
          font-weight: 500;
          background: #fff;
          padding: 3px 5px;
          width: 80%; }
        .fast_order_page .fast_order_container .fast-order .fast-order-list .qunatity_container {
          position: relative; }
          .fast_order_page .fast_order_container .fast-order .fast-order-list .qunatity_container .down_arrow {
            position: absolute;
            right: 18px;
            line-height: normal;
            padding: 1px 2px;
            bottom: 2px; }
            .fast_order_page .fast_order_container .fast-order .fast-order-list .qunatity_container .down_arrow img {
              width: 10px;
              display: block; }
          .fast_order_page .fast_order_container .fast-order .fast-order-list .qunatity_container .up_arrow {
            position: absolute;
            right: 18px;
            line-height: normal;
            padding: 1px 2px;
            top: 2px; }
            .fast_order_page .fast_order_container .fast-order .fast-order-list .qunatity_container .up_arrow img {
              width: 10px;
              display: block; }
    .fast_order_page .fast_order_container table.fast-order {
      table-layout: fixed; }
  .fast_order_page .add_all_to_cart_btn {
    width: 100%;
    margin: 25px auto;
    text-align: center; }
    .fast_order_page .add_all_to_cart_btn a {
      display: inline-block; }

a.all_cart_btn,
.cart_btn,
.out_of_stock {
  padding: 10px 20px;
  background-color: #07265e;
  color: #fff !important;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px; }
  a.all_cart_btn:hover,
  .cart_btn:hover,
  .out_of_stock:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }

.quick_entry_page_main_div .fast_order_page .prod_image img {
  width: auto; }

.quick_entry_page .pagination_container {
  display: block;
  margin-bottom: 15px; }

.quick_entry_page .pagination_list {
  list-style: none;
  margin: 0 !important;
  display: block;
  text-align: center; }
  .quick_entry_page .pagination_list li {
    display: inline-block;
    width: auto;
    padding: 0 7px;
    cursor: pointer; }
    .quick_entry_page .pagination_list li a {
      display: inline-block;
      padding: 7px 13px !important;
      margin-bottom: 5px;
      border: 1px solid #07265e !important;
      background-color: #fff;
      color: #07265e;
      border-color: #07265e !important;
      font-weight: 600 !important;
      border-radius: 0 !important;
      font-size: 15px; }
      .quick_entry_page .pagination_list li a:hover {
        color: #fff !important;
        background-color: #07265e !important; }
    .quick_entry_page .pagination_list li.active a {
      color: #fff !important;
      background-color: #07265e !important; }

.form-field:after {
  content: " ";
  display: table; }

.form-field:before {
  content: " ";
  display: table; }

.options_container {
  padding: 5px 15px !important; }

.loading_image {
  display: none;
  margin: 0 auto; }

.swal2-popup .swal2-close {
  width: 35px !important;
  height: 35px !important;
  top: -3px !important;
  right: 10px !important; }

.swal2-popup.items-cart.swal2-show {
  width: 600px;
  padding: 20px; }

.add_all_to_cart_alert_table th {
  padding: 7px 7px;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  background: #07265e;
  border: 1px solid #07265e; }

.add_all_to_cart_alert_table tbody tr:nth-child(odd) {
  background: #fbf5e7; }

.add_all_to_cart_alert_table tbody tr td {
  font-size: 14px;
  border: 1px solid #c1c1c1;
  color: #07265e;
  text-align: left;
  line-height: 19px;
  padding: 7px; }

/*quick entry*/
/*order detail page*/
.body.account_order {
  padding-top: 20px !important; }
  .body.account_order .account-content {
    padding: 40px 40px 40px 40px;
    float: none;
    display: inline-block; }
    @media screen and (max-width: 450px) {
      .body.account_order .account-content {
        padding: 0 0px;
        padding-bottom: 30px; } }
  @media screen and (max-width: 450px) {
    .body.account_order .container {
      padding: 20px !important; } }
  .body.account_order .account {
    font-family: "Poppins", sans-serif; }
    .body.account_order .account .account-body .account-header {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 20px;
      display: table;
      width: 100%; }
      .body.account_order .account .account-body .account-header .page-heading {
        background: none;
        position: unset;
        text-align: left;
        padding: 0px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
        color: #07265e !important;
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 50%;
        margin-bottom: 0;
        padding-right: 20px; }
        @media screen and (max-width: 991px) {
          .body.account_order .account .account-body .account-header .page-heading {
            font-size: 14px;
            line-height: 21px; } }
      .body.account_order .account .account-body .account-header .right_part_container {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: 50%;
        margin-left: -4px;
        text-align: right;
        font-family: "Poppins", sans-serif; }
        @media screen and (max-width: 450px) {
          .body.account_order .account .account-body .account-header .right_part_container {
            width: 100%;
            text-align: left;
            margin-left: 0px; } }
        .body.account_order .account .account-body .account-header .right_part_container .order-details-info {
          display: inline-block;
          width: auto; }
        .body.account_order .account .account-body .account-header .right_part_container .button {
          border: none;
          background-color: transparent;
          padding: 0;
          color: #07265e !important;
          margin-left: 10px;
          font-weight: 400;
          text-transform: capitalize;
          margin-bottom: 0;
          font-size: 15px;
          letter-spacing: 0.75px;
          line-height: 14px; }
          @media screen and (max-width: 550px) {
            .body.account_order .account .account-body .account-header .right_part_container .button {
              font-size: 13px;
              line-height: 19px; } }
          @media screen and (max-width: 450px) {
            .body.account_order .account .account-body .account-header .right_part_container .button:first-child {
              margin: 0; } }
          .body.account_order .account .account-body .account-header .right_part_container .button:hover {
            color: #e9b920 !important;
            border: none !important;
            background-color: transparent !important; }
  .body.account_order .navBar {
    float: none; }
  .body.account_order .account-sidebar {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 400;
    font-family: "Poppins", sans-serif; }
    .body.account_order .account-sidebar .account-sidebar-block {
      width: 33.33%;
      margin: 0 auto 30px;
      padding-right: 25px;
      display: inline-block;
      margin-left: -4px;
      vertical-align: top; }
      .body.account_order .account-sidebar .account-sidebar-block:first-child {
        margin-left: 0px; }
      @media screen and (max-width: 767px) {
        .body.account_order .account-sidebar .account-sidebar-block {
          width: 50%; }
          .body.account_order .account-sidebar .account-sidebar-block:last-child {
            margin-left: 0px; } }
      @media screen and (max-width: 550px) {
        .body.account_order .account-sidebar .account-sidebar-block {
          width: 100%;
          padding: 0;
          margin-left: 0px; } }
      .body.account_order .account-sidebar .account-sidebar-block .account-heading {
        margin: 0 0 7px;
        padding-bottom: 0;
        border-bottom: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px; }
        @media screen and (max-width: 991px) {
          .body.account_order .account-sidebar .account-sidebar-block .account-heading {
            font-size: 13px;
            line-height: 19px; } }
      .body.account_order .account-sidebar .account-sidebar-block .account-product-details {
        margin: 0px auto; }
        .body.account_order .account-sidebar .account-sidebar-block .account-product-details .definitionList-value {
          display: inline-block;
          width: auto;
          padding: 10px 12px;
          background: #07265e;
          font-weight: 600;
          color: #fff;
          border-radius: 0;
          margin-bottom: 10px;
          text-transform: uppercase;
          font-size: 13px;
          text-align: center;
          font-family: "Poppins", sans-serif;
          line-height: 19.5px; }
        .body.account_order .account-sidebar .account-sidebar-block .account-product-details .account-product-detail {
          padding-left: 0;
          width: auto;
          display: inline-block;
          text-align: left;
          padding-right: 15px;
          margin-top: 0;
          margin-bottom: 10px; }
          .body.account_order .account-sidebar .account-sidebar-block .account-product-details .account-product-detail .account-product-detail-heading {
            color: #07265e;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600;
            text-transform: capitalize; }
            @media screen and (max-width: 991px) {
              .body.account_order .account-sidebar .account-sidebar-block .account-product-details .account-product-detail .account-product-detail-heading {
                font-size: 13px;
                line-height: 19px; } }
          .body.account_order .account-sidebar .account-sidebar-block .account-product-details .account-product-detail span {
            color: #07265e;
            font-family: "Poppins", sans-serif; }
            @media screen and (max-width: 991px) {
              .body.account_order .account-sidebar .account-sidebar-block .account-product-details .account-product-detail span {
                font-size: 13px;
                line-height: 19px; } }
        .body.account_order .account-sidebar .account-sidebar-block .account-product-details .definitionList {
          margin-bottom: 0px; }
      .body.account_order .account-sidebar .account-sidebar-block .account-order-address {
        margin-bottom: 0px; }
        @media screen and (max-width: 991px) {
          .body.account_order .account-sidebar .account-sidebar-block .account-order-address li {
            font-size: 13px;
            line-height: 19px; } }
  .body.account_order .account-content--fixedSmall {
    padding: 0;
    width: 100%; }
    .body.account_order .account-content--fixedSmall .account-heading {
      margin: 0 0 7px;
      padding-bottom: 0;
      border-bottom: none;
      font-weight: 600;
      font-size: 14px; }
      @media screen and (max-width: 991px) {
        .body.account_order .account-content--fixedSmall .account-heading {
          font-size: 13px;
          line-height: 19px; } }
    .body.account_order .account-content--fixedSmall .account-list {
      display: table;
      width: 100%; }
      .body.account_order .account-content--fixedSmall .account-list .account-listItem {
        padding: 15px 15px 15px 56px;
        background: #fbf5e7;
        border: none;
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          .body.account_order .account-content--fixedSmall .account-list .account-listItem {
            padding: 20px 20px 10px; } }
        .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product {
          vertical-align: top;
          padding-left: 0; }
          @media screen and (max-width: 767px) {
            .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body {
              display: block;
              width: 100%;
              position: static;
              text-align: center; } }
          @media screen and (max-width: 550px) {
            .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body {
              padding: 0px; } }
          .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .account-product-price {
            font-size: 15px;
            line-height: 22.5px;
            font-family: "Poppins", sans-serif; }
            @media screen and (max-width: 767px) {
              .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .account-product-price {
                display: block;
                width: 100%;
                position: static;
                text-align: center;
                margin-bottom: 5px; } }
          .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .account-product-title {
            color: #07265e;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600; }
            @media screen and (max-width: 991px) {
              .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .account-product-title {
                font-size: 13px;
                line-height: 19px; } }
            @media screen and (max-width: 767px) {
              .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .account-product-title {
                margin-bottom: 5px; } }
          .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .definitionList .definitionList-key {
            color: #07265e;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600; }
            @media (max-width: 991px) {
              .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .definitionList .definitionList-key {
                font-size: 13px;
                line-height: 19px; } }
            @media (max-width: 800px) {
              .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .definitionList .definitionList-key {
                display: block;
                width: 100%;
                margin: 0 auto !important; } }
          @media (max-width: 991px) {
            .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-body .definitionList .definitionList-value {
              margin-bottom: 10px;
              font-size: 13px; } }
          .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-checkItem {
            left: -2.5rem; }
            @media screen and (max-width: 767px) {
              .body.account_order .account-content--fixedSmall .account-list .account-listItem .account-product .account-product-checkItem {
                display: block;
                width: 100%;
                position: static;
                text-align: center;
                margin: 0 auto 15px; } }
      .body.account_order .account-content--fixedSmall .account-list .form-label {
        outline: none !important; }
        .body.account_order .account-content--fixedSmall .account-list .form-label:focus-visible, .body.account_order .account-content--fixedSmall .account-list .form-label:focus {
          outline: none !important; }
        @media screen and (max-width: 767px) {
          .body.account_order .account-content--fixedSmall .account-list .form-label {
            margin: 0 auto; } }
        .body.account_order .account-content--fixedSmall .account-list .form-label:before {
          background-color: #fff;
          border: solid #ccc;
          border-width: 1px;
          width: 16px;
          height: 16px; }
      .body.account_order .account-content--fixedSmall .account-list .account-product-figure {
        left: -28px; }
        .body.account_order .account-content--fixedSmall .account-list .account-product-figure:after {
          display: none; }
        @media screen and (max-width: 767px) {
          .body.account_order .account-content--fixedSmall .account-list .account-product-figure {
            display: block;
            width: 100%;
            position: static;
            text-align: center;
            margin: 0 auto 15px;
            padding: 7.5px 0px; } }
        .body.account_order .account-content--fixedSmall .account-list .account-product-figure img {
          position: static;
          width: auto; }
      .body.account_order .account-content--fixedSmall .account-list .account-product-body {
        padding-left: 0px; }
    .body.account_order .account-content--fixedSmall .account-orderTotal .account-orderTotal-key,
    .body.account_order .account-content--fixedSmall .account-orderTotal .account-orderTotal-value {
      padding: 10px 0;
      color: #07265e;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      font-family: "Poppins", sans-serif; }
      @media screen and (max-width: 991px) {
        .body.account_order .account-content--fixedSmall .account-orderTotal .account-orderTotal-key,
        .body.account_order .account-content--fixedSmall .account-orderTotal .account-orderTotal-value {
          font-size: 13px;
          line-height: 19px; } }
    .body.account_order .account-content--fixedSmall .account-orderTotal .account-orderTotal-value {
      font-weight: 400; }

/*order detail page*/
/*common code banner*/
.cart .alertBox--info,
.account_orderstatus .alertBox--info {
  background-color: #07265e;
  border-color: #07265e; }
  .cart .alertBox--info span,
  .account_orderstatus .alertBox--info span {
    color: #fff; }
    @media screen and (max-width: 991px) {
      .cart .alertBox--info span,
      .account_orderstatus .alertBox--info span {
        font-size: 13px;
        line-height: 19px; } }
  .cart .alertBox--info svg,
  .account_orderstatus .alertBox--info svg {
    fill: #dfdfdf; }

/*common code banner*/
/*product detail page*/
.productView {
  padding: 0 40px 30px;
  margin: 0px;
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .productView {
      text-align: center; } }
  @media screen and (max-width: 450px) {
    .productView {
      padding: 0 30px 30px; } }
  .productView .productView-images {
    width: 40%;
    padding-right: 30px;
    margin: 0 4.09881% 0 0;
    text-align: center;
    float: none;
    display: inline-block; }
    .productView .productView-images .pdp_page {
      background-color: #00215A;
      color: white;
      width: max-content;
      padding: 5px 20px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    @media screen and (max-width: 991px) {
      .productView .productView-images {
        width: 100%;
        max-width: 600px;
        padding: 0px;
        float: none;
        margin-right: 0px; } }
    .productView .productView-images .productView-image {
      padding: 15px;
      border: 1px solid #ddd; }
      .productView .productView-images .productView-image .productView-img-container {
        max-height: 300px;
        margin: 0 auto; }
        .productView .productView-images .productView-image .productView-img-container::after {
          padding-bottom: 75%; }
    .productView .productView-images .share-buttons-nav {
      display: none; }
    .productView .productView-images .productView-thumbnails {
      margin: 20px auto 30px;
      width: 100%;
      list-style: none; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail {
        padding: 0px 5px;
        width: 25%;
        text-align: -webkit-center; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail a {
        border: 2px solid transparent; }
        .productView .productView-images .productView-thumbnails .productView-thumbnail a:hover {
          border: 2px solid #ddd; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail .is-active {
        border: 2px solid #ddd; }
      .productView .productView-images .productView-thumbnails .slick-prev {
        padding: 0;
        width: auto;
        margin-top: 0;
        height: auto; }
        .productView .productView-images .productView-thumbnails .slick-prev::before {
          background-size: 13px; }
        .productView .productView-images .productView-thumbnails .slick-prev .carousel-tooltip {
          display: none; }
      .productView .productView-images .productView-thumbnails .slick-next {
        right: 0;
        width: auto;
        margin-top: 0;
        height: auto;
        padding: 0; }
        .productView .productView-images .productView-thumbnails .slick-next::before {
          background-size: 13px; }
        .productView .productView-images .productView-thumbnails .slick-next .carousel-tooltip {
          display: none; }
  .productView .easyzoom-flyout {
    display: none !important; }

.product-info {
  display: inline-block;
  width: 55.8548%;
  margin-left: -4px;
  vertical-align: top; }
  @media screen and (max-width: 991px) {
    .product-info {
      width: 100%;
      text-align: left;
      margin-left: 0px; } }
  .product-info .productView-details {
    width: 100%;
    padding: 0;
    margin-bottom: 0px; }
    .product-info .productView-details .productView-product {
      border-bottom: 0;
      padding-bottom: 0; }
      .product-info .productView-details .productView-product .productView-title {
        line-height: normal !important;
        font-size: 28px;
        vertical-align: top; }
        @media screen and (max-width: 1300px) {
          .product-info .productView-details .productView-product .productView-title {
            font-size: 21px !important; } }
        @media screen and (max-width: 991px) {
          .product-info .productView-details .productView-product .productView-title {
            font-size: 23px !important; } }
        @media screen and (max-width: 767px) {
          .product-info .productView-details .productView-product .productView-title {
            font-size: 19px !important;
            width: 100% !important;
            padding-right: 0 !important; } }
        @media screen and (max-width: 480px) {
          .product-info .productView-details .productView-product .productView-title {
            font-size: 16px !important;
            line-height: 20px !important; } }
      .product-info .productView-details .productView-product .productView-price {
        display: inline-block;
        padding-left: 10px;
        margin: 0px 0px 0px -4px !important;
        color: #07265e;
        font-family: 'Poppins', sans-serif;
        width: 40% !important;
        text-align: right;
        font-weight: 600;
        position: relative;
        font-size: 18px;
        top: 4px; }
        @media screen and (max-width: 767px) {
          .product-info .productView-details .productView-product .productView-price {
            width: 100% !important;
            text-align: left;
            padding-left: 0px;
            margin: 0px 0px 15px 0px !important; } }
        .product-info .productView-details .productView-product .productView-price .price {
          font-size: 18px !important;
          line-height: 27px; }
          @media screen and (max-width: 991px) {
            .product-info .productView-details .productView-product .productView-price .price {
              font-size: 13px !important;
              line-height: 19px; } }
      .product-info .productView-details .productView-product .short-des-block {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        color: #333;
        margin: 20px 0px 10px 0px; }
        @media screen and (max-width: 991px) {
          .product-info .productView-details .productView-product .short-des-block {
            font-size: 13px;
            line-height: 19px; } }
      .product-info .productView-details .productView-product #brand_name {
        color: #333333;
        font-size: 15px;
        line-height: 20px; }
      .product-info .productView-details .productView-product .productView-rating {
        display: none; }
  .product-info .productView-description {
    margin-top: 25px !important;
    width: 100%;
    padding: 0; }
    .product-info .productView-description .tabs {
      border-bottom: 0; }
      .product-info .productView-description .tabs .tab {
        border-top: 1px solid #e5e5e5;
        float: none;
        display: inline-block;
        width: auto;
        background: #EBEBEB;
        border: 1px solid #e9e9e9;
        margin: 0;
        padding: 8px 15px;
        margin-right: -4px; }
        @media screen and (max-width: 450px) {
          .product-info .productView-description .tabs .tab {
            padding: 5px 8px; } }
        .product-info .productView-description .tabs .tab .tab-title {
          color: #bcb2b2 !important;
          padding: 0;
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
          font-size: 15px;
          line-height: 20px; }
          @media screen and (max-width: 991px) {
            .product-info .productView-description .tabs .tab .tab-title {
              font-size: 13px;
              line-height: 19px; } }
          .product-info .productView-description .tabs .tab .tab-title:hover {
            color: #07265e !important; }
    .product-info .productView-description .tabs-contents {
      margin-bottom: 0px;
      width: 100%;
      border: 1px solid #dad3d3;
      padding: 15px; }
      .product-info .productView-description .tabs-contents .tab-content {
        padding: 0px; }
        .product-info .productView-description .tabs-contents .tab-content .short-description, .product-info .productView-description .tabs-contents .tab-content .long-description {
          font-size: 15px;
          line-height: 20px; }
          @media screen and (max-width: 991px) {
            .product-info .productView-description .tabs-contents .tab-content .short-description, .product-info .productView-description .tabs-contents .tab-content .long-description {
              font-size: 13px; } }
        .product-info .productView-description .tabs-contents .tab-content .dealer_locator {
          margin-top: 0;
          padding: 25px 15px 10px;
          width: 100%;
          border: 0 solid #dad3d3; }
          @media screen and (max-width: 767px) {
            .product-info .productView-description .tabs-contents .tab-content .dealer_locator {
              padding: 0px; } }
          .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field {
            margin-bottom: 15px;
            width: 70%;
            padding-right: 40px; }
            @media screen and (max-width: 1100px) {
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field {
                width: 100%;
                padding-right: 0; } }
            @media screen and (max-width: 991px) {
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field {
                width: 70%;
                vertical-align: top;
                display: inline-block;
                padding-right: 40px; } }
            @media screen and (max-width: 767px) {
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field {
                width: 100%;
                padding-right: 0; } }
            .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-field {
              margin-bottom: 0px; }
            .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label {
              display: table;
              width: 100%; }
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-title {
                display: table-cell;
                width: 45%;
                padding-right: 15px;
                vertical-align: middle;
                font-weight: 600;
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                line-height: 20px; }
                @media screen and (max-width: 991px) {
                  .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-title {
                    font-size: 13px;
                    line-height: 19px; } }
                @media screen and (max-width: 450px) {
                  .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-title {
                    width: 100%;
                    display: block;
                    padding-right: 0px; } }
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-control input {
                width: 100%;
                padding: 8px 15px;
                background: #f0f0f0;
                border-color: #f0f0f0;
                border-radius: 3px;
                display: table-cell;
                height: 100%;
                min-height: 40px;
                font-size: 15px;
                line-height: 20px; }
                @media screen and (max-width: 450px) {
                  .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-control input {
                    width: 100%;
                    display: block;
                    padding-right: 0px;
                    margin-top: 10px; } }
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-control select {
                height: 40px;
                width: 100%;
                padding: 8px 15px;
                background: #f0f0f0;
                border-color: #f0f0f0;
                border-radius: 3px;
                background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
                background-repeat: no-repeat;
                background-size: 8px;
                background-position: center right 9px;
                font-size: 15px;
                line-height: 20px; }
                @media screen and (max-width: 450px) {
                  .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .field_table .form-label .form-field-control select {
                    width: 100%;
                    display: block;
                    padding-right: 0px;
                    margin-top: 10px; } }
            .product-info .productView-description .tabs-contents .tab-content .dealer_locator .dealer_locator_form_field .form-selected-text {
              display: none; }
          .product-info .productView-description .tabs-contents .tab-content .dealer_locator button {
            padding: 10px 32px 11px;
            border-color: #07265e; }
            @media screen and (max-width: 767px) {
              .product-info .productView-description .tabs-contents .tab-content .dealer_locator button {
                margin-bottom: 0px; } }
            .product-info .productView-description .tabs-contents .tab-content .dealer_locator button:hover {
              border-color: #e9b920 !important;
              background-color: #e9b920 !important;
              color: #fff !important; }
            .product-info .productView-description .tabs-contents .tab-content .dealer_locator button:focus {
              background-color: #e9b920;
              border: 1px solid !important; }
        .product-info .productView-description .tabs-contents .tab-content p span {
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          text-decoration: none; }
          @media screen and (max-width: 991px) {
            .product-info .productView-description .tabs-contents .tab-content p span {
              font-size: 13px !important;
              line-height: 19px; } }
        .product-info .productView-description .tabs-contents .tab-content p a {
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          text-decoration: underline; }
          @media screen and (max-width: 991px) {
            .product-info .productView-description .tabs-contents .tab-content p a {
              font-size: 13px !important;
              line-height: 19px; } }
        .product-info .productView-description .tabs-contents .tab-content ul {
          margin: 0px 0px 20px 20px !important; }
          .product-info .productView-description .tabs-contents .tab-content ul li {
            line-height: 21px; }
            .product-info .productView-description .tabs-contents .tab-content ul li span {
              font-size: 15px !important;
              color: #07265e !important; }
              @media screen and (max-width: 991px) {
                .product-info .productView-description .tabs-contents .tab-content ul li span {
                  font-size: 13px !important;
                  line-height: 19px; } }
    .product-info .productView-description .tab.is-active {
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 0; }
      .product-info .productView-description .tab.is-active .tab-title {
        color: #07265e !important;
        font-weight: 700; }
    .product-info .productView-description .productView-options {
      margin-bottom: 0px; }
      @media screen and (max-width: 550px) {
        .product-info .productView-description .productView-options {
          text-align: left; } }
      .product-info .productView-description .productView-options .form .product_optns {
        width: 74%;
        padding-right: 15px;
        float: left; }
        @media screen and (max-width: 767px) {
          .product-info .productView-description .productView-options .form .product_optns {
            width: 100%;
            padding-right: 0px; } }
        .product-info .productView-description .productView-options .form .product_optns .form-field {
          display: table;
          width: 100%;
          margin-bottom: 15px; }
          .product-info .productView-description .productView-options .form .product_optns .form-field input[type="file"] {
            width: 100%; }
          .product-info .productView-description .productView-options .form .product_optns .form-field label {
            display: table-cell;
            width: 40%;
            padding-right: 15px;
            vertical-align: middle;
            font-weight: 600;
            margin: 0;
            font-size: 15px;
            line-height: 20px; }
            @media screen and (max-width: 991px) {
              .product-info .productView-description .productView-options .form .product_optns .form-field label {
                font-size: 13px;
                line-height: 19px; } }
            @media screen and (max-width: 450px) {
              .product-info .productView-description .productView-options .form .product_optns .form-field label {
                width: 100%;
                display: block;
                padding-right: 0px;
                margin-bottom: 5px; } }
            .product-info .productView-description .productView-options .form .product_optns .form-field label small {
              display: none; }
          .product-info .productView-description .productView-options .form .product_optns .form-field select {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            padding: 10px 25px 10px 15px;
            background: #f0f0f0;
            border-color: #f0f0f0;
            border-radius: 3px;
            height: 40px;
            background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
            background-size: 8px;
            background-position: center right 9px;
            background-repeat: no-repeat;
            color: #07265e;
            font-size: 15px;
            line-height: 20px; }
            @media screen and (max-width: 450px) {
              .product-info .productView-description .productView-options .form .product_optns .form-field select {
                width: 100%;
                display: block; } }
        .product-info .productView-description .productView-options .form .product_optns .productView-info {
          line-height: normal;
          margin: 0px; }
          .product-info .productView-description .productView-options .form .product_optns .productView-info .sku-label {
            width: 10%; }
            @media screen and (max-width: 450px) {
              .product-info .productView-description .productView-options .form .product_optns .productView-info .sku-label {
                width: 100%; } }
          .product-info .productView-description .productView-options .form .product_optns .productView-info .upc-label {
            width: 10%;
            margin-left: 0; }
          .product-info .productView-description .productView-options .form .product_optns .productView-info .product_sku_data {
            width: 86%; }
          .product-info .productView-description .productView-options .form .product_optns .productView-info dd {
            width: 53%;
            display: inline-block;
            color: #07265e;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            line-height: 20px; }
            @media screen and (max-width: 991px) {
              .product-info .productView-description .productView-options .form .product_optns .productView-info dd {
                font-size: 13px;
                line-height: 19px; } }
            @media screen and (max-width: 450px) {
              .product-info .productView-description .productView-options .form .product_optns .productView-info dd {
                width: 100%; } }
          .product-info .productView-description .productView-options .form .product_optns .productView-info dt {
            width: 47%;
            padding-right: 5px;
            display: inline-block;
            color: #07265e;
            font-family: 'Poppins', sans-serif;
            margin: 0px;
            font-size: 15px;
            line-height: 20px;
            font-weight: 600; }
            @media screen and (max-width: 991px) {
              .product-info .productView-description .productView-options .form .product_optns .productView-info dt {
                font-size: 13px;
                line-height: 19px; } }
            @media screen and (max-width: 450px) {
              .product-info .productView-description .productView-options .form .product_optns .productView-info dt {
                margin-bottom: 5px; } }
      .product-info .productView-description .productView-options .add-to-cart-wrapper .alertBox.productAttributes-message {
        width: 100%;
        display: flex; }
      .product-info .productView-description .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
        display: inline-block;
        width: 100%;
        margin: 0px;
        padding: 0px; }
        .product-info .productView-description .productView-options .add-to-cart-wrapper .add-to-cart-buttons .button {
          max-width: 200px !important;
          width: 100% !important;
          padding: 10px;
          line-height: normal;
          background-color: #07265e; }
          @media screen and (max-width: 550px) {
            .product-info .productView-description .productView-options .add-to-cart-wrapper .add-to-cart-buttons .button {
              margin-top: 0px; } }
          .product-info .productView-description .productView-options .add-to-cart-wrapper .add-to-cart-buttons .button:hover {
            border-color: #e9b920 !important;
            background-color: #e9b920 !important;
            color: #fff !important; }
          .product-info .productView-description .productView-options .add-to-cart-wrapper .add-to-cart-buttons .button:focus {
            background-color: #07265e;
            border: 1px solid !important; }
      .product-info .productView-description .productView-options .form-wishlist {
        margin-top: 15px; }
        @media screen and (max-width: 1300px) {
          .product-info .productView-description .productView-options .form-wishlist {
            margin-top: 15px; } }
        @media screen and (max-width: 800px) {
          .product-info .productView-description .productView-options .form-wishlist {
            padding: 0px; } }
      .product-info .productView-description .productView-options .form-action {
        width: 100%;
        margin-bottom: 0px; }
        .product-info .productView-description .productView-options .form-action .button {
          max-width: 200px !important;
          width: 100% !important;
          padding: 10px;
          line-height: normal;
          margin: 0px;
          border-color: #07265e; }
          @media screen and (max-width: 550px) {
            .product-info .productView-description .productView-options .form-action .button {
              margin-top: 15px; } }
          .product-info .productView-description .productView-options .form-action .button:hover {
            border-color: #e9b920 !important;
            background-color: #e9b920 !important;
            color: #fff !important; }
          .product-info .productView-description .productView-options .form-action .button:focus {
            background-color: #07265e;
            border: 1px solid !important; }
        .product-info .productView-description .productView-options .form-action .dropdown-menu.is-open {
          margin-left: 0px !important; }
          .product-info .productView-description .productView-options .form-action .dropdown-menu.is-open li .button {
            background-color: #fff !important;
            color: #07265e !important;
            text-align: left;
            border-color: #07265e !important;
            margin-top: 0px; }
      .product-info .productView-description .productView-options .Test_Test .form-field--increments {
        width: 26%;
        margin-bottom: 15px;
        float: left; }
        @media screen and (max-width: 767px) {
          .product-info .productView-description .productView-options .Test_Test .form-field--increments {
            width: 100%; } }
        .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-label--alternate {
          font-weight: 600;
          margin-bottom: 10px;
          font-size: 15px;
          line-height: 20px;
          padding-right: 15px; }
          @media screen and (max-width: 991px) {
            .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-label--alternate {
              font-size: 13px;
              line-height: 19px; } }
        .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-increment {
          display: flex;
          max-height: 45px;
          height: 100%;
          border-radius: 3px;
          max-width: 120px;
          width: 100%;
          border: 1px solid #07265e;
          margin-bottom: 0 !important;
          background: #f0f0f0; }
          .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-increment .button {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            max-width: 25px;
            background: 0 0;
            border: 0;
            height: 45px;
            float: none;
            color: #07265e !important;
            font-size: 24px;
            line-height: 17px;
            font-weight: 400; }
            .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-increment .button:hover {
              background-color: unset !important; }
          .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-increment input {
            display: inline-block;
            max-width: 66px;
            width: 100%;
            vertical-align: middle;
            background: 0 0;
            height: 100%;
            min-height: 42px;
            font-weight: 400;
            font-size: 14px;
            padding: 0 8px;
            line-height: 19px;
            color: #07265e; }
            @media screen and (max-width: 1100px) {
              .product-info .productView-description .productView-options .Test_Test .form-field--increments .form-increment input {
                max-width: 65px; } }
    .product-info .productView-description .compare,
    .product-info .productView-description ul,
    .product-info .productView-description p {
      margin-bottom: 0px !important; }
  .product-info .alert_part .alert-success {
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/check-mark-1-.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    position: relative;
    display: block;
    background-color: #54ca83;
    width: 100%;
    padding: 10px 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px; }
    .product-info .alert_part .alert-success .alert-dismiss {
      transform: translateY(-50%);
      top: 50%;
      position: absolute;
      right: 15px;
      font-size: 18px;
      color: #fff !important;
      cursor: pointer;
      text-decoration: none; }
    .product-info .alert_part .alert-success .alert-message {
      line-height: 15px; }
      .product-info .alert_part .alert-success .alert-message span {
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 1.32px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Poppins', sans-serif; }
        .product-info .alert_part .alert-success .alert-message span a {
          color: #fff !important; }

.products-related .section-title {
  margin-top: 0;
  font-size: 20px;
  padding: 10px 20px;
  background: #EBEBEB;
  color: #07265e;
  text-align: center;
  font-weight: 600; }
  @media screen and (max-width: 450px) {
    .products-related .section-title {
      font-size: 16px !important;
      line-height: 20px !important; } }

.products-related .tabs-contents .slick-list .slick-track .card .card-body {
  text-align: center; }

.products-related .tabs-contents .tab-content {
  border: none;
  padding: 0px 40px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 550px) {
    .products-related .tabs-contents .tab-content {
      padding: 0px 30px; } }
  .products-related .tabs-contents .tab-content .productCarousel {
    padding: 0 30px; }
    @media screen and (max-width: 991px) {
      .products-related .tabs-contents .tab-content .productCarousel {
        padding: 0px 20px;
        margin: 0px 0px 30px 0px !important; } }
    .products-related .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-figure {
      padding: 0px !important;
      max-height: unset !important; }
      .products-related .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-figure .card-img-container .slp_card {
        background-color: #00215A;
        color: white;
        width: max-content;
        padding: 5px 20px;
        position: absolute;
        text-decoration: none;
        z-index: 1; }
      .products-related .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-figure .card-img-container img {
        margin: 0; }
      .products-related .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-figure .card-img-container:after {
        padding-bottom: 98%; }
    .products-related .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-body {
      margin-top: 7px;
      padding: 0px !important; }
      .products-related .tabs-contents .tab-content .productCarousel .productCarousel-slide .card-body .card-text {
        margin: 5px 0px; }
    .products-related .tabs-contents .tab-content .productCarousel .slick-list {
      margin-bottom: 27px; }
  .products-related .tabs-contents .tab-content .slick-slider {
    margin-bottom: 22px; }

.products-related .slick-dots {
  display: block;
  left: 0px; }
  .products-related .slick-dots .slick-active button::before {
    background: #07265e; }
  .products-related .slick-dots .carousel-tooltip {
    display: none; }

.products-related .slick-prev {
  margin-top: 0;
  padding: 0;
  width: auto;
  left: 0; }
  .products-related .slick-prev::before {
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/left-arrow-128-blu.png"); }
    @media screen and (max-width: 991px) {
      .products-related .slick-prev::before {
        background-size: 16px; } }
  .products-related .slick-prev .carousel-tooltip {
    display: none; }

.products-related .slick-next {
  right: 0;
  margin-top: 0;
  padding: 0;
  width: auto; }
  .products-related .slick-next::before {
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/right-arrow-128-blu.png"); }
    @media screen and (max-width: 991px) {
      .products-related .slick-next::before {
        background-size: 16px; } }
  .products-related .slick-next .carousel-tooltip {
    display: none; }

.products-related .choose_option_button_section {
  display: none; }

@media screen and (max-width: 991px) {
  .products-related .productCarousel-slide .card-body .card-title {
    font-size: 13px;
    line-height: 19px; } }

@media screen and (max-width: 991px) {
  .products-related .productCarousel-slide .card-body .card-text .price {
    font-size: 13px;
    line-height: 19px; } }

.products-related .productCarousel-slide .review_text {
  display: none; }

.yotpo a,
.yotpo div,
.yotpo form,
.yotpo i,
.yotpo img,
.yotpo label,
.yotpo li,
.yotpo p,
.yotpo span,
.yotpo strong,
.yotpo sup,
.yotpo ul {
  font-family: "Poppins", sans-serif; }

.yotpo .main-widget.yotpo-display-wrapper .yotpo-label {
  display: none; }

.yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box {
  min-height: 62px;
  padding: 0 20px 0;
  width: 80%;
  margin: 0 auto;
  border: none; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-1 {
    letter-spacing: 0.15px; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-1 .yotpo-stars {
      vertical-align: middle !important; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-1 .yotpo-stars .yotpo-icon {
        color: #e9b920; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-1 .yotpo-sum-reviews {
      vertical-align: middle !important; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-1 .yotpo-sum-reviews span {
        font-weight: 700;
        color: #07265e;
        font-family: 'Poppins', sans-serif !important;
        padding-top: 0px !important; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-2 .yotpo-star-distribution {
    letter-spacing: 0.15px;
    border-color: #07265e !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .yotpo-icon {
      font-size: 15px !important;
      color: #e9b920 !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph-score {
      background-color: #07265e !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews {
      font-family: 'Poppins', sans-serif;
      color: #07265e !important; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button {
    border-radius: 15px;
    background: #07265e !important;
    padding: 6px 11px;
    letter-spacing: 0.15px;
    right: 25px; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button .yotpo-icon-button-text {
      font-weight: 700;
      font-family: 'Poppins', sans-serif !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button .yotpo-icon::before {
      font-size: 19px; }

.yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box:first-child {
  padding: 0 20px 0;
  width: 80%;
  margin: 0 auto;
  border: none;
  overflow: auto; }
  @media (max-width: 450px) {
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-display-wrapper .yotpo-regular-box:first-child {
      padding: 0px 15px 0 !important;
      width: 100%;
      margin: 0 auto;
      border: none; } }

@media (max-width: 767px) {
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-messages .yotpo-thank-you .yotpo-thankyou-header span:last-child {
    line-height: 23px !important; } }

.yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-first-review {
  margin: 50px 0px; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-first-review .yotpo-first-review-stars .yotpo-icon {
    color: #e9b920 !important; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-first-review .yotpo-first-review-content button {
    background: #07265e !important;
    font-weight: 600;
    line-height: 25px; }
    @media screen and (max-width: 450px) {
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-first-review .yotpo-first-review-content button {
        font-size: 10px; } }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-first-review .yotpo-first-review-content button:hover {
      background-color: #e9b920 !important; }

.yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box {
  padding: 0 20px 0;
  width: 80%;
  margin: 0 auto;
  border: none; }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .write-review-content {
    background-color: #fbf5e7;
    border-radius: 24px; }
    @media screen and (max-width: 450px) {
      .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .write-review-content {
        padding: 35px 24px 30px !important; } }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .yotpo-animation-opacity .connect-wrapper .form-element {
    width: 100% !important;
    padding-right: 0 !important; }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .yotpo-animation-opacity .connect-wrapper .name-input {
    margin: 15px 0px; }
  @media (max-width: 665px) {
    .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .yotpo-animation-opacity .connect-wrapper {
      padding-left: 0px !important; } }
  @media (max-width: 991px) {
    .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .yotpo-animation-opacity .socialize-wrapper {
      position: relative; } }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-regular-box .yotpo-animation-opacity .socialize-wrapper .socialize {
    margin-top: 10px; }

@media (max-width: 550px) {
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper #write-review-tabpanel-main-widget {
    margin-top: 15px; } }

.yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header {
  font-size: 21px;
  color: #000;
  font-weight: 400;
  position: relative;
  line-height: 26px;
  z-index: 1;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  float: left;
  min-width: 168px;
  padding: 0px 20px;
  margin-top: 15px !important; }
  @media (max-width: 450px) {
    .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header {
      padding: 0px 10px; } }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header div:first-child {
    text-align: center; }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header .yotpo-header-title {
    font-size: 17px !important;
    color: #07265e !important;
    font-weight: 700; }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header .yotpo-mandatory-explain {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.1875px !important;
    margin: 10px 0px; }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header .stars-wrapper .yotpo-icon {
    color: #e9b920 !important; }
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header .y-label .form-input-error {
    color: #ea1332;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header .y-label .form-input-error {
        float: none; } }
    @media (max-width: 380px) {
      .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .write-review .yotpo-header .y-label .form-input-error {
        display: block !important;
        font-size: 12px !important;
        margin-left: 10px; } }

.yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .y-label {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #07265e !important;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.1875px !important; }

.yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-mandatory-mark {
  font-family: 'Poppins', sans-serif !important; }

.yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-submit {
  border-radius: 15px;
  background: #07265e !important;
  font-weight: 600 !important; }

@media screen and (max-width: 991px) {
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-footer .connect-wrapper {
    padding-left: 0px; } }

@media screen and (max-width: 767px) {
  .yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-footer .socialize-wrapper {
    position: relative; } }

.yotpo .main-widget.yotpo-display-wrapper .write-review-wrapper .yotpo-footer .socialize-wrapper .yotpo-or {
  font-family: "Poppins", sans-serif !important; }

.yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box {
  border: unset;
  padding: 25px 0px 0 0px; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav {
    width: 80%;
    margin: 0px auto;
    padding: 0px 20px; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav ul li .yotpo-nav-wrapper span {
      font-family: 'Poppins', sans-serif !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-nav-dropdown ul {
      top: 15px; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-nav-dropdown ul li a {
        font-family: 'Poppins', sans-serif !important; }
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-nav-dropdown ul li a span {
          font-size: 24px !important; }
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-nav-dropdown ul li a .yotpo-icon-thumbs-up,
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-nav-dropdown ul li a .yotpo-icon-thumbs-down::before {
          color: #07265e; }

.yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content {
  max-width: 100%;
  position: relative;
  width: 80%;
  margin: 0px auto;
  padding: 0px 30px;
  overflow: hidden; }
  .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.15px;
    min-height: 62px;
    margin: 0px 0px 20px;
    padding: 20px 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #c8c8c9;
    border-image: initial;
    overflow: auto; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-icon-profile {
      display: none; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-header-element {
      margin: 0px 0px 0px 2px; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-header-element .y-label {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #07265e;
        font-family: 'Poppins', sans-serif !important; }
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-header-element .y-label::after {
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-right: 5px;
          content: "";
          margin-left: 8px;
          vertical-align: bottom;
          background: url(https://cdn11.bigcommerce.com/s-12lq052b5j/product_images/uploaded_images/tik-circle-icon.png?t=1556181643&_ga=2.242909698.18672304.1556168005-824874750.1554195493) 0px 0px/16px 16px no-repeat; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-header-element .yotpo-review-date::after {
        display: none; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-header-element .yotpo-user-title {
        display: none; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header .yotpo-header-element .yotpo-review-stars .yotpo-icon {
        color: #e9b920 !important;
        font-size: 24.5px !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-main {
      width: calc(100% - 262px);
      float: right;
      line-height: 26px;
      z-index: 2;
      position: relative;
      padding-left: 43px;
      min-height: 104px;
      margin: 10px 0px 0px;
      border-left: 1px solid #c8c8c9; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-main .content-title {
        position: relative;
        top: 0px;
        font-size: 16px;
        color: #1C355E;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif !important;
        padding-top: 5px;
        font-weight: 700; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-main .yotpo-review-wrapper {
        margin-top: 7px; }
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-main .yotpo-review-wrapper .content-review {
          font-size: 14px;
          line-height: 19px;
          color: #07265e !important;
          font-family: 'Poppins', sans-serif !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer {
      width: 100%;
      float: left;
      margin-left: 0px; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .yotpo-helpful {
        padding-right: 17px;
        text-align: right;
        padding-top: 17px;
        border-left: 1px solid #c8c8c9;
        width: calc(100% - 262px); }
        @media screen and (max-width: 550px) {
          .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .yotpo-helpful {
            width: 100%;
            padding: 0px;
            border: unset; } }
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .yotpo-helpful .y-label {
          font-size: 15px !important;
          font-weight: 700 !important;
          color: #07265e !important;
          font-family: 'Poppins', sans-serif !important; }
        .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small .yotpo-icon {
          font-size: 24px !important;
          color: #07265e; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .yotpo-action .y-label {
        display: inline-block;
        margin-top: 11px;
        color: #07265e;
        font-family: 'Poppins', sans-serif !important; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .yotpo-action .yotpo-icon-seperator {
        display: none; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .footer-actions .yotpo-action span {
        font-size: 24px !important;
        color: #07265e; }
      .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-footer .footer-actions .yotpo-action .y-label {
        font-size: 15px !important;
        color: #07265e;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-header-actions {
      float: none;
      width: 100%;
      margin-top: 11px !important; }
    .yotpo .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews .yotpo-regular-box .yotpo-verified-buyer {
      width: auto;
      line-height: 26px;
      z-index: 1;
      margin-top: 5px;
      display: inline-block;
      min-width: 168px; }

/*pdp yotpo*/
.toggle.videoGallery {
  padding: 0 40px !important; }
  @media screen and (max-width: 450px) {
    .toggle.videoGallery {
      padding: 0 30px !important; } }
  .toggle.videoGallery .toggle-title {
    color: #07265e;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px; }
    .toggle.videoGallery .toggle-title .toggleLink {
      color: #757575 !important; }
      @media screen and (max-width: 991px) {
        .toggle.videoGallery .toggle-title .toggleLink {
          border-color: #07265e;
          background-color: #07265e;
          color: #fff !important;
          font-weight: 600;
          font-size: 12px;
          text-transform: uppercase;
          padding: 8px 15px;
          border-radius: 3px; } }
  .toggle.videoGallery .toggle-content .videoGallery-main {
    padding-bottom: 650px; }
    @media screen and (max-width: 991px) {
      .toggle.videoGallery .toggle-content .videoGallery-main {
        padding-bottom: 400px; } }
    @media screen and (max-width: 550px) {
      .toggle.videoGallery .toggle-content .videoGallery-main {
        padding-bottom: 350px; } }
    @media screen and (max-width: 450px) {
      .toggle.videoGallery .toggle-content .videoGallery-main {
        padding-bottom: 300px; } }
    .toggle.videoGallery .toggle-content .videoGallery-main iframe {
      height: 100%;
      max-height: 650px; }
      @media screen and (max-width: 991px) {
        .toggle.videoGallery .toggle-content .videoGallery-main iframe {
          max-height: 400px; } }
      @media screen and (max-width: 550px) {
        .toggle.videoGallery .toggle-content .videoGallery-main iframe {
          max-height: 350px; } }
      @media screen and (max-width: 450px) {
        .toggle.videoGallery .toggle-content .videoGallery-main iframe {
          max-height: 300px; } }
  .toggle.videoGallery .toggle-content .videoGallery-list {
    margin: 0 auto; }
    .toggle.videoGallery .toggle-content .videoGallery-list .videoGallery-item .video-body .video-title,
    .toggle.videoGallery .toggle-content .videoGallery-list .videoGallery-item .video-body .video-description {
      color: #444 !important; }

/*PDP Image POPUP Design*/
#baguetteBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(191, 191, 191, 0.98);
  opacity: 0;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline-block;
      height: 100%;
      margin: 0; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      max-width: 100%;
      height: 100%;
      max-height: 578px;
      vertical-align: middle; }
    #baguetteBox-overlay .full-image::before {
      display: inline-block;
      width: 100%;
      max-width: 1px;
      height: 50%;
      margin-right: -1px;
      content: ""; }

.baguetteBox-button {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 22px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 15%;
  outline: 0;
  transition: background-color .4s ease; }
  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: calc(50% - 30px);
    width: 100%;
    max-width: 44px;
    max-height: 60px;
    height: 100%; }
  .baguetteBox-button#previous-button {
    left: 27px; }
  .baguetteBox-button#next-button {
    right: 27px; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 20px;
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    top: 0;
    left: 0; }

#baguetteBox-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }

/*PDP Image POPUP Design*/
/*product detail page*/
/*Review fixes 11-03-2023 imp*/
.common_static_page a {
  color: #e9b920 !important; }
  .common_static_page a:hover {
    color: #07265e !important; }
  .common_static_page a:focus {
    color: #07265e !important; }
  .common_static_page a:active {
    color: #07265e !important; }

.navBar--account .navBar-item.is-active {
  color: #e9b920 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 20px !important; }

.account_addressbook .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_inbox .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_new_return .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_order .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_orderstatus .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_returns .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_saved_return .navBar .navBar-section .navBar-item .navBar-action:hover,
.shippingaddressform .navBar .navBar-section .navBar-item .navBar-action:hover,
.account_recentitems .navBar .navBar-section .navBar-item .navBar-action:hover,
.wishlists .navBar .navBar-section .navBar-item .navBar-action:hover,
.editaccount .navBar .navBar-section .navBar-item .navBar-action:hover {
  color: #07265e !important; }

@media (max-width: 991px) {
  .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr td:first-child {
    border: none !important; }
  .navBar--account .navBar-item {
    font-size: 14px !important;
    line-height: 21px !important; } }

@media (max-width: 450px) {
  .page .quick_entry_page_main_div .quick_entry_page .fast_order_page .fast_order_container .fast-order .fast-order-list tr td:first-child {
    border: none !important;
    text-align: center; } }

/*Review fixes 11-03-2023 imp*/
/*PLP Design*/
input:focus + label {
  outline: none !important; }

@media (max-width: 991px) {
  .body.category .container {
    padding: 0px 0px !important; } }

.body.category .breadcrumbs {
  margin-bottom: 0px !important;
  display: block !important; }
  .body.category .breadcrumbs .is-active span {
    font-weight: 600 !important; }

.body.category .slick-slider {
  margin-bottom: 30px;
  padding-left: 70px;
  padding-right: 70px; }
  .body.category .slick-slider .slick-list.draggable .slick-slide {
    display: block;
    padding: 7px;
    margin-right: 8px;
    margin-left: 8px;
    border: 1px solid #666;
    border-radius: 4px;
    text-align: center; }
    .body.category .slick-slider .slick-list.draggable .slick-slide a {
      display: table;
      width: 100%; }
      .body.category .slick-slider .slick-list.draggable .slick-slide a .image_parent_span {
        display: table-cell;
        vertical-align: middle; }
        .body.category .slick-slider .slick-list.draggable .slick-slide a .image_parent_span .category_name_span {
          display: none; }

.body.category .sub-category-slider .slick-slide img {
  height: auto;
  max-height: 200px;
  width: auto;
  margin: 0 auto; }

.body.category .shop_by_brands_heading {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px 20px 40px;
  width: 50%;
  text-align: left; }
  @media (max-width: 1100px) {
    .body.category .shop_by_brands_heading {
      width: 45%; } }
  @media (max-width: 991px) {
    .body.category .shop_by_brands_heading {
      width: 70%; } }
  @media (max-width: 550px) {
    .body.category .shop_by_brands_heading {
      padding: 0 20px 20px 20px; } }
  @media (max-width: 480px) {
    .body.category .shop_by_brands_heading {
      width: 100%;
      text-align: center; } }
  .body.category .shop_by_brands_heading h3.page_subheading {
    font-size: 20px;
    line-height: 25px;
    margin: 6px 0 0;
    font-weight: 700;
    color: #07265e; }

.body.category .category_list_section {
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  margin-left: -4px;
  padding: 0 40px;
  text-align: right; }
  @media (max-width: 1100px) {
    .body.category .category_list_section {
      width: 55%; } }
  @media (max-width: 991px) {
    .body.category .category_list_section {
      width: 100%;
      margin-bottom: 0px;
      padding-bottom: 15px;
      margin-left: 0px; } }
  @media (max-width: 550px) {
    .body.category .category_list_section {
      padding: 0 20px; } }
  .body.category .category_list_section .listing-utils {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
    @media (max-width: 991px) {
      .body.category .category_list_section .listing-utils {
        display: none; } }
    .body.category .category_list_section .listing-utils button {
      padding: 0;
      vertical-align: middle; }
      .body.category .category_list_section .listing-utils button span {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        line-height: 19px;
        color: #07265e; }
        .body.category .category_list_section .listing-utils button span svg {
          width: 18px;
          height: 18px;
          margin-right: 4.5px;
          margin-left: 15px;
          vertical-align: middle; }
  .body.category .category_list_section .filter_facet_search {
    display: none !important; }
    @media (max-width: 991px) {
      .body.category .category_list_section .filter_facet_search {
        display: block !important;
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-left: 0;
        text-align: left;
        background-color: #EBEBEB;
        font-weight: 600;
        padding: 10px 15px;
        border-radius: 3px;
        cursor: pointer;
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center right 9px;
        height: 40px; } }
    @media (max-width: 450px) {
      .body.category .category_list_section .filter_facet_search {
        width: 100%;
        margin-bottom: 10px; } }
  .body.category .category_list_section .actionBar {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    @media (max-width: 991px) {
      .body.category .category_list_section .actionBar {
        width: 49%;
        margin-left: 1%;
        float: left;
        margin-right: 0;
        background-color: #EBEBEB;
        font-weight: 600;
        border-radius: 3px;
        cursor: pointer;
        height: 40px;
        text-align: left;
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center right 9px;
        padding-left: 15px;
        padding-right: 0px; } }
    @media (max-width: 450px) {
      .body.category .category_list_section .actionBar {
        margin-left: 0;
        width: 100%; } }
    .body.category .category_list_section .actionBar .actionBar-section {
      float: none !important; }
      .body.category .category_list_section .actionBar .actionBar-section .form-field {
        margin-bottom: 0;
        border: 1px solid transparent;
        background: #EBEBEB;
        padding: 0;
        border-radius: 3px; }
        @media (max-width: 991px) {
          .body.category .category_list_section .actionBar .actionBar-section .form-field {
            width: 100%;
            display: flex;
            align-items: center; } }
        .body.category .category_list_section .actionBar .actionBar-section .form-field .form-label {
          font-weight: 600; }
          @media (max-width: 991px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-label {
              line-height: normal;
              padding-left: 0px !important;
              width: 19%; } }
          @media (max-width: 767px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-label {
              width: 25%; } }
          @media (max-width: 550px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-label {
              margin-right: 5px;
              width: 32%; } }
          @media (max-width: 450px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-label {
              margin-right: 5px;
              width: 21%; } }
        .body.category .category_list_section .actionBar .actionBar-section .form-field .form-select {
          background: #EBEBEB;
          min-height: 33px;
          line-height: 19px;
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png") !important;
          background-repeat: no-repeat;
          background-size: 8px;
          background-position-x: 90%;
          background-position-y: 14px;
          padding: 6px 24px 6px 0px !important; }
          @media screen and (max-width: 991px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-select {
              width: 79%;
              font-weight: 400;
              max-width: 100%;
              display: inline-block;
              padding: 6px 0px !important;
              background-position-x: 98%; } }
          @media screen and (max-width: 767px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-select {
              width: 72%; } }
          @media screen and (max-width: 550px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-select {
              width: 65%; } }
          @media (max-width: 450px) {
            .body.category .category_list_section .actionBar .actionBar-section .form-field .form-select {
              width: 77%; } }

.body.category .page-sidebar {
  background: #EBEBEB;
  margin-right: 0;
  width: 22% !important;
  padding: 15px !important;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 20px; }
  @media (max-width: 1100px) {
    .body.category .page-sidebar {
      width: 28% !important; } }
  @media (max-width: 991px) {
    .body.category .page-sidebar {
      display: none !important;
      margin-bottom: 0; } }
  .body.category .page-sidebar a, .body.category .page-sidebar p {
    font-size: 15px;
    line-height: 20px; }
  .body.category .page-sidebar .default_side_nav {
    float: none !important; }
    .body.category .page-sidebar .default_side_nav .facet_filter_container_list {
      border: none;
      border-radius: 0px;
      margin: 0; }
      .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container {
        border-bottom: 1px solid #ddd; }
        .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container .filter_header {
          background: #EBEBEB;
          color: #07265e; }
          .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container .filter_header .filter_name {
            background: #EBEBEB;
            color: #07265e !important;
            text-transform: capitalize;
            padding: 8px;
            border-radius: 0;
            padding-left: 0;
            width: 90%;
            display: inline-block;
            font-weight: 700;
            vertical-align: middle;
            font-size: 15px;
            line-height: 20px; }
          .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container .filter_header .filter_toggle {
            background: #EBEBEB;
            color: #07265e;
            cursor: pointer;
            border-radius: 0;
            width: 10%;
            display: inline-block;
            padding: 8px 15px 8px 0;
            font-weight: 700;
            vertical-align: middle;
            font-size: 18px;
            margin-left: -4px;
            text-align: right; }
      .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_search {
        display: block !important; }
        .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_search .filter_search_text {
          width: 100%;
          border: 1px solid;
          padding: 10px;
          height: 30px;
          margin-bottom: 10px;
          margin-top: 10px; }
        .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_search ::placeholder {
          color: #07265e; }
      .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul {
        list-style-type: none;
        max-height: 150px;
        overflow: auto;
        margin: 7px auto 0;
        padding: 0 15px 5px;
        color: #000000; }
        .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul .filter_li {
          list-style-type: none;
          margin: 4px 0px;
          cursor: pointer; }
          .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul .filter_li #facet_prodtype_F0:focus + .filter_value_label {
            outline: none !important; }
          .body.category .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul .filter_li .filter_value_label {
            padding: 9px;
            margin-left: 0px;
            outline: none !important; }

.body.category #facet_filters {
  display: block;
  visibility: visible;
  overflow-y: auto; }
  .body.category #facet_filters .modal-content .modal-body {
    background-color: #EBEBEB; }
    .body.category #facet_filters .modal-content .modal-body .mobile-filter-title {
      font-size: 15px;
      line-height: 18px;
      margin: 0 0;
      font-weight: 600;
      text-align: center;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 10px; }
    .body.category #facet_filters .modal-content .modal-body #facet_filters_popup {
      background-color: #EBEBEB; }
      .body.category #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container {
        width: 100% !important;
        display: block !important; }
        .body.category #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_mobile .sidebarBlock-heading {
          display: none !important; }
        .body.category #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class {
          border: none;
          display: block !important; }
          .body.category #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class .facet_filter_container_list {
            border: none; }
            .body.category #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class .facet_filter_container_list .filter_value_container .filter_value_label {
              font-family: 'Poppins', sans-serif; }

.body.category #product-listing-container {
  padding-left: 40px !important;
  padding-right: 0;
  width: 78%;
  margin-left: -4px;
  vertical-align: top;
  float: none;
  display: inline-block; }
  @media (max-width: 1100px) {
    .body.category #product-listing-container {
      width: 72%; } }
  @media (max-width: 991px) {
    .body.category #product-listing-container {
      width: 100%;
      padding-left: 0px !important;
      margin-left: auto !important; } }
  .body.category #product-listing-container .productGrid {
    margin: 0; }
    .body.category #product-listing-container .productGrid .product {
      padding: 13px;
      margin-bottom: 30px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      width: 31.33%;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-left: 1%;
      margin-right: 1%; }
      .body.category #product-listing-container .productGrid .product:nth-child(3n-2) {
        margin-left: 0;
        margin-right: 2%; }
      .body.category #product-listing-container .productGrid .product:nth-child(3n) {
        margin-right: 0;
        margin-left: 2%; }
      @media screen and (max-width: 1100px) {
        .body.category #product-listing-container .productGrid .product {
          width: 48%; }
          .body.category #product-listing-container .productGrid .product:nth-child(odd) {
            margin-left: 0;
            margin-right: 2%; }
          .body.category #product-listing-container .productGrid .product:nth-child(2n) {
            margin-left: 2%;
            margin-right: 0; } }
      @media (max-width: 991px) {
        .body.category #product-listing-container .productGrid .product {
          width: 31%; }
          .body.category #product-listing-container .productGrid .product:nth-child(3n-2) {
            margin-left: 0;
            margin-right: 2%; }
          .body.category #product-listing-container .productGrid .product:nth-child(3n-1) {
            margin-left: 1%;
            margin-right: 1%; }
          .body.category #product-listing-container .productGrid .product:nth-child(3n) {
            margin-right: 0;
            margin-left: 2%; } }
      @media (max-width: 767px) {
        .body.category #product-listing-container .productGrid .product {
          width: 48%; }
          .body.category #product-listing-container .productGrid .product:nth-child(odd) {
            margin-left: 0;
            margin-right: 2%; }
          .body.category #product-listing-container .productGrid .product:nth-child(2n) {
            margin-left: 2%;
            margin-right: 0; } }
      @media screen and (max-width: 450px) {
        .body.category #product-listing-container .productGrid .product:nth-child(odd) {
          width: 100%;
          margin: 0 auto 30px !important; }
        .body.category #product-listing-container .productGrid .product:nth-child(2n) {
          width: 100%;
          margin: 0 auto 30px !important; } }
      .body.category #product-listing-container .productGrid .product .card {
        margin-bottom: 0;
        min-height: 300px; }
        .body.category #product-listing-container .productGrid .product .card .card-figure .plp_page {
          background-color: #00215A;
          color: white;
          width: max-content;
          padding: 5px 20px;
          position: absolute;
          text-decoration: none;
          z-index: 1; }
          @media (max-width: 991px) {
            .body.category #product-listing-container .productGrid .product .card .card-figure .plp_page {
              font-size: 13px !important; } }
        .body.category #product-listing-container .productGrid .product .card .card-figure .card-img-container {
          min-height: 200px;
          display: flex;
          justify-content: space-evenly;
          max-width: unset;
          height: 100%; }
          .body.category #product-listing-container .productGrid .product .card .card-figure .card-img-container .card-image {
            position: static !important;
            max-height: 250px !important;
            max-width: 300px;
            width: 100%; }
            @media (max-width: 991px) {
              .body.category #product-listing-container .productGrid .product .card .card-figure .card-img-container .card-image {
                max-height: 200px !important; } }
          .body.category #product-listing-container .productGrid .product .card .card-figure .card-img-container::after {
            display: none !important; }
        .body.category #product-listing-container .productGrid .product .card .card-body {
          text-align: center;
          margin-top: 11px;
          padding: 0 0; }
          .body.category #product-listing-container .productGrid .product .card .card-body .card-text {
            margin-top: 7px;
            margin-bottom: 7px;
            color: #9b8e8e; }
            @media (max-width: 991px) {
              .body.category #product-listing-container .productGrid .product .card .card-body .card-text .price {
                font-size: 13px;
                line-height: 19px; } }
          @media (max-width: 991px) {
            .body.category #product-listing-container .productGrid .product .card .card-body .card-title {
              font-size: 13px;
              line-height: 19px; } }
          .body.category #product-listing-container .productGrid .product .card .card-body .card-text-review .yotpo .text-m {
            display: none !important; }
          .body.category #product-listing-container .productGrid .product .card .card-body .card-text-review .yotpo .yotpo-display-wrapper {
            display: flex;
            justify-content: center; }
            .body.category #product-listing-container .productGrid .product .card .card-body .card-text-review .yotpo .yotpo-display-wrapper .yotpo-icon-star {
              color: #e9b920; }
          .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section {
            margin-top: 0px; }
            .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button {
              min-width: 54px;
              max-width: 54px;
              width: auto;
              margin: 8px 2px;
              display: inline-block;
              vertical-align: middle;
              padding-left: 10px;
              padding-right: 10px;
              line-height: 19px;
              height: 40px; }
              .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button:hover {
                background-color: #EAB710 !important; }
              @media (max-width: 991px) {
                .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button {
                  display: none; } }
              .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button input[type=checkbox] {
                display: none; }
              .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button .compare_span {
                position: relative;
                top: -1px;
                display: inline-block;
                vertical-align: middle; }
                .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button .compare_span img {
                  max-width: 25px;
                  width: 100%;
                  display: block; }
            .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section a.quickview {
              max-width: none;
              width: auto;
              margin: 8px 2px;
              display: inline-block;
              vertical-align: middle;
              height: 40px;
              padding: 11px 11px;
              background-color: #EAB710; }
              .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section a.quickview:hover {
                background-color: #07265e !important; }
              @media screen and (max-width: 991px) {
                .body.category #product-listing-container .productGrid .product .card .card-body .choose_option_button_section a.quickview {
                  font-size: 12px !important;
                  padding: 6px 6px;
                  height: auto; } }
    .body.category #product-listing-container .productGrid.list_view .product {
      width: 100% !important;
      margin: 0 auto 20px !important;
      padding: 30px 30px 30px 30px !important; }
      .body.category #product-listing-container .productGrid.list_view .product .card {
        display: flex;
        min-height: 127.680px; }
        .body.category #product-listing-container .productGrid.list_view .product .card .card-figure {
          width: 18%;
          position: static;
          height: auto !important; }
          .body.category #product-listing-container .productGrid.list_view .product .card .card-figure .card-img-container {
            width: auto;
            min-height: auto; }
            .body.category #product-listing-container .productGrid.list_view .product .card .card-figure .card-img-container img {
              width: 100%;
              display: block;
              position: static;
              max-height: 200px !important; }
            .body.category #product-listing-container .productGrid.list_view .product .card .card-figure .card-img-container::after {
              display: none; }
        .body.category #product-listing-container .productGrid.list_view .product .card .card-body {
          width: 82%;
          margin: 0px;
          padding-left: 20px;
          text-align: left; }
  .body.category #product-listing-container .list_view {
    margin: 0; }
    .body.category #product-listing-container .list_view .product {
      width: 100%;
      background-color: #fff;
      margin-bottom: 20px;
      padding: 30px !important; }
      .body.category #product-listing-container .list_view .product article {
        height: auto !important; }
      .body.category #product-listing-container .list_view .product .card {
        align-items: center;
        display: table;
        width: 100%;
        justify-content: space-around;
        min-height: 127.680px; }
        .body.category #product-listing-container .list_view .product .card .card-figure {
          width: 18%;
          display: table-cell;
          vertical-align: middle;
          height: auto !important; }
          .body.category #product-listing-container .list_view .product .card .card-figure .card-img-container {
            height: auto !important; }
            .body.category #product-listing-container .list_view .product .card .card-figure .card-img-container img {
              max-height: 200px !important; }
        .body.category #product-listing-container .list_view .product .card .card-body {
          width: 82%;
          display: table-cell;
          text-align: left;
          height: 0px;
          padding-left: 20px; }
          .body.category #product-listing-container .list_view .product .card .card-body .card-title {
            height: auto !important; }
          .body.category #product-listing-container .list_view .product .card .card-body .product_description {
            display: block;
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 0; }
          .body.category #product-listing-container .list_view .product .card .card-body .card-text-review {
            margin: 0; }
            .body.category #product-listing-container .list_view .product .card .card-body .card-text-review .yotpo .yotpo-display-wrapper {
              justify-content: flex-start; }
          .body.category #product-listing-container .list_view .product .card .card-body .choose_option_button_section a.button :hover {
            background-color: #E9BA44; }
  .body.category #product-listing-container .pagination li a {
    color: #333333 !important; }
    @media (max-width: 550px) {
      .body.category #product-listing-container .pagination li a {
        padding: 5px !important;
        font-size: 14px !important; } }
  .body.category #product-listing-container .pagination li :hover {
    color: #fff !important; }
  @media (max-width: 550px) {
    .body.category #product-listing-container .pagination li span {
      padding: 5px !important;
      font-size: 14px !important; } }

.body.category {
  font-family: 'Poppins', sans-serif !important; }
  .body.category .container .page {
    margin: 0;
    padding: 20px 40px 0px 40px; }
    @media (max-width: 550px) {
      .body.category .container .page {
        padding: 20px 20px 0px 20px; } }

.body.search {
  font-family: 'Poppins', sans-serif !important; }
  .body.search .container nav .sticky {
    margin-bottom: 20px !important; }
  .body.search .container .page {
    margin: 0;
    padding: 20px 40px 0px 40px; }
    @media (max-width: 550px) {
      .body.search .container .page {
        padding: 20px 20px 0; } }
  .body.search .page-sidebar {
    background: #EBEBEB;
    margin-right: 0;
    width: 22% !important;
    padding: 15px !important;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 20px; }
    .body.search .page-sidebar .default_side_nav {
      float: none !important; }
      .body.search .page-sidebar .default_side_nav .facet_filter_container_list {
        border: 1px solid #EBEBEB;
        border-radius: 0px;
        margin: 0; }
        .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container {
          border-bottom: 1px solid #ddd; }
          .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container .filter_header {
            background: #EBEBEB;
            color: #07265e; }
            .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container .filter_header .filter_name {
              background: #EBEBEB;
              color: #07265e !important;
              text-transform: capitalize;
              padding: 8px;
              border-radius: 0;
              padding-left: 0;
              width: 90%;
              display: inline-block;
              font-weight: 700;
              vertical-align: middle; }
            .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_name_container .filter_header .filter_toggle {
              background: #EBEBEB;
              color: #07265e;
              cursor: pointer;
              border-radius: 0;
              width: 10%;
              display: inline-block;
              padding: 8px 15px 8px 0;
              font-weight: 700;
              vertical-align: middle;
              font-size: 18px;
              margin-left: -4px;
              text-align: right; }
        .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_search {
          display: block; }
          .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_search .filter_search_text {
            width: 100%;
            border: 1px solid;
            padding: 10px;
            height: 30px;
            margin-bottom: 10px;
            margin-top: 10px; }
          .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_search ::placeholder {
            color: #07265e; }
        .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul {
          list-style-type: none;
          max-height: 150px;
          overflow: auto;
          margin: 7px auto 0;
          padding: 0 15px 5px;
          color: #000000; }
          .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul .filter_li {
            list-style-type: none;
            margin: 4px 0px;
            cursor: pointer; }
            .body.search .page-sidebar .default_side_nav .facet_filter_container_list .filter_body .filter_ul .filter_li .filter_value_label {
              padding: 9px;
              margin-left: 0px;
              outline: none !important; }
  .body.search #product-listing-container {
    padding-left: 40px;
    padding-right: 0;
    width: 78%;
    margin-left: -4px;
    vertical-align: top;
    float: none;
    display: inline-block; }
    .body.search #product-listing-container .productGrid {
      margin: 0; }
      .body.search #product-listing-container .productGrid .product {
        padding: 13px;
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
        background: #ffffff;
        width: 31.33%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 1%;
        margin-right: 1%; }
        .body.search #product-listing-container .productGrid .product .card {
          margin-bottom: 0; }
          .body.search #product-listing-container .productGrid .product .card .card-img-container {
            display: flex;
            justify-content: space-evenly;
            max-width: unset;
            height: 100%; }
            .body.search #product-listing-container .productGrid .product .card .card-img-container .card-image {
              position: static !important;
              max-height: 250px !important;
              max-width: 300px;
              width: 100%; }
              @media (max-width: 991px) {
                .body.search #product-listing-container .productGrid .product .card .card-img-container .card-image {
                  max-height: 200px !important; } }
            .body.search #product-listing-container .productGrid .product .card .card-img-container::after {
              display: none !important; }
          .body.search #product-listing-container .productGrid .product .card .card-body {
            text-align: center;
            margin-top: 11px;
            padding: 0 0; }
            .body.search #product-listing-container .productGrid .product .card .card-body .card-text {
              margin-top: 7px;
              margin-bottom: 7px;
              color: #9b8e8e; }
            .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section {
              margin-top: 0px; }
              .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button {
                min-width: 54px;
                max-width: 54px;
                width: auto;
                margin: 8px 2px;
                display: inline-block;
                vertical-align: middle;
                padding-left: 10px;
                padding-right: 10px;
                line-height: 19px;
                height: 40px; }
                .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button:hover {
                  background-color: #EAB710 !important; }
                .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button input[type=checkbox] {
                  display: none; }
                .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button .compare_span {
                  position: relative;
                  top: -1px;
                  display: inline-block;
                  vertical-align: middle; }
                  .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .card-figcaption-button .compare_span img {
                    max-width: 25px;
                    width: 100%;
                    display: block; }
              .body.search #product-listing-container .productGrid .product .card .card-body .choose_option_button_section a.quickview {
                max-width: none;
                width: auto;
                margin: 8px 2px;
                display: inline-block;
                vertical-align: middle;
                height: 40px;
                padding: 11px 10px; }

/*PLP Design*/
.modal .modal-close {
  font-family: 'Poppins', sans-serif; }
  .modal .modal-close::after {
    display: none !important; }
  .modal .modal-close::before {
    display: none !important; }
  .modal .modal-close span {
    font-size: 32px; }

/*SLP Design*/
@media screen and (max-width: 991px) {
  .search .container {
    padding: 0px !important; } }

.search .category_list_section {
  padding: 0 40px;
  text-align: right; }
  @media screen and (max-width: 550px) {
    .search .category_list_section {
      padding: 0 20px; } }
  @media screen and (max-width: 991px) {
    .search .category_list_section .category_list_first_section {
      margin-bottom: 0px;
      display: table;
      width: 100%;
      padding-bottom: 15px;
      border-bottom: 1px solid #f2f2f2; } }
  .search .category_list_section .category_list_first_section .listing-utils {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px; }
    @media screen and (max-width: 991px) {
      .search .category_list_section .category_list_first_section .listing-utils {
        display: none; } }
    .search .category_list_section .category_list_first_section .listing-utils button {
      padding: 0px;
      vertical-align: middle; }
      .search .category_list_section .category_list_first_section .listing-utils button span {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        line-height: 19px;
        color: #07265e; }
      .search .category_list_section .category_list_first_section .listing-utils button svg {
        width: 18px;
        height: 18px;
        margin-right: 4.5px;
        margin-left: 15px;
        vertical-align: middle; }
  .search .category_list_section .category_list_first_section .filter_facet_search {
    display: none; }
    @media screen and (max-width: 991px) {
      .search .category_list_section .category_list_first_section .filter_facet_search {
        display: block;
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-left: 0;
        text-align: left;
        background-color: #EBEBEB;
        font-weight: 600;
        padding: 10px 15px;
        border-radius: 3px;
        cursor: pointer;
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png");
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center right 9px;
        height: 40px; } }
    @media (max-width: 450px) {
      .search .category_list_section .category_list_first_section .filter_facet_search {
        width: 100%;
        margin-bottom: 10px; } }
  .search .category_list_section .category_list_first_section .actionBar {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .search .category_list_section .category_list_first_section .actionBar {
        width: 49%;
        margin-left: 1%;
        float: left;
        margin-right: 0;
        background-color: #EBEBEB;
        font-weight: 600;
        border-radius: 3px;
        cursor: pointer;
        height: 40px;
        text-align: left;
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center right 6px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    .search .category_list_section .category_list_first_section .actionBar {
      padding-right: 0px; } }
  @media screen and (max-width: 991px) and (max-width: 450px) {
    .search .category_list_section .category_list_first_section .actionBar {
      width: 100%;
      margin-left: 0; } }
    .search .category_list_section .category_list_first_section .actionBar .form-fieldset {
      width: 100%; }
      .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field {
        background: #EBEBEB;
        margin-bottom: 0px;
        border-color: transparent;
        border-radius: 3px; }
        .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-label {
          font-weight: 600;
          letter-spacing: normal; }
          @media (max-width: 991px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-label {
              line-height: normal;
              padding-top: 10px;
              padding-bottom: 0px;
              padding-left: 0px !important; } }
          @media (max-width: 767px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-label {
              width: 25%; } }
          .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-label small {
            display: inline-block; }
          @media (max-width: 550px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-label {
              margin-right: 5px;
              width: 32%; } }
          @media (max-width: 450px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-label {
              width: 21%; } }
        .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-select {
          background: #EBEBEB;
          min-height: 33px;
          line-height: 19px;
          background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/blue-down-image.png") !important;
          background-repeat: no-repeat;
          background-size: 8px;
          background-position-x: 90%;
          background-position-y: 14px;
          padding: 6px 24px 6px 0px !important; }
          @media screen and (max-width: 991px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-select {
              width: 79%;
              font-weight: 400;
              max-width: 100%;
              display: inline-block;
              padding: 6px 0px !important;
              background-position-x: 98%; } }
          @media screen and (max-width: 767px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-select {
              width: 72%; } }
          @media screen and (max-width: 550px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-select {
              width: 65%; } }
          @media (max-width: 450px) {
            .search .category_list_section .category_list_first_section .actionBar .form-fieldset .form-field .form-select {
              width: 77%; } }

.search .search-page-form {
  max-width: 320px;
  width: 82%;
  position: relative;
  margin: 0 auto; }
  .search .search-page-form .icon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 28px;
    height: 28px;
    margin: auto; }
  .search .search-page-form .search-input {
    width: 100%;
    padding: 10px 15px 10px 35px;
    border-radius: 4px;
    border: 1px solid #07265e;
    background-color: transparent;
    color: #07265e;
    font-size: 15px;
    line-height: 20px; }
    .search .search-page-form .search-input::placeholder {
      color: #07265e; }
      @media screen and (max-width: 991px) {
        .search .search-page-form .search-input::placeholder {
          font-size: 13px; } }

@media screen and (max-width: 450px) {
  .search .page {
    padding: 20px 20px 20px 20px !important; } }

@media (max-width: 1100px) {
  .search .page .page-content {
    width: 72%; } }

@media screen and (max-width: 991px) {
  .search .page .page-content {
    width: 100% !important;
    margin-left: 0px !important; } }

.search .page .page-content .empty_msg {
  text-align: center; }

.search .page .page-content .simple-pagination ul {
  margin-left: 0px; }
  .search .page .page-content .simple-pagination ul li a {
    color: #333333 !important; }
    @media (max-width: 550px) {
      .search .page .page-content .simple-pagination ul li a {
        padding: 5px !important;
        font-size: 14px !important; } }
  .search .page .page-content .simple-pagination ul li :hover {
    color: #fff !important; }
  @media (max-width: 550px) {
    .search .page .page-content .simple-pagination ul li span {
      padding: 5px !important;
      font-size: 14px !important; } }

.search .page .page-content .actionBar {
  display: none; }

.search .page .facet_filter {
  display: inline-block;
  width: 22%;
  float: none; }
  @media (max-width: 1100px) {
    .search .page .facet_filter {
      width: 28%; } }
  @media screen and (max-width: 991px) {
    .search .page .facet_filter {
      display: none; } }
  .search .page .facet_filter .page-sidebar {
    width: 100% !important;
    display: inline-block !important; }
    .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .clear_all_button {
      text-decoration: none; }
    .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .facet_filter_container_list {
      border: none; }
      .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .facet_filter_container_list .filter_name_container .filter_header .filter_toggle {
        width: 5%;
        margin-left: 0px;
        color: #303e48 !important; }
      .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .facet_filter_container_list.having_parent::after {
        max-width: 11px;
        width: 100%;
        left: -10px; }
      .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .facet_filter_container_list.having_parent::before {
        left: -10px; }
      .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .facet_filter_container_list.having_parent label {
        font-size: 13px; }
      .search .page .facet_filter .page-sidebar .default_side_nav .toggle_open_class .facet_filter_container_list.having_parent .filter_name {
        color: #303e48 !important;
        font-size: 13px;
        padding: 8px 8px 8px 15px; }
    .search .page .facet_filter .page-sidebar .default_side_nav input:focus + label {
      outline: unset !important; }

.search .page .page-content {
  width: 78%;
  display: inline-block;
  margin-left: -4px;
  float: none;
  padding: 0px !important; }
  @media (max-width: 1100px) {
    .search .page .page-content {
      width: 72%; } }
  .search .page .page-content #product-listing-container {
    margin-left: 0px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .search .page .page-content #product-listing-container {
        padding-left: 0px; } }
    .search .page .page-content #product-listing-container .productGrid .product:nth-child(3n-2) {
      margin-left: 0;
      margin-right: 2%; }
    .search .page .page-content #product-listing-container .productGrid .product:nth-child(3n) {
      margin-right: 0;
      margin-left: 2%; }
    @media screen and (max-width: 1100px) {
      .search .page .page-content #product-listing-container .productGrid .product {
        width: 48%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(odd) {
          margin-left: 0;
          margin-right: 2%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(2n) {
          margin-left: 2%;
          margin-right: 0; } }
    @media (max-width: 991px) {
      .search .page .page-content #product-listing-container .productGrid .product {
        width: 31%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(3n-2) {
          margin-left: 0;
          margin-right: 2%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(3n-1) {
          margin-left: 1%;
          margin-right: 1%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(3n) {
          margin-right: 0;
          margin-left: 2%; } }
    @media (max-width: 767px) {
      .search .page .page-content #product-listing-container .productGrid .product {
        width: 48%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(odd) {
          margin-left: 0;
          margin-right: 2%; }
        .search .page .page-content #product-listing-container .productGrid .product:nth-child(2n) {
          margin-left: 2%;
          margin-right: 0; } }
    @media screen and (max-width: 450px) {
      .search .page .page-content #product-listing-container .productGrid .product:nth-child(odd) {
        width: 100%;
        margin: 0 auto 30px !important; }
      .search .page .page-content #product-listing-container .productGrid .product:nth-child(2n) {
        width: 100%;
        margin: 0 auto 30px !important; } }
    .search .page .page-content #product-listing-container .productGrid .product .card {
      min-height: 300px; }
      @media screen and (max-width: 991px) {
        .search .page .page-content #product-listing-container .productGrid .product .card .card-body .card-title a {
          font-size: 13px; } }
      @media screen and (max-width: 991px) {
        .search .page .page-content #product-listing-container .productGrid .product .card .card-body .price-section .price {
          font-size: 13px; } }
      .search .page .page-content #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .button {
        line-height: normal; }
        @media screen and (max-width: 991px) {
          .search .page .page-content #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .button {
            font-size: 12px; }
            .search .page .page-content #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .button:nth-child(2) {
              display: none; } }
        @media screen and (max-width: 550px) {
          .search .page .page-content #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .button {
            padding: 11px 5px !important; } }
      .search .page .page-content #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .quickview {
        background-color: #EAB710; }
        .search .page .page-content #product-listing-container .productGrid .product .card .card-body .choose_option_button_section .quickview:hover {
          background-color: #07265e !important; }
      .search .page .page-content #product-listing-container .productGrid .product .card .card-body .card-text-review .yotpo .text-m {
        display: none !important; }
      .search .page .page-content #product-listing-container .productGrid .product .card .card-body .card-text-review .yotpo .yotpo-bottomline .yotpo-icon-star {
        color: #e9b920; }
      .search .page .page-content #product-listing-container .productGrid .product .card .card-body .card-text-review .yotpo-display-wrapper {
        display: flex;
        justify-content: center; }
    .search .page .page-content #product-listing-container .productGrid .product .card-figure {
      padding: 0px; }
      .search .page .page-content #product-listing-container .productGrid .product .card-figure .plp_page {
        background-color: #00215A;
        color: white;
        width: max-content;
        padding: 5px 20px;
        position: absolute;
        text-decoration: none;
        z-index: 1; }
        @media (max-width: 991px) {
          .search .page .page-content #product-listing-container .productGrid .product .card-figure .plp_page {
            font-size: 13px !important; } }
      .search .page .page-content #product-listing-container .productGrid .product .card-figure .card-img-container {
        min-height: 200px; }
        .search .page .page-content #product-listing-container .productGrid .product .card-figure .card-img-container::after {
          padding-bottom: 85%; }
          @media screen and (max-width: 450px) {
            .search .page .page-content #product-listing-container .productGrid .product .card-figure .card-img-container::after {
              padding-bottom: 70%; } }
          @media screen and (min-width: 1400px) {
            .search .page .page-content #product-listing-container .productGrid .product .card-figure .card-img-container::after {
              padding-bottom: 55%; } }
    .search .page .page-content #product-listing-container .productGrid.list_view .product {
      width: 100% !important;
      margin: 0 auto 20px !important;
      padding: 30px 30px 30px 30px !important;
      height: auto !important; }
      .search .page .page-content #product-listing-container .productGrid.list_view .product .card {
        display: flex;
        align-items: center;
        height: auto !important;
        min-height: 127.6800px; }
        .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-figure {
          width: 18%;
          position: static;
          height: auto !important; }
          @media screen and (max-width: 550px) {
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-figure {
              width: 25%; } }
          .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-figure .card-img-container {
            width: auto;
            height: auto !important;
            min-height: auto; }
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-figure .card-img-container img {
              width: 100%;
              display: block;
              position: static;
              max-height: 200px !important; }
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-figure .card-img-container::after {
              display: none; }
        .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body {
          width: 82%;
          margin: 0px;
          padding-left: 20px;
          text-align: left;
          height: auto !important; }
          @media screen and (max-width: 550px) {
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body {
              width: 75%; } }
          @media screen and (max-width: 991px) {
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .button:nth-child(2) {
              display: none; } }
          @media screen and (max-width: 550px) {
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .button {
              font-size: 11px;
              padding: 12px 10px !important; } }
          @media screen and (max-width: 350px) {
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .button {
              font-size: 10px; } }
          .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .product_description {
            display: block;
            margin-bottom: 0px; }
            @media screen and (max-width: 991px) {
              .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .product_description {
                font-size: 13px; } }
            @media screen and (max-width: 550px) {
              .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .product_description {
                font-size: 12px; } }
          .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .card-title {
            height: auto !important; }
            @media screen and (max-width: 550px) {
              .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .card-title a {
                font-size: 12px; } }
          @media screen and (max-width: 550px) {
            .search .page .page-content #product-listing-container .productGrid.list_view .product .card .card-body .card-text .price-section .price {
              font-size: 12px; } }

.search #facet_filters {
  display: block;
  visibility: visible;
  overflow-y: auto;
  background-color: #EBEBEB; }
  .search #facet_filters .modal-content .modal-body .mobile-filter-title {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  .search #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container {
    width: 100% !important;
    display: block !important; }
    .search #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_mobile .sidebarBlock-heading {
      display: none !important; }
    .search #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class {
      display: block !important;
      border: none; }
      .search #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class .facet_filter_container_list {
        border: none; }
        .search #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class .facet_filter_container_list .filter_header .filter_name {
          font-family: Raleway, sans-serif !important; }
        .search #facet_filters .modal-content .modal-body #facet_filters_popup #faceted-search-container .default_side_nav .toggle_open_class .facet_filter_container_list .filter_value_container .filter_value_label {
          font-family: Raleway, sans-serif !important; }

.search .nav .search-nav {
  margin: 30px auto;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2; }
  .search .nav .search-nav .navBar-section .navBar-item {
    margin: 0px;
    padding: 5px 0px;
    display: inline-block; }
    .search .nav .search-nav .navBar-section .navBar-item a {
      font-size: 15px;
      line-height: 20px; }
    .search .nav .search-nav .navBar-section .navBar-item .navBar-action-color--active {
      color: #e9b920 !important;
      text-decoration: none; }
    .search .nav .search-nav .navBar-section .navBar-item:nth-child(2)::before {
      margin-left: 7.5px;
      font-size: 14px;
      line-height: 19px;
      margin-right: 7.5px;
      color: #bcb2b2;
      content: "/";
      position: relative;
      display: inline-block;
      top: 1px; }
    .search .nav .search-nav .navBar-section .navBar-item .navBar-action {
      display: inline-block; }
      .search .nav .search-nav .navBar-section .navBar-item .navBar-action:hover {
        color: #07265e !important; }
  .search .nav .search-nav .navBar-section .navBar-item--separate {
    display: none; }

.search .breadcrumbs {
  padding: 8px 30px 5px; }
  @media screen and (max-width: 991px) {
    .search .breadcrumbs {
      padding: 8px 15px 5px 15px; } }
  .search .breadcrumbs .breadcrumb {
    margin-right: 0px; }
    @media screen and (max-width: 991px) {
      .search .breadcrumbs .breadcrumb a {
        font-size: 13px;
        line-height: 19px; } }
  @media screen and (max-width: 550px) {
    .search .breadcrumbs {
      display: block; } }
  .search .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600 !important; }
    @media screen and (max-width: 991px) {
      .search .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        font-size: 13px; } }
  .search .breadcrumbs .breadcrumb:not(:first-child)::before {
    border-right: unset !important;
    display: inline-block;
    height: 0.8em;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin: 0px 7.5px;
    color: #bcb2b2;
    content: "/"; }

/*SLP Design*/
/* pick option design*/
.quickView .productView .productView-images {
  width: 40%;
  padding: 20px 30px 20px 10px;
  margin: 0 4.09881% 0 0;
  text-align: center;
  float: none;
  display: inline-block; }
  @media screen and (max-width: 991px) {
    .quickView .productView .productView-images {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 30px;
      padding: 20px 0px 0px 0px; } }
  .quickView .productView .productView-images .productView-img-container::after {
    display: none; }
  .quickView .productView .productView-images .productView-img-container img {
    position: static; }

.quickView .quickview_inner_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block;
  width: 55.8548%;
  margin-left: -4px;
  vertical-align: top; }
  @media screen and (max-width: 991px) {
    .quickView .quickview_inner_container {
      width: 100%;
      margin-left: 0px; } }
  .quickView .quickview_inner_container .productView-details .price_right_section {
    vertical-align: top;
    margin-left: -4px; }
    @media screen and (max-width: 600px) {
      .quickView .quickview_inner_container .productView-details .price_right_section {
        margin: 0px !important; } }
    @media screen and (max-width: 991px) {
      .quickView .quickview_inner_container .productView-details .price_right_section .productView-price span {
        font-size: 15px;
        line-height: 20px; } }
  @media screen and (max-width: 991px) {
    .quickView .quickview_inner_container .productView-details .productView-options {
      text-align: left; } }
  .quickView .quickview_inner_container .productView-details .productView-options .productView-info-name {
    margin: 0px 0px 15px 0px; }
  .quickView .quickview_inner_container .productView-details .productView-options .productView-info-value {
    font-family: 'Poppins', sans-serif; }
    @media screen and (max-width: 991px) {
      .quickView .quickview_inner_container .productView-details .productView-options .productView-info-value {
        font-size: 13px; } }
  .quickView .quickview_inner_container .productView-details .productView-options .button--primary:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }
  .quickView .quickview_inner_container .productView-details .productView-options #add-to-cart-wrapper .form-field--increments .form-increment .button :hover {
    background-color: unset !important; }
  .quickView .quickview_inner_container .productView-details .productView-options .form-label {
    width: 34%; }
    @media (max-width: 1100px) {
      .quickView .quickview_inner_container .productView-details .productView-options .form-label {
        width: 40%; } }
    @media (max-width: 991px) {
      .quickView .quickview_inner_container .productView-details .productView-options .form-label {
        width: 27%; } }
    @media (max-width: 767px) {
      .quickView .quickview_inner_container .productView-details .productView-options .form-label {
        width: 39%; } }
    @media (max-width: 550px) {
      .quickView .quickview_inner_container .productView-details .productView-options .form-label {
        width: 47%; } }
    @media (max-width: 450px) {
      .quickView .quickview_inner_container .productView-details .productView-options .form-label {
        width: 57%; } }
  @media (max-width: 550px) {
    .quickView .quickview_inner_container .productView-details .productView-options .form-select {
      width: 50%; } }
  @media (max-width: 450px) {
    .quickView .quickview_inner_container .productView-details .productView-options .form-select {
      width: 40%; } }
  .quickView .quickview_inner_container .productView-details .alert_part .alert-success {
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/check-mark-1-.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    position: relative;
    display: block;
    background-color: #54ca83;
    width: 100%;
    padding: 10px 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px; }
    .quickView .quickview_inner_container .productView-details .alert_part .alert-success .alert-dismiss {
      transform: translateY(-50%);
      top: 50%;
      position: absolute;
      right: 15px;
      font-size: 18px;
      color: #fff !important;
      cursor: pointer;
      text-decoration: none; }
    .quickView .quickview_inner_container .productView-details .alert_part .alert-success .alert-message {
      line-height: 15px; }
      .quickView .quickview_inner_container .productView-details .alert_part .alert-success .alert-message span {
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 1.32px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Poppins', sans-serif; }
        .quickView .quickview_inner_container .productView-details .alert_part .alert-success .alert-message span a {
          color: #fff !important; }

.quickView .breadcrumbs {
  padding: 8px 30px 5px;
  top: 0px !important; }
  .quickView .breadcrumbs.sticky {
    position: static !important;
    margin-bottom: 10px !important; }
  @media screen and (max-width: 991px) {
    .quickView .breadcrumbs {
      padding: 8px 15px 5px 15px; } }
  .quickView .breadcrumbs .breadcrumb {
    margin-right: 0px; }
    @media screen and (max-width: 991px) {
      .quickView .breadcrumbs .breadcrumb a {
        font-size: 13px;
        line-height: 19px; } }
  @media screen and (max-width: 550px) {
    .quickView .breadcrumbs {
      display: block; } }
  .quickView .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      .quickView .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        font-size: 13px; } }
  .quickView .breadcrumbs .breadcrumb:not(:first-child)::before {
    border-right: unset !important;
    display: inline-block;
    height: 0.8em;
    -webkit-transform: unset !important;
    transform: unset !important;
    margin: 0px 7.5px;
    color: #bcb2b2;
    content: "/"; }

/* pick option design*/
.modal-close {
  right: 27px; }
  .modal-close a {
    font-family: 'Poppins', sans-serif; }

/* compare popup design*/
@media screen and (max-width: 991px) {
  .comparision_container {
    display: none !important; } }

.comparision_container #compare-tab {
  transform: translateY(0);
  display: block;
  transition: transform .2s ease;
  left: auto;
  right: 10%;
  position: fixed;
  bottom: 0;
  z-index: 5;
  min-width: 580px;
  padding: 13px 19px;
  font-size: 13px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14); }
  .comparision_container #compare-tab .compare-tab-left {
    margin-right: 15px;
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    float: left; }
    .comparision_container #compare-tab .compare-tab-left .clear-compare {
      font-size: 12px;
      text-decoration: none; }
    .comparision_container #compare-tab .compare-tab-left .item-limit {
      font-weight: 600;
      color: #07265e; }
  .comparision_container #compare-tab .compare-items-list {
    margin: 0px;
    display: inline-block;
    vertical-align: top; }
    .comparision_container #compare-tab .compare-items-list .compare-tab-item {
      position: relative;
      display: inline-block;
      max-width: 40px;
      height: 100%;
      min-height: 40px;
      margin-right: 20px;
      text-align: center;
      border: 1px dashed transparent; }
      .comparision_container #compare-tab .compare-items-list .compare-tab-item .compare-tab-item-remove {
        position: absolute;
        top: -4px;
        right: -4px;
        cursor: pointer;
        background: #254072;
        font-size: 8px;
        line-height: 17px;
        color: #fff !important;
        padding: 2px 4px 3px;
        border-radius: 50%;
        max-width: 20px;
        max-height: 20px;
        height: 100%;
        width: 100%;
        text-decoration: none; }
  .comparision_container #compare-tab .compare-submit:hover {
    border-color: #e9b920 !important;
    background-color: #e9b920 !important;
    color: #fff !important; }

.comparision_container .button {
  min-width: 140px;
  bottom: 0;
  background-color: #07265e;
  border-color: #07265e;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  right: 15px;
  min-height: 40px;
  font-weight: 600;
  text-decoration: none; }

/* compare popup design*/
/*theme-upgrade yopto-pdp*/
.product .yotpo .yotpo-display-wrapper .yotpo-comments-box {
  margin-left: 0px !important;
  border-left: none !important; }
  .product .yotpo .yotpo-display-wrapper .yotpo-comments-box .yotpo-comment-box {
    padding: 0px !important;
    margin-left: 0px !important; }

.product .yotpo .yotpo-display-wrapper .yotpo-icon-down-triangle {
  font-size: 17px;
  vertical-align: middle; }

@media (max-width: 550px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content {
    padding: 0px !important; } }

.product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-header {
  position: relative;
  width: 19%;
  line-height: 26px;
  z-index: 1;
  margin-bottom: 0;
  margin-top: 5px;
  float: left;
  min-width: 168px; }
  @media (max-width: 767px) {
    .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-header {
      width: 100%;
      padding: 0px;
      border: none; } }

.product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main {
  line-height: 19px; }
  @media (max-width: 991px) {
    .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main {
      width: calc(100% - 220px) !important;
      padding-left: 25px;
      min-height: 0px; } }
  @media (max-width: 767px) {
    .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main {
      width: 100% !important;
      border: none !important;
      padding: 0px !important;
      min-height: 35px; } }
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main .yotpo-review-wrapper {
    font-size: 14px; }
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main .product-link-wrapper .product-link {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #07265e !important;
    padding-top: 0px !important; }
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main .content-title {
    font-size: 13px;
    color: #07265e !important; }
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-main .content-review {
    font-size: 13px;
    color: #07265e !important; }

.product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-footer .yotpo-helpful {
  padding-left: 42px !important;
  font-size: 14px !important; }
  @media (max-width: 991px) {
    .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-footer .yotpo-helpful {
      width: calc(100% - 220px) !important;
      padding-left: 25px !important;
      text-align: left; } }
  @media (max-width: 767px) {
    .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-footer .yotpo-helpful {
      width: 100% !important;
      padding-left: 0px !important;
      border: none !important; } }
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small {
    margin: 0px !important; }
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .yotpo-footer .yotpo-helpful .label-helpful {
    font-size: 13px !important; }

@media (max-width: 991px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .footer-actions {
    width: 33% !important; } }

@media (max-width: 767px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-review .footer-actions {
    width: 100% !important; } }

.product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-preloader-wrapper .yotpo-pre-loader .yotpo-empty-stars {
  top: 7px; }

.product .yotpo .yotpo-display-wrapper .yotpo-nav-content .yotpo-preloader-wrapper .yotpo-pre-loader .yotpo-full-stars {
  top: 7px; }

@media (max-width: 991px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-regular-box .yotpo-hidden-mobile {
    top: 110px !important;
    right: 15px !important; } }

@media (max-width: 693px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-regular-box .yotpo-hidden-mobile {
    top: 125px !important; } }

@media (max-width: 665px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-regular-box .yotpo-hidden-mobile {
    top: 75px !important;
    left: 15px !important;
    right: unset !important; } }

@media (max-width: 647px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-regular-box .yotpo-hidden-mobile {
    top: 150px !important;
    margin: 10px 0px !important; } }

@media (max-width: 450px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-small-box .yotpo-nav {
    padding: 0px; } }

.product .yotpo .yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-hidden-mobile {
  margin-top: 10px; }
  .product .yotpo .yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-hidden-mobile .yotpo-nav-dropdown-category .yotpo-icon-write {
    font-size: 24px !important; }
  .product .yotpo .yotpo-display-wrapper .yotpo-small-box .yotpo-nav .yotpo-hidden-mobile .yotpo-nav-dropdown-category .y-label {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #07265e !important; }

@media (max-width: 350px) {
  .product .yotpo .yotpo-display-wrapper .yotpo-small-box .yotpo-nav .mobile-collapse .yotpo-visible-mobile {
    padding: 8px !important; } }

.product .yotpo .write-review-content {
  padding: 35px 25px 30px !important; }
  .product .yotpo .write-review-content .yotpo-header {
    padding: 20px !important; }
  .product .yotpo .write-review-content .form-group {
    table-layout: fixed; }
    @media (max-width: 380px) {
      .product .yotpo .write-review-content .form-group {
        font-size: 12px; } }
    @media (max-width: 380px) {
      .product .yotpo .write-review-content .form-group .form-element .y-label {
        font-size: 12px !important; } }

@media (max-width: 550px) {
  .product .yotpo .yotpo-nav-dropdown {
    margin-top: 15px; } }

.product .yotpo .write-review-wrapper {
  margin-top: 15px; }

@media (max-width: 580px) {
  .write-form.visible .yotpo-regular-box {
    padding: 0px !important; } }

/*theme-upgrade yopto-pdp*/
.product .yotpo .yotpo-review .yotpo-read-more {
  white-space: nowrap;
  color: #07265e !important;
  font-weight: 600;
  cursor: pointer; }
  .product .yotpo .yotpo-review .yotpo-read-more:hover {
    color: #e9b920 !important; }

.product .yotpo .y-label,
.product .yotpo .yotpo span.y-label {
  display: inline !important; }
  @media (max-width: 380px) {
    .product .yotpo .y-label,
    .product .yotpo .yotpo span.y-label {
      font-size: 12px !important; } }

.no_access_container {
  text-align: center; }
  .no_access_container .no_access_text {
    color: #07265e;
    font-weight: 800;
    font-size: 20px; }

/*Header design - Theme Upgrade Header and Footer*/
/*Common Header code*/
.header {
  background-color: #fff;
  top: 0; }
  .header .dropdown--quickSearch .container {
    padding: 0px !important; }
    @media (max-width: 991px) {
      .header .dropdown--quickSearch .container .form {
        width: 0 !important;
        top: -12px;
        position: absolute; } }
  .header .navigation_container .navPages-list a:hover {
    color: #6a6a6a !important; }
  .header #after_login_customer {
    display: flex; }
  .header .navPages ul li {
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 800px) {
      .header .navPages ul li {
        position: relative;
        display: inline-block; } }
  .header nav.navUser {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 800px) {
      .header nav.navUser {
        display: flex; } }
  .header .has-subMenu.is-open + .navPage-subMenu {
    position: absolute;
    top: calc(100% + -4px);
    left: -5px;
    z-index: 9;
    min-width: 220px; }
    @media screen and (max-width: 800px) {
      .header .has-subMenu.is-open + .navPage-subMenu {
        position: absolute;
        top: calc(100% + -10px);
        z-index: 9;
        width: 100%;
        max-height: 800px; } }
  @media (max-width: 991px) {
    .header .navPages-quickSearch + .navPages-list--user li:first-child {
      border-top: none !important; } }
  @media (max-width: 767px) {
    .header .navPages-container.is-open {
      border-left: 4px solid #bc9517;
      border-right: 4px solid #bc9517; } }
  .header .navPage-subMenu-list li a {
    padding: 0 !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 0px;
    width: 100%; }
    @media (max-width: 1200px) {
      .header .navPage-subMenu-list li a {
        font-size: 13px !important; } }
  @media (max-width: 991px) {
    .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon .mobile_icon {
      width: auto;
      max-width: 17px;
      display: block; } }
  @media (max-width: 800px) {
    .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon .mobile_icon {
      width: auto;
      max-width: 17px;
      display: block; } }
  .header .navigation_container .navPages-list .navPages-item .navPages-action-moreIcon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 11px;
    width: auto;
    margin-top: -10px; }
  @media (max-width: 991px) {
    .header .has-subMenu.is-open:before {
      box-shadow: none; } }
  .header a {
    color: #6D6D6D !important; }
  .header .cart-quantity {
    color: #6D6D6D !important; }
  .header .form-field {
    max-width: 20px !important; }
    .header .form-field .form-input {
      padding: 10px 0px 3px 8px;
      position: relative;
      left: 22px !important;
      bottom: 0 !important;
      background-color: #fff; }
      @media (max-width: 991px) and (min-width: 800px) {
        .header .form-field .form-input {
          left: -160px !important;
          width: 300px;
          bottom: 20px !important;
          padding: 10px 0px 10px 8px; } }
      @media (max-width: 800px) {
        .header .form-field .form-input {
          left: -180px !important;
          width: 300px;
          top: 8px;
          bottom: 0px !important;
          padding: 10px 0px 10px 8px; } }
      @media (max-width: 551px) {
        .header .form-field .form-input {
          left: -133px !important;
          width: 250px;
          top: 14px;
          bottom: 0px !important;
          padding: 10px 0px 10px 8px; } }
    @media (max-width: 551px) {
      .header .form-field .showing .menu_close_icon {
        display: inline-block;
        max-width: 12px;
        width: 12px;
        margin: 0 auto;
        vertical-align: text-bottom; } }
  .header .menu_button {
    padding: 0 !important;
    position: absolute;
    top: 22%; }

/*Common Header code*/
/*Header cart Label*/
@media (max-width: 1300px) {
  #cart_icon #cart_actions {
    width: 42px; } }

@media (max-width: 991px) {
  #cart_icon #cart_actions {
    width: auto;
    right: 6px;
    position: relative;
    top: 12px;
    display: flex; } }

@media (max-width: 800px) {
  #cart_icon #cart_actions {
    margin-top: 0px !important;
    position: absolute;
    top: -3px;
    right: 9px; } }

@media (max-width: 767px) {
  #cart_icon #cart_actions {
    top: 0px;
    right: 7px; } }

@media (max-width: 551px) {
  #cart_icon #cart_actions {
    top: -3px;
    right: 60px; } }

@media (max-width: 800px) {
  #cart_icon .cart-quantity {
    display: flex; } }

@media (max-width: 551px) {
  #cart_icon .cart-quantity {
    max-width: 20px;
    position: absolute;
    left: 30px;
    top: 5px; } }

@media (max-width: 350px) {
  #cart_icon .cart-quantity {
    max-width: 20px;
    position: absolute;
    left: 33px;
    top: 5px; } }

@media (max-width: 551px) {
  #cart_icon .navUser-item-cartLabel img {
    max-width: 19px;
    width: auto;
    position: absolute;
    left: 16px;
    top: 5px; } }

@media (max-width: 350px) {
  #cart_icon .navUser-item-cartLabel img {
    max-width: 20px;
    position: absolute;
    left: 21px;
    top: 5px; } }

#cart_icon .dropdown-menu.is-open:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  bottom: 100%;
  position: absolute;
  background: transparent;
  right: 66px; }
  @media (min-width: 1701px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 104px; } }
  @media (max-width: 1700px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 85px; } }
  @media (max-width: 1500px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 82px; } }
  @media (max-width: 1400px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 65px; } }
  @media (max-width: 1200px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 50px; } }
  @media (max-width: 991px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 92px; } }
  @media (max-width: 800px) {
    #cart_icon .dropdown-menu.is-open:after {
      right: 68px; } }

#cart_icon .dropdown-menu.is-open:before {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #ccc transparent;
  bottom: 100%;
  position: absolute;
  background: transparent;
  right: 64px; }
  @media (min-width: 1701px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 102px; } }
  @media (max-width: 1700px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 83px; } }
  @media (max-width: 1500px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 80px; } }
  @media (max-width: 1400px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 63px; } }
  @media (max-width: 1200px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 48px; } }
  @media (max-width: 991px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 90px; } }
  @media (max-width: 800px) {
    #cart_icon .dropdown-menu.is-open:before {
      right: 66px; } }

#cart_icon_b2b_employee {
  display: none; }
  #cart_icon_b2b_employee .navUser-action {
    padding: 0px !important; }
  #cart_icon_b2b_employee #cart_actions {
    margin-left: 10px; }
    @media (max-width: 1300px) {
      #cart_icon_b2b_employee #cart_actions {
        width: 42px;
        display: flex; } }
    @media (max-width: 991px) {
      #cart_icon_b2b_employee #cart_actions {
        width: auto;
        margin-left: 0px;
        right: 26px;
        position: relative;
        top: 20px; } }
    @media (max-width: 800px) {
      #cart_icon_b2b_employee #cart_actions {
        position: absolute;
        width: 47px;
        margin: 0px;
        top: 14px;
        right: 3px;
        display: flex; } }
    @media (max-width: 767px) {
      #cart_icon_b2b_employee #cart_actions {
        top: 9px;
        right: 3px;
        display: flex; } }
    @media (max-width: 551px) {
      #cart_icon_b2b_employee #cart_actions {
        display: contents; } }
  @media (max-width: 800px) {
    #cart_icon_b2b_employee .cart-quantity {
      display: flex; } }
  @media (max-width: 551px) {
    #cart_icon_b2b_employee .cart-quantity {
      max-width: 19px;
      position: absolute;
      left: 28px;
      top: 8px;
      display: flex; } }
  @media (max-width: 350px) {
    #cart_icon_b2b_employee .cart-quantity {
      max-width: 19px;
      position: absolute;
      left: 34px;
      top: 0px;
      display: flex; } }
  @media (max-width: 551px) {
    #cart_icon_b2b_employee .navUser-item-cartLabel img {
      max-width: 19px;
      width: auto;
      position: absolute;
      left: 14px;
      top: 8px; } }
  @media (max-width: 350px) {
    #cart_icon_b2b_employee .navUser-item-cartLabel img {
      max-width: 19px;
      width: auto;
      position: absolute;
      left: 19px;
      top: 0px; } }
  #cart_icon_b2b_employee .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    left: 115px !important;
    position: absolute;
    background: transparent; }
    @media (max-width: 1500px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 129px !important; } }
    @media (max-width: 1400px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 151px !important; } }
    @media (max-width: 1300px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 153px !important; } }
    @media (max-width: 1200px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 138px !important; } }
    @media (max-width: 1100px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 143px !important; } }
    @media (max-width: 991px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 270px !important; } }
    @media (max-width: 800px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 300px !important; } }
    @media (max-width: 767px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 306px !important; } }
    @media (max-width: 480px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:after {
        left: 209px !important; } }
  #cart_icon_b2b_employee .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ccc transparent;
    bottom: 100%;
    left: 113px !important;
    position: absolute;
    background: transparent; }
    @media (max-width: 1500px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 127px !important; } }
    @media (max-width: 1400px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 149px !important; } }
    @media (max-width: 1300px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 151px !important; } }
    @media (max-width: 1200px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 136px !important; } }
    @media (max-width: 1100px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 141px !important; } }
    @media (max-width: 991px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 268px !important; } }
    @media (max-width: 800px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 298px !important; } }
    @media (max-width: 767px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 304px !important; } }
    @media (max-width: 480px) {
      #cart_icon_b2b_employee .dropdown-menu.is-open:before {
        left: 207px !important; } }

#cart_icon_b2b {
  margin: 3px 0px 0px 0px !important; }
  @media screen and (max-width: 991px) {
    #cart_icon_b2b {
      margin: 0px; } }
  @media (max-width: 1300px) {
    #cart_icon_b2b #cart_actions {
      display: flex;
      justify-content: end; } }
  @media (max-width: 991px) {
    #cart_icon_b2b #cart_actions {
      width: auto;
      margin-left: 0px;
      right: 28px;
      position: relative;
      top: 11px; } }
  @media (max-width: 800px) {
    #cart_icon_b2b #cart_actions {
      position: absolute;
      width: 47px;
      margin: 0px;
      top: 1px;
      right: 6px;
      display: flex; } }
  @media (max-width: 767px) {
    #cart_icon_b2b #cart_actions {
      right: 8px;
      display: flex;
      top: 4px; } }
  @media (max-width: 551px) {
    #cart_icon_b2b #cart_actions {
      top: 2px;
      right: 4px; } }
  @media (max-width: 420px) {
    #cart_icon_b2b #cart_actions {
      top: -1px; } }
  @media (max-width: 991px) {
    #cart_icon_b2b .cart-quantity {
      display: flex; } }
  @media (max-width: 551px) {
    #cart_icon_b2b .cart-quantity {
      max-width: 19px;
      position: absolute;
      left: 23px;
      top: 4px;
      display: flex; } }
  @media (max-width: 350px) {
    #cart_icon_b2b .cart-quantity {
      max-width: 19px;
      position: absolute;
      left: 24px;
      top: 0px;
      display: flex; } }
  @media (max-width: 551px) {
    #cart_icon_b2b .navUser-item-cartLabel img {
      max-width: 19px;
      width: auto;
      position: absolute;
      left: 8px;
      top: 4px; } }
  @media (max-width: 350px) {
    #cart_icon_b2b .navUser-item-cartLabel img {
      max-width: 19px;
      width: auto;
      position: absolute;
      left: 11px;
      top: 0px; } }
  #cart_icon_b2b .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    right: 7px;
    position: absolute;
    background: transparent; }
    @media (max-width: 991px) {
      #cart_icon_b2b .dropdown-menu.is-open:after {
        right: 90px; } }
    @media (max-width: 800px) {
      #cart_icon_b2b .dropdown-menu.is-open:after {
        right: 65px; } }
  #cart_icon_b2b .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ccc transparent;
    bottom: 100%;
    right: 5px;
    position: absolute;
    background: transparent; }
    @media (max-width: 991px) {
      #cart_icon_b2b .dropdown-menu.is-open:before {
        right: 88px; } }
    @media (max-width: 800px) {
      #cart_icon_b2b .dropdown-menu.is-open:before {
        right: 63px; } }
  #cart_icon_b2b .dropdown-menu.is-open {
    right: -3px;
    width: 400px;
    z-index: 27;
    top: 34px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14) !important;
    margin-right: 15px; }
    @media (max-width: 1000px) {
      #cart_icon_b2b .dropdown-menu.is-open {
        right: 12px;
        margin-right: 0px; } }
    @media (max-width: 991px) {
      #cart_icon_b2b .dropdown-menu.is-open {
        right: -41px;
        top: 56px !important;
        margin-right: 0px; } }
    @media (max-width: 800px) {
      #cart_icon_b2b .dropdown-menu.is-open {
        left: auto !important;
        right: -33px;
        top: 50px !important; } }

@media (max-width: 1300px) {
  #cart_icons #cart_actions {
    width: 42px;
    display: flex; } }

@media (max-width: 991px) {
  #cart_icons #cart_actions {
    width: auto;
    margin-left: 0px;
    right: 26px;
    position: relative;
    top: 11px; } }

@media (max-width: 800px) {
  #cart_icons #cart_actions {
    position: absolute;
    width: 47px;
    margin: 0px;
    top: -3px;
    right: 3px;
    display: flex; } }

@media (max-width: 767px) {
  #cart_icons #cart_actions {
    top: 0px;
    right: 5px;
    display: flex; } }

@media (max-width: 551px) {
  #cart_icons #cart_actions {
    top: -2px; } }

@media (max-width: 350px) {
  #cart_icons #cart_actions {
    top: -4px; } }

@media (max-width: 991px) {
  #cart_icons .cart-quantity {
    display: flex; } }

@media (max-width: 551px) {
  #cart_icons .cart-quantity {
    max-width: 19px;
    position: absolute;
    left: 20px;
    top: 5px;
    display: flex; } }

@media (max-width: 350px) {
  #cart_icons .cart-quantity {
    max-width: 19px;
    position: absolute;
    left: 23px;
    top: 5px;
    display: flex; } }

@media (max-width: 551px) {
  #cart_icons .navUser-item-cartLabel img {
    max-width: 19px;
    width: auto;
    position: absolute;
    left: 5px;
    top: 5px; } }

@media (max-width: 350px) {
  #cart_icons .navUser-item-cartLabel img {
    max-width: 19px;
    width: auto;
    position: absolute;
    left: 8px;
    top: 5px; } }

#cart_icons .dropdown-menu.is-open:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  bottom: 100%;
  right: 7px;
  position: absolute;
  background: transparent; }
  @media (max-width: 991px) {
    #cart_icons .dropdown-menu.is-open:after {
      right: 88px; } }
  @media (max-width: 800px) {
    #cart_icons .dropdown-menu.is-open:after {
      right: 68px; } }

#cart_icons .dropdown-menu.is-open:before {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #ccc transparent;
  bottom: 100%;
  right: 5px;
  position: absolute;
  background: transparent; }
  @media (max-width: 991px) {
    #cart_icons .dropdown-menu.is-open:before {
      right: 86px; } }
  @media (max-width: 800px) {
    #cart_icons .dropdown-menu.is-open:before {
      right: 66px; } }

#cart_icons .dropdown-menu.is-open {
  right: -4px;
  width: 400px;
  z-index: 27;
  top: 34px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14) !important;
  margin-right: 15px; }
  @media (max-width: 1000px) {
    #cart_icons .dropdown-menu.is-open {
      right: 17px;
      margin-right: 0px; } }
  @media (max-width: 991px) {
    #cart_icons .dropdown-menu.is-open {
      right: -41px;
      top: 56px !important;
      margin-right: 0px; } }
  @media (max-width: 800px) {
    #cart_icons .dropdown-menu.is-open {
      left: auto !important;
      right: -33px;
      top: 50px !important; } }

.backgound_logout {
  display: none; }

.sales_person_login_container .sales_person_name_local {
  text-decoration: none; }

.sales_person_login_container .sales_person_login {
  text-decoration: none; }

.sales_person_login_container .sales_person_logout {
  display: none;
  text-decoration: none; }

.navUser-item--cart .dropdown-menu.is-open {
  right: 0px;
  width: 400px;
  z-index: 27;
  top: 55px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14) !important;
  margin-right: 15px; }
  @media (max-width: 1000px) {
    .navUser-item--cart .dropdown-menu.is-open {
      right: 17px;
      margin-right: 0px; } }
  @media (max-width: 991px) {
    .navUser-item--cart .dropdown-menu.is-open {
      right: -41px;
      top: 56px !important;
      margin-right: 0px; } }
  @media (max-width: 800px) {
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: -33px;
      top: 50px !important; } }
  @media (max-width: 551px) {
    .navUser-item--cart .dropdown-menu.is-open {
      display: none !important; }
      .navUser-item--cart .dropdown-menu.is-open:after {
        display: none !important; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        display: none !important; } }

.navUser-item-cartLabel {
  display: contents; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

/*Header cart Label*/
/* Header search field*/
.dropdown--quickSearch {
  padding: 0px 0px 10px 0px !important; }
  .dropdown--quickSearch .container {
    padding: 0px !important; }
    .dropdown--quickSearch .container .form {
      border-bottom: 2px solid #979797 !important;
      width: 190px !important; }
      @media (max-width: 991px) {
        .dropdown--quickSearch .container .form {
          border: none;
          width: 0px !important;
          padding: 0 !important; } }
  @media (max-width: 991px) {
    .dropdown--quickSearch .productGrid {
      padding: 0;
      left: -9px;
      width: auto;
      top: -1px; } }
  @media (max-width: 800px) {
    .dropdown--quickSearch .productGrid {
      padding: 0;
      position: absolute;
      left: 1px;
      top: -1px; } }
  @media (max-width: 551px) {
    .dropdown--quickSearch .productGrid {
      left: 0px;
      top: -1px;
      width: 250px; } }

@media (max-width: 991px) and (min-width: 801px) {
  .quick-search-inner {
    max-height: 200px;
    background: #fbf5e7;
    margin-top: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
    padding: 0px;
    border-radius: 0px;
    overflow-y: auto;
    position: relative;
    right: 116px;
    width: 300px;
    top: 30px; } }

@media (max-width: 800px) {
  .quick-search-inner {
    width: 300px; } }

@media (max-width: 551px) {
  .quick-search-inner {
    width: 250px; } }

.quick-search-submit-container a {
  color: #fff !important; }
  .quick-search-submit-container a:hover {
    background-color: #E4B310;
    color: #fff !important; }

.form-field .menu_button {
  padding: 0px !important; }
  .form-field .menu_button .search-icon {
    padding-left: 0px !important;
    max-width: 19px !important;
    width: 17px !important; }
    @media (max-width: 991px) {
      .form-field .menu_button .search-icon {
        max-width: 17px;
        padding: 0; } }
    @media (max-width: 551px) {
      .form-field .menu_button .search-icon {
        width: 15px !important;
        padding: 0; } }
  .form-field .menu_button .menu_close_icon {
    display: none; }

/* Header search field*/
/* Body design*/
body .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

body .hasAdminBar .navPages-container .is-open {
  padding-top: 0px !important;
  margin-top: 55px !important; }

@media (min-width: 1400px) {
  body .sticky {
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    margin: 0 auto; } }

/* Body design*/
/* Header Logo*/
@media (max-width: 991px) {
  .header-logo-image {
    max-height: 4.35714rem; } }

.header-logo__link {
  width: 100%; }

.header-logo-image-unknown-size {
  max-width: 260px; }
  @media (max-width: 1200px) {
    .header-logo-image-unknown-size {
      max-width: 240px; } }
  @media (max-width: 991px) {
    .header-logo-image-unknown-size {
      max-width: 220px; } }
  @media (max-width: 767px) {
    .header-logo-image-unknown-size {
      max-width: 180px; } }
  @media (max-width: 551px) {
    .header-logo-image-unknown-size {
      max-width: 150px; } }
  @media (max-width: 420px) {
    .header-logo-image-unknown-size {
      max-width: 120px; } }
  @media (max-width: 350px) {
    .header-logo-image-unknown-size {
      max-width: 100px; } }

.header-logo-image-unknown {
  max-width: 260px; }
  @media (max-width: 1200px) {
    .header-logo-image-unknown {
      max-width: 240px; } }
  @media (max-width: 991px) {
    .header-logo-image-unknown {
      max-width: 220px; } }
  @media (max-width: 767px) {
    .header-logo-image-unknown {
      max-width: 180px; } }
  @media (max-width: 551px) {
    .header-logo-image-unknown {
      max-width: 144px; } }
  @media (max-width: 420px) {
    .header-logo-image-unknown {
      max-width: 120px; } }
  @media (max-width: 350px) {
    .header-logo-image-unknown {
      max-width: 100px; } }

/* Header Logo*/
/*Header Navigations*/
.navigation_container .navPages-list .navPages-action-moreIcon {
  width: 8px !important;
  margin: 0 0 0 4.9px; }

#top_sellers {
  color: #FF0000 !important; }

@media screen and (max-width: 991px) {
  .navUser {
    display: flex;
    column-gap: 20px; } }

.navPages-item .navPages-action {
  color: #6A6A6A !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  padding-top: 6px !important;
  padding-bottom: 0 !important;
  line-height: 19px; }
  @media screen and (max-width: 1100px) {
    .navPages-item .navPages-action {
      font-size: 14px;
      padding: 6px 15px 0px 15px !important; } }
  @media screen and (max-width: 991px) {
    .navPages-item .navPages-action {
      font-size: 15px;
      padding: 15px 15px 15px 15px !important; } }

.navPages-item .navPage-subMenu-action .navPages-action {
  margin-top: 0px; }

#discover_page_menu {
  color: #07265e;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px !important;
  line-height: 19px;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 1200px) {
    #discover_page_menu {
      font-size: 13px !important; } }
  @media (max-width: 1200px) {
    #discover_page_menu {
      margin: 10px auto; } }
  @media (max-width: 551px) {
    #discover_page_menu {
      font-size: 12px !important;
      margin: 10px 0px; } }

.navPage-childList {
  display: contents !important; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }
  .navPage-childList .navPage-childList-item:last-child {
    border-bottom: 0; }

.navPages {
  background-color: transparent; }
  @media screen and (max-width: 991px) {
    .navPages {
      margin-top: 0px;
      overflow-y: visible !important;
      padding: 0px !important; } }

#navigation_menus {
  background-color: transparent !important; }

@media screen and (max-width: 991px) {
  .header .has-subMenu.is-open {
    z-index: 6 !important; } }

@media screen and (max-width: 991px) {
  .has-subMenu.is-open:before {
    background-color: #fbf5e7 !important; } }

@media (max-width: 991px) {
  .navigation_container .navPages-list .navPages-item .sales_person_login_container {
    border-bottom: none !important;
    margin: 0px !important;
    padding: 0px !important; } }

.dropdown--quickSearch .container .form {
  border-bottom: 2px solid #979797 !important;
  width: 190px !important; }
  @media (max-width: 991px) {
    .dropdown--quickSearch .container .form {
      width: 0px !important; } }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0; } }

@media (max-width: 991px) {
  .navPages-item .navPages-action {
    font-size: 14px !important; } }

@media (max-width: 991px) {
  .navPages-item .navPages-action {
    font-size: 14px !important; } }
  @media (max-width: 991px) and (max-width: 551px) {
    .navPages-item .navPages-action {
      font-size: 13px !important; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 13px !important; }
  @media (min-width: 991px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
      width: 0.57143rem;
      margin: 0 0 0 0.78571rem; } }
  @media (max-width: 991px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
      width: 0.57143rem;
      margin: 0 0 0 0.78571rem; } }

#brands_menu_b2c a,
#discover_page_menu_cnt a {
  margin-right: 29px; }
  @media (max-width: 991px) {
    #brands_menu_b2c a,
    #discover_page_menu_cnt a {
      margin-right: 0px !important; } }

.navigation_container .navPages-list .navPages-action-moreIcon {
  width: 0px !important;
  margin: 0 0 0 7.9px !important; }

@media (max-width: 1200px) {
  .navPages ul li a,
  .navPages ol li a {
    font-size: 15px !important; } }

@media (max-width: 1200px) {
  .navPages ul li a,
  .navPages ol li a {
    font-size: 15px !important; } }

@media (max-width: 991px) {
  .navPages ul li a,
  .navPages ol li a {
    font-size: 15px !important; } }

@media (max-width: 767px) {
  .navPages ul li a,
  .navPages ol li a {
    font-size: 14px !important; } }

@media (max-width: 551px) {
  .navPages ul li a,
  .navPages ol li a {
    font-size: 13px !important; } }

#jargar_brandsubmenu {
  margin-right: 77px !important; }
  @media (max-width: 991px) {
    #jargar_brandsubmenu {
      margin-right: 0px !important; } }

@media (max-width: 800px) {
  .navPages-action-moreIcon {
    width: 0.57143rem;
    margin-left: 0.78571rem;
    transform: rotate(0deg); } }

/*Header Navigations*/
/*Before Login Buttons*/
#before_login_display_buttons {
  height: 80px; }
  @media screen and (max-width: 991px) {
    #before_login_display_buttons {
      display: flex;
      column-gap: 20px;
      margin: 0px;
      height: 0px; } }
  #before_login_display_buttons #dealer_button {
    margin-bottom: 0px; }
  #before_login_display_buttons #dealer_login_button {
    margin-bottom: 10px; }
  #before_login_display_buttons #becomes_a_dealer {
    border: 1px solid #736E58;
    padding: 3px 32px !important;
    border-radius: 5px;
    background-color: #EAB710;
    color: #F9FFFF !important;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    box-shadow: 0px 0px 1px 0px #A0A39F;
    position: relative; }
  #before_login_display_buttons #dealer_login {
    border: 1px solid #736E58;
    padding: 3px 54px !important;
    border-radius: 5px;
    background-color: #EAB710;
    color: #F9FFFF !important;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    box-shadow: 0px 0px 1px 0px #A0A39F; }

/*Before Login Buttons*/
.login_customer {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 0px 10px; }
  .login_customer #account_customer_login {
    border: 1px solid #736E58;
    padding: 3px 32px !important;
    border-radius: 5px;
    background-color: #EAB710;
    color: #F9FFFF !important;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    box-shadow: 0px 0px 1px 0px #A0A39F;
    position: relative; }
  .login_customer #logout_customer_login {
    border: 1px solid #736E58;
    padding: 3px 37px !important;
    border-radius: 5px;
    background-color: #EAB710;
    color: #F9FFFF !important;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    box-shadow: 0px 0px 1px 0px #A0A39F;
    position: relative; }

/* Header Logo content*/
.header_top_part .branding .logo_content {
  font-size: 9px !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  text-align: center;
  color: #555659 !important;
  position: relative;
  line-height: 2em;
  width: auto;
  text-decoration: none;
  vertical-align: top !important; }
  @media (max-width: 991px) {
    .header_top_part .branding .logo_content {
      position: relative;
      line-height: 2em;
      left: 21px;
      text-align: left;
      width: auto;
      font-size: 8px !important; } }
  @media (max-width: 767px) {
    .header_top_part .branding .logo_content {
      position: relative;
      line-height: 2em;
      left: 12px;
      font-size: 7px !important;
      width: auto; } }
  @media (max-width: 551px) {
    .header_top_part .branding .logo_content {
      position: relative;
      line-height: 2em;
      left: 18px;
      font-size: 5px !important;
      width: auto; } }
  @media (max-width: 350px) {
    .header_top_part .branding .logo_content {
      line-height: normal;
      left: 0px;
      top: -9px; } }

/* Header Logo content*/
.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: #6D6D6D; }

/*Header design - Theme Upgrade Header and Footer*/
/*Footer design - Theme Upgrade Header and Footer*/
/*Brand section*/
.family_of_brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  font-family: 'Poppins', sans-serif !important; }
  .family_of_brands ul {
    margin: 0px !important; }
  .family_of_brands .list_family_of_brands {
    display: flex;
    column-gap: 35px;
    color: #646464;
    font-size: 20px;
    font-weight: 500;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 7px; }
    .family_of_brands .list_family_of_brands .thomastik_Infeld_family_of_brands {
      list-style: none; }
    @media screen and (max-width: 1200px) {
      .family_of_brands .list_family_of_brands {
        font-size: 19px; } }
    @media screen and (max-width: 991px) {
      .family_of_brands .list_family_of_brands {
        font-size: 18px; } }
    @media screen and (max-width: 600px) {
      .family_of_brands .list_family_of_brands {
        font-size: 16px; } }
    @media screen and (max-width: 480px) {
      .family_of_brands .list_family_of_brands {
        font-size: 13px !important;
        column-gap: 22px; } }
    .family_of_brands .list_family_of_brands a {
      color: #646464 !important;
      text-decoration: none;
      font-weight: 400; }
  .family_of_brands .heading_family_of_brands {
    color: #E9B512 !important;
    font-weight: 400;
    font-size: 50px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    margin: 0 auto 15px !important;
    padding-bottom: 10px;
    text-align: center;
    width: 90%; }
    @media screen and (min-width: 1400px) {
      .family_of_brands .heading_family_of_brands {
        width: 96%; } }
    @media screen and (max-width: 1200px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 50px;
        width: 89%; } }
    @media screen and (max-width: 991px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 45px; } }
    @media screen and (max-width: 900px) {
      .family_of_brands .heading_family_of_brands {
        width: 98%; } }
    @media screen and (max-width: 767px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 35px;
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 29px; } }
    @media screen and (max-width: 500px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 26px; } }
    @media screen and (max-width: 450px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 21px;
        width: 97%; } }
    @media screen and (max-width: 350px) {
      .family_of_brands .heading_family_of_brands {
        font-size: 18px; } }

/*Brand section*/
.footer {
  background-color: #363636 !important;
  font-family: 'Poppins', sans-serif !important;
  /*Contact field*/ }
  @media (max-width: 1200px) {
    .footer {
      padding: 47px 0px 33px !important; } }
  @media (max-width: 551px) {
    .footer {
      padding: 47px 17px 33px !important; } }
  .footer .container {
    padding: 0px !important; }
    @media (max-width: 1200px) {
      .footer .container {
        padding: 0px !important; } }
  .footer .footer-info article {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    padding: 0px 20px 0px 0px; }
  .footer .footer_design {
    margin: 0 auto;
    width: 92%;
    display: flex;
    column-gap: 1%;
    padding: 0px;
    /*Inspiring paragraph content*/
    /*Inspiring paragraph content*/
    /*News letter section*/
    /*News letter section*/
    /*Contact field*/ }
    @media screen and (min-width: 1400px) {
      .footer .footer_design {
        width: 89%; } }
    @media screen and (max-width: 1200px) {
      .footer .footer_design {
        width: 92%; } }
    @media screen and (max-width: 900px) {
      .footer .footer_design {
        display: grid;
        grid-template-columns: auto auto;
        width: 79%; } }
    @media screen and (max-width: 767px) {
      .footer .footer_design {
        display: grid;
        grid-template-columns: 64% 35%;
        width: 85%;
        margin: 0 auto; } }
    @media screen and (max-width: 551px) {
      .footer .footer_design {
        width: 100%;
        justify-items: center;
        grid-template-columns: auto; } }
    .footer .footer_design .inspiring_world_content {
      width: 100%; }
      @media screen and (max-width: 991px) {
        .footer .footer_design .inspiring_world_content {
          width: 85%; } }
      @media screen and (max-width: 551px) {
        .footer .footer_design .inspiring_world_content {
          width: 100%; } }
      @media screen and (max-width: 551px) {
        .footer .footer_design .inspiring_world_content {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      @media screen and (max-width: 550px) {
        .footer .footer_design .inspiring_world_content {
          text-align: center; } }
      @media screen and (max-width: 400px) {
        .footer .footer_design .inspiring_world_content {
          text-align: center; } }
      .footer .footer_design .inspiring_world_content .inspiring_heading {
        font-size: 17px !important;
        line-height: 22px;
        width: 100%;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600; }
        @media screen and (max-width: 1200px) {
          .footer .footer_design .inspiring_world_content .inspiring_heading {
            font-size: 17px !important; } }
        @media screen and (max-width: 991px) {
          .footer .footer_design .inspiring_world_content .inspiring_heading {
            font-size: 15px !important;
            width: 320px; } }
        @media screen and (max-width: 800px) {
          .footer .footer_design .inspiring_world_content .inspiring_heading {
            font-size: 14px !important;
            width: 320px; } }
        @media screen and (max-width: 551px) {
          .footer .footer_design .inspiring_world_content .inspiring_heading {
            font-size: 14px !important;
            width: 100%;
            text-align: center; } }
      .footer .footer_design .inspiring_world_content .inspiring_heading_paragraph {
        width: 100%; }
      .footer .footer_design .inspiring_world_content .inspiring_paragraph {
        max-width: 408px;
        width: 100%;
        font-size: 13px !important;
        line-height: 21px;
        color: #fff !important;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 300; }
        @media screen and (max-width: 1300px) {
          .footer .footer_design .inspiring_world_content .inspiring_paragraph {
            font-size: 12px !important;
            max-width: 404px; } }
        @media screen and (max-width: 991px) {
          .footer .footer_design .inspiring_world_content .inspiring_paragraph {
            font-size: 12px !important;
            max-width: 332px; } }
        @media screen and (max-width: 900px) {
          .footer .footer_design .inspiring_world_content .inspiring_paragraph {
            font-size: 12px !important;
            max-width: 475px; } }
        @media screen and (max-width: 551px) {
          .footer .footer_design .inspiring_world_content .inspiring_paragraph {
            text-align: center; } }
        @media screen and (max-width: 400px) {
          .footer .footer_design .inspiring_world_content .inspiring_paragraph {
            font-size: 12px !important;
            max-width: 475px;
            padding: 0px; } }
    .footer .footer_design #newsletter_form {
      width: 64% !important;
      padding: 0px; }
      @media (min-width: 1400px) {
        .footer .footer_design #newsletter_form {
          width: 74% !important; } }
      @media (max-width: 1300px) {
        .footer .footer_design #newsletter_form {
          width: 70% !important; } }
      @media (max-width: 1200px) {
        .footer .footer_design #newsletter_form {
          width: 80% !important; } }
      @media (max-width: 551px) {
        .footer .footer_design #newsletter_form {
          width: 77% !important; } }
      .footer .footer_design #newsletter_form #klaviyo-form:first-child form {
        padding: 0px !important; }
        .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
          font-size: 17px !important;
          width: 400px !important;
          font-weight: 600 !important; }
          @media screen and (max-width: 1200px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
              font-size: 17px !important;
              width: 300px !important; } }
          @media screen and (max-width: 991px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
              font-size: 15px !important;
              width: 250px !important; } }
          @media screen and (max-width: 900px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
              width: 300px !important; } }
          @media screen and (max-width: 800px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
              font-size: 14px !important; } }
          @media screen and (max-width: 551px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
              text-align: left;
              width: 250px !important; } }
          @media screen and (max-width: 400px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child label {
              text-align: left;
              width: 220px !important; } }
        .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child input {
          font-size: 13px !important; }
          @media screen and (max-width: 1400px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child input {
              font-size: 12px !important; } }
        .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child button {
          font-size: 13px !important;
          padding: 0px 23px !important; }
          @media screen and (max-width: 1400px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child button {
              font-size: 12px !important; } }
          @media screen and (max-width: 767px) {
            .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child button {
              padding: 0px 10px !important; } }
        .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child p {
          color: #E4B310 !important; }
          .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child p span {
            color: #e4b310 !important;
            font-size: 13px !important; }
            @media screen and (max-width: 1400px) {
              .footer .footer_design #newsletter_form #klaviyo-form:first-child form:first-child:first-child p span {
                font-size: 12px !important; } }
    .footer .footer_design .dealers_shopers {
      display: flex;
      width: 30%;
      flex-direction: column;
      row-gap: 21px;
      margin: 26px 0px 0px 0px; }
      @media screen and (max-width: 900px) {
        .footer .footer_design .dealers_shopers {
          width: 35%; } }
      @media screen and (max-width: 900px) {
        .footer .footer_design .dealers_shopers {
          width: 100%;
          margin: 4px 0px 0px 0px; } }
      @media screen and (max-width: 400px) {
        .footer .footer_design .dealers_shopers {
          flex-direction: column;
          align-items: center;
          row-gap: 20px; } }
    .footer .footer_design .quick_support {
      display: flex;
      width: 30%;
      flex-direction: column;
      row-gap: 21px;
      margin: 26px 0px 0px 0px; }
      @media screen and (max-width: 900px) {
        .footer .footer_design .quick_support {
          width: 38%; } }
      @media screen and (max-width: 900px) {
        .footer .footer_design .quick_support {
          width: 100%;
          align-items: flex-end; } }
      @media screen and (max-width: 400px) {
        .footer .footer_design .quick_support {
          flex-direction: column;
          align-items: center;
          row-gap: 20px; } }
    .footer .footer_design .footer-info article {
      padding: 0px;
      width: 100%; }
      @media screen and (max-width: 550px) {
        .footer .footer_design .footer-info article {
          display: flex;
          vertical-align: top;
          padding: 0px 20px 0px 0px;
          align-items: flex-start !important;
          text-align: left !important;
          width: 90%; } }
      @media screen and (max-width: 400px) {
        .footer .footer_design .footer-info article {
          display: flex;
          vertical-align: top;
          padding: 0px !important;
          align-items: center !important;
          text-align: center !important;
          width: 90%; } }
    .footer .footer_design #dealers_supports {
      margin: 26px 0px 0px 3px; }
      @media screen and (max-width: 1200px) {
        .footer .footer_design #dealers_supports {
          margin: 26px 0px 0px 0px; } }
      @media screen and (max-width: 900px) {
        .footer .footer_design #dealers_supports {
          margin: 13px 0px 0px 0px; } }
    .footer .footer_design .heading_contact_information {
      margin: 0px 0px 5px 0px; }
    .footer .footer_design .mail_id_contacts {
      margin: 0px 0px 15px 0px;
      font-family: 'Poppins', sans-serif !important;
      font-size: 13px;
      line-height: 23px; }
      @media screen and (max-width: 1400px) {
        .footer .footer_design .mail_id_contacts {
          font-size: 12px !important; } }
      @media screen and (max-width: 991px) and (min-width: 800px) {
        .footer .footer_design .mail_id_contacts {
          bottom: 26px; } }
      @media screen and (max-width: 991px) {
        .footer .footer_design .mail_id_contacts {
          font-size: 12px !important; } }
    .footer .footer_design #phone_mail_contacts {
      color: #E4B310 !important;
      font-weight: 600;
      font-size: 14px !important; }
      @media screen and (max-width: 1400px) {
        .footer .footer_design #phone_mail_contacts {
          font-size: 13px !important; } }
    .footer .footer_design .contact_information {
      margin: 26px 0px 0px 0px; }
      @media screen and (max-width: 1200px) {
        .footer .footer_design .contact_information {
          margin: 26px 0px 0px 0px; } }
      @media screen and (max-width: 900px) {
        .footer .footer_design .contact_information {
          margin: 23px 0px 0px 0px; } }
      @media screen and (max-width: 551px) {
        .footer .footer_design .contact_information {
          text-align: center;
          margin: 22px auto 0px auto; } }
  .footer .footer-info {
    display: table;
    width: 65% !important; }
    @media screen and (max-width: 991px) {
      .footer .footer-info {
        width: 100% !important; } }
  .footer h5 {
    color: #E4B310 !important;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 1em;
    font-family: 'Poppins', sans-serif !important;
    margin: 0px 0px 3px 0px; }
    @media screen and (max-width: 1400px) {
      .footer h5 {
        font-size: 13px !important; } }
  .footer ul {
    margin: 0px 0px 0px 0px; }
  .footer li {
    list-style: none;
    color: #fff !important;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300; }
    @media screen and (max-width: 1400px) {
      .footer li {
        font-size: 12px !important; } }
  .footer a {
    text-decoration: none;
    color: #fff !important;
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 23px;
    font-weight: 300; }
    @media screen and (max-width: 1400px) {
      .footer a {
        font-size: 12px !important; } }

.footer-info-col {
  margin: 0rem 0rem 0rem 0rem;
  width: 100% !important;
  padding: 0px !important; }
  @media screen and (max-width: 551px) {
    .footer-info-col {
      text-align: center; } }

/*Copy right section*/
.footer-copyright-section {
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #959595;
  color: #fff;
  padding: 25px 0 25px 0;
  column-gap: 32px; }
  @media screen and (max-width: 991px) {
    .footer-copyright-section {
      flex-direction: column;
      align-items: center;
      padding: 15px 0 15px 0; } }
  @media screen and (max-width: 551px) {
    .footer-copyright-section {
      padding: 15px 16px 15px 16px; } }
  .footer-copyright-section h5 {
    color: #fff !important;
    font-size: 13px;
    line-height: 1rem;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    text-transform: none;
    margin: 0px !important; }
    @media screen and (max-width: 551px) {
      .footer-copyright-section h5 {
        font-size: 12px; } }
  .footer-copyright-section ul {
    margin: 0px !important; }
  .footer-copyright-section a {
    text-decoration: none;
    color: #fff !important;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300; }
    @media screen and (max-width: 1400px) {
      .footer-copyright-section a {
        font-size: 12px; } }
  .footer-copyright-section .list_copy_right {
    display: flex;
    column-gap: 25px; }
    @media screen and (max-width: 551px) {
      .footer-copyright-section .list_copy_right {
        flex-wrap: wrap;
        justify-content: center; } }

/*Copy right section*/
/*Footer design - Theme Upgrade Header and Footer*/
main .thomastic_page {
  /*4box-section*/
  /*4box-section*/
  /*about section*/
  /*about section*/
  /*resource-section*/
  /*resource-section*/
  /*inspiring-section*/
  /*inspiring-section*/ }
  main .thomastic_page .banner_section {
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/thomastik-infeld-banner-background-image.jpg");
    font-family: "Poppins", sans-serif;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (max-width: 1450px) {
      main .thomastic_page .banner_section {
        padding: 0px 0px 25px 0px; } }
    @media (max-width: 1350px) {
      main .thomastic_page .banner_section {
        background-size: cover; } }
    @media (max-width: 991px) {
      main .thomastic_page .banner_section {
        padding: 0px 0px 30px 0px; } }
    main .thomastic_page .banner_section .banner_position_block {
      position: static;
      display: table;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      padding: 45px 0px; }
      @media (max-width: 1400px) {
        main .thomastic_page .banner_section .banner_position_block {
          padding: 39px 0px; } }
      main .thomastic_page .banner_section .banner_position_block .banner-image-title {
        display: table-cell;
        vertical-align: middle; }
      main .thomastic_page .banner_section .banner_position_block .logo-section {
        margin-left: 50px; }
        @media (max-width: 991px) {
          main .thomastic_page .banner_section .banner_position_block .logo-section {
            margin-left: 30px; } }
        @media (max-width: 550px) {
          main .thomastic_page .banner_section .banner_position_block .logo-section {
            margin-left: 0px; } }
      @media (max-width: 991px) {
        main .thomastic_page .banner_section .banner_position_block {
          padding: 30px 0px; } }
      main .thomastic_page .banner_section .banner_position_block a {
        display: inline-block;
        border: 1px solid #736E58;
        padding: 10px 30px !important;
        border-radius: 5px;
        text-decoration: none;
        background-color: #EAB710;
        color: #F9FFFF !important;
        font-size: 12px;
        line-height: 19px;
        font-weight: 500;
        margin: 20px 0px 0px 30px;
        text-transform: uppercase;
        box-shadow: 0px 0px 1px 0px #A0A39F; }
    main .thomastic_page .banner_section img {
      margin-left: 40px; }
      @media (max-width: 991px) {
        main .thomastic_page .banner_section img {
          max-width: 250px; } }
      @media (max-width: 550px) {
        main .thomastic_page .banner_section img {
          margin-left: 0px; } }
    main .thomastic_page .banner_section h2 {
      margin: 0px;
      line-height: 29px;
      display: inline-block;
      padding: 10px 30px 10px 30px;
      font-size: 24px;
      font-weight: 700 !important;
      background-color: rgba(255, 255, 255, 0.5);
      color: #000 !important; }
      @media (max-width: 991px) {
        main .thomastic_page .banner_section h2 {
          padding: 8px 30px 8px 30px;
          font-size: 22px;
          line-height: 26px; } }
      @media (max-width: 550px) {
        main .thomastic_page .banner_section h2 {
          font-size: 20px;
          line-height: 24px; } }
  main .thomastic_page .banner_section > img {
    display: none; }
  main .thomastic_page .banner_bottom_section {
    display: table;
    width: 100%;
    border-top: 4px solid #adb0b1; }
    @media (max-width: 767px) {
      main .thomastic_page .banner_bottom_section {
        display: block;
        margin: 0 auto;
        text-align: center; } }
    main .thomastic_page .banner_bottom_section .inner_strings_section {
      display: table-cell;
      vertical-align: middle;
      width: 25%;
      text-align: center;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        main .thomastic_page .banner_bottom_section .inner_strings_section {
          border-bottom: 4px solid #fff;
          display: inline-block;
          width: 49.5%;
          border-right: 0px; } }
      @media (max-width: 400px) {
        main .thomastic_page .banner_bottom_section .inner_strings_section {
          width: 100%;
          display: block;
          border-left: 0px;
          border-right: 0px; } }
      main .thomastic_page .banner_bottom_section .inner_strings_section:hover:first-child {
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/orchestral-and-rosin-hover.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section:hover:nth-child(2) {
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/guidar-string-hover.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section:hover:nth-child(3) {
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/folk-string-hover.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section:hover:last-child {
        border-right: 0px;
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/orchestral-and-rosin-hover.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section:first-child {
        border-left: 0px;
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/orchestral-and-rosin.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section:nth-child(2) {
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/guidar-string.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section:nth-child(3) {
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/folk-string.jpg"); }
        @media (max-width: 767px) {
          main .thomastic_page .banner_bottom_section .inner_strings_section:nth-child(3) {
            border-left: 0px; } }
      main .thomastic_page .banner_bottom_section .inner_strings_section:last-child {
        border-right: 0px;
        background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/orchestral-and-rosin.jpg"); }
      main .thomastic_page .banner_bottom_section .inner_strings_section div {
        display: table;
        width: 100%; }
        main .thomastic_page .banner_bottom_section .inner_strings_section div a {
          display: table-cell;
          height: 100%;
          padding-top: 143px;
          width: 100%;
          vertical-align: bottom;
          padding-bottom: 20px;
          pointer-events: none; }
          @media (max-width: 991px) {
            main .thomastic_page .banner_bottom_section .inner_strings_section div a {
              padding-top: 120px; } }
          @media (max-width: 767px) {
            main .thomastic_page .banner_bottom_section .inner_strings_section div a {
              padding-top: 108px; } }
          @media (max-width: 767px) {
            main .thomastic_page .banner_bottom_section .inner_strings_section div a {
              padding-top: 90px; } }
          main .thomastic_page .banner_bottom_section .inner_strings_section div a img {
            max-width: 200px; }
            @media (max-width: 991px) {
              main .thomastic_page .banner_bottom_section .inner_strings_section div a img {
                max-width: 170px;
                margin-bottom: 6px; } }
            @media (max-width: 900px) {
              main .thomastic_page .banner_bottom_section .inner_strings_section div a img {
                max-width: 150px; } }
            @media (max-width: 767px) {
              main .thomastic_page .banner_bottom_section .inner_strings_section div a img {
                max-width: 170px; } }
            @media (max-width: 380px) {
              main .thomastic_page .banner_bottom_section .inner_strings_section div a img {
                max-width: 200px; } }
    main .thomastic_page .banner_bottom_section div:focus {
      background-color: unset; }
  main .thomastic_page .about_section {
    padding: 30px; }
    @media (max-width: 1450px) {
      main .thomastic_page .about_section {
        padding: 30px; } }
    @media (max-width: 991px) {
      main .thomastic_page .about_section {
        padding: 25px; } }
    @media (max-width: 550px) {
      main .thomastic_page .about_section {
        padding: 25px 10px; } }
    main .thomastic_page .about_section h3 {
      font-size: 20px;
      line-height: 25px;
      margin: 0 0 15px;
      font-weight: 700;
      color: #07265e;
      text-transform: uppercase;
      padding-bottom: 10px;
      border-bottom: 1px solid #e9f0e8; }
      @media (max-width: 991px) {
        main .thomastic_page .about_section h3 {
          font-size: 18px;
          line-height: 23px; } }
      @media (max-width: 550px) {
        main .thomastic_page .about_section h3 {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 10px; } }
    main .thomastic_page .about_section span {
      font-weight: 400; }
    main .thomastic_page .about_section p {
      line-height: 24px;
      margin-bottom: 0;
      color: #07265e;
      font-size: 15px;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 991px) {
        main .thomastic_page .about_section p {
          font-size: 14px;
          line-height: 21px; } }
      @media (max-width: 551px) {
        main .thomastic_page .about_section p {
          line-height: 19px;
          font-size: 13px; } }
    main .thomastic_page .about_section .inner_about_section {
      padding-left: 40px;
      margin-top: 25px; }
      main .thomastic_page .about_section .inner_about_section h3 {
        border: none;
        padding: 0px; }
      @media (max-width: 551px) {
        main .thomastic_page .about_section .inner_about_section p {
          font-size: 13px; } }
      @media (max-width: 991px) {
        main .thomastic_page .about_section .inner_about_section {
          margin-top: 15px;
          padding-left: 0; } }
  main .thomastic_page .resources_section {
    width: 100%;
    padding: 40px 70px;
    background: #ebebeb; }
    @media (max-width: 991px) {
      main .thomastic_page .resources_section {
        padding: 25px 25px; } }
    main .thomastic_page .resources_section p {
      line-height: 24px;
      margin-bottom: 10px;
      font-size: 15px;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 991px) {
        main .thomastic_page .resources_section p {
          line-height: 21px;
          font-size: 14px; } }
      @media (max-width: 551px) {
        main .thomastic_page .resources_section p {
          line-height: 19px;
          font-size: 13px; } }
    main .thomastic_page .resources_section img {
      width: 100%; }
    main .thomastic_page .resources_section a {
      color: #07265e; }
      main .thomastic_page .resources_section a:hover {
        color: #e9b920 !important;
        border-color: #fff; }
    main .thomastic_page .resources_section h3 {
      margin-bottom: 30px;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 25px;
      font-weight: 700;
      color: #07265e;
      margin-top: 0px; }
      @media (max-width: 991px) {
        main .thomastic_page .resources_section h3 {
          font-size: 18px;
          line-height: 23px; } }
      @media (max-width: 900px) {
        main .thomastic_page .resources_section h3 {
          margin-bottom: 10px; } }
      @media (max-width: 550px) {
        main .thomastic_page .resources_section h3 {
          font-size: 16px;
          line-height: 20px; } }
      main .thomastic_page .resources_section h3 span {
        font-weight: 400; }
    main .thomastic_page .resources_section h4 {
      font-family: "Poppins", sans-serif;
      font-size: 18px !important;
      line-height: 22px !important;
      margin-top: 0;
      margin-bottom: 10px;
      color: #07265e;
      font-weight: 700; }
      @media (max-width: 900px) {
        main .thomastic_page .resources_section h4 {
          font-size: 16px !important;
          line-height: 20px !important;
          margin-bottom: 5px; } }
      @media (max-width: 550px) {
        main .thomastic_page .resources_section h4 {
          margin-bottom: 3px; } }
    main .thomastic_page .resources_section .social_icons_section {
      display: inline-block;
      width: 100%;
      vertical-align: middle; }
      main .thomastic_page .resources_section .social_icons_section a {
        color: #07265e; }
        main .thomastic_page .resources_section .social_icons_section a:hover {
          color: #e9b920; }
      @media (max-width: 550px) {
        main .thomastic_page .resources_section .social_icons_section {
          width: 100%; } }
      main .thomastic_page .resources_section .social_icons_section .thank-you-section {
        display: inline-block;
        width: 70%;
        vertical-align: middle; }
        @media (max-width: 550px) {
          main .thomastic_page .resources_section .social_icons_section .thank-you-section {
            display: block;
            width: 100%; } }
        main .thomastic_page .resources_section .social_icons_section .thank-you-section a {
          font-weight: 700;
          font-size: 18px; }
          @media (max-width: 900px) {
            main .thomastic_page .resources_section .social_icons_section .thank-you-section a {
              font-size: 16px; } }
      main .thomastic_page .resources_section .social_icons_section .icons {
        display: inline-block;
        width: 30%;
        vertical-align: middle;
        text-align: right;
        margin-left: -4px; }
        main .thomastic_page .resources_section .social_icons_section .icons img {
          max-width: 25px;
          margin-left: 8px; }
        @media (max-width: 550px) {
          main .thomastic_page .resources_section .social_icons_section .icons {
            display: block;
            text-align: left;
            margin-top: 15px;
            width: 58%; } }
    main .thomastic_page .resources_section .left_Section {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin-left: -4px; }
      @media (max-width: 900px) {
        main .thomastic_page .resources_section .left_Section {
          display: block;
          width: 100%;
          margin-bottom: 20px;
          text-align: center; } }
    main .thomastic_page .resources_section .right_section {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      padding-left: 20px; }
      @media (max-width: 900px) {
        main .thomastic_page .resources_section .right_section {
          display: block;
          width: 100%;
          padding-left: 0; } }
      main .thomastic_page .resources_section .right_section p {
        color: #333 !important; }
  main .thomastic_page .inspiring_Section {
    width: 100%;
    padding: 30px 70px;
    background-color: #fff;
    display: table; }
    @media (max-width: 900px) {
      main .thomastic_page .inspiring_Section {
        padding: 25px; } }
    main .thomastic_page .inspiring_Section a {
      padding: 15px 60px;
      text-decoration: none;
      background-color: #FAB735;
      color: #fff !important;
      font-size: 20px;
      font-weight: 700;
      line-height: 25px; }
      main .thomastic_page .inspiring_Section a:hover {
        color: #fff !important;
        background-color: #e9b920; }
      @media (max-width: 991px) {
        main .thomastic_page .inspiring_Section a {
          padding: 10px 50px;
          font-size: 16px;
          line-height: 23px; } }
      @media (max-width: 550px) {
        main .thomastic_page .inspiring_Section a {
          line-height: 20px; } }
    main .thomastic_page .inspiring_Section p {
      color: #07265e;
      margin-bottom: 10px;
      line-height: 24px;
      font-size: 15px;
      font-family: "Poppins", sans-serif; }
      main .thomastic_page .inspiring_Section p:last-child {
        margin-bottom: 30px; }
      @media (max-width: 991px) {
        main .thomastic_page .inspiring_Section p {
          font-size: 14px;
          line-height: 21px; } }
      @media (max-width: 551px) {
        main .thomastic_page .inspiring_Section p {
          font-size: 13px;
          line-height: 19px; } }
    main .thomastic_page .inspiring_Section img {
      width: 100%; }
    main .thomastic_page .inspiring_Section .h3 {
      margin-bottom: 25px; }
      main .thomastic_page .inspiring_Section .h3 span {
        font-weight: 400; }
      @media (max-width: 991px) {
        main .thomastic_page .inspiring_Section .h3 {
          margin-bottom: 10px;
          font-size: 18px;
          line-height: 23px; } }
      @media (max-width: 550px) {
        main .thomastic_page .inspiring_Section .h3 {
          font-size: 16px;
          line-height: 20px; } }
    main .thomastic_page .inspiring_Section .left_Section {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      padding-right: 40px;
      margin: 0px 0px 0px -4px; }
      @media (max-width: 900px) {
        main .thomastic_page .inspiring_Section .left_Section {
          text-align: left;
          display: table-footer-group; } }
      main .thomastic_page .inspiring_Section .left_Section .inspiring-describe {
        padding-bottom: 30px;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          main .thomastic_page .inspiring_Section .left_Section .inspiring-describe {
            margin-bottom: 0px; } }
    main .thomastic_page .inspiring_Section .right_section {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      padding-left: 20px; }
      @media (max-width: 900px) {
        main .thomastic_page .inspiring_Section .right_section {
          text-align: center;
          display: table-header-group;
          margin-bottom: 10px; } }
      main .thomastic_page .inspiring_Section .right_section img {
        max-width: 471px; }
        @media (max-width: 900px) {
          main .thomastic_page .inspiring_Section .right_section img {
            margin-bottom: 15px; } }

.category .thomastic_page .inspiring_Section a {
  display: none; }

.category .thomastic_page .inner_strings_section a {
  pointer-events: auto !important; }

@media (max-width: 991px) {
  .revelle_page {
    padding: 0px 15px; } }

.revelle_page .revelle_content_section {
  padding: 20px 30px 0px; }
  @media (max-width: 767px) {
    .revelle_page .revelle_content_section {
      padding-left: 15px;
      padding-right: 15px; } }
  .revelle_page .revelle_content_section p {
    font-family: "Poppins", sans-serif;
    color: #333 !important; }
    .revelle_page .revelle_content_section p strong {
      color: #07265e; }
    @media (max-width: 991px) {
      .revelle_page .revelle_content_section p {
        line-height: 21px; } }
    @media (max-width: 550px) {
      .revelle_page .revelle_content_section p {
        line-height: 19px; } }
  .revelle_page .revelle_content_section h3 {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #07265e; }
    @media (max-width: 991px) {
      .revelle_page .revelle_content_section h3 {
        font-size: 18px;
        line-height: 23px; } }
    @media (max-width: 550px) {
      .revelle_page .revelle_content_section h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; } }

.revelle_page .revelle_banner_section {
  display: table;
  width: 100%; }
  .revelle_page .revelle_banner_section .banner_left_section {
    background: #5C9696;
    display: table-cell;
    width: 65%;
    background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/revelle-hero-banner.png");
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 1500px) {
      .revelle_page .revelle_banner_section .banner_left_section {
        padding: 250px 0px; } }
    @media (max-width: 480px) {
      .revelle_page .revelle_banner_section .banner_left_section {
        display: block;
        width: 100%;
        padding-top: 49%; } }
  .revelle_page .revelle_banner_section .banner_right_section {
    background: #5C9696;
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    height: auto; }
    @media (max-width: 480px) {
      .revelle_page .revelle_banner_section .banner_right_section {
        display: block;
        width: 100%; } }
  @media (max-width: 480px) and (max-width: 550px) {
    .revelle_page .revelle_banner_section .banner_right_section img {
      height: 100%;
      max-height: 310px;
      width: 100%; } }
    .revelle_page .revelle_banner_section .banner_right_section a {
      height: 350px;
      display: inline-block;
      background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/shop-all-teal.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%; }
      .revelle_page .revelle_banner_section .banner_right_section a img {
        display: none; }
      @media (max-width: 991px) {
        .revelle_page .revelle_banner_section .banner_right_section a {
          height: 230px; } }
      @media (max-width: 767px) {
        .revelle_page .revelle_banner_section .banner_right_section a {
          height: 180px; } }
  .revelle_page .revelle_banner_section a {
    display: block; }

.revelle_page .revelle_list_section {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  background-color: #e9f0e8; }
  .revelle_page .revelle_list_section .revelle_inner_section {
    display: inline-block;
    width: 31.33%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .revelle_page .revelle_list_section .revelle_inner_section {
        width: 48.33%; } }
    .revelle_page .revelle_list_section .revelle_inner_section img {
      width: 100%; }
  .revelle_page .revelle_list_section a {
    display: block; }

.revelle_page p {
  margin-bottom: 21px !important; }

.revelle_page .revelle_bottom_section {
  width: 100%;
  background: #b29130;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .revelle_page .revelle_bottom_section {
      background: #b29130; } }
  .revelle_page .revelle_bottom_section .banner_left_section {
    width: 35%;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 480px) {
      .revelle_page .revelle_bottom_section .banner_left_section {
        display: block;
        width: 100%; } }
  .revelle_page .revelle_bottom_section .banner_right_section {
    width: 65%;
    vertical-align: middle;
    height: auto;
    margin-left: -4px;
    display: inline-block; }
    @media (max-width: 480px) {
      .revelle_page .revelle_bottom_section .banner_right_section {
        display: block;
        width: 100%;
        margin-left: 0px; } }
    .revelle_page .revelle_bottom_section .banner_right_section .faq-anchor {
      display: inline-block; }
  .revelle_page .revelle_bottom_section a {
    display: block; }

.revelle_page img {
  width: 100%; }

/*jargar B2b page design*/
.jargar_desc_section {
  padding: 20px 40px;
  display: block;
  width: 100%; }
  @media screen and (max-width: 550px) {
    .jargar_desc_section {
      padding: 20px 20px 0px 20px; } }
  .jargar_desc_section .banner_section {
    margin: 0px 0px 20px 0px; }
    .jargar_desc_section .banner_section img {
      width: 100%; }
  .jargar_desc_section .banner_content_section {
    display: table;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid  #E9B920;
    border-bottom: 1px solid #E9B920;
    padding-top: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 550px) {
      .jargar_desc_section .banner_content_section {
        text-align: center; } }
    .jargar_desc_section .banner_content_section .banner_left_section, .jargar_desc_section .banner_content_section .banner_right_section {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
      @media screen and (max-width: 550px) {
        .jargar_desc_section .banner_content_section .banner_left_section, .jargar_desc_section .banner_content_section .banner_right_section {
          display: block;
          width: 100%; } }
      .jargar_desc_section .banner_content_section .banner_left_section p, .jargar_desc_section .banner_content_section .banner_right_section p {
        color: #444 !important; }
      .jargar_desc_section .banner_content_section .banner_left_section h2, .jargar_desc_section .banner_content_section .banner_right_section h2 {
        font-size: 18px;
        line-height: 23px;
        margin: 0px 0px 10px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .jargar_desc_section .banner_content_section .banner_left_section h2, .jargar_desc_section .banner_content_section .banner_right_section h2 {
            font-size: 16px;
            line-height: 21px; } }
    .jargar_desc_section .banner_content_section .banner_left_section {
      padding: 0px 15px 0px 0px; }
      @media screen and (max-width: 550px) {
        .jargar_desc_section .banner_content_section .banner_left_section {
          padding: 0px; } }
    .jargar_desc_section .banner_content_section .banner_right_section {
      padding: 0px 0px 0px 15px; }
      @media screen and (max-width: 550px) {
        .jargar_desc_section .banner_content_section .banner_right_section {
          padding: 0px; } }
  .jargar_desc_section .brand-redirect {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .jargar_desc_section .brand-redirect .button--primary:hover {
      background-color: #EAB710 !important; }
    @media screen and (max-width: 480px) {
      .jargar_desc_section .brand-redirect .button--primary {
        width: 100%;
        max-width: 280px; } }
  .jargar_desc_section .jargar_product_container .jargar_page_title h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #e9f0e8; }
    @media screen and (max-width: 550px) {
      .jargar_desc_section .jargar_product_container .jargar_page_title h2 {
        text-align: center;
        font-size: 18px;
        line-height: 22px; } }
  .jargar_desc_section .jargar_product_container .jargar_page_content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #e9f0e8;
    margin-bottom: 20px; }
    .jargar_desc_section .jargar_product_container .jargar_page_content div {
      display: inline-block;
      width: 24%; }
      @media screen and (max-width: 767px) {
        .jargar_desc_section .jargar_product_container .jargar_page_content div {
          width: 49%; } }
      .jargar_desc_section .jargar_product_container .jargar_page_content div a {
        display: inline-block;
        margin: 0px 5px 0px 0px;
        text-decoration: none; }
        .jargar_desc_section .jargar_product_container .jargar_page_content div a span {
          display: block;
          margin: 0px 0px 15px 0px; }
  @media screen and (max-width: 600px) {
    .jargar_desc_section .bottom_container {
      text-align: center; } }
  .jargar_desc_section .bottom_container p {
    color: #333 !important; }
  .jargar_desc_section .bottom_container h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #E9F0E8;
    padding: 0px 0px 6px 0px; }
    @media screen and (max-width: 550px) {
      .jargar_desc_section .bottom_container h1 {
        border: 0;
        padding-bottom: 0; } }

/*jargar B2b page design*/
/*konig-and-meyer B2b page design*/
@media screen and (max-width: 991px) {
  .km_brand_template {
    padding: 0px 14px; } }

.km_brand_template .brands_description_section .brands_banner_section {
  padding: 0;
  position: relative; }
  .km_brand_template .brands_description_section .brands_banner_section .banner_content_section {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    margin-bottom: 40px;
    min-height: 425px; }
    @media screen and (max-width: 1200px) {
      .km_brand_template .brands_description_section .brands_banner_section .banner_content_section {
        min-height: auto; } }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .brands_banner_section .banner_content_section {
        min-height: 270px; } }
    @media screen and (max-width: 550px) {
      .km_brand_template .brands_description_section .brands_banner_section .banner_content_section {
        min-height: 220px; } }
    .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content {
      display: table-cell;
      vertical-align: top;
      text-align: center;
      padding: 40px 50px; }
      @media screen and (max-width: 991px) {
        .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content {
          padding: 30px;
          vertical-align: middle; } }
      @media screen and (max-width: 550px) {
        .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content {
          padding: 10px; } }
      @media screen and (max-width: 991px) {
        .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content img {
          max-width: 250px; } }
      @media screen and (max-width: 550px) {
        .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content img {
          max-width: 300px; } }
      @media screen and (max-width: 550px) {
        .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content img {
          max-width: 250px; } }
      .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_heading {
        color: #fff !important;
        font-size: 38px;
        line-height: normal;
        margin: 40px 0px auto 0px;
        letter-spacing: .5px;
        font-weight: 400;
        background: 0 0; }
        @media screen and (max-width: 1200px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_heading {
            margin: 30px 0px 0px 0px;
            font-size: 35px;
            line-height: 37px; } }
        @media screen and (max-width: 991px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_heading {
            margin-top: 20px;
            font-size: 27px; } }
        @media screen and (max-width: 767px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_heading {
            font-size: 25px;
            line-height: normal; } }
        @media screen and (max-width: 550px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_heading {
            font-size: 20px; } }
        @media screen and (max-width: 480px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_heading {
            font-size: 18px; } }
      .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button {
        position: static;
        margin: 40px 0px 0px 0px;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 1200px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button {
            margin: 25px 0px 0px 0px; } }
        @media screen and (max-width: 550px) {
          .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button {
            margin: 15px 0px 0px 0px; } }
        .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button a {
          background: #19635b;
          border-color: #19635b;
          padding: 15px 20px;
          max-width: 200px;
          width: 100%;
          border-radius: 0;
          text-decoration: none;
          text-align: center;
          color: #fff !important;
          line-height: normal; }
          @media screen and (max-width: 991px) {
            .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button a {
              padding: 12px 20px;
              max-width: 185px; } }
          @media screen and (max-width: 600px) {
            .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button a {
              padding: 10px 20px;
              max-width: 172px; } }
          @media screen and (max-width: 550px) {
            .km_brand_template .brands_description_section .brands_banner_section .banner_content_section .banner_inner_content .banner_button a {
              max-width: 150px; } }

.km_brand_template .brands_description_section .brands_banner_section > img {
  width: 100%;
  min-height: 425px; }
  @media screen and (max-width: 1200px) {
    .km_brand_template .brands_description_section .brands_banner_section > img {
      width: auto;
      min-height: auto; } }
  @media screen and (max-width: 991px) {
    .km_brand_template .brands_description_section .brands_banner_section > img {
      min-height: 270px; } }
  @media screen and (max-width: 550px) {
    .km_brand_template .brands_description_section .brands_banner_section > img {
      min-height: 220px; } }

.km_brand_template .brands_description_section .about_content_section {
  display: table;
  width: 100%;
  padding: 30px 40px 6px; }
  @media screen and (max-width: 991px) {
    .km_brand_template .brands_description_section .about_content_section {
      padding: 30px 20px 6px; } }
  @media screen and (max-width: 767px) {
    .km_brand_template .brands_description_section .about_content_section {
      padding: 20px 20px 10px; } }
  .km_brand_template .brands_description_section .about_content_section .about_inner_section {
    width: 50%;
    vertical-align: top;
    padding: 10px 20px;
    display: table-cell; }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .about_content_section .about_inner_section {
        width: 100%;
        padding-bottom: 0px;
        display: block; } }
    @media screen and (max-width: 767px) {
      .km_brand_template .brands_description_section .about_content_section .about_inner_section {
        padding-left: 0px;
        padding-right: 0px; } }
    .km_brand_template .brands_description_section .about_content_section .about_inner_section p {
      color: #333 !important;
      line-height: 21px;
      font-size: 14px; }
      @media screen and (max-width: 991px) {
        .km_brand_template .brands_description_section .about_content_section .about_inner_section p {
          margin: 0px 0px 10px 0px;
          font-size: 13px;
          line-height: 19px; } }
    .km_brand_template .brands_description_section .about_content_section .about_inner_section .page_subheading {
      font-size: 20px;
      line-height: 25px;
      margin: 0;
      font-weight: 700;
      color: #19635b !important; }
      @media screen and (max-width: 550px) {
        .km_brand_template .brands_description_section .about_content_section .about_inner_section .page_subheading {
          font-size: 18px;
          line-height: 22px; } }
    .km_brand_template .brands_description_section .about_content_section .about_inner_section div {
      text-align: center; }
      .km_brand_template .brands_description_section .about_content_section .about_inner_section div .button_section {
        display: inline-block;
        max-width: 200px;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 991px) {
          .km_brand_template .brands_description_section .about_content_section .about_inner_section div .button_section {
            margin: 5px 0px 0px 0px; } }
        .km_brand_template .brands_description_section .about_content_section .about_inner_section div .button_section a {
          background: #19635b;
          border-color: #19635b;
          padding: 15px 20px;
          max-width: 200px;
          width: 100%;
          color: #fff !important;
          font-weight: 600;
          text-decoration: none;
          display: inline-block; }
          @media screen and (max-width: 991px) {
            .km_brand_template .brands_description_section .about_content_section .about_inner_section div .button_section a {
              padding: 12px 20px;
              max-width: 185px;
              text-align: center; } }
          @media screen and (max-width: 600px) {
            .km_brand_template .brands_description_section .about_content_section .about_inner_section div .button_section a {
              padding: 10px 20px;
              max-width: 172px; } }
          .km_brand_template .brands_description_section .about_content_section .about_inner_section div .button_section a .arrow_img {
            display: inline-block;
            vertical-align: middle;
            text-transform: uppercase;
            line-height: 20px;
            margin: 0px 0px 0px 8px; }

.km_brand_template .brands_description_section .about_content_section.title_section {
  padding-bottom: 0px; }
  .km_brand_template .brands_description_section .about_content_section.title_section .about_inner_section {
    vertical-align: middle; }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .about_content_section.title_section .about_inner_section {
        padding-bottom: 0px; } }
  @media screen and (max-width: 991px) {
    .km_brand_template .brands_description_section .about_content_section.title_section .about_inner_section.video_section {
      display: none; } }

.km_brand_template .brands_description_section .about_content_section.title_section + .about_content_section {
  padding-top: 0px; }
  @media screen and (max-width: 991px) {
    .km_brand_template .brands_description_section .about_content_section.title_section + .about_content_section {
      display: block; } }

.km_brand_template .brands_description_section .category_section {
  display: block;
  width: 100%;
  padding: 20px 2px 0;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .km_brand_template .brands_description_section .category_section {
      padding: 20px 0px 0; } }
  .km_brand_template .brands_description_section .category_section .inner_category_section {
    display: inline-block;
    vertical-align: top;
    width: 19.9%;
    padding: 2px 2px 0 2px;
    text-align: center;
    position: relative;
    margin-left: -4px;
    margin-right: .05%;
    margin-bottom: 2px;
    z-index: 0; }
    @media screen and (max-width: 1200px) {
      .km_brand_template .brands_description_section .category_section .inner_category_section {
        width: 24.9%; } }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .category_section .inner_category_section {
        width: 32.9%; } }
    @media screen and (max-width: 767px) {
      .km_brand_template .brands_description_section .category_section .inner_category_section {
        width: 49.9%; } }
    @media screen and (max-width: 480px) {
      .km_brand_template .brands_description_section .category_section .inner_category_section {
        width: 100%;
        margin: 0 auto; } }
    .km_brand_template .brands_description_section .category_section .inner_category_section div {
      background-color: #f5f5f5; }
      .km_brand_template .brands_description_section .category_section .inner_category_section div a {
        padding: 20px;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-decoration: none; }
      .km_brand_template .brands_description_section .category_section .inner_category_section div span:first-child {
        min-height: auto; }
    .km_brand_template .brands_description_section .category_section .inner_category_section div.start_category_hover {
      display: none;
      visibility: hidden; }
      .km_brand_template .brands_description_section .category_section .inner_category_section div.start_category_hover ul {
        padding: 15px;
        height: 233px;
        overflow-y: auto;
        margin: 0px 0px 10px 0px;
        list-style: none; }
        .km_brand_template .brands_description_section .category_section .inner_category_section div.start_category_hover ul li {
          margin: 0px 0px 5px 0px;
          text-align: left;
          font-size: 13px;
          line-height: normal;
          display: inline-block;
          width: 100%; }
  .km_brand_template .brands_description_section .category_section .inner_category_section:hover .start_category_hover {
    display: block;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: rgba(29, 121, 112, 0.9);
    z-index: 10;
    transition: .2s ease-in;
    position: absolute;
    visibility: visible; }
    .km_brand_template .brands_description_section .category_section .inner_category_section:hover .start_category_hover ul li span {
      color: #ffff !important;
      text-align: left;
      padding: 0px; }
    .km_brand_template .brands_description_section .category_section .inner_category_section:hover .start_category_hover a.hover_section {
      background: #19635b;
      color: #fff !important;
      padding: 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      min-height: 80px;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      width: 100%; }

.km_brand_template .brands_description_section .contact_section {
  background: #30615b;
  padding: 20px 15px;
  color: #fff;
  display: table;
  width: 100%; }
  .km_brand_template .brands_description_section .contact_section .head_Section, .km_brand_template .brands_description_section .contact_section .content_section, .km_brand_template .brands_description_section .contact_section .button_section {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .km_brand_template .brands_description_section .contact_section .head_Section, .km_brand_template .brands_description_section .contact_section .content_section, .km_brand_template .brands_description_section .contact_section .button_section {
        width: 100%; } }
  .km_brand_template .brands_description_section .contact_section .head_Section {
    width: 30%;
    padding: 0 10px; }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .contact_section .head_Section {
        padding: 0px 10px 0px 0px; } }
    @media screen and (max-width: 767px) {
      .km_brand_template .brands_description_section .contact_section .head_Section {
        display: block;
        width: 100%;
        margin-bottom: 15px; } }
    .km_brand_template .brands_description_section .contact_section .head_Section h4 {
      margin: 0;
      color: #fff !important;
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      text-align: center; }
  .km_brand_template .brands_description_section .contact_section .content_section {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .km_brand_template .brands_description_section .contact_section .content_section {
        display: block;
        width: 100%;
        margin-bottom: 15px; } }
    .km_brand_template .brands_description_section .contact_section .content_section p {
      margin: 0;
      padding: 0 40px;
      border-left: 1px solid #fff;
      color: #fff !important; }
      @media screen and (max-width: 767px) {
        .km_brand_template .brands_description_section .contact_section .content_section p {
          border: 0;
          padding: 0;
          text-align: center; } }
  .km_brand_template .brands_description_section .contact_section .button_section {
    width: 20%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .km_brand_template .brands_description_section .contact_section .button_section {
        display: block;
        width: 100%; } }
    .km_brand_template .brands_description_section .contact_section .button_section a {
      border: 1px solid #fff;
      padding: 10px 20px;
      background: #30615b;
      color: #fff !important;
      font-weight: 600;
      display: inline-block;
      text-decoration: none; }
      .km_brand_template .brands_description_section .contact_section .button_section a:hover {
        transition: 0.1s;
        background: #fff;
        color: #30615b !important; }

.km_brand_template .brands_description_section .learnmore_section {
  padding: 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .km_brand_template .brands_description_section .learnmore_section {
      padding: 20px; } }
  .km_brand_template .brands_description_section .learnmore_section .page_heading {
    color: #444 !important;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 15px;
    font-weight: 700; }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .learnmore_section .page_heading {
        font-size: 22px;
        line-height: 25px; } }
    @media screen and (max-width: 480px) {
      .km_brand_template .brands_description_section .learnmore_section .page_heading {
        font-size: 18px;
        line-height: 20px;
        margin: 0px 0px 15px 0px; } }
  .km_brand_template .brands_description_section .learnmore_section p {
    margin: 0px 0px 40px 0px;
    color: #444 !important; }
    @media screen and (max-width: 991px) {
      .km_brand_template .brands_description_section .learnmore_section p {
        margin: 0px 0px 25px 0px; } }
  .km_brand_template .brands_description_section .learnmore_section ul {
    display: table;
    width: 100%;
    margin: 0px; }
    .km_brand_template .brands_description_section .learnmore_section ul li {
      display: table-cell;
      width: 25%;
      vertical-align: middle;
      padding: 0 20px;
      text-align: center;
      list-style: none; }
      @media screen and (max-width: 991px) {
        .km_brand_template .brands_description_section .learnmore_section ul li {
          padding: 0px 15px; } }
      @media screen and (max-width: 767px) {
        .km_brand_template .brands_description_section .learnmore_section ul li {
          width: 30%;
          display: inline-block;
          margin-bottom: 20px; } }
      @media screen and (max-width: 600px) {
        .km_brand_template .brands_description_section .learnmore_section ul li {
          width: 40%; } }
      @media screen and (max-width: 480px) {
        .km_brand_template .brands_description_section .learnmore_section ul li {
          padding: 0 10px;
          width: 49%; } }
      .km_brand_template .brands_description_section .learnmore_section ul li img {
        display: block;
        margin: 0 auto; }
      .km_brand_template .brands_description_section .learnmore_section ul li a {
        margin-top: 15px;
        display: inline-block;
        background-image: url(https://cdn11.bigcommerce.com/s-51ucr5ts3p/product_images/uploaded_images/right-arrow.png);
        background-position-x: 98%;
        padding-right: 20px;
        background-repeat: no-repeat;
        background-position-y: 5px;
        font-weight: 700;
        text-decoration: none; }

/*konig-and-meyer B2b page design*/
/*Boveda*/
.body_container .boveda_banner_background {
  background-image: url("https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/boveda-banner.png");
  min-height: 340px !important;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .body_container .boveda_banner_background {
      background-image: none;
      min-height: unset !important;
      position: relative; } }

.body_container .boveda_banner_content {
  width: 46%;
  margin-left: auto;
  text-align: center;
  padding-top: 15px;
  margin-right: 65px; }
  @media (max-width: 991px) {
    .body_container .boveda_banner_content {
      text-align: center;
      padding: 30px 25px;
      background: #000;
      width: 100%; } }
  @media (max-width: 991px) {
    .body_container .boveda_banner_content {
      padding: 20px; } }
  .body_container .boveda_banner_content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #fff !important;
    margin: 30px 0px 10px 0px; }
    @media (max-width: 1300px) {
      .body_container .boveda_banner_content h1 {
        font-size: 23px;
        line-height: 30px;
        margin: 20px 0px 10px 0px; } }
    @media (max-width: 991px) {
      .body_container .boveda_banner_content h1 {
        position: absolute;
        top: 45px;
        right: 0;
        width: 100%;
        max-width: 425px;
        font-size: 18px;
        line-height: 23px; } }
    @media (max-width: 767px) {
      .body_container .boveda_banner_content h1 {
        max-width: 258px;
        top: 17px; } }
    @media (max-width: 550px) {
      .body_container .boveda_banner_content h1 {
        font-size: 14px;
        line-height: 18px;
        max-width: 215px; } }
    @media (max-width: 450px) {
      .body_container .boveda_banner_content h1 {
        font-size: 12px;
        line-height: 16px;
        max-width: 185px; } }
    @media (max-width: 350px) {
      .body_container .boveda_banner_content h1 {
        max-width: 155px;
        top: 0; } }
  .body_container .boveda_banner_content .banner_subheading {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    margin: 0px 0px 15px 0px; }
    @media (max-width: 1300px) {
      .body_container .boveda_banner_content .banner_subheading {
        font-size: 13px;
        line-height: 19px; } }
  .body_container .boveda_banner_content .boveda_para {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin: 0px 0px 16px 0px; }
    @media (max-width: 1300px) {
      .body_container .boveda_banner_content .boveda_para {
        font-size: 13px;
        line-height: 19px; } }
    @media (max-width: 480px) {
      .body_container .boveda_banner_content .boveda_para {
        line-height: 16px;
        font-size: 12px; } }
  .body_container .boveda_banner_content .banner_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background: #86DADE;
    padding: 11px 48px 9px 46px;
    display: inline-block;
    text-decoration: none; }
    @media (max-width: 1300px) {
      .body_container .boveda_banner_content .banner_button {
        font-size: 14px;
        line-height: 19px; } }
  .body_container .boveda_banner_content .shop_all_button:hover {
    background: #fff; }

.body_container .wooden_instrument_section {
  background: #3D322D;
  padding: 20px 0px 35px; }
  @media (max-width: 991px) {
    .body_container .wooden_instrument_section {
      padding: 20px 25px 20px; } }
  .body_container .wooden_instrument_section .wooden_instrument_heading {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff !important;
    margin: 0px 0px 30px 0px; }
    .body_container .wooden_instrument_section .wooden_instrument_heading span {
      color: #86DADE !important; }
    @media (max-width: 1100px) {
      .body_container .wooden_instrument_section .wooden_instrument_heading {
        font-size: 16px;
        line-height: 18px;
        margin: 0px; } }
  .body_container .wooden_instrument_section li {
    display: inline-block;
    border: 1px solid #86DADE;
    margin-right: 27px; }
    @media (max-width: 1200px) {
      .body_container .wooden_instrument_section li {
        margin-right: 10px; } }
    @media (max-width: 1100px) {
      .body_container .wooden_instrument_section li {
        margin: 20px 0px 0px 10px; } }
    @media (max-width: 767px) {
      .body_container .wooden_instrument_section li {
        width: 100%;
        max-width: 355px;
        margin: 20px 0 0 0; } }
    .body_container .wooden_instrument_section li a {
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #fff !important;
      text-decoration: none;
      padding: 12px 20px;
      display: inline-block; }
      .body_container .wooden_instrument_section li a:hover {
        color: #000; }
      @media (max-width: 1200px) {
        .body_container .wooden_instrument_section li a {
          font-size: 12px;
          line-height: 16px;
          padding: 8px 12px; } }
      @media (max-width: 767px) {
        .body_container .wooden_instrument_section li a {
          width: 100%; } }
    .body_container .wooden_instrument_section li:last-child {
      margin-right: 0; }
    .body_container .wooden_instrument_section li:hover {
      background: #86dade;
      border: 1px solid #3D322D; }
  .body_container .wooden_instrument_section ul {
    text-align: center;
    margin: 0px; }

.body_container .boveda_works_section {
  padding: 20px 50px; }
  @media (max-width: 991px) {
    .body_container .boveda_works_section {
      padding: 20px 25px 10px; } }
  @media (max-width: 550px) {
    .body_container .boveda_works_section {
      padding: 30px 25px 30px; } }
  .body_container .boveda_works_section .right_containers {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px; }
    @media (max-width: 1200px) {
      .body_container .boveda_works_section .right_containers {
        width: 47%; } }
    @media (max-width: 991px) {
      .body_container .boveda_works_section .right_containers {
        width: 100%; } }
    .body_container .boveda_works_section .right_containers .right_containers_image_section img {
      width: 100%; }
      @media (min-width: 1800px) {
        .body_container .boveda_works_section .right_containers .right_containers_image_section img {
          max-width: 800px; } }
      @media (min-width: 1500px) {
        .body_container .boveda_works_section .right_containers .right_containers_image_section img {
          max-width: 700px; } }
      @media (max-width: 1499px) {
        .body_container .boveda_works_section .right_containers .right_containers_image_section img {
          max-width: 600px; } }
      @media (max-width: 1300px) {
        .body_container .boveda_works_section .right_containers .right_containers_image_section img {
          max-width: 495px; } }
      @media (max-width: 1100px) {
        .body_container .boveda_works_section .right_containers .right_containers_image_section img {
          max-width: 400px; } }
  .body_container .boveda_works_section .left_containers {
    width: 40%;
    display: inline-block;
    border-right: 1px solid #86DADE;
    vertical-align: middle;
    margin-left: -4px; }
    @media (max-width: 1200px) {
      .body_container .boveda_works_section .left_containers {
        width: 53%; } }
    @media (max-width: 991px) {
      .body_container .boveda_works_section .left_containers {
        width: 100%;
        border-bottom: 1px solid #86dade;
        border-right: 0; } }
    .body_container .boveda_works_section .left_containers .image_section img {
      max-width: 163px; }
  .body_container .boveda_works_section .content_section {
    margin-left: 30px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 550px) {
      .body_container .boveda_works_section .content_section {
        margin-top: 10px;
        margin-left: 10px; } }

.body_container .image_content_section {
  margin-bottom: 30px;
  display: flex; }
  @media (max-width: 991px) {
    .body_container .image_content_section {
      margin-bottom: 20px; } }
  @media (max-width: 550px) {
    .body_container .image_content_section {
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .body_container .image_content_section .content_section h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    color: #3d322d !important;
    margin-bottom: 12px; }
  .body_container .image_content_section .content_section p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #694F3C !important; }

.body_container .right_containers_image_section {
  text-align: center; }
  @media (max-width: 1200px) {
    .body_container .right_containers_image_section {
      text-align: right; } }
  @media (max-width: 991px) {
    .body_container .right_containers_image_section {
      text-align: center; } }
  @media (max-width: 991px) {
    .body_container .right_containers_image_section img {
      max-width: 440px;
      width: 100%; } }

.body_container .boveda_description_section .video_Section h3 {
  margin-top: 0 !important;
  background: #86dade;
  margin: 50px 0 70px;
  padding: 8px;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600;
  text-align: center;
  color: #444 !important; }
  @media (max-width: 991px) {
    .body_container .boveda_description_section .video_Section h3 {
      margin: 25px 0px 25px;
      font-size: 20px !important;
      line-height: 25px !important; } }
  @media (max-width: 550px) {
    .body_container .boveda_description_section .video_Section h3 {
      font-size: 15px !important;
      line-height: normal !important;
      margin: 15px 0; } }

.body_container .boveda_description_section .video_Section p {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
  color: #232323 !important;
  font-size: 16px;
  line-height: 20px;
  text-align: left; }
  @media (max-width: 991px) {
    .body_container .boveda_description_section .video_Section p {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .body_container .boveda_description_section .video_Section p {
      margin-top: 5px;
      text-align: center; } }

.body_container .boveda_description_section .how_it_works_container {
  display: table;
  width: 100%;
  background: #86DADE;
  padding: 10px 50px; }
  @media (max-width: 991px) {
    .body_container .boveda_description_section .how_it_works_container {
      padding: 10px 25px; } }
  .body_container .boveda_description_section .how_it_works_container .left_container {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    text-align: right;
    padding: 0px 60px 0px 0px; }
    @media (max-width: 991px) {
      .body_container .boveda_description_section .how_it_works_container .left_container {
        width: 30%;
        padding: 0px 20px 0px 0px; } }
    @media (max-width: 767px) {
      .body_container .boveda_description_section .how_it_works_container .left_container {
        width: 100%;
        padding: 0px;
        margin: 0px;
        display: block;
        text-align: center; } }
    .body_container .boveda_description_section .how_it_works_container .left_container img {
      margin: 25px 0px 25px 0px; }
      @media (max-width: 991px) {
        .body_container .boveda_description_section .how_it_works_container .left_container img {
          margin: 0px; } }
      @media (max-width: 767px) {
        .body_container .boveda_description_section .how_it_works_container .left_container img {
          width: 100%;
          max-width: 310px; } }
  .body_container .boveda_description_section .how_it_works_container .right_container {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding: 44px 0 62px;
    color: #333; }
    @media (max-width: 991px) {
      .body_container .boveda_description_section .how_it_works_container .right_container {
        width: 70%; } }
    @media (max-width: 767px) {
      .body_container .boveda_description_section .how_it_works_container .right_container {
        display: block;
        width: 100%;
        padding: 0px 0px 20px 0px; } }
    .body_container .boveda_description_section .how_it_works_container .right_container ul {
      margin: 0px; }
      .body_container .boveda_description_section .how_it_works_container .right_container ul li {
        width: 100%;
        font-size: 13px;
        font-weight: 600;
        -webkit-flex: 1 1 100%;
        max-width: 100%;
        margin: 0px 0px 12px 0px;
        counter-increment: step-counter;
        line-height: 14px;
        padding: 0px 0px 0px 40px;
        list-style: none;
        position: relative;
        line-height: 20px; }
        .body_container .boveda_description_section .how_it_works_container .right_container ul li::before {
          position: absolute;
          line-height: 17px;
          top: 0px;
          left: 0px;
          text-align: center;
          display: inline-block;
          min-width: 28px;
          padding: 3px 0 5px;
          color: #232323;
          border: 2px solid #232323;
          content: counter(step-counter);
          border-radius: 50%;
          font-weight: 700; }
    .body_container .boveda_description_section .how_it_works_container .right_container p:last-child {
      margin-bottom: 0; }
  .body_container .boveda_description_section .how_it_works_container h2 {
    margin: 0px 0px 11px 0px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #333 !important; }
    @media (max-width: 991px) {
      .body_container .boveda_description_section .how_it_works_container h2 {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .body_container .boveda_description_section .how_it_works_container h2 {
        font-size: 19px;
        line-height: 23px; } }
    @media (max-width: 550px) {
      .body_container .boveda_description_section .how_it_works_container h2 {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 8px; } }
  .body_container .boveda_description_section .how_it_works_container .actions_section {
    margin-top: 15px;
    display: block; }
    .body_container .boveda_description_section .how_it_works_container .actions_section a {
      padding: 7px 25px;
      color: #fff;
      background: #333333;
      border: 1px solid #333333;
      margin-right: 5px;
      display: inline-block; }
      .body_container .boveda_description_section .how_it_works_container .actions_section a:last-child {
        padding: 7px 40px; }
        .body_container .boveda_description_section .how_it_works_container .actions_section a:last-child:hover {
          background: #333333;
          color: #fff; }
  .body_container .boveda_description_section .how_it_works_container.boveda_works_section {
    background: transparent;
    padding: 50px 50px 0; }
    .body_container .boveda_description_section .how_it_works_container.boveda_works_section .left_container {
      text-align: left;
      vertical-align: top; }
    .body_container .boveda_description_section .how_it_works_container.boveda_works_section .right_container {
      vertical-align: top;
      padding: 0; }

.body_container .boveda_description_section .vides_container {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0 40px 80px;
  text-align: center; }
  @media (max-width: 991px) {
    .body_container .boveda_description_section .vides_container {
      padding: 0px 15px 25px; } }
  @media (max-width: 767px) {
    .body_container .boveda_description_section .vides_container {
      display: block; } }
  @media (max-width: 550px) {
    .body_container .boveda_description_section .vides_container {
      padding: 0px 25px 0px; } }
  .body_container .boveda_description_section .vides_container .inner_section {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    vertical-align: top; }
    @media (max-width: 991px) {
      .body_container .boveda_description_section .vides_container .inner_section {
        margin: 20px 0px 0px 0px; } }
    @media (max-width: 767px) {
      .body_container .boveda_description_section .vides_container .inner_section {
        display: block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: center; } }
    @media (max-width: 550px) {
      .body_container .boveda_description_section .vides_container .inner_section {
        padding: 0px; } }
    .body_container .boveda_description_section .vides_container .inner_section a {
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      position: relative; }
      .body_container .boveda_description_section .vides_container .inner_section a .play_icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 38%;
        text-align: center;
        margin: 0 auto; }
      @media (max-width: 767px) {
        .body_container .boveda_description_section .vides_container .inner_section a {
          display: inline-block;
          width: auto; } }
    @media (min-width: 550px) and (max-width: 767px) {
      .body_container .boveda_description_section .vides_container .inner_section .playbutton-background {
        width: 100%;
        max-width: 406px; } }

.body_container .boveda_description_section .boveda_banner_section {
  position: relative;
  text-align: center; }
  .body_container .boveda_description_section .boveda_banner_section img {
    width: 100%; }

.body_container .boveda_description_section a.banner_button:hover {
  background: #fff; }

.body_container .boveda_description_section .fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0; }

.body_container .boveda_description_section .starter_kit_section {
  padding: 0px 50px 80px; }
  @media (max-width: 991px) {
    .body_container .boveda_description_section .starter_kit_section {
      padding: 25px 0px 25px; } }
  @media (max-width: 767px) {
    .body_container .boveda_description_section .starter_kit_section {
      padding: 0px; } }
  .body_container .boveda_description_section .starter_kit_section h2 {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 24px !important;
    line-height: 29px !important;
    font-weight: 700;
    text-align: center;
    color: #444 !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #c4c4c4;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .body_container .boveda_description_section .starter_kit_section h2 {
        font-size: 17px !important; } }
  .body_container .boveda_description_section .starter_kit_section .starter_product_container {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center; }
    @media (max-width: 991px) {
      .body_container .boveda_description_section .starter_kit_section .starter_product_container {
        padding: 0px 25px; } }
    @media (max-width: 550px) {
      .body_container .boveda_description_section .starter_kit_section .starter_product_container {
        display: block; } }
    .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container {
      width: 100%;
      max-width: 420px;
      padding: 30px 20px 0; }
      @media (max-width: 991px) {
        .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container {
          padding: 10px 10px 0px; } }
      @media (max-width: 767px) {
        .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container {
          max-width: unset;
          display: block;
          width: 100%;
          text-align: center;
          margin: 0px 0px 20px 0px; } }
      .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container a, .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container h3, .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container p {
        color: #232323 !important; }
      .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 600;
        margin: 15px 0px 10px 0px; }
      .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container p {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px; }
      .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container img {
        width: 100%;
        max-width: 224px; }
      .body_container .boveda_description_section .starter_kit_section .starter_product_container .starter_inner_container a {
        display: inline-block;
        text-decoration: none;
        overflow: hidden; }

.body_container .banner_image_mobile {
  display: none; }
  @media (max-width: 991px) {
    .body_container .banner_image_mobile {
      display: block; } }

.body_container .boveda_description_section .how_it_works_container .actions_section a:hover, .body_container .boveda_description_section .how_it_works_container .actions_section a:last-child {
  background: transparent;
  color: #333333; }

.body_container .fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0px; }

/*Boveda*/
/*common-border-updates-for-brand-pages*/
.boveda_description_section, .km_brand_template, .thomastic_page, .revelle_page, .jargar_desc_section {
  margin: 0px 0px 15px 0px;
  border-bottom: 4px solid #86dade; }

.page .thomastic_page {
  border-bottom: none;
  margin: 0px; }

/*common-border-updates-for-brand-pages*/
/*restricted without login in brand page*/
.access_content {
  display: grid; }
  .access_content .login-permission-access {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .access_content .login-permission-access {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 500px) {
      .access_content .login-permission-access {
        font-size: 18px;
        margin: 20px; } }

/*restricted without login in brand page*/
/*header-newupdate-04-04-2023*/
.product .new-header-section.sticky {
  position: fixed !important;
  width: auto;
  left: 30px;
  right: 30px; }
  @media screen and (max-width: 767px) {
    .product .new-header-section.sticky {
      left: 4px;
      right: 4px; } }

.dealer_sticky {
  left: 30px !important;
  right: 30px !important; }
  @media screen and (max-width: 767px) {
    .dealer_sticky {
      left: 4px !important;
      right: 4px !important; } }

/*header-newupdate-04-04-2023*/
/*thomastik-wepage  */
.content_page.thomastik-webpage {
  padding: 0px !important; }
  @media screen and (max-width: 767px) {
    .content_page.thomastik-webpage .inner_strings_section {
      border-left: 0px !important; } }
  @media screen and (max-width: 460px) {
    .content_page.thomastik-webpage .inner_strings_section {
      width: 100% !important;
      display: block !important;
      border-left: 0px !important;
      border-right: 0px !important; } }
  .content_page.thomastik-webpage .thomastic_page {
    padding: 0px !important; }

.page #navigation {
  padding: 0px 14px 14px 14px !important; }

.page-heading.new_b2b_shipping.sticky {
  position: unset; }

/*thomastik-wepage*/
.body_container .before-login-error .page-content {
  width: 100%;
  padding: 0px; }

.body_container .before-login-error .page-heading {
  width: 100%; }

.body_container .before-login-error .u-textAlignCenter {
  width: 66%;
  margin: 0px auto;
  padding: 20px 0px; }

.body_container .before-login-error .form {
  width: 66%;
  margin: 0px auto; }
  @media (min-width: 550px) {
    .body_container .before-login-error .form .form-prefixPostfix .button {
      width: auto;
      margin: 0px 0px 0px 10px; } }

.no_products_div {
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    .no_products_div {
      font-size: 13px; } }

/*sale category*/
.navPages-item.sale-menu .navPages-action {
  color: #ff2828 !important; }

.header #sale_menu a:hover {
  color: #ff2828 !important; }

.navPages-item.sale-menu .has-subMenu.is-open + .navPage-subMenu {
  left: auto !important;
  right: -5px !important; }

/*sale category*/
/*Swall popup*/
.swal2-container .swal2-popup {
  place-items: center; }

/*Swall popup*/
/* brand page responsive design 27-04-2024*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* Your CSS styles here */
  #sd-image-f65b0c63-58ce-4a1f-bda9-7c1147941109 {
    height: 215px !important; }
  #sd-image-6adc2cd7-ab65-4152-af27-56d516dd744d {
    height: 336px !important; }
  [data-sub-layout="ce3d55ec-2715-404a-b61c-d14b215db271"] {
    margin-top: -100px !important; }
  #sd-image-a2f96fd0-9bbf-4e9f-8a12-9ac87dfefe50 {
    height: 215px !important; } }

@media only screen and (min-width: 820px) and (max-width: 1001px) {
  #sd-image-f65b0c63-58ce-4a1f-bda9-7c1147941109 {
    height: 168px !important; }
  #sd-image-6adc2cd7-ab65-4152-af27-56d516dd744d {
    height: 263px !important; } }

@media only screen and (min-width: 768px) and (max-width: 900px) {
  #sd-image-f65b0c63-58ce-4a1f-bda9-7c1147941109 {
    height: 160px !important; }
  #sd-image-6adc2cd7-ab65-4152-af27-56d516dd744d {
    height: 252px !important; }
  [data-sub-layout="ce3d55ec-2715-404a-b61c-d14b215db271"] {
    margin-top: -100px !important; }
  .centered-btn {
    margin-top: -120px !important; } }

/*theme-upgrade-launch-new-code*/
.category_img {
  display: none; }

.add-wishlist .wishlist-add .wishlist-form .form-field {
  width: 100%; }
  .add-wishlist .wishlist-add .wishlist-form .form-field .form-label {
    width: auto;
    display: inline-block; }

.yotpo-default-button {
  background: #07265e !important; }
  .yotpo-default-button:hover {
    background-color: #e9b920 !important; }

@media screen and (max-width: 767px) {
  .yotpo-footer .socialize-wrapper {
    position: relative !important; } }

@media only screen and (max-width: 599px) {
  #sd-image-a2f96fd0-9bbf-4e9f-8a12-9ac87dfefe50 {
    height: 130px !important; }
  [data-sub-layout-container="8492da39-48b8-47d0-8ee9-cec15de4dc9d"] {
    margin-right: 20px !important; }
  [data-sub-layout-container="28345539-a613-4d13-990a-2bfc9f050f03"] {
    margin-right: 20px !important; }
  [data-sub-layout="29843579-84f6-47ff-8343-674347cbc923"] {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 50px !important; } }

/*theme-upgrade-launch-new-code*/
/* brand page responsive design 05-05-2024*/
@media only screen and (min-width: 600px) and (max-width: 900px) {
  #sd-image-dbfec702-d81a-4a62-a318-b9a4833d0562 {
    height: 246px !important; }
  #sd-image-d1a5db66-56f5-4451-8249-179aefcbfb7a {
    background-size: cover;
    height: 161px !important; }
  #sd-image-d68a7537-d802-4972-8772-a0e7e636e77d {
    height: 100% !important;
    background-position: center center; }
  [data-sub-layout="3b9704c4-ce3d-489d-a97a-b7acc7066208"] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 0;
    justify-content: center;
    padding-right: 10.5px;
    padding-left: 10.5px;
    position: relative;
    padding-bottom: 80px; }
  #sd-image-a2f96fd0-9bbf-4e9f-8a12-9ac87dfefe50 {
    display: flex;
    align-items: center;
    background: url(https://cdn11.bigcommerce.com/s-iwnu3djqqm/images/stencil/original/image-manager/row3-1.png?t=1602668168) no-repeat;
    opacity: calc(100 / 100);
    background-size: cover;
    height: 160px !important; }
  .sd-simple-text-c4283c14-35ea-4dd9-91e8-6e974ed26438 {
    margin-bottom: 170px !important; }
  .overlay-content {
    height: 200px !important;
    overflow: auto !important; }
  .contact-button {
    background: none;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 0px !important;
    position: center !important; } }

@media (max-width: 600px) {
  .inner_section {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px; } }

/* brand page responsive design 05-05-2024*/
.header.Dealer_Locator {
  left: auto;
  right: auto; }

div#FormField_26 {
  display: none !important; }

.productView h2.productView-brand {
  display: none; }

.popup_bundle .bundling_products.grid .bundle_table_section .productView-product h1.productView-title {
  display: inline-block;
  min-height: 135px; }

.popup_bundle .common_section .option_details label {
  display: inline;
  margin-right: 10px; }

.bundling_products .bundle_collection_section .included_text {
  word-break: break-word; }

.quick_view_content .view_bundle, .quick_view_content .view_details {
  width: unset !important;
  min-width: 225px !important; }

#online-dealer-array li.laln div a {
  text-transform: lowercase; }

.brand-image-container {
  margin-top: 0 !important; }

body.page-type-brand[data-brand="magic-rosin"] .breadcrumbs {
  display: none; }
