@charset "UTF-8";
@import url("https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #041e3a;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: 900;
  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: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

.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: 30px;
  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: "Muli", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #041e3a;
  border-color: #041e3a;
  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: 18px; }

.button--small {
  font-size: 15px;
  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: #555555; }

/*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: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #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: #cccccc;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #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 #cccccc;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #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: #555555;
    box-shadow: 0 0 4px rgba(85, 85, 85, 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: 15px;
  line-height: 15px;
  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: 18px;
  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: 18px;
  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: #17518f;
  font-size: 18px;
  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: #17518f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #17518f;
  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: "Muli", 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: 18px;
  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: 36px;
  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: 18px;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -2.14286rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .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: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

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

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

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

.pace-inactive {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Muli", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #041e3a;
    font-size: 3rem; }
  .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 #cccccc;
    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: "Muli", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    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: #999999;
      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: #041e3a;
    border-color: #041e3a;
    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: #cccccc;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

html,
body {
  height: auto; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  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: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

.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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @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: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

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

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

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

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

.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; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

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

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

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

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

.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: #17518f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

.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"] {
  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;
  padding-right: 3rem; }

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

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

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

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

.form-label--alternate {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 15px;
  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: 15px;
  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: 15px; }

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

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

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

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

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

@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: 18px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

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

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

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

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

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

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

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

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

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

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

.card-img-container {
  max-width: 219px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.96347%; }

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

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

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

.card-title {
  font-size: 18px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #041e3a;
    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-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: #555555; }
    .card--alternate:hover .card-body {
      background-color: #555555; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

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

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

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

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

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

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

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

.actionBar-section .form-label {
  color: #757575;
  font-size: 15px;
  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: #17518f;
  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: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          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.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

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

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

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

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

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

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

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

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

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

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

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

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

.google_plusone_iframe_widget {
  width: inherit !important; }

.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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.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: 18px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

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

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

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.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 {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.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 .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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 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: "Muli", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

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

.compareTable-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: 15px;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

.banners {
  background-color: #555555;
  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 {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

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

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

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

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

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

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

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    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; }

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

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

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

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

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

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

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

.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;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    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: 15px; }

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

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

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

.previewCartAction-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: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: "Muli";
  margin: 0 0 0.78571rem; }

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

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  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;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

.account-heading {
  border-bottom: 1px solid #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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    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;
    width: 100%;
    padding-bottom: 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: 18px;
    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: "Muli", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

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

.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: "Muli", 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: 18px;
  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: 24px; }

.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: 18px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.78571rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.21429rem;
    min-height: 16.28571rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.78571rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

.paymentMethod-brand {
  font-size: 15px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

.paymentMethod-expiry {
  font-size: 18px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0.78571rem; }

.paymentMethod-label {
  flex: 7.14286rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.78571rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.78571rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.78571rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #757575; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Muli", 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; }

.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: 18px;
  font-weight: 600;
  letter-spacing: 0.25px; }

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

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      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 > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

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

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

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

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 37px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

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

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

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

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

.footer-newsletter-summary {
  text-align: left; }

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

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

.blog-title {
  font-size: 30px;
  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: 18px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 378px; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75.13228%; }

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

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

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

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

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

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  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;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

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

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*roomvo home page slider*/
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding-top: 20px; }

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  /* 7 slides */ }

.slide {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  background-color: #eee; }

.slide img {
  width: 100%;
  height: auto; }

.navigation-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%); }

.nav-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 16px; }

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.7); }

.dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center; }

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer; }

.dot.active {
  background-color: #333; }

/*roomvo home page slider ends*/
.so-tab {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px; }

.so-tab label {
  position: relative;
  display: block;
  padding: 0 25px 0 0;
  margin-bottom: 15px;
  line-height: normal;
  cursor: pointer; }

.so-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.so-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s;
  margin-top: 10px; }

.so-tab input#so-tab-1:checked ~ .so-tab-content {
  max-height: none; }

.so-tab input#so-tab-1:checked ~ .read-less {
  display: block !important; }

.read-less, .so-tab input#so-tab-1:checked ~ .read-more {
  display: none !important; }

.f-answer {
  max-height: 0px;
  display: block;
  overflow: hidden;
  transition: all .3s ease;
  padding: 0px 20px; }

.f-answer div {
  padding-bottom: 20px; }

.acc-in:checked + label + .f-answer, .acc-in:checked ~ .f-answer {
  max-height: 100em; }

@media screen and (min-width: 320px) and (max-width: 1200px) {
  #peel-stick-faq .acc-in:checked + label + .f-answer, .acc-in:checked ~ .f-answer {
    max-height: 250em; } }

.accordion-wrapper label {
  border-bottom: 1px solid #333;
  display: block;
  padding: 10px;
  position: relative;
  cursor: pointer;
  font-size: 18px; }

.accordion-wrapper h3 {
  font-size: 20px;
  margin: 0 0 10px; }

.accordion-wrapper label h3 {
  margin: 0; }

.accordion-wrapper label:before {
  content: "";
  border-top: 7px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 18px;
  right: 30px; }

@media only screen and (max-width: 689px) {
  .accordion-wrapper label:before {
    right: 0px; } }

.accordion-wrapper .acc-in:checked + h3 label:before {
  transform: rotate(-90deg); }

.custom-collection .card-figcaption-body {
  display: none; }

.custom-collection .product {
  position: relative; }

.custom-collection .card-img-container {
  position: relative;
  margin-bottom: 10px; }

.custom-collection .productGrid .product {
  width: calc(25% - 29px); }

.column-container {
  display: flex;
  gap: 15px; }

.one-two-column {
  width: 100%; }

.video-wrapper {
  width: 100%;
  height: 0;
  padding-top: 57%;
  position: relative; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* @media only screen and  (min-width:481px) */
@media only screen and (min-width: 667px) {
  .home_banner {
    display: block; }
  .home_banner_mobile {
    display: none; } }

/* @media only screen and  (max-width:481px) */
@media only screen and (max-width: 666px) {
  .home_banner_mobile {
    display: block;
    background: #17518f;
    color: #fff;
    padding: 10px 0px; }
  .home_banner, #instock_mobile {
    display: none; } }

/*@media (min-width: 1261px) {
        .container {
            padding: 0 6px 0 0;
        }
    }
    .navbar {
        max-width:1280px !important;
    }
    @media (min-width: 801px) {
        .navPages {
            max-width:100%;
        }
    }*/
.brand_list_home:focus {
  outline: none; }

.brand_list_home {
  padding-left: 10px !important;
  margin-bottom: 20px; }

.brand_list_home img {
  display: block;
  border: 1px solid #ccc !important; }

@media only screen and (max-width: 540px) {
  .brand_list_home {
    width: 190px !important;
    padding-left: 10px !important;
    margin-bottom: 20px; } }

@media only screen and (max-width: 400px) {
  .brand_list_home {
    width: 190px !important;
    padding-left: 10px !important;
    margin-bottom: 40px; } }

@media only screen and (max-width: 481px) {
  ul#easyPaginate li a, .tab-content > .photos > ul#itemContainer2 > li > a {
    width: 135px !important;
    padding: 0px !important;
    margin-right: 0px !important; }
  .lightboxthumb-title, .tab-content > .photos > ul#itemContainer2 > li > a > span {
    width: 135px !important; }
  .body.default {
    margin-top: 1rem !important; }
  .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
    padding-right: 10px; }
  .slick-initialized .slick-slide {
    text-align: -webkit-center; }
  .banner_ad_mob {
    display: block; }
  .banner_ad {
    display: none; } }

.slick-slide {
  height: auto; }

@media only screen and (max-width: 1033px) {
  body > footer > div.payment_cards > div > div > div.leftbox > a {
    margin-top: 2%;
    display: inline-block; }
  .custom-collection .productGrid .product {
    width: calc(33% - 20px); } }

@media only screen and (max-width: 792px) {
  body > footer > div.payment_cards > div > div > div.rightbox > img {
    margin-top: 2%;
    display: inline-block; } }

@media only screen and (max-width: 800px) {
  #lp-bar-y2ypTjPuLWaXtN9iuw6fFM, #lp-bar-pusher-y2ypTjPuLWaXtN9iuw6fFM {
    display: none; }
  .deskrewards {
    display: none !important; } }

.testimonial_wrap .box {
  margin: 0px !important;
  padding: 10px !important; }

.body.default,
.body.default .heroCarousel {
  margin-top: 0; }

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

.button.button--primary {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background: #17518f;
  border: 1px solid #17518f;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 0.7rem 1rem 0.5rem 1rem;
  line-height: 1rem; }

