@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Icons&family=Material+Icons+Outlined&family=Material+Icons+Round&family=Material+Icons+Sharp&family=Material+Icons+Two+Tone&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,0..200&family=Caprasimo&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rokkitt:ital,wght@0,100..900;1,100..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Icons&family=Material+Icons+Outlined&family=Material+Icons+Round&family=Material+Icons+Sharp&family=Material+Icons+Two+Tone&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,0..200&family=Caprasimo&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rokkitt:ital,wght@0,100..900;1,100..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 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:992px)/";
  width: 551px; }

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

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

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: 992px) {
    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%; }

.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: 992px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "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;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 992px) {
    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; }

.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: 992px) {
    #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: 992px) {
    .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: 992px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: calc(50% - remCalc(10px)); }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: 992px) {
    .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: 992px) {
    .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-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.card-custom2 {
  display: table;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 38px 0;
  background: #ffffff; }
  .card.card-custom2 .card-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 120px;
    border: 0; }
    .card.card-custom2 .card-image .halo-badges {
      top: 0; }
  .card.card-custom2 .card-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    padding: 0 0 0 15px; }
  .card.card-custom2 .card-link img {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    position: absolute;
    transition: color 0.15s ease; }
  .card.card-custom2 .card-link:before {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .card.card-custom2 .card-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0; }
    .card.card-custom2 .card-title > a {
      color: #333333;
      font-size: 15px;
      line-height: 1.625;
      font-weight: 500;
      margin: 0 0 8px 0;
      letter-spacing: 0;
      text-transform: capitalize;
      text-decoration: none; }
      .card.card-custom2 .card-title > a:hover {
        color: #757575; }
    .card.card-custom2 .card-title .card-ellipsis {
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis; }
  .card.card-custom2 .card-price {
    line-height: 1;
    position: relative;
    margin: 0 0 15px;
    visibility: visible;
    color: #333333;
    font-size: 14px; }
    .card.card-custom2 .card-price .price-section {
      display: inline-block;
      vertical-align: top; }
  .card.card-custom2 .card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px; }
    .card.card-custom2 .card-action .text {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 40px;
      font-weight: 500;
      color: #333333; }
      .card.card-custom2 .card-action .text:before {
        content: '+';
        font-size: 24px;
        font-weight: 400;
        color: #757575;
        margin: 0 8px 0 0; }
  .card.card-custom2 .card-option {
    margin: 20px 0; }
    .card.card-custom2 .card-option .form-field {
      text-align: left;
      display: block;
      font-size: 0;
      letter-spacing: 0; }
      .card.card-custom2 .card-option .form-field .form-option {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        border: 0;
        margin: 0 8px 0 0;
        pointer-events: none; }
        .card.card-custom2 .card-option .form-field .form-option .form-option-variant {
          position: relative;
          font-size: 0;
          width: 24px;
          height: 24px;
          margin: 0;
          padding: 0;
          border-radius: 50%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border: 1px solid #e3e3e3;
          background-color: #ffffff; }
          .card.card-custom2 .card-option .form-field .form-option .form-option-variant:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            border-radius: 17px;
            background-color: rgba(255, 255, 255, 0);
            opacity: 1;
            visibility: visible;
            border: 2px solid #ffffff;
            transition: color 0.15s ease; }
          .card.card-custom2 .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 {
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            transform: rotate(45deg); }
            .card.card-custom2 .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span {
              display: block;
              width: 100%;
              height: 100%;
              position: relative; }
        .card.card-custom2 .card-option .form-field .form-option:last-of-type {
          margin-right: 0; }
      .card.card-custom2 .card-option .form-field .showmore {
        display: inline-block;
        vertical-align: middle;
        color: #969696;
        margin: 0 0 0 9px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        width: auto;
        text-align: center; }
      .card.card-custom2 .card-option .form-field.form-field--size .form-option {
        font-size: 9px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #757575; }
      .card.card-custom2 .card-option .form-field.form-field--size + .form-field--size {
        display: none;
        margin-top: 0; }

.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: 992px) {
    .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: 992px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

@media (min-width: 992px) {
  .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;
  right: 0.78571rem; }

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

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

.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: 992px) {
    .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;
      right: 0.35714rem;
      top: auto; }
      @media (min-width: 992px) {
        .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: 992px) {
          .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: 992px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #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;
    outline: none;
    right: 0;
    width: 100%;
    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: 992px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 992px) {
    .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: 992px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 992px) {
      .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: 992px) {
      .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 992px) {
  .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: 992px) {
    .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: 992px) {
      .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: 992px) {
      .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: 992px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 992px) {
    .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: 992px) {
      .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: 992px) {
    .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: 992px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

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

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

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 992px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem; }
      .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: 992px) {
    .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: 992px) {
    .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: 992px) {
      .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: 992px) {
      .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: 992px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .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: 992px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 992px) {
    .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: 992px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 992px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 992px) {
      .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: 992px) {
      .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: 992px) {
    .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: 992px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 992px) {
    .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: 992px) {
  .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: 992px) {
    .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: 992px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

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

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

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

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

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

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

.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: 992px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
      .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: 992px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
  .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: 992px) {
    .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: 992px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .suggestiveCart {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 992px) {
      .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: 992px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .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: 992px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 992px) {
    .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;
  max-width: 85.71429rem; }

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

.apple-pay-checkout-button {
  background-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;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

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

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

.paymentMethodsTitle {
  margin: 0 0 0.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 {
    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%; }

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

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 992px) {
    .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: 992px) {
      .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: 992px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 992px) {
    .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: 992px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
  .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: 992px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

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

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
      .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: 992px) {
      .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: 992px) {
    .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: 992px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 992px) {
  .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: 992px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 992px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 115px;
  width: 115px; }

.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: 992px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

@media (min-width: 992px) {
  .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: 992px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  z-index: 999;
  max-width: 400px;
  font-size: 14px;
  font-weight: 400;
  width: calc(100% - 45px);
  transition: all .5s ease,z-index 0s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  color: #757575;
  background-color: #ffffff; }
  .halo-sidebar .halo-sidebar-close {
    position: absolute;
    top: 0;
    right: -44px;
    width: 44px;
    height: 44px;
    z-index: 10;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    pointer-events: auto;
    color: white;
    background-color: white; }
    .halo-sidebar .halo-sidebar-close .close {
      color: inherit;
      cursor: pointer;
      font-size: 32px;
      font-weight: 300; }
  .halo-sidebar .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px; }
    .halo-sidebar .halo-sidebar-wrapper .halo-popup-header {
      font-weight: 500;
      color: #757575;
      position: relative;
      background-color: #f3f3f3;
      padding: 16px 20px 14px 20px; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .title {
        color: inherit;
        text-transform: unset;
        line-height: 1;
        margin: 0; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close {
        position: absolute;
        top: 50%;
        opacity: 1;
        right: 20px;
        color: #757575;
        font-size: 24px;
        font-weight: 400;
        line-height: 22px;
        transform: translateY(-50%); }
        .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close svg {
          width: 12px;
          height: 12px;
          fill: #e5e5e5;
          stroke: #e5e5e5; }
  .halo-sidebar.halo-sidebar2 {
    width: 100%;
    height: auto;
    max-width: 470px; }
    .halo-sidebar.halo-sidebar2 .halo-sidebar-close {
      display: none;
      right: 0; }
  .halo-sidebar#halo-before-you-leave {
    max-width: calc(100% - 45px); }
    .halo-sidebar#halo-before-you-leave .halo-sidebar-close {
      display: block;
      left: -44px; }
  .halo-sidebar.halo-sidebar-left {
    left: -101%; }
  .halo-sidebar.halo-sidebar-right {
    right: -101%; }
  @media (min-width: 551px) {
    .halo-sidebar.halo-sidebar2 .halo-sidebar-close {
      display: block;
      background: transparent;
      left: -50px; }
      .halo-sidebar.halo-sidebar2 .halo-sidebar-close .close {
        font-size: 56px; }
    .halo-sidebar#halo-before-you-leave {
      max-width: 470px; } }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .all-categories-list .navPages-item a {
      font-size: 14px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0;
      text-transform: unset;
      color: #333333;
      z-index: 11;
      transition: unset; }
    .all-categories-list .navPages-item.is-clicked > .navPages-action {
      color: #757575;
      background-image: linear-gradient(transparent 97%, #757575 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .all-categories-list .navPage-subMenu-item.is-clicked > .navPages-action {
      color: #757575;
      background-image: linear-gradient(transparent 97%, #757575 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
    color: #757575; }
  .all-categories-list .dropdown-category-list {
    margin: 5px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding: 0 0 0 25px; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-subMenu-action {
      font-weight: 400; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    cursor: pointer; }
  .all-categories-list .icon-plus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    transition: color 0.15s ease; }
    .all-categories-list .icon-plus:before, .all-categories-list .icon-plus:after {
      content: "";
      background-color: #bebebe;
      top: 50%;
      left: 50%;
      position: absolute;
      transition: all .5s ease;
      transform: translate3D(-50%, -50%, 0) rotate(0); }
    .all-categories-list .icon-plus:before {
      width: 15px;
      height: 2px; }
    .all-categories-list .icon-plus:after {
      width: 2px;
      height: 15px; }
  .all-categories-list .is-clicked > .icon-dropdown > .icon-plus:before {
    transform: translate3D(-50%, -50%, 0) rotate(180deg); }
  .all-categories-list .is-clicked > .icon-dropdown > .icon-plus:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg); }
  @media (min-width: 1025px) {
    .all-categories-list .navPages-item > a:hover {
      color: #333333; }
    .all-categories-list .navPage-subMenu-item > a:hover {
      color: #333333;
      background-image: linear-gradient(transparent 97%, #333333 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a:hover {
      color: #333333; } }

.navList {
  list-style-type: none;
  margin: 0; }
  .navList .navList-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .navList .navList-item a {
      font-size: 14px;
      font-weight: 400;
      line-height: 40px;
      letter-spacing: 0;
      text-transform: unset;
      color: #757575;
      padding: 0;
      transition: unset;
      width: auto; }
      .navList .navList-item a.is-active {
        color: #333333; }
        .navList .navList-item a.is-active > span {
          background-image: linear-gradient(transparent 97%, #333333 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .navList .navList-item.view-all a {
      color: #333333;
      font-weight: 500; }
  @media (min-width: 1025px) {
    .navList .navList-item a:hover {
      color: #333333; }
      .navList .navList-item a:hover span {
        background-image: linear-gradient(transparent 97%, #333333 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.recentPosts-list {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #ffffff; }
  .recentPosts-list .item {
    display: block;
    width: 100%;
    margin: 0 0 20px 0; }
    .recentPosts-list .item .date {
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0;
      margin: 0 0 5px 0;
      color: #757575; }
    .recentPosts-list .item .title {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.2;
      margin: 0;
      text-transform: capitalize;
      color: #333333; }
      .recentPosts-list .item .title .link {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        text-transform: unset;
        letter-spacing: 0;
        line-height: 1.75;
        transition: unset; }
  @media (min-width: 1025px) {
    .recentPosts-list .item .title .link:hover {
      color: #333333;
      background-image: linear-gradient(transparent 97%, #333333 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.tags-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0; }
  .tags-list .tags-list-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px; }
    .tags-list .tags-list-item .link {
      padding: 0 13px; }
  @media (min-width: 1025px) {
    .tags-list .tags-list-item .link:hover {
      color: #333333;
      background-color: transparent; }
      .tags-list .tags-list-item .link:hover:before {
        width: calc(100% - 26px); } }

.products-list {
  display: block; }

.advertisement-image {
  display: block;
  padding: 0 0 15px 0;
  text-align: center; }
  .advertisement-image img {
    width: 100%; }
    .advertisement-image img.lazyload, .advertisement-image img.lazyloading {
      width: auto;
      height: auto;
      margin: 0 auto; }

.advertisement-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #757575;
  margin: 0 0 15px; }
  .advertisement-content p:last-child {
    margin-bottom: 0; }

.before-you-leave-header {
  display: block;
  padding: 20px;
  text-align: center; }
  .before-you-leave-header > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
    color: #333333;
    font-size: 28px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .before-you-leave-header > a img {
      display: block;
      width: 100%;
      max-width: 110px;
      margin: 0 auto; }
  @media (min-width: 1025px) {
    .before-you-leave-header {
      padding-left: 30px;
      padding-right: 30px; } }

.before-you-leave-banner {
  position: relative;
  display: block; }
  .before-you-leave-banner .image {
    display: block;
    position: relative;
    height: 465px; }
    .before-you-leave-banner .image img {
      height: 100%;
      object-fit: cover; }
    .before-you-leave-banner .image.no-image {
      height: 465px;
      background-color: rgba(0, 0, 0, 0.5); }
    .before-you-leave-banner .image:after {
      content: '';
      background: #20412e;
      position: absolute;
      top: 0;
      right: 0;
      opacity: .5;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .before-you-leave-banner .image:after {
      background: none; }
    .before-you-leave-banner .image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #334658; }
  .before-you-leave-banner .content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; }
    .before-you-leave-banner .content .title {
      color: #ffffff;
      font-size: 32px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 12px;
      text-transform: unset; }
    .before-you-leave-banner .content .desc1 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 17px; }
    .before-you-leave-banner .content .heading1 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 34px;
      margin-bottom: 28px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      border-bottom: 2px solid #fff; }
    .before-you-leave-banner .content .desc2 {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px;
      padding: 0 34px;
      margin-bottom: 15px; }
    .before-you-leave-banner .content .heading2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 20px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top; }
    .before-you-leave-banner .content .button {
      width: 100%;
      height: 46px;
      line-height: 46px;
      letter-spacing: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media (min-width: 321px) {
    .before-you-leave-banner .image {
      height: 450px; } }
  @media (min-width: 551px) {
    .before-you-leave-banner .image {
      height: unset; }
      .before-you-leave-banner .image img {
        object-fit: unset;
        height: unset; } }
  @media (min-width: 768px) {
    .before-you-leave-banner .content .heading2 {
      margin-bottom: 48px; } }

.before-you-leave-tab .tabs-wrapper {
  padding: 17px 20px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb; }
  .before-you-leave-tab .tabs-wrapper .tabs {
    border: 0; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab {
      display: inline-block;
      border: 0;
      margin: 0; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab + .tab {
        margin-left: 10px; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab.is-active .tab-title .count {
        background-color: #f08584; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab-title {
      padding: 0;
      margin: 0;
      color: #333333;
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: uppercase; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab-title .count {
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 0 10px;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        background-color: #c8c8c8;
        position: relative;
        top: -2px; }
  .before-you-leave-tab .tabs-wrapper .search-icon .icon-search {
    display: block;
    width: 20px;
    height: 20px; }

.before-you-leave-tab .tabs-contents {
  padding: 20px;
  margin: 0; }
  .before-you-leave-tab .tabs-contents .tab-content {
    padding: 0;
    margin: 0 0 23px 0; }
  .before-you-leave-tab .tabs-contents .no-products {
    display: block;
    text-align: center; }
    .before-you-leave-tab .tabs-contents .no-products .icon {
      display: inline-block;
      vertical-align: top;
      width: 60px;
      height: 60px;
      fill: #333333;
      stroke: transparent;
      opacity: .1;
      margin: 0 0 15px 0; }
    .before-you-leave-tab .tabs-contents .no-products .text {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px;
      text-transform: unset; }
  .before-you-leave-tab .tabs-contents .slick-arrow {
    top: auto;
    bottom: -46px;
    fill: #999999;
    width: 48px;
    height: 48px; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev {
      left: 0; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next {
      right: 0; }

@media (min-width: 376px) {
  .before-you-leave-tab .tabs-wrapper .tabs .tab + .tab {
    margin-left: 30px; } }

@media (min-width: 1025px) {
  .before-you-leave-tab .tabs-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-tab .tabs-contents {
    padding: 30px; } }

.back-to-store {
  width: 100%;
  padding: 20px; }
  .back-to-store .button {
    width: 100%; }
  @media (min-width: 1025px) {
    .back-to-store {
      padding-left: 30px;
      padding-right: 30px; } }

.halo-overlay-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 101;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  transition: opacity .5s ease;
  background-color: rgba(0, 0, 0, 0.5); }

body.openMenuPC .halo-overlay-background {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible; }

body.openMenuSidebar {
  overflow: hidden; }
  body.openMenuSidebar #halo-sidebar-mobile {
    left: 0; }
  body.openMenuSidebar .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

body.openLoginSidebar {
  overflow: hidden; }
  body.openLoginSidebar #halo-login-mobile {
    right: 0; }
  body.openLoginSidebar .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

body.openAccountSidebar {
  overflow: hidden; }
  body.openAccountSidebar #halo-account-mobile {
    right: 0; }
  body.openAccountSidebar .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

body.openSidebar {
  overflow: hidden; }
  body.openSidebar .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

body.openCartSidebar {
  overflow: hidden; }
  body.openCartSidebar .header,
  body.openCartSidebar .halo-top-bar-promotion {
    z-index: 102 !important; }
  body.openCartSidebar #halo-cart-sidebar {
    right: 0; }
  body.openCartSidebar .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

body.openBeforeYouLeave {
  overflow: hidden; }
  body.openBeforeYouLeave #halo-before-you-leave {
    right: 0; }
  body.openBeforeYouLeave .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

@media (max-width: 991px) {
  body.openStickyAddToCart .halo-popup {
    left: auto;
    right: 15px;
    bottom: 210px; } }

@media (max-width: 550px) {
  body.openStickyAddToCart .halo-popup {
    left: 0;
    right: 0;
    bottom: 195px; } }

.material-symbols-outlined {
  font-style: normal;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-feature-settings: 'liga';
  width: 24px; }

.material-symbols-filled {
  font-style: normal;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-feature-settings: 'liga';
  width: 24px; }

#consent-manager, #consent-manager-update-banner {
  display: none !important; }

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

* {
  outline: none; }

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

a, a:focus {
  color: #3C4858; }

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

a:hover {
  color: #F2612E; }

.button, .button:focus, .button:active, .swal2-container .swal2-confirm.button, .swal2-container .swal2-modal .swal2-cancel, .modal--alert .button-container .confirm {
  background-color: transparent;
  color: #fff;
  line-height: normal;
  border-radius: 0px;
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  letter-spacing: 1.25px;
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/default-11.svg") no-repeat center;
  background-size: 100% 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .button:hover, .button:focus:hover, .button:active:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover, .modal--alert .button-container .confirm:hover {
    background-color: transparent;
    color: #fff;
    border: 0;
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/hover-11.svg") no-repeat center;
    background-size: 100% 100%; }

.button:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover, .modal--alert .button-container .confirm:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

.button[disabled] {
  background-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: rokkitt, serif;
  font-weight: 300;
  color: #3C4858;
  text-transform: uppercase; }

body {
  font-family: "DM Sans", sans-serif;
  color: #3C4858;
  font-weight: 400;
  font-size: 16px;
  background: #FBFBFB; }

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

.body {
  min-height: 550px; }

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

.footer {
  float: left;
  width: 100%;
  background: transparent; }

.main_default .body, .main_category .body, .main_search .body, .main_brand .body, .main_page_contact_form .body, .main_page .body, .main_product .body {
  margin-top: 0; }

.main_page_contact_form .body, .main_page .body {
  margin-bottom: 0; }

.header {
  background-color: transparent;
  border: 0;
  position: fixed;
  top: 0; }
  .header .main_header {
    float: left;
    width: 100%;
    text-align: center;
    background: #3C4858; }

.main_header .header_top_bar {
  color: #fff;
  padding: 13.5px 0; }
  .main_header .header_top_bar p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.36px;
    margin: 0; }
  .main_header .header_top_bar a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.25px;
    color: #AAB2BE;
    margin: 0 0 0 2px;
    position: relative;
    top: -1px; }
    .main_header .header_top_bar a:hover {
      color: #F2612E; }

.header_bottom {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 38px 52px 42px 47px;
  align-items: center;
  position: relative; }
  @media only screen and (min-width: 1399px) {
    .header_bottom {
      padding: 38px 60px 42px 55px; } }
  .header_bottom .nav_menu .navPages-container {
    position: inherit; }
    .header_bottom .nav_menu .navPages-container .navPages {
      max-width: 100%;
      padding: 27px 0 0; }
  .header_bottom .nav_menu .nav_category > li {
    display: inline-block;
    padding: 0 12px 0 0; }
    .header_bottom .nav_menu .nav_category > li > a {
      padding: 0;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1.25px;
      color: #3C4858;
      font-weight: 500;
      position: relative; }
      .header_bottom .nav_menu .nav_category > li > a:hover {
        color: #3C4858; }
        .header_bottom .nav_menu .nav_category > li > a:hover:after {
          background: #F2612E;
          right: 0;
          margin-left: 0;
          transition: .2s; }
      .header_bottom .nav_menu .nav_category > li > a:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        right: 25px;
        top: 22px;
        background: transparent;
        height: 4.5px;
        margin-left: -25px;
        transition: .5s; }
    .header_bottom .nav_menu .nav_category > li.menu_shop {
      padding: 0 23px 0 0; }
    .header_bottom .nav_menu .nav_category > li.menu_open a:after {
      background: #F2612E;
      right: 0;
      margin-left: 0; }
    .header_bottom .nav_menu .nav_category > li.menu_aboutUs a:after {
      width: 42px; }

.navPage_subMenu {
  display: none; }

.header_bottom .nav_menu .nav_category li.menu_open .navPage_subMenu {
  display: block; }

.header_bottom {
  background: #FBFBFB; }
  .header_bottom .navPage_subMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #FBFBFB;
    margin: -3px 0 0;
    max-height: 513px;
    overflow-y: auto;
    padding: 0 0 67px; }
    .header_bottom .navPage_subMenu .container {
      max-width: 100%;
      padding: 0 46px 0 28px; }
      @media only screen and (min-width: 1399px) {
        .header_bottom .navPage_subMenu .container {
          padding: 0 55px 0 37px; } }
    .header_bottom .navPage_subMenu .navPages-list {
      width: 100%; }
      .header_bottom .navPage_subMenu .navPages-list li {
        float: left;
        padding: 0;
        width: 50%;
        text-align: left;
        margin: -4px 0 0; }
        .header_bottom .navPage_subMenu .navPages-list li .navPages-action {
          padding: 0 18px;
          margin: 0 0 18px;
          font-size: 18px;
          line-height: 30px;
          color: #F2612E;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 0.36px;
          font-family: "DM Sans", sans-serif;
          border: 0;
          width: auto;
          display: inline-block; }
          .header_bottom .navPage_subMenu .navPages-list li .navPages-action:a:hover {
            color: #F2612E; }
        .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li {
          width: 100%; }
          .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a {
            padding: 10px 18px 10px 19px;
            margin: 0;
            font-size: 14px;
            color: #3C4858;
            font-weight: normal;
            position: relative;
            text-transform: none;
            letter-spacing: 0.14px;
            font-family: "DM Sans", sans-serif;
            line-height: 20px;
            border: 0;
            width: auto;
            display: inline-block;
            min-width: 258px;
            max-width: 260px; }
            .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover {
              background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/megamneu_bg.svg") no-repeat center;
              background-size: 100% 100%; }
      .header_bottom .navPage_subMenu .navPages-list > li {
        margin-bottom: 4px; }
    .header_bottom .navPage_subMenu .menu_left {
      width: calc(100% - 411px);
      float: left;
      padding: 41px 18px 0 0; }
    .header_bottom .navPage_subMenu .menu_right {
      width: 411px;
      float: left; }
      .header_bottom .navPage_subMenu .menu_right .menu_image_block {
        display: inline-block;
        float: right;
        position: relative;
        /*height: 411px;display: flex;align-items: center;justify-content: center;*/ }
        .header_bottom .navPage_subMenu .menu_right .menu_image_block img {
          max-height: 411px; }
        .header_bottom .navPage_subMenu .menu_right .menu_image_block:after {
          content: "";
          display: inline-block;
          background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/shop_by_style_line.svg) no-repeat center;
          background-size: 100% 100%;
          height: 22px;
          width: 112px;
          position: absolute;
          left: -66px;
          margin: 0 auto;
          bottom: 28px; }
      .header_bottom .navPage_subMenu .menu_right .menu_categoryName {
        display: inline-block;
        float: right;
        margin: 0;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.1px;
        text-transform: capitalize;
        font-weight: 500;
        font-family: "DM Sans", sans-serif;
        margin: 13px 0 0;
        width: 100%;
        text-align: right; }

.header_bottom .navPage_subMenu .navPages-list li a.navPages-action:hover {
  color: #3C4858; }

.header_bottom .menu_support .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a {
  min-width: 206px;
  max-width: 206px; }
  .header_bottom .menu_support .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/support_megamenu_line.svg) no-repeat center;
    background-size: 100% 100%; }

.header .header-logo {
  margin: 0;
  text-align: left;
  display: inline-block; }
  .header .header-logo .header-logo-image-unknown-size {
    max-width: 263px; }

.header_bottom .header_right_icons {
  padding: 25px 0 0; }
  .header_bottom .header_right_icons .navUser-section {
    margin: 0; }
    .header_bottom .header_right_icons .navUser-section li {
      padding: 0 0 0 12px; }
      .header_bottom .header_right_icons .navUser-section li a {
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.25px;
        color: #3C4858;
        font-weight: 500; }
        .header_bottom .header_right_icons .navUser-section li a:hover {
          color: #F2612E; }
        .header_bottom .header_right_icons .navUser-section li a svg {
          fill: none;
          stroke: none; }
      .header_bottom .header_right_icons .navUser-section li.navUser-item--cart {
        padding: 0 0 0 22px;
        margin: -10px 0 0; }
        .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a {
          position: relative; }
          .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a .countPill {
            background: #F2612E;
            height: 16px;
            width: 16px;
            color: #fff;
            margin: 0;
            font-size: 8px;
            font-family: noto-sans, sans-serif;
            font-weight: 700;
            letter-spacing: 0;
            position: absolute;
            top: -6px;
            right: -8px;
            line-height: 16px; }
      .header_bottom .header_right_icons .navUser-section li.nav_user {
        position: relative; }
        .header_bottom .header_right_icons .navUser-section li.nav_user .nav_account_name {
          position: absolute;
          right: 0;
          top: -18px;
          font-size: 10px;
          letter-spacing: 1.5px;
          color: #B1B5BC; }
          .header_bottom .header_right_icons .navUser-section li.nav_user .nav_account_name:hover {
            color: #F2612E; }
      .header_bottom .header_right_icons .navUser-section li.nav_search .search_text {
        position: relative; }
        .header_bottom .header_right_icons .navUser-section li.nav_search .search_text:hover {
          color: #3C4858; }
          .header_bottom .header_right_icons .navUser-section li.nav_search .search_text:hover:after {
            background: #F2612E;
            right: 0;
            margin-left: 0;
            transition: .2s; }
        .header_bottom .header_right_icons .navUser-section li.nav_search .search_text:after {
          content: "";
          display: inline-block;
          position: absolute;
          left: 0;
          right: 25px;
          top: 22px;
          background: transparent;
          height: 4.5px;
          margin-left: -25px;
          transition: .5s; }
      .header_bottom .header_right_icons .navUser-section li.ctm_found {
        margin: 0 12px 0 0; }
        .header_bottom .header_right_icons .navUser-section li.ctm_found .nav_logout_link {
          position: relative; }
          .header_bottom .header_right_icons .navUser-section li.ctm_found .nav_logout_link:hover {
            color: #3C4858; }
            .header_bottom .header_right_icons .navUser-section li.ctm_found .nav_logout_link:hover:after {
              background: #F2612E;
              right: 0;
              margin-left: 0;
              transition: .2s; }
          .header_bottom .header_right_icons .navUser-section li.ctm_found .nav_logout_link:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            right: 25px;
            top: 22px;
            background: transparent;
            height: 4.5px;
            margin-left: -25px;
            transition: .5s; }
      .header_bottom .header_right_icons .navUser-section li.ctm_NotFound .navUser-action {
        position: relative; }
        .header_bottom .header_right_icons .navUser-section li.ctm_NotFound .navUser-action:hover {
          color: #3C4858; }
          .header_bottom .header_right_icons .navUser-section li.ctm_NotFound .navUser-action:hover:after {
            background: #F2612E;
            right: 0;
            margin-left: 0;
            transition: .2s; }
        .header_bottom .header_right_icons .navUser-section li.ctm_NotFound .navUser-action:after {
          content: "";
          display: inline-block;
          position: absolute;
          left: 0;
          right: 25px;
          top: 22px;
          background: transparent;
          height: 4.5px;
          margin-left: -25px;
          transition: .5s; }

.serach_open .header_bottom .header_right_icons .navUser-section li.nav_search .search_text:after {
  background: #F2612E;
  right: 0;
  transition: .7s;
  left: 0; }

.dropdown_quickSearch {
  position: fixed;
  top: 173px;
  left: 0;
  right: 0;
  background: #FBFBFB;
  z-index: 4;
  padding: 31px 0 67px; }
  .dropdown_quickSearch .container {
    max-width: 832px; }
  .dropdown_quickSearch .form {
    margin: 0; }
    .dropdown_quickSearch .form .form-input {
      border: 0;
      font-size: 21px;
      font-weight: 400;
      text-transform: capitalize;
      font-family: "DM Sans", sans-serif;
      height: 56px;
      line-height: 56px;
      border: 1px solid #3C4858;
      width: 100%;
      letter-spacing: 0.42px;
      color: #3C4858;
      border-radius: 0;
      padding: 0 56px 0 27px; }
    .dropdown_quickSearch .form .search_submit {
      height: 56px;
      width: 56px;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      background: transparent;
      margin: 0;
      padding: 0; }
      .dropdown_quickSearch .form .search_submit:hover #Ellipse_17_-_Outline, .dropdown_quickSearch .form .search_submit:hover #Line_75 {
        fill: #F2612E; }
    .dropdown_quickSearch .form .form-field {
      margin: 0; }

.dropdown_quickSearch .form .form-input::-webkit-input-placeholder {
  /* Edge */
  color: #3C4858; }

.dropdown_quickSearch .form .form-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3C4858; }

.dropdown_quickSearch .form .form-input::placeholder {
  color: #3C4858; }

.serach_open .dropdown_quickSearch {
  display: block !important; }

.search_box .form .form-input::-webkit-input-placeholder {
  /* Edge */
  color: #3C4858; }

.search_box .form .form-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3C4858; }

.search_box .form .form-input::placeholder {
  color: #3C4858; }

.home_top_banner {
  float: left;
  width: 100%;
  background: #3C4858; }
  .home_top_banner .home_top_block {
    float: left;
    width: 100%;
    position: relative; }
    .home_top_banner .home_top_block ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      list-style-type: none; }
      .home_top_banner .home_top_block ul li {
        width: 50%; }
        .home_top_banner .home_top_block ul li img {
          width: 100%; }
      .home_top_banner .home_top_block ul .home_topBanner_content {
        max-width: 382px;
        margin: 0 auto;
        color: #fff;
        text-align: center; }
        .home_top_banner .home_top_block ul .home_topBanner_content h2 {
          font-size: 74px;
          line-height: 60px;
          color: #FBFBFB;
          text-transform: capitalize;
          margin: 0 0 20px; }
        .home_top_banner .home_top_block ul .home_topBanner_content p {
          font-size: 21px;
          line-height: 28px;
          letter-spacing: 0.42px;
          color: #FBFBFB; }
        .home_top_banner .home_top_block ul .home_topBanner_content .home_topBanner_button {
          display: inline-block;
          margin: 0; }
        .home_top_banner .home_top_block ul .home_topBanner_content .button_link {
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 1.25px;
          position: relative;
          color: #DEE2E5;
          text-transform: uppercase;
          font-weight: 500;
          display: inline-block;
          vertical-align: middle;
          margin: -2px 13px 0;
          padding: 0 0 10px; }
          .home_top_banner .home_top_block ul .home_topBanner_content .button_link:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 4.5px;
            background: #F2612E;
            position: absolute;
            top: 24.84px;
            left: 0;
            right: 0; }
          .home_top_banner .home_top_block ul .home_topBanner_content .button_link:hover {
            color: #F2612E; }
        .home_top_banner .home_top_block ul .home_topBanner_content .button {
          margin: 0 7px;
          padding: 24px 36.5px; }
          .home_top_banner .home_top_block ul .home_topBanner_content .button:hover {
            background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/hover-11.svg) no-repeat center;
            background-size: 100% 100%; }
    .home_top_banner .home_top_block:after {
      content: "";
      display: inline-block;
      background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/top_banner_line.svg) no-repeat center;
      background-size: 100% 100%;
      height: 22px;
      width: 112px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 62px; }

.home_top_badges {
  float: left;
  width: 100%;
  margin: 78px 0; }
  .home_top_badges .home_topBadges_inner {
    float: left;
    width: 100%;
    border-top: 7px solid #3C4858; }
  .home_top_badges .home_topBadges_grid {
    list-style-type: none;
    margin: -36px 0 0;
    text-align: center; }
    .home_top_badges .home_topBadges_grid li {
      display: inline-block;
      width: auto;
      padding: 0 17px; }
      .home_top_badges .home_topBadges_grid li .home_topBadges_content {
        background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/roller_icon.svg") no-repeat center;
        background-size: 100% 100%;
        padding: 147.5px 43.5px 86.5px;
        height: 381px; }
        .home_top_badges .home_topBadges_grid li .home_topBadges_content .home_topBadges_text {
          min-width: 136px;
          display: inline-block;
          margin: 23px 0 0; }
        .home_top_badges .home_topBadges_grid li .home_topBadges_content .home_topBadges_img {
          display: flex;
          height: 62px;
          align-items: center;
          justify-content: center; }
      .home_top_badges .home_topBadges_grid li h4 {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.36px;
        font-weight: 500;
        font-family: "DM Sans", sans-serif;
        color: #F2612E; }
      .home_top_badges .home_topBadges_grid li h3 {
        margin: 0;
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 0px;
        text-transform: none; }
  .home_top_badges .home_topBadges_bottom {
    text-align: center;
    max-width: 448px;
    margin: 78px auto 0;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px; }

.banner_shop_by_style {
  float: left;
  width: 100%;
  margin: 8px 0; }
  .banner_shop_by_style .container {
    max-width: 1044px; }
  .banner_shop_by_style .shopByStyle_inner h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 25px; }
  .banner_shop_by_style .shopByStyle_grid ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .banner_shop_by_style .shopByStyle_grid ul li {
      position: relative;
      flex: 0 0 auto; }
      .banner_shop_by_style .shopByStyle_grid ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .banner_shop_by_style .shopByStyle_grid ul li img:hover {
          opacity: .6;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
      .banner_shop_by_style .shopByStyle_grid ul li .shopByStyle_title {
        text-align: right; }
        .banner_shop_by_style .shopByStyle_grid ul li .shopByStyle_title a {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.1px;
          font-weight: 500;
          display: inline-block;
          margin: 6px 0 6px; }
      .banner_shop_by_style .shopByStyle_grid ul li.li_grid_1 {
        width: 49.24%; }
        .banner_shop_by_style .shopByStyle_grid ul li.li_grid_1 .shopByStyle_image {
          position: relative; }
          .banner_shop_by_style .shopByStyle_grid ul li.li_grid_1 .shopByStyle_image:after {
            content: "";
            display: inline-block;
            background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/shop_by_style_line.svg) no-repeat center;
            background-size: 100% 100%;
            height: 22px;
            width: 112px;
            position: absolute;
            right: -63px;
            margin: 0 auto;
            bottom: 40px; }
        .banner_shop_by_style .shopByStyle_grid ul li.li_grid_1 .shopByStyle_title {
          text-align: left; }
      .banner_shop_by_style .shopByStyle_grid ul li.li_grid_2 {
        width: 20.31%;
        margin-top: -70px; }
      .banner_shop_by_style .shopByStyle_grid ul li.li_grid_3 {
        width: 30.45%;
        margin-top: 64px; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll {
    float: left;
    width: 100%; }
    .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button {
      margin: -94px 0 0;
      float: right;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1.25px;
      text-transform: uppercase;
      color: #3C4858;
      background: transparent;
      padding: 0;
      position: relative;
      z-index: 2; }
      .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: -13px;
        margin: 0 auto;
        background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/button_gray_line.svg) no-repeat center;
        background-size: 100% 100%;
        height: 40px;
        width: 28px;
        z-index: -1;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
      .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button:hover {
        opacity: 1; }
        .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button:hover:after {
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          top: -21px;
          background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/button_gray_line_hover.svg) no-repeat center;
          background-size: 100% 100%;
          height: 57px;
          width: 28px; }

.create_design_inspire {
  float: left;
  width: 100%;
  background: #DEE2E5;
  padding: 89px 0 65px;
  margin: 72px 0; }
  .create_design_inspire .container {
    max-width: 1044px; }
  .create_design_inspire .createDesignInspire_inner {
    display: flex;
    flex-flow: wrap;
    align-items: center; }
    .create_design_inspire .createDesignInspire_inner ul {
      list-style-type: none;
      margin: 0; }
  .create_design_inspire .DesignInspire_left {
    width: 64.1%;
    padding: 0 48px 0 0;
    margin: -31px 0 0; }
    .create_design_inspire .DesignInspire_left h2 {
      font-size: 32px;
      letter-spacing: 0;
      text-transform: capitalize;
      margin: 0 0 16px; }
    .create_design_inspire .DesignInspire_left p {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 59px;
      max-width: 601px; }
  .create_design_inspire .DesignInspire_left_image ul {
    margin: 0 -7.5px; }
    .create_design_inspire .DesignInspire_left_image ul li {
      width: 50%;
      float: left;
      padding: 0 7.5px; }
      .create_design_inspire .DesignInspire_left_image ul li:first-child .DesignInspire_left_text .inspire_overlaytext .inspire_icon {
        margin: 0 0 0 6px; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text {
    display: inline-block;
    width: 100%;
    position: relative; }
    .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text:after {
      content: "";
      display: inline-block;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(60, 72, 88, 0.9);
      z-index: 1; }
    .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext {
      position: absolute;
      left: 0;
      right: 0;
      top: 63%;
      transform: translateY(-63%);
      z-index: 2;
      margin: 0 auto;
      display: block;
      text-align: center;
      -ms-transform: translateY(-63%);
      -webkit-transform: translateY(-63%);
      -moz-transform: translateY(-63%);
      -o-transform: translateY(-63%); }
      .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_icon {
        display: flex;
        height: 160px;
        align-items: center;
        justify-content: center; }
      .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_title {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.25px;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        margin: 35px 0 0; }
        .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_title:after {
          content: "";
          display: inline-block;
          width: 100%;
          height: 4.5px;
          background: #F2612E;
          position: absolute;
          top: 24.84px;
          left: 0;
          right: 0; }
  .create_design_inspire .DesignInspire_right {
    width: 35.9%; }
    .create_design_inspire .DesignInspire_right .DesignInspire_review {
      overflow: hidden; }
      .create_design_inspire .DesignInspire_right .DesignInspire_review ul {
        display: block;
        max-height: 572px;
        overflow-y: auto;
        margin: 0 -100px 0 0; }
        .create_design_inspire .DesignInspire_right .DesignInspire_review ul li {
          display: inline-block;
          width: 100%;
          border-bottom: 1px solid #3C4858;
          padding: 0 0 32px;
          margin: 0 0 35px; }
          .create_design_inspire .DesignInspire_right .DesignInspire_review ul li:last-child {
            margin: 0; }
      .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_start_ic {
        display: inline-block;
        margin: 0 0 7px; }
        .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_start_ic span svg {
          height: 19px;
          width: 20px;
          margin: 0 1.5px 0 0; }
      .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_review_body {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.14px;
        max-width: 371px; }
        .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_review_body p {
          margin: 0 0 15px; }
      .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_author {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 500; }

.home_topSellers {
  float: left;
  width: 100%;
  margin: 68px 0 61px; }
  .home_topSellers .container {
    max-width: 1112px; }
  .home_topSellers .hp_heading_block {
    float: left;
    width: 100%;
    margin: 0 0 28px; }
    .home_topSellers .hp_heading_block .page-heading {
      width: auto;
      margin: 0 0 0 2px;
      float: left; }
    .home_topSellers .hp_heading_block .btn_bestsellers {
      display: inline-block;
      float: right;
      background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/best-seller_heading.svg") no-repeat center;
      background-size: 100% 100%;
      margin: 2px 20px 0 0; }
      .home_topSellers .hp_heading_block .btn_bestsellers:hover {
        /*background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/best-seller_heading_hover.svg") no-repeat center; background-size: 100% 100%;*/
        opacity: .8; }
  .home_topSellers .productGrid {
    margin: 0 -16px; }
    .home_topSellers .productGrid li {
      width: 33.33%;
      padding: 0 16px; }
      .home_topSellers .productGrid li .card .card-figure .card-img-container {
        height: 344px; }
      .home_topSellers .productGrid li .card .card-figure .card-img-container img {
        max-height: 344px; }

.card {
  margin: 0 0 16px; }
  .card .card-figure {
    background: transparent;
    padding: 0;
    max-height: 100%; }
    .card .card-figure .card-img-container {
      width: 100%;
      max-width: 100%;
      margin: auto;
      height: 254px;
      display: flex;
      overflow: hidden;
      justify-content: center;
      text-align: center; }
      .card .card-figure .card-img-container img {
        position: absolute;
        margin: auto;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        max-height: 254px; }
        .card .card-figure .card-img-container img:hover {
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transform: scale(1.1);
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .card .card-figure .card-img-container img:hover:hover {
            transform: scale(1.1);
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
      .card .card-figure .card-img-container:after {
        padding: 0; }
  .card .card-figure:hover .card-figcaption {
    opacity: 0;
    display: none; }
  .card:focus-within .card-figcaption {
    opacity: 0;
    display: none; }

.card .card-body {
  padding: 22px 0 0; }

.card .card-title {
  margin: 0 0px 5px;
  padding: 0;
  height: 30px;
  overflow: hidden; }
  .card .card-title a {
    font-size: 21px;
    letter-spacing: 0.42px;
    line-height: 28px;
    font-weight: normal;
    color: #3C4858;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    display: inline-block; }
    .card .card-title a:hover {
      color: #F2612E; }

.card .price_lable {
  font-size: 13px;
  letter-spacing: 1.25px;
  line-height: 16px;
  color: #F2612E;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  margin: 0 0 3px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase; }

.card .cardPrice_inner {
  display: inline-block; }

.card .price-section {
  font-size: 13px;
  letter-spacing: 1.25px;
  line-height: 16px;
  color: #F2612E;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  margin: 0 0 3px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase; }
  .card .price-section.non-sale-price--withoutTax {
    margin: 0 5px 0 0;
    display: none; }
    .card .price-section.non-sale-price--withoutTax .price_lable {
      display: none; }
  .card .price-section.rrp-price--withoutTax .price_lable {
    display: none; }
  .card .price-section .price-now-label {
    display: none; }
  .card .price-section .price--non-sale {
    color: #999; }
  .card .price-section .price--rrp {
    padding: 0 4px 0 0;
    color: #999; }

.page-heading {
  font-size: 42px;
  font-family: rokkitt, serif;
  font-weight: 300;
  color: #3C4858;
  line-height: 50px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: 0; }

.banner_quality_with_confidence {
  float: left;
  width: 100%;
  background: #F2612E;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 53px 0 31px;
  margin: 0 0 180px; }
  .banner_quality_with_confidence .container {
    max-width: 832px;
    position: static; }
  .banner_quality_with_confidence h2 {
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    text-transform: none;
    margin: 32px 0 20px; }
  .banner_quality_with_confidence p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 38px; }
  .banner_quality_with_confidence .qualityConfidence_video {
    position: relative;
    padding: 56.25% 0 0 0; }
    .banner_quality_with_confidence .qualityConfidence_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .banner_quality_with_confidence .qualityConfidence_bottom_text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 61px 0; }
    .banner_quality_with_confidence .qualityConfidence_bottom_text p {
      display: inline-block;
      border-bottom: 4.5px solid #DEE2E5;
      margin: 0;
      padding: 0 0 5px;
      font-size: 16px;
      letter-spacing: 1.25px; }
  .banner_quality_with_confidence .qualityConfidence_icons {
    position: absolute;
    bottom: -166px;
    left: auto;
    right: 33.5%;
    transition: .7s; }
    @media only screen and (min-width: 1399px) {
      .banner_quality_with_confidence .qualityConfidence_icons {
        right: 37%; } }

.banner_quality_with_confidence:hover .qualityConfidence_icons {
  right: 44.8%;
  transition: .7s; }
  @media only screen and (min-width: 1399px) {
    .banner_quality_with_confidence:hover .qualityConfidence_icons {
      right: 46%; } }

.blog_cnt {
  float: left;
  width: 100%;
  margin: 5px 0 40px;
  position: relative;
  padding: 0 0 12px; }
  .blog_cnt:after {
    content: "";
    display: block;
    width: 1256px;
    height: 4.5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
    background: #8F2400; }
  .blog_cnt .title_newsInspiration {
    font-size: 42px;
    font-family: rokkitt, serif;
    font-weight: 300;
    color: #3C4858;
    line-height: 50px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 60px;
    line-height: 50px;
    text-transform: capitalize; }
  .blog_cnt .container {
    max-width: 1044px; }
  .blog_cnt ul {
    list-style-type: none;
    margin: 63px 0 0; }
  .blog_cnt .hm_blog_grid {
    float: left;
    width: 100%;
    margin: 0 0 34px; }
    .blog_cnt .hm_blog_grid .hmBlog_inner {
      float: left;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      flex-wrap: wrap; }
      .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image {
        width: 39%;
        position: relative;
        padding-bottom: 30px; }
        .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image:after {
          content: "";
          display: inline-block;
          width: 301px;
          height: 30px;
          background: #AAB2BE;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1; }
        .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image img {
          z-index: 2;
          position: relative;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image img:hover {
            opacity: .6;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
      .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body {
        width: 61%;
        max-width: 552px;
        padding: 0 0 0 65px;
        margin: 30px auto 0; }
        .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body .blogBody_date {
          font-size: 10px;
          line-height: 12px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 1.5px; }
        .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body .blogBody_Title {
          margin: 9px 0 23px;
          font-size: 32px;
          line-height: 32px;
          letter-spacing: 0;
          max-width: 463px;
          text-transform: capitalize; }
        .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body .blogBody_Text {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.14px;
          margin: 0; }
  .blog_cnt .hm_blog_grid + .hm_blog_grid {
    margin: 0; }
    .blog_cnt .hm_blog_grid + .hm_blog_grid .hmBlog_inner {
      flex-direction: row; }
    .blog_cnt .hm_blog_grid + .hm_blog_grid .hmBlog_inner .blogBody_image:after {
      left: auto;
      right: 0; }
    .blog_cnt .hm_blog_grid + .hm_blog_grid .hmBlog_inner .blog_body {
      padding: 0 70px 0 0;
      max-width: 572px;
      margin: -16px auto 0; }
  .blog_cnt .view_all_blog_link {
    float: left;
    width: 100%;
    text-align: center;
    margin: 73px 0 72px; }
    .blog_cnt .view_all_blog_link a {
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1.25px;
      font-weight: 500;
      text-transform: uppercase;
      color: #3C4858;
      background: transparent;
      padding: 0;
      position: relative;
      z-index: 2; }
      .blog_cnt .view_all_blog_link a:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 3px;
        right: 0;
        top: -11px;
        margin: 0 auto;
        background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/button_gray_line.svg) no-repeat center;
        background-size: 100% 100%;
        height: 40px;
        width: 28px;
        z-index: -1;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
      .blog_cnt .view_all_blog_link a:hover {
        opacity: 1; }
        .blog_cnt .view_all_blog_link a:hover:after {
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          top: -15px;
          background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/button_gray_line_hover.svg) no-repeat center;
          background-size: auto;
          height: 50px;
          width: 28px; }

.banner_looking_front_door {
  float: left;
  width: 100%; }
  .banner_looking_front_door .container {
    max-width: 1044px; }
  .banner_looking_front_door ul {
    list-style-type: none;
    margin: 0; }
  .banner_looking_front_door .LookingFrontDoor_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 63px 0 90px; }
    .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left {
      width: 34%;
      margin: -40px 0 0; }
      .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left h2 {
        font-size: 60px;
        line-height: 50px;
        text-transform: capitalize;
        max-width: 356px;
        margin: 0 0 31px; }
      .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left p {
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 0.42px;
        max-width: 311px;
        margin: 0 0 36px; }
      .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left .LookingFrontDoor_icons .LookingFrontDoorLogo {
        padding: 0 14px 0 0;
        margin: 0 16px 0 0;
        position: relative; }
        .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left .LookingFrontDoor_icons .LookingFrontDoorLogo a {
          font-size: 14px;
          line-height: 16px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 1.25px;
          position: relative;
          top: 1px; }
        .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left .LookingFrontDoor_icons .LookingFrontDoorLogo.LookingFrontDoorLogo:not(:last-child):after {
          content: "";
          width: 2px;
          height: 22px;
          background: #7C2904;
          position: absolute;
          right: 0;
          top: 3px; }
    .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right {
      width: 66%; }
      .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul {
        width: 100%; }
        .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul li:first-child {
          width: 41%;
          float: left;
          z-index: 2;
          position: relative; }
          .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul li:first-child img {
            margin: -50px 0 0 64px; }
        .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul li:last-child {
          width: 59%;
          float: left; }
          .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul li:last-child div {
            position: relative; }
            .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul li:last-child div:after {
              content: "";
              display: inline-block;
              background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/LookingFrontDoor_line.svg) no-repeat center;
              background-size: 100% 100%;
              height: 22px;
              width: 112px;
              position: absolute;
              left: -34px;
              margin: 0 auto;
              bottom: 25px; }

.main_default .body {
  margin-bottom: 0; }

.footer {
  border: 0;
  padding: 0; }
  .footer .footer_newsletter {
    float: left;
    width: 100%;
    background: #DEE2E5;
    padding: 64px 0 60px; }
    .footer .footer_newsletter .container {
      max-width: 1044px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .footer .footer_newsletter .form_left {
      padding: 6px 0 0; }
      .footer .footer_newsletter .form_left .footer-info-heading {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0px;
        margin: 0 0 6px; }
      .footer .footer_newsletter .form_left p {
        max-width: 497px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.14px;
        margin: 0; }
    .footer .footer_newsletter .form_right .form {
      margin: -3px 0 0;
      display: inline-block;
      vertical-align: middle;
      float: left;
      width: 100%; }
      .footer .footer_newsletter .form_right .form .form-field {
        margin: 0; }
        .footer .footer_newsletter .form_right .form .form-field .form-label {
          font-size: 8px;
          line-height: 13px;
          letter-spacing: 1.2px;
          font-weight: 500;
          text-transform: uppercase;
          margin: 0 0 12px; }
        .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix {
          margin: 0 0 0 auto;
          display: block;
          position: relative; }
          .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input {
            float: left;
            background: transparent;
            border: 1px solid #3E4857;
            line-height: 52px;
            height: 56px;
            letter-spacing: 0.12px;
            font-size: 13px;
            color: #AAB2BE;
            font-weight: 400;
            display: inline-block;
            padding: 0 115px 0 27px;
            border-radius: 0;
            width: 423px;
            margin: 0;
            text-transform: capitalize; }
          .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .button {
            display: inline-block;
            width: auto;
            margin: 0;
            height: 56px;
            line-height: normal;
            background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/newslatter_arrow.svg") no-repeat;
            float: right;
            margin: 0px;
            position: absolute;
            right: 0;
            padding: 12px 49px 10px 10px;
            color: #3C4858;
            background-position: 72% center; }
            .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .button:hover {
              color: #F2612E;
              background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/newslatter_arrow_hover.svg") no-repeat;
              background-position: 72% center; }

.footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input::-webkit-input-placeholder {
  /* Edge */
  color: #AAB2BE; }

.footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAB2BE; }

.footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input::placeholder {
  color: #AAB2BE; }

.footer_gallery {
  float: left;
  width: 100%;
  margin: 0 0 -2px; }
  .footer_gallery ul {
    list-style-type: none;
    margin: 0; }
    .footer_gallery ul li {
      width: 16.66%;
      float: left; }
      .footer_gallery ul li img {
        width: 100%; }

.footer_main {
  float: left;
  width: 100%;
  background: #3C4858;
  padding: 35px 0; }
  .footer_main .footer_col {
    display: inline-block;
    width: auto;
    float: left; }
    .footer_main .footer_col.sec_social {
      float: right;
      padding: 13px 0 0; }
    .footer_main .footer_col .social_lable {
      display: inline-block;
      color: #F2612E;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.36px;
      font-weight: 500;
      text-transform: uppercase;
      vertical-align: middle;
      margin: 0 0 0 22px;
      padding: 4px 0 0 28px;
      position: relative; }
      .footer_main .footer_col .social_lable:after {
        content: "";
        width: 2px;
        height: 26px;
        background: #99A2AE;
        position: absolute;
        left: 0;
        top: 5px; }
    .footer_main .footer_col .socialLinks {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
      .footer_main .footer_col .socialLinks .socialLinks-item {
        margin: 0 0 0 11px; }
        .footer_main .footer_col .socialLinks .socialLinks-item .icon {
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          width: 27px;
          height: 27px;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .footer_main .footer_col .socialLinks .socialLinks-item .icon:hover {
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
            .footer_main .footer_col .socialLinks .socialLinks-item .icon:hover svg #Fill-4, .footer_main .footer_col .socialLinks .socialLinks-item .icon:hover svg #XMLID_81_, .footer_main .footer_col .socialLinks .socialLinks-item .icon:hover svg #XMLID_83_, .footer_main .footer_col .socialLinks .socialLinks-item .icon:hover svg #XMLID_17_ {
              fill: #F2612E; }
  .footer_main .footer_logo {
    display: inline-block;
    margin: 0 0 10px; }
  .footer_main .footer_list p, .footer_main .footer_list a {
    font-size: 16px;
    line-height: 24px;
    color: #FBFBFB;
    letter-spacing: 0px; }
  .footer_main .footer_list a:hover {
    color: #F2612E; }

.footer_bottom {
  float: left;
  width: 100%;
  margin: 58px 0 32px; }
  .footer_bottom .footer_bottom_left {
    display: inline-block;
    float: left; }
    .footer_bottom .footer_bottom_left ul {
      list-style-type: none;
      margin: 0; }
      .footer_bottom .footer_bottom_left ul li {
        display: inline-block;
        color: #fff;
        margin: 0 20px 0 0; }
        .footer_bottom .footer_bottom_left ul li a {
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 1.25px;
          text-transform: uppercase;
          color: #fff;
          font-weight: 500; }
          .footer_bottom .footer_bottom_left ul li a:hover {
            color: #F2612E; }
  .footer_bottom .footer_bottom_right {
    display: inline-block;
    float: right;
    color: #AAB2BE;
    padding: 14px 0 0; }
    .footer_bottom .footer_bottom_right p {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.4px;
      color: #AAB2BE;
      margin: 0; }

.home_top_badges .home_topBadges_grid li .home_topBadges_content {
  position: relative;
  left: 0;
  transition: left 0.7s ease;
  -webkit-transition: left 0.7s ease;
  -moz-transition: left 0.7s ease;
  -ms-transition: left 0.7s ease;
  -o-transition: left 0.7s ease; }

.home_top_badges .home_topBadges_grid li.box_hover .home_topBadges_content {
  left: -60px; }

@media only screen and (min-width: 990px) {
  body {
    padding-top: 173px; }
  .header .main_header, .header .header_bottom {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .header.header_fixed .main_header {
    margin-top: -50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .header.header_fixed .header_bottom {
    padding: 20px 60px 30px 55px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .body_top .dropdown_quickSearch {
    top: 93px; }
  .header.header_fixed {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } }

/* Category page */
.page {
  margin: 0; }

.commmonListing_page .proList_left {
  width: 19.7%;
  float: left;
  margin: 0;
  padding: 0; }

.commmonListing_page .proList_right {
  width: 80.3%;
  float: left;
  padding: 0 90px 0 116px;
  position: relative; }
  .commmonListing_page .proList_right .page-content {
    padding: 0; }

.commmonListing_page .breadcrumbs {
  display: none; }

ol.breadcrumbs {
  float: left;
  width: 100%;
  text-align: left; }
  ol.breadcrumbs .breadcrumb {
    margin: 0; }
    ol.breadcrumbs .breadcrumb:first-child:before {
      content: "";
      margin: 0; }
    ol.breadcrumbs .breadcrumb:before {
      content: "»";
      transform: none;
      font-size: 14px;
      top: 0;
      font-weight: 700;
      color: #aab2be;
      border: 0;
      margin: 0 6px 0 8px;
      text-transform: none;
      height: auto;
      line-height: 16px; }
    ol.breadcrumbs .breadcrumb .breadcrumb-label {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.46px;
      font-weight: 700;
      color: #AAB2BE; }
      ol.breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: #F2612E; }
    ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      color: #3C4858; }
      ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label:hover {
        color: #F2612E; }

.page-sidebar {
  width: 100%;
  padding: 0; }
  .page-sidebar .filter_heading {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(60, 72, 88, 0.08); }
    .page-sidebar .filter_heading .filter_text {
      margin: 0;
      font-size: 32px;
      line-height: 32px;
      letter-spacing: 0px;
      text-transform: capitalize;
      padding: 0 0 14px; }
  .page-sidebar .accordion-content {
    margin: 0;
    padding: 0 0 0 3px; }
    .page-sidebar .accordion-content .navList {
      padding: 0px 0 1px 0px; }
      .page-sidebar .accordion-content .navList li {
        margin: 0 0 5px; }
      .page-sidebar .accordion-content .navList .navList-action--checkbox {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 21px;
        color: #3C4858;
        font-weight: 400;
        padding: 0 0 0 36px;
        text-transform: none;
        margin: 0; }
        .page-sidebar .accordion-content .navList .navList-action--checkbox:before {
          left: 0px;
          border-radius: 2px;
          height: 12px;
          width: 12px;
          top: 12px;
          border-color: #3C4858; }
        .page-sidebar .accordion-content .navList .navList-action--checkbox:after {
          margin-top: 0;
          top: 3px;
          /*background: $blue url("../img/filter_arrow.svg") center no-repeat;*/
          left: -1px;
          background-size: 70%; }
        .page-sidebar .accordion-content .navList .navList-action--checkbox.is-selected {
          color: #F2612E; }
        .page-sidebar .accordion-content .navList .navList-action--checkbox:hover {
          color: #F2612E; }
        .page-sidebar .accordion-content .navList .navList-action--checkbox > span {
          display: none; }
        .page-sidebar .accordion-content .navList .navList-action--checkbox .navList-action-close {
          position: absolute;
          right: 0;
          top: 0px;
          right: 10px;
          display: none; }
    .page-sidebar .accordion-content .toggleLink-text {
      color: #999;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: underline;
      margin: 0px 0 20px 18px; }
      .page-sidebar .accordion-content .toggleLink-text:hover {
        color: #3C4858; }
  .page-sidebar .accordion-block {
    border-top: 1px solid rgba(60, 72, 88, 0.08);
    margin: 0;
    padding: 16px 0 10px 4px; }
    .page-sidebar .accordion-block .accordion-title {
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: 0.1px;
      text-transform: none;
      font-family: "DM Sans", sans-serif;
      color: #3C4858; }
    .page-sidebar .accordion-block.price_filter {
      padding: 20px 0 14px 9px; }
      .page-sidebar .accordion-block.price_filter .form-inlineMessage {
        margin: -22px 0 0; }
    .page-sidebar .accordion-block .facetedSearch-clearLink {
      display: none; }

.accordion--navList .accordion-navigation {
  margin-bottom: 6px !important; }

.form-minMaxRow {
  margin: 6px -5.2px 28px; }
  .form-minMaxRow .form-input {
    border-radius: 0;
    border-color: #3C4858;
    height: 42px; }

.form-minMaxRow .btn_wrapper {
  margin: -3px 0 0; }
  .form-minMaxRow .btn_wrapper .button {
    padding: 14px 12px; }

.facetedSearch-refineFilters {
  margin: 15px 0;
  border: 0;
  padding: 0 0 0 9px; }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    color: #3C4858;
    margin: 0 0 5px; }
  .facetedSearch-refineFilters p {
    margin: 0; }
  .facetedSearch-refineFilters a:hover {
    color: #F2612E; }

.facetedSearch-toggle + .facetedSearch-navList, .sidebarBlock + .facetedSearch-navList, .facetedSearch-toggle + .facetedSearch-navList.is-open, .sidebarBlock + .facetedSearch-navList.is-open {
  margin: 0; }

.proList_rightTop .page-heading {
  text-align: left;
  font-size: 60px;
  line-height: 50px;
  text-transform: none;
  margin: 0 0 30px; }

.category_description {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.14px !important;
  font-weight: 400;
  color: #3C4858 !important;
  margin: 6px 0 40px; }
  .category_description a {
    color: #F2612E !important; }
    .category_description a:hover {
      text-decoration: underline !important; }

.category_description * {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.14px !important;
  color: #3C4858 !important; }

.proList_right .actionBar {
  padding: 0 0 8px;
  margin: 0; }
  .proList_right .actionBar .actionBar-section {
    float: right; }
    .proList_right .actionBar .actionBar-section .form-field {
      margin-bottom: 0;
      border-radius: 0;
      background-color: transparent;
      border: 0; }
      .proList_right .actionBar .actionBar-section .form-field .form-label {
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0.4px;
        color: #AAB2BE;
        margin: 0;
        border-right: 1px solid #AAB2BE;
        line-height: 11px;
        padding: 0 7px 0 0; }
      .proList_right .actionBar .actionBar-section .form-field .form-select {
        font-size: 10px;
        letter-spacing: 1.5px;
        font-weight: 500;
        color: rgba(60, 72, 88, 0.3);
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        line-height: 16px;
        background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/filter_arrow.svg) right center no-repeat;
        background-position: 97% center;
        padding: 0 0 0 5px;
        width: 150px; }

.productGrid {
  margin: 0 -10px; }
  .productGrid .product {
    padding: 0 10px; }

.proList_right .productGrid .product {
  width: 33.33%; }

.proList_right .card {
  margin: 0 0 83px; }

.proList_right .card .card-body {
  padding: 38px 0 0; }

.proList_right .card .card-title {
  height: auto;
  max-height: 57px; }

.blocker {
  background: transparent; }

.card [data-test-info-type="brandName"] {
  display: none; }

.pagination {
  float: left;
  width: 100%;
  padding: 39px 0 0; }
  .pagination .pagination-list {
    float: none; }
    .pagination .pagination-list .pagination-item {
      margin: 0 10px;
      border: 0; }
      .pagination .pagination-list .pagination-item .pagination-link {
        font-size: 16px;
        color: #3C4858;
        font-weight: 400;
        text-align: center;
        padding: 0;
        letter-spacing: 0.14px;
        text-transform: capitalize; }
      .pagination .pagination-list .pagination-item:hover .pagination-link {
        color: #F2612E; }
      .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
        color: #F2612E; }
      .pagination .pagination-list .pagination-item.pagination-item--next {
        border: 0;
        float: none; }
        .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
          padding: 0; }
          .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link:hover {
            color: #F2612E; }
            .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link:hover .icon svg {
              fill: #F2612E; }
              .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link:hover .icon svg #Path_247, .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link:hover .icon svg #Line_37 {
                fill: #F2612E; }
          .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon {
            margin: auto; }
            .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg {
              height: 13px;
              width: 13px;
              vertical-align: middle;
              fill: #3C4858; }
      .pagination .pagination-list .pagination-item.pagination-item--previous {
        border: 0;
        float: none; }
        .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
          padding: 0;
          color: #3C4858; }
          .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link:hover {
            color: #F2612E; }
            .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link:hover .icon svg {
              fill: #F2612E; }
              .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link:hover .icon svg #Path_247, .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link:hover .icon svg #Line_37 {
                fill: #F2612E; }
          .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon {
            margin: auto; }
            .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
              height: 13px;
              width: 13px;
              vertical-align: middle;
              fill: #3C4858; }

.commmonListing_page {
  margin: 39px 0 0; }
  .commmonListing_page .pagination .pagination-list {
    margin: 0 0 -5px; }

/* End Category page */
/* CMS page */
.main_page_contact_form .breadcrumbs, .main_page .breadcrumbs {
  display: none; }

.cms_page.default_cms .container {
  max-width: 1256px; }

.cms_page.default_cms .cms_right {
  width: 100%; }

.cms_page.default_cms .cms_content {
  max-width: 100%;
  margin: 0; }

.cms_page.default_cms .page_subHeading {
  padding: 0;
  margin: 42px 0 16px; }

.cms_top_heading {
  display: flex;
  align-items: center;
  background: #3C4858;
  position: relative;
  float: left;
  width: 100%; }
  .cms_top_heading .cms_image {
    width: 50%; }
    .cms_top_heading .cms_image img {
      width: 100%; }
  .cms_top_heading .cms_title {
    width: 50%; }
  .cms_top_heading .page-heading {
    font-size: 74px;
    line-height: 60px;
    letter-spacing: 0px;
    margin: 0;
    color: #FBFBFB;
    text-transform: none; }
  .cms_top_heading:after {
    content: "";
    display: inline-block;
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/top_banner_line.svg) no-repeat center;
    background-size: 100% 100%;
    height: 22px;
    width: 112px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 64px; }

.cms_block {
  float: left;
  width: 100%;
  display: flex; }
  .cms_block .container {
    max-width: 100%; }
    @media only screen and (min-width: 1399px) {
      .cms_block .container {
        max-width: 1366px; } }
  .cms_block .cms_left {
    width: 27.7%;
    float: left;
    background: #DEE2E5;
    padding: 54px 69px 54px 55px;
    height: 100%; }
    .cms_block .cms_left .sidebar_title {
      margin: 0 0 15px;
      font-size: 32px;
      line-height: 32px;
      text-transform: capitalize; }
    .cms_block .cms_left .navBar-section {
      margin: 0;
      border-top: 1px solid rgba(60, 72, 88, 0.08);
      padding: 20px 0;
      border-bottom: 1px solid rgba(60, 72, 88, 0.08); }
      .cms_block .cms_left .navBar-section li {
        width: 100%;
        margin: 0 0 13px; }
        .cms_block .cms_left .navBar-section li a {
          padding: 0;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 1.25px;
          font-weight: 500;
          text-transform: uppercase;
          color: #3C4858;
          display: inline-block;
          width: auto;
          position: relative;
          padding: 0 0 3px; }
          .cms_block .cms_left .navBar-section li a:after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 100%;
            background: transparent;
            height: 4.5px;
            width: 50px; }
          .cms_block .cms_left .navBar-section li a:hover {
            color: #F2612E; }
        .cms_block .cms_left .navBar-section li.active a:after {
          background: #F2612E; }
  .cms_block .cms_right {
    width: 72.3%;
    float: left;
    background: #FBFBFB;
    padding: 0 0 100px; }

.page-content--centered {
  width: 100%;
  padding: 0; }

.cms_page {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.16px;
  font-weight: 400; }
  .cms_page h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: capitalize; }
  .cms_page h3 {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.42px;
    margin: 12px 0 5px; }
  .cms_page h5 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.42px;
    margin: 12px 0 5px; }
  .cms_page .cms_content {
    max-width: 823px;
    margin: 0 0 0 65px; }
  .cms_page .page_subHeading {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
    padding: 69px 120px 43px 210px;
    position: relative; }
  .cms_page .title_icon {
    margin: 0 10px 0 0;
    display: inline-block;
    position: absolute;
    left: 105px;
    top: 62px; }
  .cms_page .cms_with_border {
    border: 2px solid #F2612E;
    padding: 34px 56px 30px 41px;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    text-transform: lowercase;
    margin: 0 0 43px; }
    .cms_page .cms_with_border p {
      margin: 0 0 27px; }
  .cms_page .cms_with_backgroundColor {
    max-width: 823px;
    background: #DEE2E5;
    padding: 32px 56px 40px 39px;
    margin: 82px -51px 60px -41px; }
    .cms_page .cms_with_backgroundColor h2 {
      font-size: 32px;
      line-height: 32px;
      margin: 33px 0 18px; }
    .cms_page .cms_with_backgroundColor p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.14px;
      margin: 0 0 20px; }
    .cms_page .cms_with_backgroundColor .title_uppercase {
      font-size: 18px;
      line-height: 30px;
      font-weight: 500;
      color: #F2612E;
      font-family: "DM Sans", sans-serif;
      letter-spacing: 0.36px;
      margin: 45px 0 12px; }
  .cms_page .cms_without_border {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    font-weight: 400; }
  .cms_page .title_uppercase {
    text-transform: uppercase; }
  .cms_page .cms_without_border .cms_search_block .cms_searchBlock_inner {
    text-align: center;
    margin: 103px 0 0; }
    .cms_page .cms_without_border .cms_search_block .cms_searchBlock_inner h3 {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.36px;
      color: #F2612E;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "DM Sans", sans-serif;
      margin: 0 0 2px; }
    .cms_page .cms_without_border .cms_search_block .cms_searchBlock_inner p {
      font-size: 21px;
      line-height: 28px;
      letter-spacing: 0.42px; }
  .cms_page .cms_content ul {
    list-style-type: none;
    margin: 0; }
    .cms_page .cms_content ul li p {
      margin: 0 0 10px; }
  .cms_page .cms_content ol {
    margin: 0 0 20px 20px; }
    .cms_page .cms_content ol li {
      padding: 0 0 5px 10px; }
  .cms_page .cms_content .red_bullets {
    display: inline-block;
    margin: 7px 0 25px; }
    .cms_page .cms_content .red_bullets li {
      width: 33.33%;
      position: relative;
      float: left;
      padding: 0 14px 12px 17px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: 1.25px;
      text-transform: uppercase; }
      .cms_page .cms_content .red_bullets li:after {
        content: "";
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #F2612E;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 5px; }
  .cms_page .cms_content .red_bullets_full_width {
    display: inline-block;
    margin: 7px 0 25px; }
    .cms_page .cms_content .red_bullets_full_width li {
      width: 100%;
      position: relative;
      float: left;
      padding: 0 14px 12px 17px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.16px;
      font-weight: 400; }
      .cms_page .cms_content .red_bullets_full_width li:after {
        content: "";
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #F2612E;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 8px; }
  .cms_page .cms_content .special_bullet_points {
    margin: 21px 0 0; }
    .cms_page .cms_content .special_bullet_points li .bullet_count {
      display: inline-block;
      height: 24px;
      width: 24px;
      border: 1px solid #3C4858;
      background: #FFFFFF;
      border-radius: 50%;
      text-align: center;
      line-height: 22px;
      margin: 0 10px 0 0;
      position: absolute;
      left: 0;
      font-weight: 500;
      font-size: 10px;
      top: 0px; }
    .cms_page .cms_content .special_bullet_points li p {
      margin: 0 0 17px;
      position: relative;
      padding: 0 0 0 34px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0; }
    .cms_page .cms_content .special_bullet_points li:after {
      display: none; }
  .cms_page .cms_content .cms_measuring_table {
    margin: 10px 0 0px;
    display: inline-block;
    width: 100%; }
    .cms_page .cms_content .cms_measuring_table li {
      width: 33.33%;
      float: left;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.25px;
      font-weight: 500;
      margin: 0 0 16px; }
      .cms_page .cms_content .cms_measuring_table li:after {
        display: none; }
  .cms_page .cms_content .cms_image_text {
    width: 100%;
    float: left; }
    .cms_page .cms_content .cms_image_text ul {
      margin: 0 -28.5px; }
      .cms_page .cms_content .cms_image_text ul li {
        width: 50%;
        padding: 0 28.5px 57px;
        float: left; }
        .cms_page .cms_content .cms_image_text ul li h2 {
          font-size: 21px;
          line-height: 28px;
          letter-spacing: 0.42px;
          text-transform: capitalize;
          font-family: "DM Sans", sans-serif;
          margin: 0 0 17px; }
        .cms_page .cms_content .cms_image_text ul li .cms_imageText_block {
          display: flex;
          height: 330px;
          align-items: center;
          justify-content: center;
          margin: 0 0 16px; }
          .cms_page .cms_content .cms_image_text ul li .cms_imageText_block img {
            max-height: 341px; }
        .cms_page .cms_content .cms_image_text ul li p {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.14px; }
  .cms_page .cms_adress, .cms_page .cms_with_backgroundColor .cms_adress {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 26px 0 34px; }
  .cms_page .cms_imageGallery, .cms_page .cms_images_grid {
    margin: 124px 14px 52px 0; }
    .cms_page .cms_imageGallery .title_imageGallery, .cms_page .cms_images_grid .title_imageGallery {
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.25px;
      margin: 0 0 26px;
      display: inline-block;
      width: 100%; }
    .cms_page .cms_imageGallery ul, .cms_page .cms_images_grid ul {
      list-style-type: none;
      margin: 0 -8px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .cms_page .cms_imageGallery ul li, .cms_page .cms_images_grid ul li {
        width: 33.33%;
        padding: 0 8px 16px; }
  .cms_page .cms_images_grid {
    margin: 50px 14px 40px 0; }
    .cms_page .cms_images_grid ul {
      justify-content: center; }
  .cms_page .cms_specifications {
    margin: 0 0 16px;
    float: left;
    width: 100%; }
    .cms_page .cms_specifications h2 {
      font-size: 32px;
      line-height: 32px;
      margin: 32px 0 19px; }
    .cms_page .cms_specifications ul {
      margin: 0;
      width: 50%;
      padding: 0 33px 0 0;
      float: left; }
      .cms_page .cms_specifications ul li {
        padding: 0 0 24px;
        float: left;
        width: 100%; }
        .cms_page .cms_specifications ul li:after {
          display: none; }
        .cms_page .cms_specifications ul li h3 {
          font-family: "DM Sans", sans-serif;
          text-transform: capitalize;
          font-size: 21px;
          line-height: 28px;
          letter-spacing: 0.42px; }
        .cms_page .cms_specifications ul li p {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0.14px;
          margin: 0 0 20px; }
    .cms_page .cms_specifications ul + ul {
      padding: 0 0 0 33px; }
  .cms_page .cms_addressGrid {
    margin: 30px 0 35px;
    width: 100%;
    display: inline-block; }
    .cms_page .cms_addressGrid ul {
      list-style-type: none;
      margin: 0; }
      .cms_page .cms_addressGrid ul li {
        width: 50%;
        float: left; }
        .cms_page .cms_addressGrid ul li:first-child {
          padding: 0 27px 0 0; }
        .cms_page .cms_addressGrid ul li:last-child {
          padding: 0 50px 0 0; }
        .cms_page .cms_addressGrid ul li.addressGrid_call .addressGrid_text p {
          font-size: 32px;
          line-height: 32px;
          text-transform: capitalize;
          font-family: rokkitt, serif;
          font-weight: 300; }
      .cms_page .cms_addressGrid ul li:not(:last-child) .addressGrid_text {
        position: relative; }
        .cms_page .cms_addressGrid ul li:not(:last-child) .addressGrid_text:after {
          content: "";
          display: inline-block;
          right: -21px;
          top: 11px;
          height: 131px;
          width: 1px;
          background: #3C4858;
          position: absolute; }
    .cms_page .cms_addressGrid .addressGrid_text {
      font-size: 16px;
      line-height: 21px;
      font-weight: 500; }
      .cms_page .cms_addressGrid .addressGrid_text .addressGrid_title {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.25px;
        font-weight: 500;
        text-transform: uppercase; }
      .cms_page .cms_addressGrid .addressGrid_text p {
        margin: 15px 0 15px; }

.cms_search_button {
  margin: 19px 0 0; }

.contactUs_page .cms_right {
  padding: 0 0 129px; }

.contactUs_page .cms_without_border {
  text-align: center; }

.contactUs_page .form {
  max-width: 727px;
  margin: 26px auto 0 105px; }

.contactUs_page .form-row {
  margin: 0; }

.contactUs_page .form-field {
  width: 100%;
  padding: 0;
  margin: 0 0 39px; }
  .contactUs_page .form-field .form-label {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 10px; }
  .contactUs_page .form-field .form-input {
    border: 1px solid #3E4857;
    border-radius: 0;
    height: 56px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 0.14px;
    color: #AAB2BE;
    padding: 0 27px; }
  .contactUs_page .form-field textarea.form-input {
    border: 1px solid #3E4857;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.14px;
    color: #AAB2BE;
    resize: none;
    line-height: 20px;
    padding: 12px; }

.contactUs_page .form-actions {
  text-align: left;
  margin: 12px 0; }
  .contactUs_page .form-actions .btn_wrapper {
    margin: 5px 0 0; }
  .contactUs_page .form-actions .button {
    padding: 12.5px 31.5px; }

.contactUs_page .cms_without_border p {
  max-width: 726px;
  margin: 0 auto 12px; }

.contactUs_page .main_VolumeTradeProgram {
  padding: 0px 53px 29px 40px; }
  .contactUs_page .main_VolumeTradeProgram h2 {
    margin-top: 0; }
  .contactUs_page .main_VolumeTradeProgram .text_center {
    text-align: center;
    margin: 0 auto 30px; }
  .contactUs_page .main_VolumeTradeProgram .cms_without_border {
    text-align: left; }
    .contactUs_page .main_VolumeTradeProgram .cms_without_border ul {
      margin: 0px 0 30px; }

.cms_page.contactUs_page .page_subHeading {
  margin: 0 0 11px; }

.cms_page {
  /*.main_ShippingAndReturns .cms_without_border .ShippingAndReturns_shipping h2, 
	.main_ShippingAndReturns .cms_without_border h2.title_uppercase{
			text-transform: uppercase;
	}*/ }
  .cms_page .main_ShippingAndReturns {
    padding: 0px 53px 29px 40px; }
    .cms_page .main_ShippingAndReturns .cms_without_border h2 {
      font-size: 32px;
      line-height: 32px;
      text-align: left;
      margin: 0 0 22px;
      text-transform: capitalize; }
    .cms_page .main_ShippingAndReturns .cms_without_border h2.title_uppercase {
      margin: 0 0 29px; }
    .cms_page .main_ShippingAndReturns .cms_without_border ul.red_bullets {
      margin: 0 0 0 29px; }
      .cms_page .main_ShippingAndReturns .cms_without_border ul.red_bullets li {
        position: relative;
        width: 100%;
        padding: 0;
        text-transform: none;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0px;
        font-weight: 400; }
        .cms_page .main_ShippingAndReturns .cms_without_border ul.red_bullets li:after {
          content: "";
          display: inline-block;
          height: 6px;
          width: 6px;
          background: #F2612E;
          border-radius: 50%;
          position: absolute;
          left: -28px;
          top: 8px; }
        .cms_page .main_ShippingAndReturns .cms_without_border ul.red_bullets li p {
          margin: 0 0 12px; }
    .cms_page .main_ShippingAndReturns .cms_without_border .cms_imageGallery ul {
      margin: 0 -8px; }
      .cms_page .main_ShippingAndReturns .cms_without_border .cms_imageGallery ul li:nth-child(4) {
        width: 100%;
        position: relative;
        padding-bottom: 0; }
        .cms_page .main_ShippingAndReturns .cms_without_border .cms_imageGallery ul li:nth-child(4):after {
          content: "";
          display: inline-block;
          width: 536px;
          height: 53px;
          background: #AAB2BE;
          position: absolute;
          left: auto;
          z-index: 1;
          border-radius: 0;
          top: 100%;
          right: 8px; }
    .cms_page .main_ShippingAndReturns .cms_with_border {
      padding: 32px 56px 40px 39px;
      margin: 0 -51px 21px -41px; }
    .cms_page .main_ShippingAndReturns .cms_with_border p {
      margin: 0; }
    .cms_page .main_ShippingAndReturns .ShippingAndReturns_producterror {
      margin: 0 -10px 0 0px; }
      .cms_page .main_ShippingAndReturns .ShippingAndReturns_producterror h2 {
        margin: 0px 0 20px; }
      .cms_page .main_ShippingAndReturns .ShippingAndReturns_producterror p {
        margin: 0 0 27px; }
  .cms_page .ShippingAndReturns_shipping {
    margin: 78px 0 0; }
    .cms_page .ShippingAndReturns_shipping p {
      margin: 0 0 20px; }

.cms_page .cms_content .main_InstructionsGuides .cms_measuring_table {
  margin: 20px 0 36px; }

.cms_page .cms_content .main_InstructionsGuides .cms_image_text {
  padding: 40px 0 25px; }

.cms_page .main_InstructionsGuides {
  padding: 0px 53px 0px 40px; }
  .cms_page .main_InstructionsGuides .cms_without_border .first_paragraph {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    margin: 7px 6px 57px 0; }
  .cms_page .main_InstructionsGuides .cms_specifications h2 {
    margin: 32px 0 19px; }
  .cms_page .main_InstructionsGuides .cms_without_border p {
    letter-spacing: 0;
    margin: 0 0 11px; }
  .cms_page .main_InstructionsGuides .cms_specifications ul li p {
    letter-spacing: 0.14px;
    margin: 0 0 20px; }
  .cms_page .main_InstructionsGuides .cms_without_border h3 {
    text-transform: capitalize;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    font-family: "DM Sans", sans-serif;
    margin: 0px 0 17px; }
  .cms_page .main_InstructionsGuides .cms_without_border .cms_specifications h3 {
    margin: 0 0 13px;
    font-weight: 400; }
  .cms_page .main_InstructionsGuides .cms_specifications + h2 {
    margin: 0 0 28px; }
  .cms_page .main_InstructionsGuides h2 {
    text-transform: capitalize;
    font-size: 32px;
    margin: 32px 0; }
  .cms_page .main_InstructionsGuides .special_bullet_points {
    margin: 35px 0; }
  .cms_page .main_InstructionsGuides .special_bullet_points li p {
    padding: 0 0 0 43px;
    margin: 0 0 14px; }

.cms_page .cms_pdf_block {
  margin: 0 0 56px;
  display: inline-block;
  width: 100%; }
  .cms_page .cms_pdf_block h2 {
    text-transform: capitalize;
    margin: 32px 0 24px;
    max-width: 441px; }
  .cms_page .cms_pdf_block ul li {
    border-bottom: 1px solid rgba(60, 72, 88, 0.08); }
    .cms_page .cms_pdf_block ul li:first-child {
      border-top: 1px solid rgba(60, 72, 88, 0.08); }
    .cms_page .cms_pdf_block ul li a {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.25px;
      font-weight: 500;
      text-transform: uppercase;
      background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/Installation_Instructions_icon.svg") no-repeat;
      background-position: 97.6% center;
      background-size: 24px;
      display: inline-block;
      width: 100%;
      padding: 17px 50px 17px 0px; }

.cms_page .cms_video_block {
  margin: 27px 0 0;
  display: inline-block;
  width: 100%; }
  .cms_page .cms_video_block h2 {
    margin: 30px 0 32px;
    text-transform: capitalize; }
  .cms_page .cms_video_block ul {
    margin: 0 -19.5px; }
    .cms_page .cms_video_block ul li {
      width: 50%;
      float: left;
      padding: 0 19.5px 74px; }
      .cms_page .cms_video_block ul li .cms_video_iframe {
        position: relative;
        padding: 0 0 57%; }
        .cms_page .cms_video_block ul li .cms_video_iframe iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .cms_page .cms_video_block ul li .cms_video_iframe_text {
        display: inline-block;
        width: 100%;
        margin: 11px 0 0; }
        .cms_page .cms_video_block ul li .cms_video_iframe_text span {
          text-transform: uppercase;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 1.25px;
          font-weight: 500; }

.cms_page .cms_bottom_note {
  text-align: center; }
  .cms_page .cms_bottom_note h2 {
    text-transform: none;
    margin: 0; }
  .cms_page .cms_bottom_note .button {
    margin: 35px 0 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #3C4858;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 2; }
    .cms_page .cms_bottom_note .button:after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      top: -13px;
      margin: 0 auto;
      background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/button_gray_line.svg) no-repeat center;
      background-size: 100% 100%;
      height: 40px;
      width: 28px;
      z-index: -1;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    .cms_page .cms_bottom_note .button:hover {
      opacity: 1; }
      .cms_page .cms_bottom_note .button:hover:after {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        top: -21px;
        background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/button_gray_line_hover.svg) no-repeat center;
        background-size: 100% 100%;
        height: 57px;
        width: 28px; }

.cms_page .main_BarnDoorInstallationGuide {
  padding: 0px 56px 0px 40px; }
  .cms_page .main_BarnDoorInstallationGuide .cms_without_border .first_paragraph {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    margin: -15px 0 43px;
    padding: 0 10px 0 0px; }
  .cms_page .main_BarnDoorInstallationGuide .cms_bottom_note {
    margin: 0 0 -2px; }

.cms_page .accordion_block li {
  border-bottom: 1px solid rgba(60, 72, 88, 0.08); }
  .cms_page .accordion_block li p {
    margin: 0; }
  .cms_page .accordion_block li .accordion_question {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    font-weight: 400;
    text-transform: none;
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/barndoorfaq_plus_icon.svg") no-repeat;
    background-position: right center;
    display: inline-block;
    width: 100%;
    padding: 15px 50px 15px 0px;
    cursor: pointer; }
  .cms_page .accordion_block li:first-child {
    border-top: 1px solid rgba(60, 72, 88, 0.08); }
  .cms_page .accordion_block li.is_active .accordion_question {
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/barndoorfaq_minus_icon.svg") no-repeat;
    background-position: right center; }
  .cms_page .accordion_block li.is_active .accordion_answer {
    display: block; }
  .cms_page .accordion_block li .accordion_answer {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 2px 47px 8px 0;
    display: none; }
    .cms_page .accordion_block li .accordion_answer .faq_button {
      display: inline-block;
      width: 100%;
      margin: 8px 0 35px; }
      .cms_page .accordion_block li .accordion_answer .faq_button a {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.25px;
        text-transform: uppercase;
        padding: 0 0 8px;
        font-weight: 500;
        position: relative;
        color: #3c4858;
        text-decoration: none; }
        .cms_page .accordion_block li .accordion_answer .faq_button a:after {
          content: "";
          display: inline-block;
          position: absolute;
          left: 0;
          right: 0px;
          top: 27px;
          background: #F2612E;
          height: 4.5px; }

.cms_page .main_BarnDoorsFAQ {
  padding: 0px 61px 41px 40px; }
  .cms_page .main_BarnDoorsFAQ .cms_without_border .first_paragraph {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    margin: -1px 0 40px;
    padding: 0 0px 0 0px; }
  .cms_page .main_BarnDoorsFAQ .cms_bottom_note {
    margin: 55px 0 0; }
  .cms_page .main_BarnDoorsFAQ .cms_QA {
    display: inline-block;
    width: 100%;
    margin: 0 0 43px; }
    .cms_page .main_BarnDoorsFAQ .cms_QA h2 {
      margin: 32px 0 25px; }
    .cms_page .main_BarnDoorsFAQ .cms_QA ul.accordion_block li .accordion_answer p {
      margin: 0 0 20px; }

.cms_page .cms_content ul.accordion_block li p {
  margin: 0; }

.cms_page .main_PrivacyPolicy {
  padding: 0px 53px 0px 40px; }
  .cms_page .main_PrivacyPolicy .cms_imageGallery {
    margin: 50px 14px 40px 0; }

/* End CMS Page */
/* removed to avoid overlapping button css */
/*
.btn_wrapper{
	display: inline-block;
	.button{
		background-size: inherit;position: relative;
		.btn_wrapper_inner{
			position: relative;z-index: 3;
		}

		&:hover{
			&:after{
				background:url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-right-white.svg") no-repeat;
				background-size: auto;
		    background-position: right center;@include transition;
			}
			&:before{
				background:url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-white.svg") no-repeat;
				background-size: auto;background-position: left center;@include transition;
			}
		}
	
	&:after{
		content:"";display: inline-block;background:url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-right-white.svg") no-repeat;
		    position: absolute;
		    left: auto;
		    top: 0;
		    height: 100%;
		    right: 0;
		    background-size: auto;
		    width:50%;
		    background-position: right center;
		    z-index: 2;
		   @include transition;

	}
	&:before{
		content:"";display: inline-block;background:url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-white.svg") no-repeat;
		position: absolute;
		left:0px;
	    top: 0;
	    height: 100%;
	    right: auto;
	    background-size: auto;
	    width: 50%;
	    background-position: left center;
	    z-index: 2;
	    @include transition;
	}
	}
	.button:hover, .button:focus:hover{
		background-size: inherit;
	}
	
}
*/
.shipping-estimate-submit-wrapper {
  width: 100%;
  float: left; }
  .shipping-estimate-submit-wrapper .button--primary {
    width: auto;
    padding: 14px 18px; }

.cart-content-padding-right .btn_wrapper {
  float: right; }

.btn_wrapper .select-shipping-quote {
  width: auto;
  padding: 14px 18px; }

.login .new-customer .btn_wrapper .button::before, .login .panel-body .btn_wrapper .button::before, .addressList .new-customer .btn_wrapper .button::before, .addressList .panel-body .btn_wrapper .button::before {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-grey.svg") no-repeat;
  background-size: auto;
  background-position: left center; }

.login .new-customer .btn_wrapper .button::after, .login .panel-body .btn_wrapper .button::after, .addressList .new-customer .btn_wrapper .button::after, .addressList .panel-body .btn_wrapper .button::after {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-right-grey.svg") no-repeat;
  background-size: auto;
  background-position: right center; }

.login .new-customer .btn_wrapper .button:hover::before, .login .panel-body .btn_wrapper .button:hover::before, .addressList .new-customer .btn_wrapper .button:hover::before, .addressList .panel-body .btn_wrapper .button:hover::before {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-grey.svg") no-repeat;
  background-size: auto;
  background-position: left center; }

.login .new-customer .btn_wrapper .button:hover::after, .login .panel-body .btn_wrapper .button:hover::after, .addressList .new-customer .btn_wrapper .button:hover::after, .addressList .panel-body .btn_wrapper .button:hover::after {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-right-grey.svg") no-repeat;
  background-size: auto;
  background-position: right center; }

.previewCart .previewCartCheckout .btn_wrapper .button::before {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-grey.svg") no-repeat;
  background-size: auto;
  background-position: left center; }

.previewCart .previewCartCheckout .btn_wrapper .button::after {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-right-grey.svg") no-repeat;
  background-size: auto;
  background-position: right center; }

.previewCart .previewCartCheckout .btn_wrapper .button:hover::before {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-grey.svg") no-repeat;
  background-size: auto;
  background-position: left center; }

.previewCart .previewCartCheckout .btn_wrapper .button:hover::after {
  background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-right-grey.svg") no-repeat;
  background-size: auto;
  background-position: right center; }

.previewCart .previewCartCheckout .btn_wrapper {
  width: 100%; }

.addressList .panel-body {
  padding-bottom: 80px; }
  .addressList .panel-body .btn_wrapper {
    margin-top: 20px; }
    .addressList .panel-body .btn_wrapper .button {
      padding: 14px 20px; }

.main_wishlists .table .btn_wrapper .button {
  padding: 14px 20px; }

/* System Page start */
.pagination-list--small .pagination-item {
  color: #3C4858; }

.pagination-list--small .pagination-item--next {
  right: auto;
  position: static; }

.pagination-list--small .pagination-item--previous {
  left: auto;
  position: static; }

.account .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg {
  margin-top: -5px; }

.account .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
  margin-top: -5px; }

.swal2-container .swal2-modal .swal2-cancel {
  padding: 20px 30px;
  background-size: inherit; }
  .swal2-container .swal2-modal .swal2-cancel:after {
    content: "";
    display: inline-block;
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-right-white.svg") no-repeat;
    position: absolute;
    left: auto;
    top: 0;
    height: 100%;
    right: 0;
    background-size: auto;
    width: 20%;
    background-position: right center;
    z-index: 2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .swal2-container .swal2-modal .swal2-cancel:before {
    content: "";
    display: inline-block;
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-white.svg") no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    right: auto;
    background-size: auto;
    width: 20%;
    background-position: left center;
    z-index: 2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .swal2-container .swal2-modal .swal2-cancel:hover {
    background-size: inherit; }
    .swal2-container .swal2-modal .swal2-cancel:hover:after {
      background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-right-white.svg") no-repeat;
      background-size: auto;
      background-position: right center;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
    .swal2-container .swal2-modal .swal2-cancel:hover:before {
      background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-white.svg") no-repeat;
      background-size: auto;
      background-position: left center;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }

.swal2-container .swal2-modal .swal2-confirm {
  padding: 20px 40px;
  background-size: inherit; }
  .swal2-container .swal2-modal .swal2-confirm:after {
    content: "";
    display: inline-block;
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-right-white.svg") no-repeat;
    position: absolute;
    left: auto;
    top: 0;
    height: 100%;
    right: 0;
    background-size: auto;
    width: 35%;
    background-position: right center;
    z-index: 2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .swal2-container .swal2-modal .swal2-confirm:before {
    content: "";
    display: inline-block;
    background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-white.svg") no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    right: auto;
    background-size: auto;
    width: 20%;
    background-position: left center;
    z-index: 2;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .swal2-container .swal2-modal .swal2-confirm:hover {
    background-size: inherit; }
    .swal2-container .swal2-modal .swal2-confirm:hover:after {
      background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-right-white.svg") no-repeat;
      background-size: auto;
      background-position: right center;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
    .swal2-container .swal2-modal .swal2-confirm:hover:before {
      background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-white.svg") no-repeat;
      background-size: auto;
      background-position: left center;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }

.account .wishlist-add .form-field .form-label {
  line-height: 21px; }

.form-input, .form-select, .main_cart {
  border-color: #3C4858;
  border-radius: 0; }

.account .form-field .form-label {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DM Sans", sans-serif; }

.modal .previewCart .previewCartCheckout .button {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.previewCart .previewCartCheckout .btn_wrapper.view_edit_cart_btn {
  margin: 10px 0 0; }

.modal .previewCart .productView-img-container::after {
  padding-bottom: 100%; }

.modal .previewCart .productView-info {
  margin: 0 0 2px; }

.modal .previewCart .productView {
  flex-flow: row; }

.main_wishlist .pagination {
  display: none; }

.account .pagination {
  margin-top: 0; }

.account-product-figure::after {
  padding-bottom: 0; }

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

.quickSearchResults,
.main_account_recentitems .quickSearchResults,
.main_wishlist .quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0;
  border-top: 1px solid #bebdbd;
  border-top: 0; }
  .quickSearchResults .modal-close,
  .main_account_recentitems .quickSearchResults .modal-close,
  .main_wishlist .quickSearchResults .modal-close {
    color: #3C4858;
    top: 0px;
    right: 15px;
    background: transparent; }
    .quickSearchResults .modal-close:hover,
    .main_account_recentitems .quickSearchResults .modal-close:hover,
    .main_wishlist .quickSearchResults .modal-close:hover {
      color: #F2612E; }
  .quickSearchResults .productGrid,
  .main_account_recentitems .quickSearchResults .productGrid,
  .main_wishlist .quickSearchResults .productGrid {
    width: 100%;
    background-color: #fff;
    display: block;
    max-height: 400px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bebdbd;
    border-top: 0; }
    .quickSearchResults .productGrid .product,
    .main_account_recentitems .quickSearchResults .productGrid .product,
    .main_wishlist .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 5px;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left; }
      .quickSearchResults .productGrid .product .card,
      .main_account_recentitems .quickSearchResults .productGrid .product .card,
      .main_wishlist .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figure,
        .main_wishlist .quickSearchResults .productGrid .product .card .card-figure {
          width: 100px;
          height: auto;
          padding: 0;
          margin: 0;
          box-shadow: none;
          display: inline-block;
          vertical-align: middle; }
          .quickSearchResults .productGrid .product .card .card-figure a,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-figure a {
            position: static;
            border: 0;
            height: 100px;
            float: left;
            width: 100%; }
            .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .main_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-image {
              min-height: auto;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none;
              max-height: 96px;
              padding: 0; }
              .quickSearchResults .productGrid .product .card .card-figure a .card-image:hover,
              .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-image:hover,
              .main_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-image:hover {
                transform: none; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-figure .product_badges {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-body,
        .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body,
        .main_wishlist .quickSearchResults .productGrid .product .card .card-body {
          width: calc(100% - 110px);
          float: none;
          padding: 0px 20px 0px 12px;
          text-align: left;
          display: inline-block;
          vertical-align: middle; }
          .quickSearchResults .productGrid .product .card .card-body .card-title,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title {
            text-align: left;
            line-height: normal;
            height: auto;
            max-height: 100%;
            margin: 0;
            padding: 0;
            width: 92%; }
            .quickSearchResults .productGrid .product .card .card-body .card-title a,
            .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title a,
            .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title a {
              color: #3C4858;
              text-align: left;
              font-size: 18px;
              line-height: 20px;
              text-transform: capitalize; }
              .quickSearchResults .productGrid .product .card .card-body .card-title a:hover,
              .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title a:hover,
              .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title a:hover {
                color: #F2612E; }
          .quickSearchResults .productGrid .product .card .card-body .card-text,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text {
            margin: 4px 0 4px; }
            .quickSearchResults .productGrid .product .card .card-body .card-text .price-section,
            .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section,
            .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section {
              margin: 0;
              font-size: 16px; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"],
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"],
          .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"] {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.card--colorswatches,
          .main_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text.card--colorswatches,
          .main_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text.card--colorswatches {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-figcaption,
        .main_account_recentitems .quickSearchResults .productGrid .product .card .card-figcaption,
        .main_wishlist .quickSearchResults .productGrid .product .card .card-figcaption {
          display: none; }

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

.navUser-item--cart .dropdown-menu.is-open {
  width: 320px;
  background-color: #fff;
  border: 1px solid #ccc;
  top: 100% !important;
  z-index: 9999;
  left: auto !important;
  right: 0 !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartItem {
    padding: 0;
    display: block; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-image {
      float: left; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content {
      padding: 20px 0 0 10px;
      text-align: left;
      float: left; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name {
        height: auto; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name a {
          font-size: 18px;
          letter-spacing: 0;
          line-height: 14px;
          font-weight: 400;
          color: #3C4858;
          font-family: "DM Sans", sans-serif;
          text-transform: capitalize; }
          .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-name a:hover {
            color: #F2612E; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-brand {
        display: none; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem .previewCartItem-content .previewCartItem-price {
        font-size: 15px;
        color: #F2612E;
        font-weight: 500; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 17px 0 20px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction a {
      font-size: 13px;
      color: #fff;
      width: 100%;
      padding: 14px 13px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction a:hover {
        color: #fff; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout {
      width: 53%;
      text-align: center; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart {
      width: 47%;
      text-align: center; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart a {
        padding: 14px 26px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-additionalCheckoutButtons {
    display: none !important; }

.navUser-action:hover svg, .navUser-action.is-open svg {
  fill: #333;
  stroke: none; }

.blog_page .blog {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0 0 50px 0;
  border-top: 0;
  border-right: 0; }
  .blog_page .blog .blog-post-figure {
    width: 100%; }
    .blog_page .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      height: 100%;
      max-width: 370px;
      overflow: hidden; }
      .blog_page .blog .blog-post-figure .blog-thumbnail img {
        max-height: 370px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .blog_page .blog .blog-post-figure .blog-thumbnail img:hover {
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transform: scale(1.1);
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .blog_page .blog .blog-post-figure .blog-thumbnail img:hover:hover {
            transform: scale(1.1);
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
  .blog_page .blog .blog-post-body {
    width: 100%; }
    .blog_page .blog .blog-post-body .blog-title {
      font-size: 26px;
      margin: 20px 0 10px;
      text-transform: capitalize;
      height: 56px;
      overflow: hidden;
      text-align: left;
      font-family: rokkitt, serif;
      font-weight: 300;
      line-height: 28px; }
      .blog_page .blog .blog-post-body .blog-title a {
        color: #3C4858; }
        .blog_page .blog .blog-post-body .blog-title a:hover {
          color: #F2612E; }
    .blog_page .blog .blog-post-body .blog-date {
      color: #3C4858;
      text-align: left;
      margin: 0 0 6px;
      font-weight: 500;
      text-transform: uppercase; }
    .blog_page .blog .blog-post-body .blog-author {
      color: #3C4858; }
    .blog_page .blog .blog-post-body .blog-post {
      height: 90px;
      overflow: hidden;
      font-size: 16px;
      line-height: 24px; }
      .blog_page .blog .blog-post-body .blog-post a {
        color: #F2612E; }
        .blog_page .blog .blog-post-body .blog-post a:hover {
          text-decoration: underline; }

.blog-post a:hover {
  color: #F2612E; }

.main_blog_post .blog-thumbnail .lazyautosizes {
  width: 100%; }

.main_blog_post .blog-post-body {
  width: 66.66667%; }
  .main_blog_post .blog-post-body .blog-header {
    text-align: left; }
    .main_blog_post .blog-post-body .blog-header .blog-title {
      text-align: left;
      margin: 0 0 5px;
      font-size: 24px;
      line-height: 28px; }
      .main_blog_post .blog-post-body .blog-header .blog-title a {
        color: #3C4858; }
        .main_blog_post .blog-post-body .blog-header .blog-title a:hover {
          color: #F2612E; }
    .main_blog_post .blog-post-body .blog-header .blog-date {
      text-align: left;
      color: #3C4858;
      margin: 0 0 6px;
      font-weight: 500;
      text-transform: uppercase; }
  .main_blog_post .blog-post-body .blog-post {
    font-size: 16px;
    line-height: 24px; }
    .main_blog_post .blog-post-body .blog-post a {
      color: #F2612E; }
      .main_blog_post .blog-post-body .blog-post a:hover {
        text-decoration: underline; }

.main_blog_post .tags li a {
  color: #3C4858; }
  .main_blog_post .tags li a:hover {
    color: #F2612E; }

.main_blog_post .socialLinks li a {
  height: 26px;
  width: 26px; }
  .main_blog_post .socialLinks li a:hover svg {
    fill: #F2612E; }
    .main_blog_post .socialLinks li a:hover svg .afs, .main_blog_post .socialLinks li a:hover svg .ats, .main_blog_post .socialLinks li a:hover svg .aes, .main_blog_post .socialLinks li a:hover svg .apri {
      fill: #F2612E; }

.main_blog_post .blog-thumbnail {
  max-width: 100%; }

.main_brands {
  margin: 0; }
  .main_brands .brandGrid .brand .card-figure {
    max-height: 100%;
    height: 150px;
    border: 1px solid #d3d3d3;
    padding: 0; }
    .main_brands .brandGrid .brand .card-figure a {
      width: 100%;
      display: block;
      margin: 0 auto; }
      .main_brands .brandGrid .brand .card-figure a .card-img-container {
        margin: auto;
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 150px; }
        .main_brands .brandGrid .brand .card-figure a .card-img-container img {
          max-height: 120px;
          margin: auto;
          display: block;
          width: auto;
          position: absolute; }
        .main_brands .brandGrid .brand .card-figure a .card-img-container:after {
          padding-bottom: 0; }
  .main_brands .brandGrid .brand .card-body {
    padding: 0;
    margin: 0; }
    .main_brands .brandGrid .brand .card-body .card-title {
      text-align: center;
      font-family: "DM Sans", sans-serif;
      height: auto;
      margin: 0; }
      .main_brands .brandGrid .brand .card-body .card-title a {
        letter-spacing: 1.25px;
        height: auto;
        padding: 0px 2px;
        display: block;
        color: #fff;
        background: #F2612E;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        height: 42px;
        line-height: 40px;
        overflow: hidden;
        font-weight: 500;
        border: 1px solid #F2612E; }
        .main_brands .brandGrid .brand .card-body .card-title a:hover {
          background: #fff;
          color: #F2612E;
          border-color: #F2612E; }

.main_brands .brandGrid {
  margin: 0 -10px; }

.main_brands .brandGrid .brand .card {
  margin-bottom: 0;
  padding-bottom: 21px; }

.error_page_404 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #3C4858;
  letter-spacing: 0px;
  margin: 20px 0 0 0; }
  .error_page_404 h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #3C4858;
    letter-spacing: 0px;
    margin: 20px 0; }
  .error_page_404 p {
    font-size: 16px;
    color: #3C4858; }

.login {
  margin-top: 0; }

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

.login-form .forgot-password {
  line-height: 45px;
  font-weight: 700;
  color: #3C4858; }
  .login-form .forgot-password:hover {
    color: #F2612E; }

.main_forgotpassword .form-prefixPostfix {
  display: block; }
  .main_forgotpassword .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
    border-radius: 0; }
  .main_forgotpassword .form-prefixPostfix .button {
    margin: 15px 0 0;
    height: auto; }

.main_forgotpassword .form-prefixPostfix .button, .main_forgotpassword .form-prefixPostfix .form-inlineMessage {
  float: left; }

.navBar--sub .navBar-item {
  margin: 0 5px; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #F2612E;
    color: #F2612E; }
    .navBar--sub .navBar-item.is-active .navBar-action {
      color: #F2612E; }
  .navBar--sub .navBar-item .navBar-action {
    color: #3C4858;
    font-size: 16px; }
    .navBar--sub .navBar-item .navBar-action:hover {
      color: #F2612E; }

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

.main_wishlist .productGrid .product .card {
  margin-bottom: 15px; }

.main_wishlist .form .button {
  padding: 19px 18px;
  font-size: 14px; }

.account-orderStatus-label {
  background-color: #F2612E;
  padding: 7px 7px 5px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .45px; }

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

.addressList .address {
  float: left; }
  .addressList .address .address-symbol {
    color: #3C4858; }
  .addressList .address .address-title {
    text-transform: capitalize;
    color: #3C4858;
    font-size: 15px;
    font-family: "DM Sans", sans-serif; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #F2612E; }
  .addressList .address .panel--newAddress:hover .address-title {
    color: #F2612E; }

.table--line .table-thead {
  background: transparent; }

.account-body {
  margin: 0 auto; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  max-width: 150px;
  margin-left: auto;
  margin-right: 0;
  text-align: center; }

.main_cart .form-increment .button {
  height: 30px;
  line-height: 0px;
  width: 30px;
  padding: 0;
  background: #F2612E; }
  .main_cart .form-increment .button svg {
    fill: #fff; }
  .main_cart .form-increment .button:hover {
    opacity: .8; }
    .main_cart .form-increment .button:hover svg {
      fill: #fff; }

.main_cart .estimator-form-input .form-input, .main_cart .estimator-form-input .form-select {
  padding-right: 20px; }

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

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

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

.cart-total .coupon-code-add {
  color: #3C4858; }
  .cart-total .coupon-code-add:hover {
    color: #F2612E; }

.cart-total .cart-total-value .gift-certificate-add {
  color: #3C4858; }

.cart-total .cart-total-value button {
  text-decoration: none; }
  .cart-total .cart-total-value button:hover {
    color: #F2612E; }

.cart-total .gift-certificate-cancel {
  color: #3C4858;
  font-style: normal;
  text-decoration: none; }
  .cart-total .gift-certificate-cancel:hover {
    color: #F2612E; }

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

.cart-total .coupon-code-cancel {
  color: #3C4858;
  font-style: normal; }
  .cart-total .coupon-code-cancel:hover {
    color: #F2612E; }

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

.cart-total .shipping-estimate-show {
  color: #3C4858; }
  .cart-total .shipping-estimate-show:hover {
    color: #F2612E; }

.cart-total .estimator-form-label .form-label {
  color: #3C4858; }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  height: 44px; }

.cart-gift-certificate-form .button, .coupon-form .button {
  font-size: 14px;
  padding: 14px 30px;
  width: auto;
  margin: -3px 0 0; }

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

.cart-item-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 400; }

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

/* End System Page */
/* Product Page start */
.main_product .header {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); }

.main_product .body .container {
  max-width: 100%;
  padding: 0 113px; }
  @media only screen and (min-width: 1399px) {
    .main_product .body .container {
      max-width: 1122px;
      padding: 0; } }

.main_product ol.breadcrumbs {
  margin: 29px 0 25px; }

.main_product ol.breadcrumbs .breadcrumb:nth-child(2) .breadcrumb-label {
  color: #F2612E; }

.product-section-wrapper {
  float: left;
  width: 100%;
  margin: 0 0 16px; }
  .product-section-wrapper .product-col-half {
    width: 50%;
    float: left; }
    .product-section-wrapper .product-col-half .productView-images, .product-section-wrapper .product-col-half .productView-description {
      width: 100%;
      padding: 0; }

.productView {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block; }

.custom-product .productView-details {
  width: 100%; }

.custom-product .productView-options .form .add-to-cart-wrapper,
.custom-product .productView .productView-details .productView-options .form-action.form-wishlist {
  display: none !important; }

.default_product .productView-options .form-field {
  margin: 0 0 20px; }

.default_product .productView-product {
  border: 0; }

.default_product .productView-description {
  margin: 45px -26px 50px;
  padding: 0;
  width: auto; }
  .default_product .productView-description .item {
    border: 0;
    width: 33.33%;
    float: left;
    padding: 0 26px; }
  .default_product .productView-description .shipping-row {
    margin: 0 0 74px; }
  .default_product .productView-description .show-more-reviews {
    float: right;
    font-size: 12px;
    letter-spacing: 0.4px; }

.default_product .productView-description .item {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.14px; }

.default_product .productView-description .item .Barn_Door_Features {
  margin-bottom: 78px; }

.default_product .productView-description .item .Barn_Door_Features li {
  position: relative;
  list-style-type: none; }
  .default_product .productView-description .item .Barn_Door_Features li:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #F2612E;
    position: absolute;
    left: -17px;
    top: 7px;
    border-radius: 50%; }

.default_product .productView-description .desc-heading {
  font-size: 32px;
  font-weight: 300;
  margin: 18px 0 38px; }

.default_product .productView-description .shipping-guides .desc-heading {
  margin: 18px 0 21px; }

.default_product .productView-description .shipping-guides .guides-row .desc-heading {
  margin: 18px 0 12px; }

.default_product .productView-description .desc-content-reviews .desc-heading {
  margin: 18px 0 26px; }

.default_product .productView-description h2.Door_Features_title {
  font-size: 14px;
  font-weight: 500;
  margin: 16px 0 6px; }

.default_product .productView-description hr {
  margin: 10px 0; }

.default_product .productView-description .right-orange-wrap {
  padding: 15px 0 0;
  margin: 9px 0 0; }

.default_product .productView-description .right-orange {
  font-size: 12px; }

.default_product .productView-description .tabs-to-section {
  margin: 22px 0 0; }

.default_product .productView-description .tabs-to-section li {
  letter-spacing: 1.25px;
  font-weight: 500; }

.default_product .productView-description .productReviews .productReviews-list .productReview .productReview-body {
  font-size: 16px;
  line-height: 24px; }

.default_product .productView-description .productReviews .productReviews-list .productReview .name-cls {
  margin: 12px 0 0; }

.default_product .productView-description .productReviews .productReviews-list .productReview {
  padding: 0 0 34px; }

.default_product .productView-options .form-field[data-product-attribute=swatch] .form-label--inlineSmall {
  width: 100%; }

.default_product .productView-options .form-field[data-product-attribute=swatch] span[data-option-value] {
  color: #F2612E;
  font-weight: 500; }

.default_product .productView-options .form-field[data-product-attribute=input-checkbox] .form-label--inlineSmall {
  width: 100%; }

.default_product .form-checkbox + .form-label, .default_product .form-radio + .form-label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #3C4858;
  text-transform: none; }

.default_product .productView-options .form-option-variant--color, .default_product .productView-options .form-option-variant--pattern {
  height: 25px;
  width: 25px; }

.default_product .form-radio:checked + .form-option {
  border-color: #F2612E;
  box-shadow: none; }

.default_product .productView-options .form-option {
  border-color: #656c78; }

.default_product .productView-options .form-option:hover {
  border-color: #F2612E; }

.productView .productView-info-name {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.42px;
  color: #3C4858;
  font-weight: 500;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  margin: 0 10px 7px 0;
  min-width: 110px; }

.productView .productView-info-value {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.42px;
  color: #3C4858;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 7px;
  display: inline-block;
  text-transform: none; }

.productView-rating {
  font-size: 16px;
  color: #3C4858;
  margin: 10px 0; }
  .productView-rating span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px; }
    .productView-rating span svg {
      margin: -1px 0 0; }
    .productView-rating span.no_review {
      margin: 0 0 0 3px; }
  .productView-rating a {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px; }
  .productView-rating .productView-reviewLink--new {
    color: #F2612E;
    border-bottom: 1px solid #F2612E;
    line-height: 18px; }
    .productView-rating .productView-reviewLink--new:hover {
      color: #3C4858;
      border-color: #3C4858; }

.productView-images {
  padding: 0;
  position: relative;
  margin-bottom: 20px; }
  .productView-images .productView-image {
    height: 561px;
    margin: 0 0 11px 0; }
    .productView-images .productView-image .productView-img-container {
      max-width: 100%; }
      .productView-images .productView-image .productView-img-container:after {
        padding-bottom: 0; }
      .productView-images .productView-image .productView-img-container img {
        position: static;
        max-height: 561px; }

.productView-images .productView-thumbnails {
  margin: 0 -4.5px; }
  .productView-images .productView-thumbnails .productView-thumbnail {
    padding: 0 4.5px;
    width: 33.33%; }
    .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      max-width: 180px;
      border: 1px solid #CCCCCC;
      height: 180px;
      padding: 0; }
      .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
        max-height: 180px;
        margin: auto;
        padding: 0;
        width: 100%;
        display: block; }
  .productView-images .productView-thumbnails .slick-arrow {
    background: transparent;
    padding: 0;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 28px; }
    .productView-images .productView-thumbnails .slick-arrow.slick-next {
      margin: 0;
      right: -24px; }
      .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
        background-size: contain;
        height: 28px;
        width: 28px; }
    .productView-images .productView-thumbnails .slick-arrow.slick-prev {
      left: -24px;
      margin: 0; }
      .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
        background-size: contain;
        height: 28px;
        width: 28px; }
  .productView-images .productView-thumbnails .slick-dots, .productView-images .productView-thumbnails .carousel-tooltip {
    display: none !important; }

.productView-images .productView-thumbnails .productView-thumbnail-link:hover {
  border-color: #F2612E; }

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

.product-short-desc {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #3C4858; }
  .product-short-desc p {
    margin: 0; }
  .product-short-desc a {
    color: #AAB2BE; }
    .product-short-desc a:hover {
      color: #F2612E; }

.productView-details {
  padding: 0 0 0 33px;
  width: 50%; }
  .productView-details .productView-title {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 15px 0 10px; }
  .productView-details .productView-price {
    margin: 6px 0 6px;
    display: inline-block;
    width: 100%; }
    .productView-details .productView-price .price_lable {
      text-transform: uppercase; }
    .productView-details .productView-price .price-section {
      color: #F2612E;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.36px;
      display: inline-block;
      font-weight: 500;
      margin: 0;
      display: inline-block; }
      .productView-details .productView-price .price-section .price-now-label {
        display: none !important; }
      .productView-details .productView-price .price-section.non-sale-price--withoutTax {
        color: #999999;
        font-size: 18px;
        display: none !important; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax .price--non-sale {
          color: #999999;
          font-size: 24px;
          text-decoration: line-through; }
      .productView-details .productView-price .price-section.rrp-price--withoutTax {
        color: #999999;
        font-size: 18px;
        display: inline-block;
        line-height: 22px; }
        .productView-details .productView-price .price-section.rrp-price--withoutTax .price--rrp {
          color: #999999;
          font-size: 18px;
          text-decoration: line-through; }
      .productView-details .productView-price .price-section.price-section--saving {
        display: none !important;
        font-size: 18px;
        line-height: 19px;
        letter-spacing: 0.65px;
        color: #3C4858;
        padding: 0 0 0 11px; }

.productView-brand {
  display: none; }

.customize-order-btn {
  width: 100%;
  text-align: center;
  margin: 20px 0 11px; }
  .customize-order-btn .button {
    padding: 14px 41px 14px 34px; }
    .customize-order-btn .button:before {
      width: 80%; }
    .customize-order-btn .button:after {
      right: 8px; }

.productView-options .row-custom {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(60, 72, 88, 0.1);
  padding: 28px 0 17px; }

.productView-options .form-field {
  margin: 0;
  position: relative; }

.productView-options .form-field[data-product-attribute="swatch"] {
  padding: 0 0 2px; }

.productView-options textarea.form-input {
  height: 150px;
  resize: none;
  font-size: 16px;
  letter-spacing: 0.14px;
  color: #AAB2BE;
  resize: none;
  line-height: 20px;
  padding: 12px; }

.productView-options .handle-placement-parent .main-area .form-option-wrapper .form-option .form-option-variant {
  background-size: 27px;
  background-position: center 30%; }

.productView-options .handle-placement-parent .main-area .form-option-wrapper .form-option .form-option-variant .active-title {
  display: block;
  background: transparent;
  font-size: 16px;
  letter-spacing: 0.14px;
  color: #3C4858;
  text-transform: capitalize;
  bottom: 4px; }

.productView-options .inc-count .index-count {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  background: #3C4858;
  text-align: center;
  line-height: 29px;
  font-size: 18px;
  letter-spacing: 0.36px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 13px 0 0; }

.productView-options .inc-count.completed .index-count {
  background: #1A860C; }

.productView-options .form-label--inlineSmall {
  display: inline-block;
  vertical-align: middle;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.42px;
  color: #3C4858;
  margin: 0 0 14px; }
  .productView-options .form-label--inlineSmall small {
    display: none; }
  .productView-options .form-label--inlineSmall.header-board-option, .productView-options .form-label--inlineSmall.soft-close-option {
    max-width: 150px; }
  .productView-options .form-label--inlineSmall .icon-question {
    display: inline-block; }
    .productView-options .form-label--inlineSmall .icon-question svg {
      display: inline-block;
      margin: 0 4px -3px 4px; }

.productView-options .right-orange-wrap {
  display: inline-block;
  color: #F2612E;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.46px;
  text-transform: capitalize;
  margin: 0 0 0 3px; }

.productView-options .variantOptions {
  position: absolute;
  top: 7px;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.42px;
  color: #F2612E; }

.productView-options .form-checkbox + .form-label, .productView-options .form-radio + .form-label {
  display: inline-block; }

.productView-options .form-radio + .form-label::before {
  border: 2px solid #F2612E;
  height: 20px;
  width: 20px; }

.productView-options .form-radio + .form-label::after {
  height: 18px;
  width: 18px;
  background: #F2612E;
  border: 0; }

.productView-options .notes-area {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: #AAB2BE; }
  .productView-options .notes-area.note-bottom {
    width: 100%;
    text-align: center;
    margin: 0 0 11px; }
  .productView-options .notes-area.note-right {
    float: right;
    padding: 5px 0 0; }
  .productView-options .notes-area a {
    color: #AAB2BE;
    text-decoration: underline; }
    .productView-options .notes-area a:hover {
      color: #F2612E; }

.productView-options input:focus + label {
  outline: none !important;
  outline-offset: 0px !important; }

.productView-options .main-area {
  padding: 0 0 0px 42px;
  float: left;
  width: 100%; }
  .productView-options .main-area .form-label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.14px;
    color: #3C4858;
    text-transform: none;
    width: calc(100% - 32px);
    margin: 0 0 15px;
    padding-left: 32px; }
  .productView-options .main-area .door-icons {
    display: inline-block;
    float: right;
    width: 32px;
    text-align: right; }

.productView-options .section-col-2 {
  display: inline-block;
  width: 100%; }
  .productView-options .section-col-2 .img-section {
    display: inline-block;
    float: left; }
    .productView-options .section-col-2 .img-section img {
      max-height: 152px; }
  .productView-options .section-col-2 .select-options .form-select {
    border-color: #3E4857;
    color: #AAB2BE;
    width: 196px;
    float: right;
    padding: 0 42px 0 22px; }

.productView-options .single-row-option {
  display: inline-block;
  width: 100%; }
  .productView-options .single-row-option .inc-count {
    width: calc(100% - 318px); }
  .productView-options .single-row-option .main-area {
    width: 318px;
    margin: 0 0 23px; }
  .productView-options .single-row-option .select-options {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0; }

.productView-options .form-select {
  height: 56px;
  line-height: 54px;
  border-radius: 0;
  border: 1px solid #3E4857;
  padding: 0 50px 0 22px;
  font-size: 16px;
  letter-spacing: 0.14px;
  font-family: "DM Sans", sans-serif;
  background-image: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/select_dropdown.svg");
  background-position: 92% center;
  width: 327px;
  float: right;
  max-width: 100%; }

.productView-options .form-input {
  height: 56px;
  line-height: 54px;
  border-radius: 0;
  border: 1px solid #3E4857;
  padding: 0 22px 0 22px;
  font-size: 16px;
  letter-spacing: 0.14px;
  font-family: "DM Sans", sans-serif; }

.productView-options .main-area .form-option-wrapper {
  width: 25.3%;
  float: left; }
  .productView-options .main-area .form-option-wrapper .form-option {
    margin: 0 8px 8px 0;
    border: 1px solid #656C78;
    padding: 0; }
    .productView-options .main-area .form-option-wrapper .form-option .form-option-variant {
      height: 113px;
      width: 113px;
      border: 1px solid transparent; }
      .productView-options .main-area .form-option-wrapper .form-option .form-option-variant .active-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #F2612E;
        padding: 2.5px 2px;
        display: none;
        letter-spacing: 0.4px;
        font-size: 12px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 400; }
      .productView-options .main-area .form-option-wrapper .form-option .form-option-variant:after {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #ece8dd  transparent;
        border-bottom-style: solid;
        display: none;
        z-index: 7;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .productView-options .main-area .form-option-wrapper .form-option .form-option-variant.form-option-variant--none {
        background-size: contain;
        font-size: 0; }
    .productView-options .main-area .form-option-wrapper .form-option:hover {
      border-color: #F2612E; }
  .productView-options .main-area .form-option-wrapper .form-radio:checked + .form-option {
    border: 1px solid #F2612E;
    box-shadow: none; }
    .productView-options .main-area .form-option-wrapper .form-radio:checked + .form-option .form-option-variant {
      border: 1px solid #F2612E; }
    .productView-options .main-area .form-option-wrapper .form-radio:checked + .form-option .active-title {
      display: inline-block; }
  .productView-options .main-area .form-option-wrapper .form-option-expanded {
    display: none !important; }

.productView-options .main-area .form-option-wrapper:nth-child(4n) {
  width: 24%; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n) .form-option {
    margin-right: 0; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n) .form-option-expanded {
    left: 0;
    right: 5px; }

.product-options .socialLinks {
  display: none; }

.productView-options .tooltip-wrapper {
  display: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin: 5px 0 0;
  position: absolute;
  left: 95px;
  right: 0;
  background: #ece8dd;
  width: 483px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  z-index: 7;
  padding: 15px 15px 20px 15px; }
  .productView-options .tooltip-wrapper .tooltip-title {
    margin: 0 0 7px;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-transform: capitalize; }
  .productView-options .tooltip-wrapper .content-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .productView-options .tooltip-wrapper .content-wrap .img {
      width: 165px; }
      .productView-options .tooltip-wrapper .content-wrap .img img {
        max-height: 200px; }
      .productView-options .tooltip-wrapper .content-wrap .img.fullwidth {
        width: 100%;
        text-align: center;
        margin: 0 0 10px; }
    .productView-options .tooltip-wrapper .content-wrap .contern-wrap {
      width: calc(100% - 170px);
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.14px;
      padding: 0 0 0 15px; }
      .productView-options .tooltip-wrapper .content-wrap .contern-wrap p {
        margin: 0; }
      .productView-options .tooltip-wrapper .content-wrap .contern-wrap.fullwidth {
        width: 100%; }
        .productView-options .tooltip-wrapper .content-wrap .contern-wrap.fullwidth ul {
          margin: 0 0 0 8px; }
  .productView-options .tooltip-wrapper.swatche-wrapper {
    left: -100px;
    margin: -2px 0 0;
    right: auto;
    top: 100%; }

.productView-options .rail-hardware-parent .tooltip-wrapper .content-wrap .img img {
  max-height: 320px; }

.productView-options .form-label--inlineSmall .icon-question:hover .tooltip-wrapper {
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

.productView-options .main-area .form-option-wrapper:nth-child(4n + 3) .tooltip-wrapper.swatche-wrapper,
.productView-options .main-area .form-option-wrapper:nth-child(4n + 4) .tooltip-wrapper.swatche-wrapper {
  left: auto;
  right: 0; }

.productView-options .main-area .form-option-wrapper .form-option:hover .form-option-variant:after {
  display: block; }

.productView-options .main-area .form-option-wrapper .form-option:hover .swatche-wrapper {
  display: block; }

.productView-description {
  margin: 48px 0 0; }
  .productView-description .item {
    border-top: 1px solid #3C4858;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #3C4858;
    display: inline-block;
    width: 100%;
    padding: 0 0 45px; }
    .productView-description .item.desc-content-guide .desc-heading {
      margin: 18px 0 5px; }
    .productView-description .item.desc-content-shipping .desc-heading {
      margin: 22px 0 20px; }
      .productView-description .item.desc-content-shipping .desc-heading span {
        position: relative;
        top: -5px; }
    .productView-description .item.desc-content-review .desc-heading {
      margin: 17px 0 22px; }
      .productView-description .item.desc-content-review .desc-heading span {
        position: relative;
        top: -8px; }
  .productView-description .desc-heading {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: rokkitt, serif;
    font-weight: 300;
    margin: 18px 0 12px;
    position: relative; }
    .productView-description .desc-heading .tab-icon {
      display: inline-block;
      vertical-align: middle; }
      .productView-description .desc-heading .tab-icon svg {
        display: inline-block;
        margin: 0 8px 0 0; }
    .productView-description .desc-heading .review-total {
      position: absolute;
      right: 0;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.4px;
      color: #AAB2BE;
      font-family: "DM Sans", sans-serif;
      top: 16px; }
  .productView-description p {
    margin: 0 0 10px; }
  .productView-description a {
    color: #F2612E; }
    .productView-description a:hover {
      text-decoration: underline; }
  .productView-description h2 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin: 25px 0 10px; }
  .productView-description h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.42px;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin: 20px 0 10px; }
  .productView-description .bullets-content {
    margin-bottom: 7px; }
    .productView-description .bullets-content li {
      padding: 0 0 23px 5px; }
  .productView-description .tabs-to-section {
    list-style-type: none;
    margin: 9px 0 0;
    display: inline-block;
    width: 100%; }
    .productView-description .tabs-to-section li {
      padding: 9.5px 0;
      border-top: 1px solid rgba(60, 72, 88, 0.1);
      font-size: 14px; }
  .productView-description h4 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.25px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-transform: none; }
  .productView-description h5 {
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.42px;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400; }
  .productView-description .right-orange {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.46px;
    color: #F2612E;
    font-weight: 400; }
    .productView-description .right-orange:hover {
      text-decoration: underline; }
  .productView-description .right-orange-wrap {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(60, 72, 88, 0.1);
    padding: 13px 0 0;
    margin: 3px 0 0; }
    .productView-description .right-orange-wrap h4 {
      display: inline-block;
      margin: 0;
      float: left;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px; }
    .productView-description .right-orange-wrap .right-orange {
      line-height: 14px; }
  .productView-description .productReviews.toggle:last-of-type {
    margin: 0;
    border: 0; }
  .productView-description .productReviews .pagination {
    padding: 0; }
  .productView-description .productReviews .productReviews-list {
    margin: -10px 0 0; }
    .productView-description .productReviews .productReviews-list .productReview {
      width: 100%;
      padding: 0 0 28px; }
      .productView-description .productReviews .productReviews-list .productReview:not(:last-child) {
        border-bottom: 1px solid rgba(60, 72, 88, 0.1); }
      .productView-description .productReviews .productReviews-list .productReview:not(:first-child) {
        margin: 22px 0 0; }
      .productView-description .productReviews .productReviews-list .productReview .productReview-rating {
        margin: 5px 0 14px; }
      .productView-description .productReviews .productReviews-list .productReview .icon {
        height: 19px;
        width: 19px;
        margin: 0 2px 0 0; }
      .productView-description .productReviews .productReviews-list .productReview .productReview-body {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.16px; }
      .productView-description .productReviews .productReviews-list .productReview .name-cls {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 1.5px;
        font-weight: 500;
        margin: 10px 0 0;
        display: inline-block;
        width: 100%;
        text-transform: uppercase; }

.related-products {
  border-top: 1px solid #3C4858;
  width: 100%;
  float: left;
  padding: 30px 0 16px;
  margin: 39px 0 0; }
  .related-products h2 {
    padding: 0 23px;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 44px 0 22px; }
  .related-products .tab-content {
    padding: 0 18px; }
    .related-products .tab-content.has-jsContent.is-active {
      padding: 0 23px; }
  .related-products.PP-best-seller {
    border: 0;
    margin: 31px 0 0;
    padding: 0 15px 26px; }
    .related-products.PP-best-seller h2 {
      margin: 0 0 22px;
      padding: 0 0 0 7px; }

.related-products .productCarousel {
  margin: 0 -9.5px;
  width: auto; }
  .related-products .productCarousel .productCarousel-slide {
    width: 25%;
    padding: 0 9.5px; }

.related-products .productGrid {
  margin: 0 -0.9px; }

.related-products .productGrid .product {
  padding: 0 9.5px; }

.related-products .card .card-title {
  height: 58px; }

.related-products .card .card-body {
  padding: 36px 0 0; }

.related-products .card_price {
  line-height: 24px; }

.addtocart-stickey-bottom {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background: #3C4858;
  padding: 22px 0 34px;
  bottom: 0;
  z-index: 4;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .addtocart-stickey-bottom .price-addtocart-section {
    padding: 0 122px 0 122px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media only screen and (min-width: 1399px) {
      .addtocart-stickey-bottom .price-addtocart-section {
        padding: 0;
        max-width: 1122px;
        margin: 0 auto; } }
    .addtocart-stickey-bottom .price-addtocart-section .total-price {
      width: 50%;
      padding: 0 0 0 34px; }
    .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
      width: 50%; }
  .addtocart-stickey-bottom .total-price .total-lbl {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #AAB2BE;
    font-family: rokkitt, serif;
    text-transform: capitalize;
    font-weight: 300;
    display: inline-block;
    float: left;
    padding: 2px 0 0; }
  .addtocart-stickey-bottom .total-price .price-lbl {
    display: inline-block;
    float: right; }
    .addtocart-stickey-bottom .total-price .price-lbl .productView-details {
      padding: 0;
      width: auto; }
    .addtocart-stickey-bottom .total-price .price-lbl .productView {
      padding: 0; }
  .addtocart-stickey-bottom .total-price .productView-details .productView-price .price-section {
    color: #fff;
    font-weight: 500;
    font-size: 24px; }
  .addtocart-stickey-bottom .total-price .productView-details .productView-price {
    margin: 0; }
  .addtocart-stickey-bottom .bottom-row {
    display: flex;
    justify-content: right;
    margin: 16px 0 0; }
    .addtocart-stickey-bottom .bottom-row .wishlist-btn-box {
      display: inline-block;
      float: left;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 8px 0;
      margin: 2px 14px 3px 0;
      padding: 8px 12px; }
      .addtocart-stickey-bottom .bottom-row .wishlist-btn-box .sticky-wishlist-btn {
        color: #F2612E;
        letter-spacing: 0.14px;
        font-size: 14px; }
        .addtocart-stickey-bottom .bottom-row .wishlist-btn-box .sticky-wishlist-btn:hover {
          color: #fff; }
    .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 14px 33px; }
      .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn:before {
        background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-blue-left.svg") no-repeat;
        background-size: auto;
        background-position: left center; }
      .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn:after {
        background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-blue-right.svg") no-repeat;
        background-size: auto;
        background-position: right center; }
      .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn:hover:before {
        background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/blue-left-hover.svg") no-repeat;
        background-size: auto;
        background-position: left center; }
      .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn:hover:after {
        background: url("https://cdn11.bigcommerce.com/s-86x9v7li/content/blue-right-hover.svg") no-repeat;
        background-size: auto;
        background-position: right center; }
  .addtocart-stickey-bottom.active {
    display: block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }

.form-field--increments .form-label--alternate {
  text-transform: capitalize;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.42px;
  color: #3C4858;
  font-family: "DM Sans", sans-serif; }

.form-field--increments .button--icon {
  border: none;
  background: none;
  position: absolute;
  padding: 0;
  line-height: normal; }
  .form-field--increments .button--icon .icon {
    height: 24px;
    width: 24px; }
    .form-field--increments .button--icon .icon svg {
      fill: #3C4858; }
  .form-field--increments .button--icon:hover, .form-field--increments .button--icon:active, .form-field--increments .button--icon:active:hover {
    background-color: transparent;
    background: none; }

.form-field--increments .button--icon[data-action="dec"] {
  right: 15px;
  top: 21px; }

.form-field--increments .button--icon[data-action="inc"] {
  right: 15px;
  top: 3px; }

.form-field--increments .form-increment {
  position: relative;
  border-color: #3C4858;
  border-radius: 0px;
  border: 2px solid #CCCCCC;
  padding: 10px 34px 8px 21px;
  width: 120px;
  display: inline-block; }
  .form-field--increments .form-increment .form-input--incrementTotal {
    font-size: 20px;
    line-height: 1px;
    letter-spacing: 1.2px;
    color: #3C4858;
    text-align: left;
    font-family: "DM Sans", sans-serif;
    background-color: #FBFBFB;
    font-weight: 700;
    height: auto;
    padding: 0;
    border: 0; }

.form-field--increments.form-field {
  margin: 0;
  padding: 0; }

.productView-options .form-action {
  margin: 0 6px 0 0; }
  .productView-options .form-action .button {
    padding: 14px 60px;
    background-size: inherit;
    width: 100%; }
  .productView-options .form-action.form-wishlist .button {
    margin: 0;
    padding: 12px 48px; }

#wishlist-dropdown.is-open li:not(:last-child) .button, body #wishlist-dropdown.is-open [data-wishlist] {
  border-radius: 0px;
  border: 1px solid #F2612E;
  border-bottom: 0; }

#wishlist-dropdown.is-open .btn_wrapper {
  width: 100%; }

#wishlist-dropdown.is-open .button {
  border-radius: 0px;
  line-height: normal;
  height: auto;
  white-space: normal;
  color: #F2612E;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  background: transparent; }

#wishlist-dropdown.is-open .button:hover {
  color: #fff;
  background: #F2612E; }

.productView .productView-details .productView-options .form-action.form-wishlist {
  margin: 0 0 0 6px; }

#wishlist-dropdown.is-open {
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #F2612E; }

/* Product Page END */
.loadingOverlay {
  background-color: rgba(251, 251, 251, 0.9); }

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

#CartEditProductFieldsForm .form-option-swatch[for="attribute_swatch_138_none"], #CartEditProductFieldsForm .form-option-variant--none {
  height: 54px;
  width: 54px;
  float: left; }

#CartEditProductFieldsForm .form-option-variant--none {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px; }

#modal .form-option .form-option-expanded {
  display: none !important; }

#CartEditProductFieldsForm [data-product-attribute] .form-option.form-option-swatch {
  float: left; }

#CartEditProductFieldsForm .form-radio:checked + .form-option {
  box-shadow: none;
  border-color: #F2612E; }

.form-input--incrementTotal {
  background-color: #fbfbfb; }

.account .addressList {
  display: flex;
  flex-wrap: wrap; }

body .swal2-modal {
  background-color: #fbfbfb !important; }

.card .sale-flag-side {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: 50px;
  text-align: center;
  background: #F2612E;
  padding: 0; }

.product:hover .sale-flag-side {
  background: #3C4858; }

/**/
.nav_menu {
  width: 30%;
  display: flex;
  justify-content: left; }

.header_right_icons {
  width: 30%;
  display: flex;
  justify-content: right; }

.header_logo {
  position: relative;
  top: -1px; }

.banner_quality_with_confidence .qualityConfidence_bottom_text p > a {
  color: #FBFBFB; }

.banner_quality_with_confidence .qualityConfidence_bottom_text p > a:hover {
  color: #000; }

.dropdown_quickSearch .form .search_submit > svg {
  position: relative;
  top: 2px; }

.proList_right .card .card-title {
  margin: 0 0 8px; }

.proList_right .card {
  margin: 0 0 59px; }

.pagination {
  padding: 61px 0 0; }

.pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon, .pagination .pagination-list .pagination-item.pagination-item--prev .pagination-link .icon {
  position: relative;
  top: -2px; }

.main_product {
  background: #fff; }

.customize-order-btn .button:before, .default_product .btn_wrapper #form-action-addToCart .button:before {
  background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-white-1.svg) no-repeat;
  background-size: auto;
  background-position: left center; }

.customize-order-btn .button:after, .default_product .btn_wrapper #form-action-addToCart .button:after {
  background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-right-white-1.svg) no-repeat;
  background-size: auto;
  background-position: right center; }

.customize-order-btn .button:hover:after, .default_product .btn_wrapper #form-action-addToCart .button:hover:after {
  background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-right-white-1.svg) no-repeat;
  background-size: auto;
  background-position: right center; }

.customize-order-btn .button:hover:before, .default_product .btn_wrapper #form-action-addToCart .button:hover:before {
  background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-white-1.svg) no-repeat;
  background-size: auto;
  background-position: left center; }

.productView-options .form-radio + .form-label::after {
  top: 4px;
  left: 1px; }

.productView-options .form-label--inlineSmall .icon-question > svg {
  position: relative;
  top: -2px; }

.productView-description .tabs-to-section li {
  font-weight: 500; }

.header {
  z-index: 999; }

.addtocart-stickey-bottom {
  z-index: 99; }

.main_product .footer {
  position: relative;
  z-index: 99; }

.productView-options .tooltip-wrapper {
  z-index: 100; }

.main_product .footer_gallery, .main_product .footer .footer_newsletter {
  display: none !important; }

.productView-options .privacy-lock-parent .form-select, .productView-options .soft-close-option-parent .form-select, .productView-options .header-board-option-parent .form-select {
  color: #F2612E;
  font-weight: bold; }

.form-field--increments .form-increment .form-input--incrementTotal {
  background-color: #fff; }

.productView-options .right-orange-wrap {
  position: relative;
  top: -2px; }

.productView-options .found_price .notes-area.note-right {
  padding-right: 40px; }

.productView-options .main-area .form-option-wrapper .form-option .form-option-variant.form-option-variant--none {
  border: 0; }

.productView-options .main-area .form-option-wrapper .form-option:hover .form-option-variant.form-option-variant--none:after {
  display: none !important; }

.productView-options .handle-placement-parent .main-area .form-option-wrapper:last-child .form-option.form-option-swatch .form-option-variant {
  background-size: 50px; }

.productView-options .single-row-option {
  padding: 2px 0 0; }

.addtocart-stickey-bottom .bottom-row .wishlist-btn-box {
  position: relative;
  top: 2px; }

.default_product .productView-description .item .Barn_Door_Features li {
  margin-bottom: 20px; }

.default_product .productView-description .tabs-to-section li, .default_product .productView-description .right-orange-wrap h4 {
  padding-left: 20px; }

.default_product .productView-options div[data-product-attribute="set-rectangle"] .form-label--inlineSmall {
  width: 100%; }

.contactUs_page .form-field textarea.form-input {
  height: 213px;
  padding: 13px 27px 18px 26px; }

.contactUs_page .form-field .form-input {
  padding: 13px 27px 18px 26px;
  line-height: normal;
  height: auto; }

.InstructionsGuides_inner_sec_1 {
  padding: 33px 0 0; }

.InstructionsGuides_inner_sec_1 .cms_page .main_InstructionsGuides .special_bullet_points {
  margin: 35px 0 25px; }

.InstructionsGuides_inner_sec_2 {
  padding: 51px 0 50px; }

.cms_page .cms_content .InstructionsGuides_inner_sec_2 .red_bullets {
  margin-top: 17px; }

.InstructionsGuides_inner_sec_2 .cms_page .main_InstructionsGuides .special_bullet_points {
  margin: 35px 0 25px; }

.cms_search_button {
  margin: 14px 0 0; }

.contactUs_page .form-actions .button {
  padding: 17.5px 31.5px; }

.account[data-pagination-wishlist] .card .card-figure .card-img-container,
.main_account_recentitems .account .card .card-figure .card-img-container {
  height: 300px; }

.account[data-pagination-wishlist] .card .card-figure .card-img-container img,
.main_account_recentitems .account .card .card-figure .card-img-container img {
  max-height: 300px; }

.cms_page .cms_content a:not(.button):hover {
  color: #f2612e; }

.cms_page .cms_content a:not(.button):hover {
  text-decoration: underline; }

.login .login-row {
  margin-top: 0px; }

body.main_search .pagination {
  padding-top: 20px; }

body.main_category .pagination {
  padding-top: 18px; }

.cms_page .accordion_block li .accordion_answer .faq_button a:hover {
  color: #f2612e; }

.main_product ol.breadcrumbs .breadcrumb .breadcrumb-label {
  font-weight: 400; }

.PP-best-seller .card .price-section,
.related-products .card .price-section,
.PP-best-seller .card .price_lable,
.related-products .card .price_lable {
  font-weight: 700; }

/**/
.cms_page .cms_content .buy_guide ul {
  list-style-type: disc; }

.cms_page .cms_content .buy_guide ul ul {
  margin: 0 0 0 20px; }

.cms_page .cms_content .buy_guide .half_buy_img ul {
  list-style-type: none; }

.half_buy_img li {
  width: 50%;
  padding: 20px;
  display: inline-block;
  margin: 0 -1px 20px;
  vertical-align: middle; }

.cms_page .cms_content .half_buy_img ul {
  margin: 0 -20px; }

@media only screen and (max-width: 479px) {
  .half_buy_img li {
    width: 100%;
    margin: 0 20px; } }

/* Start Mobile Menu */
.label_mainMenu,
.label_back,
.nav_top_label,
.mobileMenu_active_level_2 .label_back,
.mobileMenu_active_level_2 #menu_responsive .nav_category > .nav_item:not(.menu_open):not(.nav_top_label) {
  display: none; }

.mobile_menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  z-index: 9999; }

.mobileMenu_active .mobile_menu {
  display: block !important; }

#menu_responsive, .mobileMenu_active_level_2 .label_mainMenu,
.mobileMenu_active_level_2 #menu_responsive .navPage_subMenu {
  display: block; }

#menu_responsive .navPage_subMenu {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto; }

.account-orderStatus-label {
  background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/default-11.svg) no-repeat center;
  padding: 13px 17px 10px;
  background-size: 100% auto; }

/* End Mobile Menu */
.commmonListing_page .proList_right {
  float: right; }

.default_product .productView-options [data-product-attribute="set-select"] .form-label--inlineSmall {
  max-width: 160px; }

.default_product .productView-options .form-field[data-product-attribute=swatch] span[data-option-value] {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .42px;
  color: #f2612e; }

.custom-product .productView-options .form-label--inlineSmall {
  max-width: calc(100% - 50px); }

.row-custom .specialOptions {
  display: none !important; }

.blog_page .blog:nth-of-type(3n+1) {
  clear: left; }

.blog_page .blog .blog-post-figure .blog-thumbnail {
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; }

.blog_page .blog .blog-post-figure .blog-thumbnail img {
  max-height: 245px; }

.footer_gallery .eapps-instagram-feed-title {
  display: none !important; }

/* Responsive start */
.commmonListing_page .page-heading.for_mob_only,
.mobile_product_title {
  display: none; }

.header_user {
  display: block;
  width: 100%; }

.coupon-form .button {
  background: #f1612d;
  padding: 0 5px;
  height: 44px;
  border-radius: 0;
  line-height: 44px;
  border: 0;
  width: calc(22% - 10px);
  float: right;
  vertical-align: middle;
  margin: 0; }

.coupon-form .button:hover {
  background: #F48056;
  height: 44px;
  line-height: 44px; }

.popup_qty {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0; }

.popup_qty .form-field--increments .form-increment {
  background: #3C4858;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  height: 44px;
  line-height: 46px;
  padding: 0 0 0 10px;
  margin: 0 5px 0 0;
  width: 80px;
  overflow: hidden;
  vertical-align: middle; }

.popup_qty .form-field--increments.form-field {
  margin: 5px 0 0; }

.popup_qty .form-field--increments .form-increment .form-input--incrementTotal {
  background: transparent;
  color: #fff;
  line-height: normal;
  font-size: 18px;
  height: auto;
  line-height: 44px;
  float: left; }

.popup_qty .form-field--increments .button--icon .icon svg {
  fill: #fff; }

.popup_qty .form-field--increments .form-label--alternate {
  float: left;
  color: #AAB2BE;
  margin: 0 5px 0 0;
  font-size: 18px;
  line-height: 44px; }

.popup_qty .form-field--increments .button--icon[data-action="inc"] {
  right: 2px;
  bottom: auto;
  top: 2px; }

.popup_qty .form-field--increments .button--icon[data-action="dec"] {
  right: 2px;
  top: auto;
  bottom: -2px; }

.popup_msg {
  display: inline-block;
  width: 100%;
  clear: left;
  text-align: right; }

.addtocart-stickey-bottom .bottom-row {
  flex-wrap: wrap; }

.popup_msg .productAttributes-message {
  clear: left;
  margin: 10px 0 0;
  max-width: 460px;
  text-align: left; }

.addtocart-stickey-bottom .bottom-row {
  margin: 10px 0 0; }

.addtocart-stickey-bottom {
  padding: 20px 0 15px; }

.addToCartDisabled .sticky-addtocart-btn {
  cursor: not-allowed; }

.main-custom-product-wrapper .none_rustic-knotty-alder-finish-options,
.main-custom-product-wrapper .none_barnwood-knotty-alder-finish-options {
  background-image: url("https://www.barndoorz.com/content/no_finish_img.jpg") !important;
  background-position: center center !important; }

.productView-options .rail-options-only-buy-if-you-have-selected-a-hardware-kit-parent .tooltip-wrapper .content-wrap .img img {
  max-height: 100%; }

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px; }
  body {
    padding-top: 157px; }
  .header_bottom {
    padding: 32px 15px 32px 15px; }
  .main_header .header_top_bar {
    padding: 11px 0; }
  .header.header_fixed .header_bottom {
    padding: 20px 15px 25px 15px; }
  .commmonListing_page {
    margin: 35px 0 0; }
  .commmonListing_page .proList_left {
    width: 23%; }
  .commmonListing_page .proList_right {
    width: 77%;
    padding: 0 0px 0 30px; }
  .proList_rightTop .page-heading {
    font-size: 56px;
    line-height: 56px;
    margin: 0 0 20px; }
  .card .card-figure .card-img-container {
    height: 232px; }
  .card .card-figure .card-img-container img {
    max-height: 232px; }
  .proList_right .card .card-body {
    padding: 25px 0 0; }
  .card .card-title a {
    font-size: 20px;
    line-height: 26px; }
  .proList_right .card .card-title {
    max-height: 52px; }
  .proList_right .card {
    margin: 0 0 51px; }
  .form-minMaxRow .form-field {
    padding: 0 3px; }
  .form-minMaxRow .btn_wrapper .button {
    padding: 14px 9px; }
  .form-minMaxRow .form-field:nth-child(3) {
    padding: 0; }
  .page.blog_page {
    margin: 0 -15px; }
  .blog_page .blog {
    padding: 0 15px; }
  .blog_page .blog .blog-post-body .blog-post {
    height: 115px; }
  .blog_page .blog .blog-post-figure .blog-thumbnail {
    height: 200px; }
  .blog_page .blog .blog-post-figure .blog-thumbnail img {
    max-height: 200px; }
  .main_category .blog .blog-post-body .blog-title a {
    font-size: 24px;
    line-height: 26px; }
  .modal .previewCart .previewCartCheckout .button {
    font-size: 11px;
    padding: 14px 10px;
    width: 100%; }
  .cms_block .container {
    padding: 0; }
  .cms_block .cms_left {
    padding: 40px 25px 40px; }
  .cms_page .cms_content, .contactUs_page .form {
    max-width: 100%;
    margin: 0;
    padding: 0 25px; }
  .cms_page .title_icon {
    left: 60px;
    top: 52px; }
  .cms_page .page_subHeading {
    padding: 55px 25px 40px 170px; }
  .cms_page .cms_with_border, .cms_page .main_ShippingAndReturns .cms_with_border {
    padding: 30px 30px 10px 30px; }
  .contactUs_page .cms_right {
    padding: 0 0 100px; }
  .cms_page .main_ShippingAndReturns {
    padding: 0; }
  .cms_page .main_ShippingAndReturns .cms_with_border {
    margin: 0 0 40px; }
  .cms_page .ShippingAndReturns_shipping {
    margin: 58px 0 0; }
  .cms_page .cms_with_backgroundColor {
    margin: 60px 0; }
  .cms_page .main_InstructionsGuides {
    padding: 0; }
  .cms_page .main_InstructionsGuides .cms_without_border .first_paragraph {
    margin: 7px 6px 40px 0; }
  .cms_page .cms_specifications ul {
    padding: 0 15px 0 0; }
  .cms_page .cms_specifications ul + ul {
    padding: 0 0 0 15px; }
  .cms_page .cms_content .cms_image_text ul,
  .cms_page .cms_video_block ul {
    margin: 0 -15px; }
  .cms_page .cms_content .cms_image_text ul li,
  .cms_page .cms_video_block ul li {
    padding: 0 15px 57px; }
  .cms_page .main_BarnDoorsFAQ {
    padding: 0px 0px 41px 0px; }
  .cms_page .main_BarnDoorsFAQ .cms_without_border .first_paragraph {
    margin: 0 0 30px; }
  .cms_page .main_BarnDoorInstallationGuide,
  .contactUs_page .main_VolumeTradeProgram,
  .cms_page .main_PrivacyPolicy {
    padding: 0; }
  .cms_page .main_PrivacyPolicy .cms_imageGallery {
    margin: 50px 0 40px 0; }
  .blog_cnt:after {
    width: 100%; }
  .dropdown_quickSearch {
    padding: 25px 0;
    top: 156px; }
  .body_top .dropdown_quickSearch {
    top: 82px; }
  .dropdown_quickSearch .form .form-field {
    position: relative; }
  .home_top_banner .home_top_block ul .home_topBanner_content h2 {
    font-size: 60px;
    line-height: 46px; }
  .home_top_badges .home_topBadges_grid li {
    float: left;
    width: 25%; }
  .home_top_badges .home_topBadges_grid li.box_hover .home_topBadges_content {
    left: -15px; }
  .home_top_badges .home_topBadges_bottom {
    float: left;
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0 0; }
  .home_top_badges .home_topBadges_bottom p {
    max-width: 448px;
    margin: 0 auto; }
  .home_top_badges {
    margin: 78px 0 50px 0; }
  .create_design_inspire {
    padding: 50px 0 30px;
    margin: 20px 0 0 0; }
  .home_topSellers .productGrid li .card .card-figure .card-img-container img {
    max-height: inherit;
    width: 100%; }
  .home_topSellers .productGrid li .card .card-figure .card-img-container {
    height: 329px; }
  .home_topSellers {
    margin: 38px 0 40px; }
  .banner_quality_with_confidence h2 {
    margin-top: 0; }
  .banner_quality_with_confidence .qualityConfidence_bottom_text {
    margin-bottom: 20px; }
  .blog_cnt ul {
    margin: 10px 0 0 0; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body {
    padding: 0; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image {
    width: 45%; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body {
    width: 55%; }
  .blog_cnt .hm_blog_grid + .hm_blog_grid .hmBlog_inner .blog_body {
    padding: 0 0px 0 30px; }
  .blog_cnt .view_all_blog_link {
    margin: 53px 0 25px; }
  .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left h2 {
    font-size: 50px;
    line-height: 40px; }
  .footer_bottom {
    margin: 10px 0 0 0; }
  .footer_main {
    padding: 35px 0 15px 0; }
  .footer_bottom .footer_bottom_right {
    padding: 5px 0 0 0; }
  .banner_looking_front_door .LookingFrontDoor_inner {
    padding: 50px 0 40px; }
  .footer .footer_newsletter {
    padding: 35px 0; }
  .blog_cnt .title_newsInspiration {
    font-size: 50px;
    line-height: 40px; }
  /*
.header_bottom .navPage_subMenu .container {
    padding: 0 15px 0 15px;
}
.header_bottom .navPage_subMenu .menu_left{
	padding:15px 18px 0 0;
}
.header_bottom .navPage_subMenu .navPages-list li .navPages-action{
	margin: 0;
}
.header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a{
	padding: 5px 10px 5px 10px;
}
.header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover,
.header_bottom .menu_support .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover{
	background-size: cover;
}
.header_bottom .navPage_subMenu .navPages-list li .navPages-action{
	padding: 0 10px;
}*/
  .banner_quality_with_confidence h2 {
    font-size: 50px;
    line-height: 40px; }
  .dropdown_quickSearch .container {
    padding: 0; }
  .main_product .body .container {
    padding: 0 15px; }
  .productView-options .form-label--inlineSmall {
    font-size: 18px;
    line-height: 25px; }
  .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    height: auto; }
  .productView-options .form-action.form-wishlist .button {
    padding: 12px 26px; }
  .productView-options .form-action .button {
    padding: 14px 39px; }
  .product-options .btn_wrapper .button:after {
    width: auto; }
  .productView-images .productView-thumbnails {
    padding: 0 15px; }
  .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    left: -10px; }
  .productView-images .productView-thumbnails .slick-arrow.slick-next {
    right: -10px; }
  .default_product .productView-description {
    margin: 45px -26px 0px; }
  .related-products h2 {
    margin-top: 0;
    padding: 0 7px; }
  .related-products .tab-content.has-jsContent.is-active {
    padding: 0; }
  .related-products .productCarousel {
    margin: 0; }
  .related-products.PP-best-seller {
    padding: 0; }
  .main_product .body {
    margin-bottom: 30px; }
  .productView-options .tooltip-wrapper {
    left: auto;
    z-index: 5; }
  .productView-options .single-row-option .inc-count {
    width: calc(100% - 250px); }
  .productView-options .form-select {
    width: 230px; }
  .productView-options .form-label--inlineSmall.soft-close-option {
    max-width: 170px; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant {
    height: 98px;
    width: 98px; }
  .productView-description .item {
    padding-bottom: 0; }
  .related-products {
    margin: 0; }
  .related-products .card .card-body {
    padding: 15px 0 0; }
  .addtocart-stickey-bottom {
    padding: 10px 0 15px; }
  .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
    margin: 5px 0 0; }
  /*
.header_bottom .nav_menu .nav_category li.menu_open .navPage_subMenu{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.50);
}
	*/
  .home_topSellers .productGrid {
    margin: 0 -15px; }
  .productView-options .tooltip-wrapper.swatche-wrapper {
    width: 300px;
    left: 0; }
  .productView-options .main-area.main-area-5 .form-option-wrapper .form-option:hover .swatche-wrapper {
    left: 0;
    right: auto; }
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n + 3) .form-option:hover .swatche-wrapper {
    left: auto;
    right: 0; }
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n) .form-option:hover .swatche-wrapper {
    left: auto;
    right: 0; }
  .productView-options .tooltip-wrapper .content-wrap .contern-wrap {
    width: 100%;
    padding: 20px 0 0 0; }
  .productView-options .tooltip-wrapper .content-wrap .contern-wrap.fullwidth ul {
    padding: 0 0 0 10px; }
  .productView-options .tooltip-wrapper .content-wrap {
    display: block; }
  .productView-options .tooltip-wrapper .content-wrap .img {
    width: 100%; }
  .default_product .productView-description {
    margin: 45px 0 0; }
  .default_product .productView-description .item {
    padding: 0 12px; }
  .default_product .productView-description .descriptions-section {
    margin: auto -12px; }
  .cms_page .cms_imageGallery, .cms_page .cms_images_grid {
    margin: 60px 0 40px 0; } }

@media screen and (max-width: 991px) {
  .commmonListing_page .proList_left {
    width: 100%; }
  .commmonListing_page .proList_right {
    width: 100%;
    padding: 0; }
  .commmonListing_page .page-heading.for_mob_only {
    display: inline-block;
    width: 100%; }
  .proList_rightTop .page-heading {
    display: none; }
  .commmonListing_page .page-heading.for_mob_only {
    font-size: 48px;
    line-height: 42px;
    margin: 0 0 25px;
    text-transform: none; }
  .page-sidebar .filter_heading .filter_text {
    padding: 0 0 7px; }
  .page-sidebar .filter_heading {
    margin: 0 0 15px; }
  .facetedSearch-navList.is-open .accordion--navList {
    border-top: 0; }
  .page-sidebar .accordion-block {
    padding: 0; }
  .accordion--navList .accordion-navigation, .page-sidebar .accordion-block.price_filter {
    padding: 0; }
  .page-sidebar .accordion-block .accordion-title {
    padding: 14px 0; }
  .page-sidebar .accordion-block {
    border: 0; }
  .accordion--navList .accordion-navigation {
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding: 0 15px; }
  .facetedSearch-toggle.is-open {
    border-bottom: 0; }
  .page-sidebar .accordion-content {
    padding: 0 20px 10px 20px; }
  .page-sidebar .accordion-content .navList li {
    margin: 0 0 2px; }
  .page-sidebar .accordion-content .navList .navList-action--checkbox {
    padding: 0 0 0 28px; }
  .form-minMaxRow .form-field:nth-child(3) {
    padding: 0; }
  .form-minMaxRow .form-field {
    padding: 0 10px; }
  .form-minMaxRow .btn_wrapper, .form-minMaxRow .btn_wrapper .button {
    width: 100%; }
  .proList_right .actionBar {
    padding: 0 0 20px; }
  .page.blog_page {
    margin: 0 -10px; }
  .blog_page .blog {
    padding: 0 10px; }
  .blog_page .blog .blog-post-figure .blog-thumbnail {
    height: 150px; }
  .blog_page .blog .blog-post-figure .blog-thumbnail img {
    max-height: 150px; }
  .blog_page .blog .blog-post-body .blog-post {
    height: 165px; }
  .writeReview-form .form-field--submit {
    text-align: center; }
  .navBar--account {
    display: block;
    margin-bottom: 3rem; }
  .navBar--sub .navBar-item {
    display: inline-block; }
  .cart-total-label,
  .cart-total-value {
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 6px 0;
    width: 50%; }
  .cart-item-info {
    margin: 13px 0 0 0; }
  .cart-total-label {
    text-align: left; }
  .cart-total-value {
    text-align: right; }
  .page-heading {
    font-size: 36px;
    margin: 0 0 20px; }
  .cart-item-info {
    margin-top: 0; }
  .cart-totals {
    width: 50%; }
  .body {
    min-height: auto;
    margin-bottom: 30px; }
  .login {
    margin: 0rem auto 6rem; }
  .login-row {
    margin-top: 0; }
  .account-content {
    padding-right: 0;
    padding-left: 0; }
  .blog_page .blog {
    margin: 0 0 30px; }
  .cart-totals {
    width: 75%; }
  .quickSearchResults .modal-close,
  .main_account_recentitems .quickSearchResults .modal-close,
  .main_wishlist .quickSearchResults .modal-close {
    display: inline-block;
    right: 20px; }
  #contact-us-page .contactLeft, #contact-us-page .contactRight {
    width: 100%; }
  .page-content,
  .page-content--full {
    padding: 0; }
  td.cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
    font-size: 18px; }
  .login-form, .new-customer {
    padding: 0; }
  .cart-content-padding-right {
    padding-right: 0; }
  .cms_block .cms_left {
    width: 100%;
    height: auto; }
  .cms_block .cms_left .navBar-section {
    border-bottom: 0;
    padding-bottom: 0; }
  .contactUs_page .cms_right {
    width: 100%; }
  .cms_page .page_subHeading {
    padding: 45px 25px 50px 170px; }
  .cms_page .title_icon {
    top: 42px; }
  .cms_page .cms_with_border, .cms_page .main_ShippingAndReturns .cms_with_border {
    padding: 25px 25px 10px; }
  .cms_page .cms_with_border p {
    margin: 0 0 17px;
    font-size: 20px; }
  .cms_top_heading .page-heading {
    font-size: 54px;
    line-height: 40px; }
  .cms_top_heading::after {
    top: 26px;
    width: 90px; }
  .cms_page .ShippingAndReturns_shipping {
    margin: 50px 0 0; }
  .cms_block .cms_right {
    width: 100%; }
  .cms_page .main_ShippingAndReturns .ShippingAndReturns_producterror {
    margin: 0; }
  .cms_page .cms_imageGallery, .cms_page .cms_images_grid {
    margin: 124px 0px 52px 0; }
  .cms_block .cms_left {
    padding: 40px 15px 40px; }
  .cms_page .cms_content, .contactUs_page .form {
    padding: 0 15px; }
  .cms_page .cms_content .cms_image_text ul li .cms_imageText_block img {
    max-height: 354px; }
  .cms_page .cms_content .cms_image_text ul li .cms_imageText_block {
    height: 354px; }
  .cms_page .cms_video_block ul li .cms_video_iframe {
    padding: 0 0 59%; }
  .contactUs_page .main_VolumeTradeProgram .text_center,
  .contactUs_page .cms_without_border p {
    max-width: 100%; }
  .contactUs_page .main_VolumeTradeProgram .cms_without_border p img {
    margin: 40px 0 70px; }
  .cms_page .main_PrivacyPolicy .cms_without_border > h2 {
    margin-top: 10px; }
  .header {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
  body {
    padding: 0; }
  .header_bottom {
    padding: 15px; }
  .header_bottom .header_right_icons {
    padding: 5px 0 0 0; }
  .dropdown_quickSearch {
    top: 130px;
    position: absolute;
    padding-top: 0; }
  .quickSearchResults .productGrid,
  .main_account_recentitems .quickSearchResults .productGrid,
  .main_wishlist .quickSearchResults .productGrid {
    max-height: 333px; }
  .serach_open .header_bottom .header_right_icons .navUser-section li.nav_search .search_text:after,
  .header_bottom .header_right_icons .navUser-section li.nav_search .search_text:hover:after {
    display: none; }
  .header_bottom .header_right_icons .navUser-section li.navUser-item--cart {
    margin: 0; }
  .home_top_banner .home_top_block ul .home_topBanner_content h2 {
    font-size: 45px;
    line-height: 31px;
    margin: 0 0 15px 0; }
  .home_top_banner .home_top_block:after {
    top: 30px; }
  .home_top_banner .home_top_block ul li:last-child {
    padding: 0 15px; }
  .home_top_banner .home_top_block ul .home_topBanner_content p {
    margin: 0 0 10px 0; }
  .home_top_badges {
    margin: 60px 0 20px 0; }
  .home_top_badges .home_topBadges_grid li {
    padding: 0 10px; }
  .home_top_badges .home_topBadges_grid li .home_topBadges_content {
    padding: 112px 10px 50px;
    height: auto; }
  .home_topSellers .productGrid li .card .card-figure .card-img-container {
    height: 225px; }
  .home_topSellers .productGrid {
    margin: 0 -8px; }
  .home_topSellers .productGrid li {
    padding: 0 8px; }
  .header-logo__link {
    width: 100%; }
  .create_design_inspire .DesignInspire_left {
    padding: 0 25px 0 0;
    width: 60%; }
  .create_design_inspire .DesignInspire_right {
    width: 40%; }
  .create_design_inspire .DesignInspire_left p {
    margin: 0 0 20px; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul {
    max-height: 400px; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_title {
    margin: 15px 0 0; }
  .inspire_icon svg {
    height: 100%; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_icon {
    height: 120px; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image {
    padding-right: 0; }
  .header.is-open #menu_responsive {
    display: block; }
  .navPages-container.is-open {
    width: 275px;
    display: block;
    float: left;
    z-index: 50;
    margin: 0;
    padding: 0;
    position: fixed;
    transition: all 0.3s ease 0s;
    left: 0; }
  body.has-activeNavPages {
    left: 275px;
    transition: all .3s ease 0s;
    position: fixed;
    top: 0; }
  #menu_responsive .navPages {
    background: #FBFBFB;
    padding: 19px 18px 15px 15px;
    width: 352px; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  body.mobileMenu_active {
    position: fixed; }
  #menu_responsive ul li {
    padding: 11px 20px 12px 25px;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(60, 72, 88, 0.08); }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action {
    color: #F2612E; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #F2612E; }
  #menu_responsive .navPages-action, #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    padding: 0;
    display: block;
    border: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #3C4858;
    line-height: 30px;
    letter-spacing: 0.36px;
    text-transform: uppercase; }
    #menu_responsive .navPages-action:hover, #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #F2612E; }
  #menu_responsive .nav_top_label .navPages-action {
    color: #F2612E;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    padding: 10px 25px 23px 25px; }
  #menu_responsive .nav_top_label .navPages-action:hover {
    color: #3C4858; }
  .navPages-container.is-open svg, #menu_responsive .navPages ul li:hover .navPage-subMenu, #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list, #menu_responsive .navPage-subMenu .container {
    display: block !important; }
  #menu_responsive .subcat-expand {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_responsive .subcat-expand.subcat-expanded::before,
  .main_menu .navPages-list .navPages-item > .navPages-action::after,
  .navPage-subMenu-action .collapsible-icon-wrapper,
  .main_menu .navPage-subMenu::after {
    display: none; }
  #menu_responsive .subcat-expand::after, #menu_responsive .subcat-expand::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  #menu_responsive .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu_responsive .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu_responsive .navPage-subMenu {
    background: transparent;
    top: 0; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left;
    margin: 0; }
  #menu_responsive ul ul {
    width: 100%;
    display: block;
    padding: 0px 0 0px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu_responsive .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px; }
  #menu_responsive {
    transition: all .3s ease 0s;
    left: 0; }
  .main_menu .navPages-list {
    margin: 0; }
  .main_menu .navPage-subMenu {
    box-shadow: none;
    padding: 0;
    border: 0; }
  .main_menu .navPage-subMenu {
    min-width: auto; }
  .hdr_top ul li:nth-child(1),
  .hdr_top ul li:nth-child(2) {
    width: 50%; }
  .hdr_top ul li:nth-child(2) {
    text-align: right; }
  .hdr_top ul li:nth-child(2) p {
    font-size: 16px;
    margin: 0 8px; }
  .hdr_top ul li:nth-child(2) svg {
    height: 18px; }
  .hdr_top ul li:nth-child(3) {
    display: none; }
  .hdr_center {
    position: relative;
    padding: 5px 15px 0; }
  .hdr_center .hdr_right {
    width: auto; }
  .hdr_center .main_menu {
    width: auto; }
  .mobileMenu-toggle {
    left: 15px;
    top: 81px;
    background: transparent;
    height: 14px;
    width: 23px;
    padding: 0 9px;
    padding: 0; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::before, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #3C4858;
    width: 23px;
    border-radius: 2px; }
  .hdr_center .logo_wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .header-logo-image-unknown-size {
    max-height: 55px; }
  .hdr_bottom ul li,
  .hdr_bottom ul li:nth-child(2) {
    padding: 0 8px 0 0; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -6px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -6px; }
  .holiday_wrapper {
    margin: 120px 0 0 0; }
  header.header_fixed .hdr_right {
    margin-top: 0; }
  .hdr_bottom ul li:nth-child(1) .for_img,
  .hdr_bottom ul li:nth-child(2) .for_img,
  .hdr_bottom ul li:nth-child(3) .for_img,
  .hdr_bottom ul li:nth-child(4) .for_img {
    margin-right: 3px; }
  .Banner_section1 ul li a .btm_text {
    font-size: 16px; }
  .hdr_right ul li.navUser-item--cart {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 29px; }
    .hdr_right ul li.navUser-item--cart svg {
      margin: 5px 0 0;
      fill: #000; }
  .header-logo__link {
    display: inline-block; }
  .logo_wrapper .header-logo .for_logo, .logo_wrapper .for_logotext {
    text-align: center; }
  .logo_wrapper .for_logotext > br {
    display: inline-block; }
  .logo_wrapper .for_logotext {
    padding: 2px 0 0; }
  .hdr_bottom {
    margin: 32px 0 0;
    padding: 10px 0 0; }
  .hdr_bottom ul li .for_img svg {
    max-height: 60px; }
  .hdr_bottom ul li .for_text {
    line-height: 14px;
    font-size: 13px; }
  .mobileMenu_active .mobile_menu {
    width: 100%;
    height: 100%; }
  .label_back {
    display: block; }
  .nav_top_label {
    border-bottom: 1px solid rgba(60, 72, 88, 0.08);
    display: block; }
  #menu_responsive .navPages ul.navPages-list--user {
    position: fixed;
    bottom: 0;
    left: 15px;
    width: 322px;
    border-top: 1px solid rgba(60, 72, 88, 0.08);
    padding: 22px 0 67px 0;
    background: #FBFBFB; }
  #menu_responsive .navPages ul.nav_category {
    overflow-y: auto;
    padding: 0 0 10px 0; }
  #menu_responsive .navPages ul.navPages-list--user .navPages-action {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    padding: 11px 0; }
  #menu_responsive .navPages ul.navPages-list--user .navPages-item {
    padding: 0 23px 0 25px;
    border: none; }
  .navUser-item.nav_search {
    display: block; }
  .header_bottom .header_right_icons .navUser-section li.nav_search .search_text {
    font-size: 0;
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/search_icon_mob.svg) no-repeat center;
    background-size: 22px;
    width: 23px;
    height: 23px; }
  #menu_responsive .nav_category .nav_item {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/megamenu/mob_menu_arrow.svg) no-repeat right 20px top 20px; }
  #menu_responsive .nav_category .nav_item.menu_search {
    background: none;
    border: none; }
  #menu_responsive .nav_category .nav_item.menu_open {
    background: none;
    border: none; }
  #menu_responsive .navPages ul.navPages-list--user li:first-child .navPages-action {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/megamenu/mob_menu_user.svg) no-repeat right top 8px; }
  #menu_responsive .navPages ul.navPages-list--user li:last-child .navPages-action {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/megamenu/mob_menu_login.svg) no-repeat right top 11px; }
  #menu_responsive .navPages ul.navPages-list--user li:last-child {
    padding: 0 17px 0 25px; }
  #menu_responsive .navPages .navPages-list {
    padding: 0; }
  #menu_responsive .navPages .navPages-list .navPages-item {
    padding: 0 0 40px 0;
    border: none; }
  #menu_responsive .navPages .navPages-list .navPages-item .navPage-subMenu-list {
    padding: 0; }
  .navPage_subMenu .container {
    padding: 0; }
  #menu_responsive .navPages .navPages-list .navPages-item .navPage-subMenu-item {
    padding: 0 0 25px 0;
    border-bottom: none; }
  #menu_responsive .navPage_subMenu .navPageSubMenu_inner .navPage-subMenu-action {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400; }
  .mobileMenu_active_level_2 #menu_responsive .menu_open a.has_menu {
    display: none; }
  #menu_responsive .navPages .navPages-list .navPages-item .navPageSubMenu_inner {
    padding: 26px 0 0 0;
    float: left; }
  #menu_responsive {
    width: 352px;
    background: #FBFBFB;
    padding: 15px 0;
    max-width: 100%; }
  #menu_responsive .navPages {
    width: 100%;
    /*overflow-y:auto;height: auto;*/
    padding: 0 18px 0 15px; }
  .menu_right {
    display: none; }
  .mobileMenu_active_level_2 #menu_responsive .navPages-list--user {
    display: none; }
  .dropdown_quickSearch .container,
  .quickSearchResults,
  .main_account_recentitems .quickSearchResults,
  .main_wishlist .quickSearchResults {
    padding: 0 15px; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button {
    margin: -44px 0 0; }
  .productView-details.product-data {
    width: 100%;
    padding: 0; }
  .productView-details {
    width: 100%;
    padding: 0; }
  .productView-options .form-action {
    width: auto; }
  .header_logo {
    top: 7px; }
  .product-section-wrapper .product-col-half {
    width: 100%; }
  .addtocart-stickey-bottom .price-addtocart-section {
    padding: 0 122px 0 20px; }
  .productView-description {
    margin: 20px 0 0; }
  .productView-description .item {
    padding: 20px 0; }
  .productView-options .tooltip-wrapper {
    left: 170px; }
  .related-products .slick-next,
  .related-products .slick-prev {
    background: transparent;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    top: 40%; }
  .related-products .slick-dots,
  .related-products .carousel-tooltip {
    display: none !important; }
  .related-products {
    padding: 30px 15px 16px; }
  .related-products .slick-prev {
    left: -20px; }
  .related-products .slick-next {
    right: -20px; }
  .productView-options .form-label--inlineSmall.header-board-option, .productView-options .form-label--inlineSmall.soft-close-option {
    max-width: 190px; }
  .productView-options .form-select {
    width: 300px; }
  .productView-options .single-row-option .inc-count {
    width: 250px; }
  .productView-options .section-col-2 .select-options .form-select {
    width: 300px; }
  .nav_item.menu_search {
    display: block !important; }
  .mobile_search_block {
    display: none; }
  .nav_item.menu_search.menu_open .mobile_search_block {
    display: block; }
  .mobile_search_block .dropdown_quickSearch {
    position: inherit;
    padding: 10px 0 0 0; }
  .mobile_search_block .dropdown_quickSearch .container {
    padding: 0; }
  .mobile_search_block .dropdown_quickSearch .form .form-input {
    padding: 0 56px 0 15px; }
  .mobile_search_block .quickSearchResults {
    padding: 0; }
  #menu_responsive .navPages .mobile_search_block ul.productGrid {
    padding: 5px 10px;
    max-height: 210px;
    border: 1px solid #bebdbd; }
  #menu_responsive ul .mobile_search_block li.product {
    padding: 11px 0 12px 0px; }
  .mobile_search_block .quickSearchResults .modal-close {
    right: 0; }
  .mobile_search_block .quickSearchResults .productGrid .product .card .card-figure {
    width: 70px; }
  .mobile_search_block .quickSearchResults .productGrid .product .card .card-body {
    width: calc(100% - 80px);
    padding: 0px 5px 0px 5px; }
  .mobile_search_block .quickSearchResults .productGrid .product .card .card-figure a {
    height: 75px; }
  .mobile_search_block .quickSearchResults .productGrid .product .card .card-body .card-title a {
    font-size: 16px;
    line-height: 18px; }
  .mobile_search_block .card .price_lable {
    font-size: 12px; }
  .mobile_search_block .quickSearchResults .productGrid .product .card .card-body .card-text .price-section {
    font-size: 12px; }
  .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    max-width: 100%; }
  .productView-details .productView-title {
    font-size: 50px;
    line-height: 40px; }
  .product-options .btn_wrapper .button:after {
    width: 34px; }
  .productView .productView-details .productView-options .form-action.form-wishlist {
    padding: 0; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_review_body {
    max-width: 295px; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body {
    padding: 0 15px 0 0; }
  .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left {
    width: 38%; }
  .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right {
    width: 62%; }
  .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_right ul li:first-child img {
    margin: -50px 0 0 34px; }
  .footer .footer_newsletter .container {
    display: block; }
  .footer .footer_newsletter .form_left {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: center; }
  .footer .footer_newsletter .form_right {
    float: none;
    width: auto;
    max-width: 465px;
    margin: 0 auto; }
  .footer .footer_newsletter .form_left p {
    max-width: 100%; }
  .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input {
    width: 100%; }
  .banner_looking_front_door .LookingFrontDoor_inner .LookingFrontDoor_left h2 {
    font-size: 45px;
    line-height: 45px; }
  .price_filter .btn_wrapper .button:before,
  .price_filter .btn_wrapper .button:after {
    width: auto; }
  .header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); }
  .main_default .header {
    box-shadow: none; }
  .productView-options .main-area .form-option-wrapper, .productView-options .main-area .form-option-wrapper:nth-child(4n) {
    width: auto; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n) .form-option {
    margin-right: 8px; }
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(6n) .form-option:hover .swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(6n+5) .form-option:hover .swatche-wrapper {
    left: auto;
    right: 0; }
  .productView-images .productView-thumbnails {
    margin-left: 70px;
    margin-right: 70px; }
  .modal .previewCart .productView {
    margin-top: 10px; }
  .previewCart .previewCartCheckout {
    margin-bottom: 15px; }
  .previewCart .previewCartCheckout .btn_wrapper {
    max-width: 250px;
    display: block; }
  .previewCart .previewCartCheckout .btn_wrapper, .previewCart .previewCartCheckout .btn_wrapper.view_edit_cart_btn {
    margin-left: auto;
    margin-right: auto; }
  .account .pagination {
    padding-top: 30px; }
  .account .pagination .pagination-list {
    margin: 0; }
  .default_product .productView-rating {
    margin-bottom: 20px;
    clear: left; }
  .default_product .productView-details.product-data {
    margin-bottom: 20px; }
  .productView-description .desc-heading .tab-icon svg {
    width: 60px;
    margin: 0; }
  .default_product .productView-description .desc-heading {
    font-size: 28px; }
  .default_product .productView-options .form-field[data-product-attribute="set-select"] .form-label--inlineSmall {
    float: left;
    min-width: 180px; }
  .default_product .productView-options .form-field[data-product-attribute="set-select"] .form-select {
    float: left; }
  .contactUs_page .form-actions {
    text-align: center; }
  .InstructionsGuides_inner_sec_2 {
    padding: 20px 0; }
  .cms_page .cms_without_border .cms_search_block .cms_searchBlock_inner {
    margin: 40px 0 0; }
  .cms_page .cms_content .cms_image_text ul li,
  .cms_page .cms_video_block ul li {
    padding: 0 15px 20px; }
  .cms_block .cms_right {
    padding: 0 0 70px; }
  .cms_page .accordion_block li .accordion_answer {
    padding: 0; }
  .template_aboutUs form .btn_wrapper {
    display: block;
    text-align: center; }
  .cms_page .main_PrivacyPolicy .cms_imageGallery {
    margin: 10px 0; }
  .blog_page .pagination {
    padding: 15px 0 0; }
  .blog_page .blog .blog-post-body .blog-post {
    height: auto; }
  /* .blog_page .blog:nth-child(3n+1)
	{	clear: left;
	} */
  body.main_search .pagination, body.main_category .pagination {
    padding: 20px 0 30px; }
  .main_blog_post .blog-post-body {
    width: 100%; }
  .mobileMenu_active_level_2 .menu_search {
    display: none !important; }
  .mobileMenu_active_level_2 .menu_search.menu_open {
    display: block !important; }
  #menu_responsive .navPages .quickSearchResults {
    display: none !important; }
  .searchPage .proList_rightTop .page-heading {
    display: block !important;
    text-align: center; }
  .contactUs_page .form-field .form-label {
    font-size: 12px; }
  .cms_block .cms_left .navBar-section li a {
    font-size: 16px;
    line-height: 20px; }
  .cms_page .cms_content .half_buy_img ul {
    margin: 0 auto; }
  .half_buy_img li {
    margin: 0 auto 20px;
    float: left; }
  .addtocart-stickey-bottom .price-addtocart-section {
    padding: 0 80px 0 20px; }
  .addtocart-stickey-bottom .price-addtocart-section .bottom-row, .addtocart-stickey-bottom .price-addtocart-section .total-price {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .commmonListing_page .page-heading.for_mob_only, .searchPage .proList_rightTop .page-heading {
    font-size: 42px;
    line-height: 40px;
    margin: 0 0 18px; }
  .category_description {
    margin: 35px 0 50px; }
  .proList_right .actionBar {
    padding: 0 0 60px; }
  .proList_right .productGrid .product, .productGrid .product {
    width: 50%; }
  .proList_right .actionBar .actionBar-section {
    width: 100%; }
  .card .card-figure .card-img-container::after {
    padding: 0 0 100%; }
  .card .card-figure .card-img-container {
    height: 100%; }
  .card .card-figure .card-img-container img {
    max-height: 100%; }
  .proList_right .card .card-body {
    padding: 22px 0 0;
    text-align: left; }
  .proList_right .card .card-title {
    height: 44px; }
  .card .card-title a {
    font-size: 20px;
    line-height: 22px; }
  .proList_right .card {
    margin: 0 0 54px; }
  .blog_page .blog {
    width: 50%; }
  .blog_page .blog .blog-post-figure .blog-thumbnail {
    height: 200px; }
  .blog_page .blog .blog-post-figure .blog-thumbnail img {
    max-height: 200px; }
  .navBar--sub .navBar-item {
    margin: 0 2px; }
  .navBar--account {
    margin-bottom: 40px;
    margin-top: 20px; }
  .account-head {
    margin: 0; }
  .cart-totals {
    width: 100%; }
  .page-heading {
    font-size: 32px;
    margin: 0 0 14px;
    line-height: 30px; }
  .login {
    margin: 0 auto 3rem; }
  .main_wishlist .form .button {
    padding: 7px 16.5px; }
  .productGrid .product, .main_account_recentitems .productGrid .product, .main_wishlist .productGrid .product, .brandGrid .brand {
    width: 50%; }
  .btn_wrapper {
    width: auto; }
  .addressList .panel-body {
    padding-bottom: 0;
    margin: 0 0 40px; }
  .cms_top_heading .page-heading {
    font-size: 38px;
    line-height: 32px; }
  .cms_top_heading::after {
    top: 10px;
    width: 50px; }
  .cms_block .cms_left {
    padding: 30px 25px 25px; }
  .cms_page .page_subHeading {
    padding: 40px 25px 35px 125px; }
  .cms_page .title_icon {
    top: 50%;
    left: 25px;
    transform: translateY(-50%); }
  .cms_page .page_subHeading {
    font-size: 40px;
    line-height: 40px; }
  .cms_page .cms_addressGrid ul li {
    width: 100%;
    padding: 0; }
  .cms_page .cms_addressGrid ul li:not(:last-child) .addressGrid_text::after {
    display: none; }
  .cms_page .cms_addressGrid ul li:first-child, .cms_page .cms_addressGrid ul li:last-child {
    padding: 0; }
  .cms_page .cms_addressGrid ul li.addressGrid_call .addressGrid_text p {
    margin-top: 0; }
  .contactUs_page .form-field .form-input {
    padding: 10px 20px 12px 20px; }
  .contactUs_page .form-field {
    margin: 0 0 40px; }
  .cms_page .main_ShippingAndReturns .cms_without_border h2.title_uppercase {
    margin: 0 0 25px; }
  .cms_page .cms_with_backgroundColor {
    padding: 35px 15px 40px 15px; }
  .cms_page .main_ShippingAndReturns .cms_with_backgroundColor h2 {
    margin: 5px 0 18px; }
  .cms_page .cms_adress, .cms_page .cms_with_backgroundColor .cms_adress {
    margin: 26px 0 15px; }
  .cms_page .main_ShippingAndReturns .ShippingAndReturns_producterror h2 {
    margin: 0px 0 10px; }
  .cms_page .cms_imageGallery, .cms_page .cms_images_grid {
    margin: 80px 0px 52px 0; }
  .cms_page .main_ShippingAndReturns .cms_without_border .cms_imageGallery ul li:nth-child(4)::after {
    width: 70%;
    height: 35px; }
  .cms_page .cms_specifications ul {
    width: 100%;
    padding: 0; }
  .cms_page .cms_specifications ul + ul {
    padding: 0; }
  .cms_page .cms_content .cms_image_text ul li {
    padding: 0 15px 48px; }
  .InstructionsGuides_inner_sec_2 {
    padding: 30px 0 30px; }
  .cms_page .cms_without_border .cms_search_block .cms_searchBlock_inner {
    margin: 90px 0 0; }
  .cms_page .accordion_block li .accordion_question {
    padding: 15px 20px 15px 0px; }
  .cms_page .cms_imageGallery ul li {
    width: 50%; }
  .main_header .header_top_bar {
    padding: 14px 0 13px 0; }
  .home_top_banner .home_top_block ul {
    display: block;
    overflow: hidden; }
  .home_top_banner .home_top_block ul li {
    width: 100%; }
  .home_top_banner .home_top_block:after {
    display: none; }
  .home_top_banner .home_top_block ul li:last-child::after {
    content: "";
    display: inline-block;
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/top_banner_line.svg) no-repeat center;
    background-size: 100% 100%;
    height: 22px;
    width: 112px;
    position: absolute;
    right: -7px;
    margin: 0 auto;
    top: -11px; }
  .home_top_banner .home_top_block ul li:last-child {
    padding: 58px 15px 89px 15px;
    position: relative; }
  .home_top_banner .home_top_block ul .home_topBanner_content p {
    margin: 28px 0 26px 0;
    font-size: 16px;
    line-height: 24px; }
  .home_top_banner .home_top_block ul .home_topBanner_content h2 {
    font-size: 60px;
    line-height: 46px; }
  .home_top_badges .container {
    padding: 0; }
  .home_top_badges .home_topBadges_inner_top {
    overflow-y: hidden;
    overflow-x: scroll;
    border: none; }
  .home_top_badges .home_topBadges_inner {
    border: 0; }
  .home_top_badges .home_topBadges_grid {
    width: 980px;
    margin: 0;
    position: relative;
    padding-left: 20px; }
  .home_top_badges .home_topBadges_inner_top::before {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 7px;
    background: #3C4858;
    content: ''; }
  .home_top_badges .home_topBadges_grid li {
    width: auto; }
  .home_top_badges .home_topBadges_grid li {
    padding: 0 8px; }
  .home_top_badges {
    margin: 49px 0 20px 0; }
  body.main_default {
    background: #FBFBFB; }
  .home_top_banner .home_top_block ul .home_topBanner_content .home_topBanner_button {
    width: auto;
    max-width: 280px; }
  .home_top_badges .home_topBadges_grid li .home_topBadges_content {
    width: auto;
    height: 386px;
    padding: 150px 42px 0; }
  .header .header-logo {
    height: auto;
    width: 188px; }
  .header .header-logo svg {
    width: 100%; }
  .header_bottom {
    padding: 23px 15px 20px 15px;
    position: relative;
    display: block; }
  .header_bottom .header_right_icons .navUser-section li.navUser-item--cart {
    margin: -1px 0 0 0;
    padding: 0 0 0 13px; }
  .nav_menu {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1; }
  .header_logo {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 0; }
  .navUser-item--cart__hidden-s,
  .navUser-item-cartLabel {
    display: block; }
  .header_bottom .header_right_icons {
    padding: 3px 0 0 0;
    width: auto;
    float: right;
    display: block;
    position: relative;
    z-index: 1; }
  .dropdown_quickSearch {
    top: 122px; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image:after {
    width: 100%; }
  .home_top_banner .home_top_block ul .home_topBanner_content .home_topBanner_button a:first-child {
    margin: 0 0 15px 0; }
  .banner_shop_by_style .shopByStyle_grid ul {
    display: block; }
  .banner_shop_by_style .shopByStyle_inner h2 {
    text-align: center;
    margin: 0 0 46px; }
  .home_top_badges .home_topBadges_bottom p {
    max-width: 385px;
    font-size: 16px;
    line-height: 24px; }
  .banner_shop_by_style {
    margin: 36px 0 0 0; }
  .banner_shop_by_style .shopByStyle_grid ul li.li_grid_1 {
    width: 100%;
    margin: 0 0 46px 0; }
  .banner_shop_by_style .shopByStyle_grid ul li.li_grid_2 {
    width: 50%;
    margin: 0;
    float: left; }
  .banner_shop_by_style .shopByStyle_grid ul li.li_grid_3 {
    width: 50%;
    margin: 0;
    float: left; }
  .banner_shop_by_style .shopByStyle_grid ul li.li_grid_1 .shopByStyle_image:after {
    bottom: -10px;
    right: 15px; }
  .banner_shop_by_style .shopByStyle_grid ul li .shopByStyle_title a {
    margin: 5px 0 0 0; }
  .li_grid_2 .shopByStyle_content,
  .li_grid_3 .shopByStyle_content {
    display: flex;
    flex-flow: column; }
  .li_grid_2 .shopByStyle_content .shopByStyle_image,
  .li_grid_3 .shopByStyle_content .shopByStyle_image {
    order: -1; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button {
    margin: 0; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll {
    padding: 52px 0 0 0;
    text-align: center; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button {
    float: none; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button:after {
    height: 50px;
    background-size: cover;
    top: -17px; }
  .create_design_inspire {
    margin: 57px 0 0 0;
    padding: 84px 0 0 0; }
  .create_design_inspire .createDesignInspire_inner {
    display: block; }
  .create_design_inspire .DesignInspire_left {
    width: 100%;
    padding: 0;
    margin: 0; }
  .create_design_inspire .DesignInspire_right {
    width: 100%;
    float: left;
    padding: 44px 0 0 0; }
  .create_design_inspire .DesignInspire_left h2 {
    line-height: 32px;
    text-align: center;
    margin: 0 0 9px 0; }
  .create_design_inspire .DesignInspire_left p {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 36px; }
  .create_design_inspire .DesignInspire_left_image ul li {
    padding: 0 5px 7px 5px;
    width: 50%;
    margin: 0 auto;
    float: left; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_title {
    margin: 36px 0 0; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_icon {
    height: 154px; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext .inspire_title:after {
    top: 25px; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext {
    top: 50%;
    transform: translateY(-50%); }
  .home_topSellers .hp_heading_block .page-heading {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    width: 100%; }
  .home_topSellers .hp_heading_block .btn_bestsellers {
    display: none; }
  .home_topSellers {
    margin: 70px 0 0 0; }
  .home_topSellers .hp_heading_block {
    margin: 0 0 30px 0; }
  .home_topSellers .productGrid li {
    margin: 0 auto 39px;
    width: 50%;
    float: left;
    padding: 0 5px; }
  .home_topSellers .productGrid li:last-child {
    margin: 0 auto 38px; }
  .home_topSellers .productGrid li .card .card-figure .card-img-container img {
    max-height: 100%; }
  .home_topSellers .productGrid li .card .card-figure .card-img-container {
    height: 100%;
    display: block; }
  .home_topSellers .productGrid {
    text-align: center;
    clear: left; }
  .home_topSellers .card .card-title a {
    font-size: 21px;
    line-height: 28px; }
  .home_topSellers .card .card-body {
    padding: 21px 0 0; }
  .banner_quality_with_confidence h2 {
    font-size: 45px;
    line-height: 38px;
    margin: 0 0 10px 0; }
  .banner_quality_with_confidence {
    padding: 60px 0 31px;
    margin: 0 0 128px; }
  .banner_quality_with_confidence p {
    max-width: 384px;
    margin: 0 auto 64px; }
  .banner_quality_with_confidence .qualityConfidence_bottom_text {
    margin: 54px 0 87px 0; }
  .banner_quality_with_confidence .qualityConfidence_icons {
    bottom: -104px;
    left: 0;
    right: 0;
    width: 100%; }
  .banner_quality_with_confidence .qualityConfidence_icons img {
    width: 90px; }
  .blog_cnt .title_newsInspiration {
    font-size: 50px;
    line-height: 40px;
    margin: 0 0 10px 0;
    max-width: 100%; }
  .blog_cnt {
    margin: 16px 0 12px 0;
    padding: 0;
    text-align: center; }
  .blog_cnt ul {
    text-align: left; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image {
    width: 100%;
    padding: 0; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body {
    width: 100%;
    margin: 52px 0 0 0;
    max-width: 100%;
    padding: 0; }
  .blog_cnt .hm_blog_grid .hmBlog_inner {
    display: block; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image img {
    width: 100%; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blogBody_image:after {
    height: 27px;
    bottom: -27px;
    width: 284px; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body .blogBody_Title {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    max-width: 100%;
    margin: 9px 0 22px; }
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body .blogBody_Text {
    margin: 0 0 23px 0; }
  .blog_cnt .hm_blog_grid + .hm_blog_grid .hmBlog_inner .blog_body {
    margin: 0 auto;
    padding: 54px 0 0 0;
    max-width: 100%; }
  .blog_cnt .view_all_blog_link {
    margin: 36px 0 47px; }
  .banner_looking_front_door,
  .blog_cnt:after {
    display: none; }
  .footer .footer_newsletter .container {
    display: block; }
  .footer .footer_newsletter .form_left {
    max-width: 470px;
    width: auto;
    padding: 0;
    margin: 0 auto;
    float: none; }
  .footer .footer_newsletter .form_right {
    width: 100%; }
  .footer .footer_newsletter .form_left .footer-info-heading {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 15px; }
  .footer .footer_newsletter {
    padding: 58px 0 65px 0; }
  .footer .footer_newsletter .form_left p {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center; }
  .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input {
    width: 100%; }
  .footer .footer_newsletter .form_right .form .form-field .form-label {
    margin: 25px 0 13px 0; }
  .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .button {
    background-position: right 29px top 23px; }
  .footer_gallery ul li {
    width: 33.33%; }
  .footer_top {
    display: flex;
    flex-flow: column; }
  .footer_main .footer_col.sec_social {
    width: 100%;
    order: -1;
    padding: 0 0 43px 0; }
  .footer_main .footer_col .social_lable {
    float: right;
    padding: 4px 0 0 0;
    margin: 0; }
  .footer_main .footer_col .social_lable:after {
    display: none; }
  .footer_main {
    padding: 25px 0 50px 0; }
  .footer_main .footer_col .socialLinks .socialLinks-item {
    margin: 0 18px 0 0; }
  .footer_main .footer_col .socialLinks .socialLinks-item .icon {
    width: auto; }
  .footer_main .footer_col.sec_logo {
    width: 137px;
    float: none;
    margin: 0 auto;
    text-align: center; }
  .footer_main .footer_logo {
    margin: 0 0 23px 0; }
  .footer_bottom .footer_bottom_left {
    display: inherit;
    float: none;
    margin: 0 auto 27px;
    width: 100%;
    text-align: center; }
  .footer_bottom .footer_bottom_right {
    width: 100%;
    text-align: center;
    padding: 0; }
  .footer_bottom {
    margin: 10px 0 0 0; }
  .footer_bottom .footer_bottom_left ul li {
    margin: 0 10px 0px 10px; }
  .home_top_badges .home_topBadges_bottom {
    margin: 33px 0 0 0; }
  .related-products .productCarousel .productCarousel-slide {
    padding: 0 8px; }
  .related-products .card .card-title {
    height: 42px;
    margin: 0 0 4px 0; }
  .addtocart-stickey-bottom .price-addtocart-section {
    padding: 0 20px; }
  .addtocart-stickey-bottom .price-addtocart-section .total-price {
    width: 100%;
    padding: 0; }
  .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
    width: 100%;
    display: block;
    margin: 19px 0 0 0; }
  .addtocart-stickey-bottom .bottom-row .wishlist-btn-box {
    width: auto;
    margin: 0; }
  .addtocart-stickey-bottom.active .btn_wrapper {
    width: auto;
    float: right; }
  .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn {
    padding: 14px 60px; }
  .addtocart-stickey-bottom {
    padding: 24px 0 30px; }
  .addtocart-stickey-bottom .total-price .total-lbl {
    padding: 0 20px 0 0; }
  .main_product ol.breadcrumbs .breadcrumb .breadcrumb-label {
    line-height: 20px; }
  .main_product ol.breadcrumbs {
    margin: 14px 0 20px;
    border-bottom: 1px #f1f2f3 solid;
    padding: 0 15px 9px 15px; }
  .productView-images .productView-image {
    display: none; }
  .productView-images .productView-thumbnails .productView-thumbnail {
    padding: 0; }
  .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    max-width: 100%;
    border: 0; }
  .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
    max-height: 100%; }
  .productView-images .productView-thumbnails .slick-dots {
    display: block !important;
    bottom: -22px; }
  .productView-images .slick-dots li {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0 4px;
    vertical-align: top; }
  .productView-images .slick-dots li button {
    display: block;
    border: 0;
    background: #AAB2BE;
    height: 16px;
    width: 16px; }
  .slick-dots li button::before {
    display: none; }
  .slick-dots li.slick-active button,
  .slick-dots li button:hover {
    background: #3C4858; }
  .productView-images .productView-thumbnails {
    padding: 0; }
  .related-products.PP-best-seller h2 {
    padding: 47px 0 0 0;
    border-top: 1px solid #3C4858;
    margin: 0 0 26px; }
  .main_product .body .container {
    padding: 0; }
  .product-section-wrapper .product-col-half .productView-description {
    padding: 0 15px;
    margin: 31px 0 0 0; }
  .productView {
    padding: 0;
    margin: 0 0 0 0; }
  .related-products.PP-best-seller {
    padding: 0 15px;
    margin: 3px 0 26px 0; }
  .related-products {
    padding: 30px 15px 16px;
    border: none; }
  .related-products .productGrid {
    margin: 0 -9.5px; }
  .mobile_product_title .productView-title {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    text-transform: capitalize; }
  .mobile_product_title .price-section {
    color: #F2612E;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    font-weight: 500; }
  .mobile_product_title .productView-details .productView-price {
    margin-top: 1px;
    width: auto;
    float: left; }
  .productView-options .main-area {
    padding: 0;
    text-align: left; }
  .productView-options .main-area.main-area-1 {
    padding: 0 0 0px 42px; }
  .productView-options .tooltip-wrapper {
    left: 40px;
    width: auto; }
  .productView-options .row-custom {
    padding: 19px 0; }
  .productView-options .form-label--inlineSmall {
    font-size: 21px;
    line-height: 28px;
    margin: 2px 0 14px;
    text-align: left; }
  .productView-options .main-area label:nth-child(5) {
    margin: 0; }
  .productView-options .section-col-2 .img-section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 16px 0; }
  .productView-options .section-col-2 .select-options {
    float: left;
    width: 100%; }
  .productView-options .section-col-2 .select-options .form-select {
    width: 100%; }
  .productView-options .form-select {
    background-position: right 20px top 24px;
    width: 100%; }
  .productView-options .single-row-option .inc-count {
    width: 100%;
    float: left; }
  .productView-options .single-row-option .main-area {
    width: 100%;
    float: left; }
  .productView-options .single-row-option .select-options {
    position: initial; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant {
    width: 100%;
    background-size: 105% 105%;
    height: 110px; }
  .productView-options .main-area.main-area-5 .form-option-wrapper .form-option .form-option-variant {
    height: 98px; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant.form-option-variant--none {
    background-size: cover;
    padding: 0; }
  .productView-options .main-area.main-area-5 .form-option-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n) {
    width: 20%;
    float: left;
    padding: 0 4px 8px 4px; }
  .productView-options .main-area .form-option-wrapper {
    width: 20%;
    float: left;
    padding: 0 4px 8px 4px; }
  .productView-options .main-area.main-area-5 .form-option-wrapper .form-option,
  .productView-options .main-area.main-area-6 .form-option-wrapper .form-option,
  .productView-options .main-area.main-area-8 .form-option-wrapper .form-option,
  .productView-options .main-area.main-area-9 .form-option-wrapper .form-option,
  .productView-options .main-area.main-area-10 .form-option-wrapper .form-option {
    width: 100%;
    margin: 0; }
  .productView-options .main-area.main-area-5,
  .productView-options .main-area.main-area-6,
  .productView-options .main-area.main-area-8,
  .productView-options .main-area.main-area-9,
  .productView-options .main-area.main-area-10 {
    margin: 0 -4px; }
  .productView-options .single-row-option {
    padding: 0; }
  .productView-options .form-label--inlineSmall.header-board-option, .productView-options .form-label--inlineSmall.soft-close-option {
    width: auto;
    max-width: 500px; }
  .product-section-wrapper {
    margin: 0 0 -2px 0; }
  .related-products h2 {
    padding: 0;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin: 17px 0 26px 0; }
  .related-products .productCarousel {
    margin: 0 -8px; }
  .related-products .slick-arrow {
    display: none !important; }
  .related-products .card .card-body {
    padding: 25px 0 0; }
  .related-products .card .card-title a {
    font-size: 16px;
    line-height: 20px; }
  .related-products .productGrid .product {
    margin: 0 0 25px 0;
    padding: 0 8px;
    width: 50%; }
  .related-products .card_price {
    font-size: 12px;
    line-height: 12px; }
  .productView-description .desc-heading {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 6px 0;
    cursor: pointer; }
  .productView-description .item {
    padding: 12px 0 7px 0;
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/desc_plus.svg) no-repeat center right; }
  .productView-description .item.is_active {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/desc_minus.svg) no-repeat right 20px; }
  .productView-description .item.shipping-guides,
  .productView-description .item.shipping-guides.is_active {
    background: none; }
  .productView-description .item.desc-content-guide .desc-heading {
    margin: 0 0 6px 0; }
  .productView-description .desc-heading .tab-icon {
    display: none; }
  .productView-description .item.desc-content-shipping .desc-heading {
    margin: 0 0 1px 0;
    padding: 6px 0 0 0; }
  .productView-description .item.desc-content-review .desc-heading {
    margin: 0 0 6px 0;
    padding: 8px 0 0 0; }
  .mobile_product_title {
    display: block !important;
    float: left;
    width: 100%; }
  .review_detail {
    display: inline-block !important;
    float: right;
    margin: 3px 0 0 0; }
  .mobile_product_title .proDesc-shot-content {
    display: none; }
  .main_product .body .mobile_product_title .container {
    padding: 0 15px; }
  .mobile_product_title .customize-order-btn {
    margin: 7px 0 20px 0;
    text-align: center;
    width: 100%; }
  .mobile_product_title .product-short-desc {
    margin: 0; }
  .productView-images .productView-thumbnails .slick-arrow.slick-next {
    width: auto;
    height: auto;
    right: 20px; }
  .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/slider_rt_arrow_mob.svg) no-repeat;
    width: 15px;
    height: 28px; }
  .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    width: auto;
    height: auto;
    left: 20px; }
  .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/slider_lt_arrow_mob.svg) no-repeat;
    width: 15px;
    height: 28px; }
  .productView-images .productView-thumbnails .slick-disabled {
    opacity: 1; }
  .customize-order-btn.btn_wrapper {
    width: 100%;
    text-align: center; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul {
    max-height: 100%;
    margin: 0;
    overflow-y: inherit; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul.slick-dots {
    position: initial;
    margin: 82px 0 47px 0; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul.slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 4px;
    border: none; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    background: #B1B5BC; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul.slick-dots li.slick-active button,
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul.slick-dots li:hover button {
    background: #3C4858; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_review_body p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
    margin: 0 0 13px; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_review_body {
    max-width: 100%; }
  .productView-images .productView-thumbnails {
    margin: 0; }
  .productView-details.product-data,
  .productView-details {
    padding: 0 15px;
    margin: 1px 0 0 0; }
  .mobile_product_title .productView-details.product-data {
    padding: 0; }
  .productView-options {
    border-bottom: 1px solid #3C4858;
    margin: 0 0 2px 0;
    padding: 0 0 19px 0; }
  .product-col-half .product-data .productView-title,
  .product-col-half .product-data .product-short-desc {
    display: none; }
  .product-col-half .product-data .customize-order-btn.btn_wrapper {
    margin: 25px 0 11px 0;
    padding: 0 0 0 6px; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n) {
    width: 20%; }
  .desc-content {
    display: none; }
  .productView-description .item.is_active .desc-content {
    display: block;
    padding: 0 0 15px 0; }
  .productView-description .item.is_active.desc-content-review .desc-content {
    padding: 0; }
  .productView-description .item.is_active.desc-content-review {
    padding-bottom: 0; }
  .productView-description h2 {
    margin: 15px 0 6px; }
  .productView-description .bullets-content li:last-child {
    padding: 0 0 13px 5px; }
  .productView-description .right-orange-wrap {
    margin: 6px 0 0 0; }
  .mobile_pro_desc {
    display: block !important; }
  .default_product .mobile_pro_desc .productView-description {
    display: block;
    margin: 0 0 50px 0;
    width: 100%; }
  .default_product .productView-description {
    display: none; }
  .default_product .productView-description .item {
    width: 100%; }
  .default_product .productView-description .desc-heading,
  .default_product .productView-description .shipping-guides .desc-heading,
  .default_product .productView-description .shipping-row,
  .default_product .productView-description .desc-content-reviews .desc-heading,
  .default_product .productView-description .shipping-guides .guides-row .desc-heading {
    margin: 0; }
  .default_product .productView-description .item {
    padding: 9px 0 13px 0;
    border-top: 1px solid #3C4858; }
  .default_product .productView-description .is_active .desc-heading {
    margin: 0 0 8px 0; }
  .default_product .productView-details .productView-title {
    display: none; }
  .default_product .productView-description .desc-heading .review-total,
  .default_product .productView-details .productView-price {
    display: none; }
  .default_product .mobile_pro_desc .productView-description {
    margin: 30px 0 10px 0; }
  .related-products .card .card-body,
  .default_product .productView-options .form-field {
    text-align: left; }
  .default_product .productView-description .desc-heading {
    font-size: 26px;
    line-height: 28px; }
  .addtocart-stickey-bottom .total-price .price-lbl .productView-details {
    margin: 0; }
  .default_product .productView-description .shipping-row.is_active .desc-content {
    display: block; }
  .default_product .productView-description .guides-row.is_active .desc-content {
    display: block; }
  .default_product .productView-description .guides-row {
    border-top: 1px solid #3C4858;
    padding: 9px 0 0 0;
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/desc_plus.svg) no-repeat right 16px; }
  .default_product .productView-description .shipping-row {
    padding: 0 0 13px 0;
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/desc_plus.svg) no-repeat right 7px; }
  .default_product .productView-description .shipping-row.is_active {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/desc_minus.svg) no-repeat right 8px; }
  .default_product .productView-description .guides-row.is_active {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/desc_minus.svg) no-repeat right 20px; }
  .home_top_badges .home_topBadges_inner_top {
    padding: 0 0 6px 0; }
  .home_top_banner .home_top_block ul .home_topBanner_content .button_link:after {
    top: 22.84px; }
  .banner_shop_by_style .shopByStyle_grid .shopByStyle_shopAll .button:hover:after {
    height: 50px;
    background-size: cover;
    top: -17px; }
  #A,
  #B,
  #C,
  #D {
    font-family: "DM Sans", sans-serif; }
  .inspire_icon svg {
    width: 168px;
    height: auto; }
  .create_design_inspire .DesignInspire_left_image ul li:last-child .inspire_icon svg {
    width: 115px; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul li {
    border-bottom: 1px solid #8B9199; }
  .banner_quality_with_confidence .qualityConfidence_bottom_text p > a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #FBFBFB;
    text-transform: uppercase; }
  .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix {
    max-width: 100%;
    float: none; }
  .home_top_banner .home_top_block ul .home_topBanner_content {
    max-width: 100%; }
  .header_bottom .header_right_icons .navUser-section li {
    float: left; }
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n + 3) .form-option:hover .swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n) .form-option:hover .swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n + 3) .tooltip-wrapper.swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(4n + 4) .tooltip-wrapper.swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(6n) .form-option:hover .swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(6n+5) .form-option:hover .swatche-wrapper,
  .productView-options .main-area .form-option-wrapper:nth-child(4n+3) .tooltip-wrapper.swatche-wrapper, .productView-options .main-area .form-option-wrapper:nth-child(4n+4) .tooltip-wrapper.swatche-wrapper {
    left: inherit;
    right: inherit; }
  .productView-options .main-area .form-option-wrapper:nth-child(5n+4) .form-option:hover .swatche-wrapper,
  .productView-options .main-area .form-option-wrapper:nth-child(5n) .form-option:hover .swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(5n) .form-option:hover .swatche-wrapper,
  .productView-options .main-area.main-area-5 .form-option-wrapper:nth-child(5n + 4) .form-option:hover .swatche-wrapper {
    left: auto;
    right: 0; }
  .productView-options .single-row-option .main-area.main-area-7 {
    margin-bottom: 8px; }
  .productView-options .notes-area.note-bottom.note-7 {
    text-align: left;
    margin: 0; }
  .productView-options .notes-area.note-bottom.note-7 span {
    line-height: 24px; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant .active-title {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.33px; }
  .productView-images .productView-thumbnails {
    margin-left: 70px;
    margin-right: 70px; }
  .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    box-sizing: border-box; }
  .productView-options .handle-placement-parent .main-area .form-option-wrapper .form-option .form-option-variant .active-title {
    bottom: 9px; }
  .productView-options .main-area.main-area-10 .form-option-wrapper {
    padding-left: 6px;
    padding-right: 6px; }
  .productView-options .form-select {
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.42px; }
  .productView-images .productView-thumbnails {
    margin-left: 0;
    margin-right: 0; }
  .previewCart .productView-details, .previewCart .productView-details.product-data {
    padding: 0; }
  .previewCart .productView-details .productView-title {
    line-height: normal;
    font-size: 38px; }
  .cart-content-padding-right .coupon-code .btn_wrapper {
    width: 106px; }
  .cart-content-padding-right .coupon-code .btn_wrapper .button {
    float: right; }
  .coupon-form .form-input {
    width: calc(100% - 110px); }
  #menu_responsive .navPages ul.navPages-list--user {
    padding: 22px 0 50px 0; }
  .addressList .panel-body {
    padding-bottom: 70px; }
  .addressList .panel-body .btn_wrapper {
    margin-bottom: 0; }
  .main_wishlists .table.wishlists-table .table-actions .btn_wrapper .button {
    margin-bottom: 5px;
    padding: 13px 18px;
    font-size: 12px;
    min-width: 86px; }
  .table--line .table-thead tr th:last-child, .main_wishlists .table.wishlists-table .table-actions .form-fieldset {
    text-align: center; }
  .main_wishlist .account .form .button {
    padding: 19px 18px; }
  .productView-options form:not([data-wishlist-add]) {
    text-align: left; }
  .main_product ol.breadcrumbs {
    display: block; }
  .default_product .productView-options .form-action {
    text-align: center; }
  .defaultProduct_details .productView .productView-details .productView-options .form-action.form-wishlist {
    margin-left: 0;
    margin-right: 0; }
  .default_product .productView-description .descriptions-section {
    margin: auto; }
  .default_product .productView-options .form-field[data-product-attribute="set-select"] .form-label--inlineSmall {
    min-width: 1px; }
  .cms_page .main_InstructionsGuides h2 {
    margin: 10px 0; }
  .cms_page .main_InstructionsGuides .cms_specifications + h2 {
    margin-bottom: 10px; }
  .cms_page .cms_content .cms_image_text ul li .cms_imageText_block {
    height: 250px; }
  .cms_page .cms_content .cms_image_text ul li .cms_imageText_block img {
    max-height: 250px; }
  .cms_page .main_InstructionsGuides .cms_specifications h2 {
    margin: 5px 0 10px; }
  .InstructionsGuides_inner_sec_1, .InstructionsGuides_inner_sec_2 {
    padding: 10px 0 0; }
  .cms_page .cms_content .cms_image_text ul li {
    padding: 0 15px 10px; }
  .cms_page .cms_without_border .cms_search_block .cms_searchBlock_inner {
    margin: 40px 0 0; }
  .cms_page .cms_specifications ul li {
    padding: 0 0 10px; }
  .cms_page .cms_content .main_InstructionsGuides .cms_measuring_table {
    margin: 20px 0; }
  .cms_page .cms_content .main_InstructionsGuides .cms_image_text {
    padding: 20px 0 15px; }
  .cms_block .cms_right {
    padding: 0 0 40px; }
  .cms_page .cms_content .InstructionsGuides_inner_sec_2 .red_bullets {
    margin: 0 0 10px; }
  .cms_page .main_BarnDoorsFAQ .cms_QA {
    margin: 0; }
  .cms_page .main_BarnDoorsFAQ .cms_bottom_note {
    margin: 40px 0 0; }
  .cms_page .cms_pdf_block {
    margin: 0; }
  .cms_page .main_BarnDoorInstallationGuide .cms_without_border .first_paragraph {
    margin-bottom: 15px; }
  .cms_page .main_PrivacyPolicy .cms_images_grid {
    margin: 20px 0; }
  .cms_page .main_PrivacyPolicy .cms_images_grid li {
    width: 50%;
    margin: auto;
    text-align: center; }
  .blog_page .blog:nth-child(3n+1) {
    clear: none; }
  .blog_page .blog:nth-child(2n) {
    clear: left; }
  .account-product-title {
    font-size: 16px; }
  .account-product-detail-heading {
    font-size: 14px; }
  .default_product .productView-options .form-label--inlineSmall {
    max-width: 100%; }
  .blog_page .blog:nth-of-type(3n+1) {
    clear: none; }
  .blog_page .blog:nth-of-type(odd) {
    clear: left; }
  .coupon-form .button {
    width: 100px; }
  .addtocart-stickey-bottom {
    padding: 14px 0 10px; }
  .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
    margin: 5px 0 0; }
  .popup_qty .form-field--increments.form-field {
    margin: 2px 0 0; }
  .popup_msg .productAttributes-message {
    max-width: 100%;
    width: 100%; }
  .productView-options .main-area .form-option-wrapper .form-option {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .proList_right .productGrid .product, .productGrid .product {
    width: 100%; }
  .proList_right .card .card-title {
    height: 100%; }
  .commmonListing_page .page-heading.for_mob_only, .searchPage .proList_rightTop .page-heading {
    font-size: 38px;
    line-height: 36px;
    margin: 0 0 15px; }
  .form-minMaxRow .form-field {
    width: 50%;
    padding: 0 5px; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_review_body p {
    font-size: 16px;
    line-height: 24px; }
  .form-minMaxRow .form-field:nth-child(3) {
    width: 100%;
    margin: 15px 0 0; }
  .form-minMaxRow .btn_wrapper .button {
    padding: 13px 15px; }
  .category_description {
    line-height: 24px !important; }
  .proList_right .actionBar .actionBar-section .form-field .form-label {
    width: 50px; }
  .proList_right .actionBar .actionBar-section .form-field .form-select {
    width: calc(100% - 65px); }
  .productGrid, .brandGrid {
    margin: 0; }
  .productGrid .product, .brandGrid .brand {
    padding: 0;
    width: 100%; }
  .facetedSearch-toggle-text {
    width: 61%; }
  .facetedSearch-toggle-indicator {
    width: 39%; }
  .blog_page .blog, .brandGrid .brand {
    width: 100%; }
  .blog_page .blog .blog-post-figure .blog-thumbnail {
    height: 100%; }
  .blog_page .blog .blog-post-figure .blog-thumbnail img {
    max-height: 100%; }
  .login {
    margin: 0 auto 1rem; }
  .account .account-body form.form {
    margin: 0; }
  .table--line.wishlists-table tr td:first-child a {
    max-width: 0;
    display: inline-block; }
  .productGrid .product {
    width: 100%; }
  .cart-item-name__label {
    line-height: 18px; }
  .cart-gift-certificate-form .button, .coupon-form .button {
    font-size: 12px; }
  .login-form .forgot-password {
    line-height: 20px;
    margin: 0; }
  .new-customer-fact-list {
    margin-left: 22px; }
  .new-customer-fact {
    padding-left: 0; }
  td.cart-item-block.cart-item-info.cart-item-quantity {
    vertical-align: middle; }
  .addressList .panel-body .btn_wrapper {
    margin: 0; }
  .addressList .panel-body {
    padding-bottom: 30px; }
  .cms_block .cms_left .navBar-section li {
    margin: 0 0 11px; }
  .cms_page .title_icon {
    position: static;
    width: 100%;
    margin: 35px 0 0;
    text-align: center; }
  .cms_page .page_subHeading {
    padding: 30px 25px 40px 25px;
    font-size: 32px;
    line-height: 34px;
    text-align: center; }
  .cms_page .cms_with_border, .cms_page .main_ShippingAndReturns .cms_with_border {
    padding: 15px 15px 10px; }
  .cms_page .cms_with_border p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 26px; }
  .cms_page .cms_with_border {
    margin: 0 0 40px; }
  .contactUs_page .form-field {
    margin: 0 0 35px; }
  .cms_page .main_ShippingAndReturns .cms_without_border h2.title_uppercase {
    margin: 0 0 15px; }
  .cms_page .main_ShippingAndReturns .cms_without_border h2 {
    font-size: 30px;
    line-height: 32px; }
  .cms_page .cms_imageGallery ul li, .cms_page .cms_images_grid ul li {
    width: 100%; }
  .cms_top_heading {
    flex-wrap: wrap; }
  .cms_top_heading .cms_image {
    width: 100%; }
  .cms_top_heading .cms_title {
    width: 100%;
    padding: 50px 0; }
  .cms_page .cms_specifications ul li {
    padding: 0 0 10px; }
  .cms_page .cms_content .cms_measuring_table li {
    width: 50%; }
  .cms_page .cms_content .red_bullets li {
    width: 100%;
    font-size: 15px; }
  .cms_page .cms_content .red_bullets li:after {
    top: 8px; }
  .cms_page .cms_content .main_InstructionsGuides .cms_measuring_table {
    margin: 20px 0 25px; }
  .cms_page .cms_content .cms_image_text ul {
    margin: 0; }
  .cms_page .cms_content .cms_image_text ul li {
    width: 100%;
    padding: 0 0px 50px; }
  .cms_page .cms_content .special_bullet_points li .bullet_count {
    height: 22px;
    width: 22px;
    line-height: 20px;
    font-size: 12px; }
  .cms_page .main_InstructionsGuides .special_bullet_points li p {
    padding: 0 0 0 34px; }
  .cms_page .main_InstructionsGuides h2 {
    font-size: 30px; }
  .cms_page .main_InstructionsGuides .cms_without_border .first_paragraph,
  .cms_page .main_BarnDoorsFAQ .cms_without_border .first_paragraph {
    font-size: 20px;
    line-height: 26px; }
  .cms_page .cms_content .cms_image_text ul li .cms_imageText_block {
    height: 100%; }
  .cms_page .cms_content .cms_image_text ul li .cms_imageText_block img {
    max-height: 100%; }
  .cms_page .main_InstructionsGuides .special_bullet_points {
    margin: 25px 0 25px; }
  .cms_page .cms_bottom_note h2 {
    font-size: 30px;
    line-height: 30px; }
  .cms_page .cms_video_block ul {
    margin: 0; }
  .cms_page .cms_video_block ul li {
    width: 100%;
    padding: 0 0 60px; }
  .cms_page .cms_pdf_block ul li a {
    font-size: 16px;
    line-height: 24px; }
  .cms_page .cms_pdf_block ul li a {
    padding: 17px 40px 17px 0px; }
  .home_topSellers .card .card-body {
    text-align: left; }
  .home_top_badges .home_topBadges_bottom p {
    padding: 0 15px; }
  .productView-options .main-area.main-area-5 .form-option-wrapper .form-option .form-option-variant {
    height: 62px; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant {
    height: 75px; }
  .productView-options .main-area.main-area-10 .form-option-wrapper .form-option .form-option-variant {
    height: 102px; }
  .productView-options .main-area .form-option-wrapper {
    width: 25%; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n) {
    width: 25%; }
  .inc-count {
    text-align: left; }
  .addtocart-stickey-bottom .price-addtocart-section {
    padding: 0 10px; }
  .home_topSellers .productGrid li {
    margin: 0 auto 39px;
    width: 344px;
    float: none;
    padding: 0; }
  .create_design_inspire .DesignInspire_right .DesignInspire_review ul.slick-dots {
    position: initial;
    margin: 82px 0 47px 0; }
  .blog_cnt .title_newsInspiration {
    font-size: 60px;
    line-height: 50px;
    margin: 0 0 30px 0;
    max-width: 415px; }
  .banner_quality_with_confidence h2 {
    font-size: 60px;
    line-height: 50px;
    margin: 0 0 24px; }
  .home_top_banner .home_top_block ul .home_topBanner_content h2 {
    font-size: 74px;
    line-height: 60px;
    letter-spacing: 0px;
    margin: 0; }
  .home_top_banner .home_top_block ul .home_topBanner_content {
    max-width: 382px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .home_topSellers .productGrid li {
    margin: 0 auto 39px;
    width: 344px;
    float: none;
    padding: 0; }
  .footer_bottom .footer_bottom_left {
    display: inherit;
    float: none;
    margin: 0 auto 27px;
    width: 250px;
    text-align: center; }
  .footer_bottom {
    margin: 43px 0 0 0; }
  .footer_bottom .footer_bottom_left ul li {
    margin: 0 10px 16px 10px; }
  .footer .footer_newsletter .form_right .form .form-field .form-label {
    text-align: center;
    margin: 46px 0 13px 0;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1.5px; }
  .create_design_inspire .DesignInspire_left p {
    text-align: center;
    max-width: 384px;
    margin: 0 auto 36px; }
  .create_design_inspire .DesignInspire_left_image ul li {
    padding: 0 0 7px 0;
    width: 302px;
    margin: 0 auto;
    float: none; }
  .create_design_inspire .DesignInspire_left_image .DesignInspire_left_text .inspire_overlaytext {
    top: 63px;
    transform: none; }
  .footer .footer_newsletter .form_left .footer-info-heading {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 26px; }
  .footer .footer_newsletter .form_left p {
    max-width: 384px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center; }
  .productView-options .tooltip-wrapper.swatche-wrapper {
    width: 200px;
    padding: 10px 10px; }
  .productView-options .main-area.main-area-10 .form-option-wrapper {
    width: 33.33%; }
  .related-products .card .price_lable,
  .related-products .card .price-section {
    font-size: 12px;
    line-height: 12px; }
  .productView-options .notes-area.note-right {
    float: none;
    text-align: center;
    padding: 0 0 16px;
    margin-top: -5px;
    line-height: 21px;
    width: 100%; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n+3) .tooltip-wrapper.swatche-wrapper,
  .productView-options .main-area .form-option-wrapper:nth-child(5n+4) .form-option:hover .swatche-wrapper,
  .productView-options .main-area .form-option-wrapper:nth-child(5n) .form-option:hover .swatche-wrapper {
    left: inherit;
    right: inherit; }
  .productView-options .main-area .form-option-wrapper:nth-child(4n+3) .form-option:hover .tooltip-wrapper.swatche-wrapper,
  .productView-options .main-area .form-option-wrapper:nth-child(5n+4) .form-option:hover .swatche-wrapper {
    left: auto;
    right: 0; }
  .main_account_recentitems .productGrid .product, .main_wishlist .productGrid .product, .productGrid .product {
    width: 100%; }
  .default_product .productView-options .form-action {
    text-align: center;
    margin: 0 auto; }
  .default_product .productView-options .form-action .button {
    margin-left: 0;
    margin-right: 0; }
  .cms_page .main_PrivacyPolicy .cms_without_border > h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 0; }
  #CartEditProductFieldsForm .form-actions {
    margin-top: 30px; }
  .contactUs_page .form-actions .button {
    width: 100%; }
  .footer .footer_newsletter .form_right .form .form-field .form-label,
  .blog_cnt .hm_blog_grid .hmBlog_inner .blog_body .blogBody_date,
  .create_design_inspire .DesignInspire_right .DesignInspire_review .inspire_author {
    font-size: 12px; }
  .page-sidebar .accordion-block .accordion-title,
  .proList_right .actionBar .actionBar-section .form-field .form-label {
    font-size: 16px; }
  .proList_right .actionBar .actionBar-section .form-field .form-label {
    width: 60px; }
  .proList_right .actionBar .actionBar-section .form-field .form-select {
    font-size: 14px; }
  .account .form-field .form-label {
    font-size: 12px; }
  .addressList .address .address-title,
  .address-details--postal,
  .address-description,
  .address-label {
    font-size: 14px; }
  .blog_page .blog {
    margin: 0 0 40px; }
  .blog_page .blog .blog-post-body .blog-title {
    height: auto; }
  .main_blog_post .blog-post-body .blog-post h5,
  .main_blog_post .tags li a,
  .cart-item-name {
    font-size: 16px; }
  #contact-us-page .btn_wrapper .button:after {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-default-left-white.svg) no-repeat;
    transform: rotate(180deg);
    background-position: left center; }
  #contact-us-page .btn_wrapper .button:hover:after {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-hover-left-white.svg) no-repeat;
    transform: rotate(180deg);
    background-position: left center; }
  .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn:after {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/btn-blue-left.svg) no-repeat;
    background-position: center;
    transform: rotate(180deg); }
  .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn:hover:after {
    background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/blue-left-hover.svg) no-repeat;
    background-position: center; }
  .popup_qty {
    width: 100%;
    margin: 0 auto 5px;
    float: none;
    text-align: center; }
  .popup_qty .form-field--increments .form-label--alternate {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 360px) {
  #menu_responsive .navPages {
    width: 100%; }
  #menu_responsive .navPages ul.navPages-list--user {
    width: auto;
    right: 15px; }
  .addtocart-stickey-bottom .bottom-row .sticky-addtocart-btn {
    padding: 14px 40px; } }

@media screen and (max-width: 320px) {
  .home_topSellers .productGrid li {
    width: 100%; }
  .main_header .header_top_bar p {
    font-size: 14px; }
  .main_header .header_top_bar a {
    font-size: 12px; }
  .header .header-logo {
    width: 150px; }
  .home_top_banner .home_top_block ul .home_topBanner_content h2 {
    font-size: 64px;
    line-height: 50px; }
  .banner_shop_by_style .shopByStyle_inner h2 {
    font-size: 37px;
    line-height: 45px; }
  .create_design_inspire .DesignInspire_left h2 {
    font-size: 30px; }
  .home_topSellers .hp_heading_block .page-heading {
    margin: 0; }
  .home_topSellers .productGrid {
    margin: 0; }
  .banner_quality_with_confidence h2 {
    font-size: 54px; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant {
    height: 60px; }
  .productView-options .main-area.main-area-5 .form-option-wrapper .form-option .form-option-variant {
    height: 50px; }
  .related-products h2 {
    font-size: 26px; }
  .card-body {
    text-align: left; }
  .productView-options .main-area .form-option-wrapper .form-option .form-option-variant .active-title {
    font-size: 10px; }
  .productView-details .productView-price .price-section {
    font-size: 16px; }
  .productView-options .tooltip-wrapper.swatche-wrapper {
    width: 170px; } }

/* End responsive */
/* Halo Start */
.before-you-leave-banner .content .button .text {
  padding: 0 8px; }

.before-you-leave-banner .content .button.before-you-leave-btn {
  background-size: 100% 120%; }

/* Halo End */
.material-symbols-outlined {
  font-style: normal;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-feature-settings: 'liga';
  width: 24px; }

.material-symbols-filled {
  font-style: normal;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-feature-settings: 'liga';
  width: 24px; }

html,
body {
  height: 100%; }

body {
  max-width: 100%;
  background: #FFF !important; }

body, p, label, a {
  font-family: "DM Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rokkitt", serif; }

a:hover {
  color: #F1612D; }

.cms_page {
  /*
	font-size: 16px;line-height: 21px;letter-spacing: 0.16px;font-weight: 400;
	h2{
		font-size: 48px;line-height: 1;letter-spacing: 0px;text-transform: capitalize;
	}
	h3{
		font-size: 32px;line-height: 1;letter-spacing: 0.42px;margin:12px 0 5px; text-transform: capitalize;
	}
    h4{
		font-size: 28px;line-height: 1;letter-spacing: 0.42px;margin:12px 0 5px; text-transform: capitalize;
	}
	h5{
		font-size: 24px;line-height: 1;letter-spacing: 0.42px;margin:12px 0 5px; text-transform: capitalize;
	}

    .title_uppercase{
        text-transform: uppercase;
    }
    */ }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

body {
  padding-top: 0; }

.button, .button:focus, .button:active, .swal2-container .swal2-confirm.button, .swal2-container .swal2-modal .swal2-cancel, .modal--alert .button-container .confirm {
  background-color: transparent;
  color: #fff;
  line-height: normal;
  border-radius: 0px;
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
  letter-spacing: 1.25px;
  background: url(../img/aoc/btn-bg-orange.svg) no-repeat center;
  background-size: 100% 100%;
  transition: none; }
  .button:hover, .button:focus:hover, .button:active:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover, .modal--alert .button-container .confirm:hover {
    background-color: transparent;
    color: #fff;
    border: 0;
    background: url(../img/aoc/btn-bg-orange-hover.svg) no-repeat center;
    background-size: 100% 100%; }

.button:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover, .modal--alert .button-container .confirm:hover {
  transition: none; }

.button[disabled] {
  background-color: transparent; }

.btn-bg-orange {
  display: inline-block;
  max-width: 100%;
  padding: 15px 45px;
  font-weight: 400;
  height: fit-content;
  width: fit-content;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  color: #fff;
  background-image: url(../img/aoc/btn-bg-orange.svg) !important; }
  .btn-bg-orange:hover, .btn-bg-orange:focus {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border: none !important; }
  .btn-bg-orange:hover, .btn-bg-orange:focus {
    color: #fff;
    background-image: url(../img/aoc/btn-bg-orange-hover.svg) !important; }
  .btn-bg-orange i {
    margin-left: 10px; }

.btn-bg-grey {
  display: inline-block;
  max-width: 100%;
  padding: 15px 45px;
  font-weight: 400;
  height: fit-content;
  width: fit-content;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  color: #3C4858;
  background-image: url(../img/aoc/btn-bg-grey.svg) !important; }
  .btn-bg-grey:hover, .btn-bg-grey:focus {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border: none !important; }
  .btn-bg-grey:hover, .btn-bg-grey:focus {
    color: #fff;
    background-image: url(../img/aoc/btn-bg-orange.svg) !important; }

.btn-bg-darkblue {
  display: inline-block;
  max-width: 100%;
  padding: 15px 45px;
  font-weight: 400;
  height: fit-content;
  width: fit-content;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  color: #fff;
  background-image: url(../img/aoc/btn-bg-darkblue.png) !important; }
  .btn-bg-darkblue:hover, .btn-bg-darkblue:focus {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border: none !important; }
  .btn-bg-darkblue:hover, .btn-bg-darkblue:focus {
    color: #fff;
    background-image: url(../img/aoc/btn-bg-darkblue-hover.png) !important; }
  .btn-bg-darkblue i {
    margin-left: 10px; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

body {
  overflow-x: hidden; }

.full-width--section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow-x: hidden; }

.main_default .body,
.main_category .body,
.main_search .body,
.main_brand .body,
.main_page_contact_form .body,
.main_page .body,
.main_product .body,
.main_blog .body {
  margin-top: 0; }

.page-heading {
  font-size: 48px;
  font-family: "Rokkitt", serif;
  font-weight: 700;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .page-heading .page-heading {
      font-size: 32px;
      margin: 0 0 14px;
      line-height: 1; } }

.swal2-container .swal2-modal .swal2-confirm:before, .swal2-container .swal2-modal .swal2-confirm:after, .swal2-container .swal2-modal .swal2-cancel:before, .swal2-container .swal2-modal .swal2-cancel:after {
  content: '';
  display: none; }

.editable-section [data-content-region] [data-sub-layout] {
  padding: 0 !important;
  margin: 0 !important; }

.editable-section .default-content {
  display: none; }
  .editable-section .default-content.content--active {
    display: block; }

.video-play--overlay {
  position: relative; }
  .video-play--overlay .custom-play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    pointer-events: none;
    display: none; }
  .video-play--overlay:hover .custom-play-btn::after {
    display: block; }
  @media (hover: none) {
    .video-play--overlay .custom-play-btn::after {
      display: block; } }
  .video-play--overlay .custom-play-btn.video-is-playing::after {
    display: none !important; }

.lazyloadVideo {
  position: relative;
  width: 100%;
  padding: 100% 0 0 0; }
  .lazyloadVideo iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .lazyloadVideo img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.header {
  position: relative; }
  .header .header_bottom {
    padding: 15px; }
  .header .main_header {
    padding: 8px 15px; }
  .header.header_fixed {
    position: fixed; }
    .header.header_fixed .main_header {
      margin-top: -40px;
      transition: all 0.4s ease; }
    .header.header_fixed .header_bottom {
      padding: 15px;
      transition: all 0.6s ease; }
  @media screen and (min-width: 992px) {
    .header .main_header, .header .header_bottom {
      padding-left: 20px;
      padding-right: 20px; }
    .header.header_fixed .header_bottom {
      padding: 15px 20px; } }
  @media screen and (min-width: 1201px) {
    .header .main_header, .header .header_bottom {
      padding-left: 60px;
      padding-right: 60px; }
    .header.header_fixed .header_bottom {
      padding: 15px 60px; } }
  @media screen and (min-width: 1681px) {
    .header .main_header, .header .header_bottom {
      padding-left: 10% !important;
      padding-right: 10% !important; } }

.header .main_header {
  background: #3C4858; }
  .header .main_header .header_top_bar {
    display: flex;
    justify-content: center;
    padding: 0; }
    .header .main_header .header_top_bar p, .header .main_header .header_top_bar a, .header .main_header .header_top_bar label {
      font-size: 14px; }
    .header .main_header .header_top_bar a {
      color: #C2C8CD;
      text-transform: capitalize; }
      .header .main_header .header_top_bar a svg {
        margin-right: 5px; }
      .header .main_header .header_top_bar a:hover {
        color: #fff;
        text-decoration: underline; }
    .header .main_header .header_top_bar label {
      color: #F1612D; }
    .header .main_header .header_top_bar .promo-divider {
      display: inline-block;
      border-right: 2px solid #FFF;
      margin-left: 5px;
      margin-right: 5px;
      height: 11px; }
    .header .main_header .header_top_bar .nd-top-bar-left, .header .main_header .header_top_bar .nd-top-bar-right {
      display: none; }
    @media only screen and (min-width: 992px) {
      .header .main_header .header_top_bar {
        justify-content: space-between; }
        .header .main_header .header_top_bar .nd-top-bar-left {
          display: block; }
        .header .main_header .header_top_bar .nd-top-bar-center {
          display: block; }
        .header .main_header .header_top_bar .nd-top-bar-right {
          display: block; } }

.header_bottom {
  border-bottom: 2px solid #F1612D; }
  .header_bottom .header_logo {
    padding-left: 50px;
    padding-right: 70px;
    top: 7px; }
    @media (min-width: 992px) {
      .header_bottom .header_logo {
        top: auto; } }
  .header_bottom .nav_menu {
    display: none; }
    .header_bottom .nav_menu .nav_category > li > a {
      color: #3C4858; }
  .header_bottom .header_right_icons {
    padding: 6px 0 0 0;
    width: auto; }
    .header_bottom .header_right_icons .navUser-section li a {
      color: #3C4858;
      text-transform: capitalize;
      font-size: 16px; }
    .header_bottom .header_right_icons .navUser-item.nav_search {
      display: none; }
    .header_bottom .header_right_icons .navUser-section li.navUser-item--cart {
      margin: -6px 0 0; }
      .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a.navUser-action {
        display: flex;
        align-items: flex-end; }
        .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a.navUser-action .navUser-item-cartLabel {
          height: 24px; }
        .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a.navUser-action .material-symbols-outlined {
          width: 24px; }
        .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a.navUser-action .countPill-container {
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-content: center;
          align-items: center;
          margin-left: 5px; }
        .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a.navUser-action .countPill {
          position: relative;
          top: 0;
          right: 0;
          line-height: 8px;
          padding: 2px 0;
          display: block;
          width: 100%;
          border-radius: 2px;
          font-size: 8px;
          height: auto;
          margin-top: 0; }
        .header_bottom .header_right_icons .navUser-section li.navUser-item--cart a.navUser-action .countPill-label {
          font-size: 8px;
          font-weight: 700;
          line-height: 10px;
          letter-spacing: 0;
          text-transform: uppercase; }

#menu_responsive .shipping-promotion--section, .header_bottom .shipping-promotion--section {
  display: none; }

#menu_responsive .navPages-action, .header_bottom .navPages-action {
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize; }

#menu_responsive .navPage_subMenu .navPages-list li a.navPages-action, #menu_responsive .navPage_subMenu .navPages-list li span.navPages-action, .header_bottom .navPage_subMenu .navPages-list li a.navPages-action, .header_bottom .navPage_subMenu .navPages-list li span.navPages-action {
  font-family: "Rokkitt", serif;
  color: #253746;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize; }
  #menu_responsive .navPage_subMenu .navPages-list li a.navPages-action:not(span):hover, #menu_responsive .navPage_subMenu .navPages-list li span.navPages-action:not(span):hover, .header_bottom .navPage_subMenu .navPages-list li a.navPages-action:not(span):hover, .header_bottom .navPage_subMenu .navPages-list li span.navPages-action:not(span):hover {
    color: #F1612D; }

#menu_responsive .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a, .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-left: -15px;
  background: none !important;
  display: inline-flex;
  align-items: center;
  transition: transform 0.4s ease;
  padding-right: 35px; }
  #menu_responsive .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a .fa-chevron-right, .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a .fa-chevron-right {
    opacity: 0;
    margin-right: 5px;
    transform: translateX(0px);
    transition: transform 0.4s ease, opacity 0.4s ease; }
  #menu_responsive .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover, .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover {
    background: none;
    color: #F1612D;
    transform: translateX(15px); }
    #menu_responsive .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover .fa-chevron-right, .header_bottom .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a:hover .fa-chevron-right {
      opacity: 1;
      transform: translateX(0); }

@media (min-width: 992px) {
  .header_bottom {
    padding: 15px 20px; }
    .header_bottom .header_logo {
      padding-left: 0px; }
    .header_bottom .nav_menu {
      padding: 6px 0 0 0;
      width: 40%;
      display: flex;
      justify-content: center; }
      .header_bottom .nav_menu .shipping-promotion--section {
        display: block;
        font-size: 14px;
        color: #fff;
        background: #F1612D;
        padding: 10px 40px;
        text-align: left;
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: center; }
        .header_bottom .nav_menu .shipping-promotion--section i {
          margin-right: 10px; }
        .header_bottom .nav_menu .shipping-promotion--section p, .header_bottom .nav_menu .shipping-promotion--section a {
          margin: 0;
          display: inline-block;
          text-decoration: none;
          color: #fff; }
          .header_bottom .nav_menu .shipping-promotion--section p:hover, .header_bottom .nav_menu .shipping-promotion--section a:hover {
            color: #fff; }
        .header_bottom .nav_menu .shipping-promotion--section .shipping-btn {
          color: #fff;
          text-decoration: underline;
          margin-left: 10px; }
          .header_bottom .nav_menu .shipping-promotion--section .shipping-btn:hover {
            color: #fff;
            text-decoration: none; }
    .header_bottom .nav_menu .nav_category > li.menu_shop, .header_bottom .nav_menu .nav_category > li.menu_support, .header_bottom .nav_menu .nav_category > li.aboutUs-no {
      padding: 0 40px 0 0 !important; }
    .header_bottom .nav_menu .navPages-container .navPages {
      padding: 0; }
    .header_bottom .nav_menu .nav_category > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-transform: capitalize;
      font-size: 16px; }
    .header_bottom .nav_menu .navPages-action.has_menu .fa-caret-down {
      font-size: 10px;
      margin-left: 5px;
      display: inline-block; }
    .header_bottom .navPage_subMenu {
      position: absolute;
      top: 100%;
      width: 100%;
      max-width: 800px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
      .header_bottom .navPage_subMenu > .container {
        padding-bottom: 30px; }
      .header_bottom .navPage_subMenu .menu_left {
        width: calc(100% - 220px);
        float: none;
        padding: 40px 0 0 0;
        display: inline-block;
        vertical-align: top; }
      .header_bottom .navPage_subMenu .menu_right {
        width: 220px;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 40px 0 0 0; }
        .header_bottom .navPage_subMenu .menu_right .menu_image_block:after {
          left: -30px; }
      .header_bottom .navPage_subMenu .volume-trade-program--section {
        background: #283D4F;
        color: #fff;
        padding: 20px;
        font-size: 16px;
        text-align: left;
        min-height: 260px;
        display: flex;
        flex-direction: column;
        align-content: stretch;
        align-items: stretch;
        justify-content: space-between; }
        .header_bottom .navPage_subMenu .volume-trade-program--section label {
          font-size: 18px;
          text-transform: uppercase;
          display: block;
          font-weight: 600;
          margin-bottom: 15px; }
        .header_bottom .navPage_subMenu .volume-trade-program--section .nd-btn-ow {
          background: #F1612D;
          color: #fff;
          padding: 10px 20px;
          font-size: 14px;
          display: inline-block; }
          .header_bottom .navPage_subMenu .volume-trade-program--section .nd-btn-ow:hover {
            background: #F1612D; }
        .header_bottom .navPage_subMenu .volume-trade-program--section p {
          font-size: 12px;
          margin: 0; }
      .header_bottom .navPage_subMenu .navPages-list > li {
        margin-bottom: 10px; }
    .header_bottom .nav_menu .menu_support.menu_open .navPage_subMenu .navPages-list {
      column-count: 2; }
      .header_bottom .nav_menu .menu_support.menu_open .navPage_subMenu .navPages-list li {
        float: none; }
    .header_bottom .nav_menu .menu_aboutUs .navPage_subMenu, .header_bottom .nav_menu .menu_support .navPage_subMenu {
      max-width: 550px;
      padding-bottom: 25px; }
      .header_bottom .nav_menu .menu_aboutUs .navPage_subMenu .container, .header_bottom .nav_menu .menu_support .navPage_subMenu .container {
        padding-bottom: 30px;
        padding: 0px 40px; }
        .header_bottom .nav_menu .menu_aboutUs .navPage_subMenu .container .menu_left, .header_bottom .nav_menu .menu_support .navPage_subMenu .container .menu_left {
          width: 100%; }
    .header_bottom .nav_menu .menu_aboutUs {
      position: relative; }
      .header_bottom .nav_menu .menu_aboutUs .navPage_subMenu {
        max-width: 300px;
        width: 300px;
        top: 40px;
        left: -55px;
        transform: none; }
        .header_bottom .nav_menu .menu_aboutUs .navPage_subMenu .navPages-list > li {
          width: 100%; }
    .header_bottom .header_right_icons {
      padding: 6px 0 0 0;
      width: auto; }
      .header_bottom .header_right_icons .navUser-item.nav_search {
        display: block; } }
    @media (min-width: 992px) and (max-width: 1100px) {
      .header_bottom .header_right_icons .navUser-section li.ctm_found {
        margin: 0; }
      .header_bottom .header_right_icons .navUser-section li.navUser-item--cart {
        padding-left: 10px; } }

@media (min-width: 992px) {
  .body_top .dropdown_quickSearch {
    top: 70px; }
  .dropdown_quickSearch {
    top: 110px; }
  .header_bottom .menu_support .navPage_subMenu .navPages-list li .navPageSubMenu_inner .navPage-subMenu-list li a {
    min-width: 206px;
    max-width: none; } }

@media (min-width: 992px) and (min-width: 992px) {
  .header_bottom .nav_menu .menu_support.menu_open .navPage_subMenu .navPages-list li {
    float: none;
    width: 100%; } }

@media (min-width: 992px) {
  .mobileMenu_active .mobile_menu, #menu_responsive, .mobileMenu_active_level_2 .label_mainMenu, .mobileMenu_active_level_2 #menu_responsive .navPage_subMenu, .label_mainMenu, .label_back, .nav_top_label, .mobileMenu_active_level_2 .label_back, .mobileMenu_active_level_2 #menu_responsive .nav_category > .nav_item:not(.menu_open):not(.nav_top_label) {
    display: none !important; } }

@media (max-width: 991px) {
  #menu_responsive .nav_category .nav_item {
    background: none; }
  #menu_responsive .navPages-action.has_menu {
    display: flex;
    justify-content: space-between; }
    #menu_responsive .navPages-action.has_menu .fa-caret-down {
      transform: rotate(270deg); } }

#menu_responsive .nav_top_label .navPages-action {
  padding-left: 0; }

#menu_responsive .navPages .navPages-list .navPages-item {
  padding: 0 0 20px 0; }
  #menu_responsive .navPages .navPages-list .navPages-item .navPageSubMenu_inner {
    padding: 10px 0 0 0; }
    #menu_responsive .navPages .navPages-list .navPages-item .navPageSubMenu_inner .navPage-subMenu-item {
      padding: 0 0 15px 0; }

#menu_responsive ._uhidden-onMobile {
  display: none !important; }

@media screen and (max-width: 991px) {
  .mobileMenu-toggle {
    left: 5px;
    top: 4px;
    position: relative;
    background: transparent;
    height: 14px;
    width: 23px;
    padding: 0; } }

.navUser-item--cart .dropdown-menu.is-open {
  top: 40px !important;
  z-index: 9999;
  left: auto !important;
  right: 0 !important;
  max-width: 320px !important;
  width: 90vw !important; }
  @media (max-width: 320px) {
    .navUser-item--cart .dropdown-menu.is-open {
      max-width: 300px; } }

.main_default .body {
  margin-bottom: 0;
  overflow: hidden; }

.pbc-video-banner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .pbc-video-banner-container {
      max-height: 74vh; } }
  @media (min-width: 1660px) {
    .pbc-video-banner-container {
      max-height: 78vh; } }
  .pbc-video-banner-container .video-wrapper, .pbc-video-banner-container div:first-child {
    position: relative;
    padding-top: 42.7% !important;
    width: 100%; }
    .pbc-video-banner-container .video-wrapper iframe, .pbc-video-banner-container .video-wrapper img, .pbc-video-banner-container div:first-child iframe, .pbc-video-banner-container div:first-child img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .pbc-video-banner-container .video-wrapper img, .pbc-video-banner-container div:first-child img {
      aspect-ratio: 1599 / 680; }
  .pbc-video-banner-container .video-banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    padding: 1rem; }
    .pbc-video-banner-container .video-banner-overlay h2 {
      color: #fff;
      font-size: 120px;
      font-size: 7.5vw;
      font-weight: 700;
      line-height: 0.8; }
    .pbc-video-banner-container .video-banner-overlay .video-banner-btn {
      display: inline-block;
      margin-top: 1rem;
      padding: 15px 45px;
      color: #fff;
      font-weight: 400;
      text-decoration: none;
      font-size: 18px; }
  @media (max-width: 800px) {
    .pbc-video-banner-container .video-banner-overlay {
      position: static;
      transform: none;
      background-color: #3C4858;
      color: #fff;
      width: 100%;
      text-align: center; }
      .pbc-video-banner-container .video-banner-overlay h2 {
        font-size: 8vw; }
      .pbc-video-banner-container .video-banner-overlay .video-banner-btn {
        margin-bottom: 2rem; } }
  @media (max-width: 550px) {
    .pbc-video-banner-container .video-banner-overlay h2 {
      font-size: 42px; } }

.pbc-welcome-toggle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #F1612D;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .pbc-welcome-toggle-container {
      margin-bottom: 25px; } }
  .pbc-welcome-toggle-container .welcome-text {
    flex: 1 1 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px; }
    @media (min-width: 801px) {
      .pbc-welcome-toggle-container .welcome-text {
        flex: 0 1 auto;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 36px;
        font-size: 2.25vw; } }
  .pbc-welcome-toggle-container .toggle-buttons {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #D54F1F;
    padding: 4px; }
    .pbc-welcome-toggle-container .toggle-buttons .toggle-btn {
      border: none;
      padding: 0.5rem 1rem;
      background-color: transparent;
      color: #fff;
      font-weight: 400;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease;
      border-radius: 9999px;
      font-size: 16px;
      margin-left: 0.5rem; }
      .pbc-welcome-toggle-container .toggle-buttons .toggle-btn:first-child {
        margin-left: 0; }
      @media (max-width: 800px) {
        .pbc-welcome-toggle-container .toggle-buttons .toggle-btn {
          font-size: 14px; } }
      @media (max-width: 360px) {
        .pbc-welcome-toggle-container .toggle-buttons .toggle-btn {
          font-size: 13px; } }
      .pbc-welcome-toggle-container .toggle-buttons .toggle-btn.active {
        background-color: #334658;
        color: #fff; }
      .pbc-welcome-toggle-container .toggle-buttons .toggle-btn:not(.active):hover, .pbc-welcome-toggle-container .toggle-buttons .toggle-btn:not(.active):focus {
        background-color: #F1612D;
        color: #fff; }

.pbc-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 10px 15px;
  text-align: center; }
  @media (max-width: 991px) {
    .pbc-features {
      padding: 25px 10px 5px; } }
  .pbc-features .pbc-feature {
    width: calc(25% - 1.5rem);
    margin-bottom: 25px;
    padding: 10px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .pbc-features .pbc-feature img {
      width: 80px;
      height: auto;
      margin-bottom: 16px; }
    .pbc-features .pbc-feature h3 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 16px;
      color: #253746;
      text-transform: capitalize; }
    .pbc-features .pbc-feature p {
      color: #2F475B;
      font-size: 15px;
      line-height: 22px;
      margin: 0; }
    .pbc-features .pbc-feature:hover {
      transform: translateY(-15px); }
      .pbc-features .pbc-feature:hover h3 {
        color: #F1612D; }
  @media (max-width: 992px) {
    .pbc-features {
      padding: 50px 10px 15px; }
      .pbc-features .pbc-feature {
        width: calc(50% - 1rem); } }
  @media (max-width: 600px) {
    .pbc-features {
      flex-direction: column; }
      .pbc-features .pbc-feature {
        width: 100%;
        margin-bottom: 25px; } }

.pbc-door-gallery {
  padding: 50px 10px;
  text-align: center; }
  @media (max-width: 991px) {
    .pbc-door-gallery {
      padding: 25px 10px; } }
  .pbc-door-gallery__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem; }
    @media (min-width: 451px) and (max-width: 800px) {
      .pbc-door-gallery__grid {
        justify-content: space-between; } }
  .pbc-door-gallery__item {
    width: 100%;
    padding: 0.75rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    outline: none;
    cursor: pointer; }
    @media (min-width: 451px) {
      .pbc-door-gallery__item {
        width: calc(50%); } }
    @media (min-width: 801px) {
      .pbc-door-gallery__item {
        width: calc(25%); } }
    .pbc-door-gallery__item .pbc-door-gallery__image {
      position: relative; }
      .pbc-door-gallery__item .pbc-door-gallery__image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: opacity 0.4s ease;
        display: block; }
      .pbc-door-gallery__item .pbc-door-gallery__image .hover-img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none; }
      .pbc-door-gallery__item .pbc-door-gallery__image .default-img {
        opacity: 1; }
    .pbc-door-gallery__item h3 {
      font-size: 24px;
      line-height: 26px;
      font-weight: 700;
      margin: 16px 0 0;
      transition: color 0.3s ease;
      color: #2F475B;
      text-transform: capitalize;
      text-align: left; }
    .pbc-door-gallery__item .pbc-door-gallery__btn {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%) translateY(-5px);
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      padding: 13px 35px;
      line-height: 18px;
      border-radius: 4px;
      text-decoration: none;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      width: 80%;
      text-transform: uppercase; }
    .pbc-door-gallery__item:hover h3, .pbc-door-gallery__item:focus-within h3 {
      color: #F1612D; }
    .pbc-door-gallery__item:hover .pbc-door-gallery__btn, .pbc-door-gallery__item:focus-within .pbc-door-gallery__btn {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(-5px); }
    .pbc-door-gallery__item:hover .default-img, .pbc-door-gallery__item:focus-within .default-img {
      opacity: 0; }
    .pbc-door-gallery__item:hover .hover-img, .pbc-door-gallery__item:focus-within .hover-img {
      opacity: 1; }

.pbc-banner-image-text {
  padding: 50px 10px; }
  @media (max-width: 991px) {
    .pbc-banner-image-text {
      padding: 25px 10px; } }
  .pbc-banner-image-text .pbc-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1256px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .pbc-banner-image-text .pbc-container {
        max-width: 100%; } }
  .pbc-banner-image-text .pbc-image,
  .pbc-banner-image-text .pbc-content {
    flex: 1 1 100%;
    max-width: 500px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    margin-bottom: 2rem; }
    @media (max-width: 550px) {
      .pbc-banner-image-text .pbc-image,
      .pbc-banner-image-text .pbc-content {
        padding: 0; } }
  @media (max-width: 550px) {
    .pbc-banner-image-text .pbc-content {
      margin: 0; } }
  .pbc-banner-image-text .pbc-image {
    position: relative;
    max-width: 600px;
    padding: 0; }
    .pbc-banner-image-text .pbc-image .pbc-image-frame {
      position: relative; }
      .pbc-banner-image-text .pbc-image .pbc-image-frame img {
        width: 100%;
        display: block;
        border-radius: 4px; }
  .pbc-banner-image-text .pbc-content {
    text-align: center; }
    .pbc-banner-image-text .pbc-content .pbc-logo {
      max-width: 100%;
      width: 280px;
      height: auto;
      margin: 0 auto 1rem; }
    .pbc-banner-image-text .pbc-content .pbc-description {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px;
      color: #333; }
    .pbc-banner-image-text .pbc-content .pbc-btn {
      display: inline-block;
      padding: 15px 45px;
      color: #fff;
      font-weight: 400;
      text-decoration: none;
      transition: background 0.3s ease; }
      .pbc-banner-image-text .pbc-content .pbc-btn i {
        margin-left: 10px; }
  @media (min-width: 801px) {
    .pbc-banner-image-text .pbc-container {
      flex-wrap: nowrap;
      justify-content: space-between; }
    .pbc-banner-image-text .pbc-image,
    .pbc-banner-image-text .pbc-content {
      flex: 1 1 50%;
      margin-bottom: 0; }
    .pbc-banner-image-text .pbc-content .pbc-logo {
      max-width: 100%;
      width: 360px; } }

.pbc-featured-products {
  padding: 50px 10px 25px;
  text-align: center; }
  @media (max-width: 991px) {
    .pbc-featured-products {
      padding: 25px 10px 0; } }
  .pbc-featured-products .card .card-figure .card-img-container {
    height: auto !important; }
    .pbc-featured-products .card .card-figure .card-img-container::after {
      padding-bottom: 100% !important; }
    .pbc-featured-products .card .card-figure .card-img-container img {
      max-height: 100% !important;
      margin: 0 !important; }
  .pbc-featured-products .card .card-figure .card-figcaption {
    display: block !important; }
    .pbc-featured-products .card .card-figure .card-figcaption .card-figcaption-body {
      transform: translate3d(0, -100%, 0);
      top: 90%; }
    .pbc-featured-products .card .card-figure .card-figcaption .card-figcaption-button {
      font-size: 15px;
      padding: 13px 35px;
      line-height: 18px;
      background-image: url(../img/aoc/btn-bg-orange.svg) !important;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
      border: none !important;
      text-align: center; }
      .pbc-featured-products .card .card-figure .card-figcaption .card-figcaption-button:hover, .pbc-featured-products .card .card-figure .card-figcaption .card-figcaption-button:focus {
        background-image: url(../img/aoc/btn-bg-orange-hover.svg) !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        border: none !important; }
      .pbc-featured-products .card .card-figure .card-figcaption .card-figcaption-button.quickview {
        display: none !important; }
  .pbc-featured-products .card .card-figure:hover .card-figcaption {
    opacity: 1;
    display: block;
    transition: all 0.4s ease; }
  .pbc-featured-products .card .card-title {
    height: auto; }
    .pbc-featured-products .card .card-title a {
      color: #2F475B;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.2; }
      .pbc-featured-products .card .card-title a:hover {
        color: #F1612D; }
  .pbc-featured-products .card .card-body {
    text-align: left; }
  .pbc-featured-products .card .price_lable, .pbc-featured-products .card .price-section {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #2F475B !important; }
  .pbc-featured-products .slick-prev, .pbc-featured-products .slick-next {
    background: #F1612D 0% 0% no-repeat padding-box;
    border-radius: 999px;
    height: 50px;
    width: 50px; }
    .pbc-featured-products .slick-prev:before, .pbc-featured-products .slick-next:before {
      background: none !important;
      font-family: "Font Awesome 6 Free";
      /* or "Font Awesome 5 Free" */
      font-weight: 900;
      /* required for solid icons */
      color: #fff;
      height: auto;
      width: auto;
      padding: 4px 0;
      margin: 0;
      line-height: 1;
      font-size: 18px; }
    .pbc-featured-products .slick-prev:hover, .pbc-featured-products .slick-next:hover {
      background-color: #E94A11;
      opacity: 1; }
  .pbc-featured-products .slick-prev {
    left: -55px; }
    .pbc-featured-products .slick-prev:before {
      content: "\f060";
      /* Unicode for fa-arrow-right */ }
  .pbc-featured-products .slick-next {
    right: -55px; }
    .pbc-featured-products .slick-next:before {
      content: "\f061";
      /* Unicode for fa-arrow-right */ }
  .pbc-featured-products .slick-dots, .pbc-featured-products .carousel-tooltip {
    display: none !important; }
  @media (max-width: 1460px) {
    .pbc-featured-products .container {
      margin: auto;
      max-width: 90%; } }
  @media (max-width: 1260px) {
    .pbc-featured-products .container {
      margin: auto;
      max-width: 85%;
      padding: 0; } }
  @media (max-width: 800px) {
    .pbc-featured-products .container {
      margin: auto;
      max-width: 100%;
      padding: 0; }
    .pbc-featured-products .slick-slider {
      padding: 0; }
    .pbc-featured-products .slick-prev, .pbc-featured-products .slick-next {
      display: none !important; }
    .pbc-featured-products .slick-list {
      padding: 0 10% 0 0; } }
  @media (max-width: 550px) {
    .pbc-featured-products .productCarousel-slide {
      padding: 0 1rem 0 0; }
    .pbc-featured-products .slick-list {
      padding: 0 20% 0 0; } }

.pbc-video-carousel-container {
  padding: 50px 10px; }
  @media (max-width: 991px) {
    .pbc-video-carousel-container {
      padding: 25px 10px; } }
  .pbc-video-carousel-container .container {
    padding: 0; }
  .pbc-video-carousel-container .pbc-video-carousel-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch; }
    @media (max-width: 991px) {
      .pbc-video-carousel-container .pbc-video-carousel-section {
        flex-direction: column; } }
    .pbc-video-carousel-container .pbc-video-carousel-section__content {
      flex: 1 1 300px;
      margin-right: 0;
      width: 22%;
      max-width: 22%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch; }
      @media (max-width: 991px) {
        .pbc-video-carousel-container .pbc-video-carousel-section__content {
          margin-right: 0;
          margin-bottom: 2rem;
          width: 100%;
          max-width: 100%;
          flex: 1;
          text-align: center; } }
      .pbc-video-carousel-container .pbc-video-carousel-section__content h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        color: #253746;
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 1rem; }
        .pbc-video-carousel-container .pbc-video-carousel-section__content h2 br {
          display: none; }
      .pbc-video-carousel-container .pbc-video-carousel-section__content p {
        font-size: 14px;
        line-height: 22px;
        color: #253746;
        margin-bottom: 1.5rem; }
        @media (min-width: 992px) {
          .pbc-video-carousel-container .pbc-video-carousel-section__content p {
            max-width: 100%;
            width: 300px; } }
      @media (max-width: 991px) {
        .pbc-video-carousel-container .pbc-video-carousel-section__content__social {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .pbc-video-carousel-container .pbc-video-carousel-section__content__social span {
        color: #253746;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px; }
      .pbc-video-carousel-container .pbc-video-carousel-section__content__social .social-icons {
        display: flex;
        margin: 0 -0.5rem 0rem -0.5rem; }
        @media (max-width: 550px) {
          .pbc-video-carousel-container .pbc-video-carousel-section__content__social .social-icons {
            margin-top: 0; } }
        .pbc-video-carousel-container .pbc-video-carousel-section__content__social .social-icons .icon-circle {
          margin: 0.5rem;
          width: 48px;
          height: 48px;
          font-size: 20px;
          background-color: #F1612D;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          color: #fff; }
          .pbc-video-carousel-container .pbc-video-carousel-section__content__social .social-icons .icon-circle:hover {
            background-color: #E94A11; }
    .pbc-video-carousel-container .pbc-video-carousel-section__slider {
      flex: 1 1 600px;
      position: relative; }
      @media (max-width: 991px) {
        .pbc-video-carousel-container .pbc-video-carousel-section__slider {
          flex: 1; } }
      .pbc-video-carousel-container .pbc-video-carousel-section__slider .slick-slider.slick-dotted {
        margin-bottom: 0; }
      .pbc-video-carousel-container .pbc-video-carousel-section__slider .slick-slider .slick-dots {
        display: none !important; }
      .pbc-video-carousel-container .pbc-video-carousel-section__slider .slick-slider .slick-list {
        padding: 0 20% 0 0; }
      .pbc-video-carousel-container .pbc-video-carousel-section__slider .pbc-video-carousel-section__slide {
        padding: 0 0.5rem; }
        @media (max-width: 550px) {
          .pbc-video-carousel-container .pbc-video-carousel-section__slider .pbc-video-carousel-section__slide {
            padding: 0 1rem 0 0; } }
        @media (min-width: 992px) {
          .pbc-video-carousel-container .pbc-video-carousel-section__slider .pbc-video-carousel-section__slide .video-play--overlay {
            max-width: 320px; } }
        .pbc-video-carousel-container .pbc-video-carousel-section__slider .pbc-video-carousel-section__slide .video-wrapper {
          position: relative;
          background: none;
          border-radius: 10px;
          overflow: hidden; }
          .pbc-video-carousel-container .pbc-video-carousel-section__slider .pbc-video-carousel-section__slide .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
    .pbc-video-carousel-container .pbc-video-carousel-section__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      background: #F1612D;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0.65; }
      .pbc-video-carousel-container .pbc-video-carousel-section__arrow:hover {
        background: #E94A11;
        opacity: 1; }
      .pbc-video-carousel-container .pbc-video-carousel-section__arrow--prev {
        left: 10px; }
      .pbc-video-carousel-container .pbc-video-carousel-section__arrow--next {
        right: 10px; }
      .pbc-video-carousel-container .pbc-video-carousel-section__arrow i {
        font-size: 18px; }
    @media (max-width: 800px) {
      .pbc-video-carousel-container .pbc-video-carousel-section__arrow {
        display: none !important; }
        .pbc-video-carousel-container .pbc-video-carousel-section__arrow--prev {
          left: 0; }
        .pbc-video-carousel-container .pbc-video-carousel-section__arrow--next {
          right: 0; } }

.carousel-tooltip {
  display: none !important; }

.pbc-igfeed-carousel-container {
  padding: 50px 10px; }
  @media (max-width: 991px) {
    .pbc-igfeed-carousel-container {
      padding: 25px 10px; } }
  .pbc-igfeed-carousel-container .container {
    padding: 0; }
  .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__content {
    text-align: center; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__content h2 {
      font-size: 48px;
      font-weight: 700;
      line-height: 44px;
      color: #253746;
      text-transform: capitalize;
      margin-top: 0;
      margin-bottom: 1rem; }
      @media (max-width: 800px) {
        .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__content h2 {
          font-size: 36px; } }
      .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__content h2 br {
        display: none; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__content p {
      font-size: 14px;
      line-height: 22px;
      color: #253746;
      margin-bottom: 1.5rem; }
  .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__social {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__social span {
      color: #253746;
      font-weight: 500;
      font-size: 14px;
      line-height: 22px; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__social .social-icons {
      display: flex;
      margin: 0 -0.5rem 0rem -0.5rem; }
      @media (max-width: 550px) {
        .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__social .social-icons {
          margin-top: 0; } }
      .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__social .social-icons .icon-circle {
        margin: 0.5rem;
        width: 48px;
        height: 48px;
        font-size: 20px;
        background-color: #F1612D;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff; }
        .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__social .social-icons .icon-circle:hover {
          background-color: #E94A11; }
  .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider {
    position: relative;
    min-height: 625px; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider .slick-slider.slick-dotted {
      margin-bottom: 0; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider .slick-slider .slick-dots {
      display: none !important; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider .slick-slider .slick-list {
      padding: 0 20% 0 0; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider .pbc-igfeed-carousel-section__slide {
      padding: 0 0.5rem 0 0;
      min-width: 326px !important; }
      @media (max-width: 550px) {
        .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider .pbc-igfeed-carousel-section__slide {
          padding: 0 0.5rem 0 0; } }
      .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__slider .pbc-igfeed-carousel-section__slide .video-wrapper {
        height: 613px; }
  .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #F1612D;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.65; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow:hover {
      background: #E94A11;
      opacity: 1; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow--prev {
      left: 10px; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow--next {
      right: 10px; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow i {
      font-size: 18px; }
  @media (max-width: 800px) {
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow--prev {
      left: 0; }
    .pbc-igfeed-carousel-container .pbc-igfeed-carousel-section__arrow--next {
      right: 0; } }

.pbc-split-slider-section {
  padding: 50px 10px; }
  @media (max-width: 991px) {
    .pbc-split-slider-section {
      padding: 25px 10px; } }
  .pbc-split-slider-section .container {
    padding: 0; }
  .pbc-split-slider-section .split-slider {
    position: relative;
    width: 100%;
    max-width: 1300px;
    padding-top: 50%;
    overflow: hidden;
    border-radius: 60px;
    margin: auto;
    background: #000;
    user-select: none; }
    .pbc-split-slider-section .split-slider .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .pbc-split-slider-section .split-slider .image-wrapper .image.left, .pbc-split-slider-section .split-slider .image-wrapper .image.right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .pbc-split-slider-section .split-slider .image-wrapper .image.left {
        z-index: 2;
        clip-path: inset(0 50% 0 0);
        transition: clip-path 0.3s ease; }
      .pbc-split-slider-section .split-slider .image-wrapper .image.right {
        z-index: 1; }
      .pbc-split-slider-section .split-slider .image-wrapper .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(0.9); }
      .pbc-split-slider-section .split-slider .image-wrapper .image .text-content {
        position: absolute;
        top: 10%;
        left: 5%;
        color: white;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .pbc-split-slider-section .split-slider .image-wrapper .image.right .text-content {
        left: auto;
        right: 5%;
        align-items: flex-end;
        text-align: right; }
    .pbc-split-slider-section .split-slider h2 {
      color: #fff;
      font-size: 36px;
      line-height: 1;
      font-weight: 700;
      text-transform: capitalize;
      margin-top: 0;
      margin-bottom: 15px; }
      @media (max-width: 800px) {
        .pbc-split-slider-section .split-slider h2 {
          font-size: 28px; } }
    .pbc-split-slider-section .split-slider .shop-btn {
      color: #fff;
      border: none;
      padding: 15px 45px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 400;
      border-radius: 5px;
      width: max-content; }
    .pbc-split-slider-section .split-slider .divider {
      position: absolute;
      background: white;
      z-index: 3;
      width: 4px;
      height: 100%;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      transition: all 0.3s ease; }
    .pbc-split-slider-section .split-slider .handle {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      cursor: grab;
      z-index: 4;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center; }
      .pbc-split-slider-section .split-slider .handle i.fa-chevron-left {
        margin-right: 10px; }
      .pbc-split-slider-section .split-slider .handle:active {
        cursor: grabbing; }
    @media (max-width: 767px) {
      .pbc-split-slider-section .split-slider {
        padding-top: 150%;
        border-radius: 30px; }
        .pbc-split-slider-section .split-slider .image-wrapper .image.right .text-content {
          top: auto;
          bottom: 10%; }
        .pbc-split-slider-section .split-slider .divider {
          width: 100%;
          height: 4px;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        .pbc-split-slider-section .split-slider .handle {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          flex-direction: column; }
          .pbc-split-slider-section .split-slider .handle i {
            transform: rotate(90deg); }
            .pbc-split-slider-section .split-slider .handle i.fa-chevron-left {
              margin-right: 0px;
              margin-bottom: 4px; } }

.pbc-testimonials {
  padding: 50px 10px;
  background: #fff;
  border-bottom: 1px solid #C8CDD1; }
  @media (max-width: 991px) {
    .pbc-testimonials {
      padding: 25px 10px; } }
  .pbc-testimonials .container {
    padding: 0; }
  .pbc-testimonials .testimonials-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch; }
  .pbc-testimonials .testimonial-left {
    flex: 1 1 280px;
    max-width: 320px;
    margin-right: 40px; }
    @media (max-width: 991px) {
      .pbc-testimonials .testimonial-left {
        text-align: center;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    .pbc-testimonials .testimonial-left .quote-icon {
      font-size: 36px;
      color: #1a1a1a;
      margin-bottom: 10px;
      line-height: 1; }
    .pbc-testimonials .testimonial-left .testimonial-heading {
      font-size: 36px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 44px;
      color: #253746;
      text-transform: capitalize; }
    .pbc-testimonials .testimonial-left .testimonial-subtext {
      font-size: 14px;
      line-height: 22px;
      color: #555;
      margin-bottom: 25px; }
    .pbc-testimonials .testimonial-left .testimonial-arrows {
      display: flex;
      position: relative; }
      @media (max-width: 991px) {
        .pbc-testimonials .testimonial-left .testimonial-arrows {
          justify-content: center; } }
      .pbc-testimonials .testimonial-left .testimonial-arrows button {
        border: none;
        color: #fff;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        transition: background 0.3s ease; }
        .pbc-testimonials .testimonial-left .testimonial-arrows button:first-child {
          margin-right: 10px; }
      .pbc-testimonials .testimonial-left .testimonial-arrows .slick-prev, .pbc-testimonials .testimonial-left .testimonial-arrows .slick-next {
        position: relative;
        transform: none;
        background: #F1612D 0% 0% no-repeat padding-box;
        border-radius: 999px;
        height: 50px;
        width: 50px; }
        .pbc-testimonials .testimonial-left .testimonial-arrows .slick-prev:before, .pbc-testimonials .testimonial-left .testimonial-arrows .slick-next:before {
          background: none !important;
          font-family: "Font Awesome 6 Free";
          /* or "Font Awesome 5 Free" */
          font-weight: 900;
          /* required for solid icons */
          color: #fff;
          height: auto;
          width: auto;
          padding: 4px 0;
          margin: 0;
          line-height: 1;
          font-size: 18px; }
        .pbc-testimonials .testimonial-left .testimonial-arrows .slick-prev:hover, .pbc-testimonials .testimonial-left .testimonial-arrows .slick-next:hover {
          background: #E94A11;
          opacity: 1; }
      .pbc-testimonials .testimonial-left .testimonial-arrows .slick-prev {
        left: auto; }
        .pbc-testimonials .testimonial-left .testimonial-arrows .slick-prev:before {
          content: "\f060";
          /* Unicode for fa-arrow-right */ }
      .pbc-testimonials .testimonial-left .testimonial-arrows .slick-next {
        right: auto; }
        .pbc-testimonials .testimonial-left .testimonial-arrows .slick-next:before {
          content: "\f061";
          /* Unicode for fa-arrow-right */ }
  .pbc-testimonials .testimonial-right {
    flex: 2 1 600px; }
    .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card {
      background: transparent;
      padding: 0 10px;
      font-size: 15px; }
      .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card .stars {
        color: #F1612D;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 10px; }
      .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card .testimonial-text {
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        color: #253746;
        margin-bottom: 15px;
        padding-right: 50px; }
        @media (max-width: 550px) {
          .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card .testimonial-text {
            padding-right: 0; } }
      .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card .testimonial-author {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        display: flex;
        align-items: center; }
        .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card .testimonial-author .verified {
          color: #253746;
          margin-left: 5px; }
  @media screen and (max-width: 991px) {
    .pbc-testimonials .testimonials-content {
      flex-direction: column;
      align-items: center; }
    .pbc-testimonials .testimonial-left {
      max-width: 100%;
      text-align: center;
      flex: 1; }
      .pbc-testimonials .testimonial-left .quote-icon {
        padding-left: 25%;
        text-align: left; }
      .pbc-testimonials .testimonial-left .testimonial-subtext {
        margin: 0; }
      .pbc-testimonials .testimonial-left .testimonial-arrows {
        display: none; }
    .pbc-testimonials .testimonial-right {
      flex: 1;
      max-width: 100%; }
    .pbc-testimonials .testimonial-slider {
      width: 100%; } }
  @media (max-width: 650px) {
    .pbc-testimonials .testimonial-left {
      text-align: left; }
      .pbc-testimonials .testimonial-left .quote-icon {
        padding-left: 0; }
    .pbc-testimonials .testimonial-right .testimonial-slider .testimonial-card {
      padding: 0;
      padding-right: 10px; } }
  @media (max-width: 450px) {
    .pbc-testimonials .testimonial-heading br {
      display: none; }
    .pbc-testimonials .slick-list {
      padding: 0 10% 0 0; } }
  .pbc-testimonials .slick-dots, .pbc-testimonials .carousel-tooltip {
    display: none !important; }

.pbc-partners-section {
  padding: 50px 10px; }
  @media (max-width: 991px) {
    .pbc-partners-section {
      padding: 50px 10px 0; } }
  .pbc-partners-section .container {
    margin: 0 auto; }
  .pbc-partners-section .partners-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pbc-partners-section .partners-grid .partners-title {
      flex: 1 1 200px;
      display: flex;
      flex-direction: column;
      align-items: left; }
      .pbc-partners-section .partners-grid .partners-title .title-underline {
        width: 40px;
        height: 8px;
        background-color: #F1612D;
        border-radius: 2px;
        margin: 0; }
      .pbc-partners-section .partners-grid .partners-title h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 44px;
        text-transform: capitalize;
        color: #3C4858;
        margin: 1rem 0 0 0; }
        @media (max-width: 800px) {
          .pbc-partners-section .partners-grid .partners-title h2 {
            font-size: 36px; } }
      @media (max-width: 991px) {
        .pbc-partners-section .partners-grid .partners-title {
          align-items: center; }
          .pbc-partners-section .partners-grid .partners-title h2 {
            text-align: center; } }
    .pbc-partners-section .partners-grid .partners-logos {
      flex: 2 1 719px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      margin: 2rem 0; }
      .pbc-partners-section .partners-grid .partners-logos .partner-circle {
        max-width: 200px;
        max-height: 200px;
        width: 100%;
        height: fit-content;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0);
        margin-right: 3rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .pbc-partners-section .partners-grid .partners-logos .partner-circle:last-child {
          margin-right: 0; }
        .pbc-partners-section .partners-grid .partners-logos .partner-circle img {
          max-width: 100%;
          height: auto; }
        .pbc-partners-section .partners-grid .partners-logos .partner-circle:hover {
          transform: translateY(-15px);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); }
      @media (max-width: 991px) {
        .pbc-partners-section .partners-grid .partners-logos {
          justify-content: center; }
          .pbc-partners-section .partners-grid .partners-logos .partner-circle {
            margin-right: 1.5rem; }
            .pbc-partners-section .partners-grid .partners-logos .partner-circle:last-child {
              margin-right: 0; } }
  @media (max-width: 800px) {
    .pbc-partners-section .partners-grid {
      flex-direction: column;
      align-items: center; }
      .pbc-partners-section .partners-grid .partners-title {
        flex: 1; }
      .pbc-partners-section .partners-grid .partners-logos {
        justify-content: center;
        margin-top: 1.5rem;
        flex: 1; } }
  @media (max-width: 480px) {
    .pbc-partners-section .container {
      padding: 0; }
    .pbc-partners-section .partners-grid .partners-logos {
      justify-content: center;
      flex-wrap: wrap; }
      .pbc-partners-section .partners-grid .partners-logos .partner-circle {
        width: 45%;
        margin: 1rem 0.5rem !important; } }

.pbc-banner-section {
  background-color: #3C4858;
  color: #fff;
  padding: 50px 10px;
  padding-left: 0;
  margin: 50px 0; }
  @media (max-width: 991px) {
    .pbc-banner-section {
      padding: 25px 10px;
      margin: 25px 0; } }
  .pbc-banner-section .pbc-banner-wrapper {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .pbc-banner-section .pbc-banner-wrapper {
        flex-direction: column;
        text-align: center; } }
  .pbc-banner-section .pbc-banner-image {
    flex: 1 1 45%;
    margin-right: 2rem; }
    @media (max-width: 768px) {
      .pbc-banner-section .pbc-banner-image {
        margin-bottom: 2rem; } }
    .pbc-banner-section .pbc-banner-image img {
      width: 100%;
      height: auto;
      display: block;
      border-bottom-left-radius: 80px; }
      @media (max-width: 768px) {
        .pbc-banner-section .pbc-banner-image img {
          border-radius: 0; } }
  .pbc-banner-section .pbc-banner-content {
    flex: 1 1 50%;
    padding-right: 10%;
    padding-left: 5%; }
    @media (max-width: 991px) {
      .pbc-banner-section .pbc-banner-content {
        padding: 0 4%; } }
    .pbc-banner-section .pbc-banner-content h2 {
      font-size: 48px;
      line-height: 1;
      font-weight: 700;
      margin: 0;
      margin-bottom: 24px;
      color: #fff;
      text-transform: capitalize; }
      @media (max-width: 800px) {
        .pbc-banner-section .pbc-banner-content h2 {
          font-size: 36px; } }
      @media (max-width: 550px) {
        .pbc-banner-section .pbc-banner-content h2 {
          font-size: 36px;
          line-height: 1; } }
    .pbc-banner-section .pbc-banner-content p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px;
      color: #fff; }
    .pbc-banner-section .pbc-banner-content .pbc-banner-buttons {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .pbc-banner-section .pbc-banner-content .pbc-banner-buttons {
          justify-content: center; } }
      .pbc-banner-section .pbc-banner-content .pbc-banner-buttons .btn {
        display: inline-flex;
        align-items: center;
        color: #fff;
        padding: 15px 30px;
        text-decoration: none;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        transition: background 0.3s;
        margin-right: 1rem;
        margin-bottom: 1rem; }
        .pbc-banner-section .pbc-banner-content .pbc-banner-buttons .btn:last-child {
          margin-right: 0; }
        .pbc-banner-section .pbc-banner-content .pbc-banner-buttons .btn .material-symbols-outlined, .pbc-banner-section .pbc-banner-content .pbc-banner-buttons .btn .material-symbols-filled {
          font-size: 18px;
          width: 18px;
          margin-right: 10px; }

.pbc-buying-guide {
  margin: auto;
  padding: 50px 10px; }
  @media (max-width: 991px) {
    .pbc-buying-guide {
      padding: 25px 10px; } }
  .pbc-buying-guide .container {
    margin: 0 auto; }
    @media (max-width: 550px) {
      .pbc-buying-guide .container {
        padding: 0; } }
  .pbc-buying-guide .guide-content {
    background-color: #F1612D;
    padding: 2rem;
    padding: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 550px) {
      .pbc-buying-guide .guide-content {
        padding: 20px;
        border-radius: 20px; } }
    .pbc-buying-guide .guide-content .guide-image {
      flex: 1 1 250px;
      margin-right: 4rem; }
      @media (max-width: 1260px) {
        .pbc-buying-guide .guide-content .guide-image {
          margin-right: 2rem; } }
      .pbc-buying-guide .guide-content .guide-image iframe {
        border-radius: 12px; }
      .pbc-buying-guide .guide-content .guide-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover; }
    .pbc-buying-guide .guide-content .guide-text {
      flex: 1 1 350px;
      color: #fff; }
      .pbc-buying-guide .guide-content .guide-text h2 {
        font-size: 48px;
        line-height: 56px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 24px;
        color: #fff;
        text-transform: capitalize; }
        @media (max-width: 800px) {
          .pbc-buying-guide .guide-content .guide-text h2 {
            font-size: 36px; } }
        @media (max-width: 550px) {
          .pbc-buying-guide .guide-content .guide-text h2 {
            font-size: 36px;
            line-height: 1; } }
      .pbc-buying-guide .guide-content .guide-text p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
        color: #fff; }
      .pbc-buying-guide .guide-content .guide-text a {
        color: #fff;
        text-decoration: underline;
        transition: color 0.2s ease; }
      .pbc-buying-guide .guide-content .guide-text .guide-button {
        display: inline-flex;
        align-items: center;
        color: #fff;
        padding: 15px 30px;
        border-radius: 20px;
        font-weight: 400;
        font-size: 15px;
        line-height: 26px;
        text-decoration: none;
        transition: background 0.3s; }
        .pbc-buying-guide .guide-content .guide-text .guide-button .material-symbols-outlined {
          margin-left: 10px;
          font-size: 15px;
          width: 15px; }
        .pbc-buying-guide .guide-content .guide-text .guide-button:hover {
          color: #fff; }
  @media (max-width: 768px) {
    .pbc-buying-guide .guide-content {
      flex-direction: column;
      text-align: center; }
      .pbc-buying-guide .guide-content .guide-image {
        margin-right: 0;
        margin-bottom: 2rem;
        width: 100%; }
      .pbc-buying-guide .guide-content .guide-text a {
        display: inline-block; }
      .pbc-buying-guide .guide-content .guide-button {
        margin: 0 auto; } }

.pbc-blog-section {
  padding: 50px 10px 0;
  background: #FFFFFF; }
  @media (max-width: 991px) {
    .pbc-blog-section {
      padding: 25px 10px 0; } }
  .pbc-blog-section .container {
    text-align: center;
    padding: 0; }
  .pbc-blog-section .pbc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .pbc-blog-section .pbc-card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden; }
    .pbc-blog-section .pbc-card .pbc-image {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      .pbc-blog-section .pbc-card .pbc-image img {
        width: 100%;
        display: block;
        border-radius: 10px 10px 0 0;
        height: 260px;
        object-fit: cover;
        transition: all 0.4s ease; }
      .pbc-blog-section .pbc-card .pbc-image .cta-overlay {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding: 13px 25px;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.2;
        transition: background 0.3s;
        opacity: 0;
        cursor: pointer;
        text-align: center;
        transition: all 0.4s ease;
        width: 70%; }
      .pbc-blog-section .pbc-card .pbc-image:hover img {
        transform: scale(1.1);
        transition: all 0.4s ease; }
      .pbc-blog-section .pbc-card .pbc-image:hover .cta-overlay {
        opacity: 1;
        transition: all 0.4s ease; }
    .pbc-blog-section .pbc-card .pbc-meta {
      padding: 1.2rem 0; }
      .pbc-blog-section .pbc-card .pbc-meta .date {
        font-size: 12px;
        line-height: 22px;
        color: #253746;
        text-transform: uppercase;
        margin-bottom: 0; }
      .pbc-blog-section .pbc-card .pbc-meta .title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        text-transform: capitalize;
        color: #253746;
        margin-top: 10px;
        margin-bottom: 10px; }
      .pbc-blog-section .pbc-card .pbc-meta .excerpt {
        font-size: 14px;
        color: #253746;
        line-height: 22px; }
  .pbc-blog-section .btn-view-all {
    margin-top: 25px; }
  .pbc-blog-section .slick-slider .slick-slide {
    padding: 1rem; }
    @media (max-width: 800px) {
      .pbc-blog-section .slick-slider .slick-slide {
        padding: 0;
        padding-right: 1rem; }
        .pbc-blog-section .slick-slider .slick-slide:last-child {
          padding-right: 0; } }
  .pbc-blog-section .slick-slider .slick-dots, .pbc-blog-section .slick-slider .carousel-tooltip {
    display: none !important; }
  @media (max-width: 800px) {
    .pbc-blog-section .slick-slider .slick-prev, .pbc-blog-section .slick-slider .slick-next {
      display: none !important; }
    .pbc-blog-section .slick-slider .slick-list {
      padding: 0 5% 0 0; } }
  @media (max-width: 550px) {
    .pbc-blog-section .slick-slider .slick-list {
      padding: 0 10% 0 0; } }

.pbc-section__title {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #2F475B;
  text-transform: capitalize;
  display: inline-block; }
  @media (max-width: 800px) {
    .pbc-section__title {
      font-size: 36px; } }

@media (max-width: 1280px) {
  .main_category .container {
    padding: 0px 15px; } }

.nd-category-page {
  margin-top: 0px; }
  .nd-category-page .page-banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background-color: #E94A11;
    background-image: url("../img/aoc/broken-border.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0px 70px 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px; }
    .nd-category-page .page-banner-container::after {
      bottom: 0; }
    @media (max-width: 768px) {
      .nd-category-page .page-banner-container {
        flex-direction: column;
        padding: 25px 0px 35px 25px; } }
  .nd-category-page .page-banner-text {
    flex: 1 1 50%;
    max-width: 50%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .nd-category-page .page-banner-text .breadcrumbs {
      margin-bottom: 1rem;
      font-size: 0.875rem;
      display: flex;
      flex-wrap: wrap; }
      .nd-category-page .page-banner-text .breadcrumbs .breadcrumb-label {
        color: #fff;
        text-decoration: none; }
        .nd-category-page .page-banner-text .breadcrumbs .breadcrumb-label:hover {
          text-decoration: underline;
          color: #fff; }
      .nd-category-page .page-banner-text .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        color: #fff; }
      .nd-category-page .page-banner-text .breadcrumbs li + li::before {
        content: "/";
        margin: 0 0.5rem;
        color: #fff; }
      .nd-category-page .page-banner-text .breadcrumbs .is-active .breadcrumb-label {
        font-weight: bold; }
    .nd-category-page .page-banner-text .page-heading {
      font-size: 96px;
      font-size: 6vw;
      line-height: 0.9;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      text-align: left;
      color: #fff; }
    .nd-category-page .page-banner-text .category_description {
      margin: 40px 0 0 0; }
      .nd-category-page .page-banner-text .category_description * {
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0.14px !important;
        color: #fff !important; }
    @media (max-width: 991px) {
      .nd-category-page .page-banner-text .page-heading {
        font-size: 58px;
        font-size: 8vw; } }
    @media (max-width: 768px) {
      .nd-category-page .page-banner-text {
        max-width: 100%;
        margin-bottom: 25px; }
        .nd-category-page .page-banner-text .page-heading {
          font-size: 42px; } }
    @media (max-width: 550px) {
      .nd-category-page .page-banner-text {
        max-width: 100%;
        margin-bottom: 25px; }
        .nd-category-page .page-banner-text .page-heading {
          font-size: 42px; } }
  .nd-category-page .page-banner-img {
    flex: 1 1 50%;
    max-width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem; }
    .nd-category-page .page-banner-img img {
      max-width: 100%;
      width: 100%;
      height: auto;
      border-radius: 1.5rem; }
    @media (max-width: 768px) {
      .nd-category-page .page-banner-img {
        max-width: 100%;
        padding-left: 0;
        flex: 0;
        width: 100%; }
        .nd-category-page .page-banner-img img {
          width: 100%;
          height: auto; } }
  .nd-category-page .promo-banner-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 50px 70px 50px; }
    @media (max-width: 768px) {
      .nd-category-page .promo-banner-container {
        padding: 25px 25px 35px 25px; } }
    .nd-category-page .promo-banner-container .promo-banner-section {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      @media (max-width: 550px) {
        .nd-category-page .promo-banner-container .promo-banner-section {
          align-items: flex-start;
          flex-direction: column; } }
      .nd-category-page .promo-banner-container .promo-banner-section .page-banner-img {
        max-width: 180px;
        min-width: 160px;
        padding: 0;
        padding-right: 2rem; }
        @media (max-width: 800px) {
          .nd-category-page .promo-banner-container .promo-banner-section .page-banner-img {
            min-width: 100px;
            width: 100px; } }
        @media (max-width: 550px) {
          .nd-category-page .promo-banner-container .promo-banner-section .page-banner-img {
            min-width: 75px;
            width: 75px;
            padding-right: 5px;
            padding-bottom: 5px; } }
      .nd-category-page .promo-banner-container .promo-banner-section .page-banner-text {
        display: block;
        max-width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
        .nd-category-page .promo-banner-container .promo-banner-section .page-banner-text .promo-sub-text * {
          color: #fff;
          font-size: 48px;
          font-family: "Rokkitt", serif;
          text-align: left;
          font-weight: bold;
          margin: 0; }
          @media (max-width: 768px) {
            .nd-category-page .promo-banner-container .promo-banner-section .page-banner-text .promo-sub-text * {
              font-size: 24px; } }
        @media (max-width: 800px) {
          .nd-category-page .promo-banner-container .promo-banner-section .page-banner-text {
            max-width: 100%;
            margin: 0; } }
  .nd-category-page.promo--page .category_description {
    text-align: center; }
    .nd-category-page.promo--page .category_description p:first-child {
      font-size: 36px !important;
      font-weight: 600;
      line-height: 1 !important;
      font-family: "Rokkitt", serif; }
  .nd-category-page .icon-text-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    max-width: 1256px;
    margin: 0 auto 50px;
    width: 100%; }
    .nd-category-page .icon-text-features .feature-item {
      display: flex;
      align-items: center;
      min-width: 220px;
      padding: 16px 16px 16px 0px; }
      .nd-category-page .icon-text-features .feature-item img {
        width: 64px;
        height: auto;
        margin-right: 16px;
        flex-shrink: 0; }
      .nd-category-page .icon-text-features .feature-item span {
        font-family: "Rokkitt", serif;
        font-weight: 600;
        color: #1a1a1a;
        font-size: 18px;
        line-height: 20px; }
    @media (max-width: 1280px) {
      .nd-category-page .icon-text-features {
        justify-content: space-evenly; } }
    @media (max-width: 800px) {
      .nd-category-page .icon-text-features .feature-item {
        max-width: 220px;
        padding: 10px 0px; } }
    @media (max-width: 550px) {
      .nd-category-page .icon-text-features .feature-item {
        max-width: 220px;
        max-width: 45%;
        min-width: auto;
        padding: 10px 0px; } }
    @media (max-width: 450px) {
      .nd-category-page .icon-text-features .feature-item {
        max-width: 100%;
        min-width: 100%;
        padding: 10px 0px;
        border-bottom: 1px solid #C8CDD1; }
        .nd-category-page .icon-text-features .feature-item:first-child {
          border-top: 1px solid #C8CDD1; } }
    @media (min-width: 801px) {
      .nd-category-page .icon-text-features.slick-slider .slick-list {
        width: 100%; }
        .nd-category-page .icon-text-features.slick-slider .slick-list .slick-track {
          display: flex;
          justify-content: space-between;
          flex-wrap: nowrap;
          width: 100% !important; }
        .nd-category-page .icon-text-features.slick-slider .slick-list .slick-track:before, .nd-category-page .icon-text-features.slick-slider .slick-list .slick-track:after {
          display: none; } }
    .nd-category-page .icon-text-features.slick-slider .slick-slide {
      /* */ }
    .nd-category-page .icon-text-features.slick-slider .slick-dots, .nd-category-page .icon-text-features.slick-slider .carousel-tooltip {
      display: none !important; }
    .nd-category-page .icon-text-features.slick-slider .slick-prev, .nd-category-page .icon-text-features.slick-slider .slick-next {
      display: none !important; }
    @media (max-width: 1200px) {
      .nd-category-page .icon-text-features.slick-slider .slick-list {
        padding: 0 5% 0 0; } }
    @media (max-width: 550px) {
      .nd-category-page .icon-text-features.slick-slider .slick-list {
        padding: 0 10% 0 0; } }
  @media (min-width: 1201px) {
    .nd-category-page .icon-text-features.slick-slider {
      pointer-events: none;
      /* Disable user drag interaction */
      overflow: visible !important;
      /* Prevent clipping */ }
    .nd-category-page .icon-text-features .slick-track {
      transform: none !important;
      /* Stop slide animation positioning */
      width: auto !important;
      /* Prevent forced slick width */
      display: flex !important;
      /* Lay items in row */ } }
  .nd-category-page .category_description {
    font-weight: 400;
    margin: 0px 0px 40px;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0.14px !important;
    color: #3C4858; }
  .nd-category-page .subcategories-container {
    padding: 0;
    margin-bottom: 50px; }
    .nd-category-page .subcategories-container .pbc-door-gallery__grid {
      margin: 0x -12px; }
      .nd-category-page .subcategories-container .pbc-door-gallery__grid .pbc-door-gallery__item {
        padding: 12px; }
        .nd-category-page .subcategories-container .pbc-door-gallery__grid .pbc-door-gallery__item h3 {
          font-size: 18px;
          line-height: 1;
          margin-top: 12px; }
        @media (max-width: 550px) {
          .nd-category-page .subcategories-container .pbc-door-gallery__grid .pbc-door-gallery__item {
            padding: 25px 12px 15px; }
            .nd-category-page .subcategories-container .pbc-door-gallery__grid .pbc-door-gallery__item h3 {
              font-size: 26px; } }

@media (min-width: 1200px) {
  .commmonListing_page .proList_right {
    width: 80.3%;
    float: left;
    padding: 0 60px 0 90px;
    position: relative; } }

.quick-shop__section {
  display: none; }

.category-list {
  margin-bottom: 40px; }
  .category-list .sidebar-heading {
    font-family: "Rokkitt", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 24px 0; }
    @media (max-width: 800px) {
      .category-list .sidebar-heading {
        font-size: 28px; } }
    .category-list .sidebar-heading a {
      font-family: "Rokkitt", serif;
      font-weight: 700;
      font-size: 36px;
      line-height: 1;
      text-transform: capitalize; }
      @media (max-width: 800px) {
        .category-list .sidebar-heading a {
          font-size: 28px; } }
  .category-list ul {
    list-style: none;
    margin: 0; }
    .category-list ul li {
      margin-bottom: 10px; }
      .category-list ul li a:hover {
        text-decoration: none; }
    @media (max-width: 991px) {
      .category-list ul {
        display: flex;
        flex-wrap: wrap; }
        .category-list ul li {
          margin: 0 15px 15px 0; } }

.page-sidebar .filter_heading {
  border: 0; }
  .page-sidebar .filter_heading .filter_text {
    font-family: "Rokkitt", serif;
    font-weight: 700;
    font-size: 36px; }
    @media (max-width: 800px) {
      .page-sidebar .filter_heading .filter_text {
        font-size: 28px; } }

.facetedSearch-refineFilters {
  padding-left: 0; }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    font-family: "Rokkitt", serif;
    font-weight: 600;
    font-size: 24px; }

.page-sidebar .accordion-block {
  border-top: 1px solid #C9CCD1;
  padding-left: 0; }
  .page-sidebar .accordion-block.price_filter {
    padding-left: 0; }
  .page-sidebar .accordion-block .accordion-title {
    font-family: "Rokkitt", serif;
    font-weight: 600;
    font-size: 24px; }

.toggleLink.is-open .accordion_sign .toggleLink-text--on {
  transform: rotate(45deg); }

.facetedSearch-navList .button {
  text-transform: capitalize;
  font-weight: 400;
  width: 100%;
  padding: 12px 25px;
  margin: auto;
  max-width: 200px;
  display: inline-block; }
  @media (min-width: 801px) {
    .facetedSearch-navList .button {
      padding: 12px 0;
      background: url(../img/aoc/short-bg-orange.png) !important;
      background-size: 100% 100% !important; }
      .facetedSearch-navList .button:hover, .facetedSearch-navList .button:focus {
        background: url(../img/aoc/short-bg-orange-hover.png) !important;
        background-size: 100% 100% !important; } }

@media (max-width: 550px) {
  .form-minMaxRow .form-field:nth-child(3) {
    text-align: center; } }

.form-minMaxRow .form-input {
  border-radius: 8px;
  border: 1px solid #3C4858; }
  .form-minMaxRow .form-input::placeholder {
    color: #3C4858; }

#product-listing-container .actionBar {
  background: #3C4858;
  border-radius: 50px;
  padding: 18px 20px;
  margin-bottom: 50px; }
  #product-listing-container .actionBar .item-showing {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 15px 10px; }
  #product-listing-container .actionBar .actionBar-section {
    background: #fff;
    border-radius: 25px;
    padding: 7px 20px;
    width: auto; }
    #product-listing-container .actionBar .actionBar-section .form-field .form-label {
      color: #3C4858;
      font-size: 16px;
      border: 0; }
    #product-listing-container .actionBar .actionBar-section .form-field .form-select {
      width: auto;
      letter-spacing: normal;
      font-weight: 400;
      font-size: 16px;
      color: #3C4858;
      text-transform: capitalize;
      background: url(https://cdn11.bigcommerce.com/s-86x9v7li/content/theme/caret-down.png) right center no-repeat; }
  @media (max-width: 500px) {
    #product-listing-container .actionBar {
      border-radius: 10px; }
      #product-listing-container .actionBar .item-showing {
        text-align: center;
        width: 100%;
        padding: 0 0 10px; }
      #product-listing-container .actionBar .actionBar-section {
        float: none; }
        #product-listing-container .actionBar .actionBar-section .form-field .form-label {
          width: 37%; }
        #product-listing-container .actionBar .actionBar-section .form-field .form-select {
          width: 60%; } }

.promo--page .actionBar {
  display: none !important; }

.card .card-figure .card-img-container {
  height: auto !important; }
  .card .card-figure .card-img-container::after {
    padding-bottom: 100% !important; }
  .card .card-figure .card-img-container img {
    max-height: 100% !important;
    margin: 0 !important;
    position: absolute; }

.card .card-figure .card-figcaption {
  display: block !important; }
  .card .card-figure .card-figcaption .card-figcaption-body {
    transform: translate3d(0, -100%, 0);
    top: 90%; }
  .card .card-figure .card-figcaption .card-figcaption-button {
    font-size: 15px;
    padding: 13px 35px;
    line-height: 18px;
    text-transform: capitalize;
    background-image: url(../img/aoc/btn-bg-orange.svg) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border: none !important;
    text-align: center; }
    .card .card-figure .card-figcaption .card-figcaption-button:hover, .card .card-figure .card-figcaption .card-figcaption-button:focus {
      background-image: url(../img/aoc/btn-bg-orange-hover.svg) !important;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
      border: none !important; }
    .card .card-figure .card-figcaption .card-figcaption-button.quickview {
      display: none !important; }
    @media (max-width: 550px) {
      .card .card-figure .card-figcaption .card-figcaption-button {
        font-size: 12px;
        padding: 13px 15px; } }
  .card .card-figure .card-figcaption label.card-figcaption-button {
    display: none !important; }

.card .card-figure:hover .card-figcaption {
  opacity: 1;
  display: block;
  transition: all 0.4s ease; }

.card .card-title {
  height: auto !important; }
  .card .card-title a {
    color: #2F475B;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "DM Sans", sans-serif; }
    .card .card-title a:hover {
      color: #F1612D; }

.card .card-body {
  text-align: left; }

.card .price_lable, .card .price-section {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400 !important;
  color: #2F475B !important;
  font-family: "DM Sans", sans-serif; }

.card .quick-shop__section {
  display: block; }
  .card .quick-shop__section .quick-shop__button {
    font-family: "DM Sans", sans-serif;
    color: #F1612D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin-top: 8px; }
    .card .quick-shop__section .quick-shop__button i {
      margin-right: 5px; }
    .card .quick-shop__section .quick-shop__button:hover {
      text-decoration: underline; }

.card .sale-flag-side {
  height: auto;
  line-height: 50px;
  border-radius: 100%;
  right: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  background: #F2612E;
  background: url(../img/aoc/starwrap-badge-img.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  padding: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center; }
  .card .sale-flag-side .sale-text {
    font-family: "Rokkitt", serif;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-align: center; }

.related-products .card .quick-shop__section {
  display: none !important; }

@media (min-width: 1401px) {
  .main_product .body .container {
    max-width: 1256px;
    padding: 0; } }

@media (max-width: 1400px) {
  .main_product .body .container {
    max-width: 96;
    padding: 0 2%; } }

.nd-product-page--enclosure-section {
  background: #DEE2E5;
  margin-bottom: 50px; }
  @media (max-width: 550px) {
    .nd-product-page--enclosure-section {
      margin-bottom: 25px; } }
  .nd-product-page--enclosure-section .container {
    max-width: 1256px;
    margin: auto; }
  .nd-product-page--enclosure-section ol.breadcrumbs {
    margin: 0;
    padding: 14px 0; }
    @media (max-width: 1200px) {
      .nd-product-page--enclosure-section ol.breadcrumbs {
        padding: 14px 10px; } }
    @media (max-width: 800px) {
      .nd-product-page--enclosure-section ol.breadcrumbs {
        padding: 14px 20px; } }
    .nd-product-page--enclosure-section ol.breadcrumbs .breadcrumb:not(:first-child):before {
      content: "❯";
      color: #3C4858 !important;
      font-size: 10px;
      font-weight: 400; }
    .nd-product-page--enclosure-section ol.breadcrumbs .breadcrumb .breadcrumb-label {
      font-size: 13px;
      color: #3C4858 !important;
      font-weight: 400; }
    .nd-product-page--enclosure-section ol.breadcrumbs .breadcrumb:last-child .breadcrumb-label {
      font-weight: 700; }

@media (min-width: 992px) {
  .nd-product-page .product-section-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    float: none; }
    .nd-product-page .product-section-wrapper .product-col-half {
      float: none;
      position: relative; }
      .nd-product-page .product-section-wrapper .product-col-half.nd-pdp-left-content-no, .nd-product-page .product-section-wrapper .product-col-half.nd-pdp-right-content, .nd-product-page .product-section-wrapper .product-col-half.nd-content-sticky-no {
        flex: 1;
        position: sticky;
        top: 80px;
        align-self: flex-start; }
        .nd-product-page .product-section-wrapper .product-col-half.nd-pdp-left-content-no.nd-content-sticky, .nd-product-page .product-section-wrapper .product-col-half.nd-pdp-right-content.nd-content-sticky, .nd-product-page .product-section-wrapper .product-col-half.nd-content-sticky-no.nd-content-sticky {
          bottom: 0;
          top: -100%; } }

.nd-product-page .productView-images {
  margin-bottom: 24px; }
  @media (max-width: 1150px) and (min-width: 991) {
    .nd-product-page .productView-images {
      margin-bottom: 50px; } }
  @media (max-width: 800px) {
    .nd-product-page .productView-images .productView-image {
      display: none; }
    .nd-product-page .productView-images .productView-thumbnails {
      margin-right: 0; } }
  @media (min-width: 801px) {
    .nd-product-page .productView-images .productView-images-container {
      display: flex; }
      .nd-product-page .productView-images .productView-images-container .productView-image {
        flex: 1;
        order: 2; } }

.nd-product-page .productView-image {
  background: #FFF;
  height: 100%;
  max-height: 100%; }
  .nd-product-page .productView-image .productView-img-container::after {
    padding-bottom: 0; }
  .nd-product-page .productView-image .productView-img-container img {
    border-radius: 24px;
    max-height: 100%; }

.nd-product-page .productView-thumbnails {
  padding: 0; }
  @media (max-width: 991px) {
    .nd-product-page .productView-thumbnails {
      margin-left: 0; } }
  .nd-product-page .productView-thumbnails .productView-thumbnail {
    padding: 0 !important;
    margin-bottom: 10px; }
    .nd-product-page .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      height: auto;
      width: auto;
      max-height: 100%;
      max-width: 100%;
      border: 0;
      border-radius: 8px; }
      .nd-product-page .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
        border: 1px solid #F1612D; }
      .nd-product-page .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:hover {
        border: 1px solid #F1612D; }
      .nd-product-page .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
        border-radius: 8px;
        height: auto;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain; }
  .nd-product-page .productView-thumbnails [data-carousel-tooltip] {
    display: none !important; }
  .nd-product-page .productView-thumbnails .slick-prev, .nd-product-page .productView-thumbnails .slick-next {
    border-radius: 4px;
    border: 1px solid #C1C1C1;
    margin: 0; }
    .nd-product-page .productView-thumbnails .slick-prev:before, .nd-product-page .productView-thumbnails .slick-next:before {
      content: '';
      background-size: contain;
      height: 20px; }
    @media (max-width: 550px) {
      .nd-product-page .productView-thumbnails .slick-prev, .nd-product-page .productView-thumbnails .slick-next {
        display: none !important; } }

.nd-product-page .slick-vertical {
  order: 1;
  position: relative;
  width: 100px;
  height: 100%;
  margin-top: 0;
  margin-right: 20px;
  /* Hide arrows on mobile */ }
  .nd-product-page .slick-vertical .slick-list {
    margin: 0 4px; }
  .nd-product-page .slick-vertical .slick-prev, .nd-product-page .slick-vertical .slick-next {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0px) rotate(90deg) !important;
    cursor: pointer;
    z-index: 2; }
  .nd-product-page .slick-vertical .slick-prev {
    top: -65px;
    height: 85px;
    margin-left: -20px;
    transform: rotate(90deg); }
  .nd-product-page .slick-vertical .slick-next {
    bottom: -65px;
    top: auto;
    height: 85px;
    margin-left: -20px;
    transform: rotate(90deg); }
  @media (max-width: 768px) {
    .nd-product-page .slick-vertical .slick-prev, .nd-product-page .slick-vertical .slick-next {
      top: auto;
      bottom: auto;
      left: auto;
      transform: none; } }

.nd-product-page .product-icon-text-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  max-width: 100%;
  margin: 15px auto 25px;
  width: 100%;
  align-items: flex-start;
  /*  
    @media (max-width:550px){
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; 
        
        
        &::-webkit-scrollbar {
            display: none; 
        }

        .feature-item {
            min-width: 120px;
        }
    }
    */ }
  .nd-product-page .product-icon-text-features .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    padding: 8px;
    flex: 1 1 80px; }
    .nd-product-page .product-icon-text-features .feature-item img {
      width: 64px;
      height: auto;
      flex-shrink: 0;
      margin-bottom: 8px; }
    .nd-product-page .product-icon-text-features .feature-item span {
      font-family: "Rokkitt", serif;
      font-weight: 600;
      color: #1a1a1a;
      font-size: 14px;
      line-height: 18px;
      text-align: center; }
  @media (max-width: 1280px) {
    .nd-product-page .product-icon-text-features {
      justify-content: space-evenly; } }
  @media (max-width: 800px) {
    .nd-product-page .product-icon-text-features .feature-item {
      max-width: 220px; } }
  @media (max-width: 480px) {
    .nd-product-page .product-icon-text-features {
      justify-content: center; }
      .nd-product-page .product-icon-text-features .feature-item {
        max-width: 33%;
        min-width: 33%;
        padding: 10px 0px; } }

.nd-product-page .productView-description {
  margin: 25px 0 0; }
  @media (max-width: 800px) {
    .nd-product-page .productView-description {
      padding: 0 !important;
      margin: 0 !important;
      margin-bottom: 24px !important; } }

.nd-product-page .tabs {
  border: 0; }
  @media (min-width: 491px) {
    .nd-product-page .tabs {
      border-bottom: 2px solid #F1612D;
      overflow-y: hidden; } }
  .nd-product-page .tabs .tab {
    border: 0;
    width: auto;
    background-image: url(../img/aoc/btn-bg-grey.svg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 491px) {
      .nd-product-page .tabs .tab {
        margin-bottom: -5px; } }
    @media (min-width: 491px) and (max-width: 991px) {
      .nd-product-page .tabs .tab {
        float: left; } }
    .nd-product-page .tabs .tab .tab-title {
      height: 55px;
      padding: 10px 30px;
      font-size: 24px;
      color: #3C4858;
      font-family: "Rokkitt", serif;
      text-decoration: none !important;
      font-weight: 700; }
      @media (min-width: 491px) {
        .nd-product-page .tabs .tab .tab-title {
          margin-bottom: 5px; } }
      @media (max-width: 1460px) {
        .nd-product-page .tabs .tab .tab-title {
          padding: 10px 20px; } }
      @media (max-width: 1100px) {
        .nd-product-page .tabs .tab .tab-title {
          padding: 10px; } }
      @media (min-width: 681px) and (max-width: 991px) {
        .nd-product-page .tabs .tab .tab-title {
          padding: 10px 30px; } }
      @media (min-width: 551px) and (max-width: 680px) {
        .nd-product-page .tabs .tab .tab-title {
          padding: 10px 20px; } }
      @media (min-width: 491px) and (max-width: 550px) {
        .nd-product-page .tabs .tab .tab-title {
          padding: 10px 15px; } }
      .nd-product-page .tabs .tab .tab-title > span, .nd-product-page .tabs .tab .tab-title > i {
        display: inline-block;
        font-weight: 400;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 5px; }
    .nd-product-page .tabs .tab:hover .tab-title {
      color: #F1612D; }
    .nd-product-page .tabs .tab.is-active {
      border: 0;
      width: auto;
      background-image: url(../img/aoc/btn-bg-orange.svg) !important;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
      .nd-product-page .tabs .tab.is-active .tab-title {
        color: #fff; }

.nd-product-page .tabs-contents {
  margin-bottom: 0; }
  .nd-product-page .tabs-contents .tab-content {
    padding-bottom: 0; }

.nd-product-page .product_faq .cms_content {
  padding: 0;
  margin: 0;
  width: 100%; }
  .nd-product-page .product_faq .cms_content .accordion_block li {
    border-bottom: 1px solid #c9ccd1; }
    .nd-product-page .product_faq .cms_content .accordion_block li:first-child {
      border-top: 1px solid #c9ccd1; }
    .nd-product-page .product_faq .cms_content .accordion_block li .accordion_question {
      background: none;
      position: relative;
      color: #3C4858; }
      .nd-product-page .product_faq .cms_content .accordion_block li .accordion_question p {
        font-family: "Rokkitt", serif;
        font-weight: 700;
        font-size: 18px; }
      .nd-product-page .product_faq .cms_content .accordion_block li .accordion_question:before {
        font-family: "Font Awesome 6 Free";
        /* Or "Font Awesome 5 Free" depending on version */
        content: "\f078";
        /* Unicode for fa-chevron-down */
        font-weight: 900;
        /* Needed for 'solid' style */
        position: absolute;
        right: 0;
        font-size: 13px;
        color: #3C4858; }
    .nd-product-page .product_faq .cms_content .accordion_block li.is_active .accordion_question {
      color: #F1612D;
      background: none; }
      .nd-product-page .product_faq .cms_content .accordion_block li.is_active .accordion_question:before {
        font-family: "Font Awesome 6 Free";
        /* Or "Font Awesome 5 Free" depending on version */
        content: "\f077";
        /* Unicode for fa-chevron-down */
        font-weight: 900;
        /* Needed for 'solid' style */
        color: #F1612D; }

.nd-product-page .productReviews-list .productReview .productReview-title {
  font-size: 12px;
  font-weight: 700;
  color: #3C4858;
  text-transform: uppercase; }

.nd-product-page .productReviews-list .productReview .productReview-body {
  font-size: 15px;
  line-height: 1;
  color: #3C4858; }

.nd-product-page .productReviews-list .productReview .productReview-author {
  font-size: 12px;
  font-weight: 700;
  color: #3C4858;
  text-transform: uppercase; }

.nd-product-page .productReviews .pagination-list {
  text-align: left; }

.nd-product-page .productView-rating {
  margin-top: 0; }

.nd-product-page .product-heading.productView-title {
  font-family: "Rokkitt", serif;
  font-weight: 600; }

.nd-product-page .more-detail-product {
  text-decoration: underline;
  color: #2F475B; }

.nd-product-page .review_detail {
  display: none !important; }

.nd-product-page .customize-order {
  display: inline-block;
  max-width: 100%;
  padding: 15px 45px;
  font-weight: 400;
  height: fit-content;
  width: fit-content;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  border: none !important;
  color: #3C4858;
  background-image: url(../img/aoc/btn-bg-grey.svg) !important;
  color: #3C4858;
  width: 100%; }
  .nd-product-page .customize-order:hover, .nd-product-page .customize-order:focus {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    border: none !important; }
  .nd-product-page .customize-order:hover, .nd-product-page .customize-order:focus {
    color: #fff;
    background-image: url(../img/aoc/btn-bg-orange.svg) !important; }

.nd-product-page .productView-options {
  padding: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #c9ccd1;
  /* Default state: show + */ }
  .nd-product-page .productView-options .variantOptions {
    position: absolute;
    top: 7px;
    right: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.42px;
    color: #F2612E; }
  .nd-product-page .productView-options .row-custom {
    border-top: 1px solid #c9ccd1;
    padding: 20px 0 0; }
    @media (max-width: 767px) {
      .nd-product-page .productView-options .row-custom {
        padding: 20px 0 0; } }
  .nd-product-page .productView-options .row-option {
    border-top: 1px solid #c9ccd1; }
  .nd-product-page .productView-options .inc-count {
    position: relative;
    padding-right: 20px;
    /* reserve space for the icon */
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    /* Default: show + */
    /* active state - cross icon */ }
    .nd-product-page .productView-options .inc-count .form-label {
      font-family: "Rokkitt", serif;
      font-weight: 600;
      color: #3C4858;
      font-size: 20px;
      margin: 0; }
      .nd-product-page .productView-options .inc-count .form-label .sub-note {
        font-family: "DM Sans", sans-serif;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        display: block; }
    .nd-product-page .productView-options .inc-count:hover .index-count {
      background: #F1612D; }
    .nd-product-page .productView-options .inc-count:hover .form-label {
      color: #F1612D; }
    .nd-product-page .productView-options .inc-count.completed .index-count {
      background: #1A860C; }
    .nd-product-page .productView-options .inc-count:after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      transform: translateY(-50%) rotate(45deg);
      /* plus icon as background */
      background-image: url('data:image/svg+xml;utf8,            <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15">            <line x1="2" y1="2" x2="13" y2="13" stroke="%23F1612D" stroke-width="2"/>            <line x1="2" y1="13" x2="13" y2="2" stroke="%23F1612D" stroke-width="2"/>            </svg>'); }
    .nd-product-page .productView-options .inc-count.active:after {
      transform: translateY(-50%) rotate(0deg);
      background-image: url('data:image/svg+xml;utf8,                <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15">                <line x1="2" y1="2" x2="13" y2="13" stroke="%23F1612D" stroke-width="2"/>                <line x1="2" y1="13" x2="13" y2="2" stroke="%23F1612D" stroke-width="2"/>                </svg>'); }
    .nd-product-page .productView-options .inc-count.active .form-label {
      color: #F1612D; }
  .nd-product-page .productView-options .main-area {
    padding: 0 0 24px 40px !important; }
    .nd-product-page .productView-options .main-area .form-option-wrapper {
      width: 25%;
      float: left; }
    .nd-product-page .productView-options .main-area .form-option {
      border: 1px solid #3C4858; }
    .nd-product-page .productView-options .main-area .form-select {
      border: 1px solid #3C4858;
      border-radius: 10px;
      background-image: url(../img/aoc/select-bg-caret.png);
      background-position: 96% center; }
    .nd-product-page .productView-options .main-area:hover .form-select {
      border: 1px solid #F1612D; }
    .nd-product-page .productView-options .main-area:hover .form-option {
      border: 1px solid #F1612D; }
  .nd-product-page .productView-options .form-select {
    width: 100%; }
  .nd-product-page .productView-options .single-row-option .inc-count {
    width: 100%; }
  .nd-product-page .productView-options .single-row-option .main-area {
    width: 100%;
    margin: 0; }
  .nd-product-page .productView-options .single-row-option .select-options {
    position: relative; }

.nd-product-page .productView-options .privacy-lock-parent .form-select, .nd-product-page .productView-options .soft-close-option-parent .form-select, .nd-product-page .productView-options .header-board-option-parent .form-select {
  color: #3C4858;
  font-weight: 400; }

.nd-product-page .productView-options .tooltip-wrapper {
  display: none;
  transition: none;
  margin: 5px 0 0;
  position: absolute;
  left: 95px;
  right: 0;
  background: #ece8dd;
  width: 380px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  z-index: 7;
  padding: 15px 15px 20px 15px; }
  .nd-product-page .productView-options .tooltip-wrapper .tooltip-title {
    margin: 0 0 7px;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.42px;
    font-family: "Rokkitt", serif;
    font-weight: 400;
    text-transform: capitalize; }
  .nd-product-page .productView-options .tooltip-wrapper .content-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .nd-product-page .productView-options .tooltip-wrapper .content-wrap .img {
      width: 165px; }
      .nd-product-page .productView-options .tooltip-wrapper .content-wrap .img img {
        max-height: 100%; }
      .nd-product-page .productView-options .tooltip-wrapper .content-wrap .img.fullwidth {
        width: 100%;
        text-align: center;
        margin: 0 0 10px; }
    .nd-product-page .productView-options .tooltip-wrapper .content-wrap .contern-wrap {
      color: #3C4858;
      width: calc(100% - 170px);
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.14px;
      padding: 0 0 0 15px; }
      .nd-product-page .productView-options .tooltip-wrapper .content-wrap .contern-wrap p {
        margin: 0; }
      .nd-product-page .productView-options .tooltip-wrapper .content-wrap .contern-wrap.fullwidth {
        width: 100%; }
        .nd-product-page .productView-options .tooltip-wrapper .content-wrap .contern-wrap.fullwidth ul {
          margin: 0 0 0 8px; }
  .nd-product-page .productView-options .tooltip-wrapper.swatche-wrapper {
    left: auto;
    margin: -2px 0 0;
    right: auto;
    top: 100%; }
  @media (max-width: 550px) {
    .nd-product-page .productView-options .tooltip-wrapper {
      width: auto;
      left: 0; }
      .nd-product-page .productView-options .tooltip-wrapper .content-wrap {
        width: 100%; }
        .nd-product-page .productView-options .tooltip-wrapper .content-wrap .contern-wrap {
          width: 100%; } }

.nd-product-page .productView-options .rail-hardware-parent .tooltip-wrapper .content-wrap .img img {
  max-height: 320px; }

.nd-product-page .productView-options .form-label--inlineSmall .icon-question:hover .tooltip-wrapper {
  margin-top: -5px;
  display: block;
  transition: none; }

.nd-product-page .productView-options .main-area .form-option-wrapper .form-option:hover .swatche-wrapper {
  display: block;
  left: auto !important;
  right: auto !important; }

.nd-product-page .productView-options .main-area .form-option-wrapper .form-option:hover .form-option-variant:after {
  display: block; }

.nd-product-page .productView-options .main-area .form-option-wrapper:nth-child(4n + 3) .tooltip-wrapper.swatche-wrapper,
.nd-product-page .productView-options .main-area .form-option-wrapper:nth-child(4n + 4) .tooltip-wrapper.swatche-wrapper {
  left: auto !important;
  right: 0 !important; }

.nd-product-page .shipping-info-card {
  background-color: #DEE2E5;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  font-family: "DM Sans", sans-serif;
  color: #3C4858; }
  .nd-product-page .shipping-info-card__icon-container {
    position: relative;
    flex-shrink: 0; }
  .nd-product-page .shipping-info-card__icon {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-right: 10px;
    object-fit: contain; }
  .nd-product-page .shipping-info-card__content {
    flex-grow: 1;
    min-width: 0; }
  .nd-product-page .shipping-info-card__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5rem;
    flex-wrap: wrap; }
  .nd-product-page .shipping-info-card__title {
    color: #3C4858;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: "Rokkitt", serif;
    text-transform: capitalize; }
  .nd-product-page .shipping-info-card__link {
    font-size: 14px;
    color: #3C4858;
    text-decoration: underline;
    white-space: nowrap; }
    .nd-product-page .shipping-info-card__link:hover {
      color: #2D3748; }
  .nd-product-page .shipping-info-card__description {
    font-size: 14px;
    line-height: 1.6;
    margin: 0; }

.nd-product-page .addtocart-stickey-bottom {
  background: #F1612D; }
  .nd-product-page .addtocart-stickey-bottom .price-addtocart-section {
    max-width: 1256px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px 25px;
    margin: auto; }
    @media (min-width: 1760px) {
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section {
        padding-bottom: 0; } }
    @media (max-width: 991px) {
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section {
        flex-direction: column;
        align-items: flex-end;
        align-items: flex-end;
        padding: 0 10px 30px; } }
    .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price {
      margin: 10px 15px 5px;
      width: auto;
      padding: 0; }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price * {
        color: #fff; }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price .total-lbl {
        margin-right: 24px; }
      @media (max-width: 991px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price {
          margin: 0px auto; } }
      @media (max-width: 550px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price {
          padding: 0;
          display: flex;
          flex-direction: row;
          align-items: center;
          width: 100%;
          text-align: center;
          margin: 0px auto; }
          .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price .total-lbl, .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .total-price .price-lbl {
            width: 100%;
            padding: 0;
            margin: 0px auto;
            display: flex;
            justify-content: center;
            font-size: 26px; } }
    .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
      margin: 10px 15px 5px;
      width: auto;
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
          margin: 0px auto; } }
      @media (max-width: 550px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row {
          display: flex;
          justify-content: center;
          align-items: center; } }
      @media (max-width: 550px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty {
          width: auto;
          margin: 5px;
          float: none;
          text-align: center; } }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty .form-label {
        color: #fff; }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty .form-field--increments.form-field {
        margin: 0; }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty .form-field--increments .form-increment {
        background: #fff;
        border-radius: 10px; }
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty .form-field--increments .form-increment .form-input--incrementTotal {
          color: #3C4858;
          text-align: center; }
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty .form-field--increments .form-increment .button {
          color: #3C4858; }
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .bottom-row .popup_qty .form-field--increments .form-increment .button--icon .icon svg {
          fill: #3C4858; }
    @media (max-width: 550px) {
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .btn_wrapper .sticky-addtocart-btn {
        padding: 14px 20px;
        margin: 5px; } }
    .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .wishlist-btn-box {
      margin: 0;
      border: 0; }
      @media (max-width: 991px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .wishlist-btn-box {
          margin: 0; } }
      @media (max-width: 550px) {
        .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .wishlist-btn-box {
          margin: 0;
          padding: 0; } }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .wishlist-btn-box .sticky-wishlist-btn label {
        color: #fff;
        font-size: 13px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle; }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .wishlist-btn-box .sticky-wishlist-btn span {
        color: #e3e3e3;
        width: 32px;
        display: inline-block;
        font-size: 32px;
        line-height: 28px;
        height: 32px;
        vertical-align: middle; }
      .nd-product-page .addtocart-stickey-bottom .price-addtocart-section .wishlist-btn-box .sticky-wishlist-btn:hover label {
        text-decoration: underline; }

@media screen and (max-width: 991px) {
  .nd-product-page .mobile_product_title {
    display: block !important;
    float: left;
    width: 100%; }
    .nd-product-page .mobile_product_title .container {
      padding: 0; }
  .nd-product-page .productView-details.product-data, .nd-product-page .productView-details {
    padding: 0 15px;
    margin: 1px 0 0 0; }
  .nd-product-page .mobile_product_title .productView-details.product-data {
    padding: 0; }
  .nd-product-page .product-col-half .product-data .productView-title,
  .nd-product-page .product-col-half .product-data .product-short-desc,
  .nd-product-page .product-col-half .product-data .productView-rating,
  .nd-product-page .product-col-half .product-data .customize-order-btn {
    display: none; } }

.nd-product-page .related-products h2 {
  font-family: "Rokkitt", serif;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 700; }
  @media (max-width: 800px) {
    .nd-product-page .related-products h2 {
      font-size: 36px; } }

@media (max-width: 550px) {
  .modal-body.quickView {
    padding: 5px; } }

.modal-body.quickView .product-section-wrapper {
  padding-bottom: 100px; }
  @media (max-width: 800px) {
    .modal-body.quickView .product-section-wrapper {
      padding-bottom: 200px; } }
  @media (max-width: 550px) {
    .modal-body.quickView .product-section-wrapper {
      padding-bottom: 360px; } }

.modal-body.quickView .addtocart-stickey-bottom .price-addtocart-section {
  padding-bottom: 0px; }

.main_product .footer .footer_newsletter {
  display: block !important; }

.previewCart .productView .productView-image {
  margin: 0;
  justify-content: flex-start;
  justify-content: center; }
  .previewCart .productView .productView-image .productView-img-container {
    margin: 0; }

@media (min-width: 801px) and (max-width: 991px) {
  .previewCart .productView .productView-details {
    text-align: center; } }

.previewCartCheckout-additionalCheckoutButtons p {
  text-align: center; }

.nd-cms-page .cms_block {
  padding: 0 10px; }
  .nd-cms-page .cms_block .cms_left {
    width: 25%;
    margin-right: 8%;
    float: left;
    background: none;
    padding: 54px 10px;
    padding-left: 0 !important;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .nd-cms-page .cms_block .cms_left {
        width: 100%;
        height: auto;
        padding: 54px 10px; } }
    @media screen and (max-width: 767px) {
      .nd-cms-page .cms_block .cms_left {
        padding: 25px 10px; } }
    .nd-cms-page .cms_block .cms_left .sidebar_title {
      font-family: "Rokkitt", serif;
      font-size: 36px;
      font-weight: 600;
      line-height: 1; }
      @media (max-width: 800px) {
        .nd-cms-page .cms_block .cms_left .sidebar_title {
          font-size: 28px; } }
    .nd-cms-page .cms_block .cms_left .navBar-section {
      border: 0; }
      @media (max-width: 550px) {
        .nd-cms-page .cms_block .cms_left .navBar-section {
          width: 100%; } }
      .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item {
        margin: 0 0 5px; }
        @media (max-width: 991px) {
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item {
            width: auto;
            float: left;
            margin-right: 5px; } }
        @media (max-width: 550px) {
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item {
            width: 100%;
            float: none;
            margin-right: 0; } }
        .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action {
          display: inline-block;
          max-width: 100%;
          padding: 15px 45px;
          font-weight: 400;
          height: fit-content;
          width: fit-content;
          background-size: 100% 100% !important;
          background-repeat: no-repeat !important;
          border: none !important;
          color: #3C4858;
          background-image: url(../img/aoc/btn-bg-grey.svg) !important;
          padding: 23px 45px 23px 25px;
          text-transform: capitalize;
          font-size: 16px;
          font-weight: 600;
          width: 100%;
          position: relative; }
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action:hover, .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action:focus {
            background-size: 100% 100% !important;
            background-repeat: no-repeat !important;
            border: none !important; }
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action:hover, .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action:focus {
            color: #fff;
            background-image: url(../img/aoc/btn-bg-orange.svg) !important; }
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action:after {
            content: "\f061";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            display: none !important;
            margin-left: 0.5rem;
            font-size: 0.875rem;
            vertical-align: middle;
            position: absolute;
            left: auto;
            right: 22px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: auto;
            height: auto; }
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item .navBar-action:hover:after {
            display: inline-block !important; }
        .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item.active .navBar-action {
          background-image: url(../img/aoc/btn-bg-orange.svg) !important;
          color: #fff; }
          .nd-cms-page .cms_block .cms_left .navBar-section .navBar-item.active .navBar-action:after {
            display: inline-block; }
  .nd-cms-page .cms_block .cms_right {
    background: none;
    width: 100%;
    padding-top: 54px; }
    @media (max-width: 550px) {
      .nd-cms-page .cms_block .cms_right {
        padding-top: 25px; } }
    .nd-cms-page .cms_block .cms_right .page_subHeading {
      display: none !important;
      font-family: "Rokkitt", serif;
      font-weight: 700;
      padding: 42px 0px 24px; }
      .nd-cms-page .cms_block .cms_right .page_subHeading .title_icon {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative;
        left: auto;
        top: auto; }
    .nd-cms-page .cms_block .cms_right .cms_content {
      max-width: 100%;
      margin: 0; }
      @media only screen and (max-width: 1199px) {
        .nd-cms-page .cms_block .cms_right .cms_content {
          max-width: 100%;
          margin: 0;
          padding: 0 20px; } }
      .nd-cms-page .cms_block .cms_right .cms_content p, .nd-cms-page .cms_block .cms_right .cms_content label, .nd-cms-page .cms_block .cms_right .cms_content a, .nd-cms-page .cms_block .cms_right .cms_content span, .nd-cms-page .cms_block .cms_right .cms_content li {
        font-family: "DM Sans", sans-serif !important;
        color: #2F475B !important; }
      .nd-cms-page .cms_block .cms_right .cms_content h1, .nd-cms-page .cms_block .cms_right .cms_content h2, .nd-cms-page .cms_block .cms_right .cms_content h3, .nd-cms-page .cms_block .cms_right .cms_content h4, .nd-cms-page .cms_block .cms_right .cms_content h5 {
        font-family: "Rokkitt", serif !important;
        font-weight: 600 !important;
        color: #2F475B !important;
        margin-top: 0;
        line-height: 1; }
        .nd-cms-page .cms_block .cms_right .cms_content h1 > span, .nd-cms-page .cms_block .cms_right .cms_content h1 a, .nd-cms-page .cms_block .cms_right .cms_content h1 label, .nd-cms-page .cms_block .cms_right .cms_content h2 > span, .nd-cms-page .cms_block .cms_right .cms_content h2 a, .nd-cms-page .cms_block .cms_right .cms_content h2 label, .nd-cms-page .cms_block .cms_right .cms_content h3 > span, .nd-cms-page .cms_block .cms_right .cms_content h3 a, .nd-cms-page .cms_block .cms_right .cms_content h3 label, .nd-cms-page .cms_block .cms_right .cms_content h4 > span, .nd-cms-page .cms_block .cms_right .cms_content h4 a, .nd-cms-page .cms_block .cms_right .cms_content h4 label, .nd-cms-page .cms_block .cms_right .cms_content h5 > span, .nd-cms-page .cms_block .cms_right .cms_content h5 a, .nd-cms-page .cms_block .cms_right .cms_content h5 label {
          font-family: "Rokkitt", serif !important;
          font-weight: 600 !important;
          color: #2F475B !important;
          line-height: 1; }
      .nd-cms-page .cms_block .cms_right .cms_content h1 {
        font-weight: 700 !important;
        margin-top: 0; }
        .nd-cms-page .cms_block .cms_right .cms_content h1 > span, .nd-cms-page .cms_block .cms_right .cms_content h1 a, .nd-cms-page .cms_block .cms_right .cms_content h1 label {
          font-weight: 600 !important;
          line-height: 1; }
      .nd-cms-page .cms_block .cms_right .cms_content img {
        border-radius: 24px; }
      .nd-cms-page .cms_block .cms_right .cms_content .buy_img {
        margin-bottom: 24px; }
  .nd-cms-page .cms_block .cms_left ~ .cms_right {
    background: none;
    width: 67%;
    padding-top: 54px; }
    @media screen and (max-width: 991px) {
      .nd-cms-page .cms_block .cms_left ~ .cms_right {
        width: 100%;
        padding-top: 54px; } }
    @media screen and (max-width: 550px) {
      .nd-cms-page .cms_block .cms_left ~ .cms_right {
        padding-top: 25px; } }

.nd-cms-page .cms-p-section-heading {
  font-family: "Rokkitt", serif;
  padding: 50px 10px;
  text-align: center;
  background-color: #E94A11;
  background-image: url("../img/aoc/broken-border-2.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat; }
  .nd-cms-page .cms-p-section-heading.generic-heading {
    margin-bottom: 24px; }
  @media (max-width: 550px) {
    .nd-cms-page .cms-p-section-heading {
      margin-bottom: 60px; } }
  .nd-cms-page .cms-p-section-heading .container {
    max-width: 1366px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important; }
    @media (max-width: 550px) {
      .nd-cms-page .cms-p-section-heading .container {
        display: block; } }
  .nd-cms-page .cms-p-section-heading .cms-p-header {
    width: 25%;
    margin-right: 8%; }
    .nd-cms-page .cms-p-section-heading .cms-p-header h1, .nd-cms-page .cms-p-section-heading .cms-p-header h2 {
      font-size: 90px;
      font-size: 5.6vw;
      line-height: 0.9;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      text-align: left;
      color: #fff; }
    @media (max-width: 550px) {
      .nd-cms-page .cms-p-section-heading .cms-p-header {
        width: 100%;
        margin: 0; }
        .nd-cms-page .cms-p-section-heading .cms-p-header h1, .nd-cms-page .cms-p-section-heading .cms-p-header h2 {
          text-align: center;
          font-size: 42px;
          margin-bottom: 24px; } }
    .nd-cms-page .cms-p-section-heading .cms-p-header.full-width--center {
      width: 100%;
      margin: 0;
      padding: 4% 0px; }
      .nd-cms-page .cms-p-section-heading .cms-p-header.full-width--center h1, .nd-cms-page .cms-p-section-heading .cms-p-header.full-width--center h2 {
        text-align: center;
        margin: 0; }
  .nd-cms-page .cms-p-section-heading .cms-p-body {
    position: relative;
    width: 67%; }
    @media (max-width: 550px) {
      .nd-cms-page .cms-p-section-heading .cms-p-body {
        width: 100%; } }
    .nd-cms-page .cms-p-section-heading .cms-p-body .cms-p-image {
      background: none;
      margin-bottom: -25%; }
      .nd-cms-page .cms-p-section-heading .cms-p-body .cms-p-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 64px; }
        @media (max-width: 991px) {
          .nd-cms-page .cms-p-section-heading .cms-p-body .cms-p-image img {
            border-radius: 32px; } }
        @media (max-width: 550px) {
          .nd-cms-page .cms-p-section-heading .cms-p-body .cms-p-image img {
            border-radius: 16px; } }

.nd-cms-page.default_cms .page_subHeading .title_icon {
  top: 0 !important;
  left: 0 !important; }

.nd-cms-content h2, .nd-cms-content .section-heading {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #253746;
  margin-bottom: 24px; }
  @media (max-width: 800px) {
    .nd-cms-content h2, .nd-cms-content .section-heading {
      font-size: 36px; } }

.nd-cms-content h3 {
  font-size: 36px; }
  @media (max-width: 800px) {
    .nd-cms-content h3 {
      font-size: 28px; } }

.nd-cms-content h4 {
  font-size: 28px; }
  @media (max-width: 800px) {
    .nd-cms-content h4 {
      font-size: 24px; } }

.nd-cms-content h5 {
  font-size: 24px; }
  @media (max-width: 800px) {
    .nd-cms-content h5 {
      font-size: 20px; } }

.nd-cms-content h3, .nd-cms-content h4, .nd-cms-content h5 {
  line-height: 1;
  font-weight: 700;
  color: #253746;
  margin-bottom: 24px; }

.nd-cms-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #253746;
  margin-bottom: 24px; }

.nd-cms-content .section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #253746;
  margin-bottom: 32px; }

.nd-cms-content .round-edges {
  border-radius: 64px; }
  @media (max-width: 991px) {
    .nd-cms-content .round-edges {
      border-radius: 32px; } }
  @media (max-width: 550px) {
    .nd-cms-content .round-edges {
      border-radius: 16px; } }

.nd-cms-content .cms-content--centered {
  text-align: center; }

.nd-cms-content .text-align--center {
  text-align: center; }

.nd-cms-content .bg-round-grey--container {
  background: #DEE2E5;
  border-radius: 146px;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  margin-bottom: 48px; }
  .nd-cms-content .bg-round-grey--container .partner-circle {
    margin: 5px; }

.nd-cms-content img {
  height: auto;
  max-width: 100%;
  display: block; }

.nd-cms-content .feature-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0px; }
  .nd-cms-content .feature-item:last-child {
    border-bottom: none; }
  .nd-cms-content .feature-item img {
    margin-right: 16px;
    width: 80px;
    height: 80px; }
  .nd-cms-content .feature-item .text-content {
    text-align: left;
    color: #2F475B; }
    .nd-cms-content .feature-item .text-content span {
      font-size: 28px;
      font-weight: 700;
      font-family: "Rokkitt", serif; }
      @media (max-width: 800px) {
        .nd-cms-content .feature-item .text-content span {
          font-size: 24px; } }
      .nd-cms-content .feature-item .text-content span br {
        display: none; }
    .nd-cms-content .feature-item .text-content p {
      margin: 0; }
    .nd-cms-content .feature-item .text-content a {
      color: #F1612D; }

.nd-cms-content .rounded-dotted-border {
  border: 4px dotted #F1612D;
  border-radius: 64px;
  padding: 24px;
  margin-bottom: 48px; }
  @media (max-width: 991px) {
    .nd-cms-content .rounded-dotted-border {
      border-radius: 32px; } }
  @media (max-width: 550px) {
    .nd-cms-content .rounded-dotted-border {
      border-radius: 16px; } }

.nd-cms-content .no-margin-top {
  margin-top: 0; }

.nd-cms-content .no-margin-bottom {
  margin-bottom: 0; }

.nd-cms-content .font-weight--regular {
  font-weight: 400; }

.nd-cms-content .font-weight--medium {
  font-weight: 500; }

.nd-cms-content .font-weight--semibold {
  font-weight: 600; }

.nd-cms-content .font-weight--bold {
  font-weight: 700; }

.nd-cms-content .font-weight--extrabold {
  font-weight: 800; }

.nd-cms-content .font-weight--black {
  font-weight: 900; }

.nd-cms-content hr {
  color: #253746; }

.nd-cms-content .round-border {
  border-radius: 64px; }
  @media (max-width: 991px) {
    .nd-cms-content .round-border {
      border-radius: 32px; } }
  @media (max-width: 550px) {
    .nd-cms-content .round-border {
      border-radius: 16px; } }

.nd-cms-content .two-columns {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px; }
  @media screen and (max-width: 800px), (min-width: 992px) and (max-width: 1300px) {
    .nd-cms-content .two-columns {
      flex-direction: column; } }
  .nd-cms-content .two-columns .img-content {
    padding: 12px;
    width: 50%; }
    @media screen and (max-width: 800px), (min-width: 992px) and (max-width: 1300px) {
      .nd-cms-content .two-columns .img-content {
        width: 100%; } }
    .nd-cms-content .two-columns .img-content img {
      width: 100%; }
  .nd-cms-content .two-columns .text-content {
    padding: 12px;
    width: 50%; }
    @media screen and (max-width: 800px), (min-width: 992px) and (max-width: 1300px) {
      .nd-cms-content .two-columns .text-content {
        width: 100%; } }

.nd-cms-content .flow-img-text {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .nd-cms-content .flow-img-text .img-content {
    order: 1; }
  .nd-cms-content .flow-img-text .text-content {
    order: 2; }

.nd-cms-content .flow-text-img {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .nd-cms-content .flow-text-img .img-content {
    order: 2; }
    @media screen and (max-width: 800px), (min-width: 992px) and (max-width: 1300px) {
      .nd-cms-content .flow-text-img .img-content {
        order: 1; } }
  .nd-cms-content .flow-text-img .text-content {
    order: 1; }
    @media screen and (max-width: 800px), (min-width: 992px) and (max-width: 1300px) {
      .nd-cms-content .flow-text-img .text-content {
        order: 2; } }

.nd-cms-content .cms-pdf-block {
  margin: 0 0 24px;
  display: inline-block;
  width: 100%; }
  .nd-cms-content .cms-pdf-block h2 {
    max-width: 100% !important; }
  .nd-cms-content .cms-pdf-block ul {
    list-style: none;
    margin: 0; }
    .nd-cms-content .cms-pdf-block ul li a {
      background: url("http://cdn11.bigcommerce.com/s-86x9v7li/content/theme/pdf-icon.svg");
      background-position: 20px;
      background-repeat: no-repeat;
      background-size: 15px;
      position: relative;
      padding: 17px 50px 17px 40px;
      display: inline-block;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 1.25px;
      font-weight: 600;
      text-transform: uppercase;
      width: 100%;
      border: 1px solid #253746;
      color: #253746;
      border-radius: 32px;
      margin-bottom: 8px; }
      .nd-cms-content .cms-pdf-block ul li a:after {
        content: "download";
        font-style: normal;
        font-family: 'Material Symbols Outlined';
        font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
        font-feature-settings: 'liga';
        width: 24px;
        background: #F1612D;
        color: #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        width: 36px;
        height: 36px;
        text-align: center;
        border-radius: 50%;
        padding: 5px 0px;
        font-size: 20px; }
      .nd-cms-content .cms-pdf-block ul li a:hover {
        color: #F1612D;
        border: 1px solid #F1612D; }
        .nd-cms-content .cms-pdf-block ul li a:hover:after {
          background: #E94A11;
          color: #fff; }
      @media (max-width: 800px) {
        .nd-cms-content .cms-pdf-block ul li a {
          font-size: 13px;
          line-height: 1; } }

.nd-cms-content .cms-video-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1%;
  list-style: none;
  padding: 0; }
  .nd-cms-content .cms-video-block ul li {
    width: 48%;
    margin: 1%;
    margin-bottom: 24px; }
    @media screen and (max-width: 800px), (min-width: 992px) and (max-width: 1200px) {
      .nd-cms-content .cms-video-block ul li {
        width: 98%; } }
    .nd-cms-content .cms-video-block ul li .cms-video-responsive {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* 16:9 aspect ratio (9/16 = 0.5625) */
      height: 0;
      overflow: hidden;
      border-radius: 16px; }
      .nd-cms-content .cms-video-block ul li .cms-video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
    .nd-cms-content .cms-video-block ul li .cms-video-text {
      font-family: "Rokkitt", serif;
      font-size: 24px;
      font-weight: 700;
      margin-top: 12px; }

.nd-cms-content .procedure-list {
  text-align: left; }
  .nd-cms-content .procedure-list ul {
    list-style: none;
    margin: 0;
    margin-left: 26px;
    border-left: 5px dotted #253746; }
    .nd-cms-content .procedure-list ul li {
      margin-bottom: 60px;
      padding: 0;
      padding-left: 36px;
      text-align: left;
      position: relative;
      display: flex;
      align-items: center; }
      .nd-cms-content .procedure-list ul li .circle-icon {
        display: inline-block;
        background: #F1612D;
        font-family: "Rokkitt", serif;
        color: #fff;
        font-size: 36px;
        font-weight: 600;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        text-align: center;
        padding: 19px 0;
        position: absolute;
        left: -30px; }
      .nd-cms-content .procedure-list ul li .text-label {
        display: inline-block;
        font-weight: 500;
        font-size: 15px; }

.nd-cms-content .address-info {
  border-radius: 24px;
  background: #DEE2E5;
  padding: 24px; }
  .nd-cms-content .address-info p {
    margin: 0;
    border-left: 5px solid #F1612D;
    font-weight: bold;
    padding-left: 12px;
    font-size: 16px; }

.vtp-section-heading {
  font-family: "Rokkitt", serif; }
  .vtp-section-heading .vtp-header {
    padding: 50px 20px;
    text-align: center;
    background-color: #E94A11;
    background-image: url("../img/aoc/broken-border-2.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    padding-bottom: 30vh; }
    .vtp-section-heading .vtp-header h1, .vtp-section-heading .vtp-header h2 {
      font-size: 96px;
      font-size: 6vw;
      line-height: 0.9;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      margin-bottom: 40px; }
  .vtp-section-heading .vtp-body {
    display: flex;
    border-radius: 60px;
    overflow: hidden;
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
    margin-top: -30vh; }
    .vtp-section-heading .vtp-body .vtp-image {
      flex: 1; }
      .vtp-section-heading .vtp-body .vtp-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .vtp-section-heading .vtp-body .vtp-content {
      flex: 1;
      background-color: #253746;
      color: #fff;
      padding: 3rem 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: baseline; }
      .vtp-section-heading .vtp-body .vtp-content .vtp-description {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 32px; }
      .vtp-section-heading .vtp-body .vtp-content .vtp-features {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 32px; }
        .vtp-section-heading .vtp-body .vtp-content .vtp-features li {
          display: flex;
          align-items: center;
          margin-bottom: 1rem;
          font-size: 20px;
          line-height: 28px; }
          .vtp-section-heading .vtp-body .vtp-content .vtp-features li .material-symbols-filled,
          .vtp-section-heading .vtp-body .vtp-content .vtp-features li .material-symbols-outlined {
            width: 28px;
            height: 28px;
            font-size: 28px;
            color: #F1612D;
            margin-right: 10px; }
  @media (max-width: 1300px) {
    .vtp-section-heading .vtp-body {
      width: calc(100% - 30px); } }
  @media (max-width: 991px) {
    .vtp-section-heading .vtp-body {
      flex-direction: column; }
      .vtp-section-heading .vtp-body .vtp-image,
      .vtp-section-heading .vtp-body .vtp-content {
        flex: 1 1 100%; }
      .vtp-section-heading .vtp-body .vtp-content {
        border-radius: 0 0 60px 60px; }
    .vtp-section-heading .vtp-header h2 {
      font-size: 58px;
      font-size: 6vw; } }
  @media (max-width: 800px) {
    .vtp-section-heading .vtp-content {
      padding: 2rem; }
      .vtp-section-heading .vtp-content .vtp-description {
        font-size: 1rem; } }
  @media (max-width: 550px) {
    .vtp-section-heading .vtp-header h2 {
      font-size: 42px;
      font-size: 10vw; }
    .vtp-section-heading .vtp-body {
      width: calc(100% - 20px); }
    .vtp-section-heading .vtp-content {
      padding: 1.5rem; }
      .vtp-section-heading .vtp-content .vtp-features li {
        font-size: 0.95rem; } }

.vtp-invite {
  padding: 50px 20px;
  text-align: center;
  background-color: #fff; }
  @media (max-width: 550px) {
    .vtp-invite {
      padding: 30px 10px; } }
  .vtp-invite .vtp-invite__container {
    max-width: 900px;
    margin: 0 auto; }
  .vtp-invite .vtp-invite__title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #2F475B;
    margin-bottom: 24px; }
    @media (max-width: 800px) {
      .vtp-invite .vtp-invite__title {
        font-size: 36px; } }
  .vtp-invite .vtp-invite__description {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #253746;
    margin-bottom: 32px; }

.vtp-volume-discounts {
  padding: 60px 20px; }
  .vtp-volume-discounts .vtp-volume-discounts__container {
    max-width: 1256px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .vtp-volume-discounts .vtp-volume-discounts__content {
    width: 38%; }
  .vtp-volume-discounts .vtp-volume-discounts__heading {
    font-size: 48px;
    font-weight: 700;
    color: #2F475B;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 30px; }
    @media (max-width: 800px) {
      .vtp-volume-discounts .vtp-volume-discounts__heading {
        font-size: 36px; } }
  .vtp-volume-discounts .vtp-volume-discounts__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .vtp-volume-discounts .vtp-volume-discounts__item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2d3e50; }
  .vtp-volume-discounts i {
    color: #F1612D;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1; }
  .vtp-volume-discounts .vtp-volume-discounts__image-wrapper {
    width: 50%;
    text-align: right; }
  .vtp-volume-discounts .vtp-volume-discounts__image {
    width: 100%;
    border-radius: 24px;
    display: block; }
  @media screen and (max-width: 991px) {
    .vtp-volume-discounts .vtp-volume-discounts__container {
      flex-direction: column; }
    .vtp-volume-discounts .vtp-volume-discounts__content,
    .vtp-volume-discounts .vtp-volume-discounts__image-wrapper {
      width: 100%; }
    .vtp-volume-discounts .vtp-volume-discounts__image-wrapper {
      margin-top: 30px;
      text-align: center; }
    .vtp-volume-discounts .vtp-volume-discounts__image {
      max-width: 100%; } }
  @media screen and (max-width: 800px) {
    .vtp-volume-discounts .vtp-volume-discounts__item {
      font-size: 16px;
      margin-bottom: 14px; }
    .vtp-volume-discounts .vtp-volume-discounts__icon {
      font-size: 20px; } }
  @media screen and (max-width: 550px) {
    .vtp-volume-discounts {
      padding: 30px 10px; }
      .vtp-volume-discounts .vtp-volume-discounts__item {
        font-size: 15px;
        margin-bottom: 12px; }
      .vtp-volume-discounts .vtp-volume-discounts__icon {
        font-size: 18px;
        margin-right: 8px; } }

.vtp-value-position h2 {
  text-align: center;
  font-size: 48px;
  line-height: 0.9;
  font-weight: 700;
  color: #2F475B;
  margin-bottom: 24px;
  padding: 0 20px; }
  @media (max-width: 800px) {
    .vtp-value-position h2 {
      font-size: 36px; } }

.vtp-value-position .pbc-features .pbc-feature h3 {
  font-size: 24px;
  font-weight: 700; }

.vtp-project-spotlight .vtp-project-spotlight__container {
  padding: 50px 40px;
  border-radius: 48px;
  background-color: #F1612D;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.vtp-project-spotlight .vtp-project-spotlight__image-wrapper {
  position: relative;
  width: 40%;
  border-radius: 20px;
  overflow: hidden; }

.vtp-project-spotlight .vtp-project-spotlight__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px; }

.vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-prev,
.vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-next {
  background: #F1612D 0% 0% no-repeat padding-box;
  border-radius: 999px;
  height: 50px;
  width: 50px;
  border: 0;
  opacity: 0.8; }
  .vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-prev:before,
  .vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-next:before {
    background: none !important;
    font-family: "Font Awesome 6 Free";
    /* or "Font Awesome 5 Free" */
    font-weight: 900;
    /* required for solid icons */
    color: #fff;
    height: auto;
    width: auto;
    padding: 4px 0;
    margin: 0;
    line-height: 1;
    font-size: 18px; }
  .vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-prev:hover,
  .vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-next:hover {
    background-color: #E94A11;
    opacity: 1; }

.vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-prev {
  left: 10px; }
  .vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-prev:before {
    content: "\f060";
    /* Unicode for fa-arrow-right */ }

.vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-next {
  right: 10px; }
  .vtp-project-spotlight .vtp-project-spotlight__image-slider .slick-next:before {
    content: "\f061";
    /* Unicode for fa-arrow-right */ }

.vtp-project-spotlight .vtp-project-spotlight__text {
  width: 55%;
  color: #ffffff; }

.vtp-project-spotlight .vtp-project-spotlight__label {
  color: #2F475B;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.vtp-project-spotlight .vtp-project-spotlight__heading {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .vtp-project-spotlight .vtp-project-spotlight__heading {
      font-size: 36px; } }

.vtp-project-spotlight .vtp-project-spotlight__description {
  font-size: 18px;
  line-height: 1.7; }

@media screen and (max-width: 1300px) {
  .vtp-project-spotlight {
    padding: 0px 20px; } }

@media screen and (max-width: 991px) {
  .vtp-project-spotlight {
    padding: 0px 20px; }
    .vtp-project-spotlight .vtp-project-spotlight__container {
      padding: 20px 20px;
      border-radius: 30px;
      flex-direction: column; }
    .vtp-project-spotlight .vtp-project-spotlight__image-wrapper,
    .vtp-project-spotlight .vtp-project-spotlight__text {
      width: 100%; }
    .vtp-project-spotlight .vtp-project-spotlight__text {
      margin-top: 30px; } }

@media screen and (max-width: 800px) {
  .vtp-project-spotlight .vtp-project-spotlight__description {
    font-size: 15px; }
  .vtp-project-spotlight .vtp-project-spotlight__nav {
    width: 36px;
    height: 36px; }
  .vtp-project-spotlight .vtp-project-spotlight__nav span {
    font-size: 22px; } }

@media screen and (max-width: 550px) {
  .vtp-project-spotlight {
    padding: 0px 10px; }
    .vtp-project-spotlight .vtp-project-spotlight__description {
      font-size: 14px; }
    .vtp-project-spotlight .vtp-project-spotlight__label {
      font-size: 13px; } }

.vtp-section-stats {
  padding: 40px 20px; }
  .vtp-section-stats .vtp-section-stats__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1256px;
    margin: 0 auto; }
  .vtp-section-stats .vtp-section-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 20px 20px 20px;
    min-width: 140px; }
  .vtp-section-stats .vtp-section-stats__value {
    font-family: "Rokkitt", serif;
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    color: #2e3a47;
    margin-bottom: 8px; }
    @media (max-width: 800px) {
      .vtp-section-stats .vtp-section-stats__value {
        font-size: 36px; } }
  .vtp-section-stats .vtp-section-stats__label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #F1612D;
    letter-spacing: 0.5px; }
  .vtp-section-stats .vtp-section-stats__divider {
    width: 1px;
    height: 80px;
    background-color: #d9d9d9;
    margin: 0;
    display: block; }
  .vtp-section-stats .vtp-section-stats__bottom-line {
    height: 1px;
    background-color: #d9d9d9;
    margin: 40px auto auto;
    width: 100%;
    max-width: 1256px; }
  @media (max-width: 991px) {
    .vtp-section-stats .vtp-section-stats__container {
      justify-content: space-around; }
    .vtp-section-stats .vtp-section-stats__item {
      margin: 10px 15px; } }
  @media (max-width: 800px) {
    .vtp-section-stats .vtp-section-stats__value {
      font-size: 42px; }
    .vtp-section-stats .vtp-section-stats__divider {
      display: none; }
    .vtp-section-stats .vtp-section-stats__label {
      font-size: 16px; } }
  @media (max-width: 550px) {
    .vtp-section-stats .vtp-section-stats__container {
      flex-direction: column;
      align-items: center; }
    .vtp-section-stats .vtp-section-stats__divider {
      width: 100%;
      height: 1px;
      background-color: #d9d9d9;
      margin: 0;
      display: block; }
    .vtp-section-stats .vtp-section-stats__item {
      margin: 20px 0; }
    .vtp-section-stats .vtp-section-stats__bottom-line {
      display: none; } }

.vtp-faq {
  background-color: #dfe4e8;
  padding: 60px 20px 80px 20px;
  background-image: url("../img/aoc/broken-border-grey.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }
  .vtp-faq:before {
    content: "";
    background-color: #dfe4e8;
    padding: 25px;
    background-image: url(../img/aoc/broken-border-grey-top.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    display: block; }
  @media (max-width: 550px) {
    .vtp-faq {
      padding: 30px 10px 50px; } }
  .vtp-faq .vtp-faq__title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #2F475B;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 800px) {
      .vtp-faq .vtp-faq__title {
        font-size: 36px; } }
  .vtp-faq .vtp-faq__list {
    max-width: 960px;
    margin: 0 auto; }
  .vtp-faq .vtp-faq__item {
    background-color: #dfe4e8;
    border: 1px solid #2e3a47;
    border-radius: 38px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: background-color 0.3s ease; }
  .vtp-faq .vtp-faq__item[open] {
    background-color: #F1612D;
    border: 0; }
  .vtp-faq .vtp-faq__question {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    font-family: "Rokkitt", serif;
    font-size: 24px;
    font-weight: 700;
    color: #253746;
    cursor: pointer;
    position: relative; }
    .vtp-faq .vtp-faq__question:hover {
      color: #F1612D; }
  .vtp-faq .vtp-faq__item[open] .vtp-faq__question {
    color: #ffffff; }
  .vtp-faq .vtp-faq__icon {
    font-size: 24px;
    margin-left: 20px; }
  .vtp-faq .vtp-faq__item[open] .vtp-faq__icon::before {
    content: "expand_less"; }
  .vtp-faq .vtp-faq__item:not([open]) .vtp-faq__icon::before {
    content: "expand_more"; }
  .vtp-faq .vtp-faq__answer {
    padding: 0 32px 24px 32px;
    font-size: 16px;
    color: #ffffff; }
    .vtp-faq .vtp-faq__answer a {
      color: #ffffff;
      text-decoration: underline; }
      .vtp-faq .vtp-faq__answer a:hover {
        color: #ffffff;
        text-decoration: none; }
  @media (max-width: 991px) {
    .vtp-faq .vtp-faq__question {
      font-size: 20px;
      padding: 20px 24px; }
    .vtp-faq .vtp-faq__answer {
      padding: 0 24px 20px 24px;
      font-size: 15px; } }
  @media (max-width: 800px) {
    .vtp-faq .vtp-faq__title {
      margin-bottom: 32px; }
    .vtp-faq .vtp-faq__question {
      font-size: 20px; } }
  @media (max-width: 550px) {
    .vtp-faq .vtp-faq__question {
      font-size: 18px; } }

.vtp-form .vtp-form-container {
  max-width: 1256px;
  margin: 60px auto; }
  @media (max-width: 1300px) {
    .vtp-form .vtp-form-container {
      padding: 0 20px; } }
  @media (max-width: 550px) {
    .vtp-form .vtp-form-container {
      padding: 0 10px; } }

.vtp-form .vtp-section-heading {
  text-align: center;
  max-width: 90%;
  margin: auto; }
  .vtp-form .vtp-section-heading p {
    color: #2F475B;
    font-size: 16px;
    line-height: 1.6; }

.vtp-form .vtp-form__title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #2F475B;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 800px) {
    .vtp-form .vtp-form__title {
      font-size: 36px; } }

.vtp-form .vtp-volume-form {
  background-color: #253746;
  padding: 0;
  border-radius: 60px;
  overflow: hidden; }
  .vtp-form .vtp-volume-form .vtp-volume-form__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1256px;
    margin: 0 auto;
    flex-wrap: wrap; }
  .vtp-form .vtp-volume-form .vtp-volume-form__form-wrap {
    flex: 1 1 460px;
    padding: 60px 50px;
    padding-right: 40px; }
  .vtp-form .vtp-volume-form .vtp-volume-form__title {
    color: #F1612D;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px; }
    @media (max-width: 800px) {
      .vtp-form .vtp-volume-form .vtp-volume-form__title {
        font-size: 28px; } }
  .vtp-form .vtp-volume-form .vtp-volume-form__desc {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 32px; }
  .vtp-form .vtp-volume-form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
  .vtp-form .vtp-volume-form .form-row--half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .vtp-form .vtp-volume-form .form-row--half:before, .vtp-form .vtp-volume-form .form-row--half:after {
      display: none; }
    .vtp-form .vtp-volume-form .form-row--half .form-field {
      width: calc(50% - 8px); }
  .vtp-form .vtp-volume-form > .form-field {
    width: 100%;
    margin-bottom: 16px; }
  .vtp-form .vtp-volume-form .form-label {
    display: block;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 15px;
    text-align: left; }
  .vtp-form .vtp-volume-form .form-label small {
    font-weight: 400;
    font-size: 11px;
    color: #94A8B7;
    margin: 0;
    padding-right: 15px;
    margin-left: 4px;
    text-transform: uppercase; }
  .vtp-form .vtp-volume-form .form-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    border-radius: 40px;
    border: none;
    outline: none; }
  .vtp-form .vtp-volume-form textarea.form-input {
    border-radius: 24px;
    resize: none; }
  .vtp-form .vtp-volume-form .g-recaptcha {
    margin: 0 0 24px 0; }
  .vtp-form .vtp-volume-form .btn_wrapper {
    display: flex;
    justify-content: center; }
  @media (max-width: 991px) {
    .vtp-form .vtp-volume-form .vtp-volume-form__container {
      flex-direction: column; }
    .vtp-form .vtp-volume-form .vtp-volume-form__image {
      display: none; }
    .vtp-form .vtp-volume-form .form-field {
      width: 100%; } }
  @media (max-width: 800px) {
    .vtp-form .vtp-volume-form .button {
      width: auto;
      text-align: center; } }
  @media (max-width: 550px) {
    .vtp-form .vtp-volume-form {
      border-radius: 30px; }
      .vtp-form .vtp-volume-form .vtp-volume-form__desc {
        font-size: 14px; }
      .vtp-form .vtp-volume-form .vtp-volume-form__form-wrap {
        padding: 20px;
        flex: none;
        width: 100%; }
      .vtp-form .vtp-volume-form .form-row--half .form-field {
        width: 100%; }
      .vtp-form .vtp-volume-form .form-label {
        font-size: 10px; }
      .vtp-form .vtp-volume-form .form-input {
        font-size: 14px;
        padding: 14px 18px; }
      .vtp-form .vtp-volume-form .button {
        width: 100%; } }
  .vtp-form .vtp-volume-form .vtp-volume-form__image {
    border-radius: 0 0 48px 48px; }
    .vtp-form .vtp-volume-form .vtp-volume-form__image img {
      object-fit: cover;
      height: 100%; }

.nd-cms-page.page-title_about-us .cms_block .cms_right {
  padding-top: 13%; }
  @media (max-width: 550px) {
    .nd-cms-page.page-title_about-us .cms_block .cms_right {
      padding-top: 0; } }
  .nd-cms-page.page-title_about-us .cms_block .cms_right .cms_content {
    max-width: 100%;
    margin: 0; }
    @media only screen and (max-width: 1199px) {
      .nd-cms-page.page-title_about-us .cms_block .cms_right .cms_content {
        max-width: 100%;
        margin: 0;
        padding: 0 20px; } }

.nd-cms-page.page-title_about-us .cms_block .cms_left ~ .cms_right {
  padding-top: 13%; }
  @media (max-width: 550px) {
    .nd-cms-page.page-title_about-us .cms_block .cms_left ~ .cms_right {
      padding-top: 0; } }

@media (max-width: 991px) {
  .nd-contact-us .cms-p-section-heading .cms-p-header {
    width: 100%; }
    .nd-contact-us .cms-p-section-heading .cms-p-header h2 {
      text-align: center; }
  .nd-contact-us .cms-p-section-heading .cms-p-body {
    display: none; } }

.nd-contact-us .ctu-contact-us-form {
  background-color: #253746;
  padding: 0;
  border-radius: 60px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .nd-contact-us .ctu-contact-us-form {
      margin-top: -30%; } }
  @media (min-width: 1201px) {
    .nd-contact-us .ctu-contact-us-form {
      margin-top: -27%; } }
  .nd-contact-us .ctu-contact-us-form .ctu-contact-us__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1256px;
    margin: 0 auto;
    flex-wrap: wrap; }
  .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__form-wrap {
    flex: 1 1 460px;
    padding: 60px 50px; }
  .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px; }
    @media (max-width: 800px) {
      .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__title {
        font-size: 36px; } }
  .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__desc {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 32px; }
  .nd-contact-us .ctu-contact-us-form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    max-width: 100%; }
  .nd-contact-us .ctu-contact-us-form .form-row--half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .nd-contact-us .ctu-contact-us-form .form-row--half:before, .nd-contact-us .ctu-contact-us-form .form-row--half:after {
      display: none; }
    .nd-contact-us .ctu-contact-us-form .form-row--half .form-field {
      width: calc(50% - 8px); }
  .nd-contact-us .ctu-contact-us-form > .form-field {
    width: 100%;
    margin-bottom: 16px; }
  .nd-contact-us .ctu-contact-us-form .form-label {
    display: block;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 15px;
    text-align: left; }
  .nd-contact-us .ctu-contact-us-form .form-label small {
    font-weight: 400;
    font-size: 11px;
    color: #94A8B7;
    margin: 0;
    padding-right: 15px;
    margin-left: 4px;
    text-transform: uppercase; }
  .nd-contact-us .ctu-contact-us-form .form-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    border-radius: 40px;
    border: none;
    outline: none; }
  .nd-contact-us .ctu-contact-us-form textarea.form-input {
    border-radius: 24px;
    resize: none; }
  .nd-contact-us .ctu-contact-us-form .g-recaptcha {
    margin: 0 0 24px 0; }
  .nd-contact-us .ctu-contact-us-form .btn_wrapper {
    display: flex;
    justify-content: center; }
  @media (max-width: 991px) {
    .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__container {
      flex-direction: column; }
    .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__image {
      display: none; }
    .nd-contact-us .ctu-contact-us-form .form-field {
      width: 100%; } }
  @media (max-width: 800px) {
    .nd-contact-us .ctu-contact-us-form .button {
      width: auto;
      text-align: center; } }
  @media (max-width: 550px) {
    .nd-contact-us .ctu-contact-us-form {
      border-radius: 30px; }
      .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__desc {
        font-size: 14px; }
      .nd-contact-us .ctu-contact-us-form .ctu-contact-us-form__form-wrap {
        padding: 20px;
        flex: none;
        width: 100%; }
      .nd-contact-us .ctu-contact-us-form .form-row--half .form-field {
        width: 100%; }
      .nd-contact-us .ctu-contact-us-form .form-label {
        font-size: 10px; }
      .nd-contact-us .ctu-contact-us-form .form-input {
        font-size: 14px;
        padding: 14px 18px; }
      .nd-contact-us .ctu-contact-us-form .button {
        width: 100%; } }

.contact-section {
  padding: 60px 20px;
  background-color: #fff; }
  @media (max-width: 550px) {
    .contact-section {
      padding: 30px 0px; } }
  .contact-section .contact-section__container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .contact-section .contact-section__column {
    width: 50%;
    box-sizing: border-box; }
    .contact-section .contact-section__column--left {
      padding-right: 40px; }
    .contact-section .contact-section__column--right {
      padding-left: 40px; }
    @media screen and (max-width: 550px) {
      .contact-section .contact-section__column {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0px; }
        .contact-section .contact-section__column--left {
          margin-top: 0; } }
  .contact-section .contact-section__heading {
    font-size: 48px;
    font-weight: 700;
    color: #2F475B;
    margin-bottom: 30px; }
    @media (max-width: 800px) {
      .contact-section .contact-section__heading {
        font-size: 36px; } }
  .contact-section .contact-section__item {
    margin-bottom: 30px; }
  .contact-section .contact-section__date {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #F1612D; }
    .contact-section .contact-section__date--highlight {
      color: #F1612D; }
  .contact-section .contact-section__detail {
    font-size: 18px;
    color: #2F475B;
    font-weight: 600; }
  .contact-section .contact-section__info {
    margin-bottom: 30px; }
  .contact-section .contact-section__label {
    font-size: 16px;
    font-weight: 600;
    color: #F1612D;
    text-transform: uppercase;
    margin-bottom: 8px; }
    .contact-section .contact-section__label--highlight {
      color: #F1612D; }
  .contact-section .contact-section__text {
    font-size: 18px;
    color: #2F475B;
    line-height: 1.6;
    font-weight: 600; }
  @media screen and (max-width: 800px) {
    .contact-section .contact-section__heading {
      font-size: 24px; }
    .contact-section .contact-section__detail,
    .contact-section .contact-section__text {
      font-size: 15px; } }
  @media screen and (max-width: 550px) {
    .contact-section .contact-section__heading {
      font-size: 22px; }
    .contact-section .contact-section__date {
      font-size: 13px; }
    .contact-section .contact-section__detail,
    .contact-section .contact-section__text {
      font-size: 14px; }
    .contact-section .contact-section__container {
      flex-direction: column; } }

.nd-cms-page.page-title_shipping-and-returns .cms-p-section-heading.generic-heading .cms-p-header h1 img {
  vertical-align: middle; }
  @media (max-width: 991px) {
    .nd-cms-page.page-title_shipping-and-returns .cms-p-section-heading.generic-heading .cms-p-header h1 img {
      width: 80px; } }
  @media (max-width: 550px) {
    .nd-cms-page.page-title_shipping-and-returns .cms-p-section-heading.generic-heading .cms-p-header h1 img {
      width: 60px; } }

.nd-blog--page {
  margin: 0; }
  .nd-blog--page .page-banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background-color: #E94A11;
    background-image: url("../img/aoc/broken-border.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 50px 70px 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px; }
    .nd-blog--page .page-banner-container::after {
      bottom: 0; }
    @media (max-width: 768px) {
      .nd-blog--page .page-banner-container {
        flex-direction: column;
        padding: 25px 25px 35px 25px; } }
  .nd-blog--page .page-banner-text {
    flex: 1 1 30%;
    max-width: 30%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-evenly; }
    .nd-blog--page .page-banner-text .breadcrumbs {
      margin-bottom: 1rem;
      font-size: 0.875rem;
      display: flex;
      flex-wrap: wrap; }
      .nd-blog--page .page-banner-text .breadcrumbs .breadcrumb-label {
        color: #fff;
        text-decoration: none; }
        .nd-blog--page .page-banner-text .breadcrumbs .breadcrumb-label:hover {
          text-decoration: underline;
          color: #fff; }
      .nd-blog--page .page-banner-text .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        color: #fff; }
      .nd-blog--page .page-banner-text .breadcrumbs li + li::before {
        content: "/";
        margin: 0 0.5rem;
        color: #fff; }
      .nd-blog--page .page-banner-text .breadcrumbs .is-active .breadcrumb-label {
        font-weight: bold; }
    .nd-blog--page .page-banner-text .page-heading {
      font-size: 96px;
      font-size: 6vw;
      line-height: 0.9;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase;
      text-align: left;
      color: #fff; }
    .nd-blog--page .page-banner-text p {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .nd-blog--page .page-banner-text .page-heading {
        font-size: 58px;
        font-size: 8vw; } }
    @media (max-width: 768px) {
      .nd-blog--page .page-banner-text {
        max-width: 100%;
        margin-bottom: 25px; }
        .nd-blog--page .page-banner-text .page-heading {
          font-size: 42px; } }
    @media (max-width: 550px) {
      .nd-blog--page .page-banner-text {
        max-width: 100%;
        margin-bottom: 25px; }
        .nd-blog--page .page-banner-text .page-heading {
          font-size: 42px; } }
  .nd-blog--page .page-banner-img {
    flex: 1 1 70%;
    max-width: 70%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem; }
    .nd-blog--page .page-banner-img .recent-blog-banner {
      position: relative;
      width: 100%; }
      .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 32px; }
        @media (max-width: 550px) {
          .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-image img {
            border-radius: 16px; } }
      .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-image:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        pointer-events: none;
        border-radius: 32px; }
      @media (max-width: 991px) {
        .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-image:after {
          display: none; } }
      .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content {
        position: absolute;
        bottom: 0;
        padding: 35px; }
        @media (max-width: 991px) {
          .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content {
            position: relative;
            bottom: auto;
            padding: 0; } }
        .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-tag-line {
          background: #E94A11;
          color: #FFF;
          border-radius: 999px;
          padding: 10px 15px;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          margin-top: 16px;
          display: inline-block; }
          @media (max-width: 991px) {
            .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-tag-line {
              background: #FFF;
              color: #E94A11; } }
        .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content h2, .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-banner-title {
          font-size: 48px;
          color: #fff;
          font-weight: 700;
          line-height: 1;
          margin-top: 25px;
          text-transform: capitalize; }
          @media (max-width: 800px) {
            .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content h2, .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-banner-title {
              font-size: 36px; } }
        .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-banner-excerpt {
          color: #fff; }
        .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-banner-cta {
          color: #fff;
          font-weight: 600; }
          .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-banner-cta i {
            margin-left: 5px; }
          .nd-blog--page .page-banner-img .recent-blog-banner .blog-banner-content .blog-banner-cta:hover {
            color: #F1612D; }
    @media (max-width: 768px) {
      .nd-blog--page .page-banner-img {
        max-width: 100%;
        padding-left: 0;
        flex: 0;
        width: 100%; }
        .nd-blog--page .page-banner-img img {
          width: 100%;
          height: auto; } }
  .nd-blog--page .cms_block {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .nd-blog--page .cms_block {
        flex-direction: column; } }
  .nd-blog--page .proList_left {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    position: sticky;
    top: 80px; }
    @media (max-width: 991px) {
      .nd-blog--page .proList_left {
        top: auto;
        width: 100%;
        position: relative; } }
  .nd-blog--page .proList_right {
    padding: 0;
    width: 75%;
    float: right;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .nd-blog--page .proList_right {
        width: 100%; } }
  .nd-blog--page .blogListing {
    padding-left: 20px; }
    @media (max-width: 991px) {
      .nd-blog--page .blogListing {
        padding-left: 0; } }
    .nd-blog--page .blogListing .blog {
      float: left;
      width: 50%;
      padding: 0 15px;
      margin: 0 0 50px 0;
      border-top: 0;
      border-right: 0;
      clear: none !important; }
      @media (max-width: 800px) {
        .nd-blog--page .blogListing .blog {
          padding: 0 10px; } }
      @media (max-width: 420px) {
        .nd-blog--page .blogListing .blog {
          padding: 0;
          width: 100%; } }
      .nd-blog--page .blogListing .blog .blog-post-figure .blog-thumbnail {
        position: relative;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        max-width: 100%; }
        .nd-blog--page .blogListing .blog .blog-post-figure .blog-thumbnail > a {
          width: 100%;
          padding-top: 56.25%;
          display: block;
          position: relative;
          overflow: hidden; }
        .nd-blog--page .blogListing .blog .blog-post-figure .blog-thumbnail img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          max-height: 100%; }
        .nd-blog--page .blogListing .blog .blog-post-figure .blog-thumbnail .cta-blog-icon {
          display: none;
          position: absolute;
          right: 10px;
          top: 10px;
          padding: 10px;
          border-radius: 9999px;
          background: #F1612D; }
        .nd-blog--page .blogListing .blog .blog-post-figure .blog-thumbnail:hover .cta-blog-icon {
          display: block !important; }
          .nd-blog--page .blogListing .blog .blog-post-figure .blog-thumbnail:hover .cta-blog-icon .material-symbols-outlined {
            display: block;
            color: #fff; }
      .nd-blog--page .blogListing .blog .blog-post-body .blog-header .blog-title {
        height: 65px; }
        .nd-blog--page .blogListing .blog .blog-post-body .blog-header .blog-title a {
          font-family: "Rokkitt", serif;
          line-height: 1;
          font-weight: 700;
          color: #2F475B;
          font-size: 32px; }
        @media (max-width: 800px) {
          .nd-blog--page .blogListing .blog .blog-post-body .blog-header .blog-title {
            height: 56px; }
            .nd-blog--page .blogListing .blog .blog-post-body .blog-header .blog-title a {
              font-size: 26px; } }
      .nd-blog--page .blogListing .blog .blog-post-body .blog-header .blog-date {
        font-size: 16px; }
      .nd-blog--page .blogListing .blog .blog-post-body .blog-post {
        display: none !important; }
  .nd-blog--page .pagination .pagination-list .pagination-item {
    margin: 0 8px; }
    .nd-blog--page .pagination .pagination-list .pagination-item .pagination-link {
      font-size: 16px;
      color: #2F475B;
      font-family: "Rokkitt", serif;
      font-weight: 500;
      line-height: 1.25;
      text-align: center;
      padding: 0;
      letter-spacing: 0.14px;
      text-transform: capitalize;
      border-radius: 9999px;
      border: 1px solid #F1612D;
      height: 40px;
      width: 40px;
      padding: 10px 0; }
    .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
      color: #fff;
      background-color: #F1612D; }
    .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link, .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
      border-radius: none;
      color: #F1612D;
      border: 0;
      height: 40px;
      width: auto;
      padding: 10px 0;
      text-transform: uppercase; }
      .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link i, .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link i {
        top: -1px;
        position: relative; }
      .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg, .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
        fill: #F1612D; }
    .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--next {
      float: right; }
      @media (max-width: 680px) {
        .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--next {
          width: 100%; }
          .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--next a {
            text-align: right; } }
    .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--previous {
      float: left; }
      @media (max-width: 680px) {
        .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--previous {
          width: 100%; }
          .nd-blog--page .pagination .pagination-list .pagination-item.pagination-item--previous a {
            text-align: left; } }
    @media (max-width: 550px) {
      .nd-blog--page .pagination .pagination-list .pagination-item {
        margin: 0 5px; } }

.nd-blog-post--page .blog-header .blog-title a {
  font-family: "Rokkitt", serif;
  line-height: 1;
  font-weight: 700;
  color: #2F475B;
  font-size: 48px; }
  @media (max-width: 800px) {
    .nd-blog-post--page .blog-header .blog-title a {
      font-size: 36px; } }

.newsletter-sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  border: 0;
  border-radius: 16px;
  max-width: 400px;
  margin: 0 auto 35px; }
  .newsletter-sidebar .newsletter-sidebar__left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .newsletter-sidebar .newsletter-sidebar__heading {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    font-family: "Rokkitt", serif;
    color: #2F475B;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 8px;
    text-align: left;
    justify-content: flex-start; }
    .newsletter-sidebar .newsletter-sidebar__heading .material-symbols-outlined {
      font-size: 24px;
      margin: 5px 8px 5px 0px; }
  .newsletter-sidebar .newsletter-sidebar__text {
    font-size: 14px;
    color: #4a596e;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    line-height: 20px;
    text-align: left; }
  .newsletter-sidebar .newsletter-sidebar__right {
    width: 100%; }
  .newsletter-sidebar .newsletter-sidebar__form {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .newsletter-sidebar .newsletter-sidebar__label.is-srOnly {
    position: absolute;
    left: -9999px; }
  .newsletter-sidebar .newsletter-sidebar__input-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 48px;
    border: 1px solid #2F475B;
    border-radius: 28px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    background: #fff; }
  .newsletter-sidebar .newsletter-sidebar__input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #2f3e52;
    font-family: "DM Sans", sans-serif;
    background: transparent;
    height: 100%; }
  .newsletter-sidebar .newsletter-sidebar__submit {
    position: absolute;
    right: -1px;
    top: 0;
    width: 46px;
    height: 46px;
    background-color: #2F475B;
    border: none;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

@media screen and (max-width: 991px) {
  .newsletter-sidebar {
    max-width: 100%; }
    .newsletter-sidebar .newsletter-sidebar__heading {
      justify-content: center; }
    .newsletter-sidebar .newsletter-sidebar__text {
      text-align: center; }
  .newsletter-sidebar__input-wrapper {
    max-width: 100%; } }

@media screen and (max-width: 800px) {
  .newsletter-sidebar__heading {
    font-size: 18px; }
  .newsletter-sidebar__text {
    font-size: 13px; } }

@media screen and (max-width: 550px) {
  .newsletter-sidebar {
    padding: 0; }
  .newsletter-sidebar__input-wrapper {
    height: 44px; }
  .newsletter-sidebar__submit {
    width: 36px;
    height: 36px; } }

.feature-blog-sidebar {
  padding: 35px 0px;
  border-top: 1px solid #C9CCD1; }
  .feature-blog-sidebar h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    font-family: "Rokkitt", serif;
    color: #2F475B;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 24px; }
  @media (max-width: 991px) {
    .feature-blog-sidebar .featured-blog-list {
      display: flex !important;
      flex-wrap: wrap; }
      .feature-blog-sidebar .featured-blog-list .blog {
        width: 50% !important; } }
  @media (max-width: 550px) {
    .feature-blog-sidebar .featured-blog-list .blog {
      width: 100% !important; } }
  .feature-blog-sidebar .featured-blog-list .blog {
    width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 15px; }
    .feature-blog-sidebar .featured-blog-list .blog .blog-post-figure {
      width: 35%;
      margin: 0;
      margin-right: 5px; }
      .feature-blog-sidebar .featured-blog-list .blog .blog-post-figure .blog-thumbnail {
        position: relative;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        max-width: 100%; }
        .feature-blog-sidebar .featured-blog-list .blog .blog-post-figure .blog-thumbnail > a {
          width: 100%;
          padding-top: 56.25%;
          display: block;
          position: relative;
          overflow: hidden; }
        .feature-blog-sidebar .featured-blog-list .blog .blog-post-figure .blog-thumbnail img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .feature-blog-sidebar .featured-blog-list .blog .blog-post-figure .blog-thumbnail .cta-blog-icon {
          display: none !important; }
    .feature-blog-sidebar .featured-blog-list .blog .blog-post-body {
      width: 65%; }
      .feature-blog-sidebar .featured-blog-list .blog .blog-post-body .blog-header .blog-title {
        line-height: 15px;
        margin: 0;
        height: auto; }
        .feature-blog-sidebar .featured-blog-list .blog .blog-post-body .blog-header .blog-title a {
          font-size: 16px;
          font-family: "Rokkitt", serif;
          font-weight: 600;
          line-height: 15px; }
      .feature-blog-sidebar .featured-blog-list .blog .blog-post-body .blog-header .blog-date {
        display: none; }
      .feature-blog-sidebar .featured-blog-list .blog .blog-post-body .blog-post {
        display: none !important; }

@media (min-width: 551px) {
  [data-cart-page-title] br {
    display: none; } }

.cart-list .cart-item-name {
  font-family: "Rokkitt", serif;
  font-weight: 600; }

.footer .footer_newsletter {
  float: none; }
  .footer .footer_newsletter .form_right .form {
    float: none; }

.footer .footer_newsletter {
  background-color: #F1612D;
  color: #fff;
  padding: 2rem 0rem; }
  .footer .footer_newsletter .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer .footer_newsletter .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
    @media (min-width: 1681px) {
      .footer .footer_newsletter .container {
        padding: 0px 10% !important; } }
    @media (min-width: 992px) {
      .footer .footer_newsletter .container {
        max-width: 80% !important; } }
    @media (max-width: 991px) {
      .footer .footer_newsletter .container {
        max-width: 100% !important;
        padding: 0 1rem !important; } }
  .footer .footer_newsletter .form_left {
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 100%; }
    @media (min-width: 768px) {
      .footer .footer_newsletter .form_left {
        text-align: left;
        margin-bottom: 0; } }
    .footer .footer_newsletter .form_left .footer-info-heading {
      font-size: 1.25rem;
      font-weight: 700;
      display: flex;
      align-items: normal;
      justify-content: center;
      color: #fff;
      font-size: 28px;
      text-transform: capitalize; }
      .footer .footer_newsletter .form_left .footer-info-heading .material-symbols-outlined {
        width: 24px;
        margin-right: 10px;
        vertical-align: top;
        margin-top: 4px; }
      @media (min-width: 768px) {
        .footer .footer_newsletter .form_left .footer-info-heading {
          justify-content: flex-start; } }
      @media (max-width: 767px) {
        .footer .footer_newsletter .form_left .footer-info-heading {
          text-align: center;
          max-width: 100%;
          width: auto;
          margin: 0 auto 10px;
          display: block; } }
    .footer .footer_newsletter .form_left p {
      font-size: 14px;
      line-height: 1.2;
      color: #fff;
      text-transform: capitalize; }
  .footer .footer_newsletter .form_right {
    width: 100%; }
    @media (min-width: 768px) {
      .footer .footer_newsletter .form_right {
        max-width: 500px; } }
    .footer .footer_newsletter .form_right .form {
      width: 100%; }
    .footer .footer_newsletter .form_right .form-prefixPostfix.wrap {
      padding: 2px;
      display: flex;
      overflow: hidden;
      flex-direction: column;
      border-radius: 0;
      background: none; }
      @media (min-width: 551px) {
        .footer .footer_newsletter .form_right .form-prefixPostfix.wrap {
          flex-direction: row;
          border-radius: 0;
          background: none;
          border-radius: 999px;
          background-color: #fff; } }
    .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input {
      flex: 1;
      border: none !important;
      padding: 0.75rem 1rem;
      font-size: 15px;
      border-radius: 0;
      outline: none;
      color: #333;
      width: 100%; }
      .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input::placeholder {
        color: #999; }
      @media (max-width: 550px) {
        .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .form-input {
          float: none;
          border-radius: 999px;
          background: #FFF;
          margin-bottom: 5px;
          padding: 20px; } }
    .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .button, .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix-button--postfix {
      background: none;
      background-color: #253746;
      color: #fff;
      padding: 0.75rem 2.5rem;
      font-size: 15px;
      font-weight: 600;
      border: none;
      border-radius: 0;
      white-space: nowrap;
      cursor: pointer;
      width: 100%;
      border-radius: 999px;
      transition: background-color 0.3s ease;
      margin-right: 2px;
      position: relative;
      text-transform: capitalize;
      font-weight: 400; }
      @media (min-width: 551px) {
        .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .button, .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix-button--postfix {
          position: absolute;
          width: auto;
          border-radius: 999px; } }
      .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix .button:hover, .footer .footer_newsletter .form_right .form .form-field .form-prefixPostfix-button--postfix:hover {
        color: #fff;
        background: none;
        background-color: #334658; }
    .footer .footer_newsletter .form_right .form-label {
      display: none; }

.footer-middle {
  background-color: #3C4858;
  color: #EBEBEB;
  font-size: 0.875rem;
  padding: 4rem 0 0; }
  .footer-middle .container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 1rem; }
    @media (min-width: 1201px) {
      .footer-middle .container {
        max-width: 100% !important;
        padding: 0px 60px !important; } }
    @media (min-width: 1681px) {
      .footer-middle .container {
        max-width: 100% !important;
        padding: 0px 10% !important; } }
    @media (max-width: 992px) {
      .footer-middle .container {
        max-width: 100% !important;
        padding: 0 20px !important; } }
  .footer-middle .footer-middle-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1rem 0rem -1rem;
    padding-bottom: 2rem; }
    @media (max-width: 991px) {
      .footer-middle .footer-middle-grid {
        margin: auto; } }
  .footer-middle .footer-col {
    flex: 1 1 220px;
    margin: 0 1rem 2rem 1rem; }
    @media (max-width: 991px) {
      .footer-middle .footer-col {
        flex: 1 1 45%;
        margin: 0 0 2rem 0; } }
    @media (max-width: 550px) {
      .footer-middle .footer-col {
        flex: 1; } }
    .footer-middle .footer-col ul {
      list-style: none;
      padding: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .footer-middle .footer-col ul li {
        margin-bottom: 1rem; }
        .footer-middle .footer-col ul li a {
          color: #EBEBEB;
          text-decoration: none;
          font-size: 14px;
          line-height: 1.2; }
          .footer-middle .footer-col ul li a:hover {
            color: #F1612D; }
    .footer-middle .footer-col .footer-heading {
      color: #F1612D;
      text-transform: capitalize;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 1rem;
      margin-top: 0; }
  .footer-middle .contact-col .footer-logo {
    max-width: 60px;
    margin-bottom: 1rem; }
  .footer-middle .contact-col .logo-address {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .footer-middle .contact-col .logo-address .footer-logo-wrap {
      flex: 0 0 auto; }
      .footer-middle .contact-col .logo-address .footer-logo-wrap .footer-logo {
        max-width: 60px; }
    .footer-middle .contact-col .logo-address .footer-contact p {
      margin: 0.75rem 0; }
      .footer-middle .contact-col .logo-address .footer-contact p a {
        display: flex;
        align-items: flex-start;
        color: #EBEBEB;
        text-decoration: none;
        font-size: 14px; }
        .footer-middle .contact-col .logo-address .footer-contact p a i {
          font-size: 1rem;
          color: #EBEBEB;
          width: 1.2rem;
          text-align: center;
          margin-top: 0;
          margin-right: 0.5rem;
          flex-shrink: 0; }
        .footer-middle .contact-col .logo-address .footer-contact p a:hover {
          color: #F1612D; }
          .footer-middle .contact-col .logo-address .footer-contact p a:hover i {
            color: #F1612D; }
    @media (max-width: 550px) {
      .footer-middle .contact-col .logo-address .footer-contact p {
        text-align: center; }
        .footer-middle .contact-col .logo-address .footer-contact p a {
          justify-content: center; } }
    @media (max-width: 550px) {
      .footer-middle .contact-col .logo-address {
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .footer-middle .contact-col .logo-address .footer-contact {
          margin-top: 0.5rem; } }
  .footer-middle .contact-col .social-icons {
    display: flex;
    margin: 2.5rem -0.5rem 0rem -0.5rem; }
    @media (max-width: 550px) {
      .footer-middle .contact-col .social-icons {
        margin-top: 1.5rem; } }
    .footer-middle .contact-col .social-icons .icon-circle {
      margin: 0.5rem;
      width: 48px;
      height: 48px;
      font-size: 20px;
      background-color: #F1612D;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff; }
      .footer-middle .contact-col .social-icons .icon-circle:hover {
        background-color: #E94A11; }
  .footer-middle .footer-bottom-bar {
    padding: 1rem 0;
    border-top: 1px solid #556478; }
    .footer-middle .footer-bottom-bar .footer-bottom-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.75rem;
      color: #EBEBEB; }
      .footer-middle .footer-bottom-bar .footer-bottom-inner .footer-left,
      .footer-middle .footer-bottom-bar .footer-bottom-inner .footer-right {
        margin: 0;
        font-size: 14px; }
    @media (max-width: 768px) {
      .footer-middle .footer-bottom-bar .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem; } }
  @media (max-width: 550px) {
    .footer-middle .footer-middle-grid {
      flex-direction: column; }
    .footer-middle .footer-col {
      text-align: center; }
    .footer-middle .social-icons {
      justify-content: center; } }