.button.button--primary:hover {
  background: #fff;
  color: #17518f; }

.button.button--primary,
.previewCartCheckout .button + .button,
.previewCartCheckout .button + p {
  border-radius: 2rem; }

.previewCartAction .previewCartAction-checkout {
  padding-left: 0; }

.previewCartAction .button {
  font-size: 11px;
  padding: 0.57143rem 1rem;
  text-transform: uppercase; }

.previewCartAction .button {
  border-radius: 2rem; }

.page.Error .form-input {
  margin-right: 15px;
  border-radius: 2rem; }

.BreadcrumCustomSection {
  background: #f7f8f9; }
  .BreadcrumCustomSection .breadcrumbs {
    margin: 0;
    text-align: left;
    padding: 18px 0; }
    .BreadcrumCustomSection .breadcrumbs .breadcrumb {
      color: #999;
      font-size: 15px; }
    .BreadcrumCustomSection .breadcrumbs .breadcrumb > .breadcrumb-label {
      color: #505050;
      font-size: 12px;
      font-weight: 400; }
    .BreadcrumCustomSection .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      color: #041e3a;
      font-size: 12px;
      font-weight: 400; }

/* Banner Newsletter Style */
.BannerNewsletterWrap {
  background-image: url(https://cdn11.bigcommerce.com/s-axnxnm0ixa/product_images/uploaded_images/banner-nesletter.png);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff; }
  .BannerNewsletterWrap .NewsletterInner {
    background: rgba(4, 30, 58, 0.65);
    padding: 45px 45px 0;
    max-width: 726px;
    margin: 0 auto; }
    .BannerNewsletterWrap .NewsletterInner h5 {
      font-size: 50px;
      color: #fff;
      margin: 0 0 20px 0px;
      font-weight: 800;
      line-height: 35px;
      text-transform: none; }
      .BannerNewsletterWrap .NewsletterInner h5 > span {
        color: #4790df; }
    .BannerNewsletterWrap .NewsletterInner > p {
      color: #fff;
      font-size: 20px;
      font-weight: 700; }
    .BannerNewsletterWrap .NewsletterInner form {
      padding: 0 15px;
      margin: 0; }
    .BannerNewsletterWrap .NewsletterInner .form-field {
      margin: 0; }
    .BannerNewsletterWrap .NewsletterInner .form-newsletter {
      margin: 0 6px; }
    .BannerNewsletterWrap .NewsletterInner .form-input {
      margin-bottom: 20px;
      display: inline-block;
      width: 100%;
      max-width: 290px;
      vertical-align: top;
      border-radius: 2rem;
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
    .BannerNewsletterWrap .NewsletterInner .form-input:first-child {
      margin-right: 8px; }
    .BannerNewsletterWrap .NewsletterInner .button.button--primary {
      display: block;
      background-color: #fff;
      border: 1px solid #fff;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 18px;
      margin: 0 0 20px 0;
      font-weight: 600;
      padding: 0.85714rem 2.28571rem;
      line-height: 1rem;
      width: 100%;
      color: #17518f; }
    .BannerNewsletterWrap .NewsletterInner .button.button--primary:hover {
      background-color: #17518f;
      border: 1px solid #17518f;
      color: #fff; }

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

.navUser {
  padding: 15px; }
  .navUser .navUser-item {
    border-right: 1px solid #DCDCDC; }
    .navUser .navUser-item:first-child {
      border-right: 0px; }
    .navUser .navUser-item:last-child {
      border-right: 0px; }
  .navUser .navUser-action {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0.78571rem;
    text-transform: inherit; }
    .navUser .navUser-action .custom_icon {
      width: 19px;
      height: 19px;
      background: url(../img/support_icon.png) no-repeat left; }
      .navUser .navUser-action .custom_icon.user_icon {
        background-image: url(../img/user_icon.png); }
  .navUser .phone_num .navUser-action {
    color: #041E3A;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 0 5px; }

.banners {
  /*background-color: #FFF;
	color: white;
	text-align: center;*/
  background-color: unset;
  color: unset;
  text-align: left;
  padding: 1.4rem 0; }

.banners a {
  color: #17518f; }

.header {
  background-color: #F0F2F4;
  border-bottom: 0px solid #e5e5e5; }

@media (min-width: 800px) {
  .header {
    min-height: 172px;
    height: auto; } }

@media (min-width: 801px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header_inner .header-logo {
      margin: 0; }
      .header_inner .header-logo .header-logo-image-container:after {
        padding-bottom: 0x;
        display: none; }
      .header_inner .header-logo .header-logo-image {
        position: relative; } }

.header_inner .navUser-action.navUser-action--quickSearch {
  display: block;
  background: url(../img/search_icon.png) no-repeat center;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background-position: 9px 8px; }

.header_inner .navUser-item--cart {
  margin-left: 15px; }
  .header_inner .navUser-item--cart a.navUser-action {
    padding: 5px 0px 0;
    position: relative; }
  .header_inner .navUser-item--cart .navUser-item-cartLabel {
    display: block;
    background-image: url(../img/cart_icon.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 32px;
    text-indent: -9999px;
    background-size: contain; }
  .header_inner .navUser-item--cart .countPill.cart-quantity {
    display: block;
    position: absolute;
    top: -3px;
    left: 20px;
    background-color: #041E3A;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold; }

#quickSearch {
  top: 110px !important; }

.header-search {
  width: 365px;
  padding: 0; }
  .header-search .form-search {
    display: flex; }
  .header-search .form-input {
    border: 0;
    border-radius: 0;
    background: none;
    display: inline-block;
    width: 88%;
    padding: 10px 20px 10px 20px;
    height: 40px;
    color: #000;
    border: 1px solid #DCDCDC;
    border-radius: 50px 0 0 50px; }
  .header-search button {
    display: inline-block;
    vertical-align: middle;
    background-color: #041E3A;
    height: 40px;
    border-radius: 0 50px 50px 0;
    width: 50px; }
    .header-search button .icon {
      width: 22px;
      height: 22px; }
      .header-search button .icon svg {
        fill: #FFF; }

.searchResult_wrap {
  display: none;
  position: absolute;
  left: 0;
  width: 98%;
  background-color: #FFF;
  margin: 0 auto;
  right: 0;
  top: 100px;
  z-index: 999; }
  @media (min-width: 801px) {
    .searchResult_wrap {
      display: inline-block; } }

.navPages-container {
  box-shadow: 0px 4px 5px #CCC !important;
  background: #FFF;
  border-top: 1px solid #DCDCDC; }
  @media (min-width: 801px) {
    .navPages-container {
      margin-top: 23px; } }
  .navPages-container .navPages-action {
    font-weight: 700;
    font-size: 14px;
    color: #041e3a;
    padding: 14px 16px; }
    .navPages-container .navPages-action:hover {
      color: #FFF;
      background-color: #041e3a; }
      .navPages-container .navPages-action:hover svg {
        fill: #fff;
        stroke: #fff; }

.featured_cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .featured_cats .box {
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 801px) {
      .featured_cats .box {
        width: 31.5%; } }
    .featured_cats .box .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-top: 40%; }
      .featured_cats .box .overlay h4 {
        margin: 0 0 10px;
        color: #FFF; }
      .featured_cats .box .overlay .button {
        border-radius: 50px;
        text-transform: uppercase;
        display: none; }
      .featured_cats .box .overlay:hover .button {
        display: inline-block; }

.footer {
  background: #041E3A url(../img/footer_bg.png) repeat center;
  border: 0px;
  padding: 3rem 0 1.3rem; }
  .footer .footer-info-heading {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase; }
  .footer .footer-info-list li {
    padding: 5px 0; }
    .footer .footer-info-list li a {
      color: #aaaaaa;
      font-size: 16px; }
    .footer .footer-info-list li.view_all a {
      color: #041E3A;
      font-weight: bold;
      text-decoration: underline; }
  .footer .socialLinks .icon {
    height: 2.5rem;
    width: 2.5rem;
    background: none;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #506275; }
    .footer .socialLinks .icon svg {
      fill: #506275; }
    .footer .socialLinks .icon:hover {
      background-color: #FFF;
      color: #041E3A;
      border-color: #FFF; }
      .footer .socialLinks .icon:hover svg {
        fill: #041E3A; }
  .footer .form {
    margin: 0; }
  .footer .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    position: relative; }
    .footer .form-prefixPostfix.wrap .form-input {
      width: 100%;
      border-radius: 7px; }
    .footer .form-prefixPostfix.wrap .button {
      width: 30px;
      margin: 0;
      background: none;
      border: 0;
      text-transform: uppercase;
      font-size: 20px;
      padding: 0;
      position: absolute;
      right: 10px; }
      .footer .form-prefixPostfix.wrap .button svg {
        fill: #041E3A;
        width: 30px;
        height: 30px; }
  @media (min-width: 801px) {
    .footer .footer-info {
      display: flex; }
    .footer .footer-info-col {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
      border-right: 1px solid #294057; }
      .footer .footer-info-col:last-child {
        border-right: 0; }
    .footer .footer-info-col:last-child {
      border-right: 0;
      width: 30%; }
    .footer .addrs-col {
      width: 25%; } }
  .footer address {
    color: #aaaaaa;
    font-style: normal; }
  .footer address a {
    color: #aaaaaa;
    font-style: normal;
    text-decoration: none; }
  .footer .phone_num {
    padding-left: 20px;
    margin: 10px 0;
    color: #FFF;
    font-weight: bold; }
    .footer .phone_num a {
      color: #FFF;
      font-weight: normal;
      text-decoration: none;
      margin-bottom: 5px;
      display: block; }
    .footer .phone_num .icon {
      margin-left: -20px;
      width: 15px;
      height: 20px;
      margin-right: 1px;
      position: relative; }
      .footer .phone_num .icon svg {
        fill: #FFF; }
  .footer .mail_icon {
    padding-left: 20px;
    margin: 10px 0;
    color: #FFF;
    font-weight: bold; }
    .footer .mail_icon a {
      color: #FFF;
      font-weight: normal;
      text-decoration: none;
      margin-bottom: 5px;
      display: inline-block; }
    .footer .mail_icon .icon {
      margin-left: -24px;
      width: 20px;
      height: 20px;
      margin-right: 1px;
      position: relative; }
      .footer .mail_icon .icon svg {
        fill: #FFF; }

.footer-copyright {
  text-align: center; }
  .footer-copyright p {
    margin: 0px;
    font-size: 16px;
    color: #FFF; }

.download_app {
  margin: 20px 0 0; }
  .download_app a {
    display: flex;
    font-size: 18px;
    align-items: center;
    text-decoration: none;
    line-height: normal;
    justify-content: left; }
    .download_app a img {
      margin-right: 10px; }
  .download_app .icons {
    margin-top: 20px; }

.footer_before {
  background: url(../img/subscription_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 10px;
  text-align: center; }
  .footer_before h5 {
    font-size: 50px;
    color: #FFF;
    font-weight: 500; }
  .footer_before p {
    font-size: 20px;
    color: #FFF; }
  .footer_before .before-footer.wrap {
    display: flex;
    max-width: 800px;
    margin: 0 auto; }
  .footer_before .form-field {
    margin: 0px; }
  .footer_before .form p {
    font-size: 14px;
    margin: 20px 0 0; }
  .footer_before .form-input {
    max-width: 290px;
    border-radius: 50px;
    margin-right: 10px; }
  .footer_before .button.button--primary {
    background-color: #17518F;
    border: 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    padding: 0.85714rem 2.28571rem;
    line-height: 1rem; }
  .footer_before .button.button--primary:hover {
    color: #fff; }

.payment_cards {
  background-color: #03172D;
  margin-bottom: 20px; }
  .payment_cards .payment_icons {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .payment_cards .payment_icons img {
      margin-right: 10px; }
      .payment_cards .payment_icons img:last-child {
        margin-right: 0; }

.heroCarousel {
  margin-bottom: 0px; }

.homefull_box {
  text-align: center;
  padding: 70px 0; }

.homefull_wrap .page-heading {
  text-transform: uppercase;
  position: relative; }
  .homefull_wrap .page-heading:after {
    content: '';
    padding-bottom: 7px;
    background-color: #041e3a;
    width: 70px;
    display: block;
    margin: 0 auto; }
  .homefull_wrap .page-heading:before {
    content: '';
    width: 240px;
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -120px; }

.boxwrap {
  display: flex;
  align-content: space-between;
  margin: 0 -15px; }
  .boxwrap .box {
    width: 100%;
    margin: 15px;
    box-shadow: 0 10px 15px #CCC;
    background-color: #FFF; }
  .boxwrap .box.five_col_land {
    box-shadow: 0 5px 8px #CCC; }
  .boxwrap a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    font-weight: 500; }
    .boxwrap a:hover {
      color: #17518f; }
  .boxwrap .title_box img {
    width: 100%;
    /*max-height:250px;*/ }
  .boxwrap .title_box span {
    display: block;
    color: #041e3a;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 5px;
    text-transform: uppercase; }
  .boxwrap .title_box .imgbox {
    position: relative; }
    .boxwrap .title_box .imgbox:hover .overlay {
      display: block; }
  .boxwrap .title_box .imgbox.five_col_land {
    padding: 5px; }
  .boxwrap .title_box .overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/arrow_icon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0; }
  .boxwrap .subcat {
    margin: 0 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    border-top: 1px solid #DCDCDC; }
    .boxwrap .subcat li {
      padding: 0 10px;
      margin: 10px 0;
      border-right: 1px solid #DCDCDC;
      color: #777777;
      font-size: 14px;
      font-weight: 500; }
      .boxwrap .subcat li:last-child {
        border-right: 0; }

.our-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  flex-direction: row; }
  .our-gallery li {
    width: 20%; }
    .our-gallery li a {
      margin: 5px;
      display: block;
      position: relative; }
      .our-gallery li a span {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        color: #FFF; }
      .our-gallery li a:hover span {
        display: flex; }

.view_all {
  margin-top: 30px; }
  .view_all .button {
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }
    .view_all .button .icon {
      background: #FFF;
      border-radius: 50px;
      margin-left: 10px;
      line-height: 17px; }

.testimonial_wrap {
  display: flex; }
  .testimonial_wrap .box {
    background: #FFF;
    padding: 25px;
    width: 100%;
    margin: 15px;
    box-shadow: 0 10px 15px #CCC;
    position: relative; }
    .testimonial_wrap .box a {
      font-weight: bold; }
  .testimonial_wrap .icon.quote {
    display: block;
    background: #FFF;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 5px 5px #E3E3E3;
    margin: -50px auto 40px; }
    .testimonial_wrap .icon.quote svg {
      fill: #041E3A; }
  .testimonial_wrap .testi_cnt {
    font-size: 14px;
    color: #555555;
    line-height: 24px; }
  .testimonial_wrap .testi_name {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center; }
    .testimonial_wrap .testi_name > div {
      margin: 0 15px; }
    .testimonial_wrap .testi_name svg {
      fill: #17518F; }
    .testimonial_wrap .testi_name .name {
      color: #041e3a;
      font-size: 18px;
      text-align: left; }
      .testimonial_wrap .testi_name .name span {
        display: block;
        color: #17518f;
        font-size: 16px; }

.category_head {
  background-size: cover;
  margin-top: -2.5rem;
  margin-bottom: 2.5rem;
  background-color: #FFF; }
  .category_head .page-heading {
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase; }
  .category_head .breadcrumbs {
    margin-bottom: 0; }
  .category_head .breadcrumb.is-active > .breadcrumb-label {
    color: #FFF; }
  .category_head .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .category_head .container .box {
      padding: 35px 0; }

.filter_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .filter_head .actionBar {
    margin: 0; }
  .filter_head .form-field {
    margin: 0; }
  .filter_head .pagination-list {
    margin: 0; }
  .filter_head .actionBar-section .form-field {
    border: 0;
    border-radius: 0; }
  .filter_head .actionBar-section .form-label {
    border: 0px; }
  .filter_head .actionBar-section .form-select {
    border: 1px solid #DCDCDC;
    color: #999999;
    border-radius: 0; }

.facetedSearch-toggle + .facetedSearch-navList {
  margin-top: 0; }

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

.page-sidebar h5, .page-sidebar .sidebarBlock-heading {
  font-size: 18px;
  text-transform: uppercase;
  color: #041e3a;
  font-weight: 700;
  background: #A0B0C1;
  padding: 5px 10px;
  margin-bottom: 0; }

.page-sidebar .navList-action {
  font-size: 18px; }

.page-sidebar .sidebarBlock {
  background-color: #F0F2F4; }

.page-sidebar .sidebarBlock > .navList {
  padding: 10px 15px; }

.accordion--navList .accordion-title {
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 0; }

.accordion--navList .accordion-content {
  padding: 10px 15px; }

.accordion--navList .navList-action {
  font-size: 16px;
  color: #555555; }

.accordion--navList .navList-action--checkbox:before {
  border-radius: 50px; }

.accordion--navList .navList-action--checkbox.is-selected:before {
  border-color: #17518F; }

.accordion--navList .navList-action--checkbox:after {
  /*	background: #17518F;
			border: 4px solid #fff;
			border-radius: 1rem;*/ }

.accordion--navList ul.navList {
  position: relative; }
  .accordion--navList ul.navList:before {
    content: '';
    border-left: 1px solid #E4E4E5;
    width: 1px;
    height: 80%;
    position: absolute;
    left: 7px;
    top: 10px; }

.homefull_wrap .homefull_box:nth-child(even) {
  background: #F0F2F4; }

.productGrid {
  display: flex;
  flex-wrap: wrap; }
  .productGrid .product {
    background-color: #FFF;
    box-shadow: 0 0 10px #CCC;
    margin: 1.1%;
    padding: 20px;
    /*	.card{
			margin-bottom:0;
			.price-section.rrp-price--withoutTax,
			.price-section.non-sale-price--withoutTax,
			.price-section .price-now-label {
				display: none;
			}*/ }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 31%; } }
  .productGrid .card-img-container:after {
    padding-bottom: 100%; }
  .productGrid .card-body {
    text-align: center; }
    .productGrid .card-body .price.price--withoutTax {
      color: #3797ba;
      font-size: 24px;
      font-weight: 700; }
  .productGrid .card-figcaption {
    background: rgba(4, 30, 58, 0.8); }
  .productGrid .card-figcaption-button {
    background: #041E3A;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .productGrid .card-figcaption-button:hover {
      background: #17518F;
      border-color: #17518F; }

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

.card-title > a {
  color: #555555;
  font-size: 18px;
  font-weight: 700; }

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

.pagination-list {
  text-align: right; }
  .pagination-list li {
    border: 1px solid #DCDCDC;
    vertical-align: top;
    text-align: center; }
    .pagination-list li a {
      border-radius: 0px;
      color: #999999;
      font-size: 14px;
      padding: 5px;
      width: 30px;
      height: 30px;
      line-height: 20px; }
    .pagination-list li:hover, .pagination-list li.pagination-item--current {
      border-color: #17518F;
      border-radius: 0;
      background: #17518F;
      margin-right: 0; }
      .pagination-list li:hover a.pagination-link, .pagination-list li.pagination-item--current a.pagination-link {
        color: #FFF; }
    .pagination-list li.pagination-item--next, .pagination-list li.pagination-item--previous {
      float: none; }
      .pagination-list li.pagination-item--next > a, .pagination-list li.pagination-item--previous > a {
        font-size: 0; }
        .pagination-list li.pagination-item--next > a:hover .icon svg, .pagination-list li.pagination-item--previous > a:hover .icon svg {
          fill: #FFF; }
      .pagination-list li.pagination-item--next .icon, .pagination-list li.pagination-item--previous .icon {
        margin: 0px; }

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

.productView-details {
  /*.productView-brand {
		display: none;
	}*/
  /*.price-section.rrp-price--withoutTax,
	.price-section.non-sale-price--withoutTax,
	.price-section .price-now-label {
		display: none;
	}*/ }
  .productView-details .productView-title {
    font-size: 34px;
    color: #041e3a;
    margin: 1rem 0 1.25rem 0;
    line-height: 38px; }
  .productView-details .productView-product {
    border-bottom: 0; }
  .productView-details .productView-price {
    color: #3797ba;
    font-weight: 700; }
  .productView-details .productView-info-name {
    display: inline-block; }
  .productView-details .productView-info-value {
    display: inline-block;
    clear: right; }
  .productView-details .productView-rating .productView-reviewLink {
    color: #17518f; }
    .productView-details .productView-rating .productView-reviewLink a {
      color: #17518f;
      text-decoration: none; }
    .productView-details .productView-rating .productView-reviewLink a:hover {
      color: #757575; }
  .productView-details .productView-rating .icon--ratingEmpty svg {
    fill: #d2d2d2; }
  .productView-details .productView-rating .icon--ratingFull svg {
    fill: #ffcc00; }
  .productView-details .productView-details .productView-info-name {
    color: #999;
    font-size: 16px; }
  .productView-details .productView-details .productView-info-value {
    color: #555;
    font-size: 16px; }
  .productView-details .form-field--increments .form-label {
    font-size: 18px;
    font-weight: 700;
    color: #041e3a;
    margin-bottom: 1.25rem; }
  .productView-details .form-field--increments .form-increment {
    width: 100%;
    max-width: 117px; }
    .productView-details .form-field--increments .form-increment .button {
      width: 28px;
      height: 38px;
      border: 1px solid #dcdcdc; }
    .productView-details .form-field--increments .form-increment .button:hover {
      width: 28px;
      height: 38px;
      border: 1px solid #17518f;
      background: #17518f; }
      .productView-details .form-field--increments .form-increment .button:hover svg {
        fill: #fff; }
    .productView-details .form-field--increments .form-increment .button[data-action="dec"] {
      border-radius: 2rem 0 0 2rem; }
    .productView-details .form-field--increments .form-increment .button[data-action="inc"] {
      border-radius: 0 2rem 2rem 0; }
    .productView-details .form-field--increments .form-increment .form-input--incrementTotal {
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      font-weight: 400;
      height: 38px;
      text-align: center;
      width: 55px;
      border-radius: 0; }
  .productView-details .productView-options .form-action {
    display: inline-block;
    margin-top: 1rem;
    padding: 0 2px; }
  .productView-details #form-action-addToCart {
    background: #17518f;
    border: 1px solid #17518f;
    border-radius: 2rem;
    font-size: 1.45rem;
    text-transform: uppercase;
    font-weight: 800;
    height: 50px;
    padding: 0.85714rem 1.8rem;
    line-height: 25px;
    color: #fff; }
  .productView-details #form-action-addToCart:hover {
    background: #fff;
    border: 1px solid #17518f;
    color: #17518f; }
  .productView-details .form-wishlist {
    margin: 0; }
  .productView-details .form-wishlist .button {
    border: 1px solid #dcdcdc;
    border-radius: 2rem;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    height: 50px;
    line-height: 26px;
    color: #555;
    background: #f7f8f9;
    margin-bottom: 0; }
    .productView-details .form-wishlist .button > .icon {
      height: 1.8rem;
      width: 1.14rem; }
  .productView-details .form-wishlist > .button:hover {
    opacity: 0.7; }
  .productView-details #wishlist-dropdown li .button {
    padding-left: 8px;
    padding-right: 8px; }

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

P.productView-price {
  float: left; }

.productView-thumbnails {
  margin: 20px 0; }
  .productView-thumbnails .slick-next.slick-arrow, .productView-thumbnails .slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #17518f;
    border: 1px solid #17518f;
    top: 75%;
    transform: translate(0, -25%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%; }
  .productView-thumbnails .slick-next.slick-arrow:hover,
  .productView-thumbnails .slick-prev.slick-arrow:hover {
    background-color: #fff;
    border: 1px solid #17518f; }
  .productView-thumbnails .slick-next:before,
  .productView-thumbnails .slick-prev:before {
    background-image: none; }
  .productView-thumbnails .slick-next.slick-arrow.slick-disabled,
  .productView-thumbnails .slick-prev.slick-arrow.slick-disabled {
    background-color: #17518f;
    border: 1px solid #17518f; }
  .productView-thumbnails .slick-next.slick-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='rgb(250, 250, 250)' /%3E%3C/svg%3E"); }
  .productView-thumbnails .slick-next.slick-arrow:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='rgb(23, 81, 143)' /%3E%3C/svg%3E"); }
  .productView-thumbnails .slick-prev.slick-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0   c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744   c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z' fill='rgb(250, 250, 250)' /%3E%3C/svg%3E"); }
  .productView-thumbnails .slick-prev.slick-arrow:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0   c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744   c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z' fill='rgb(23, 81, 143)' /%3E%3C/svg%3E"); }

.slick-dots li button {
  border: 1px solid #17518F; }

.slick-dots li.slick-active button:before {
  background: #17518F; }

.slick-dots li button:hover:before {
  background: #17518F; }

.ProCalculatorWrap {
  text-align: center;
  margin-bottom: 25px; }
  .ProCalculatorWrap .ProCalculatorTop {
    border: 5px solid #e2e7ec;
    padding: 26px;
    margin-bottom: 50px; }
    .ProCalculatorWrap .ProCalculatorTop p {
      margin: 0;
      font-size: 16px;
      color: #555; }
    .ProCalculatorWrap .ProCalculatorTop a {
      text-decoration: underline; }
  .ProCalculatorWrap a {
    color: #17518f;
    text-decoration: none; }
  .ProCalculatorWrap a:hover {
    color: #757575;
    text-decoration: none; }
  .ProCalculatorWrap .ProCalculatorBottom {
    border: 1px solid #dcdcdc;
    box-shadow: 0 5px 15px #ededed;
    position: relative; }
  .ProCalculatorWrap .EstimatorCalIcon {
    position: absolute;
    top: -42px;
    margin: 0 auto;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #f7f8f9;
    border-radius: 50%;
    box-shadow: 0 5px 15px #dcdcdc;
    transform: translate(-50%, 0); }
  .ProCalculatorWrap .EstimatorCalIcon a {
    display: block; }
  .ProCalculatorWrap .EstimatorCalIcon .icon {
    height: 5.7rem;
    width: 3rem; }
  .ProCalculatorWrap .BoxDetailTop {
    padding: 50px 0 45px 0; }
  .ProCalculatorWrap p {
    color: #555;
    font-size: 18px;
    margin-bottom: 0; }
  .ProCalculatorWrap .ProjectEstimatorTitle {
    font-size: 18px; }
  .ProCalculatorWrap .BoxDetailBottom {
    background: #f7f8f9;
    padding: 25px;
    font-size: 30px; }

.productView-description {
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 3.75rem;
  /*#tab-description.tab-content ul li:last-child {
		background-image: none;
		padding-left: 0;
	}*/ }
  .productView-description .tabs {
    border-bottom: 2px solid #A0B0C1;
    margin: 0; }
  .productView-description .tab .tab-title {
    color: #041e3a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px; }
  .productView-description .tab.is-active {
    margin-bottom: 1px; }
    .productView-description .tab.is-active .tab-title {
      background-color: #A0B0C1; }
  .productView-description .tab-content {
    padding: 20px;
    background-color: #F0F2F4;
    color: #555;
    font-size: 16px; }
  .productView-description .tab-content ul {
    list-style: none;
    margin-left: 0; }
  .productView-description .tabs-contents {
    margin-bottom: 0; }
  .productView-description .tabs-contents h3 {
    font-size: 20px;
    font-weight: 700; }
  .productView-description .tabs-contents p {
    text-align: left; }
  .productView-description #tab-description.tab-content ul li {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='rgb(23, 81, 143)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 20px;
    line-height: 26px;
    background-size: 12px; }
  .productView-description .tabs-contents a[href*=".pdf"] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 482.14 482.14'%3E%3Cpath d='M142.024,310.194c0-8.007-5.556-12.782-15.359-12.782c-4.003,0-6.714,0.395-8.132,0.773v25.69 c1.679,0.378,3.743,0.504,6.588,0.504C135.57,324.379,142.024,319.1,142.024,310.194z'/%3E%3Cpath d='M202.709,297.681c-4.39,0-7.227,0.379-8.905,0.772v56.896c1.679,0.394,4.39,0.394,6.841,0.394 c17.809,0.126,29.424-9.677,29.424-30.449C230.195,307.231,219.611,297.681,202.709,297.681z'/%3E%3Cpath d='M315.458,0H121.811c-28.29,0-51.315,23.041-51.315,51.315v189.754h-5.012c-11.418,0-20.678,9.251-20.678,20.679v125.404 c0,11.427,9.259,20.677,20.678,20.677h5.012v22.995c0,28.305,23.025,51.315,51.315,51.315h264.223 c28.272,0,51.3-23.011,51.3-51.315V121.449L315.458,0z M99.053,284.379c6.06-1.024,14.578-1.796,26.579-1.796 c12.128,0,20.772,2.315,26.58,6.965c5.548,4.382,9.292,11.615,9.292,20.127c0,8.51-2.837,15.745-7.999,20.646 c-6.714,6.32-16.643,9.157-28.258,9.157c-2.585,0-4.902-0.128-6.714-0.379v31.096H99.053V284.379z M386.034,450.713H121.811 c-10.954,0-19.874-8.92-19.874-19.889v-22.995h246.31c11.42,0,20.679-9.25,20.679-20.677V261.748 c0-11.428-9.259-20.679-20.679-20.679h-246.31V51.315c0-10.938,8.921-19.858,19.874-19.858l181.89-0.19v67.233 c0,19.638,15.934,35.587,35.587,35.587l65.862-0.189l0.741,296.925C405.891,441.793,396.987,450.713,386.034,450.713z M174.065,369.801v-85.422c7.225-1.15,16.642-1.796,26.58-1.796c16.516,0,27.226,2.963,35.618,9.282 c9.031,6.714,14.704,17.416,14.704,32.781c0,16.643-6.06,28.133-14.453,35.224c-9.157,7.612-23.096,11.222-40.125,11.222 C186.191,371.092,178.966,370.446,174.065,369.801z M314.892,319.226v15.996h-31.23v34.973h-19.74v-86.966h53.16v16.122h-33.42 v19.875H314.892z' fill='rgb(23, 81, 143)' /%3E%3C/svg%3E");
    background-size: 25px;
    padding: 5px 0 5px 34px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: left 5px;
    text-decoration: none;
    display: block; }
  .productView-description .tab-content table {
    width: 100%; }
  .productView-description .productView-description .tab-content table td {
    padding: 0 8px; }

.toggle.videoGallery {
  border-top: 0 none; }

.toggle.videoGallery + .tabs {
  border-bottom: 0 none; }

/* Related Product Section */
.RelatedAlsoViewdTab .tab .tab-title {
  color: #041e3a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px; }

.RelatedAlsoViewdTab .tab.is-active {
  margin-bottom: 1px; }
  .RelatedAlsoViewdTab .tab.is-active .tab-title {
    background-color: #A0B0C1; }

.RelatedAlsoViewdTab .tabs {
  border-bottom: 2px solid #A0B0C1; }

.RelatedAlsoViewdTab .tabs-contents {
  margin-bottom: 0; }

.body.product .productCarousel .slick-list {
  padding: 20px 0; }

.body.product .card {
  box-shadow: 0 0 10px #CCC;
  margin: 0;
  background: #fff; }
  .body.product .card .card-figure {
    margin-top: 0;
    position: relative; }
  .body.product .card .card-figure {
    margin: 0 0 20px; }
  .body.product .card .card-figure:hover .card-figcaption {
    background: rgba(4, 30, 58, 0.8); }
  .body.product .card .card-figure .card-figcaption-button {
    background: #041E3A;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .body.product .card .card-figure .card-figcaption-button:hover {
    background: #17518F;
    border-color: #17518F; }
  .body.product .card .card-img-container:after {
    padding-bottom: 100%; }
  .body.product .card .card-figure .card-image {
    padding: 5px; }
  .body.product .card .card-body {
    text-align: center;
    padding: 0 20px 20px; }
  .body.product .card .card-text[data-test-info-type="brandName"] {
    display: none; }
  .body.product .card .card-title {
    font-size: 15px;
    margin: 0 0 5px 0;
    max-height: 45px;
    min-height: 45px;
    overflow: hidden; }
  .body.product .card .card-title > a {
    color: #555555;
    font-size: 15px;
    font-weight: 400; }
  .body.product .card .card-body .card-text[data-test-info-type="price"] {
    margin-bottom: 6px; }
  .body.product .card .price-section.non-sale-price--withoutTax,
  .body.product .card .price-section.rrp-price--withoutTax {
    display: none; }
  .body.product .card .price.price--withoutTax {
    color: #3797ba;
    font-size: 20px;
    font-weight: 700; }
  .body.product .card .price-now-label {
    display: none; }
  .body.product .card .AddToCartArea .button {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #17518f;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #17518f;
    border-radius: 2rem;
    padding: 0.57143rem 1rem; }
  .body.product .card .AddToCartArea .button:hover {
    background: #17518f;
    color: #fff; }

.body.product .tabs-contents .slick-next.slick-arrow, .body.product .tabs-contents .slick-prev.slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #17518f;
  border: 1px solid #17518f;
  top: 50%;
  transform: translate(0, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }

.body.product .tabs-contents .slick-next.slick-arrow:hover,
.body.product .tabs-contents .slick-prev.slick-arrow:hover {
  background-color: #fff;
  border: 1px solid #17518f; }

.body.product .tabs-contents .slick-next:before,
.body.product .tabs-contents .slick-prev:before {
  background-image: none; }

.body.product .tabs-contents .slick-next.slick-arrow.slick-disabled,
.body.product .tabs-contents .slick-prev.slick-arrow.slick-disabled {
  background-color: #17518f;
  border: 1px solid #17518f; }

.body.product .tabs-contents .slick-next.slick-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='rgb(250, 250, 250)' /%3E%3C/svg%3E"); }

.body.product .tabs-contents .slick-next.slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.846 451.847'%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='rgb(23, 81, 143)' /%3E%3C/svg%3E"); }

.body.product .tabs-contents .slick-prev.slick-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0   c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744   c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z' fill='rgb(250, 250, 250)' /%3E%3C/svg%3E"); }

.body.product .tabs-contents .slick-prev.slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0   c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744   c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z' fill='rgb(23, 81, 143)' /%3E%3C/svg%3E"); }

/* Tab Video Style */
#tab-videos .videoGallery .videoGallery-main,
#tab-videos .videoGallery .videoGallery-list {
  display: inline-block;
  vertical-align: top; }

#tab-videos .videoGallery .videoGallery-main {
  width: 60%; }

#tab-videos .videoGallery .videoGallery-list {
  width: 40%;
  padding-left: 10px; }
  #tab-videos .videoGallery .videoGallery-list .videoGallery-item {
    width: 100%; }
  #tab-videos .videoGallery .videoGallery-list .video-title {
    font-size: 17px; }

/* Blog Style */
.blog .blog-post-body {
  width: 90%; }

.productView-description #tab-description.tab-content ul#itemContainer2 li, .productView-description #tab-description.tab-content ul#itemContainer li {
  background-image: none;
  padding-left: 0px; }

/* popup overlay */
.slide_open, .slide1_open {
  color: #041e3a; }

.slide_open:hover, .slide1_open:hover, .initialism:hover {
  text-decoration: underline; }

.table1 tr td {
  padding: 0.5rem 0.5rem; }

.table1 tr td input.Textbox, .table1 tr td input[type="text"] {
  border: 1px solid #e6e6e6;
  font-size: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  padding: 4px 9px;
  height: 18px;
  color: #6E6E6E;
  -webkit-appearance: none;
  margin-bottom: 5px;
  padding: 13px 10px; }

.table1 tr td input[type="button"] {
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #17518f;
  border: 0;
  text-align: center;
  border: solid #17518f 1px;
  text-transform: uppercase;
  -webkit-appearance: none; }

.well {
  /* drop-shadow is better than box-shadow as it add a shadow to tooltip arrows arrow as well,
        however drop-shadow dramatically affects the performance of transition animation on Android. */
  /* filter: drop-shadow(0 0 10px rgba(0,0,0,0.3)); */
  display: none;
  margin: 1em;
  max-width: 740px;
  background-color: #fff;
  padding: 10px 10px;
  vertical-align: middle !important; }

.well .popup_close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 2px;
  background: none;
  border: 0;
  font-size: 25px;
  padding: 0 10px; }

#slide_background {
  -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s; }

#slide, #slide_wrapper, #slide1 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

#slide, #slide1 {
  -webkit-transform: translateX(0) translateY(-40%);
  -moz-transform: translateX(0) translateY(-40%);
  -ms-transform: translateX(0) translateY(-40%);
  transform: translateX(0) translateY(-40%); }

.popup_visible #slide, .popup_visible #slide1 {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0); }

@media (min-width: 801px) {
  #conce_corner-1, #conce_corner {
    display: inline-table; }
  .overtb {
    text-align: center; }
  #conce_corner {
    margin-top: 24px; }
  .navUser-section li.navUser-item .sloyalty-loyaltyprogram-points.loyrewards {
    background-color: transparent;
    padding: 3px 0px;
    border-radius: 10px; }
  /*#menu .navPages-list .navPages-item {
		position: relative;
	}
	.navPages-container .navPages .navPages-list .navPages-item .navPages-action {
		font-size: 14px;
	}
	#menu .navPages-list .navPages-item:hover,
	#menu .navPages-list .navPage-subMenu-item > a.navPages-action.has-subMenu {
		background: #041e3a;
		font-weight: 400;
	}
	#menu .navPages-list .navPages-item:hover > a.navPages-action {
		color: #fff;
	}
	#menu .navPages-list .navPages-item:hover > .navPage-subMenu,
	#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList {
		background: #fff;
		display: block;
		z-index: 99;
	}
	#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList {
		box-shadow: 0px 2px 1px #999;
	}
	#menu .navPages-list .navPage-subMenu-item > a.navPages-action {
		border: 0 none;
		margin: 0 0;
		font-weight: 400;
		padding: 0.5rem 1.25rem;
	}
	#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item > a {
		color: #000;
		border-bottom: 1px solid #ccc;
	}
	#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > a {
		color: #fff;
		background-color:#041e3a;
	}
	#menu .navPages-list .navPages-item > .navPage-subMenu {
		padding: 15px 0 0 0 !important;
		width: 275px;
		box-shadow: 0 2px 2px #999999;
	}
	#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item {
		display: block;
		float: none;
		width: 100%;
		padding: 0 !important;
	}
	#menu .navPages-list .navPages-item:hover > .navPage-subMenu > .navPage-subMenu-list {
		position: relative;
	}
	#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item > .navPage-childList {
		background: #ffffff none repeat scroll 0 0;
		display: none;
		height: auto;
		left: inherit;
		min-height: 100%;
		padding: 10px 0 0 0;
		position: absolute;
		right: -275px;
		top: -15px;
		width: 275px;
	}
	#menu .navPages-list .navPage-childList-action {
		font-weight: 400;
		padding: .5rem 1.25rem;
		border-bottom: 1px solid #ccc;
	}
	#menu .navPages-list .navPage-childList-item:last-child .navPage-childList-action {
		border-bottom: 0;
	}
	#menu .navPages-list .navPage-subMenu-item > a,
	#menu .navPages-list .navPage-subMenu-item > a.navPages-action.has-subMenu {
		background: #ffffff none repeat scroll 0 0;
		font-size: 15px;
		font-weight: 400;
	}
	.has-subMenu.is-open .navPages-action-moreIcon,
	.navPage-subMenu a.has-subMenu .navPages-action-moreIcon {
		transform: rotate(-90deg);
		float: right;
		margin: 8px 0 0;
		display:block;
	}
	.navPages-action-moreIcon > svg{
		fill: #FFF;
		stroke: #CCC;
	}
	.navPages-item.More.Brands > .navPage-subMenu,
	.navPages-item.Shop.By > .navPage-subMenu {
		right: 0;
	}
	.navPages-item.More.Brands > .navPage-subMenu .navPage-subMenu-action,
	.navPages-item.Shop.By > .navPage-subMenu .navPage-subMenu-action  {
		position: relative;
		padding-left: 30px !important;
	}
	.navPages-item.More.Brands > .navPage-subMenu .icon.navPages-action-moreIcon,
	.navPages-item.Shop.By > .navPage-subMenu .icon.navPages-action-moreIcon  {
		transform: rotate(90deg);
		float: left;
		margin: 0;
		position: absolute;
		top: 9px;
		left: 10px;
	}
	.navPages-item.More.Brands > .navPage-subMenu .navPage-childList,
	.navPages-item.Shop.By > .navPage-subMenu .navPage-childList  {
		left: -275px !important;
	}*/
  .DesktopMenu.navPages-list .navPages-item:hover .navPage-subMenu {
    display: block;
    left: 0;
    width: 100%; }
  .DesktopMenu.navPages-list .navPages-item:hover > .navPages-action.has-subMenu {
    background: #041e3a;
    color: #fff; }
  .DesktopMenu.navPages-list .navPages-item:hover .navPages-action svg {
    fill: #fff;
    stroke: #fff; }
  .DesktopMenu.navPages-list .navPages-item .navPage-subMenu,
  .navPage-subMenu.is-open {
    background: #F0F2F4; }
  .DesktopMenu.navPages-list .navPages-item .navPage-subMenu .navPages-action,
  .navPages-container .navPage-subMenu.is-open .navPages-action {
    color: #666;
    padding: 4px 10px;
    font-size: 14px; }
  .navPages .DesktopMenu.navPages-list .navPage-subMenu-list {
    column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    -webkit-column-count: 4; }
  .navPage-subMenu-item {
    float: none;
    width: 100%; }
  .DesktopMenu.navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item,
  .navPages-container .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item {
    margin: 0 0 10px 0; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 0px solid #CCC;
    margin-bottom: 0;
    background-color: transparent;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #041e3a !important;
    font-size: 14px !important;
    font-weight: 700; }
    .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #FFF;
      background-color: transparent; }
  .navPage-childList-action.navPages-action:hover {
    color: #333 !important;
    background-color: transparent; }
  .productView-details .productView-product {
    padding-left: 1rem; } }

@media (max-width: 1040px) {
  .header_inner .header-logo {
    max-width: 50%; }
  .header-search {
    width: 310px; }
  .header-search .form-input {
    width: 84%; }
  .navPages-container .navPages-action {
    padding: 11px 10px;
    font-size: 13px; }
  .navPages-container .navPages-action.activePage {
    padding: 11px 10px 6px; }
  .homefull_box:first-child {
    padding-top: 50px; }
  .boxwrap {
    flex-wrap: wrap;
    justify-content: center; }
  .boxwrap .box {
    width: 48%;
    margin: 1%; }
  .BannerNewsletterWrap {
    margin-bottom: 40px; } }

@media (max-width: 999px) {
  .BreadcrumCustomSection .breadcrumbs .breadcrumb > .breadcrumb-label,
  .BreadcrumCustomSection .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    font-size: 12px; }
  .productView-details .productView-title {
    font-size: 26px;
    margin: 0 0 0.75rem 0;
    line-height: normal; }
  .productView-price {
    font-size: 26px; }
  .productView-price {
    margin-bottom: 0.5rem; }
  .productView-info-value {
    margin-bottom: 0.8rem; }
  .productView-description .tab .tab-title,
  .RelatedAlsoViewdTab .tab .tab-title {
    font-size: 18px;
    padding: 0.5rem 0.8rem;
    text-align: left; }
  #tab-videos .videoGallery .videoGallery-main,
  #tab-videos .videoGallery .videoGallery-list {
    width: 100%;
    padding-left: 0; } }

@media (max-width: 991px) {
  .navPages .DesktopMenu.navPages-list .navPage-subMenu-list {
    column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    -webkit-column-count: 3; } }

@media (max-width: 800px) {
  .DesktopMenu.navPages-list {
    display: none; }
  .MobileMenu.navPages-list {
    display: block !important; }
  .has-subMenu.is-open + .navPage-subMenu,
  .has-subMenu.is-open + .navPage-childList {
    display: block !important;
    margin-left: 10px; }
  .accordion--navList .accordion-navigation-actions .icon {
    top: 50%;
    transform: translate(0, -50%);
    fill: #041e3a; }
  .header-logo {
    margin-left: 5rem;
    margin-right: 7rem; }
  .header_right .navUser-item {
    display: inline-block;
    float: none;
    vertical-align: bottom; }
  .header_right .navUser-item .ResSearch {
    width: 25px;
    height: 25px;
    display: inline-block !important;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 612 612'%3E%3Cpath d='M598.221,531.586l-110.58-110.542c30.314-43.443,48.228-96.149,48.228-153.105 c0-147.976-119.958-267.934-267.934-267.934S0,119.963,0,267.939s119.958,267.934,267.934,267.934 c56.956,0,109.662-17.913,153.105-48.228l110.542,110.542c18.411,18.41,48.229,18.41,66.64,0 C616.593,579.814,616.593,549.997,598.221,531.586z M267.934,459.32c-105.681,0-191.381-85.7-191.381-191.381 c0-105.681,85.701-191.381,191.381-191.381c105.681,0,191.381,85.701,191.381,191.381 C459.315,373.62,373.615,459.32,267.934,459.32z' fill='rgb(4, 30, 58)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center; }
  .header_right .navUser-item .header-search {
    position: fixed;
    background: #fff;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    float: none;
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.28);
    transition: all 0.2s ease; }
  body.CstomSearch .header_right .navUser-item .header-search {
    top: 55px;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all 0.2s ease; }
  .header_right .header-search .form-search {
    justify-content: center;
    align-items: center; }
  .header .navUser {
    padding: 0; }
  .header-logo > a {
    width: 98%;
    padding: 0.78571rem; }
  .header_right {
    position: absolute;
    right: 20px;
    top: 8px; }
  .header_inner .header-logo {
    max-width: 100%; }
  .header-logo--left {
    text-align: center; }
  .header-logo--left .header-logo-image {
    right: 0; }
  .featured_cats .box {
    width: 48%; }
  .heroCarousel {
    margin-bottom: 1.5rem; }
  .page-sidebar + .page-content .productGrid .product {
    width: 31.133%; }
  .productView-images {
    margin-bottom: 1rem; }
  .productView-image + .productView-thumbnails {
    margin-top: 1.5rem; }
  .productView-description .tab-content table td {
    padding: 0 8px;
    width: 100%;
    display: block; }
  .productView-description .tab-content table td p {
    margin-bottom: 0.2rem; }
  .navPages-container .navPages-item .txt-or {
    padding: 10px; } }

@media (max-width: 767px) {
  .column-container {
    flex-direction: column; }
  .custom-collection .productGrid .product {
    width: calc(50% - 15px); }
  #align1-contact, #align2-contact, #align3-contact, #align4-contact {
    padding-right: 0px !important;
    clear: both !important;
    float: none !important; }
  .name-contact {
    float: none !important;
    margin: auto;
    margin-right: inherit !important; }
  .BannerNewsletterWrap {
    min-height: 450px; }
  .BannerNewsletterWrap .NewsletterInner {
    padding: 25px 45px 0; }
  .BannerNewsletterWrap .NewsletterInner h5 {
    font-size: 40px; }
  .BannerNewsletterWrap .NewsletterInner > p {
    font-size: 18px; }
  .BannerNewsletterWrap .NewsletterInner .form-input:first-child {
    margin-right: 0; }
  .BannerNewsletterWrap .NewsletterInner .form-input {
    max-width: 100%; } }

@media (min-width: 551px) and (max-width: 640px) {
  .productView-details .form-wishlist .button {
    padding: 0.85714rem 1.286rem; } }

@media (min-width: 1040px) {
  .homefull_wrap .page-heading2 {
    min-height: 96px;
    height: auto; } }

@media (min-width: 641px) {
  .homefull_wrap .page-heading2 {
    margin-bottom: 10px;
    font-size: 32px; } }

@media (max-width: 640px) {
  .body {
    margin-bottom: 1rem; }
  .featured_cats .box .overlay {
    padding-top: 25%; }
  .homefull_wrap .page-heading, .homefull_wrap .page-heading2 {
    font-size: 18px;
    margin-bottom: 20px; }
  .homefull_box {
    padding: 30px 0; }
  .boxwrap .box {
    width: 100%;
    margin: 10px; }
  .our-gallery li {
    width: 33%; }
  .footer_before h5 {
    font-size: 30px; }
  .footer_before p {
    font-size: 18px; }
  .footer_before .before-footer.wrap {
    display: block; }
  .footer_before .form-input {
    margin: 0 auto 10px; }
  .payment_cards .payment_icons {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .payment_cards .payment_icons .rightbox {
      margin-top: 20px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 47.8%; }
  .category_head {
    margin-top: -1.5rem; }
  .category_head .container {
    flex-wrap: wrap; }
  .category_head .container .box {
    padding: 15px 0;
    width: 100%; }
  .BannerNewsletterWrap .NewsletterInner {
    padding: 25px 20px 0; }
  .BannerNewsletterWrap .NewsletterInner h5 {
    font-size: 30px; }
  .BannerNewsletterWrap .NewsletterInner > p {
    font-size: 14px; } }

@media (max-width: 560px) {
  .featured_cats .box {
    width: 100%;
    text-align: center; }
  .our-gallery li {
    width: 50%; }
  .testimonial_wrap {
    flex-wrap: wrap; }
  .testimonial_wrap .box {
    margin-top: 40px !important; }
  .productView-options {
    text-align: left; } }

@media (max-width: 550px) {
  .productView-options .form-field > .form-radio + .form-label {
    display: block;
    margin-left: 0; }
  .header-logo {
    margin-left: 2rem;
    margin-right: 5.5rem; }
  .header_inner .navUser-item--cart {
    margin-left: 5px; } }

@media (max-width: 400px) {
  .filter_head .box_right {
    display: none; }
  .page-sidebar + .page-content .productGrid .product {
    width: 100%;
    margin: 10px; }
  .category_head .box.rightbox {
    display: none; }
  .BannerNewsletterWrap .NewsletterInner form,
  .BannerNewsletterWrap .NewsletterInner .form-field,
  .BannerNewsletterWrap .NewsletterInner .form-newsletter {
    padding: 0;
    margin: 0; } }

.get-fast-col > .shg-row > .shg-c-xs-6 > .shg-box {
  box-shadow: 2px 2px 2px 1px darkgray !important;
  border-style: solid;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgba(141, 2, 237, 0);
  background-color: white !important; }

@media only screen and (min-width: 1200px) {
  .get-fast-col > .shg-row > .shg-c-sm-2 {
    width: calc(18% - 25.0px) !important; }
  ul.navPage-subMenu-list {
    position: relative;
    left: 20px; } }

@media only screen and (max-width: 991px) and (min-width: 554px) {
  .get-fast-col > .shg-row > .shg-c-sm-2 {
    width: calc(30% - 25.0px) !important; } }

@media only screen and (max-width: 553px) {
  .get-fast-col > .shg-row > .shg-c-sm-2 {
    width: calc(50% - 25.0px) !important; } }

.deal-text {
  font-size: 11px !important;
  color: #FFF !important;
  font-weight: 700 !important;
  background: #292479;
  height: 18px;
  max-width: 90%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 5px;
  float: left;
  overflow: hidden; }

.deal-right {
  border-right: 4px solid transparent;
  border-top: 18px solid #292479;
  float: left; }

.price-block p {
  margin-bottom: 0px; }

.pro-title-sec a {
  color: #4673a0 !important;
  font-weight: 400;
  text-transform: capitalize; }

.pro-title-sec {
  height: 50px; }

.price-block > p > span {
  white-space: nowrap; }

h3.pro-title-sec {
  font-size: 12px; }

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

/* contact us css */
@media only screen and (min-width: 780px) and (max-width: 851px) {
  #dummy-row {
    display: none; } }

#left-contact {
  width: 100%;
  background-color: #ffffff;
  /*height: 680px;*/
  float: left;
  position: relative;
  margin-top: -3%; }

#right-contact {
  width: 100%;
  float: left;
  background-color: #e8e1d3;
  margin-top: -25px;
  padding-bottom: 13px;
  height: auto; }

.head-new {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
  margin-top: -20px;
  height: 94px; }

.logo-new {
  margin-left: 25px;
  margin-top: 15px;
  text-align: center; }

.contact-new {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 25px;
  position: relative;
  float: left;
  margin-right: 3%;
  background: #498cbc;
  padding: 0px 7px; }

.phno-contact {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #858481;
  text-align: left;
  text-transform: none;
  position: relative;
  float: left;
  margin-top: 28px;
  font-style: italic;
  margin-bottom: 8px !important; }

.separator-contact {
  border-top: 2px solid #498cbc;
  background-color: #498cbc;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px; }

.images-contact {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin: auto;
  /*max-width: 840px;*/
  max-width: 100%;
  /*clear:both;*/ }

.twoimg {
  padding: 0px 140px; }

.name-contact {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #858481;
  /* width: 155px;*/
  width: 23.3%;
  float: left;
  /* margin-right: 125px;*/
  margin-right: 1%;
  padding-bottom: 30px; }

div.images-contact > div.name-contact:nth-child(3) {
  padding-right: 0px; }

.centImg-contact {
  width: 155px;
  float: left;
  margin: auto;
  vertical-align: middle; }

.head1-contact {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #858481;
  margin-bottom: 10px;
  clear: both;
  margin-left: 9%;
  margin-right: 9%;
  text-align: center;
  margin-top: 20px; }

.brands-contact {
  width: auto;
  margin: 17px auto;
  position: relative;
  max-width: 840px; }

#align1-contact {
  /*width: 71px;*/
  float: left;
  position: relative;
  text-align: center;
  padding-right: 40px;
  height: 50px;
  margin-bottom: 8px; }

#align2-contact {
  /* width: 202px;*/
  float: left;
  position: relative;
  text-align: center;
  padding-right: 40px;
  padding-top: 10px;
  height: 50px; }

#align3-contact {
  /*width: 89px;*/
  float: left;
  position: relative;
  text-align: center;
  padding-right: 40px;
  height: 50px; }

#align4-contact {
  /*width: 76px;*/
  float: left;
  position: relative;
  text-align: center;
  padding-right: 40px;
  height: 50px;
  padding-top: 10px; }

#imgpad1-contact {
  padding-top: 5px; }

#imgpad2-contact {
  padding-top: 10px; }

#imgpad3-contact {
  padding-top: 20px; }

#footer-contact {
  text-align: center;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 10px; }

.form-heading-contact {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  margin: 3% 10%;
  text-align: left; }

#ContactForm .FormContainer.HorizontalFormContainer {
  text-align: center; }

#ContactForm .HorizontalFormContainer dd {
  margin-left: 0px;
  margin-bottom: 0px; }

#ContactForm .Textbox.Field200 {
  width: 284px;
  height: 34px;
  margin-bottom: 7px;
  border: 2px solid #e7d3af;
  font-size: 16px;
  padding-left: 12px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif; }

#ContactForm .Field300 {
  width: 282px;
  height: 68px;
  margin-bottom: 8px;
  border: 2px solid #e7d3af;
  padding-left: 12px;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif; }

#ContactForm .Warning {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  color: #000;
  margin: 0% 12%;
  text-align: left;
  clear: both; }

#ContactForm .send-img {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #000;
  margin: 0% 12%;
  text-align: left;
  clear: both;
  font-weight: 700; }

#left-colcon {
  width: 47%;
  position: relative;
  float: left;
  text-align: right;
  margin-top: 5px; }

#right-colcon {
  width: 47%;
  position: relative;
  float: left;
  text-align: left;
  margin-left: 20px;
  margin-top: 5px; }

#ContactForm .HorizontalFormContainer p.Submit {
  margin: 0;
  text-align: center; }

#ContactForm .ContactButton.btn {
  clear: both;
  width: 300px;
  height: 40px;
  font-size: 20px;
  margin-bottom: 2px;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  margin-top: 8px;
  text-transform: capitalize;
  font-weight: 300; }

.required-contact {
  display: block;
  position: relative;
  float: left !important;
  width: 10% !important; }

.required-field {
  display: block;
  position: relative;
  float: left;
  width: 80%; }

.break-none {
  display: none; }

#left-align.name-contact {
  margin-left: 16%; }

@media only screen and (max-width: 1023px) {
  #right-contact {
    float: none;
    margin: 0 auto;
    clear: both; }
  .form-heading-contact {
    padding-top: 10px; }
  #left-contact {
    margin-bottom: 8px; }
  .medaltabledv {
    overflow-x: auto; }
  .conce_corner {
    width: 100%;
    overflow-x: auto; }
  #conce_corner {
    margin-top: 24px; }
  .medaltabledv .medatable td, .conce_corner .table-medallion td {
    display: table-cell !important; } }

@media only screen and (max-width: 687px) {
  #left-contact {
    width: 100%;
    margin: 0 auto;
    float: none; }
  .separator-contact {
    width: 92%; } }

@media only screen and (max-width: 414px) {
  #right-contact {
    width: 100%; } }

@media only screen and (max-width: 375px) {
  .separator-contact {
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  #ContactForm .HorizontalFormContainer dt .Required {
    position: relative;
    top: 0;
    left: 29px;
    z-index: 1; } }

@media only screen and (max-width: 414px) and (min-width: 385px) {
  #ContactForm .HorizontalFormContainer dt .Required {
    left: 13px; }
  .required-contact {
    width: 7% !important; } }

@media only screen and (max-width: 384px) and (min-width: 375px) {
  #ContactForm .HorizontalFormContainer dt .Required {
    left: -1px; }
  .required-contact {
    width: 2% !important; } }

@media only screen and (max-width: 374px) {
  #ContactForm .HorizontalFormContainer dt .Required {
    left: 10px; }
  .required-contact {
    width: 6% !important; } }

#visualizer_window {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1; }

.navPages-container .navPages-action {
  /* padding: 14px 10px;*/
  padding: 14px 9px;
  font-size: 13px; }

.form-field[data-product-attribute='product-list'] ul.productOptions-list {
  height: 230px;
  overflow-y: auto;
  position: relative; }

@media only screen and (min-width: 1022px) {
  .hero.clearfix {
    width: 78%;
    float: left;
    margin-right: 1%; } }

.medaltabledv .medatable {
  width: 100%;
  max-width: 800px;
  margin: auto; }

#home-sidebar {
  background-color: #F0F2F4;
  width: 21%;
  float: left;
  margin-top: 4%; }

.styro_heading_main, .styro_heading {
  text-transform: uppercase;
  color: #041e3a;
  font-size: 18px;
  background: #A0B0C1;
  padding: 5px 10px; }

#right-styro .row ul {
  padding: 10px 15px;
  list-style: none;
  margin-bottom: 0px; }

#right-styro .row ul li a {
  color: #555;
  text-decoration: none;
  font-size: 16px; }

#right-styro .row ul li a:hover {
  color: #333 !important; }

#right-styro .row ul li {
  margin-bottom: 0.35714rem !important; }

.pro-est {
  text-transform: uppercase;
  color: #041e3a;
  font-size: 18px;
  background: #A0B0C1;
  padding: 5px 10px !important;
  margin-left: 0px;
  margin-bottom: 1.5rem !important; }

.pro-est li a {
  color: #041e3a !important; }

.twitter-butt {
  top: 20px;
  position: relative;
  clear: both; }

#featured-new {
  clear: both;
  position: relative; }

#featured-new .featured-block {
  float: left;
  margin-right: 2%; }

.install-table tr:nth-child(odd) td:first-child {
  padding-right: 2%; }

#shop-butt {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }

.shop-butt {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }

.productCarousel-slide .card .card-title {
  min-height: 85px !important; }

@media only screen and (max-width: 767px) {
  .install-table iframe {
    width: 100% !important; }
  .install-table tr td {
    display: block !important; }
  .install-table {
    margin: 0 auto;
    text-align: center; } }

.popup-select {
  position: relative;
  top: 10px;
  font-size: 1rem; }

@media only screen and (max-width: 600px) {
  .beam-iframe iframe, .beam-iframe object {
    width: 100% !important;
    height: calc((100vw*7.9) /16); }
  .video-resp video {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 667px) and (min-width: 569px) {
  .styro_bg.styro_video table, .styro_bg.styro_tile table {
    display: block;
    height: auto !important; }
  .styro_bg.styro_video table td, .styro_bg.styro_tile table td {
    width: 100%;
    float: left;
    text-align: center; }
  /*.Content_wide.styro_install{
    width: 90%;
}*/
  .button button--primary {
    margin-bottom: 20px; } }

@media screen and (max-width: 568px) {
  .styro_bg.styro_video table, .styro_bg.styro_tile table {
    display: block;
    height: auto !important;
    width: 100% !important; }
  .styro_bg.styro_video table td, .styro_bg.styro_tile table td {
    width: 100%;
    float: left;
    text-align: center; } }

/*@media screen and (max-width:568px) and (min-width:500px){
.Content_wide.styro_install{
    width: 78%;
}
}*/
@media screen and (max-width: 567px) {
  .styro_bg table {
    display: block; }
  .styro_bg table td {
    width: 100%;
    float: left; } }

@media screen and (max-width: 414px) {
  .styro_bg.styro_video table td {
    width: 80%; } }

@media screen and (max-width: 350px) {
  .styro_bg.styro_video table td {
    width: 65%; } }

.Content_wide.styro_install p {
  text-align: justify; }

@media screen and (max-width: 567px) {
  .video_bg table {
    display: block; }
  .video_bg table td {
    width: 100%;
    float: left; }
  .Content.Widest.video-ans p {
    margin-right: 3%; } }

@media only screen and (max-width: 400px) {
  table.install-table tr td iframe {
    width: 100%; } }

.yotpo .text-s {
  display: none; }

.blog h2 {
  margin-top: 0px; }

.color_img {
  float: left;
  margin-right: 1%;
  margin-bottom: 2%; }

.block-link {
  display: block;
  text-align: center;
  margin-top: 5px; }

#right-styro .row ul li a:hover {
  background-color: #A0B0C1;
  display: block;
  padding: 0px 10px;
  color: #fff !important; }

#right-styro .row ul li a.current {
  background-color: #A0B0C1;
  color: #fff !important;
  display: block;
  padding: 0px 10px; }

@media only screen and (min-width: 1133px) {
  #inside-block-new {
    width: 58%; } }

.inside-block {
  margin: 0 auto;
  width: 58%; }

.inside-block1 {
  margin: 0 auto;
  width: 40%; }

@media only screen and (max-width: 1132px) and (min-width: 1022px) {
  .inside-block {
    margin: 0 auto;
    width: 84%; }
  .inside-block1 {
    margin: 0 auto;
    width: 55%; } }

@media only screen and (max-width: 832px) and (min-width: 741px) {
  .inside-block {
    margin: 0 auto;
    width: 84%; }
  .inside-block1 {
    margin: 0 auto;
    width: 76%; } }

@media only screen and (max-width: 740px) and (min-width: 557px) {
  .inside-block, .inside-block1 {
    margin: 0 auto;
    width: 76%; } }

@media only screen and (max-width: 556px) {
  .inside-block, .inside-block1 {
    margin: 0 auto;
    width: 58%; } }

.easy_returns_body .cd-faq-trigger h3 {
  margin-top: 0px; }

@media only screen and (max-width: 667px) and (min-width: 375px) {
  .mobile-align {
    padding-top: 19px; }
  .partner h2 {
    text-align: center;
    padding: 10px; } }

.footer_before .form-input {
  max-width: 280px; }

@media only screen and (max-width: 800px) {
  #sloyalty-widget, .sloyalty-loyalty-widget, .sloyalty-referral-widget, .sloyalty-standalone-share-widget, .sloyalty-fans-widget {
    display: none !important; } }

.productGrid .regular-price {
  display: inline-block !important; }

span.stock-message {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-top: -18px; }

@media only screen and (max-width: 768px) {
  .imgbox.five_col_land {
    margin: 0px 50px; }
  .flower-alum-ct {
    height: auto !important;
    display: block; }
  .catiframevideo, .ceilingtable {
    width: 100% !important; }
  .banners, .CategoryDescriptionBottom .wrap {
    padding: 0 27px; }
  .flower-alum-ct tbody {
    display: block; }
  .flower-alum-ct tr {
    display: block; }
  .flower-alum-ct td {
    display: block; }
  .alum-ct-empty {
    display: none !important; } }

.get-fast-butt {
  background-color: #17518f !important;
  text-decoration: none; }

.get-fast-butt:hover, .get-fast-butt:active {
  background-color: #fff !important;
  color: #17518f !important; }

.get-heading h2 {
  font-weight: 700 !important; }

.get-more-butt {
  width: 80%;
  display: table;
  margin: 0 auto; }

.get-more-butt a {
  border-radius: 45px !important; }

.pro-title-sec {
  margin-top: 0px;
  margin-bottom: 0px; }

.get-fast-col .shg-c-lg-2 .shg-box-vertical-align-wrapper {
  background-color: #FFF;
  box-shadow: 0 0 10px #CCC;
  padding: 10px;
  margin-bottom: 10px; }

.get-fast-col-header .shg-c-lg-2 .shg-box-vertical-align-wrapper {
  background-color: none;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 10px; }

.get-fast-col-header .shg-row {
  margin-bottom: 10px; }

.header-pro-title-col {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }

.styro-model-heading {
  font-size: 18px;
  color: #FF7800 !important;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0px; }

.get-fast-col-header .shogun-image {
  border-radius: 12px; }

.get-section {
  background-color: #f0f2f4 !important; }

.get-section h2 {
  margin-top: 0px;
  color: #041e3a !important; }

.get-section h3 {
  color: #17518F !important; }

/*.get-fast-col .shogun-image {
    min-height: 152px;
        }*/
@media only screen and (max-width: 680px) {
  .get_button_content {
    padding: 10px 10px 1px 10px !important; }
  .get_button_content #menu {
    display: block !important; }
  .get_buttons_list li {
    margin-bottom: 10px !important; } }

.page {
  margin: 0px; }

.banners, .CategoryDescriptionBottom .wrap {
  padding: 0px 0px; }

@media only screen and (max-width: 384px) {
  img.home_banner_mobile {
    margin-top: 10px; } }

@media only screen and (min-width: 1041px) {
  img.home_banner {
    margin-bottom: -20px; } }

.navUser-item--cart .dropdown-menu {
  padding: 10px;
  width: 325px !important; }

.previewCartItem-content {
  padding-left: 10px; }

.previewCartAction {
  padding-bottom: 0px; }

.previewCartAction .previewCartAction-checkout {
  width: 98%;
  margin-bottom: 10px; }

#contact-butt {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  display: block; }

#contact-butt button:hover {
  background: #fff !important;
  color: #17518f !important; }

.get-fast-col .shg-c-lg-2 .shg-box-vertical-align-wrapper .shg-box-vertical-align-wrapper {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px; }

/* project of 2017 */
.imgDescription {
  position: absolute;
  top: 15px;
  bottom: auto !important;
  left: -200px;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  /*remove comment if you want a gradual transition between states
      -webkit-transition: visibility opacity 0.2s;
      */
  width: 400px;
  min-height: 82px;
  padding: 10px;
  text-align: left;
  z-index: 999;
  display: table; }

.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1; }

ul.img-list {
  margin-top: 5px; }

ul.img-list li {
  padding-bottom: 0px;
  list-style-type: disc;
  display: list-item; }

.imgWrap img {
  border: none !important; }

.sub-head {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 4px 0; }

.testimonial_detail_table tr {
  display: flex !important; }

.testimonial_detail_table td {
  width: 100% !important; }

.test_table_odd {
  background-color: #b0b0b0; }

.testimonial_detail_table tr td.test_table_odd {
  color: #404040;
  background-color: #A0B0C1; }

@media only screen and (min-width: 981px) {
  .test_video {
    padding-left: 24px; } }

.testimonial_col2 {
  padding-right: 0px; }

@media only screen and (min-width: 769px) {
  .testimonial_detail_table .col1 {
    width: 40% !important; }
  .testimonial_detail_table .col2 {
    width: 60% !important; }
  .test_table_last_row_col1 {
    padding: 36px 12px;
    padding-top: 10px; }
  .test_table_last_row_col2 {
    padding: 0px 9px;
    padding-top: 20px; }
  .bk-cbox-widget-theme.button_clean.scn-cbox-position-bottom-right {
    right: 400px !important; } }

.testimonial_detail_table {
  line-height: 24px; }

@media only screen and (max-width: 800px) {
  #lightbox-container-image-box {
    width: 100% !important;
    height: 100% !important; }
  #lightbox-container-image-box #lightbox-container-image #lightbox-image, #lightbox-container-image-data-box {
    width: 100% !important; } }

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .Content.Widest.testimonial {
    width: 104% !important; } }

@media only screen and (min-width: 981px) {
  .parisian_para1, .parisian_para2 {
    float: left;
    margin: 4px 10px 0px 0px; }
  .parisian_last_image {
    float: right;
    margin: 4px 10px 0px 24px; } }

.parisian_intro {
  font-family: Lato,Arial,sans-serif !important;
  font-size: 20px !important;
  line-height: 32px !important; }

.Content_wide.parisian p {
  text-align: justify; }

@media only screen and (max-width: 980px) {
  .project_2017_responsive {
    max-width: 100% !important; }
  .testimonial_detail_table {
    margin-bottom: 0px !important; }
  p.beam-iframe.testimonial iframe {
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .easyPaginateNav {
    margin-bottom: 20px; }
  .flower-alum-ct.testimonial {
    max-width: 100% !important; }
  .testimonial_col2 {
    padding-left: 0px; } }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body, .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
  color: #000 !important; }

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
  display: none !important; }

.yotpo-reviews-carousel .yotpo-icon-star {
  color: #17518F !important;
  font-size: 20px !important; }

@media only screen and (max-width: 768px) {
  #photo-new ul#itemContainer2 li a {
    width: 100% !important; } }

.cornice ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.cornice li {
  display: inline-block;
  float: left;
  padding-left: 7%; }

.first-block, .second-block {
  float: left;
  position: relative;
  width: 48%;
  margin-bottom: 2%; }

.first-block {
  margin-right: 2%;
  clear: both; }

.first-img, .second-img, .third-img {
  float: left;
  position: relative;
  width: 33%;
  margin-bottom: 2%; }

#shop-butt {
  clear: both; }

.first-block img, .second-block img, .custom_rep img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

@media only screen and (max-width: 735px) {
  .first-block {
    margin-right: 0%; }
  .first-block, .second-block {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    text-align: center; } }

@media only screen and (max-width: 500px) {
  .button.button--primary {
    line-height: 1.4rem; } }

#myiframe iframe {
  width: -webkit-fill-available !important;
  height: 550px; }

@media only screen and (max-width: 851px) {
  #myiframe iframe {
    height: 775px; } }

.first-block a:hover, .second-block a:hover, .custom_rep img:hover {
  opacity: 0.9; }

.comparison_img img:hover {
  opacity: 0.7; }

.heroCarousel-content {
  background-color: rgba(255, 255, 255, 0.7) !important;
  top: 75% !important; }

.slick-next,
.slick-prev {
  xbackground: none !important;
  border: 0px solid #fff; }

.heroCarousel .slick-dots li {
  background: none !important; }

@media only screen and (min-width: 801px) {
  .slick-dots li button {
    border: 1px solid #fff !important; }
  .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
    background: #fff !important; }
  .brand_slider .slick-dots li button {
    border: 1px solid #17518F !important; }
  .brand_slider .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
    background: #17518F !important; } }

.tech_box .shg-box-content:hover {
  background: rgba(255, 255, 255, 0.3); }

.text_link {
  text-decoration: none; }

.tech-col .shg-row > .shg-c-xs-6 {
  margin-bottom: 30px; }

@media only screen and (max-width: 1059px) and (min-width: 910px) {
  .tech-col .shg-box > .shg-box-content {
    min-height: 175px; } }

@media only screen and (max-width: 909px) and (min-width: 768px) {
  .tech-col .shg-box > .shg-box-content {
    min-height: 206px; } }

@media only screen and (max-width: 554px) and (min-width: 481px) {
  .tech-col .shg-box > .shg-box-content {
    min-height: 175px; } }

@media only screen and (max-width: 480px) and (min-width: 390px) {
  .tech-col .shg-box > .shg-box-content {
    min-height: 196px; } }

@media only screen and (max-width: 389px) {
  .tech-col .shg-box > .shg-box-content {
    min-height: 217px; } }

.techdata {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top; }

@media only screen and (min-width: 1024px) {
  .techdata, .casestudy {
    display: inline-block;
    width: 33%;
    padding-right: 3%; }
  .test {
    padding-right: 0; }
  .casestudy {
    display: inline-block;
    width: 40%;
    padding-right: 3%; } }

.ProductCompareSelectedButton {
  display: block !important; }

@media only screen and (min-width: 769px) {
  .free-table > tbody > tr > td:first-child {
    padding-right: 3%;
    width: 50%; }
  .free-table > tbody > tr > td:last-child {
    width: 47%; }
  .free-table > tbody > tr > td:last-child > table > tbody > tr > td > p:nth-child(1) {
    margin-top: -10%; }
  .free-table1 td:first-child {
    padding-right: 4%; } }

@media only screen and (max-width: 768px) {
  .free-table > tbody > tr > td:first-child {
    display: table-footer-group; }
  .free-table > tbody > tr > td:last-child {
    display: table-header-group; } }

#CategoryBreadcrumb .breadcrumb a, #CategoryBreadcrumb .breadcrumb, #CategoryBreadcrumb .breadcrumb:before {
  color: #ffffff; }

#CategoryBreadcrumb .breadcrumb a:hover, #CategoryBreadcrumb .breadcrumb .breadcrumb-label:hover {
  color: #757575; }

.breadcrumb-label:hover {
  text-decoration: none !important; }

#slide_wrapper, #slide1_wrapper, #slide2_wrapper, #slide3_wrapper, #slide4_wrapper, #slide5_wrapper, #slide6_wrapper, #slide7_wrapper, #slide8_wrapper {
  overflow: hidden !important; }

p.walliframe iframe {
  border: 0px; }

@media only screen and (min-width: 667px) {
  p.walliframe iframe {
    width: 660px !important;
    height: 550px; } }

@media only screen and (max-width: 666px) {
  p.walliframe iframe {
    width: -webkit-fill-available !important;
    height: 550px; }
  .right_timer_mob {
    display: block;
    padding: 0 5px !important;
    padding-top: 10px !important; } }

.quote-frame .popup_close {
  padding: 0 30px; }

#substrate-list {
  margin-left: 0px;
  margin-bottom: 0px; }

#substrate-list li {
  background: url(https://www.decorativeceilingtiles.net/product_images/tick-custom.png) left center no-repeat;
  padding: 8px 0 8px 40px; }

#substrate-list li:after {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  display: block; }

#substrate-list li:last-child:after {
  border-bottom: none; }

#substrate-list.slat-design-list li:nth-child(7):after {
  border-bottom: none; }

.view_all .button .icon {
  vertical-align: top !important; }

@media only screen and (min-width: 667px) {
  .five_col {
    width: 18%;
    display: inline-block;
    float: left;
    margin-right: 2%;
    text-align: center; } }

.five_col img, .case_studies img, .project_gallery img {
  background: #FFF;
  border: 1px solid #B5B5B5;
  padding: 4px; }

.five_col img:hover, .case_studies img:hover, .project_gallery img:hover {
  opacity: 0.6; }

@media only screen and (max-width: 667px) {
  .thumb_img {
    font-size: 15px !important; } }

.blog_list_style li {
  margin-bottom: 1.5rem; }

@media only screen and (min-width: 481px) {
  .two_col {
    column-count: 2; } }

.landing_page_brand {
  font-size: 15px !important;
  color: #717375;
  text-align: center;
  text-transform: capitalize !important; }

.landing_page_brand_pdt {
  font-size: 20px;
  color: #041e3a; }

.landing_page_brand_pdt.five_col_land {
  font-size: 14px; }

#pdt_link {
  padding: 10px 5px; }

#landing_page {
  padding: 20px 0px 50px 0px; }

#instock_banner_bg {
  /*background-image: url('https://www.decorativeceilingtiles.net/product_images/uploaded_images/instock_bg.png');*/
  /*background-image: url('https://www.decorativeceilingtiles.net/product_images/uploaded_images/upto_50percent_bg.jpg');*/
  /* background-image: url('https://www.decorativeceilingtiles.net/product_images/uploaded_images/oct-offer-banner_bg.jpg');*/
  /* background-image: url('https://www.decorativeceilingtiles.net/product_images/uploaded_images/banner_photo_contest_bg.png');*/
  /* background-repeat: no-repeat;
	width:100%;
	height:auto;
	overflow-x:hidden;*/
  white-space: nowrap;
  background: #17518f;
  color: #fff; }

.right_timer {
  text-align: center;
  display: inline-block; }

.left_banner {
  float: left;
  position: relative; }

.navPages-action-moreIcon {
  margin-left: 0px; }

.boxwrap .box {
  max-width: 408px; }

.subcat {
  text-align: center; }

@media only screen and (min-width: 667px) {
  .left_banner {
    /*width: calc((100%) - (30%));*/
    width: calc((100%) - (35%));
    padding-top: 10px;
    padding-bottom: 20px; }
  .right_timer {
    width: calc((100%) - (70%));
    /*padding: 15px 0 0 0;*/ } }

.view_all.catalog a {
  color: #fff !important;
  font-size: 13px !important; }

.view_all.catalog a:hover {
  color: #17518f !important; }

.coupon_box_default .bk-cbox-button-transition .bk-cbox-mobile-v2.default-icon {
  left: 17% !important;
  bottom: 95px !important; }

.form-field[data-product-attribute='product-list'] ul.productOptions-list {
  height: 170px; }

.productOptions-list-item {
  padding: 0.5em !important; }

@media only screen and (min-width: 482px) {
  .banner_ad {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-top:-26px;*/ }
  .banner_ad_mob {
    display: none !important; } }

@media only screen and (min-width: 482px) and (max-width: 667px) {
  ul#easyPaginate li a, .tab-content > .photos > ul#itemContainer2 > li > a {
    padding: 0px !important;
    margin-right: 0px !important;
    width: 140px !important; }
  .lightboxthumb-title, .tab-content > .photos > ul#itemContainer2 > li > a > span {
    width: 140px !important; } }

@media only screen and (min-width: 668px) and (max-width: 768px) {
  ul#easyPaginate li a, .tab-content > .photos > ul#itemContainer2 > li > a {
    padding: 0px !important;
    margin-right: 0px !important;
    width: 158px !important; }
  .lightboxthumb-title, .tab-content > .photos > ul#itemContainer2 > li > a > span {
    width: 158px !important; } }

.photos1 ul > li > a > img {
  height: 77px; }

.photos1 ul li a img {
  border: 3px solid #e1d9ec; }

.photos1 {
  display: block; }

span.landing_page_brand_cat {
  font-size: 12px !important;
  text-align: center;
  padding-top: 0px !important;
  font-weight: 700;
  text-transform: capitalize !important; }

.boxwrap.five_col_land .title_box.five_col_land span {
  padding: 0px; }

.photos.fad span.lightboxthumb-title {
  font-size: 11.6px !important; }

.photos.slatsam span.lightboxthumb-title {
  font-size: 12px !important;
  line-height: 1.6em;
  height: 70px;
  padding-top: 10px; }

.photos.alum span.lightboxthumb-title {
  font-size: 10.9px !important; }

.btn_crown_moulding {
  text-transform: capitalize !important;
  padding: .85714rem 1.8rem !important; }

ul#easyPaginate li a {
  margin-right: 6px;
  margin-bottom: 7px;
  opacity: 1.0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url(//www.decorativeceilingtiles.net/product_images/75_finishes/item-bottom-shadow02.png) no-repeat scroll 42px 118px transparent;
  background-size: 60%;
  padding: 0px 9px 0px 14px; }

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

.easyPaginateNav a {
  color: black;
  display: inherit !important;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px; }

.easyPaginateNav a.page.current {
  background-color: #041e3a;
  color: white;
  border: 1px solid #041e3a; }

.easyPaginateNav a:hover:not(.active) {
  background-color: #041e3a;
  color: white; }

/*#lightbox-image-details-currentNumber { display: none !important;}*/
.numetal .lightboxthumb-title {
  min-height: 60px; }

/*new navigation style */
.navbar {
  overflow: hidden;
  font-family: Arial, sans-serif !important; }

.navbar a, .nav_drop .dropbtn {
  float: left;
  width: 111px;
  padding: 12px 0px;
  font-size: 14px;
  font-weight: 700;
  /*color: #041e3a;*/
  color: #FFF;
  text-decoration: none; }

.nav_drop {
  float: left;
  overflow: hidden; }

.navbar a:hover, .nav_drop:hover .dropbtn {
  background: #041e3a;
  color: #fff; }

.dropdown-content {
  display: none;
  position: absolute;
  padding: 0rem;
  left: 0px;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  top: 45px;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0; }

.nav_drop:hover .dropdown-content {
  display: block; }

.nav_drop h3 {
  font-family: Arial, sans-serif !important;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 20px; }

.mm_column {
  float: left;
  width: 20%;
  padding-top: 10px; }

.navbar .mm_column:nth-child(even) {
  background: #f9f9f9;
  min-height: 350px; }

.nav_drop.middle .mm_column:nth-child(even) {
  background: #f9f9f9;
  min-height: 434px; }

.nav_drop.ceilings .mm_column:nth-child(even) {
  min-height: 895px; }

.nav_drop.resources .mm_column:nth-child(even) {
  min-height: 645px; }

.mm_column a {
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  float: none;
  color: #666;
  padding: 8px 20px 0px 20px;
  text-decoration: none;
  text-transform: none;
  display: block;
  text-align: left; }

.mm_column a:last-child {
  padding-bottom: 20px; }

.mm_column a:hover {
  color: #333;
  background: none; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.navbar {
  width: 100%;
  max-width: 1200px; }

.badge {
  background-color: #ff0000;
  padding: 3px;
  font-size: 10px;
  color: #fff;
  font-family: Verdana;
  margin-left: 3px;
  text-transform: uppercase;
  font-weight: 400; }

.viewAll_mm {
  font-weight: 700 !important;
  font-style: italic;
  font-size: 10.5px !important;
  text-align: right !important;
  padding-right: 20px !important;
  text-decoration: underline !important; }

.viewAll_mob {
  font-size: 10.5px !important;
  text-align: left !important;
  font-style: italic;
  text-decoration: underline !important; }

.mm_sub_head {
  font-weight: 400;
  color: #666;
  font-family: Arial, sans-serif !important;
  text-align: left;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
  padding-left: 20px; }

.nav_drop h4.heading_link {
  margin-top: 10px; }

.nav_drop .heading_link a {
  font-family: Arial, sans-serif !important;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 600;
  text-align: left;
  padding-left: 20px; }

.nav_drop .heading_link a:last-child {
  padding-bottom: 0px; }

.fire_rated {
  width: 18px;
  height: 18px; }

.empty_head {
  background: none !important; }

.mm_column.two_third {
  width: 60%;
  padding: 10px; }

.mm_column.third_fourth {
  width: 40%;
  padding: 10px;
  background: #fff !important; }

.brand_logo_img {
  width: 25%;
  display: inline-block;
  padding: 10px; }

.brand_logo_img a {
  padding: 0px; }

.brand_logo_img img {
  border: 1px solid #ccc;
  margin-right: 10px; }

.logo_row1 {
  margin-top: 30px;
  margin-bottom: -20px; }

.logo_row2 {
  margin-bottom: -20px; }

.horz_sep {
  width: 70%;
  margin: 10px auto;
  border-width: 1px 0 0 !important;
  border: solid #999999; }

.quikship {
  width: 60px; }

.dropdown-content.bot {
  top: 350px;
  margin-top: 15px;
  border: 0px; }

.nav_drop.middle .dropdown-content.bot {
  top: 435px;
  margin-top: 40px;
  border: 0px; }

.dropdown-content.bot_ceiling {
  top: 916px;
  margin-top: 15px;
  border: 0px; }

.dropdown-content.bot_wallpanels {
  top: 540px;
  margin-top: 40px;
  border: 0px; }

.dropdown-content.bot_resources {
  top: 675px;
  margin-top: 15px;
  border: 0px; }

.column_bot a {
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  width: 100%; }

.column_bot {
  float: left;
  width: 20%; }

.column_bot:nth-child(even) {
  background: #498cbc; }

.column_bot:nth-child(even) a:hover {
  background: #549fd3; }

.column_bot:nth-child(odd) {
  background: #041e3a; }

.column_bot:nth-child(odd) a:hover {
  background: #06284b; }

.bot_first {
  font-size: 11px;
  font-weight: bold; }

a.single_txt {
  padding: 15.5px; }

.sidebarBlock {
  visibility: hidden; }

.productView-brand {
  font-size: 13px;
  color: #fff;
  width: auto;
  background-color: #C5C5C5;
  font-weight: normal;
  display: inline;
  padding: 1%;
  float: right;
  margin-top: 10px; }

a h2.productView-brand:hover {
  background: #bcbcbc; }

.numetal > ul > li > a {
  min-height: 190px; }

@media (min-width: 801px) {
  .navPages {
    height: auto !important; }
  .heroCarousel.slick-initialized {
    max-height: 42.79rem !important; } }

li.navPage-childList-item a {
  font-size: 11.5px !important;
  text-transform: none; }

li.navPage-subMenu-item a.has-subMenu {
  font-size: 11.5px !important; }

.navPages-item > a {
  color: #FFF !important;
  background-color: #041e3a;
  border-bottom: 1px solid #ccc; }

.navPages-item > a:hover {
  background-color: #06284b; }

.navPages-action svg {
  fill: #fff;
  stroke: #fff; }

.navPage-subMenu.is-open {
  background: #498cbc;
  margin-left: 0px !important; }

.navPage-subMenu.is-open > ul > li {
  border-bottom: 1px solid #ccc; }

.navPage-subMenu.is-open > ul.sub_list > li {
  margin-left: 20px;
  border: 0; }

.navPage-subMenu.is-open a {
  color: #fff; }

.navPage-subMenu.is-open .navPage-subMenu-list {
  margin-right: 0px; }

ul.sign_in_btn li.navPages-item {
  display: flex;
  margin-top: 10px; }

ul.sign_in_btn li.navPages-item a {
  background: #498cbc; }

ul.sign_in_btn li.navPages-item a:first-child {
  margin-right: 5px; }

ul.sign_in_btn li.navPages-item a:last-child {
  margin-left: 5px; }

#slick-slide00 img.heroCarousel-image {
  max-height: 760px; }

#slick-slide03 img.heroCarousel-image {
  max-height: 1000px !important; }

.deco > ul > li > a {
  min-height: 190px; }

.table-medallion {
  border-collapse: collapse;
  border: 1px solid #000; }

.content-medallion th, .content-medallion td {
  border: 1px solid #000;
  padding: 5px; }

.right_timer_mob {
  padding: 0 1.5rem; }

.right_timer_mob .powr-countdown-timer {
  background: transparent;
  padding-top: 10px; }

.right_timer .powr-countdown-timer {
  background: transparent; }

@media only screen and (min-width: 667px) {
  .right_timer_mob {
    display: none !important; } }

.offer_price {
  font-family: Trebuchet MS,Helvetica,sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: bold; }

.offer_content {
  font-family: Trebuchet MS,Helvetica,sans-serif;
  color: #000000; }

/*.offer_content_span {
    font-size: 20px;
    font-weight:bold;
}*/
div#show_title {
  text-transform: capitalize; }

/*#zonos > .z-flag {
    right: 180px!important;
}*/
@media screen and (min-width: 450px) and (max-width: 767px) {
  .get-fast-col-header > .shg-row > .shg-c-xs-6 {
    width: calc(25.0% - 15px) !important; } }

@media screen and (min-width: 1025px) {
  .get_catagory_sel_sec {
    display: none; } }

@media screen and (max-width: 1024px) {
  .category_sel_btn {
    display: none; }
  .get_catagory_sel_sec {
    display: flow-root; } }

.get_catagory_sel_sec {
  width: 100%;
  padding: 10px 0; }

.select_category_div {
  padding: 10px;
  width: auto;
  float: left; }

.popup_content #content-container .entry-title {
  margin: 10px; }

@media only screen and (max-width: 1260px) {
  .productView-details #form-action-addToCart {
    margin-bottom: 1rem;
    /*max-width: 180px;*/ } }

.boxwrap .title_box .overlay_img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/arrow_icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0; }

.boxwrap .title_box .imgbox:hover .overlay_img {
  display: block; }

.boxwrap.project_showcase .box {
  margin: 5px;
  max-width: 360px; }

.boxwrap.project_showcase .box .imgbox img:hover {
  opacity: .8; }

.boxwrap.show_case_product {
  width: 100%;
  display: inline-table;
  float: none;
  margin: 0 auto;
  text-align: center; }

.show_case_product .landing_page_brand {
  text-transform: unset !important; }

.boxwrap.show_case_product .box .imgbox img:hover {
  opacity: .8; }

.boxwrap.show_case_product li {
  background: #fff !important;
  padding-left: 0 !important;
  max-width: 345px;
  width: auto !important;
  margin: 5px;
  display: inline-block;
  box-shadow: 0 8px 8px #ccc !important; }

.boxwrap.show_case_product span {
  word-break: break-word; }

.boxwrap.show_case_product .title_box img {
  max-height: unset; }

@media screen and (min-width: 650px) and (max-width: 992px) {
  .boxwrap.show_case_product li {
    max-width: auto;
    margin: 15px auto !important;
    display: block; } }

@media screen and (min-width: 200px) and (max-width: 650px) {
  .boxwrap.show_case_product li {
    width: 100% !important;
    margin: 15px auto !important;
    display: block; } }

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #CategoryDescriptionBottom .flower-alum-ct {
    width: 100% !important; }
  #CategoryDescriptionBottom .flower-alum-ct tr td {
    width: 100% !important;
    display: block; }
  .catiframevideo, .ceilingtable {
    width: 100% !important; }
  .banners, .CategoryDescriptionBottom .wrap {
    padding: 0 27px; } }

@media screen and (min-width: 200px) and (max-width: 768px) {
  #CategoryDescriptionBottom .flower-alum-ct {
    width: 100% !important; }
  #CategoryDescriptionBottom iframe {
    width: 100%; }
  .catiframevideo, .ceilingtable {
    width: 100% !important; }
  .banners, .CategoryDescriptionBottom .wrap {
    padding: 0 27px; } }

@media only screen and (min-width: 801px) {
  .header_inner .header-logo {
    width: 462px; }
  .banners, .CategoryDescriptionBottom .wrap {
    padding: 0 42px; }
  .ceilingtable tbody {
    display: flex; }
  .ceilingtable .first {
    margin-right: 40px; }
  .ceilingtable .second {
    margin-left: 40px; } }

@media (min-width: 1261px) {
  .banners, .CategoryDescriptionBottom .wrap {
    padding: 0 8.7%; } }

@media screen and (min-width: 1262px) and (max-width: 1370px) {
  .banners, .CategoryDescriptionBottom .wrap {
    padding: 0 10%; } }

/*.blog_tin {
    display: flex;
}
.blog_tin li:first-child {
    width: 35%;
    padding-right: 15px;
}
.blog_tin li:last-child {
    width: 75%;
}
@media screen and (max-width:767px) {
  .blog_tin {
    display: block;
  }
  .blog_tin li:first-child {
    width: 50%;
    padding-right: 0px;
    max-width:100%;
}
.blog_tin li:first-child img {
    padding-right:15px;
}
.blog_tin li:last-child {
    width: 100%;
    padding-right: 0px;
}
}
@media screen and (max-width:500px) {
 .blog_tin li:first-child {
    width: 100%;
    padding-right: 0px;
    max-width:100%;
}
}*/
/**full width style css start**/
.container.full-width-container {
  padding: 0 6px 0 0 !important; }

.full-width-container .navbar {
  max-width: 1280px !important; }

.full-width-container .dropdown-content {
  max-width: 1280px !important; }

.home_banner.full-width-container, .home_banner_mobile.full-width-container {
  padding: 0 !important; }

@media only screen and (max-width: 666px) {
  .home_banner.full-width-container, .home_banner_mobile.full-width-container {
    padding: 0 5px !important; } }

@media (min-width: 801px) {
  .full-width-container .navPages {
    max-width: 100%; }
  .navUser .full-width-container ul li:last-child .navUser-action {
    padding: 0 0 0 .78571rem; }
  .navUser {
    padding: 15px 0; } }

/**full width style css end**/
/*******News Letter Footer Style Css Start**********/
.klaviyo-form-Ld5hZc form {
  overflow: visible !important; }

@media screen and (max-width: 767px) {
  .klaviyo-form-Ld5hZc form {
    overflow: visible;
    margin: 0 auto;
    float: none !important; } }

/*******News Letter Footer Style Css End**********/
.footer_before1 .container {
  padding: 0; }

.pre_footer_before1 form {
  width: 45%;
  margin: 0 auto; }

/*.footer_before1 {
    padding: 10px 10px 0 10px;
}
.footer_before1 form {
    padding:0 5px 2px 5px !important
}*/
.footer_before1 h5 {
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  font-size: 34px; }

/*.footer_before1 form .Row__FormRow-sc-228phst-1:last-child {
    height:30px;
}*/
.flex_subscription {
  display: flex; }

.flex_subscription .col-first {
  width: 40%;
  padding: 0 5px 0 0;
  position: relative; }

.flex_subscription .col-first img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.flex_subscription .col-last {
  width: 60%;
  padding: 0 0 0 5px; }

.flex_subscription .col-last strong.ql-font-tahoma {
  font-size: 28px !important;
  font-weight: 500 !important; }

.flex_subscription .col-first form, .flex_subscription .col-last form {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.klaviyo-form-Spzvas.klaviyo-form p, .klaviyo-form-Spzvas.klaviyo-form p em.ql-font-helvetica {
  color: #fff !important; }

.productView-description .tab .tab-title {
  font-size: 16.6px; }

.name-contact1 {
  margin: 0 1% 0 16%; }

.flex_des_content {
  display: flex; }

.flex_des_content .col-first {
  width: 50%;
  padding: 0 5px 0 0; }

.flex_des_content .col-last {
  width: 50%;
  padding: 0 0 0 5px; }

.pre_footer_banner_content {
  display: flex; }

.pre_footer_banner_content .col-first {
  width: 50%;
  padding: 0 5px 0 0; }

.pre_footer_banner_content .col-last {
  width: 50%;
  padding: 0 0 0 5px; }

@media screen and (max-width: 767px) {
  .name-contact1 {
    margin: 0 auto; }
  .pre_footer_before1 form {
    width: 100%;
    margin: 0 auto; }
  .flex_subscription {
    display: block; }
  .flex_subscription .col-first, .flex_subscription .col-last {
    width: 100%;
    padding: 0; }
  .flex_subscription .col-first img {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%, 0);
    margin-top: 15px; }
  .pre_footer_banner_content {
    display: block; }
  .pre_footer_banner_content .col-first, .pre_footer_banner_content .col-last {
    width: 100%;
    padding: 0; }
  .flex_des_content {
    display: block; }
  .flex_des_content .col-first, .flex_des_content .col-last {
    width: 100%;
    padding: 0; } }

.shop_aluminum_tile_btn {
  font-weight: 700; }

.css-1io4jfn .labels-are-inside .lp-form-react__input {
  width: 50%;
  display: inline-block;
  padding-right: 13px; }

.css-1io4jfn .labels-are-inside .lp-form-react__input:nth-child(2), .css-1io4jfn .labels-are-inside .lp-form-react__input:nth-child(7) {
  width: 50%;
  display: inline-block;
  padding-left: 13px; }

.klaviyo-form-XwfFpE.klaviyo-form.form-version-cid-1 {
  width: 600px;
  margin: auto;
  border: 2px solid #eee;
  padding: 10px; }

@media (min-width: 968px) {
  .klaviyo-form-XwfFpE.klaviyo-form.form-version-cid-1 {
    padding-bottom: 1.5rem; }
  /*li.orderstatus {
border-right: 1px solid !important;
}*/
  .rewards-item {
    border-right: 0px solid; }
  .navUser-section li.navUser-item .sloyalty-loyaltyprogram-points.loyrewards {
    background-color: transparent;
    padding: 3px 0px;
    border-radius: 10px; } }

/****sidebar category css**/
/*.sidebarBlock .sidebarBlock-heading,.facetedSearch.sidebarBlock .accordion-title {
    border-bottom: 1px solid #F0F2F4;
    color: #2d2d2d;
    font-family: "Sorts Mill Goudy",Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: .25px;
    padding: 7px 5px 6px 10px;
    text-transform: capitalize;
}
.sidebarBlock ul li {
    float: none;
    display: block;
    vertical-align: top;
    font-weight: normal;
    line-height: 15px;
    color: #191919;
    padding: 5px 0;
    background: none;
}
.sidebarBlock .navList-action {
    padding: 0 0 0 0;
    width: auto;
    display: block;
    zoom: 1;
    line-height: 15px;
    font-weight:normal;
    margin:0;
    margin-left:20px;
    font-size: 12px;
    color:#191919;
    text-decoration: none;
}
#facetedSearch ul li a.is-selected {
    font-weight:bold;
}
.sidebarBlock .accordion-content.is-open,#facetedSearch-navList #facetedSearch-content--price {
    padding: 5px 5px 25px 10px;
    margin: 10px 0 0 0;
}
.sidebarBlock ul {
    margin-bottom: 0;
}
#facetedSearch-navList .accordion--navList .accordion-block {
    margin: 0;
}
.sidebarBlock ul li a:hover {
    text-decoration: underline;
}
.facetedSearch-refineFilters.sidebarBlock {
    display:none;
}
.sidebarBlock+.sidebarBlock {
    margin-top: 0rem;
    padding-top: 0rem;
}
#facetedSearch .accordion-navigation {
    margin-top:0px;
}
#facetedSearch .accordion-navigation-actions svg {
    display:none;
}
#facetedSearch ul li a span {
    color: #999 !important;
    padding-left: 2px;
    float: right;
}
#facetedSearch ul li a span.navList-action-close {
    display:none;
}
#facetedSearch .accordion-navigation-actions a {
    float: right;
    background: url("https://decorativeceilingtiles.secureporte.com/images/red_x.png") no-repeat scroll 100% 50% transparent;
    text-transform: uppercase;
    text-decoration: none;
    color: #696969;
    padding: 0 12px 0 0;
    margin: 12px 5px 0 0;
    font-size: 10px;
    letter-spacing: normal;
    font-family: "Arial",sans-serif;
}
.facetedSearch.sidebarBlock .accordion--navList ul.navList:before {
    border:none;
}
#facetedSearch .accordion--navList .navList-action--checkbox:after {
    left:-19px;
}
#facetedSearch .accordion--navList .navList-action--checkbox.is-selected:before {
    background-color: #006cff;
    border: solid #006cff;
}
#facetedSearch .accordion--navList .navList-action--checkbox.is-selected:after {
    left:-19px;
    width:0.9rem;
    height:0.9rem;
    font-size:0.5rem;
}
#facetedSearch .navList-action--checkbox::before {
    background-color: #fff;
    border: solid #8d8b8b;
    border-width: 1px;
    height: 1rem;
    left:-20px;
    top:50%;
    width: 1rem;
    border-radius: 2px;
}
#facetedSearch a.toggleLink {
    display: block;
    float: right;
    padding: 5px;
    border-bottom: medium none;
}
#facetedSearch a.toggleLink span{
    margin: 0;
    padding: 0;
    color: #a2a2a2;
    float: right;
    text-decoration: none !important;
    line-height: 15px;
    font-size: 13px;
    text-transform: lowercase;
}
#facetedSearch a.toggleLink span:before {
    font-family: FontAwesome;
    margin-right: 0;
    padding: 0 4px;
    content: "▾";
}
.navList-action--checkbox::after{
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' stroke='white' stroke-width='2' fill='rgb(255 255 255)' /></svg>") !important;
    stroke-width: 10;
}*/
/* Checkbox tick color end*/
/****sidebar category css**/
@media (min-width: 1200px) {
  .offer_column_sec {
    display: inline; } }

.offer-product-line {
  text-decoration: none; }

@media screen and (max-width: 420px) {
  .full-width-product > .shg-row > div {
    width: 100% !important; } }

.offer_column_sec .shg-row > div {
  padding: 15px;
  background-color: #f0f2f4;
  font-weight: bold;
  margin-bottom: 15px; }

.offer_column_head h2 {
  font-weight: bold !important; }

.offer_text_hvr :hover {
  text-decoration: underline !important; }

.offer_text_hvr :active {
  text-decoration: underline !important; }

.offer_column_sec .shogun-image {
  width: 100%; }

@media screen and (max-width: 1239px) {
  .offer_column_sec .offer_column_img {
    display: block; } }

/**offer page new design start **/
@media only screen and (max-width: 767px) {
  .offer_cols .shg-row > div {
    width: 33.3% !important;
    padding: 0px 5px 0 0; }
  .offer_cols_row .shg-row img {
    width: 100% !important; }
  .offer_cols_row .shg-row > div {
    width: 50% !important; } }

@media only screen and (max-width: 767px) {
  .offer_column2_img {
    margin: 0px !important; } }

.offer_cols h2 {
  margin: 10px; }

.offer_cols_row .shg-rich-text p {
  margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .offer_cols h2 {
    margin: 5px; } }

@media only screen and (max-width: 538px) {
  .offer_cols_row .shg-rich-text p {
    font-size: 0.5rem; } }

@media only screen and (max-width: 625px) {
  .offer_cols .shogun-heading-component h2 {
    font-size: 1rem !important; } }

/*for iphone view*/
@media only screen and (max-width: 320px) {
  .offer_cols_row .shg-rich-text p {
    font-size: .2rem; }
  .offer_cols .shogun-heading-component h2 {
    font-size: 0.6rem !important; }
  .offer_cols .offer_text_hvr a {
    font-size: 5px !important; } }

@media only screen and (max-width: 767px) {
  .offer_cols .shg-row > div:nth-child(3) {
    padding: 0; }
  .offer_cols_row .shg-rich-text p {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px; }
  .offer_cols_row {
    padding-left: 5px; } }

/*-------*/
@media only screen and (max-width: 414px) {
  .offer_cols .shogun-heading-component h2 {
    font-size: 0.6rem !important; }
  .offer_cols .offer_text_hvr a {
    font-size: 7px !important; } }

/**offer page new design end **/
.librarypost_slider {
  padding: 0 10px; }

.view_all_library {
  text-align: right; }

.view_all_library a {
  font-size: 12px !important;
  color: #fff !important;
  padding: 5px 10px !important;
  top: -27px;
  text-transform: none !important; }

.view_all_library a:hover {
  color: #17518f !important; }

@media only screen and (min-width: 1100px) {
  .librarypost_slider .slick-list {
    margin-right: 40px; }
  .view_all_library a {
    right: 64px; } }

@media only screen and (max-width: 800px) {
  .view_all_library {
    text-align: center;
    margin-top: 20px; }
  .view_all_library a {
    top: 0; }
  .librarypost_slider .slick-dots {
    display: none !important; } }

.librarypost_slider .ideapost_single {
  padding: 10px;
  border: 1px solid #000;
  margin-right: 25px;
  margin-bottom: 5px; }

@media only screen and (min-width: 801px) {
  .librarypost_slider .slick-dots li button {
    border: 1px solid #17518f !important; } }

.shg-box-content .pro-title-sec a {
  text-transform: unset !important; }

.tools-of-coffered-ceiling {
  column-count: 2;
  line-height: 25px; }

@media screen and (max-width: 800px) {
  .tools-of-coffered-ceiling {
    column-count: unset; } }

.category_head .container {
  min-height: 0; }

.economy-pvc-ceiling .shg-row .shg-c-lg-6:nth-child(even) {
  background: #f0f2f4;
  padding: 20px 20px; }

@media only screen and (max-width: 767px) {
  #desc li {
    display: block !important; }
  #s-1393161b-484d-4bfd-8323-c63d7c501f40, #s-45cdc8a8-d59e-4836-857d-58faed46b958, #s-b22655df-1396-4b7b-8f5c-67f5c06e5f5a {
    padding-left: 79px !important; } }

@media (max-width: 850px) {
  #s-1393161b-484d-4bfd-8323-c63d7c501f40, #s-45cdc8a8-d59e-4836-857d-58faed46b958, #s-b22655df-1396-4b7b-8f5c-67f5c06e5f5a, #s-7a47d084-acb2-48b0-a3c8-a13eca1bd9f9 {
    padding-left: 9px !important;
    padding-right: 9px !important; } }

#menu > nav > div > div:nth-child(4) .dropdown-content.bot {
  margin-top: 45px; }

.emp-clip-cricle {
  clip-path: circle(100px at center);
  margin: auto; }

.otro-blockquote {
  font-size: 17px;
  width: 100%;
  margin: 20px auto;
  font-style: italic;
  color: #000;
  padding: 1em 10px 1em 55px;
  border-left: 4px solid #498cbc;
  line-height: 1.6;
  position: relative;
  background: #f6f6f6; }

.otro-blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #17518f;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px; }

.otro-blockquote::after {
  content: ''; }

.about-us-slider-images {
  max-height: 700px; }

.about-us-slides-arrows .shg-sld-dot {
  width: 10px;
  height: 10px; }

/*About Us Page */
@media screen and (min-width: 1430px) {
  .dct-office-map {
    width: 600px;
    height: 400px; }
  .dct-office-location {
    width: 600px;
    height: 400px; } }

@media screen and (min-width: 1251px) and (max-width: 1430px) {
  .dct-office-map {
    width: 530px;
    height: 300px; }
  .dct-office-location {
    width: 530px;
    height: 300px; } }

@media screen and (min-width: 1181px) and (max-width: 1250px) {
  .dct-office-map {
    width: 500px;
    height: 300px; }
  .dct-office-location {
    width: 500px;
    height: 300px; } }

@media screen and (min-width: 1020px) and (max-width: 1180px) {
  .dct-office-map {
    width: 420px;
    height: 300px; }
  .dct-office-location {
    width: 420px;
    height: 300px; } }

@media screen and (min-width: 885px) and (max-width: 1019px) {
  .dct-office-map {
    width: 350px;
    height: 300px; }
  .dct-office-location {
    width: 350px;
    height: 300px; } }

@media screen and (min-width: 800px) and (max-width: 884px) {
  .dct-office-map {
    width: 300px;
    height: 300px; }
  .dct-office-location {
    width: 300px;
    height: 300px; } }

@media screen and (min-width: 768px) and (max-width: 799px) {
  .dct-office-map {
    width: 280px;
    height: 300px; }
  .dct-office-location {
    width: 280px;
    height: 300px; } }

@media screen and (min-width: 601px) and (max-width: 767px) {
  .dct-office-map {
    width: 430px;
    height: 300px; }
  .dct-office-location {
    width: 430px;
    height: 300px; } }

@media screen and (min-width: 320px) and (max-width: 700px) {
  .dct-slider-images {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*About Us Page End*/
@media screen and (min-width: 801px) {
  .coffered-ceiling-system-blog {
    display: flex;
    text-align: justify;
    margin-top: 50px;
    margin-left: 4rem; }
  .coffered-ceiling-system-blog1 {
    list-style-type: disc;
    margin-left: 4rem;
    text-align: justify;
    column-gap: 80px;
    column-count: 2; }
  .types-of-metal-crown-molding {
    list-style-type: disc;
    column-count: 3;
    margin-left: 4rem;
    text-align: justify; } }

@media screen and (max-width: 800px) {
  .coffered-ceiling-system-blog {
    display: block;
    text-align: justify; }
  .coffered-ceiling-system-blog1 {
    list-style-type: disc;
    margin-left: 6rem;
    text-align: justify;
    column-gap: 80px;
    column-count: 1; } }

@media screen and (min-width: 420px) and (max-width: 800px) {
  .types-of-metal-crown-molding {
    column-count: 2; } }

@media screen and (max-width: 419px) {
  .types-of-metal-crown-molding {
    column-count: 1; } }

@media only screen and (min-width: 801px) {
  .shg-box.get-section > .shg-box-content {
    z-index: unset; }
  .shg-box > .shg-box-content {
    z-index: unset !important; } }

@media only screen and (max-width: 800px) {
  .shg-box > .shg-box-content {
    z-index: unset !important; } }

.st-btn {
  margin-right: 10px !important; }

#st-1 .st-btn[data-network='email'], #st-1 .st-btn[data-network='sharethis'] {
  display: none !important; }

.five-columns .shg-c-lg-2 .shg-box-vertical-align-wrapper, .five-columns .shg-c-lg-4 .shg-box-vertical-align-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 10px;
  margin-bottom: 10px; }

@media screen and (min-width: 801px) {
  .five-columns .shg-row .shg-c-lg-2, .five-columns .shg-row .shg-c-lg-4 {
    width: 18% !important; } }

@media screen and (min-width: 551px) and (max-width: 800px) {
  .five-columns .shg-row .shg-c-lg-2, .five-columns .shg-row .shg-c-lg-4 {
    width: 26% !important; } }

@media screen and (min-width: 320px) and (max-width: 550px) {
  .five-columns .shg-row .shg-c-lg-2, .five-columns .shg-row .shg-c-lg-4 {
    width: 45% !important; } }

/** IMN article CSS **/
.dectile-sets {
  margin: 0px auto;
  padding: 10px 0 10px 0;
  /*	width: 130%; */
  width: 99vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

@media only screen and (max-width: 800px) {
  .dectile-sets {
    width: 100%;
    left: 0px;
    right: 0px;
    margin-left: 0px;
    margin-right: 0px; } }

.dectile-outer {
  display: flex;
  /* flex-wrap: wrap;*/
  justify-content: center;
  /* Center horizontally */
  align-items: flex-start;
  /* Align columns to the top */
  /*  margin-left: -15%;*/ }

.dectile-inner {
  display: inline-block;
  vertical-align: text-top;
  margin: 20px 10px 20px 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: .9em;
  text-align: left; }

.dectile-inner ul {
  font-weight: 400;
  color: #333;
  padding: 0;
  margin: 0 0 0 0;
  line-height: 1.2em; }

.dectile-inner li {
  font-family: Muli,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  font-color: #AA9A5D;
  margin: 0 0 0 5px;
  margin-bottom: 0.1em !important; }

.dectile-inner li a {
  color: #17518f;
  text-decoration: none; }

.dectile-inner li a:hover {
  color: #757575;
  text-decoration: underline; }

.dectile-outer h5 {
  font-family: Muli,Arial,Helvetica,sans-serif;
  font-color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 12px;
  margin-top: 3px; }

.dectile-clear::after {
  content: "";
  clear: both;
  display: table; }

@media only screen and (max-width: 800px) {
  .dectile-inner li {
    font-size: 16px; } }

@media only screen and (max-width: 800px) {
  .dectile-inner ul {
    line-height: 1.4em; } }

@media only screen and (max-width: 800px) {
  .dectile-inner {
    width: 100%;
    text-align: left;
    margin: 0 40px 20px 30px;
    padding-right: 0;
    padding-left: 0;
    display: block; } }

@media only screen and (max-width: 800px) {
  .dectile-outer h5 {
    text-decoration: none;
    min-height: 10px;
    margin: 0 10px 10px 0; } }

@media only screen and (max-width: 800px) {
  .dectile-outer {
    margin: 10px 0 10px 0;
    padding: 10px;
    display: block; } }

/** IMN article CSS Ends **/
@media screen and (min-width: 801px) {
  .photo-by-name {
    font-size: 12px;
    margin-left: 20%; }
  .photo-by-name-800 {
    font-size: 12px;
    margin-left: 10%; } }

@media screen and (max-width: 800px) {
  .photo-by-name {
    font-size: 12px;
    text-align: center; }
  .photo-by-name-800 {
    font-size: 12px;
    text-align: center; }
  .get-it-col-50 {
    width: 100% !important; }
  .get-it-row {
    display: block !important; } }

/* Get it Fast Home */
.get-it-col-50 {
  width: 50%; }

.get-it-row {
  display: flex; }

.category-menu {
  width: 100%;
  height: 100%;
  height: 70px;
  background: #bbb2b2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99; }

.category-menu .category-menu-navbar {
  height: 100%;
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0 50px; }

.category-menu .category-menu-navbar .nav-links {
  line-height: 70px;
  height: 100%; }

.category-menu .category-menu-navbar .links {
  display: flex; }

.category-menu .category-menu-navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px; }

.category-menu .category-menu-navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 800; }

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg); }

.category-menu .category-menu-navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease; }

.category-menu .category-menu-navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2; }

.category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu,
.category-menu .category-menu-navbar .links li:hover .js-sub-menu,
.category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu1,
.category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu2,
.category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu3,
.category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu4,
.category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu5 {
  display: block; }

.category-menu-navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.category-menu-navbar .links li .sub-menu a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px; }

.category-menu-navbar .links li .sub-menu .more-arrow {
  line-height: 40px; }

.category-menu-navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */ }

.category-menu-navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none; }

.links li .sub-menu .more:hover .more-sub-menu {
  display: block; }

.category-menu-navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px; }

.category-menu-navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease; }

.category-menu-navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease; }

.category-menu-navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8; }

.search-box .input-box::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg); }

.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none; }

.category-menu-navbar .nav-links .sidebar-logo {
  display: none; }

.category-menu-navbar .bx-menu {
  display: none; }

@media (max-width: 920px) {
  .category-menu .category-menu-navbar {
    max-width: 100%;
    padding: 0 55px;
    justify-content: space-between; }
  .category-menu .category-menu-navbar .links li {
    padding: 0 10px;
    white-space: nowrap; }
  .category-menu .category-menu-navbar .links li a {
    font-size: 15px; } }

@media (min-width: 801px) {
  .category-menu .category-menu-navbar .links li:hover {
    background: #498cbc; }
  .category-menu .category-menu-navbar .links li .sub-menu {
    margin-left: 0 !important; }
  .category-menu .category-menu-navbar .links li .sub-menu li a:hover {
    color: #fff !important; } }

@media (max-width: 800px) {
  .category-menu {
    /* position: relative; */ }
  .category-menu-navbar .bx-menu {
    display: block; }
  .category-menu .category-menu-navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 100%;
    width: 100%;
    background: #bbb2b2;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000; }
  .category-menu .category-menu-navbar .links li .sub-menu {
    background: unset; }
  .category-menu-navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: end; }
  .sidebar-logo i,
  .category-menu-navbar .bx-menu {
    font-size: 35px;
    color: #fff; }
  .bx.bx-x {
    position: relative;
    top: 40px; }
  .category-menu .category-menu-navbar .links {
    display: block;
    margin-top: 50px;
    margin-left: 0; }
  .category-menu .category-menu-navbar .links li .arrow {
    line-height: 40px; }
  .category-menu .category-menu-navbar .links li {
    display: block; }
  .category-menu .category-menu-navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
    margin-left: 0; }
  .category-menu .category-menu-navbar .links li .sub-menu li {
    border-bottom: none;
    padding: 0 10px; }
  .category-menu-navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0; }
  .category-menu-navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg); }
  .category-menu-navbar .links li .sub-menu .more-sub-menu {
    display: none; }
  .category-menu-navbar .links li .sub-menu .more span {
    display: flex;
    align-items: center; }
  .links li .sub-menu .more:hover .more-sub-menu {
    display: none; }
  .category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu,
  .category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu1,
  .category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu2,
  .category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu3,
  .category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu4,
  .category-menu .category-menu-navbar .links li:hover .htmlCss-sub-menu5,
  .category-menu .category-menu-navbar .links li:hover .js-sub-menu {
    display: none; }
  .category-menu-navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .category-menu-navbar .nav-links.show2 .links .htmlCss-sub-menu1,
  .category-menu-navbar .nav-links.show3 .links .htmlCss-sub-menu2,
  .category-menu-navbar .nav-links.show4 .links .htmlCss-sub-menu3,
  .category-menu-navbar .nav-links.show5 .links .htmlCss-sub-menu4,
  .category-menu-navbar .nav-links.show6 .links .htmlCss-sub-menu5 {
    display: block; }
  .category-menu-navbar .nav-links.show1 .links .htmlcss-arrow,
  .category-menu-navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg); }
  .category-menu-navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg); } }

@media (max-width: 370px) {
  .category-menu .category-menu-navbar .nav-links {
    max-width: 100%; } }

.search-box {
  display: none; }

/* Get it Fast Home */
/*fretwork-wallpanel*/
.fretwork-wallpanel-table {
  border-collapse: collapse;
  width: 60% !important; }

.fretwork-wallpanel-table thead {
  background: #a0b0c1; }

.fretwork-wallpanel-table th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px; }

.fretwork-wallpanel-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 5px; }

.fretwork-wallpanel-size-images {
  display: flex !important;
  justify-content: center; }

@media (max-width: 800px) {
  .fretwork-wallpanel-table td {
    display: revert !important;
    width: 0 !important; }
  .fretwork-wallpanel-table {
    width: 100% !important;
    display: table;
    overflow: auto; } }

/*fretwork-wallpanel*/
/*crown molding inside corner block */
.crown-molding-inside-corner-block-table {
  border-collapse: collapse;
  width: 60% !important;
  margin: auto; }

.crown-molding-inside-corner-block-table thead {
  background: #a0b0c1; }

.crown-molding-inside-corner-block-table th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px; }

.crown-molding-inside-corner-block-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 5px;
  text-align: center; }

@media (max-width: 800px) {
  .crown-molding-inside-corner-block-table td {
    display: revert !important;
    width: 0 !important; }
  .crown-molding-inside-corner-block-table {
    width: 100% !important;
    display: block;
    overflow-x: auto; } }

/*crown molding inside corner block*/
.banners {
  margin-bottom: 20px; }

/* mobile view filter backgroud removed **/
@media (max-width: 800px) {
  #facet_wrapper .facet_heading_main {
    background-color: #175193 !important; } }

/*.navBar--sub {
    display: none;
}*/
/*LumiSplash salesman-kit-graphic-pattern-text*/
.salesman-kit-graphic-pattern-text h3 {
  box-shadow: 0px 1px 3px 0px #d1d1d1;
  margin: 0 !important;
  padding: 6px;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 444px) {
  .salesman-kit-graphic-pattern-text h3 {
    font-size: 14px !important; } }

/*LumiSplash salesman-kit-graphic-pattern-text-end*/
.shoug {
  margin-top: -50px;
  margin-bottom: 30px; }

/* currency css */
#price-section {
  width: 50%;
  position: relative;
  float: left; }

#currency-section {
  margin-top: -14px;
  margin-bottom: 0px; }

#currency-list > a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 12px; }

@media (max-width: 800px) {
  #currency-list {
    display: block; } }

.dropdown-menu-item {
  font-size: 0.8rem;
  line-height: 1;
  /*padding: 0.1rem 0.71429rem;*/
  border-bottom: 1px solid #bcb9b9;
  padding: 0; }

.dropdown-menu-item:last-child {
  border-bottom: 0px; }

.dropdown-menu {
  background: #f2f2f2;
  /* max-width: 220px!important;*/
  border-radius: 20px; }

.dropdown-menu-item > a:hover {
  background-color: #498cbc;
  color: #FFF; }

.dropdown-menu-item:last-child > a:hover {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.dropdown-menu-item:first-child > a:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

/*Beam Idea Library content starts*/
.beam-library-content {
  float: right;
  width: 100%; }

.column_frst {
  float: left;
  width: 20%; }

.column_frst:nth-child(even) {
  background: #498cbc; }

.column_frst:nth-child(even) a:hover {
  background: #549fd3; }

.column_frst:nth-child(odd) {
  background: #041e3a; }

.column_frst:nth-child(odd) a:hover {
  background: #06284b; }

.column_frst a {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-decoration: none; }

.beam-library_bot_first {
  font-size: 12px;
  font-weight: bold; }

@media only screen and (max-width: 735px) {
  .column_frst {
    width: 50%;
    float: none;
    margin: auto; } }

@media only screen and (max-width: 999px) and (min-width: 735px) {
  .column_frst a {
    min-height: 78px; } }

/*Beam Idea Library content End*/
/* Ekena Faux Wood Beam Finishes Page */
@media screen and (min-width: 985px) {
  .ekena-faux-wood-beams-finishes-list {
    column-count: 2; } }

@media screen and (max-width: 984px) {
  #qn-dialog-toggle {
    right: 15px !important;
    bottom: 0px !important;
    width: auto;
    height: auto;
    line-height: initial; }
  svg#qn-dialog-logo {
    margin: 10px !important; } }

/* Ekena Faux Wood Beam Finishes Page */
@media screen and (min-width: 985px) {
  #qn-dialog-toggle {
    bottom: 9px !important;
    right: 85px !important;
    width: 60px;
    height: 60px; } }

svg#qn-dialog-logo {
  display: inline;
  width: 30px !important;
  height: 30px !important; }

.finish_mm_column {
  width: 23% !important; }

.mm_column.finish_mm_column.finishes-by-meterial {
  width: 26% !important; }

/* blog related post custom css */
.related-blog-post-new {
  padding: 1px 30px;
  background: #f0f2f4; }

.related-blog-post-new h4 {
  font-size: 22px; }

.related-blog-post-new ul {
  line-height: 2.2;
  font-size: 16px; }

.related-blog-post-new ul li a {
  text-decoration: none; }

.related-blog-post-new ul li a:hover {
  text-decoration: underline; }

.sample-none {
  opacity: 0; }

.mui-btn--fab {
  border-radius: 35% !important; }

/*#zonos {
    width: 100%;
}*/
/*#zonos > .z-flag {
    right:unset!important;
    bottom: 5px!important;
    left: 10px!important;
}*/
@media screen and (max-width: 800px) {
  .category_head .page-heading {
    text-transform: capitalize !important;
    font-size: 15px !important;
    font-weight: 600 !important; } }

.category_head .page-heading {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600; }

.category_head .container .box {
  padding: 15px 0; }

.breadcrumb {
  color: #505050;
  font-size: 12px; }

.breadcrumb a {
  color: #505050; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #505050; }

/** menu 14" screen **/
.nav_drop .dropbtn {
  width: auto;
  padding: 12px 12.9px; }

@media screen and (max-width: 1112px) and (min-width: 801px) {
  .nav_drop .dropbtn {
    padding: 12px 6px; } }

@media screen and (max-width: 1280px) and (min-width: 801px) {
  /* .nav_drop .dropbtn {
    width: 7.5vw;
}*/
  .navbar a {
    font-size: 12px; } }

@media screen and (max-width: 1280px) and (min-width: 1101px) {
  .nav_drop .dropbtn {
    font-size: 12px; } }

@media screen and (max-width: 1100px) and (min-width: 901px) {
  .nav_drop .dropbtn {
    font-size: 10px; } }

@media screen and (max-width: 900px) and (min-width: 801px) {
  .nav_drop .dropbtn {
    font-size: 8.5px; } }

@media screen and (max-width: 900px) {
  #zonos.top {
    display: none !important; } }

ul.breadcrumbs {
  padding: 8px !important; }

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

@media screen and (min-width: 1250px) {
  .nav_drop.resources {
    width: auto; }
  .page-sidebar + .page-content {
    width: 80%;
    float: left; }
  .page-sidebar + .page-content .productGrid .product {
    width: 22.8%; }
  .page-sidebar {
    padding-left: 0px !important;
    margin-left: -10px !important;
    width: 20% !important; } }

.card-title > a {
  font-size: 16px; }

p.card-text.brand-name {
  min-height: 42px; }

#sloyalty-statusbar #rewards {
  color: #555555 !important; }

.header_inner .navUser-item--cart .navUser-item-cartLabel {
  width: 33px !important;
  height: 30px !important; }

#zonos img.z-flag, #zonos .z-flag img {
  width: 30px !important;
  height: 30px !important; }

#zonos {
  position: absolute !important; }

/* Mboss page CSS start */
.model-content {
  font-family: Trebuchet MS,Helvetica,sans-serif;
  color: #000000;
  margin: 0;
  padding: 0px 8px;
  text-align: center;
  min-height: 40px; }

/* Mboss page CSS End */
.navUser .navUser-action {
  font-size: 12px; }

.body.product {
  /*  margin-top: 3px;*/
  margin-top: 0px !important; }

.breadcrumbs {
  text-align: left !important; }

@media screen and (max-width: 1040px) and (min-width: 641px) {
  .boxwrap .box {
    width: 31%; }
  .boxwrap .title_box span {
    font-size: 16px; }
  .boxwrap a {
    font-size: 12px; } }

@media screen and (min-width: 1261px) {
  .container {
    padding: 0px; }
  .banner {
    max-width: none; } }

.navUser .phone_num .navUser-action {
  color: #555;
  font-size: 12px; }

/*Review Button Css */
.yotpo .yotpo-display-wrapper .yotpo-testimonials-btn {
  padding: 5px 15px !important;
  background-color: #ffffff !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;
  border: 1px solid #3b6a9b; }

.yotpo .yotpo-testimonials-btn span {
  color: #3b6a9b !important;
  font-weight: bold; }

.yotpo .yotpo-display-wrapper .yotpo-testimonials-btn:hover {
  background-color: #ffffff !important; }

.yotpo .yotpo-testimonials-btn span:hover {
  color: #3b6a9b !important; }

.yotpo .yotpo-modal .yotpo-modal-header .yotpo-icon-cross {
  color: #ffffff !important; }

.yotpo .yotpo-modal .yotpo-modal-header {
  height: auto !important; }

.yotpo .yotpo-modal .yotpo-modal-header .modal-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

#zonos {
  position: absolute !important; }

/* Mboss page CSS start */
.model-content {
  font-family: Trebuchet MS,Helvetica,sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: center; }

/* Mboss page CSS End */
.navUser .navUser-action {
  font-size: 12px; }

.body.product {
  margin-top: 3px; }

.breadcrumbs {
  text-align: left !important; }

@media screen and (max-width: 1040px) and (min-width: 641px) {
  .boxwrap .box {
    width: 31%; }
  .boxwrap .title_box span {
    font-size: 16px; }
  .boxwrap a {
    font-size: 12px; } }

@media screen and (min-width: 1261px) {
  .container {
    padding: 0px; }
  .banner {
    max-width: none; } }

.navUser .phone_num .navUser-action {
  color: #555;
  font-size: 12px; }

@media only screen and (min-width: 801px) {
  .productView-options .form-action {
    /* width: 40vw;*/ }
  .productView-options .form-action #form-action-addToCart {
    /*width: auto;
    float: left;*/ }
  .productView-options .form-action #qn-add-to-quote {
    /*width: 208px;
    float: left;
    clear: left;
    margin-top: 20px;*/ }
  #gallery-view-desktop {
    display: block; }
  #gallery-view-desktop {
    display: none; } }

@media only screen and (max-width: 800px) {
  #gallery-view-desktop {
    display: none; }
  #gallery-view-mobile {
    display: block; } }

/*Review Button Css */
.yotpo .yotpo-display-wrapper .yotpo-testimonials-btn {
  padding: 5px 15px !important;
  background-color: #ffffff !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;
  border: 1px solid #7e4227; }

.yotpo .yotpo-testimonials-btn span {
  color: #7e4227 !important;
  font-weight: bold; }

.yotpo .yotpo-display-wrapper .yotpo-testimonials-btn:hover {
  background-color: #ffffff !important; }

.yotpo .yotpo-testimonials-btn span:hover {
  color: #7e4227 !important; }

.yotpo .yotpo-modal .yotpo-modal-header .yotpo-icon-cross {
  color: #ffffff !important; }

.yotpo .yotpo-modal .yotpo-modal-header {
  height: auto !important; }

.yotpo .yotpo-modal .yotpo-modal-header .modal-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/*Review Button Css */
/*Search Button Css */
.header-search {
  width: 750px !important; }

.header-search .form-input {
  width: 100% !important; }

.header-search button {
  background-color: #7e4227 !important; }

@media screen and (min-width: 1238px) and (max-width: 1299px) {
  .header-search {
    width: 650px !important; } }

@media screen and (min-width: 1188px) and (max-width: 1237px) {
  .header-search {
    /*width: 650px !important;*/
    width: 630px !important; } }

@media screen and (min-width: 1138px) and (max-width: 1187px) {
  .header-search {
    /*width: 600px !important;*/
    width: 585px !important; } }

@media screen and (min-width: 1041px) and (max-width: 1137px) {
  .header-search {
    /*width: 500px !important;*/
    width: 485px !important; } }

@media (max-width: 1040px) {
  .header-search {
    width: 310px !important; } }

#qn-add-to-quote:hover, .qn-add-to-quote:hover {
  color: #af5f3d !important; }

/*.navPages-container {
    background: #7e4227;

}
.full-width-container .navbar {
    background-color: #7e4227!important;
}
.nav_drop:hover .dropbtn {
    background: #ffc6ad;
    color: #7e4227;
}*/
ul.breadcrumbs {
  padding-left: 0px !important; }

.full-width-container .dropdown-content {
  max-width: 1284px !important; }

.header-search .form-input {
  border: 1px solid #7e4227;
  background: #fff; }

/*.icon svg {
    fill: #ffffff;
}*/
.socialLinks {
  text-align: right; }

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

.nav_drop .dropbtn, .navbar a {
  color: #041e3a; }

.column_bot a {
  color: #fff; }

.form-input .search {
  color: #fff; }

.card-img-container {
  max-width: inherit; }

.body.product .card .card-figure:hover .card-figcaption {
  /*background: #ffffff9e;*/
  opacity: .8; }

/* Home Page Rounded Shape Css */
.home-banner-row {
  display: flex;
  justify-content: space-between; }

#ceiling-tiles-rounded-shape.laminates-row {
  justify-content: center; }

.home-col-200 {
  text-align: center; }

@media screen and (min-width: 801px) {
  .home-col-200 {
    margin-right: 5%;
    text-align: center; }
  #home-last-col {
    margin-right: 0; }
  #ceiling-tiles-rounded-shape .home-col-200 {
    margin-right: 3%;
    text-align: center; }
  #ceiling-tiles-rounded-shape #home-last-col {
    margin-right: 0; } }

.home-col-200 img {
  margin-bottom: 10px;
  border-radius: 50%; }

.home-col-200 img:hover {
  opacity: .8; }

.home-shop-all-button {
  text-align: center;
  color: #7e4226 !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 1.2; }

#ceiling-tiles-rounded-shape .home-shop-all-button {
  font-size: 12px; }

.home-shop-all-button:hover {
  color: #7e4226;
  text-decoration: underline; }

@media screen and (min-width: 501px) and (max-width: 800px) {
  .home-banner-row {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr); }
  #ceiling-tiles-rounded-shape.faux-wood-planks-rounded {
    display: flex; }
  .home-shop-all-button {
    font-size: 11px; }
  .home-shop-all-button-main {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 500px) {
  .home-banner-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  #ceiling-tiles-rounded-shape.faux-wood-planks-rounded {
    display: flex; }
  .home-shop-all-button {
    font-size: 11px;
    display: block;
    line-height: 1.2; }
  .home-shop-all-button-main {
    margin-bottom: 0px !important; } }

.home-shop-all-button-main {
  text-align: center;
  margin-bottom: 20px; }

.divider-new:before {
  content: '';
  width: 500px;
  border-bottom: 1px solid #041e3a;
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 3px;
  margin-left: -250px; }

.divider-new:after {
  content: '';
  padding-bottom: 7px;
  background-color: #041e3a;
  width: 70px;
  display: block;
  margin: 0 auto; }

.divider-new {
  margin-bottom: 10px; }

.divider-new span {
  display: none; }

@media screen and (max-width: 800px) {
  .divider-new:before {
    width: 240px;
    margin-left: -120px; }
  .divider-new {
    display: none; }
  /* #ceiling-tiles-rounded-shape{
                display: none;
            }
            #ceiling-tiles-rounded-shape.round-image-mobile {
                display: block;
            } */ }

/* Home Page Rounded Shape Css */
.form-label--inlineSmall small {
  color: red;
  margin-left: 0px;
  font-weight: 700; }

/* Related Products and Customers Also Viewed CSS */
.RelatedAlsoViewdTab .tab.is-active .tab-title {
  /*background-color: #7e4227;*/
  cursor: unset; }

.RelatedAlsoViewdTab .tabs .tab {
  width: 100%; }

.RelatedAlsoViewdTab .tab .tab-title {
  /*color: #ffffff;*/
  text-transform: capitalize;
  padding: 5px 15px; }

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

.RelatedAlsoViewdTab .tabs {
  border-bottom: 0; }

.RelatedAlsoViewdTab .tabs-contents .tab-content .productCarousel .slick-list {
  padding: 0; }

.RelatedAlsoViewdTab .tab.is-active {
  border: 0; }

/* Related Products and Customers Also Viewed CSS */
/* Product View Description CSS */
.productView-description {
  padding: 0 !important; }

.productView-description .tab.is-active .tab-title {
  /*background-color: #7e4227;
    color: #ffffff;*/
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 20px !important; }

.productView-description .tab .tab-title {
  /*color: #7e4227;*/
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 20px !important; }

.productView-description .tabs {
  /*border-bottom: 2px solid #7e4227;
    background: #f7e2d8;*/ }

.productView-description .tab.is-active {
  border: 0; }

.productView-description .tab {
  border-top: 0; }

.productView-description {
  margin-bottom: 1.5rem; }

/* Product View Description CSS */
/* Choose Button Color CSS */
.body.product .card .AddToCartArea .button {
  border: 1px solid #7e4227;
  color: #7e4227; }

.body.product .card .AddToCartArea .button:hover {
  background: #7e4227; }

.body.product .tabs-contents .slick-next.slick-arrow, .body.product .tabs-contents .slick-prev.slick-arrow {
  background-color: #7e4227;
  border: 1px solid #7e4227; }

.body.product .tabs-contents .slick-next.slick-arrow:hover,
.body.product .tabs-contents .slick-prev.slick-arrow:hover {
  border: 1px solid #7e4227; }

/* Choose Button Color CSS */
.BoxDetailBottom P {
  color: #000;
  font-weight: 600; }

/* Product cart popup css changes */
#previewModal .productView-details .productView-title {
  font-size: 24px !important;
  line-height: 26px !important; }

#previewModal .productView-details .productView-price {
  font-size: 18px;
  padding: initial;
  color: #3797ba; }

#previewModal .productView-details .productView-brand {
  /*  background-color: #c5c5c5!important;*/
  float: none !important;
  color: #757575 !important;
  /* padding: inherit!important;*/ }

#previewModal .productView-details .productView-info, #previewModal .productView-details .productView-options {
  padding: initial !important; }

#previewModal .productView-details .productView-info-name {
  min-width: 200px;
  min-width: initial !important; }

/*home page title*/
#home-first:before {
  content: '';
  width: 240px;
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -120px; }

#home-first:after {
  content: '';
  padding-bottom: 7px;
  background-color: #041e3a;
  width: 70px;
  display: block;
  margin: 0 auto; }

@media (max-width: 640px) {
  #home-first {
    font-size: 22px !important; } }

#yotpo_testimonials_btn {
  top: 50% !important; }

@media screen and (min-width: 481px) and (max-width: 650px) {
  #yotpo_testimonials_btn {
    top: 25% !important; } }

@media screen and (min-width: 651px) and (max-width: 1024px) {
  #yotpo_testimonials_btn {
    top: 28% !important; } }

@media screen and (min-width: 1025px) and (max-width: 1350px) {
  #yotpo_testimonials_btn {
    top: 35% !important; } }

@media screen and (min-width: 1351px) and (max-width: 1500px) {
  #yotpo_testimonials_btn {
    top: 38% !important; } }

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  #yotpo_testimonials_btn {
    top: 40% !important; } }

@media screen and (min-width: 1801px) and (max-width: 1900px) {
  #yotpo_testimonials_btn {
    top: 35% !important; } }

@media screen and (min-width: 1901px) {
  #yotpo_testimonials_btn {
    top: 42% !important; } }

/* QUOTE BUTTON CSS */
#qn-dialog-toggle {
  box-shadow: none !important;
  background: #fff !important;
  /*border-radius: 0 !important;*/
  fill: #7b4128 !important;
  color: #7b4128 !important;
  border: 1px solid #7b4128; }

button#qn-dialog-toggle.mui-btn--raised {
  height: 60px !important; }

button#qn-dialog-toggle {
  display: none; }

/* Home Page Rounded Shape Css */
@media screen and (min-width: 1023px) {
  .home-banner-row.mobile, .banner-mobile {
    display: none; } }

@media screen and (max-width: 1022px) {
  .home-desktop-banner {
    display: none; } }

@media screen and (max-width: 1024px) {
  /*.banner-mobile .slick-next, .banner-mobile .slick-prev {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    z-index: 1;
    border: 1px solid #fff;
    height: 1.85714rem;
    margin-top: -2.14286rem;
    padding: 0 0 0 8px;
    width: 1.85714rem;
    border-radius: 50%;
}
.banner-mobile .slick-next::before,.banner-mobile .slick-prev::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 0.92857rem;
    width: 0.92857rem;
}*/
  .banner-mobile .slick-next::before, .banner-mobile .slick-prev::before {
    height: 1.6rem;
    width: 0.8rem; }
  .banner-mobile .slick-next, .banner-mobile .slick-prev {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    height: 3.35714rem;
    margin-top: -2.14286rem;
    padding: .71429rem;
    width: 1.85714rem; }
  .banner-mobile .slick-slide img {
    display: unset !important; } }

@media only screen and (max-width: 800px) {
  .home_view_mobile .dectile-inner {
    width: auto !important; } }

#wishlist-dropdown .button:first-child {
  padding: 0px 0px 0px 0px !important;
  margin-bottom: 0px !important; }

#wishlist-dropdown .button {
  box-shadow: none !important; }

.header-search .form-input {
  display: block !important; }

.shg-c.get-fast-col {
  max-width: 1080px;
  margin: auto; }

.shg-c.five-columns {
  max-width: 1080px;
  margin: auto; }

/* Sizing Guide Lightbox CSS */
#crown-molding-sizing-guide-1 {
  width: 108px;
  height: 108px; }

#crown-molding-sizing-guide {
  width: 108px;
  height: 0;
  padding-top: 0;
  font-size: 12px; }

#crown-molding-sizing-guide span {
  color: #7e4226; }

.crown-molding-sizing-guide-2 a {
  text-decoration: none;
  color: #7e4226; }

.crown-molding-sizing-guide-2 a:hover {
  text-decoration: underline; }

.faq-tab-page .shogun-tabs.shogun-rounded li .shogun-tab-box {
  font-weight: bold;
  padding: 10px 5px !important; }

@media only screen and (max-width: 950px) and (min-width: 801px) {
  .navUser .navUser-action {
    font-size: 11px !important; }
  a#rewards {
    font-size: 11px !important; }
  #rewards {
    font-size: 11px !important; } }

/* color swacth **/
[data-product-attribute="swatch"] {
  display: block !important; }

@media (min-width: 1033px) {
  [data-product-attribute="swatch"] .form-label--alternate {
    text-align: left !important; } }

@media only screen and (max-width: 1440px) and (min-width: 801px) {
  .navUser {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.71429rem;
    position: relative;
    width: 100%; } }

@media only screen and (max-width: 1440px) and (min-width: 900px) {
  .sloyalty-loyaltyprogram-points.loyrewards {
    width: 140px !important;
    margin-right: 40px; } }

@media only screen and (max-width: 945px) and (min-width: 900px) {
  .navUser .navUser-action {
    padding: 0 0.58571rem !important; }
  .navUser-section li.navUser-item .sloyalty-loyaltyprogram-points.loyrewards {
    padding-left: 0.4rem !important;
    margin-right: 20px; } }

@media only screen and (max-width: 899px) and (min-width: 801px) {
  .navUser .navUser-action {
    padding: 0 0.58571rem !important; }
  .navUser-section li.navUser-item .sloyalty-loyaltyprogram-points.loyrewards {
    padding-left: 0.4rem !important;
    margin-right: 0px; } }

@media only screen and (min-width: 900px) {
  #zonos.top > .z-flag {
    right: 0px !important; } }

.navUser-item--cart .dropdown-menu {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0px; }

.previewCartList li {
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  display: block; }

.previewCartAction-viewCart {
  display: inline-block;
  width: 50% !important; }

.previewCartAction .previewCartAction-checkout {
  width: 50% !important;
  margin-bottom: 10px;
  display: inline-block; }

.previewCartItem-image {
  width: 17% !important; }

.previewCartItem-image img {
  padding: 0px 7px; }

.previewCartItem-content {
  padding: 10px; }

.previewCartItem-brand {
  display: none; }

h6.previewCartItem-name {
  font-size: 12px;
  color: #17518f !important;
  font-weight: 400;
  line-height: normal; }

.previewCartItem-name > a {
  color: #17518f !important; }

.previewCartItem-brand,
.previewCartItem-price {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  float: right; }

.previewCartAction-checkout a {
  display: block !important; }

.previewCartAction-viewCart a {
  background: #17518f;
  border: 1px solid #17518f;
  color: #ffff;
  font-weight: 700; }

.previewCartAction-viewCart a:hover {
  color: #17518f !important;
  font-weight: 700;
  border: 1px solid #17518f !important; }

@media only screen and (max-width: 768px) {
  .faq-frame {
    width: 100%; } }

.yotpo-main-widget-layout.yotpo-align-text {
  min-height: 800px; }

/* reviews tab customization
.yotpo .promoted-products-box{
border-bottom: 1px solid #e3e3e3;
}
.yotpo .yotpo-label-container {
    display:none;
}
.yotpo-nav-content .filters-container .filters-container-title{
    display: contents;
}
.yotpo-nav-content .filters-container .yotpo-hidden-mobile{
    display: contents;
}
.filters-container .dropdown-filters-container {
    display: inline-block;
    position: relative;
    top: 14px;
}
span.y-label.label-helpful {
       display: none!important;
}
.footer-actions {
    float: right!important;
}
span.yotpo-icon.yotpo-icon-seperator {
    display: none;
}
.footer-actions:before {
    content: "\e608";
    font-family: "yotpo-widget-font" !important;
}
.yotpo .yotpo-review .yotpo-main .content-title, .yotpo .yotpo-comment .yotpo-main .content-title, .yotpo .yotpo-question .yotpo-main .content-title, .yotpo .yotpo-onsite-upload .yotpo-main .content-title{
color:#000!important;
}
.yotpo .yotpo-review .yotpo-main .content-review, .yotpo .yotpo-comment .yotpo-main .content-review, .yotpo .yotpo-question .yotpo-main .content-review, .yotpo .yotpo-onsite-upload .yotpo-main .content-review {
    color: #000!important;
}
.reviews-header .reviews-amount,.filters-container .filters-container-title, .filters-dropdown .yotpo-dropdown-button .selected, .yotpo .font-color-gray-darker, .yotpo .font-color-gray, .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text{
color:#000!important;
}
 .yotpo .transparent-color-btn span.yotpo-icon{
    color: #17518f!important; 
 }
 span.y-label.yotpo-sum.vote-sum {
    color: #17518f!important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span, .yotpo .yotpo-nav ul .yotpo-nav-tab:hover span, .yotpo-nav ul .yotpo-nav-tab span {
    color: #17518f!important;
}
.yotpo-action span.y-label {
    color: #17518f!important;
}
span.yotpo-icon.yotpo-icon-share {
    color: #17518f!important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper{
    border-color: #17518f!important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile{
background: #17518f!important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name{
color: #17518f!important;
}
.yotpo .yotpo-review .yotpo-read-more, .yotpo .yotpo-comment .yotpo-read-more, .yotpo .yotpo-question .yotpo-read-more, .yotpo .yotpo-onsite-upload .yotpo-read-more{
color: #17518f!important;
}
.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover, .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover, .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover, .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover{
color: #17518f!important;
}
.yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .y-label, .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover .transparent-color-btn, .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .y-label, .yotpo .yotpo-comment .yotpo-footer .yotpo-action:hover .transparent-color-btn, .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .y-label, .yotpo .yotpo-question .yotpo-footer .yotpo-action:hover .transparent-color-btn, .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .y-label, .yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-action:hover .transparent-color-btn{
color: #17518f!important;
}
.yotpo a,.yotpo .yotpo-pager .yotpo-page-element.yotpo-active,.yotpo .yotpo-pager .yotpo-page-element.yotpo-active:hover,.yotpo-pager a{
color: #17518f!important;
}
.yotpo .promoted-products-box{
    display:none!important;
}
.bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
    font-weight: 700!important;
}
@media only screen and (min-width:801px){
span.yotpo-display-wrapper {
    float: left;
    width: 88%;
}
.yotpo .yotpo-regular-box{
    padding: 0px 0 0px!important;
}
.write-question-review-buttons-container {
    display: contents;
}
.yotpo .new-yotpo-small-box {
    clear: both;
}
.yotpo-default-button.yotpo-icon-btn.desktop-clear-all-btn{
        margin-top: 40px;
}
}
.filters-dropdown .yotpo-dropdown-button{
        height: 40px!important;
            padding: 10px 10px 0px 15px!important;
}
 .main-widget .yotpo-reviews-filters {
    padding: 0px 0 0px!important;
 }
 .yotpo .new-yotpo-small-box {
    margin: 10px 10px 0 10px!important;
}
.filters-container .magnifying-glass-icon,.filters-container .free-text-search-input {
    font-size: 12px!important;
}
.filters-container .free-text-search-input{
        border-color: #e3e3e3!important;
}
.filters-dropdown .yotpo-dropdown .list-category .non-selected-star {
    color: #ffd200!important;
}
.filters-dropdown .yotpo-dropdown li.list-category:hover .non-selected-star{
color: #ffd200!important;
}
span.y-label.yotpo-user-title.yotpo-action-hover {
    color: #7e4227!important;
    font-weight: 700!important;
}
.yotpo-nav-tab.yotpo-active {
    display: none!important;
} */
.yotpo-pagination-item.yotpo-pagination-number {
  height: auto !important; }

/* cart.php page css starts*/
.cart-remove {
  background-color: transparent !important;
  margin-right: 1rem; }

.cart-remove > svg {
  fill: red !important; }

@media (min-width: 801px) {
  .cart-item-figure {
    width: 4.33333% !important; }
  .cart-item-value {
    padding-left: 1.5rem; } }

.cart-item-name {
  font-size: 12px !important; }

.cart-item-block .definitionList, .cart-item-brand, .cart-item-value, .cart-item-quantity .form-increment .button, .cart-item-quantity .form-increment .form-input--incrementTotal {
  font-size: 12px !important;
  color: #000; }

.cart-item-quantity .form-increment .icon {
  height: 1rem !important;
  width: 1rem !important; }

.body.cart {
  margin-top: 10px !important; }

.body.cart .page-heading {
  font-size: 30px !important;
  margin-bottom: 20px !important; }

.cart-item-block a {
  font-size: 12px !important; }

.cart-header-item.price-cart-title {
  padding-left: 1.5rem; }

h4.cart-item-name a {
  text-decoration: none; }

.cart-remove.icon:hover {
  background-color: red !important; }

a.cart-remove.icon:hover svg {
  fill: #fff !important; }

.definitionList-key {
  color: #000;
  font-weight: 700; }

.cart-total-label {
  color: #000; }

.coupon-code-add, .coupon-code-cancel, .gift-certificate-add, .gift-certificate-cancel, .shipping-estimate-hide, .shipping-estimate-show {
  color: #000 !important; }

.cart-item-quantity .form-increment .button {
  background: #50b3da;
  color: #fff !important;
  border-color: transparent !important;
  border: 0px !important;
  line-height: 1.2rem !important;
  border-radius: 0px !important; }

.cart-item-quantity .form-increment .button svg {
  fill: #fff !important; }

.cart-item-quantity .form-increment .button:hover {
  background: transparent !important;
  border-color: #17518f !important; }

.cart-item-quantity .form-increment .button:hover svg {
  fill: #50b3da !important; }

thead.cart-header {
  background: #17518f;
  color: #fff; }

.cart-header-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem !important; }

.cart-header-item:last-child, .cart-item-info:last-child {
  padding-right: 10px; }

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

@media (min-width: 801px) {
  .cart-item-quantity .form-increment {
    margin: 0 0.21429rem 1px 1.5rem !important; }
  .cart-item-title {
    width: 35%;
    vertical-align: top; }
  .cart-item-block.cart-pro-detail {
    width: 27%; }
  .sub-cart-title {
    width: 30%; } }

ul.cart-totals {
  border: 1px solid #e5e5e5;
  clear: both; }

.sub-cart-title {
  width: 30%;
  float: right;
  font-size: 24px;
  margin-top: 0px; }

li.cart-total {
  padding: 0px 5px; }

@media (min-width: 1261px) {
  .cart-totals {
    width: 30% !important; } }

.cart-item-quantity .form-increment {
  border: 1px solid #50b3da; }

.cart-item-block.change-cart-text {
  padding-left: 1.5rem; }

.bolt-checkout-button {
  width: 380px !important; }

.cart-gift-certificate-form .form-input, .coupon-form .form-input {
  width: 53%;
  margin-right: 3%;
  margin-left: 15%; }

.cart-gift-certificate-form .button.button--primary, .coupon-form .button.button--primary {
  font-size: 12px !important; }

@media (max-width: 800px) {
  .cart-item-label {
    color: #000 !important; }
  .sub-cart-title {
    width: 100% !important; }
  .cart-total-label {
    width: auto !important; }
  .cart-gift-certificate-form .form-input, .coupon-form .form-input {
    width: 70% !important;
    margin-right: 3% !important;
    margin-left: 0px; }
  .cart-item-block.cart-pro-detail, .cart-item-block.change-cart-text {
    display: none; }
  .cart-gift-certificate-form .button.button--primary, .coupon-form .button.button--primary {
    padding: 5px 5px !important; } }

@media only screen and (max-width: 420px) {
  .bolt-button-wrapper {
    float: none !important; } }

@media (min-width: 801px) {
  .cart-item-block.cart-item-title .definitionList, #cart-item-tit-change {
    display: none; } }

.cart-additionalCheckoutButtons {
  width: 85%;
  display: block;
  float: none;
  text-align: center;
  margin: 0 auto; }

.cart-actions.cart-actions-row.cart-checkout {
  width: 82%;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto; }

.cart-actions.cart-actions-row.cart-checkout a {
  margin: 10px auto; }

@media (max-width: 551px) {
  .or-use-label {
    width: 60%; } }

@media (max-width: 779px) {
  .or-use-label {
    width: 90%; }
  .cart-actions.cart-actions-row.cart-checkout {
    width: 60%; }
  .cart-additionalCheckoutButtons {
    width: 65%; } }

@media (max-width: 991px) {
  .or-use-label {
    width: 93%; }
  .cart-actions.cart-actions-row.cart-checkout {
    width: 70%; }
  .cart-additionalCheckoutButtons {
    width: 75%; } }

@media (min-width: 990px) {
  .or-use-label {
    width: 95%; }
  .cart-actions.cart-actions-row.cart-checkout {
    width: 82%; }
  .cart-additionalCheckoutButtons {
    width: 85%; } }

@media (min-width: 801px) {
  #modal .modal-content h2.modal-header-title {
    font-size: 24px; } }

.modal-body #CartEditProductFieldsForm .form-field {
  display: flex; }

.modal-body #CartEditProductFieldsForm .form-field .form-label, .modal-body #CartEditProductFieldsForm .form-field input, .modal-body #CartEditProductFieldsForm .form-field select, .modal-body #CartEditProductFieldsForm .form-field textarea, .modal-body #CartEditProductFieldsForm .form-field optgroup {
  width: 33%;
  display: inline-block;
  color: #000; }

.productOptions-list-item-content .form-label {
  width: 100% !important; }

.modal-body #CartEditProductFieldsForm .form-field .form-label.form-label--alternate {
  text-align: right;
  padding-right: 15px;
  font-weight: bold; }

.modal-body #CartEditProductFieldsForm .form-field #show_title2 {
  display: inline-block !important; }

.modal-body #CartEditProductFieldsForm [data-product-attribute=swatch] .form-label--alternate {
  display: block !important;
  width: 100%; }

/* cart.php page css ends*/
/* Tub and Shower Measurement */
@media screen and (min-width: 951px) {
  #tub-and-shower-walls-measurement {
    display: flex;
    justify-content: space-around;
    align-items: center; } }

@media screen and (max-width: 950px) {
  #shop-butt.shower-walls-install-button {
    margin-top: 15px !important; } }

/* Tub and Shower Measurement */
/* New MirroFlex Finishes 2023 */
@media screen and (min-width: 801px) {
  .new-color-name-mirroflex {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700; }
  .new-color-number-mirroflex {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    margin-top: 5px; }
  /*.new-finishes-inspired .shg-row .shg-c-lg-6 {
background: #fff;
padding: 2% 4%;
margin-right: 30px;
}*/
  .new-mirroflex-two-col .shg-row .shg-c-lg-6 {
    display: table;
    margin: auto 0; }
  .new-finishes-first-text {
    text-align: center;
    padding-left: 25%;
    padding-right: 25%; } }

@media screen and (max-width: 800px) {
  .new-color-name-mirroflex {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700; }
  .new-color-number-mirroflex {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    margin-top: 5px; }
  .new-finishes-first-text {
    text-align: center; } }

/*.new-finishes-inspired .shg-row .shg-c-lg-6 #s-2114acf8-7b79-4d43-aa32-614aa4460ec3
{
padding-right: 5%;
padding-left: 5%;
background: #ffffff;
margin-right: 50px;
padding-top: 5%;
}*/
.new-finishes-inspired .shg-row .shg-c-lg-6 #s-b0ac4888-0016-475a-8274-015c2e1a41ad {
  padding-right: 5%;
  padding-left: 5%;
  background: #ffffff;
  margin-right: 50px;
  padding-bottom: 7%;
  padding-top: 7%; }

@media screen and (max-width: 767px) {
  #s-7f199f83-3cba-4f5b-8086-3a16ad173e0c.new-mirroflex-two-col .shg-row {
    flex-direction: column-reverse; } }

#shop-butt.inquire-now-button-1 {
  text-align: center; }

.inquire-now-button-1 .button--primary {
  padding: 15px 40px; }

/* New MirroFlex Finishes 2023 */
.lp-popup__iframe-wrapper {
  z-index: 999 !important; }

/* category page yotpo star alignment */
@media screen and (max-width: 990px) and (min-width: 800px) {
  .card-body .card-title > a:nth-child(2) > .yotpo.bottomLine {
    margin: 0px; }
  .card-body .card-title > a:nth-child(2) > div > div > div.standalone-bottomline > div.yotpo-bottomline.pull-left.star-clickable {
    display: block;
    text-align: center; }
  .card-body .card-title > a:nth-child(2) > div > div > div.standalone-bottomline > div.yotpo-bottomline.pull-left.star-clickable > span {
    display: block; } }

@media screen and (max-width: 767px) and (min-width: 401px) {
  .card-body .card-title > a:nth-child(2) > .yotpo.bottomLine {
    margin: 0px; }
  .card-body .card-title > a:nth-child(2) > div > div > div.standalone-bottomline > div.yotpo-bottomline.pull-left.star-clickable {
    display: block;
    text-align: center; }
  .card-body .card-title > a:nth-child(2) > div > div > div.standalone-bottomline > div.yotpo-bottomline.pull-left.star-clickable > span {
    display: block; } }

@media screen and (min-width: 1033px) {
  [data-product-attribute="swatch"] {
    margin-left: 40px; } }

@media screen and (min-width: 501px) {
  .warehouse-team .otro-blockquote {
    width: 500px; } }

/* 30% offer Page Empty cards Remove */
.hide-empty-cards-1 .shg-row .shg-c-lg-2:nth-child(4), .hide-empty-cards-1 .shg-row .shg-c-lg-2:nth-child(5), .hide-empty-cards-1 .shg-row .shg-c-lg-2:nth-child(6) {
  visibility: hidden; }

.hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(3), .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(4), .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(5), .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(6) {
  visibility: hidden; }

.hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(2), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(3), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(4), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(5), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(6) {
  visibility: hidden; }

.hide-empty-cards-4 .shg-row .shg-c-lg-2:nth-child(6), .hide-empty-cards-4 .shg-row .shg-c-lg-2:nth-child(5) {
  visibility: hidden; }

.hide-empty-cards-5 .shg-row .shg-c-lg-2:nth-child(6) {
  visibility: hidden; }

/* 30% offer Page Empty cards Remove */
/* Two column Video Section CSS */
@media screen and (min-width: 1201px) {
  .dct-two-col-videos {
    display: flex; }
  .dct-video-col-1, .dct-video-col-2 {
    width: 50%; } }

/* Two column Video Section CSS */
/* Beam items lighbox section CSS start */
@media only screen and (min-width: 768px) {
  .photos.beam ul > li > a > img {
    height: 200px;
    width: 200px; }
  .photos.beam ul#itemContainer2 .lightboxthumb-title {
    /* width: 166px;
       width: 190px;*/
    width: 230px; }
  .photos.beam ul#itemContainer2 li a {
    /*margin-right: 6px;
  margin-bottom: 7px;*/
    opacity: 1.0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: url(//www.decorativeceilingtiles.net/product_images/75_finishes/item-bottom-shadow02.png) no-repeat scroll 25px 187px transparent;
    background-size: 80%;
    /*  background: url(//www.decorativeceilingtiles.net/product_images/75_finishes/item-bottom-shadow02.png) no-repeat scroll 29px 124px transparent;
  background: url(//www.decorativeceilingtiles.net/product_images/75_finishes/item-bottom-shadow02.png) no-repeat scroll 28px 118px transparent;
      background-size: 70%;*/
    text-align: center;
    color: #000;
    text-decoration: none; } }

/* Beam items lighbox section CSS End  */
/* Beam Add-ons CSS Start */
.beam-addons-images {
  display: flex !important;
  justify-content: center; }

@media screen and (min-width: 872px) {
  .beam-addons-images ul li a {
    margin-right: 50px;
    margin-bottom: 0; }
  .beam-addons-images ul li:last-child a {
    margin-right: 0; } }

.beam-addons-images ul li a {
  margin-bottom: 15px; }

.beam-addons-images ul li {
  padding-left: 0; }

.beam-addons-images ul li a .lightboxthumb-title {
  font-size: 12px;
  line-height: normal; }

.beam-addons-images ul li a .lightboxthumb-title strong {
  font-size: 14px; }

/* Beam Add-ons CSS End */
/* Shogun tab Title CSS Start */
.shogun-tab-title {
  font-weight: bold; }

/* Shogun tab Title CSS End */
.yotpo-label {
  display: none; }

/*FAD crown molding system title*/
.fad-mol-sys h1:before, .fad-mol-sys h3:before {
  content: '';
  width: 240px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #041e3a;
  bottom: 3px; }

.fad-mol-sys h1:after, .fad-mol-sys h3:after {
  content: '';
  padding-bottom: 7px;
  background-color: #041e3a;
  width: 70px;
  display: block;
  margin: 7px auto; }

.fad-mol-sys h1, .fad-mol-sys h3 {
  position: relative; }

.mol-sys-btn i {
  display: none; }

#shop-butt.crown-system-btn {
  clear: both;
  background-color: #eee;
  padding: 20px;
  width: fit-content;
  margin: auto; }

/* Baseborad blog Add-ons CSS Start */
.baseblog-addons-images {
  display: flex !important;
  justify-content: center;
  margin-bottom: 30px; }

@media screen and (min-width: 872px) {
  .baseblog-addons-images ul li a {
    margin-right: 50px;
    margin-bottom: 0; }
  .baseblog-addons-images ul li:last-child a {
    margin-right: 0; } }

.baseblog-addons-images ul li a {
  margin-bottom: 15px; }

.baseblog-addons-images ul li {
  padding-left: 0; }

.baseblog-addons-images ul li a .lightboxthumb-title {
  font-size: 12px;
  line-height: normal; }

.baseblog-addons-images ul li a .lightboxthumb-title strong {
  font-size: 14px; }

.shop-btn-baseblog img {
  border: none !important; }

/* Baseboard blog Add-ons CSS End */
@media (min-width: 425px) and (max-width: 800px) {
  .header-logo-image {
    height: 100% !important; } }

@media screen and (max-width: 425px) {
  .header-logo-image {
    height: 75% !important; } }

@media screen and (min-width: 801px) {
  .account--fixedLarge {
    width: 85%; } }

.navBar--sub .navBar-section {
  font-weight: bold; }

/* 50 Percentage Offer Page */
@media screen and (min-width: 768px) {
  .free-shipping-new .shg-row .shg-c-lg-3:nth-child(2), .free-shipping-new .shg-row .shg-c-lg-3:nth-child(3) {
    background: #f5f5f5;
    padding: 15px 10px; } }

@media screen and (max-width: 767px) {
  .free-shipping-new-mobile .shg-row .shg-c-lg-6 {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 15px 10px; }
  .free-shipping-new-mobile .shg-row .shg-c-lg-6:nth-child(1) {
    margin-bottom: 30px; } }

.ceiling-tiles-50-off-styrofoam-card .shg-c-lg-4 {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 10px 10px 15px 10px;
  width: 172px !important;
  min-height: 372px !important; }

.ceiling-tiles-50-off-styrofoam-card .shg-c-lg-4:nth-child(2), .ceiling-tiles-50-off-styrofoam-card .shg-c-lg-4:nth-child(3) {
  display: none !important; }

.ceiling-tiles-50-off-styrofoam-main .shg-row {
  justify-content: center; }

/*#shop-butt.styrofoam-50-off {
    text-align: left;
}*/
/* 50 Percentage Offer Page */
/* Lumisplash page style start */
.lumis-imgalign {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* Lumisplash page style End */
/* Product description video */
p#two-col-video {
  text-align: center; }

.beam-iframe Video {
  object-fit: cover; }

#vertical-video Video {
  height: auto !important; }

@media screen and (max-width: 680px) {
  #two-col-video Video, .beam-iframe Video {
    width: 100% !important; } }

@media screen and (min-width: 801px) {
  #video-info > tbody > tr > td:nth-child(1) {
    width: 48%; }
  #video-info > tbody > tr > td:nth-child(2) {
    width: 50%; } }

.video-sub {
  font-size: 14px;
  text-align: center !important;
  margin-top: -20px; }

@media screen and (max-width: 768px) {
  #tab-description > .flower-alum-ct > tbody > tr > td:nth-child(2) {
    padding: 0px !important; }
  .productView-description .flower-alum-ct td {
    padding: 0px 0px !important; } }

/* Backsplash Roll */
.backsplash-roll-table {
  margin: 0 auto; }

.backsplash-roll-table td {
  text-align: center; }

/* Backsplash Roll */
/* Wood Slat Walls Sample */
.wood-slat-walls-heading-h4 .shogun-heading-component h4 {
  font-weight: bold !important; }

.wood-slat-walls-img-ht {
  max-height: 126.88px; }

/*@media screen and (min-width: 768px)
{
.wood-slat-walls-images-sample{
    width: 100%;
    max-height: 126.88px;
}
}*/
@media screen and (min-width: 768px) {
  .wood-slat-walls-images-sample, .sample-video-miga {
    min-height: 130px;
    object-fit: cover;
    max-height: 130px;
    width: 100%; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .wood-slat-walls-images-sample, .sample-video-miga {
    min-height: 200px;
    object-fit: cover;
    max-height: 200px;
    width: 100%; } }

@media screen and (max-width: 480px) {
  .wood-slat-walls-col .shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 {
    width: 100%; } }

@media screen and (min-width: 985px) {
  #substrate-list.wood-slat-finishes-lists li:nth-child(6):after {
    border: 0; } }

@media screen and (min-width: 1200px) {
  #substrate-list.wood-slat-finishes-lists {
    column-count: 3 !important; } }

@media screen and (min-width: 985px) and (max-width: 1199px) {
  #substrate-list.wood-slat-finishes-lists {
    column-count: 2 !important; } }

@media screen and (min-width: 1200px) {
  #substrate-list.wood-slat-finishes-lists li:nth-child(18):after, #substrate-list.wood-slat-finishes-lists li:nth-child(9):after {
    border-bottom: none; } }

/* Wood Slat Walls Sample */
@media screen and (max-width: 800px) {
  #HeaderSearch {
    z-index: 99 !important;
    right: 0;
    position: relative !important;
    top: 70px !important;
    width: 275px !important; }
  .header_right {
    top: -15px;
    margin-left: -60px; } }

/* Blog top-50 items post css start*/
#blog-top-fifty table th, #blog-top-fifty table td {
  border: 1px solid #cecfd5;
  padding: 10px 15px; }

#blog-top-fifty table th.empty-row {
  border: none; }

#blog-top-fifty table {
  border-collapse: collapse;
  margin-bottom: 3%;
  font-size: 16px; }

#blog-top-fifty table th {
  text-align: center;
  background: #183150;
  color: #fff; }

#blog-top-fifty table tr:nth-child(even) {
  background-color: #f3f4ed8a; }

#blog-top-fifty table tr:hover {
  background-color: #f1f1f1; }

#blog-top-fifty table td {
  text-align: center; }

@media screen and (max-width: 1000px) {
  #blog-top-fifty .fifty-top-items {
    display: block;
    overflow-x: auto;
    white-space: nowrap; }
  #home-sidebar {
    margin: 0 auto;
    float: none;
    width: fit-content; } }

/* Blog top-50 items post css end*/
/* Case study css start*/
.case-study-heading .shogun-heading-component h3 {
  font-weight: 900 !important; }

.case-study-button {
  color: #ffffff;
  border-radius: 50px;
  background-color: #17518f;
  border: 1px solid #17518f;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1rem;
  width: 35%;
  text-decoration: none;
  text-align: center; }

.case-study-button:hover {
  background-color: #fff;
  border: 1px solid #17518f;
  color: #17518f; }

.case-study-dwn-btn {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: #17518f;
  border: 1px solid #17518f;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem 0.3rem;
  line-height: 1rem;
  text-decoration: none;
  border-radius: 50px; }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .case-std-dv {
    width: 67% !important; } }

.case-std-dv {
  width: 45%;
  margin: 8px auto; }

.case-study-dwn-btn:hover {
  background: #fff;
  color: #17518f;
  border: 1px solid #17518f; }

@media only screen and (max-width: 500px) {
  .case-study-dwn-btn {
    line-height: 1.4rem; } }

button.button--primary.casestudy-dwn-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 0.5rem 1rem 0.3rem; }

.button.button--primary.getcasestudy {
  padding: 0.7rem 1rem 0.7rem 1rem; }

/* Case study css end*/
/* Peel and Stick CSS Begin */
.peel-flex {
  display: flex;
  gap: 1.5rem;
  justify-content: center; }

.peel-flex img {
  max-width: 100%; }

.head-installation, .head-installation1 {
  text-align: center; }

.head-installation h3 {
  margin-bottom: 5px; }

.head-installation1 h3 {
  margin-bottom: 15px; }

.peel-installation-steps img {
  width: 100%;
  border-radius: 5px; }

.peel-installation-steps {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr); }

.peel-installation-steps {
  padding-top: 30px; }

.peel-installation-steps h3 {
  font-size: 16px !important;
  margin-top: 0; }

@media screen and (min-width: 540px) and (max-width: 1200px) {
  .peel-installation-steps {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 540px) {
  .peel-installation-steps {
    display: block; }
  .peel-img-steps {
    margin-top: 30px; } }

@media screen and (min-width: 801px) {
  .peel-ins-steps {
    padding: 40px; } }

/* Peel and Stick CSS End */
/* footer and heeader css */
#coupon-butt {
  font-size: 12px;
  background: #007ACC;
  border: #007ACC;
  margin: 0px 15px; }

.container > .banners, .CategoryDescriptionBottom > .wrap {
  padding: 0px !important; }

.CategoryDescriptionBottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  position: relative;
  width: 88%; }

.header-search .form-input::placeholder {
  color: #333333bf;
  font-size: 17px;
  font-weight: 500; }

@media only screen and (max-width: 1040px) {
  .search-desktop {
    display: none !important; }
  .search-mobile {
    display: block !important; }
  .header-search .form-input::placeholder {
    font-size: 12px; } }

a.yotpo-logo-link-new {
  display: none !important; }

.read-target {
  min-width: 48px;
  min-height: 48px;
  padding: 12px 5px; }

.brand_list_home {
  padding-right: 10px; }

#dectile-home .dectile-inner li {
  margin: 10px 5px 10px 5px !important; }

/* footer and heeader css ends*/
/* navigation menu starts*/
@media only screen and (max-width: 800px) {
  .header.is-open {
    width: 60%; }
  .header-logo-image {
    height: 55%; }
  .mobile-menu-tit {
    color: #000;
    font-size: 13px;
    font-weight: 700; }
  .navPages-container .navPages-action {
    padding: 3px 0px;
    font-size: 9px;
    background: transparent;
    color: #000 !important;
    text-transform: initial;
    border-bottom: 0px; }
  nav.navPages {
    padding-top: 0px; }
  .navPages-list + .navPages-list {
    border-top: 0px solid #ccc;
    margin-top: 0; }
  li.navPage-subMenu-item a.has-subMenu {
    font-size: 9px !important; }
  nav.navPages {
    background: #fff !important; }
  .navPages-action svg {
    fill: #000 !important;
    stroke: #000 !important; }
  .navPages-container .navPages-action:hover {
    background-color: transparent !important; } }

.navPages-container.full-width-container.is-open:before {
  content: "";
  display: block;
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .2s,visibility 0ms linear .2s,z-index 0ms linear .2s; }

.navPages-container.full-width-container.is-open.active:before {
  transition: opacity .2s,visibility 0ms;
  z-index: 5;
  opacity: 1;
  visibility: visible; }

.navPages-container.full-width-container.is-open.active .slide-out-menu {
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0ms, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }

.slide-out-menu {
  /*	z-index: 9000;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 290px;
		opacity: 0;
		visibility: hidden;
		overflow-y: hidden;
		overflow-x: hidden;
		transition: opacity .2s,visibility 0ms linear .2s,transform .5s cubic-bezier(.23,1,.32,1);
		transform: translate3d(-290px,0,0);*/
  width: 100%;
  /*margin-top: 30px !important;*/ }

.menu-panels {
  overflow: hidden; }

.slide-out-menu .menu-link {
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  padding: 14px 28px;
  background: transparent;
  margin: 0;
  border: none;
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px; }

.slide-out-menu .menu-link svg {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  transform: scaleX(1); }

.slide-out-menu .menu-link svg.arrow-right {
  right: 40px; }

.slide-out-menu .menu-link svg.arrow-left {
  left: 17px; }

.slide-out-menu .menu-link .menu-header {
  text-align: center; }

.slide-out-menu .sub-menu-link {
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  padding: 14px 28px;
  background: transparent;
  margin: 0;
  border: none;
  font-size: 14px;
  line-height: 16px;
  padding-right: 20px;
  padding-left: 36px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5dbdb;
  text-transform: uppercase;
  font-weight: 600; }

.slide-out-menu .sub-menu-link svg {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  transform: scaleX(1); }

.slide-out-menu .sub-menu-link svg.arrow-right {
  right: 10px; }

.slide-out-menu .sub-menu-link svg.arrow-left {
  left: 17px; }

.slide-out-menu .sub-menu-link .menu-header {
  text-align: center; }

.slide-out-menu .menu-panels ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.slide-out-menu .menu-panels ul li {
  font-size: 14px;
  /*background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;*/ }

.slide-out-menu .menu-panels ul li a {
  width: 100%;
  display: block;
  padding: 10px 20px 4px 20px;
  color: #000000;
  text-decoration: none; }

.slide-out-menu .menu-panel {
  /*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;*/
  overflow: hidden;
  background: #fff;
  z-index: 0;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0.4s;
  visibility: hidden;
  transform: translateX(-290px); }

.slide-out-menu .menu-panel.is-active {
  visibility: visible;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s;
  transform: translateX(0);
  z-index: 1; }

.mob-menu-item.mob-menu-title {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #111;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 13px; }

@media only screen and (max-width: 800px) {
  .navPages-action--storeCredit {
    font-weight: bold; }
  .productView {
    padding-top: 0 !important; }
  nav.navPages {
    padding: 0; }
  body.hasAdminBar .header {
    /* margin:0  !important;*/
    padding: 0  !important; }
  .navPages-container.is-open {
    display: contents !important; }
  nav.navPages {
    background-color: #e5e5e5 !important; }
  .slide-out-menu {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow: auto;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999;
    /* top: 0; */
    background: #fff;
    padding-bottom: 110px; }
  .header.is-open {
    width: 100% !important;
    height: auto !important; }
  .navPages-container.full-width-container.is-open .slide-out-menu {
    animation: slideIn 1s forwards; }
  @-webkit-keyframes slideIn {
    0% {
      transform: translateX(-900px); }
    100% {
      transform: translateX(0); } }
  @-moz-keyframes slideIn {
    0% {
      transform: translateX(-900px); }
    100% {
      transform: translateX(0); } }
  @keyframes slideIn {
    0% {
      transform: translateX(-900px); }
    100% {
      transform: translateX(0); } }
  @-webkit-keyframes slideOut {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-900px); } }
  @-moz-keyframes slideOut {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-900px); } }
  @keyframes slideOut {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-900px); } }
  .body {
    margin-top: 2.5rem !important; } }

/* navigation menu end*/
.brand_slider_desktop .boxwrap .box, .brand_slider_mobile .boxwrap .box {
  width: auto; }

.brand_slider_desktop, .brand_slider_mobile {
  width: 80%;
  margin: 0 auto; }

.brand_slider_desktop .boxwrap .box img:hover, .brand_slider_mobile .boxwrap .box img:hover {
  opacity: 0.8; }

@media screen and (min-width: 1041px) {
  .brand_slider_desktop {
    display: block; }
  .brand_slider_mobile {
    display: none; } }

@media screen and (max-width: 1040px) {
  .brand_slider_desktop {
    display: none; }
  .brand_slider_mobile {
    display: block; } }

@media screen and (max-width: 575px) {
  .brand_slider_mobile {
    width: 100%;
    margin: 0 auto; } }

/* Combination Pattern Design CSS Begin */
#not-pdf-icon a[href*=".pdf"] {
  margin-top: 0;
  background-image: none;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline; }

#dual-pattern {
  width: 800px;
  margin: 0 auto; }

#dual-pattern.match-square {
  width: 700px; }

.dual-pattern-content {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  place-content: center;
  border: 1px solid #17518f;
  padding: 30px;
  border-radius: 20px; }

.model-num-dual {
  text-align: center; }

.tile-img-cont img {
  width: 100%;
  max-width: 100%; }

.matching-tiles-img ul > li > a > img {
  height: auto !important;
  max-width: 100%; }

.image-content {
  display: inline-flex;
  gap: 2rem;
  align-content: center;
  align-items: center; }

.plus-symbol {
  font-size: 4rem;
  font-weight: bold; }

.arrow {
  transform: rotate(90deg); }

.matching-heading {
  text-align: center; }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .dual-pattern-content {
    display: inline-flex;
    justify-content: center;
    width: 100%; }
  .dual-pattern-content-left, .dual-pattern-content-right, .arrow {
    margin: 0 auto;
    display: table; }
  .image-content {
    gap: 1rem; }
  .plus-symbol {
    font-size: 2.5rem;
    text-align: center; }
  .model-num-dual {
    text-align: center; }
  .photos.matching-tiles-img #itemContainer2 li a {
    width: auto !important; }
  #dual-pattern {
    width: 100%;
    margin: 0 auto; }
  #dual-pattern.match-square {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .dual-pattern-content {
    display: block; }
  .dual-pattern-content-left, .dual-pattern-content-right, .arrow {
    margin: 0 auto;
    display: table; }
  .image-content {
    gap: 1rem; }
  .plus-symbol {
    font-size: 2.5rem;
    text-align: center; }
  .arrow {
    transform: rotate(180deg);
    margin-top: 10px;
    margin-bottom: 10px; }
  .model-num-dual {
    text-align: center; }
  .photos.matching-tiles-img #itemContainer2 li a {
    width: auto !important; }
  #dual-pattern {
    width: auto;
    margin: 0 auto; }
  #dual-pattern.match-square {
    width: auto; } }

@media screen and (max-width: 450px) {
  .image-content {
    display: inline-flex; } }

@media screen and (max-width: 490px) {
  .dual-pattern-content {
    padding: 20px; } }

@media screen and (min-width: 601px) {
  #dual-pattern.match-square .matching-tiles-img ul > li > a > img {
    margin-bottom: 20px; } }

/* Combination Pattern Design CSS End */
/* home page min-height set */
@media screen and (min-width: 800px) {
  .logo-section, .logo-section .header_inner, .logo-section .header_inner .header-logo, .logo-section .header_inner .header_right {
    min-height: 51.66px;
    height: auto; }
  .home-intro-text-section {
    min-height: 211px;
    height: auto;
    margin-top: -30px; } }

@media screen and (max-width: 800px) {
  .home-intro-text-section {
    min-height: 380px;
    height: auto;
    margin-top: -30px; } }

.home-round-image-section {
  min-height: 225px;
  height: auto; }

@media screen and (min-width: 641px) {
  .home-intro-text-section h2 {
    min-height: 96px;
    height: auto; } }

.home-intro-text-section p {
  min-height: 105px;
  height: auto; }

.home-section-1 {
  min-height: 607px;
  height: auto; }

.home-section-2 {
  min-height: 666px;
  height: auto; }

.home-section-3 {
  min-height: 598px;
  height: auto; }

.home-section-4 {
  min-height: 622px;
  height: auto; }

.home-section-5 {
  min-height: 598px;
  height: auto; }

.home-section-6 {
  min-height: 559px;
  height: auto; }

.home-section-7 {
  min-height: 1374px;
  height: auto; }

.home-section-8 {
  min-height: 560px;
  height: auto; }

.home-section-9 {
  min-height: 560px;
  height: auto; }

.home-section-10 {
  min-height: 622px;
  height: auto; }

.home-section-11 {
  min-height: 1046px;
  height: auto; }

.home-section-12 {
  min-height: 602px;
  height: auto; }

.home-section-13 {
  min-height: 1046px;
  height: auto; }

.home-section-14 {
  min-height: 491px;
  height: auto; }

.home-section-15 {
  min-height: 580px;
  height: auto; }

.home-section-16 {
  min-height: 797px;
  height: auto; }

.home-section-17 {
  min-height: 772px;
  height: auto; }

.home-section-18 {
  min-height: 586px;
  height: auto; }

.home-section-19 {
  min-height: 445px;
  height: auto; }

.home-section-20 {
  min-height: 290px;
  height: auto; }

.tolstoy-home-section {
  min-height: 400px; }

@media screen and (max-width: 499px) {
  .brand_slider_mobile .boxwrap .box {
    flex: 0 0 calc(45% - 10px); } }

/* home page min-height set */
/* Sale Page Discount Class */
.dis {
  position: absolute;
  right: 15px;
  background: #e30d0d;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  top: 15px; }

.sale-headings {
  position: relative;
  display: inline-block; }

.discount-range {
  position: absolute;
  background: #ffffff;
  padding: 8px 20px;
  color: #ff0000;
  border-radius: 10px;
  right: -100px;
  transform: translateX(50%);
  font-size: 18px;
  top: 0;
  border: 1.9px dashed #ff0000;
  font-weight: 600; }

@media screen and (max-width: 950px) {
  .discount-range {
    position: unset;
    display: inline-flex;
    margin-top: 10px;
    font-size: 14px;
    transform: unset; } }

/* sale page mobile view */
@media screen and (max-width: 620px) {
  .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(3), .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(4), .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(5), .hide-empty-cards-2 .shg-row .shg-c-lg-2:nth-child(6) {
    display: none !important; }
  .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(2), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(3), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(4), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(5), .hide-empty-cards-3 .shg-row .shg-c-lg-2:nth-child(6) {
    display: none !important; }
  .hide-empty-cards-4 .shg-row .shg-c-lg-2:nth-child(6), .hide-empty-cards-4 .shg-row .shg-c-lg-2:nth-child(5) {
    display: none !important; } }

/* sale page mobile view */
/* Sale Page Discount Class */
/* Home Page minimium height Class start */
.home-top-heading {
  min-height: 55px;
  height: auto; }

/* Home Page minimium height Class End */
/* Faux tin category lifestyle image start */
.lifestyle-img-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr); }

@media screen and (max-width: 480px) {
  .lifestyle-img-grid {
    display: block; }
  .lifestyle-img img {
    margin-bottom: 15px; } }

@media screen and (min-width: 481px) and (max-width: 800px) {
  .lifestyle-img-grid {
    gap: 0.8rem; } }

/* Faux tin category lifestyle image end */
/*tolstoy video */
/*.tolstoy-stories-tile-name {
    white-space: normal!important;
}*/
/* yotpo widget carousel */
.reviews-carousel-card-container {
  padding-bottom: 52px !important; }

.review-product-image {
  width: 88px !important;
  height: 88px !important; }

.testimonial_wrap .icon.quote {
  margin: -50px auto 0px;
  margin-top: -35px; }

@media screen and (max-width: 520px) {
  .reviews-carousel-card-container {
    width: 280px !important; }
  .reviews-carousel-card-review-content-container {
    margin-bottom: 20px; }
  .glide__slide {
    width: 308px !important; } }

/* home page background */
.boxwrap a, .boxwrap .subcat li {
  color: #555555; }

.main.full.homefull_wrap {
  width: 100%;
  height: auto; }

/* nested menu */
.navPages .hasDropdown {
  position: relative; }

.navPages .nested-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  width: max-content; }

.nested-dropdown div > div.mm_column {
  width: 30%; }

.navPages .hasDropdown:hover .nested-dropdown,
.navPages .hasDropdown:focus-within .nested-dropdown {
  display: block; }

div#roomvo-section {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }

.roomvo-cart-section {
  display: block !important;
  position: relative;
  margin-bottom: -10px !important;
  margin-left: -14px;
  float: left;
  margin-right: 15px; }

.product-cart {
  margin-bottom: 10px; }

@media (max-width: 1260px) {
  .roomvo-cart-section {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 13px !important; }
  .roomvo-cart-section button.roomvo-stimr.roomvo-button {
    width: 100%; } }

button.roomvo-stimr.roomvo-button, .roomvo-link {
  border-radius: 30px;
  padding: 8px 20px;
  background-color: #ff6c3d;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  font-weight: 700;
  border: 1px solid #ff6c3d !important;
  text-decoration: none; }

button.roomvo-stimr.roomvo-button:hover, .roomvo-link:hover {
  background-color: #fff !important;
  color: #ff6c3d !important; }

.roomvo-cart-section button.roomvo-stimr.roomvo-button:hover, .roomvo-cart-section .roomvo-link:hover {
  background-color: #fff !important;
  color: #ff9000 !important; }

.roomvo-cart-section button.roomvo-stimr.roomvo-button, .roomvo-cart-section .roomvo-link {
  background-color: #ff9000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: 1px solid #ff9000 !important;
  padding: 0.88rem 1.8rem; }

.roomvo-button:active {
  transform: scale(0.95);
  /* Slightly shrink when clicked */ }

.roomvo-standalone {
  text-align: center; }

.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0; }

.features-list li {
  flex: 0 0 calc(50% - 10px);
  /* 50% width minus some spacing */
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .features-list li {
    flex: 0 0 100%;
    /* Full width for mobile */
    text-align: left;
    /* Optional for alignment */ } }

.image-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  /* Adds space between items */ }

.image-item {
  flex: 0 0 calc(50% - 10px);
  /* 50% width minus some spacing */
  text-align: center;
  /* Centers the text below the image */ }

.image-item img {
  max-width: 100%;
  /* Ensures images don't exceed the width */
  height: 412px;
  /* Keeps aspect ratio */ }

@media (max-width: 768px) {
  .image-item {
    flex: 0 0 100%;
    /* Full width for mobile */
    text-align: center; } }

.cart-alignment {
  display: flex;
  clear: both;
  width: 100%;
  float: right;
  justify-content: space-between;
  align-items: center; }

.cart-alignment .cart-actions {
  width: 50% !important; }

@media (min-width: 1261px) {
  .cart-alignment {
    width: 30% !important; } }

@media (min-width: 801px) {
  .cart-alignment {
    width: 58.33333%; } }

@media (min-width: 551px) {
  .cart-alignment {
    width: 75%; } }

.mm-shop-all img:hover {
  opacity: .6; }

@media (min-width: 1261px) {
  button.roomvo-stimr.roomvo-button.standalone {
    margin-left: -8%;
    padding: 0.85714rem 1.8rem; } }

@media (max-width: 1260px) {
  button.roomvo-stimr.roomvo-button.standalone {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.85714rem 1.8rem; } }

#room-visualizer {
  position: relative;
  padding: 20px;
  margin: 20px auto;
  background-color: #f5f5f5;
  color: #7e4227;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #f7efef;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 800px;
  margin-top: 40px; }

/* Icon Wrapper */
#room-visualizer .icon-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4d4d4;
  border: 2px solid #f7efef;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

#room-visualizer .room-visualizer-icon {
  width: 50px;
  height: 50px;
  object-fit: cover; }

/* Heading and description */
#room-visualizer .page-heading {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  color: #4a4a4a;
  margin-top: 20px; }

#room-visualizer .description {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.6; }

/* Button styles */
#room-visualizer .roomvo-button {
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff9000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ff9000 !important; }

#room-visualizer .roomvo-button:hover {
  background-color: #fff;
  color: #ff9000; }

#room-visualizer .roomvo-button:focus {
  outline: 2px solid #ff9000;
  outline-offset: 2px; }

.mm_column.second-one {
  background: #fff !important; }

/* visualizer page css start */
.visual-btn {
  padding: 12px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff9000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ff9000 !important; }

.visual-btn:focus {
  outline: 2px solid #ff9000;
  outline-offset: 2px; }

.visual-btn:hover {
  background-color: #fff;
  color: #ff9000; }

@media (max-width: 991px) {
  .visual-txt {
    font-size: 20px !important; }
  .blog_list_style.visual-text-2 {
    font-size: 16px; } }

/* visualizer page css end */
.type-link a {
  color: #041e3a; }

.type-link a:hover {
  text-decoration: none !important; }

.page-id-19356, .page-id-19355, .page-id-19357, .page-id-19358, .page-id-19362 p {
  font-size: 16px;
  margin-bottom: 1rem; }

.page-id-19356, .page-id-19355, .page-id-19357, .page-id-19358, .page-id-19362 li {
  font-size: 16px;
  margin-bottom: 1rem !important; }

.border-list {
  border: 1px solid #7c7c7c;
  padding: 10px;
  border-radius: 10px; }

.zebra-odd {
  background-color: #f2f2f2;
  padding: 8px;
  margin-bottom: 0px !important; }

.zebra-even {
  background-color: #fbfbfb;
  padding: 8px;
  margin-bottom: 0px !important; }

.text-reverse {
  background-color: #c9def6;
  padding: 20px;
  margin: auto;
  border-radius: 20px;
  font-weight: bold;
  text-align: center; }

/*
   Important Note:
   Ensure your li elements are actual <li> tags within a <ul> or <ol>
   and that their parent has the .border-list class.
   If your content is in <p> or <div> tags, adjust the selector accordingly.
*/
/* diy page h2 tag */
.diy-header {
  font-size: 28px;
  font-weight: bold; }

@media screen and (max-width: 1040px) and (min-width: 641px) {
  .page-id-19358 .diy-header {
    font-size: 26px;
    font-weight: bold; } }

/* diy page image under text */
.responsive-text {
  font-size: 14px !important;
  text-transform: capitalize !important;
  text-align: center; }

/* Container for the cards */
.feature-cards-container {
  display: flex;
  /* Enables Flexbox */
  flex-wrap: wrap;
  /* Allows cards to wrap to the next line on smaller screens */
  justify-content: space-between;
  /* Distributes space between cards */
  gap: 20px;
  /* Space between cards (modern way, replaces margin tricks) */
  margin: 40px 0;
  /* Add some vertical margin above/below the section */
  padding: 0 15px;
  /* Add some horizontal padding to the container */ }

/* Individual card styling */
.feature-card {
  flex: 1 1 calc(20% - 16px);
  /* Roughly 20% width for 5 cards, accounting for gap */
  /* flex-grow: 1 (allows card to grow)
       flex-shrink: 1 (allows card to shrink)
       flex-basis: calc(20% - 16px) (sets initial size, 16px is approx 4/5 of gap for 5 items)
    */
  min-width: 200px;
  /* Minimum width before wrapping to ensure readability */
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
  background-color: #f9f9f9;
  /* Light background for cards */
  border: 1px solid #e0e0e0;
  /* Subtle border */
  border-radius: 8px;
  /* Rounded corners */
  padding: 20px;
  /* Inner spacing */
  text-align: center;
  /* Center text within each card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */ }

/* Styles for the headings within cards */
.feature-card h3 {
  font-size: 1.2em;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px; }

/* Styles for the paragraphs within cards */
.feature-card p {
  font-size: 0.95em;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0; }

/* Responsive adjustments for smaller screens */
@media (max-width: 1200px) {
  .feature-card {
    flex-basis: calc(33.33% - 14px);
    /* 3 cards per row */ } }

@media (max-width: 768px) {
  .feature-card {
    flex-basis: calc(50% - 10px);
    /* 2 cards per row */ } }

@media (max-width: 480px) {
  .feature-card {
    flex-basis: 100%;
    /* 1 card per row */ }
  .feature-cards-container {
    padding: 0 10px; } }

/* Container for the entire equipment section */
.equipment-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  /* Light background for the section */
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }

.equipment-section h2 {
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px; }

.equipment-section p {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  max-width: 800px;
  /* Limit width for readability */
  margin-left: auto;
  margin-right: auto; }

/* Flexbox container for the two lists */
.equipment-list-container {
  display: flex;
  /* Makes direct children (the <ul> elements) flex items */
  flex-wrap: wrap;
  /* Allows lists to wrap to a single column on small screens */
  justify-content: center;
  /* Centers the lists if there's extra space */
  gap: 40px;
  /* Space between the two list columns */
  padding: 0 15px;
  /* Some horizontal padding for responsiveness */ }

/* Styling for each individual list */
.equipment-list {
  list-style: none;
  /* Remove default bullet points */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
  flex: 1 1 calc(50% - 30px);
  /* Each list takes roughly 50% width minus half the gap */
  min-width: 280px;
  /* Minimum width before wrapping */ }

/* Styling for list items */
.equipment-list li {
  padding: 8px 0;
  color: #333;
  font-size: 1.05em;
  border-bottom: 1px dashed #eee;
  /* Subtle separator */
  display: flex;
  /* Use flex for individual items to align icon/text */
  align-items: center;
  /* Vertically align content */ }

.equipment-list li:last-child {
  border-bottom: none;
  /* No border for the last item in each list */ }

/* Add a custom bullet point (e.g., a checkmark or simple dot) */
.equipment-list li::before {
  content: "\2713";
  /* Unicode for a simple bullet point (•) */
  /* content: "\2713"; /* Unicode for a checkmark (✓) */
  color: #007bff;
  /* Color of the bullet point */
  font-weight: bold;
  display: inline-block;
  /* Required for transform */
  width: 1em;
  /* Space for the bullet */
  margin-right: 0.5em;
  font-size: 1.2em;
  /* Make the bullet slightly larger */
  line-height: 1;
  /* Align vertically */ }

/* Responsive adjustments */
@media (max-width: 768px) {
  .equipment-list-container {
    flex-direction: column;
    /* Stack lists vertically on small screens */
    gap: 20px;
    /* Adjust gap when stacked */ }
  .equipment-list {
    min-width: unset;
    /* Remove min-width when stacked */
    width: 100%;
    /* Full width when stacked */ } }

@media screen and (max-width: 1040px) and (min-width: 641px) {
  .page-id-19358 .boxwrap .box {
    width: 40%; } }

.box.empty-boxes {
  visibility: hidden; }

.diy-header.flowover {
  overflow-wrap: break-word; }

@media screen and (max-width: 1040px) and (min-width: 641px) {
  .boxwrap .box.blog-box {
    width: 40%; } }
