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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  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(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #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: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }

.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; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 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 {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.form-field--success .form-input[type="text"] {
  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-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

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

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

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

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

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

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

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

.form-field-group {
  border: 1px solid #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; } }

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #cccccc;
  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: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

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

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

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

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

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

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

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

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

.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: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

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

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

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

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

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #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: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      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;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    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 .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 {
  text-align: center;
  background: none !important; }
  @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 svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  @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:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

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

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    padding: 0 !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  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: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

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

.writeReview-productDetails .product-brand {
  color: #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;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 70.13636%; }

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

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

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

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

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

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

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

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

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  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; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

.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-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #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;
  top: 0;
  left: 0;
  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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-figure {
  float: left;
  text-align: center;
  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%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookieMessage {
  background: #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: 15px; }

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

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

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 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: 70.13636%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #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: 90px;
  width: 160px;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

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

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

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

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

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

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

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

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  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: 2.5vw;
      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: 25px; } }

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

.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: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.container {
  max-width: 1430px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

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

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

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

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

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

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

.footer {
  background-color: white;
  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; }

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

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

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

.brand-image-container {
  position: relative;
  max-width: 2200px; }
  .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: 70.13636%; }

.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: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

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

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

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

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

.sale-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

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

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #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; } }

@font-face {
  font-family: 'Lulo Clean One';
  src: url("{{cdn 'fonts/37595D_1_0.eot'}}");
  src: url("{{cdn 'fonts/37595D_1_0.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'fonts/37595D_1_0.woff2'}}") format("woff2"), url("{{cdn 'fonts/37595D_1_0.woff'}}") format("woff"), url("{{cdn 'fonts/37595D_1_0.ttf'}}") format("truetype"); }

/*@font-face {
	font-family: 'LuloCleanThree-Bold';
	src: url("{{cdn 'fonts/37595D_0_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_0_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_0_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_0_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_0_0.ttf'}}") format('truetype');
}*/
@font-face {
  font-family: 'LuloCleanOne-Bold';
  src: url("{{cdn 'fonts/37595D_2_0.eot'}}");
  src: url("{{cdn 'fonts/37595D_2_0.eot?#iefix'}}") format("embedded-opentype"), url("{{cdn 'fonts/37595D_2_0.woff2'}}") format("woff2"), url("{{cdn 'fonts/37595D_2_0.woff'}}") format("woff"), url("{{cdn 'fonts/37595D_2_0.ttf'}}") format("truetype"); }

/*@font-face {
	font-family: 'LuloCleanThree';
	src: url("{{cdn 'fonts/37595D_3_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_3_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_3_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_3_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_3_0.ttf'}}") format('truetype');
}

@font-face {
	font-family: 'LuloCleanOutline';
	src: url("{{cdn 'fonts/37595D_4_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_4_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_4_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_4_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_4_0.ttf'}}") format('truetype');
}


@font-face {
	font-family: 'LuloCleanOutline-Bold';
	src: url("{{cdn 'fonts/37595D_5_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_5_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_5_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_5_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_5_0.ttf'}}") format('truetype');
}


@font-face {
	font-family: 'LuloCleanFour-Bold';
	src: url("{{cdn 'fonts/37595D_6_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_6_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_6_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_6_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_6_0.ttf'}}") format('truetype');
}

@font-face {
	font-family: 'LuloCleanFour';
	src: url("{{cdn 'fonts/37595D_7_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_7_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_7_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_7_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_7_0.ttf'}}") format('truetype');
}


@font-face {
	font-family: 'LuloCleanTwo';
	src: url("{{cdn 'fonts/37595D_8_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_8_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_8_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_8_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_8_0.ttf'}}") format('truetype');
}

@font-face {
	font-family: 'LuloCleanTwo-Bold';
	src: url("{{cdn 'fonts/37595D_9_0.eot'}}");
	src: url("{{cdn 'fonts/37595D_9_0.eot?#iefix'}}") format('embedded-opentype'),
	url("{{cdn 'fonts/37595D_9_0.woff2'}}") format('woff2'),
	url("{{cdn 'fonts/37595D_9_0.woff'}}") format('woff'),
	url("{{cdn 'fonts/37595D_9_0.ttf'}}") format('truetype');
}*/
body {
  margin: 0;
  padding: 0;
  font-family: "Amiri";
  font-size: 16px;
  color: #00263e; }
  @media (max-width: 767px) {
    body {
      margin-top: 55px; } }

@media (max-width: 767px) {
  .fabrics-sample-container {
    margin-top: 0 !important; } }

.body {
  margin-top: 138px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .body {
      margin-top: 94px; } }
  @media (max-width: 1080) {
    .body {
      margin-top: 100px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amiri"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: top;
  border: none;
  outline: none; }

.clearfix:after {
  clear: both;
  content: "";
  display: block; }

.container {
  max-width: 1430px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

.section-title {
  font-size: 16px;
  line-height: 20px;
  font-family: "LuloCleanOne-Bold";
  text-transform: uppercase;
  color: #00263e;
  margin: 0;
  letter-spacing: 4.6px;
  position: relative;
  display: inline-block;
  padding: 0 27px; }
  .section-title.white {
    color: white; }
    .section-title.white:before, .section-title.white:after {
      background: white; }
  .section-title.orange {
    color: #fe5000; }
    .section-title.orange:before, .section-title.orange:after {
      background: #fe5000; }
  @media screen and (max-width: 767px) {
    .section-title {
      letter-spacing: -1.4px; } }
  .section-title:before, .section-title:after {
    position: absolute;
    content: '';
    top: 8px;
    width: 5px;
    height: 3px;
    background: #00263e;
    display: none; }
    @media screen and (max-width: 767px) {
      .section-title:before, .section-title:after {
        top: 10px; } }
  .section-title:before {
    left: 0; }
  .section-title:after {
    right: 0; }

a.link {
  display: inline-block; }
  a.link.orange span {
    color: #fe5000; }
    a.link.orange span:after {
      background: #fe5000; }
    a.link.orange span:before {
      background: #00263e; }
    a.link.orange span:hover {
      color: #00263e; }
  a.link.white span {
    color: white; }
    a.link.white span:after {
      background: white; }
    a.link.white span:before {
      background: #fe5000; }
    a.link.white span:hover {
      color: #fe5000; }
  a.link span {
    color: #00263e;
    font-weight: normal;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    letter-spacing: 1.8px;
    padding: 0 0 3px;
    transition: all 0.2s linear; }
    a.link span:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: #00263e; }
    a.link span:before {
      position: absolute;
      content: "";
      left: 0;
      right: 100%;
      bottom: 0;
      height: 2px;
      background: #fe5000;
      z-index: 5;
      transition: all 0.3s linear; }
    a.link span:hover:before {
      right: 0%; }
    a.link span:hover {
      color: #fe5000; }
  a.link.btn {
    width: 213px;
    text-align: center;
    text-decoration: none;
    padding: 16px 10px; }
    a.link.btn span {
      display: inline-block; }
      a.link.btn span:before {
        display: none; }
    a.link.btn.btn-orange {
      background: #fe5000;
      color: white;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
      a.link.btn.btn-orange span {
        color: white;
        letter-spacing: 0.5px; }
        a.link.btn.btn-orange span:after {
          background: white;
          bottom: 4px; }
      a.link.btn.btn-orange:hover {
        background: white; }
        a.link.btn.btn-orange:hover span {
          color: #fe5000; }
          a.link.btn.btn-orange:hover span:after {
            background: #fe5000; }
    a.link.btn.btn-white {
      background: white;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
      a.link.btn.btn-white span {
        color: #fe5000;
        letter-spacing: 0.5px; }
        a.link.btn.btn-white span:after {
          background: #fe5000;
          bottom: 4px; }
      a.link.btn.btn-white:hover {
        background: #fe5000; }
        a.link.btn.btn-white:hover span {
          color: white; }
          a.link.btn.btn-white:hover span:after {
            background: white; }

ul.breadcrumbs {
  text-align: left;
  margin: 0;
  padding: 16px 0 20px;
  display: none; }
  ul.breadcrumbs li {
    font-size: 18px;
    line-height: 50px;
    color: #00263e; }
    ul.breadcrumbs li a {
      color: #00263e;
      display: inline-block; }
      ul.breadcrumbs li a:hover {
        color: #fe5000; }
    ul.breadcrumbs li.breadcrumb:before {
      margin: 0 8px 0 8px; }
    ul.breadcrumbs li.breadcrumb:first-child:before {
      display: none; }

h1.page-heading {
  text-align: left;
  padding: 0 0 34px 122px;
  font-size: 44px;
  line-height: 50px;
  color: #00263e;
  font-weight: bold;
  background-image: url(../img/FAQs.svg);
  background-size: 63px auto;
  background-repeat: no-repeat;
  background-position: left 0;
  margin: 0; }
  @media screen and (max-width: 1080px) {
    h1.page-heading {
      font-size: 34px;
      line-height: 40px;
      padding: 6px 0 34px 64px;
      background-size: 43px auto;
      background-position: left top; } }
  @media screen and (max-width: 767px) {
    h1.page-heading {
      font-size: 24px;
      line-height: 30px;
      padding: 6px 0 34px 60px;
      background-size: 40px auto; } }

h1.page-heading.night-heading {
  background-image: url(../img/comfort_trial-200-transparent.svg);
  background-size: 63px auto; }

h1.page-heading.page-heading-returns {
  background-image: url(../img/returns-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-returns {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-returns {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-delivery {
  background-image: url(../img/standard_delivery-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-delivery {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-delivery {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-guide {
  background-image: url(../img/mattress_guide-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-guide {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-guide {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-guarantee {
  background-image: url(../img/guarantee-ten-no_bckg1.svg);
  background-size: 63px auto; }

h1.page-heading.page-heading-vouchers {
  background-image: url(../img/Discount-Page.svg);
  background-size: 63px auto; }

h1.page-heading.page-heading-delivery.page-heading-finance {
  background-image: url(../img/finance-no_bckg.svg);
  background-size: 78px auto;
  padding-left: 136px; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-delivery.page-heading-finance {
      background-size: 62px auto;
      padding-left: 74px; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-delivery.page-heading-finance {
      background-size: 50px auto;
      padding-left: 60px; } }

/*.cart-page h1.page-heading{
	background-image: url(../img/basket-plus.svg);
	background-size: 54px auto;
}*/
.cart-page h1.page-heading {
  background-size: 54px auto;
  background-image: none;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  font-family: "LuloCleanOne-Bold"; }

.cart-page h1.page-heading span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: Amiri;
  font-weight: 400; }
  @media (max-width: 767px) {
    .cart-page h1.page-heading span {
      line-height: 32px; } }

.button {
  border-radius: 0;
  color: white;
  background: #00263e;
  font-size: 16px;
  line-height: 55px;
  min-width: 200px;
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: "LuloCleanOne-Bold";
  border: 2px solid #00263e !important; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background: white;
    color: #00263e; }
  @media screen and (max-width: 767px) {
    .button {
      line-height: 45px;
      font-size: 14px; } }

input[type="submit"].button {
  min-width: auto; }

.form-increment .button {
  width: 56px;
  height: 56px;
  border: 2px solid #00263e;
  border-radius: 0;
  background: white;
  min-width: auto; }
  .form-increment .button:hover, .form-increment .button:focus, .form-increment .button.is-active, .form-increment .button.active, .form-increment .button:active {
    border: 2px solid #00263e; }
  .form-increment .button i {
    display: none; }
  .form-increment .button span.is-srOnly {
    clip: initial !important;
    height: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
    font-size: 0;
    left: 0;
    top: 0; }
  .form-increment .button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: '';
    width: 13px;
    height: 3px;
    background: #fe5000;
    border: #fe5000 1px solid; }
  .form-increment .button.inc:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: '';
    width: 3px;
    height: 13px;
    background: #fe5000;
    border: #fe5000 1px solid; }

.form-increment input.form-input--incrementTotal {
  width: 56px;
  height: 56px !important;
  border: solid #00263e;
  border-width: 2px 0;
  border-radius: 0;
  background: white;
  font-size: 16px;
  color: #00263e;
  text-align: center;
  padding: 0 10px;
  border-left: 0 !important;
  border-right: 0 !important; }

.form-label {
  font-size: 16px !important;
  color: #00263e;
  font-family: "Amiri";
  margin: 0;
  padding-bottom: 8px;
  text-align: left; }
  .form-label small {
    color: #fe5000;
    font-size: 13px; }

.form-input {
  border: 2px solid #00263e !important;
  color: #00263e !important;
  font-size: 16px !important;
  border-radius: 0;
  padding: 0 15px !important;
  height: 55px !important;
  background-color: white !important; }
  .form-input:-webkit-autofill {
    background-color: white !important; }
  .form-input::placeholder {
    color: #00263e !important; }

textarea.form-input {
  min-height: 79px !important;
  height: auto !important;
  padding: 12px 15px !important; }

a:hover, a:focus {
  color: #fe5000; }

select.form-select {
  width: 100%;
  max-width: 100%;
  height: 55px !important;
  border: 2px solid #00263e;
  border-radius: 0;
  color: #00263e;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  moz-appearance: none;
  -ms-appearance: none;
  background: url(../img/plus-icon.svg) no-repeat;
  background-size: 11px 11px !important;
  background-position: 31px center !important;
  padding: 0 15px 0 57px !important; }
  select.form-select:focus {
    border-color: #00263e; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  max-width: 500px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #00263e;
  background: url(../img/plus-icon.svg) no-repeat #fff;
  background-size: 11px 11px;
  background-position: 31px center;
  padding: 0 15px 0 57px;
  border-radius: 0;
  font-size: 16px;
  line-height: 55px;
  border: 2px solid #00263e;
  text-align: left;
  max-width: 500px; }

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border: 2px solid #00263e; }

.select-options li {
  margin: 0;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #00263e;
  background: url(../img/plus-icon-white.svg) no-repeat;
  background-size: 11px 11px;
  background-position: 31px center;
  padding: 0 15px 0 57px;
  border-radius: 0;
  font-size: 16px;
  line-height: 55px;
  text-align: left; }

.select-options li:hover {
  color: white;
  background-color: #fe5000; }

.select-options li[rel="hide"] {
  display: none; }

.cart-page #CartEditProductFieldsForm .select,
.cart-page #CartEditProductFieldsForm .select-styled {
  max-width: 100%; }

.cart-page #CartEditProductFieldsForm .select-options {
  position: relative; }

.form-field[data-type="Country"] ul.select-options {
  max-height: 300px;
  overflow-y: auto; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #fe5000;
  font-size: 14px;
  line-height: 20px; }

.page-content,
.page-content--full {
  padding: 0; }

.page {
  margin: 0;
  padding: 50px 0 0; }

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

.productGrid.related-products {
  display: none; }

.suggestiveCart ul.productGrid {
  width: 100%; }

.suggestiveCart ul.productGrid .quickview {
  display: none; }

.productpage_custom ul.breadcrumbs {
  display: none; }

.maintenanceNotice {
  display: none; }

.cookieMessage {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00263e;
  z-index: 50; }
  @media screen and (max-width: 767px) {
    .cookieMessage {
      text-align: center; } }
  .cookieMessage .cookieMessage-text {
    color: white;
    margin: 0 -2px; }
    .cookieMessage .cookieMessage-text p {
      margin: 0; }
    .cookieMessage .cookieMessage-text a {
      color: white; }
      .cookieMessage .cookieMessage-text a:hover {
        color: #fe5000; }
    @media screen and (max-width: 1080px) {
      .cookieMessage .cookieMessage-text {
        width: 66.66%;
        display: inline-block;
        padding: 0 15px 0 0;
        vertical-align: middle; } }
    @media screen and (max-width: 767px) {
      .cookieMessage .cookieMessage-text {
        width: 100%;
        display: block;
        padding: 0 15px; } }
  .cookieMessage .button {
    width: 33.33%;
    border-color: white !important;
    vertical-align: middle;
    margin: 0 -2px;
    font-size: 10px !important;
    line-height: 35px;
    text-align: center; }
    @media screen and (max-width: 1080px) {
      .cookieMessage .button {
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px; } }
    @media screen and (max-width: 767px) {
      .cookieMessage .button {
        width: auto; } }

#modal {
  overflow: auto; }

#modal .modal-body {
  max-height: 100% !important; }

/* 20-09-2021 start */
h1.page-heading.page-heading-affiliate {
  background-image: url(../img/affiliates-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-affiliate {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-affiliate {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-cookies {
  background-image: url(../img/cookies-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-cookies {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-cookies {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-faq {
  background-image: url(../img/faq-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-faq {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-faq {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-privacy {
  background-image: url(../img/privacy-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-privacy {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-privacy {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-terms {
  background-image: url(../img/terms_conditions-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-terms {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-terms {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-login {
  background-image: url(../img/user_login-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-login {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-login {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.page-heading-blog {
  background-image: url(../img/talking_points-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.page-heading-blog {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.page-heading-blog {
      background-size: 40px auto;
      padding-left: 54px; } }

h1.page-heading.create-accout-page {
  background-image: url(../img/new_account-no_bckg.svg);
  background-size: 63px auto; }
  @media screen and (max-width: 1080px) {
    h1.page-heading.create-accout-page {
      background-size: 50px auto; } }
  @media screen and (max-width: 767px) {
    h1.page-heading.create-accout-page {
      background-size: 40px auto;
      padding-left: 54px; } }

/* Clearance color on 19-10-2023 */
/* 8-9-2023 home-banner changes*/
/* end */
/* Mattress Guide on 06-09-2023 */
header .header-inner .header-left-menu .brand-link i {
  width: 50px !important;
  height: 50px !important; }

.promo-text strong {
  margin-right: 4px; }

@media screen and (max-width: 1080px) {
  header .header-inner .mobileMenu-toggle span,
  header .header-inner .mobileMenu-toggle span:before,
  header .header-inner .mobileMenu-toggle span:after {
    height: 1.5px !important; } }

/*26-11-2021 black friday start*/
/*.fixed-promo.fixed-header .modal-promo{transform: translateY(-66px)}
@media(max-width:1080px){
    .fixed-promo.fixed-header .modal-promo {transform: translateY(0px)!important;}
} 
@media(max-width:767px){
    .fixed-promo.fixed-header .modal-promo{margin-top:-1px}
}*/
/*black friday end*/
.fixed-header .modal-promo {
  transform: translateY(-130px); }

a#promo-open .offer-custom-class .promo-text {
  text-transform: none; }

a#promo-open .offer-custom-class2 .promo-text2 {
  text-transform: none; }

header .header-inner .mobileMenu-toggle {
  top: 4px !important; }

/*19-10-2021 start*/
header .header-inner.top-header-inner {
  padding: 18px 0 !important; }

@media (min-width: 1081px) {
  /*22-10-2021 */
  header .header-inner .header-left-menu .brand-link i {
    margin-top: -2px; }
  header .header-inner.top-header-inner .header-left-menu span {
    display: inline-block;
    margin-bottom: -2px; }
  header .header-inner .header-middle-logo {
    margin-top: -2px !important; }
  /*end*/
  header .header-inner.top-header-inner .header-left-menu {
    display: inline-flex !important;
    margin-top: 2px !important; }
  .header .header-navigation .header-left-menu .navPages .navPages-list li:last-child {
    padding-right: 0; } }

/* 22-10-2021*/
@media (max-width: 1080px) {
  header .header-inner .header-middle-logo {
    padding-top: 0 !important; }
  header .header-inner .header-middle-logo {
    top: 48% !important; } }

/*19-10-2021 end*/
/*12-10-2021*/
.promotional-img-modal .promo-modal-content-wrapper .offer-product-img .ipad-promo img {
  display: block !important; }

@media (max-width: 767px) {
  /*22-10-2021*/
  header .header-inner .header-middle-logo {
    top: 50% !important; }
  /*19-10-2021 start*/
  header .header-inner.top-header-inner {
    padding: 15px 0 !important; }
  /*19-10-2021 end*/ }

/*07-10-2021*/
.header-left-menu .page-link {
  font-weight: 400 !important;
  color: #00263e !important; }

.header-left-menu .page-link:hover {
  color: #fe5000 !important; }

header .header-inner .header-right-account .navUser-section {
  display: flex;
  align-items: center; }

.header-left-menu .page-link {
  padding: 0 !important; }

header .header-inner.top-header-inner {
  padding: 15px 0; }

header .header-inner .header-left-menu .brand-link {
  display: inline-flex;
  align-items: center;
  transition: none !important; }

header .header-inner .header-left-menu .brand-link .normal-icon {
  display: block; }

header .header-inner .header-left-menu .brand-link .hover-icon {
  display: none; }

header .header-inner .header-left-menu .brand-link i {
  width: 50px;
  height: 50px;
  margin-right: 0 !important; }

header .header-inner .header-left-menu .brand-link i img {
  width: 100%;
  margin: 0;
  object-fit: cover; }

header .header-inner .header-left-menu a:hover .normal-icon {
  display: none; }

header .header-inner .header-left-menu a:hover .hover-icon {
  display: block; }

header .header-inner .header-right-account nav.navUser .navUser-action .normal-icon {
  display: block; }

header .header-inner .header-right-account nav.navUser .navUser-action .hover-icon {
  display: none; }

header .header-inner .header-right-account nav.navUser .navUser-action:hover .normal-icon {
  display: none; }

header .header-inner .header-right-account nav.navUser .navUser-action:hover .hover-icon {
  display: block; }

header .header-inner .header-right-account nav.navUser .navUser-item.navUser-item--account {
  display: flex !important; }

.header .navUser-item--account > a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.header .navUser-item--account > a.sign-out-icon {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

header .header-inner .header-right-account .navUser-item.navUser-item--cart a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

header .header-inner .header-right-account nav.navUser .navUser-action:hover {
  opacity: 1 !important; }

/*30-09-2021*/
header .header-inner .submenu-listing-wrapper .inner-submenu-listing a {
  text-align: left; }

@media (max-width: 1080px) {
  .navPages-list.mobile-header .navPages-item .navPage-subMenu {
    background-color: transparent !important;
    padding: 0 !important;
    position: static !important;
    text-align: left; }
  .navPages-list.mobile-header .navPages-item .navPage-subMenu .navPage-subMenu-item {
    float: none !important;
    padding: 0 !important; }
  .navPages-list.mobile-header .navPages-item .navPage-subMenu .navPage-subMenu-item a {
    border-bottom: 0 !important;
    padding: 25px 0 !important;
    margin-bottom: 0 !important; }
  header .header-inner .header-left-menu .brand-link {
    display: none !important; }
  header .header-inner .header-left-menu .mobile-header .brand-link {
    display: block !important; }
  header .header-inner .header-left-menu .mobile-header .free-fabric .brand-link i {
    display: inline-block;
    width: 50px;
    margin-right: 8px; }
  header .header-inner .header-left-menu .mobile-header .free-fabric .brand-link {
    font-size: 22px;
    display: flex !important;
    align-items: center;
    padding: 25px 0 !important; }
  header .header-inner .header-left-menu .mobile-header .free-fabric .brand-link span {
    display: inline-block;
    margin-top: 4px; }
  .account-nav span {
    display: inline-block;
    font-size: 20px; }
  header .header-inner .header-left-menu .mobile-header .free-fabric .brand-link {
    color: #00263e !important; }
  header .header-inner .navPages-container .navPages {
    padding-bottom: 100px !important; } }

@media (max-width: 767px) {
  header .header-inner .header-right-account nav.navUser .navUser-item.navUser-item--account {
    display: none !important; } }

/*end*/
header {
  border: 0 !important;
  position: fixed !important; }
  header.is-open {
    height: auto !important; }
  header .container {
    position: static; }
  header .header-inner {
    max-width: 1339px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      header .header-inner {
        padding: 18px 9px 18px 0; }
        header .header-inner:after {
          clear: both;
          display: block;
          height: 0;
          content: ''; } }
    @media screen and (max-width: 767px) {
      header .header-inner {
        padding: 12px 6px 13px 8px; } }
    header .header-inner .navPages-container {
      position: static; }
      @media screen and (max-width: 1080px) {
        header .header-inner .navPages-container {
          position: absolute;
          display: block;
          height: auto;
          padding-top: 55px !important;
          transition: all 0.4s linear;
          -webkit-transition: all 0.4s linear;
          transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          bottom: auto;
          top: 0; }
          header .header-inner .navPages-container .navPages {
            background: white;
            height: calc(100vh - 65px);
            padding: 21px 31px 50px; }
          header .header-inner .navPages-container.is-open {
            transform: translateX(0);
            -webkit-transform: translateX(0); } }
    @media screen and (min-width: 1081px) {
      header .header-inner .header-left-menu {
        width: 33.33%;
        max-width: 33.33%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 -2px;
        padding: 0 2px; } }
  @media screen and (min-width: 1081px) and (max-width: 767px) {
    header .header-inner .header-left-menu {
      display: inline-block;
      max-width: 25%;
      width: 25%;
      vertical-align: middle;
      margin-left: 0; } }
    @media screen and (min-width: 1081px) {
        header .header-inner .header-left-menu nav {
          max-width: 100%;
          text-align: left; }
          header .header-inner .header-left-menu nav .hamburger-icon {
            display: none; } }
      @media screen and (min-width: 1081px) and (max-width: 1080px) {
        header .header-inner .header-left-menu nav .hamburger-icon {
          display: inline-block; } }
    @media screen and (min-width: 1081px) {
            header .header-inner .header-left-menu nav .hamburger-icon a {
              display: inline-block;
              vertical-align: top;
              padding: 10px 0; }
              header .header-inner .header-left-menu nav .hamburger-icon a span {
                width: 22px;
                height: 2px;
                display: block;
                margin: 6px 0;
                background: #00263e;
                transition: all 0.3s;
                -webkit-transition: all 0.3s; }
          header .header-inner .header-left-menu nav > ul {
            list-style-type: none;
            margin: 4px 0 0 0;
            padding: 0; } }
      @media screen and (min-width: 1081px) and (max-width: 1300px) {
        header .header-inner .header-left-menu nav > ul {
          margin: 4px 0 0 0; } }
      @media screen and (min-width: 1081px) and (max-width: 1080px) {
        header .header-inner .header-left-menu nav > ul {
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          z-index: 500;
          background: white;
          padding: 0 15px 15px;
          height: 100vh;
          margin: 0;
          transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          transition: all 0.3s;
          -webkit-transition: all 0.3s; } }
    @media screen and (min-width: 1081px) {
            header .header-inner .header-left-menu nav > ul li {
              display: inline-block; }
              header .header-inner .header-left-menu nav > ul li:last-child {
                margin-right: 0; } }
        @media screen and (min-width: 1081px) and (max-width: 1200px) {
          header .header-inner .header-left-menu nav > ul li {
            margin: 0 18px 0 0; } }
        @media screen and (min-width: 1081px) and (max-width: 1080px) {
          header .header-inner .header-left-menu nav > ul li {
            display: block;
            padding: 5px 0; } }
    @media screen and (min-width: 1081px) {
              header .header-inner .header-left-menu nav > ul li:hover a {
                color: #fe5000; }
              header .header-inner .header-left-menu nav > ul li a {
                font-weight: normal;
                font-size: 16px;
                line-height: 1;
                color: #00263e;
                text-decoration: none;
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                text-transform: capitalize; } }
          @media screen and (min-width: 1081px) and (max-width: 1080px) {
            header .header-inner .header-left-menu nav > ul li a {
              font-size: 24px;
              line-height: 72px; } }
    @media screen and (min-width: 1081px) {
                header .header-inner .header-left-menu nav > ul li a:hover .navPages-action-moreIcon {
                  border-top-color: #fe5000; }
              header .header-inner .header-left-menu nav > ul li .dropdown-arrow, header .header-inner .header-left-menu nav > ul li .navPages-action-moreIcon {
                display: inline-block;
                vertical-align: middle;
                margin: -2px 0 0 3px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 3.5px 0 3.5px;
                border-color: #00263e transparent transparent transparent; } }
          @media screen and (min-width: 1081px) and (max-width: 1023px) {
            header .header-inner .header-left-menu nav > ul li .dropdown-arrow, header .header-inner .header-left-menu nav > ul li .navPages-action-moreIcon {
              margin-left: 3px; } }
    @media screen and (min-width: 1081px) {
        header .header-inner .header-left-menu.menu-open nav .hamburger-icon a span:nth-child(2) {
          transform: scale(0);
          -webkit-transform: scale(0); }
        header .header-inner .header-left-menu.menu-open nav .hamburger-icon a span:first-child {
          transform: rotate(45deg) translate(5px, 6px);
          -webkit-transform: rotate(45deg) translate(5px, 6px); }
        header .header-inner .header-left-menu.menu-open nav .hamburger-icon a span:last-child {
          transform: rotate(-45deg) translate(5px, -6px);
          -webkit-transform: rotate(-45deg) translate(5px, -6px); }
        header .header-inner .header-left-menu .navPages-container.is-open {
          padding: 0; }
          header .header-inner .header-left-menu .navPages-container.is-open nav ul {
            /* transform: translateX(0);
					-webkit-transform: translateX(0); */ } }
    header .header-inner .header-middle-logo {
      width: 33.33%;
      display: inline-block;
      vertical-align: middle;
      margin: 0 -2px;
      text-align: center;
      padding: 0px 35px 0 30px; }
      @media screen and (max-width: 1080px) {
        header .header-inner .header-middle-logo {
          padding: 2px 0 0;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: auto; } }
      header .header-inner .header-middle-logo .logo {
        width: 232px;
        display: inline-block;
        margin: 0 auto; }
        @media screen and (max-width: 375px) {
          header .header-inner .header-middle-logo .logo {
            width: 200px; } }
        header .header-inner .header-middle-logo .logo img {
          width: 100%;
          vertical-align: middle; }
    header .header-inner .header-right-account {
      width: 33.33%;
      max-width: 33.33%;
      display: inline-block;
      vertical-align: middle;
      margin: 0 -2px;
      padding-right: 1px;
      text-align: right; }
      @media screen and (max-width: 1080px) {
        header .header-inner .header-right-account {
          float: right; } }
      @media screen and (max-width: 767px) {
        header .header-inner .header-right-account {
          padding-top: 3px; } }
      header .header-inner .header-right-account nav.navUser {
        padding: 0; }
        @media screen and (max-width: 1080px) {
          header .header-inner .header-right-account nav.navUser {
            position: static;
            transform: translateY(0); } }
        header .header-inner .header-right-account nav.navUser .navUser-item.navUser-item--account {
          padding: 0 28px 0 29px;
          display: inline-block;
          vertical-align: middle;
          float: none; }
          header .header-inner .header-right-account nav.navUser .navUser-item.navUser-item--account .sign-out-icon {
            margin-left: 25px; }
          @media screen and (max-width: 1023px) {
            header .header-inner .header-right-account nav.navUser .navUser-item.navUser-item--account {
              padding: 0 12px; } }
          @media screen and (max-width: 767px) {
            header .header-inner .header-right-account nav.navUser .navUser-item.navUser-item--account {
              padding: 0 2px;
              display: none; } }
        header .header-inner .header-right-account nav.navUser .navUser-action {
          padding: 0; }
          header .header-inner .header-right-account nav.navUser .navUser-action:hover {
            opacity: 0.7; }
      header .header-inner .header-right-account .header-help-center {
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
        float: none; }
        @media screen and (max-width: 1080px) {
          header .header-inner .header-right-account .header-help-center {
            display: none; } }
        header .header-inner .header-right-account .header-help-center a {
          font-weight: normal;
          line-height: 1;
          color: #00263e;
          text-decoration: none;
          display: inline-block;
          vertical-align: middle; }
          header .header-inner .header-right-account .header-help-center a:hover {
            color: #fe5000; }
      header .header-inner .header-right-account .header-user {
        display: inline-block;
        vertical-align: middle;
        padding: 0 24px; }
        @media screen and (max-width: 1023px) {
          header .header-inner .header-right-account .header-user {
            padding: 0 12px; } }
        @media screen and (max-width: 767px) {
          header .header-inner .header-right-account .header-user {
            padding: 0 2px; } }
        @media screen and (max-width: 1023px) {
          header .header-inner .header-right-account .header-user a {
            display: inline-block;
            width: 20px; } }
        @media screen and (max-width: 767px) {
          header .header-inner .header-right-account .header-user a {
            width: 15px; } }
      header .header-inner .header-right-account .navUser-item.navUser-item--cart {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-top: 2px; }
        header .header-inner .header-right-account .navUser-item.navUser-item--cart a {
          position: relative; }
          header .header-inner .header-right-account .navUser-item.navUser-item--cart a .navUser-item-cartLabel {
            display: block; }
          header .header-inner .header-right-account .navUser-item.navUser-item--cart a .countPill {
            position: absolute;
            top: -9px;
            left: 50%;
            line-height: 22px;
            background-color: #fe5000; }

@media screen and (max-width: 1080px) {
  .navPages .navPage-subMenu-list {
    padding-left: 20px; }
  header .header-inner .navPages-item.two-col-submenu .submenu-listing-wrapper {
    display: none; }
  header .header-inner .navPages-action {
    font-size: 22px;
    line-height: 1;
    padding: 25px 0;
    text-transform: capitalize;
    color: #00263e;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none; }
    header .header-inner .navPages-action:focus {
      outline: none;
      box-shadow: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  header .header-inner .has-subMenu i.navPages-action-moreIcon {
    width: 12px;
    height: 12px;
    background: url(../img/plus-minus-icon.png) no-repeat top center;
    background-size: 12px auto;
    margin-left: 0;
    position: relative;
    top: -10px;
    left: -4px;
    transform: none !important;
    -webkit-transform: none !important;
    transition: none;
    -webkit-transition: none; }
    header .header-inner .has-subMenu i.navPages-action-moreIcon svg {
      display: none; }
  header .header-inner .navPages-list + .navPages-list {
    border-top: none;
    position: relative; }
    header .header-inner .navPages-list + .navPages-list:before {
      position: absolute;
      content: '';
      max-width: 297px;
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      border-top: 1px solid #00263e; }
  header .header-inner .navUser-item-cartLabel {
    display: block; }
  header .header-inner .mobileMenu-toggle {
    display: block;
    top: 0px;
    left: 0; }
    header .header-inner .mobileMenu-toggle:focus {
      outline: none;
      box-shadow: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } }
  @media screen and (max-width: 1080px) and (max-width: 500px) {
    header .header-inner .mobileMenu-toggle {
      left: 0; } }

@media screen and (max-width: 1080px) {
    header .header-inner .mobileMenu-toggle span {
      width: 23px;
      height: 2px;
      background: #00263e; }
      header .header-inner .mobileMenu-toggle span:after {
        width: 23px;
        height: 2px;
        background: #00263e; }
      header .header-inner .mobileMenu-toggle span:before {
        width: 23px;
        height: 2px;
        background: #00263e; }
  header .header-inner .megemenu-image {
    display: none; }
  header .header-inner .submenu-listing-wrapper {
    display: none; }
    header .header-inner .submenu-listing-wrapper .inner-submenu-listing {
      padding: 5px 0; }
      header .header-inner .submenu-listing-wrapper .inner-submenu-listing a {
        font-size: 22px;
        line-height: 1;
        padding: 12px 0;
        text-transform: capitalize;
        color: #00263e;
        letter-spacing: 1px;
        font-weight: normal;
        text-decoration: none; }
    header .header-inner .submenu-listing-wrapper li .navPage-childList {
      display: none;
      padding-left: 30px; }
      header .header-inner .submenu-listing-wrapper li .navPage-childList li a {
        padding: 12px 0;
        font-size: 20px; }
    header .header-inner .submenu-listing-wrapper li .navPage-childList.is-open {
      display: block; }
    header .header-inner .submenu-listing-wrapper.submenu-open {
      display: block; }
    header .header-inner .submenu-listing-wrapper .submenu-listing {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      padding-left: 20px;
      margin: 17px 7px 5px 0; }
      header .header-inner .submenu-listing-wrapper .submenu-listing .inner-submenu-outer {
        margin: 15px 0 0; }
        header .header-inner .submenu-listing-wrapper .submenu-listing .inner-submenu-outer .inner-submenu {
          display: none;
          padding-left: 0;
          margin-left: 0;
          border-left: none;
          padding-left: 30px;
          margin: 3px 7px 5px 0; } }
        @media screen and (max-width: 1080px) and (max-width: 375px) {
          header .header-inner .submenu-listing-wrapper .submenu-listing .inner-submenu-outer .inner-submenu {
            margin: 3px 22px 5px 0; } }

@media screen and (max-width: 1080px) {
          header .header-inner .submenu-listing-wrapper .submenu-listing .inner-submenu-outer .inner-submenu.submenu-open {
            display: block; }
          header .header-inner .submenu-listing-wrapper .submenu-listing .inner-submenu-outer .inner-submenu li {
            padding: 10px 0; }
            header .header-inner .submenu-listing-wrapper .submenu-listing .inner-submenu-outer .inner-submenu li a {
              padding: 0;
              font-size: 20px; }
    header .header-inner .submenu-listing-wrapper .has-submenu.is-open i {
      background-position: bottom center; }
  .navPage-subMenu .inner-submenu {
    display: block; }
    .navPage-subMenu .inner-submenu li {
      padding: 15px 0; }
      .navPage-subMenu .inner-submenu li a {
        font-size: 22px;
        line-height: 1;
        padding: 25px 0;
        text-transform: capitalize;
        color: #00263e;
        letter-spacing: 1px;
        font-weight: normal;
        text-decoration: none; }
  .navPage-subMenu .inner-submenu-detail {
    display: none; } }

@media screen and (min-width: 1081px) {
  header .header-inner .header-left-menu nav .navPages-action svg {
    display: none; }
  header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list {
    max-width: 1339px;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
  header .header-inner .header-left-menu nav .navPages-action.is-open {
    background: none !important;
    color: #fe5000; }
  header .header-inner .header-left-menu nav .has-subMenu .navPages-action-moreIcon {
    border-top-color: #fe5000;
    transform: rotate(180deg);
    display: none; }
  header .header-inner .header-left-menu nav .navPage-subMenu {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: block;
    margin-top: 0;
    position: absolute;
    padding: 10px 15px !important;
    top: 100%;
    margin-top: 0 !important;
    transition: all .3s;
    left: -50%;
    right: 0;
    background: #f2f2f2 !important;
    z-index: 1;
    cursor: auto;
    width: 210px; } }
  @media screen and (min-width: 1081px) and (max-width: 1200px) {
    header .header-inner .header-left-menu nav .navPage-subMenu {
      margin-top: 16px; } }

@media screen and (min-width: 1081px) {
    header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list > li {
      text-align: left;
      padding: 0 15px 0 0 !important;
      vertical-align: top;
      margin-right: 0;
      width: 100%; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list > li:last-child {
        padding-right: 0 !important; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list > li > a {
        font-size: 16px;
        line-height: 20px;
        color: #00263e;
        border-bottom: none;
        margin: 9px 0 7px 0; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list > li > a:hover {
          color: #fe5000; }
    header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .navPage-childList {
      text-align: left; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .navPage-childList li {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 0 !important; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .navPage-childList li a {
          font-size: 16px;
          line-height: 1.4;
          color: #00263e;
          background: none;
          border-bottom: none;
          width: auto;
          margin: 0 0 0.6em;
          text-transform: none; }
          header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .navPage-childList li a.apple-text-class {
            text-transform: none; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .navPage-childList.pillow-desc {
        padding: 0;
        margin: 0; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .navPage-childList.pillow-desc p {
          line-height: 30px;
          color: #00263e;
          margin: 0;
          font-size: 16px;
          padding: 0 0 20px; }
    header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper {
      display: flex;
      flex: 1;
      -ms-flex: 1;
      flex-wrap: wrap;
      justify-content: space-between; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillo-menu-content-wrapper {
        width: 33.33%;
        padding-right: 15px; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillo-menu-content-wrapper > a {
          font-size: 24px;
          line-height: 40px;
          text-transform: capitalize;
          margin: 0;
          padding: 0;
          color: #00263e;
          border-bottom: none;
          letter-spacing: .25px;
          margin-bottom: 7px; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillo-menu-content-wrapper > ul > li > a:hover {
          color: #fe5000; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillo-menu-content-wrapper > ul > li.active > a {
          color: #fe5000; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-wrap {
        flex: 2;
        width: 66.67%;
        padding-top: 47px; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-wrap p {
          font-size: 16px;
          line-height: 1.4;
          padding-right: 15px; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-wrap .product_description {
          display: flex;
          flex: 1;
          -ms-flex: 1;
          flex-wrap: wrap;
          margin-bottom: 10px; }
          header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-wrap .product_description span {
            font-size: 16px;
            color: #00263e;
            margin: 0;
            display: inline-flex;
            width: 75px;
            padding-right: 10px;
            line-height: 1.4; }
          header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-wrap .product_description p {
            display: inline-flex;
            width: calc(100% - 75px);
            margin-bottom: 0;
            line-height: 1.4; }
      header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-listing {
        display: flex;
        flex: 1;
        -ms-flex: 1;
        justify-content: space-around;
        flex-wrap: wrap; }
        header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-listing li {
          width: 50%;
          vertical-align: top; }
          header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-listing li a.shop-now {
            font-size: 16px;
            line-height: 1.4;
            border-bottom: 2px solid #fe5000;
            color: #fe5000;
            text-transform: uppercase; }
            header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-listing li a.shop-now:hover {
              color: #00263e;
              border-bottom-color: #00263e; }
  header .header-inner .header-left-menu nav li.Bundles .navPage-subMenu .navPage-subMenu-list > li:first-child {
    width: 40%; }
    header .header-inner .header-left-menu nav li.Bundles .navPage-subMenu .navPage-subMenu-list > li:first-child li {
      width: 50%;
      float: left; }
  header .header-inner .header-left-menu nav li.navPages-item.More .navPage-subMenu-list > .navPage-subMenu-item {
    width: 80%; }
    header .header-inner .header-left-menu nav li.navPages-item.More .navPage-subMenu-list > .navPage-subMenu-item > a {
      display: none; }
    header .header-inner .header-left-menu nav li.navPages-item.More .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li {
      width: 33.33%;
      float: left;
      padding-right: 15px !important; } }
    @media screen and (min-width: 1081px) and (min-width: 1081px) {
      header .header-inner .header-left-menu nav li.navPages-item.More .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li {
        margin-right: 0; } }

@media screen and (min-width: 1081px) {
      header .header-inner .header-left-menu nav li.navPages-item.More .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li > a {
        font-size: 24px;
        line-height: 40px;
        color: #00263e;
        border-bottom: none;
        margin-bottom: 7px; }
  header .header-inner .header-left-menu nav li.More.sm-More .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li {
    width: 25%; }
  .navPage-childList .navPage-childList > li > a:hover {
    color: #fe5000; }
  header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu {
    padding-bottom: 30px !important; }
  header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item {
    width: 80%; }
    header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > a {
      display: none; }
    header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li {
      width: 33.33%;
      float: left;
      padding-right: 60px !important; } }
    @media screen and (min-width: 1081px) and (max-width: 1200px) {
      header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li {
        padding-right: 50px !important; } }

@media screen and (min-width: 1081px) {
      header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li:last-child {
        padding-right: 30px !important; } }
      @media screen and (min-width: 1081px) and (max-width: 1200px) {
        header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li:last-child {
          padding-right: 25px !important; } }

@media screen and (min-width: 1081px) {
      header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li > a {
        font-size: 24px;
        line-height: 32px;
        text-transform: capitalize;
        margin: 0;
        padding: 0 0 25px;
        color: #00263e;
        border-bottom: none;
        letter-spacing: 0.25px; }
        header .header-inner .header-left-menu nav li.navPages-item.Pillow-Menu .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li > a:hover {
          color: #fe5000; }
  header .header-inner .header-left-menu nav > ul li .navPage-subMenu .navPages-action-moreIcon {
    display: none; } }

.banners {
  display: none; }

/*--promo banner--*/
.promo-banner-div, .modal-promo {
  box-shadow: none !important;
  top: 63px;
  left: 0;
  position: fixed;
  z-index: 1;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .promo-banner-div, .modal-promo {
      max-width: 100% !important;
      top: 0; } }
  .promo-banner-div #timer-text, .modal-promo #timer-text {
    color: #00263e;
    padding-left: 5px; }
    @media (max-width: 767px) {
      .promo-banner-div #timer-text, .modal-promo #timer-text {
        padding-left: 0; } }
    @media (max-width: 470px) {
      .promo-banner-div #timer-text, .modal-promo #timer-text {
        display: block;
        text-align: center; } }

a#promo-open {
  color: white;
  text-decoration: none;
  background: #fe5000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px 22px 8px !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  min-height: 37px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    a#promo-open {
      padding: 10px 5px 6px 5px !important;
      font-size: 16px;
      display: block;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    a#promo-open {
      padding: 10px 5px 4px !important;
      font-size: 15px; } }
  a#promo-open br {
    display: none; }
  @media screen and (max-width: 767px) {
    a#promo-open {
      display: block;
      text-align: center; } }
  a#promo-open .offer-custom-class {
    opacity: 1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe5000; }
    a#promo-open .offer-custom-class .promo-text {
      display: flex;
      align-items: center;
      justify-content: center; }
  a#promo-open .strip-text {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    a#promo-open .strip-text #timer-text {
      color: #fff; }
  a#promo-open .animate-text {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    a#promo-open .animate-text #timer-text {
      color: #fff; }
  a#promo-open span.img {
    background: url(../img/plus-icon-white.svg) no-repeat;
    background-size: 12px 12px !important;
    min-width: 12px;
    min-height: 12px;
    font-size: 0;
    margin: -3px 12px 0 0; }
    @media screen and (max-width: 767px) {
      a#promo-open span.img {
        margin: -4px 12px 0 0 !important; } }
  a#promo-open span {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      a#promo-open span {
        max-width: 100% !important;
        line-height: 17px; } }
  a#promo-open > div {
    opacity: 0 !important; }
    a#promo-open > div.active {
      opacity: 1 !important; }

a#corona-open {
  color: #00263e;
  text-decoration: none;
  background: #fe5000;
  display: flex;
  align-items: center;
  cursor: auto;
  justify-content: center;
  font-size: 16px;
  padding: 10px 22px 8px !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-align: center; }
  @media screen and (max-width: 767px) {
    a#corona-open {
      padding: 10px 5px 6px 5px !important;
      font-size: 16px;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    a#corona-open {
      padding: 10px 5px 4px !important; } }
  a#corona-open br {
    display: none; }
  @media screen and (max-width: 767px) {
    a#corona-open {
      display: block;
      text-align: center;
      font-size: 14px; } }
  a#corona-open span {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      a#corona-open span {
        max-width: 100% !important; } }

.navPage-subMenu-list > .navPage-subMenu-item > .navPage-subMenu-action {
  display: none; }

.promotional-modal {
  background-size: cover !important;
  width: 100%;
  margin: 0;
  padding: 0 0px;
  background: none;
  max-width: 670px; }
  .promotional-modal .promo-modal-content {
    background-color: #255b62 !important;
    background-repeat: no-repeat !important;
    /*min-height:800px;*/
    background-position: center center !important; }
    @media screen and (max-width: 767px) {
      .promotional-modal .promo-modal-content {
        background-size: 100% !important;
        min-height: inherit;
        padding-top: 80% !important; } }
    .promotional-modal .promo-modal-content .cross-icon {
      position: absolute;
      right: 20px;
      bottom: 20px; }
    .promotional-modal .promo-modal-content .modal-close {
      right: auto !important;
      left: 0; }
      .promotional-modal .promo-modal-content .modal-close span {
        background-size: 25px !important;
        width: 25px !important;
        height: 25px !important; }
    .promotional-modal .promo-modal-content #demo ul {
      max-width: 280px;
      margin: 0 auto 25px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .promotional-modal .promo-modal-content #demo ul li {
        margin-right: 15px;
        text-align: center; }
        @media (max-width: 767px) {
          .promotional-modal .promo-modal-content #demo ul li {
            margin-right: 10px; } }
        .promotional-modal .promo-modal-content #demo ul li:last-child {
          margin-right: 0; }
        .promotional-modal .promo-modal-content #demo ul li .counter-time {
          min-width: 60px;
          height: 45px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #fe5000; }
          .promotional-modal .promo-modal-content #demo ul li .counter-time p {
            margin: 0;
            letter-spacing: normal;
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            text-align: center;
            letter-spacing: 2px;
            position: relative;
            top: 2px; }
        .promotional-modal .promo-modal-content #demo ul li span {
          font-size: 16px;
          line-height: 30px;
          color: white;
          font-weight: 400;
          text-align: center; }
    .promotional-modal .promo-modal-content p {
      color: #00263e !important; }
    .promotional-modal .promo-modal-content h2.section-title {
      color: #00263e !important;
      font-size: 28px;
      letter-spacing: 5px;
      line-height: 40px !important; }
      @media screen and (max-width: 767px) {
        .promotional-modal .promo-modal-content h2.section-title {
          font-size: 20px;
          line-height: 34px !important; } }
      .promotional-modal .promo-modal-content h2.section-title:before {
        background: white; }
      .promotional-modal .promo-modal-content h2.section-title:after {
        background: white; }
  .promotional-modal .info-box-section {
    background: none;
    padding: 0;
    position: relative;
    /*.section-content-2{
			margin-bottom: 30px;
			a{
				&.link{
					span{
						color:stencilColor("theme_orange");
						&:hover{
							color:#ffffff;
						}
						&:before{
							background:#ffffff;
						}
						&:after{
							background:stencilColor("theme_orange");	
						}
					}
				}
			}
		}*/ }
    .promotional-modal .info-box-section:before {
      display: none; }
    .promotional-modal .info-box-section .info-box-content {
      max-width: 100%;
      border: 0;
      padding-top: 29rem; }
      .promotional-modal .info-box-section .info-box-content .promo-modal-image {
        display: none; }
        @media (max-width: 767px) {
          .promotional-modal .info-box-section .info-box-content .promo-modal-image {
            display: block; } }
      @media (max-width: 767px) {
        .promotional-modal .info-box-section .info-box-content .promo-modal-content-wrapper {
          position: absolute;
          bottom: 40px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          width: 100%; } }
      .promotional-modal .info-box-section .info-box-content .section-title {
        margin-bottom: 0;
        line-height: 26px; }
      @media (max-width: 767px) {
        .promotional-modal .info-box-section .info-box-content {
          min-height: 630px;
          padding: 0 !important;
          background-image: none !important; } }
    .promotional-modal .info-box-section img.cross-icon {
      width: 20px;
      display: block;
      clear: both;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .promotional-modal .info-box-section img.cross-icon {
          position: absolute;
          bottom: -20px;
          right: 20px; } }
    .promotional-modal .info-box-section span.section-subtitle {
      display: block;
      color: #fe5000;
      margin: 8px 0 35px;
      letter-spacing: 2px;
      font-weight: 400; }
    .promotional-modal .info-box-section .section-content p:last-child {
      margin-bottom: 25px; }
    .promotional-modal .info-box-section .test-content {
      margin-bottom: 30px; }
      .promotional-modal .info-box-section .test-content input, .promotional-modal .info-box-section .test-content a {
        background-color: transparent;
        border: none; }
        .promotional-modal .info-box-section .test-content input.link, .promotional-modal .info-box-section .test-content a.link {
          color: #fe5000;
          border-bottom: 2px solid #fe5000; }
          .promotional-modal .info-box-section .test-content input.link:hover, .promotional-modal .info-box-section .test-content a.link:hover {
            color: #00263e; }
          .promotional-modal .info-box-section .test-content input.link:before, .promotional-modal .info-box-section .test-content a.link:before {
            background: #ffffff; }
          .promotional-modal .info-box-section .test-content input.link:after, .promotional-modal .info-box-section .test-content a.link:after {
            background: #fe5000; }
        .promotional-modal .info-box-section .test-content input:focus, .promotional-modal .info-box-section .test-content a:focus {
          outline: none; }
      .promotional-modal .info-box-section .test-content a.link {
        border: none; }
      .promotional-modal .info-box-section .test-content .form-action {
        position: relative;
        display: inline-block; }
        .promotional-modal .info-box-section .test-content .form-action:after {
          position: absolute;
          content: '';
          height: 2px;
          width: 0;
          background: #00263e;
          bottom: 0;
          left: 0;
          transition: all 0.3s; }
        .promotional-modal .info-box-section .test-content .form-action:hover:after {
          width: 100%; }
    .promotional-modal .info-box-section .link-wrapper {
      display: flex;
      flex: 1;
      -ms-flex: 1;
      justify-content: space-around;
      align-items: flex-start;
      margin-top: 28px; }
      .promotional-modal .info-box-section .link-wrapper a.link {
        position: relative;
        padding: 1px 0 2px;
        text-decoration: none;
        height: 32px;
        line-height: 28px;
        color: #fe5000;
        border-bottom: 2px solid #fe5000; }
        .promotional-modal .info-box-section .link-wrapper a.link:hover {
          color: #00263e; }
        .promotional-modal .info-box-section .link-wrapper a.link:after {
          position: absolute;
          content: '';
          height: 2px;
          width: 0;
          background: #00263e;
          bottom: -2px;
          left: 0;
          transition: all 0.3s; }
        .promotional-modal .info-box-section .link-wrapper a.link:hover:after {
          width: 100%; }
    .promotional-modal .info-box-section .cross-img {
      width: 20px; }

.promotional-modal {
  overflow: auto !important; }

.promotional-modal .info-box-section .luxiours-bedding {
  background-color: #FFF !important;
  padding: 50px 4rem 50px;
  background-size: cover; }
  @media (max-height: 900px) {
    .promotional-modal .info-box-section .luxiours-bedding {
      background-color: #FFF !important;
      padding: 50px 4rem 50px;
      background-image: none !important;
      min-height: inherit; } }
  @media (max-width: 767px) {
    .promotional-modal .info-box-section .luxiours-bedding .promo-modal-image {
      display: none; } }
  @media (max-width: 767px) {
    .promotional-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper .section-title {
      padding: 0 15px; } }
  .promotional-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper .section-title:before {
    display: none; }
  .promotional-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper .section-title:after {
    display: none; }
  @media (max-width: 767px) {
    .promotional-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper {
      position: relative;
      bottom: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      padding: 30px 15px 30px; }
      .promotional-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper .section-title {
        font-size: 17px; } }
  @media (max-width: 374px) {
    .promotional-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper .section-title {
      letter-spacing: 1px; } }

/** Promo-modal with img  style starts **/
.promotional-img-modal {
  max-width: 880px !important;
  width: 100% !important;
  overflow: auto !important; }
  .promotional-img-modal .promo-modal-content .modal-close {
    right: 0 !important;
    left: auto !important;
    width: 45px; }
    .promotional-img-modal .promo-modal-content .modal-close span {
      background: url(../img/plus-icon.svg) no-repeat !important; }
  .promotional-img-modal .promo-modal-content.luxiours-bedding {
    padding: 0;
    background-color: #FFFFFF !important; }
  .promotional-img-modal .promo-modal-content-wrapper {
    display: flex;
    flex: 1;
    -ms-flex: 1;
    flex-wrap: wrap; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-product-img {
      max-width: 50%;
      flex: 0 0 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-product-img.mobile {
        display: none; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-product-img img {
        display: none; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details {
      max-width: 50%;
      flex: 0 0 50%;
      padding: 50px 15px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 1.1;
        display: block;
        font-family: 'Amiri';
        letter-spacing: 0.25px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate span {
          display: block;
          font-size: 16px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate.small-heading, .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate2.small-heading {
        font-size: 38px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product {
        line-height: 22px;
        color: #00263e !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        font-size: 12px;
        margin-bottom: 40px;
        font-family: 'Lulo Clean One';
        letter-spacing: 1.8px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product span {
          font-family: LuloCleanOne-Bold; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product p {
          color: #fe5000 !important; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details p {
        color: #00263e !important;
        max-width: 93%;
        margin: 0 auto;
        line-height: 24px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details p.limited-text {
          margin-bottom: 28px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details p strong {
          font-family: LuloCleanOne-Bold;
          font-weight: normal;
          font-size: 12px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details p a {
          display: inline; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details p.text-popup-content-wrapper {
          font-size: 12px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .form-action {
        margin-top: 40px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details .form-action:after {
          background: #00263e; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details input.link:hover {
        color: #00263e; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block-wrap p {
        margin-bottom: 10px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block {
        display: flex;
        flex: 1;
        -ms-flex: 1;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 25px;
        max-width: 76%;
        margin-left: auto;
        margin-right: auto; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-count {
        font-family: 'LuloCleanOne-Bold';
        color: #fe5000;
        font-size: 24px;
        line-height: 24px;
        display: block;
        margin-bottom: 2px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-unit {
        display: block; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .logo-wrap {
        display: none;
        margin-top: 20px;
        width: 200px;
        max-width: 100%; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux {
        background: #fe5000;
        display: block;
        font-size: 16px;
        width: 220px;
        max-width: 100%;
        padding: 12px 30px 15px;
        margin: 0px auto 20px; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux:hover {
          background: #00263e; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span {
          color: #FFFFFF;
          padding: 0 0 3px;
          line-height: 23px;
          letter-spacing: 1px; }
          .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span:after {
            background-color: #FFFFFF; }
          .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span:before {
            position: absolute;
            content: "";
            left: 0;
            right: 100%;
            bottom: 0;
            height: 2px;
            background: #fe5000;
            z-index: 5;
            transition: all 0.3s linear; }
          .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span:hover:before {
            right: 0; }

@media screen and (max-width: 991px) {
  .promotional-img-modal {
    max-width: 450px !important;
    max-height: calc(100% - 30px); }
    .promotional-img-modal .promo-modal-content .modal-close span {
      background-size: 20px !important; }
    .promotional-img-modal .promo-modal-content-wrapper {
      flex-direction: column; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-product-img {
        max-width: 100%;
        flex: 0 0 100%;
        min-height: 65vh; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-product-img.mobile {
          display: block; }
        .promotional-img-modal .promo-modal-content-wrapper .offer-product-img.desktop {
          display: none; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px; } }

@media screen and (max-width: 767px) {
  .promotional-img-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper {
    padding: 0; }
    .promotional-img-modal .info-box-section .luxiours-bedding .promo-modal-content-wrapper .offer-details .logo-wrap {
      display: none; }
  .promo-modal-content {
    min-height: auto !important; } }

@media screen and (max-height: 786px) and (max-width: 767px) {
  .promotional-img-modal .promo-modal-content .modal-close span {
    background-size: 17px !important; }
  .promotional-img-modal .promo-modal-content-wrapper .offer-details {
    padding: 3vh 3vh 2.3vh; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate {
      letter-spacing: 0; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product {
      margin-bottom: 40px; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details p {
      max-width: 100%; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details p.limited-text {
        margin-bottom: 1.8vh; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block-wrap p {
      margin-bottom: 0; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block {
      margin-bottom: 3.2vh; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-count {
      font-size: 20px;
      letter-spacing: -1.6px;
      margin-bottom: 0; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux {
      margin-bottom: 2vh;
      padding: 7px 15px 12px; }
      .promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span {
        line-height: 20px;
        letter-spacing: 0; }
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .logo-wrap {
      width: 170px;
      margin-top: 1vh; } }

/* @media screen and (max-height:600px) and (max-width:767px){
	.promotional-img-modal {
		.promo-modal-content-wrapper{
			.offer-product-img{
				min-height:22vh;
			}
		}
	}
} */
/** Promo-modal with img style ends **/
.pillow-product-feature .desc-row {
  display: inline-flex;
  margin: 0 0 8px; }
  .pillow-product-feature .desc-row em {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    min-width: 90px;
    padding-right: 10px; }
    @media (max-width: 1200px) {
      .pillow-product-feature .desc-row em {
        min-width: 70px; } }
  .pillow-product-feature .desc-row span {
    font-size: 16px;
    font-weight: 400; }

@media (max-width: 1080px) {
  header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillo-menu-content-wrapper > a {
    display: none; }
  header .header-inner .header-left-menu nav .navPage-subMenu .navPage-subMenu-list .pilow-submenu-wrapper .pillow-desc-listing {
    display: none !important; } }

.hide-menu-nav {
  display: none; }

@media (min-width: 1081px) {
  header .header-inner .header-left-menu nav li.navPages-item.Bedding .navPage-subMenu-list > .navPage-subMenu-item > ul.navPage-childList > li {
    width: 25%; }
  .navPage-subMenu.is-open {
    display: none; } }

/*New Header CSS*/
/*	header .header-inner .header-left-menu nav .navPage-subMenu{padding:35px 15px!important}*/
/*,.modal-promo.white-promo a#promo-open .offer-custom-class*/
/*	body.fixed-menu a#promo-open {background:#fff;color:#00263e;}*/
/*bedding*/
/*.header .bedding .img-block{width:28%;padding:0 10px}*/
/* delete code in header file */
@media (min-width: 1081px) and (max-width: 1370px) {
  .header .header-inner .header-left-menu .navPages-list .submenu-listing {
    padding: 0 15px; } }

.overlay {
  background: rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  display: none; }

.modal-promo {
  transform: translateY(0);
  z-index: 20; }
  .modal-promo #timer-text {
    max-width: 500px;
    width: 100%; }
  @media (max-width: 767px) {
    .modal-promo {
      top: 0px; } }

.modal-promo.white-promo a#promo-open {
  background: #fff;
  color: #fe5000; }

a#promo-open .offer-custom-class {
  background: none !important; }

@media (min-width: 1081px) {
  .header-left-menu nav > ul.navPages-list li.iPad a {
    text-transform: none; }
  .header-left-menu nav > ul.navPages-list li:hover a {
    color: #fe5000; }
  .header-left-menu nav > ul.navPages-list li a:hover {
    color: #fe5000; }
  .header .header-inner .header-left-menu nav > ul > li {
    cursor: pointer;
    margin: 0;
    padding: 21px 28px 21px 0;
    position: relative; }
    .header .header-inner .header-left-menu nav > ul > li.menu-dropdown > a {
      position: relative;
      padding-right: 16px; }
      .header .header-inner .header-left-menu nav > ul > li.menu-dropdown > a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 11;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #00263e;
        border-left: 2px solid #00263e;
        transform: rotate(225deg); }
    .header .header-inner .header-left-menu nav > ul > li.menu-dropdown:hover > a:after {
      border-top-color: #fe5000;
      border-left-color: #fe5000; }
    .header .header-inner .header-left-menu nav > ul > li.hide-dropdown .navPage-subMenu {
      display: none; }
  .header .header-inner .header-left-menu nav .navPages-item.two-col-submenu .navPage-subMenu .navPage-subMenu-list > li {
    width: 100%;
    padding: 0 !important; }
    .header .header-inner .header-left-menu nav .navPages-item.two-col-submenu .navPage-subMenu .navPage-subMenu-list > li .navPage-childList {
      display: flex;
      justify-content: flex-start; }
      .header .header-inner .header-left-menu nav .navPages-item.two-col-submenu .navPage-subMenu .navPage-subMenu-list > li .navPage-childList li {
        width: 47%;
        margin: 0; }
      .header .header-inner .header-left-menu nav .navPages-item.two-col-submenu .navPage-subMenu .navPage-subMenu-list > li .navPage-childList li.detail-content {
        width: 54%; }
      .header .header-inner .header-left-menu nav .navPages-item.two-col-submenu .navPage-subMenu .navPage-subMenu-list > li .navPage-childList li.img-content {
        width: 40%; }
  .header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu {
    background-color: #f2f2f2; }
    .header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu .navPage-subMenu-list h3 {
      font-family: LuloCleanOne-Bold;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px; }
    .header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu .navPage-subMenu-list h4 {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 12px; }
    .header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu .navPage-subMenu-list p {
      font-size: 16px;
      line-height: 20px;
      font-weight: normal;
      margin-bottom: 25px; }
    .header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu .navPage-subMenu-list span.price {
      font-size: 16px;
      line-height: 20px;
      font-weight: normal;
      display: block;
      margin-bottom: 10px; }
  .header .header-inner .header-left-menu nav .navPages-item.more .navPage-subMenu .navPage-subMenu-list > li .navPage-childList li {
    width: 30%; }
    .header .header-inner .header-left-menu nav .navPages-item.more .navPage-subMenu .navPage-subMenu-list > li .navPage-childList li:last-child {
      width: 70%; }
  .header .header-inner .header-left-menu .navPages-list > li:hover .submenu-listing {
    opacity: 1;
    visibility: visible; }
  .header .header-inner .header-left-menu .navPages-list .submenu-listing {
    min-height: 41px;
    opacity: 0;
    visibility: hidden;
    max-width: 1339px;
    margin: 0 auto;
    transition: 0.3s all; }
    .header .header-inner .header-left-menu .navPages-list .submenu-listing li:hover a {
      color: #fe5000; }
    .header .header-inner .header-left-menu .navPages-list .submenu-listing li a:hover {
      color: #fe5000; }
    .header .header-inner .header-left-menu .navPages-list .submenu-listing > li {
      padding: 10px 28px 11px 0 !important;
      margin: 0; }
      .header .header-inner .header-left-menu .navPages-list .submenu-listing > li > a {
        font-size: 16px;
        font-weight: normal;
        color: #00263e;
        line-height: 20px; }
    .header .header-inner .header-left-menu .navPages-list .submenu-listing .inner-submenu li:last-child {
      padding-bottom: 0 !important; }
  .header .inner-submenu {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    flex: 0 0 360px;
    padding-right: 20px; }
    .header .inner-submenu li {
      display: block !important;
      padding: 0 0 25px 0 !important;
      text-align: left;
      margin: 0 !important; }
      .header .inner-submenu li a {
        font-size: 16px;
        line-height: 20px;
        color: #00263e !important; }
      .header .inner-submenu li:hover a {
        color: #fe5000 !important; }
    .header .inner-submenu .inner-submenu-detail .detail-block p {
      margin-bottom: 30px; }
    .header .inner-submenu .inner-submenu-detail .detail-block h3 {
      margin-bottom: 23px; }
  .header .inner-submenu-outer {
    display: flex;
    justify-content: flex-start; }
  .header .inner-submenu-detail {
    width: calc(100% - 360px);
    flex: 0 0 calc(100%- 360px);
    margin: 0 -20px;
    display: none; }
    .header .inner-submenu-detail.active {
      display: flex; }
    .header .inner-submenu-detail .detail-block {
      text-align: left;
      padding: 0 20px; }
      .header .inner-submenu-detail .detail-block a {
        margin-bottom: 20px; }
    .header .inner-submenu-detail .img-block {
      padding: 0 20px;
      width: 300px; }
  .header .pillows .inner-submenu {
    width: 373px; }
  .header .pillows .inner-submenu-detail {
    width: calc(100% - 373px); }
    .header .pillows .inner-submenu-detail h3 {
      margin-bottom: 21px; }
    .header .pillows .inner-submenu-detail p {
      margin-bottom: 30px; }
  .header .bedding .bed-linen .detail-block {
    width: 38%; }
  .header .Accessories .inner-submenu {
    width: 360px; }
  .header .Accessories .inner-submenu-detail {
    width: calc(100% - 380px); }
  .header .Accessories .detail-block h3 {
    margin-bottom: 18px; }
  .header .Accessories .detail-block p {
    margin-bottom: 15px; }
  .header .Accessories .detail-block a {
    margin-bottom: 27px; }
  .header .Accessories .img-block {
    width: 28%; }
  .link.blue-link span:hover {
    color: #81d8d0; }
  .link.blue-link span:before {
    background: #81d8d0; }
  header .header-inner .header-left-menu nav .navPages-item.two-col-submenu .navPage-subMenu .navPage-subMenu-list > li .navPage-childList li a {
    margin-bottom: 20px; }
  header .header-inner .header-left-menu nav .navPage-subMenu:after {
    background: none !important; } }

.modal-promo.white-promo a#promo-open .strip-text #timer-text {
  color: #fe5000 !important;
  background: #fff !important; }

@media (min-width: 1081px) {
  .header .header-inner .header-left-menu nav .submenu-listing-wrapper {
    margin-top: 0 !important;
    position: fixed;
    top: 62px;
    transition: all .3s;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 2px solid #00263e;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 0 !important; }
  .header .header-inner .header-left-menu nav li.two-col-submenu .listing-block {
    border-bottom: 0; }
    .header .header-inner .header-left-menu nav li.two-col-submenu .listing-block .submenu-listing > li > a {
      display: none; }
  .header .listing-block {
    background-color: transparent;
    border-bottom: 2px solid #00263e; }
  .header .submenu-listing {
    top: 0 !important;
    display: flex; } }

.navPages-item.two-col-submenu:hover .submenu-listing-wrapper {
  opacity: 1 !important;
  visibility: visible !important; }
  .navPages-item.two-col-submenu:hover .submenu-listing-wrapper .submenu-listing {
    opacity: 1 !important;
    visibility: visible !important; }
    .navPages-item.two-col-submenu:hover .submenu-listing-wrapper .submenu-listing .navPage-subMenu {
      opacity: 1 !important;
      visibility: visible !important; }

.header .header-inner .header-left-menu nav > ul > li:hover .submenu-listing-wrapper, .header .header-inner .header-left-menu nav > ul > li:hover .submenu-listing {
  visibility: visible;
  opacity: 1; }

.header .header-inner .header-left-menu nav > ul > li:not(.More):hover .navPage-subMenu {
  visibility: visible;
  opacity: 1; }

.header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu {
  box-shadow: 0px -1px 5px #ccc; }

.header.header-promo-submenu {
  border-bottom: 0px !important; }

/* new-header-updates */
@media (max-width: 1080px) {
  header .header-inner .navPages-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 375px;
    width: 100%; }
  header .header-inner .navPages-list--user .navPages-action {
    display: block; }
  header .header-inner .submenu-listing-wrapper .inner-submenu-listing a {
    width: 200px;
    position: relative;
    display: block;
    right: 0; }
  header .header-inner .submenu-listing-wrapper .inner-submenu-listing a i {
    right: 0;
    position: absolute;
    top: 17px;
    left: auto; }
  header .header-inner .has-subMenu i.navPages-action-moreIcon {
    top: 0; } }

@media (min-width: 1081px) {
  .header-left-menu .page-link {
    padding: 16px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #FE5000;
    text-decoration: none;
    font-weight: 700; }
    .header-left-menu .page-link:hover {
      color: #00263E; }
  .header .header-navigation {
    display: flex;
    justify-content: center;
    background-color: #F2F2F2; }
    .header .header-navigation .header-left-menu {
      width: 100%;
      max-width: 100%; }
      .header .header-navigation .header-left-menu .navPages {
        text-align: center; }
        .header .header-navigation .header-left-menu .navPages .navPages-list {
          margin-top: 0; }
          .header .header-navigation .header-left-menu .navPages .navPages-list li {
            padding: 14px 28px 14px 0; }
  .header .header-inner .header-left-menu nav .submenu-listing-wrapper {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .navPages-item.two-col-submenu:hover .submenu-listing-wrapper .submenu-listing .navPage-subMenu {
    opacity: 0 !important;
    visibility: hidden; } }

@media (max-width: 1080px) {
  .header-navigation .header-inner {
    padding: 0; }
  .header .header-left-menu .brand-link {
    display: none; } }

.header .navUser-item--account a {
  width: 28px;
  height: 30px; }
  .header .navUser-item--account a img {
    width: 100%;
    height: 100%; }

.header .navUser-item--cart a {
  width: 28px;
  height: 30px; }
  .header .navUser-item--cart a img {
    width: 100%;
    height: 100%; }

.header .navUser-item--cart .previewCartAction a {
  height: 49px; }

.header {
  transition: all 0.2s;
  transform: translateY(0); }
  @media (min-width: 1081px) {
    .header.fixed-header {
      transform: translateY(-86px); } }
  @media (min-width: 1081px) and (max-width: 1080px) {
    .header.fixed-header {
      transform: translateY(-66px); } }
  @media (min-width: 1081px) and (max-width: 767px) {
    .header.fixed-header {
      transform: translateY(-58px); } }
  @media (max-width: 1080px) {
    .header.fixed-nav {
      display: none; } }

header .header-inner .header-right-account .navUser-item.navUser-item--cart {
  margin-top: 0; }

/* 30-06-2020 */
/* header-css */
.browse {
  display: none; }

@media (max-width: 1080px) {
  .browse {
    display: block;
    text-transform: inherit; } }

@media (max-width: 1080px) {
  header .header-inner .navPages-action.open i.navPages-action-moreIcon {
    background-position: bottom center; }
  header .submenu-listing li.inner-submenu-listing .has-subMenu.open i.navPages-action-moreIcon {
    background-position: bottom center; }
  header .Rugs .submenu-listing-wrapper .listing-block ul li:last-child {
    display: none; }
  /*header .Protectors .submenu-listing-wrapper .listing-block ul li:last-child{display:none;}
	header .Protectors .submenu-listing-wrapper .listing-block ul li:nth-child(2){display:none;}
	header .Protectors .submenu-listing-wrapper .listing-block ul li:nth-child(1){display:none;}*/
  .header .header-inner .header-left-menu nav .navPages-item .navPage-subMenu {
    box-shadow: none; } }

.mobile-header .page-link.brand-link {
  display: block;
  padding: 16px 0;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #FE5000;
  text-decoration: none;
  font-weight: 700; }

/* 10-03-2021  css for strip modal*/
.promotional-img-modal .promo-modal-content-wrapper .offer-details {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.navPage-subMenu {
  background-color: transparent;
  padding: 0;
  position: static;
  text-align: left; }

.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate .section-small-header {
  font-size: 16px;
  line-height: 22px;
  font-family: Amiri;
  letter-spacing: 1.8px;
  color: #00263e !important; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3.bank-holiday-offer {
  font-family: 'LuloCleanOne-Bold';
  margin-bottom: 20px !important; }

@media (max-width: 1080px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3.bank-holiday-offer {
    margin-bottom: 15px !important; } }

@media (max-width: 767px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3.bank-holiday-offer {
    margin-bottom: 0 !important; } }

/* 19-06-2023 Banner height change */
@media (min-width: 1400px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    height: 82% !important; } }

/* end*/
/* 3-5-2023 FIT FOR A KING */
.home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
  margin-bottom: 25px !important; }

.home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 {
  margin-bottom: 5px !important;
  font-family: LuloCleanOne-Bold;
  font-size: 16px;
  letter-spacing: 0 !important;
  line-height: 22px; }

@media (min-width: 767px) {
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p.mobile {
    display: none; } }

@media (max-width: 767px) {
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block {
    margin-bottom: 25px; }
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
    margin: 0 auto 15px !important; }
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block {
    margin-bottom: 25px !important; }
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p.tablet {
    display: none; }
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p.mobile {
    display: block; }
  .home-banner .fit-for-a-king.home-banner-caption.new-year-offer.two-simultaneously-offer.christams-new-year {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .christams-new-year-banner.home-banner .fit-for-a-king.home-banner-caption.christams-new-year.new-year-offer {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

/*end*/
/* remove orange strip, spacing issue resolved 15-6-2023 */
/*.body {
    margin-top: 128px !important;
}

@media(max-width:1080px){
    .body {margin-top: 66px !important;}
}
@media(max-width:767px){
    .body {margin-top: 63px !important;}
}
@media(max-width:480px){
    .body {margin-top: 63px !important;}
}*/
/* end */
/* mattress page banner changes 15-6-2023*/
/*.mattress-baner .mattress-banner-content{padding-top:70px !important}
.mattress-baner{min-height:420px !important}*/
/*end*/
/* hero banner changes for remove promo 15-6-2023 */
/*@media(max-width:1080px){
    .promo-remove.home-banner .home-banner-caption .middle-block .banner-link.tablet{display:none}
.promo-remove.home-banner .home-banner-caption .all-promo-popup .modal-promo{display:block !important;}
.promo-remove.home-banner .home-banner-caption .all-promo-popup .modal-promo #promo-open{display:none !important;}
.promo-remove.home-banner.black-friday-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .all-promo-popup .modal-promo .banner-link.tablet{display:block !important;}
}
@media(max-width:1080px) and (min-width:767px) {

.promo-remove.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-offer{width:38% !important;}
.promo-remove.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block{width:40% !important;padding:0 10px}
.promo-remove.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block p{max-width:100% !important}
.promo-remove.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .all-promo-popup{width:25% !important;}
.promo-remove.christams-new-year-banner.home-banner .home-banner-caption.christams-new-year{padding-top:60px !important;padding-right:40px !important;padding-left:30px !important; padding-bottom:60px!important;}
}
@media(max-width:991px) and (min-width:767px) {
   .promo-remove.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1{font-size:22px !important}
   .promo-remove.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer.christams-new-year{padding-top: 60px!important;
    padding-right: 40px!important;
    padding-left: 30px!important;
    padding-bottom: 60px!important;}
}
@media(max-width:767px){
    
    .promo-remove.home-banner.black-friday-banner .home-banner-caption.new-year-offer.two-simultaneously-offer{padding-bottom:50px !important}
    
    .promo-remove.home-banner.christams-new-year-banner .home-banner-caption.new-year-offer.christams-new-year .banner-offer{margin-bottom:30px !important;}
    .promo-remove.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1
    {margin-top:20px !important;font-size:24px !important;}
    .promo-remove.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block{margin-bottom: 18px !important;}
    .promo-remove.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1{max-width:100%;}
}*/
/*end*/
@media (max-width: 1080px) {
  .home-banner.black-friday-banner.christams-new-year-banner {
    padding-top: 0 !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer.christams-new-year {
    padding: 35px 35px !important; }
  .home-banner-caption.new-year-offer a#promo-open .strip-text {
    justify-content: flex-end !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block {
    width: 36% !important;
    align-items: center; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-offer {
    width: 221px !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .all-promo-popup {
    width: 202px !important; } }

/* home page popup changes same as black friday modal */
.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details p {
  color: #fff !important; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .timer-block .timer-unit {
  color: #fff; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .timer-block .timer-count {
  color: #fff01f; }

.black-friday .exclude-content,
.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details p a {
  color: #fff !important; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .discount-rate .section-title1 {
  color: #fff01f; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .discount-product .section-subtitle1 {
  color: #fff01f;
  font-size: 48px;
  text-transform: lowercase;
  line-height: 58px;
  font-weight: 400;
  margin-top: 10px !important;
  font-family: Amiri; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details {
  background-color: #000; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .link.shop-lux {
  background-color: #fff01f !important; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .link.shop-lux span {
  color: #000 !important; }

.modal.black-friday .modal-content .modal-close span {
  background: url(../img/plus-icon-yellow.svg) !important; }

.promotional-img-modal.black-friday .promo-modal-content-wrapper .offer-details .link.shop-lux span:after {
  background-color: #00263e; }

.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate .black-friday {
  letter-spacing: 1.8px;
  margin-bottom: 15px !important;
  font-family: 'Lulo Clean One';
  font-size: 12px !important; }

/* home page black friday banner */
@media (min-width: 1920px) {
  .home-banner.black-friday-banner .banner-img {
    object-position: center !important; } }

.home-banner .banner-award-icon {
  position: absolute;
  right: 85px;
  bottom: 28px;
  width: 150px;
  height: 90px; }

@media (max-width: 1400px) {
  .home-banner .banner-award-icon {
    position: absolute;
    right: 30px;
    bottom: 22px; } }

@media (max-width: 1080px) {
  .home-banner .banner-award-icon {
    bottom: 30px; } }

@media (max-width: 767px) {
  .home-banner .banner-award-icon {
    bottom: 20px;
    width: 150px;
    height: 90px;
    left: 50%;
    right: auto;
    transform: translateX(-50%); } }

@media (max-width: 520px) {
  .home-banner .banner-award-icon {
    width: 130px;
    height: 78px; } }

.home-banner.black-friday-banner .banner-img img {
  object-fit: cover !important;
  object-position: right !important; }

.home-banner.black-friday-banner .banner-img {
  object-position: center; }

.black-friday .banner-link.desktop {
  margin-bottom: 50px; }

.home-banner .home-banner-caption.black-friday {
  box-shadow: inset 0 0 15px 4px #fff01f;
  box-sizing: border-box;
  background-color: #000 !important;
  border: 2px solid #fff01f; }

.home-banner .home-banner-caption.black-friday:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border: 15px solid #000; }

.black-friday .offer-text {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #FFF01F;
  font-family: LuloCleanOne-Bold;
  text-transform: uppercase;
  margin-bottom: 5px; }

.black-friday .banner-caption h1,
.black-friday .banner-caption h3,
.black-friday .home-page-promo-open,
#home-timer-text,
.black-friday .timer-home-page {
  color: #FFF01F !important; }

.black-friday .banner-caption h1 {
  text-transform: lowercase; }

.home-banner-caption.black-friday .shop-btn {
  background-color: #FFF01F !important; }

.home-banner-caption.black-friday .shop-btn span {
  color: #000000 !important; }

.home-banner .home-banner-caption.black-friday .banner-caption h3.black-friday-title {
  font-family: amiri !important; }

.homepage .home-banner-caption.new-year-offer .modal-promo {
  z-index: 2; }

.home-banner .home-banner-caption.black-friday .banner-caption h3.black-friday-title {
  display: none;
  color: #ffffff !important; }

.home-banner .home-banner-caption.new-year-offer .banner-caption .black-friday-spend {
  display: block; }

.home-banner .home-banner-caption.black-friday a#promo-open .strip-text #home-timer-text .timer-home-page {
  color: #ffffff !important; }

@media (min-width: 1921px) {
  .banner-small-desktop {
    display: none; } }

@media (min-width: 1081px) and (max-width: 1400px) {
  .black-friday .offer-text {
    font-size: 21px;
    line-height: 31px; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-offer {
    margin-bottom: 40px !important; }
  .home-banner.black-friday-banner .banner-small-desktop {
    width: 70%;
    display: inline-block; }
  .home-banner.black-friday-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 !important; }
  .home-banner .home-banner-caption.black-friday {
    position: relative;
    width: calc(30% - 30px) !important;
    height: calc(100% - 30px) !important;
    max-width: 100% !important;
    transform: none !important;
    top: inherit !important;
    left: 0 !important;
    margin: 15px; }
  .home-banner.black-friday-banner .banner-small-desktop img {
    width: 100%;
    height: 100%;
    object-fit: fill; } }

@media (min-width: 1300px) and (max-width: 1400px) {
  .home-banner .home-banner-caption.black-friday {
    height: auto !important; } }

@media (max-width: 1080px) {
  .home-banner .home-banner-caption.black-friday .middle-block {
    display: flex;
    flex-direction: column; }
  .home-banner .home-banner-caption.black-friday .banner-link {
    margin-top: 8px;
    position: static !important;
    transform: none !important;
    order: 2; }
  .home-banner .home-banner-caption.black-friday .all-promo-popup {
    flex-direction: column !important; }
  .home-banner .home-banner-caption.black-friday .banner-caption p {
    text-align: center !important;
    margin-left: 3px !important; }
  .home-banner .home-banner-caption.black-friday .banner-caption p.tablet {
    margin-bottom: 5px !important;
    width: 100%;
    order: 1; }
  .home-banner .home-banner-caption.black-friday .banner-caption {
    align-items: center; }
  .home-banner .home-banner-caption.black-friday .banner-offer {
    width: 30.33%; }
  .home-banner .home-banner-caption.black-friday .all-promo-popup {
    width: 22.33%; }
  .home-banner.black-friday-banner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 15px !important; }
  .home-banner.black-friday-banner .black-friday {
    position: relative;
    transform: none !important;
    left: inherit !important;
    top: inherit !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px; }
  .home-banner .home-banner-caption.black-friday .banner-caption h3.black-friday-title {
    display: block !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption .black-friday-spend {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1080px) {
  .home-banner .home-banner-caption.black-friday .banner-offer {
    margin-bottom: 0 !important; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-link.mobile {
    display: none !important; } }

@media (max-width: 991px) {
  .home-banner.black-friday-banner .home-banner-caption.black-friday {
    padding: 25px !important; }
  .home-banner .home-banner-caption.black-friday .banner-offer {
    width: 32.33%; } }

@media (max-width: 767px) {
  .home-banner.black-friday-banner .home-banner-caption.black-friday {
    width: calc(100% - 28px);
    max-width: 100%;
    left: 0 !important;
    transform: none !important;
    right: 0;
    margin-bottom: 14px !important; }
  .home-banner .home-banner-caption.black-friday .banner-offer,
  .home-banner .home-banner-caption.black-friday .all-promo-popup,
  .home-banner .home-banner-caption.black-friday .banner-caption p.tablet {
    width: 100%;
    max-width: 100%; }
  .home-banner .home-banner-caption.black-friday .banner-caption h3,
  .home-banner .home-banner-caption.black-friday .banner-caption h1 {
    display: inline-block; }
  .black-friday .offer-text {
    display: block;
    margin-bottom: 20px; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h1 {
    margin-right: 5px !important; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h3,
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h1 span {
    text-transform: lowercase !important;
    font-family: amiri !important;
    font-size: 28px !important;
    line-height: 34px !important; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h1 {
    font-size: 64px !important;
    line-height: 52px !important; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-link.tablet.mobile {
    display: inline-block !important; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-link.tablet {
    display: none !important; }
  .home-banner .home-banner-caption.black-friday .middle-block {
    margin-bottom: 20px; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday {
    padding: 40px 15px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption .black-friday-spend {
    display: block !important; }
  .home-banner .home-banner-caption.black-friday .banner-caption h3.black-friday-title {
    display: none !important; }
  .black-friday .offer-text {
    margin-bottom: 35px; }
  .home-banner .home-banner-caption.black-friday .banner-link {
    margin-top: 35px; } }

@media (max-width: 520px) {
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h3 {
    font-size: 16px !important;
    line-height: 22px !important; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h1 {
    font-size: 64px !important;
    line-height: 64px !important;
    margin-right: 0 !important;
    display: block; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday .banner-caption h1 span {
    font-size: 64px !important;
    line-height: 64px !important; }
  .home-banner .home-banner-caption.black-friday .banner-caption p.tablet .checkout-code {
    display: block; }
  .black-friday .offer-text {
    font-size: 21px;
    line-height: 31px; }
  .black-friday .offer-text {
    margin-bottom: 35px; }
  .home-banner .home-banner-caption.new-year-offer .banner-offer {
    margin-bottom: 0 !important; }
  .home-banner .home-banner-caption.black-friday .banner-link {
    margin-top: 35px; }
  .home-banner.black-friday-banner .home-banner-caption.black-friday {
    padding: 40px 20px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .black-friday .offer-text {
    font-size: 16px;
    line-height: 26px; } }

/*end*/
/*26-20-2021 start british page */
.section-meet-us .british-brand-block-breadcrumb .container {
  max-width: 1430px; }

.british-brand-block {
  padding: 17px 0 63px !important; }

.british-brand-block .container h1 {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important; }

@media (max-width: 1280px) {
  .british-brand-block {
    padding-top: 15px !important; } }

@media (max-width: 991px) {
  .british-brand-block {
    padding-top: 10px !important; } }

@media (max-width: 767px) {
  .british-brand-block {
    padding-top: 7px !important; } }

/*26-20-2021 end*/
@media (min-width: 768px) and (max-width: 1080px) {
  /* .modal-promo { top: 100px !important;} */ }

/* 29-09-2021 start */
.homepage .section-promise ul li .promise-img {
  margin-bottom: 15px !important; }

/* 29-09-2021 end */
.body {
  margin-top: 152px;
  transition: all 0.2s; }
  @media (max-width: 1080px) {
    .body {
      margin-top: 107px; } }
  @media (max-width: 767px) {
    .body {
      margin-top: 100px; } }

.fixed-header .body {
  margin-top: 0px; }

a,
a:focus,
a:hover {
  outline: 0px !important; }

.banner {
  position: relative;
  max-width: 100%; }
  @media (min-width: 768px) {
    .banner {
      border-image: none !important; } }
  .banner img {
    width: 100%;
    max-width: 100%; }
    .banner img.banner-tablet {
      display: none; }
    .banner img.banner-1400-1080 {
      display: none; }
    @media (min-width: 1081px) and (max-width: 1400px) {
      .banner img.banner-desktop {
        display: none; }
      .banner img.banner-1400-1080 {
        display: block; } }
    @media screen and (max-width: 1080px) {
      .banner img.banner-tablet {
        display: none; }
      .banner img.banner-desktop {
        display: none; }
      .banner img.banner-1400-1080 {
        display: block; } }
    @media screen and (max-width: 767px) {
      .banner img.banner-tablet {
        display: block; }
      .banner img.banner-1400-1080 {
        display: none; } }
  .banner .banner-content {
    position: absolute;
    left: 68px;
    top: 50%;
    max-width: 354px;
    text-align: center;
    color: white; }
    .banner .banner-content.banner-caption-outer {
      left: 0;
      width: 100%;
      max-width: 100%;
      top: 0;
      height: 100%;
      display: flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 50px 15px 20px;
      transform: translate(0, 0%); }
      @media screen and (max-width: 1024px) {
        .banner .banner-content.banner-caption-outer .banner-link {
          padding-bottom: 2%;
          max-width: 334px; } }
      @media screen and (max-width: 991px) {
        .banner .banner-content.banner-caption-outer .banner-link {
          position: relative;
          top: 12px; } }
      @media screen and (max-width: 767px) {
        .banner .banner-content.banner-caption-outer {
          padding: 50px 15px 20px; }
          .banner .banner-content.banner-caption-outer .banner-link {
            max-width: 220px;
            padding-bottom: 5%; } }
    @media screen and (max-width: 767px) and (max-width: 479px) {
      .banner .banner-content.banner-caption-outer .banner-link {
        padding-bottom: 5%; } }
      @media screen and (max-width: 767px) {
            .banner .banner-content.banner-caption-outer .banner-link .shop-btn {
              padding: 12px 30px 15px;
              font-size: 16px; } }
      @media screen and (max-width: 767px) and (max-width: 479px) {
        .banner .banner-content.banner-caption-outer .banner-link .shop-btn {
          padding: 12px 30px 15px; } }
      @media screen and (max-width: 767px) {
              .banner .banner-content.banner-caption-outer .banner-link .shop-btn span:after {
                bottom: 1px; } }
      @media screen and (min-width: 768px) {
        .banner .banner-content.banner-caption-outer {
          height: auto;
          width: auto;
          left: 2%;
          top: 24%;
          -webkit-transform: translateY(-23%);
          -moz-transform: translateY(-23%);
          -ms-transform: translateY(-23%);
          -o-transform: translateY(-23%);
          transform: translateY(-23%); } }
      @media screen and (min-width: 1600px) {
        .banner .banner-content.banner-caption-outer {
          left: 6%; } }
      @media screen and (min-width: 2000px) {
        .banner .banner-content.banner-caption-outer {
          left: 9%; } }
      @media only screen and (max-width: 1400px) and (min-width: 1366px) {
        .banner .banner-content.banner-caption-outer {
          left: -22px; }
          .banner .banner-content.banner-caption-outer .banner-caption p,
          .banner .banner-content.banner-caption-outer .banner-caption h1 {
            font-size: 32px;
            line-height: 38px;
            max-width: 300px; }
            .banner .banner-content.banner-caption-outer .banner-caption p span,
            .banner .banner-content.banner-caption-outer .banner-caption h1 span {
              font-size: 32px;
              line-height: 38px; } }
      @media only screen and (max-width: 1400px) and (min-width: 1080px) {
        .banner .banner-content.banner-caption-outer p {
          font-size: 22px !important;
          line-height: 28px !important; }
          .banner .banner-content.banner-caption-outer p span {
            font-size: 22px !important;
            line-height: 28px !important; } }
      @media only screen and (max-width: 1080px) and (min-width: 768px) {
        .banner .banner-content.banner-caption-outer p {
          font-size: 20px !important;
          line-height: 28px !important; }
          .banner .banner-content.banner-caption-outer p span {
            font-size: 20px !important;
            line-height: 28px !important; } }
      @media only screen and (max-width: 1400px) and (min-width: 768px) {
        .banner .banner-content.banner-caption-outer {
          top: 55%;
          -webkit-transform: translateY(-55%);
          -moz-transform: translateY(-55%);
          -ms-transform: translateY(-55%);
          -o-transform: translateY(-55%);
          transform: translateY(-55%);
          left: 0;
          right: 0;
          height: 100%; }
          .banner .banner-content.banner-caption-outer .banner-caption {
            padding-top: 0;
            margin: 30px auto 0px auto;
            max-width: 570px; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 1024px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -21px auto 0; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 991px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -25px auto 0; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 930px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -28px auto 0; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 900px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -32px auto 0; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 870px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -34px auto 0; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 830px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -39px auto 0; } }
    @media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
      .banner .banner-content.banner-caption-outer .banner-caption {
        margin: -18px auto 0; } }
      @media only screen and (max-width: 1400px) and (min-width: 768px) {
            .banner .banner-content.banner-caption-outer .banner-caption p,
            .banner .banner-content.banner-caption-outer .banner-caption h1 {
              color: #fff;
              max-width: 190px; }
              .banner .banner-content.banner-caption-outer .banner-caption p span,
              .banner .banner-content.banner-caption-outer .banner-caption h1 span {
                display: block;
                color: #fff; } }
      @media screen and (max-width: 575px) {
        .banner .banner-content.banner-caption-outer {
          padding: 20px 15px !important; } }
    @media screen and (max-width: 1500px) {
      .banner .banner-content {
        top: 44%; } }
    @media screen and (max-width: 1080px) {
      .banner .banner-content {
        left: 25px;
        top: 36%; } }
    @media screen and (max-width: 991px) {
      .banner .banner-content {
        left: 15px;
        top: 26%; } }
    @media screen and (max-width: 767px) {
      .banner .banner-content {
        left: 50%;
        top: 70px;
        margin-top: 0px;
        width: 300px;
        transform: translate(-50%, 0%); } }
    .banner .banner-content .banner-link {
      padding-bottom: 3%;
      max-width: 240px;
      width: 100%;
      margin: 0px auto; }
      @media screen and (max-width: 767px) {
        .banner .banner-content .banner-link {
          float: left; } }
      .banner .banner-content .banner-link a span {
        letter-spacing: 1px;
        line-height: 23px;
        white-space: nowrap; }
      .banner .banner-content .banner-link .shop-btn {
        background: #fe5000;
        display: block;
        font-size: 16px;
        width: 213px;
        padding: 12px 30px 15px;
        margin: 0px auto; }
        @media screen and (max-width: 1366px) {
          .banner .banner-content .banner-link .shop-btn {
            margin: 0px auto;
            padding: 12px 30px 15px; } }
        .banner .banner-content .banner-link .shop-btn span:hover {
          color: #fff; }
        .banner .banner-content .banner-link .shop-btn:hover {
          background: #00263e;
          color: #fff; }
      @media (max-width: 1380px) {
        .banner .banner-content .banner-link {
          padding-bottom: 2%; } }
      @media (max-width: 1199px) {
        .banner .banner-content .banner-link {
          padding-bottom: 2%; } }
      @media (max-width: 991px) {
        .banner .banner-content .banner-link {
          padding-bottom: 2%; } }
      @media (max-width: 767px) {
        .banner .banner-content .banner-link {
          padding-bottom: 3%; } }
      @media screen and (max-width: 767px) {
        .banner .banner-content .banner-link a {
          font-size: 16px; } }
    .banner .banner-content .banner-caption {
      padding-top: 5.5%;
      margin-bottom: 20px;
      width: 350px;
      margin: 0 auto;
      margin-bottom: 36px; }
      @media (min-width: 768px) {
        .banner .banner-content .banner-caption {
          margin: 0 0 36px 0; }
          .banner .banner-content .banner-caption p,
          .banner .banner-content .banner-caption h1 {
            font-size: 83px;
            line-height: 90px;
            color: #00263e; }
            .banner .banner-content .banner-caption p span,
            .banner .banner-content .banner-caption h1 span {
              /*font-size: 36px !important;*/
              /*	line-height: 42px;*/
              color: #00263e;
              display: block;
              /* @media only screen and (max-width: 991px) and (min-width: 768px){
							font-size: 18px !important;
							} */ } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .banner .banner-content .banner-caption p span,
        .banner .banner-content .banner-caption h1 span {
          /*font-size: 36px !important;*/
          /*line-height: 42px;*/ } }
      @media (max-width: 991px) and (min-width: 768px) {
        .banner .banner-content .banner-caption {
          margin: 0 0 20px 0; } }
      @media (min-width: 1600px) {
        .banner .banner-content .banner-caption {
          max-width: 350px; } }
      @media (max-width: 1380px) and (min-width: 1080px) {
        .banner .banner-content .banner-caption {
          padding-top: 4%; } }
      @media (max-width: 1079px) {
        .banner .banner-content .banner-caption {
          max-width: 570px; } }
      @media (max-width: 991px) {
        .banner .banner-content .banner-caption {
          padding-top: 2%;
          /* max-width: 310px; */ } }
      @media (max-width: 767px) {
        .banner .banner-content .banner-caption {
          max-width: 215px;
          padding-top: 7%; } }
      @media (max-width: 575px) {
        .banner .banner-content .banner-caption {
          padding-top: 12%; } }
      @media (max-width: 479px) {
        .banner .banner-content .banner-caption {
          padding-top: 10%; } }
      @media (max-width: 375px) {
        .banner .banner-content .banner-caption {
          padding-top: 5%; } }
      .banner .banner-content .banner-caption p {
        font-size: 36px;
        line-height: 42px;
        /*	@media (max-width:1380px){
						font-size: 40px;
						line-height: 46px;
					}*/
        max-width: 600px;
        margin: 0 auto; }
        @media (max-width: 1024px) {
          .banner .banner-content .banner-caption p {
            font-size: 42px;
            line-height: 50px; } }
        @media (max-width: 1080px) {
          .banner .banner-content .banner-caption p {
            font-size: 36px;
            /*line-height: 42px;*/ } }
        @media (max-width: 991px) {
          .banner .banner-content .banner-caption p {
            font-size: 32px;
            /*line-height: 38px;*/ } }
        @media (max-width: 767px) {
          .banner .banner-content .banner-caption p {
            color: white;
            font-size: 22px;
            line-height: 28px; } }
        .banner .banner-content .banner-caption p span {
          font-size: 36px;
          line-height: 42px;
          margin-top: 0;
          display: block; }
          @media (max-width: 767px) {
            .banner .banner-content .banner-caption p span {
              font-size: 22px;
              line-height: 28px; } }
  .banner .banner-logo-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 8%;
    left: 6.85%; }
    @media (min-width: 1921px) {
      .banner .banner-logo-group {
        left: 9.7%; } }
    @media (max-width: 1599px) {
      .banner .banner-logo-group {
        left: 3%;
        bottom: 15px; } }
    @media (max-width: 1400px) {
      .banner .banner-logo-group {
        flex-direction: column;
        top: 38px;
        bottom: auto;
        left: 17px; } }
    @media (max-width: 1024px) {
      .banner .banner-logo-group {
        top: 4%;
        bottom: auto; } }
    @media (max-width: 767px) {
      .banner .banner-logo-group {
        display: none; } }
    .banner .banner-logo-group i {
      display: inline-block; }
      .banner .banner-logo-group i img {
        max-width: 100%;
        height: auto; }
      .banner .banner-logo-group i.which-logo {
        margin-right: 30px;
        position: relative;
        max-width: 155px;
        margin-bottom: 12px; }
        @media (max-width: 1400px) {
          .banner .banner-logo-group i.which-logo {
            margin-right: 0;
            margin-bottom: 22px; } }
        @media (max-width: 1024px) {
          .banner .banner-logo-group i.which-logo {
            max-width: 135px; } }
        .banner .banner-logo-group i.which-logo:after {
          position: absolute;
          right: -20px;
          width: 2px;
          background-color: #000000;
          content: '';
          top: 27px;
          height: 74px;
          box-shadow: -0.1px 0px 0px 0.1px black; }
          @media (max-width: 1400px) {
            .banner .banner-logo-group i.which-logo:after {
              display: none; } }
      .banner .banner-logo-group i.trust-logo {
        max-width: 140px; }
        .banner .banner-logo-group i.trust-logo .mobile {
          display: none; }
        @media (max-width: 1400px) {
          .banner .banner-logo-group i.trust-logo {
            margin: 0 auto; }
            .banner .banner-logo-group i.trust-logo .mobile {
              display: block; }
            .banner .banner-logo-group i.trust-logo .desktop {
              display: none; } }
  @media screen and (max-width: 767px) {
    .banner .banner-img {
      display: none; } }
  .banner .banner-img.mobile-banner {
    display: none; }
    @media screen and (max-width: 767px) {
      .banner .banner-img.mobile-banner {
        display: block; } }

.award-block {
  display: none;
  padding: 54px 15px; }
  .award-block .section-title {
    display: block;
    text-align: center;
    margin-bottom: 50px; }
  .award-block .logo-block {
    text-align: center;
    position: relative;
    margin-top: 25%; }
    .award-block .logo-block i {
      display: inline-block; }
      .award-block .logo-block i.which-logo {
        position: absolute;
        left: 50%;
        bottom: 78%;
        transform: translateX(-50%);
        max-width: 30%; }
      .award-block .logo-block i.product-img {
        margin-left: -3.5%; }
  .award-block .quote-block p {
    font-size: 24px;
    text-align: center; }
    .award-block .quote-block p span.orange-text {
      color: #fe5000; }
    .award-block .quote-block p span.break-line {
      display: block; }
    .award-block .quote-block p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .award-block {
      display: block; } }

/*--mattress-guide--*/
/*-- 27 Aug 2021 added by mansi --*/
.body {
  margin-bottom: 0; }

.award-page-listing li.active .listing-navigation {
  opacity: 1; }

.award-page-listing li .listing-navigation {
  height: 2px;
  width: 20px;
  background-color: #fe5000;
  display: inline-block;
  opacity: 0; }

a.link.white span {
  color: #fff; }
  a.link.white span:hover {
    color: #fe5000; }
  a.link.white span:before {
    background: #fe5000; }
  a.link.white span:after {
    background: #fff; }

a.link.orange span {
  color: #fe5000; }
  a.link.orange span:hover {
    color: #00263e; }
  a.link.orange span:before {
    background: #00263e; }
  a.link.orange span:after {
    background: #fe5000; }

.section-title {
  font-size: 16px;
  line-height: 20px;
  font-family: LuloCleanOne-Bold;
  text-transform: uppercase;
  color: #00263e;
  margin: 0;
  letter-spacing: 4.6px;
  position: relative;
  display: inline-block;
  padding: 0 27px; }
  @media screen and (max-width: 767px) {
    .section-title {
      letter-spacing: -1.4px; } }

a.link {
  display: inline-block; }
  a.link span {
    color: #00263e;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    letter-spacing: 1.8px;
    padding: 0 0 3px;
    transition: all .2s linear; }
    a.link span:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: #00263e; }
    a.link span:before {
      position: absolute;
      content: "";
      left: 0;
      right: 100%;
      bottom: 0;
      height: 2px;
      background: #fe5000;
      z-index: 5;
      transition: all .3s linear; }
    a.link span:hover {
      color: #fe5000; }
      a.link span:hover:before {
        right: 0; }

/*-- end 27 Aug 2021 added by mansi --*/
.section-mattress-guide {
  text-align: center;
  position: relative;
  padding: 80px 0 54px 0; }
  @media screen and (max-width: 767px) {
    .section-mattress-guide {
      padding: 54px 0 54px 0;
      min-height: 200px; } }
  .section-mattress-guide:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 357px;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white-1.png") no-repeat top center;
    background-size: 100%;
    opacity: 0.27;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .section-mattress-guide:after {
        background-position: bottom center;
        height: 250px; } }
  .section-mattress-guide:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 357px;
    background: #f6e8e2;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .section-mattress-guide:before {
        height: 250px; } }
  .section-mattress-guide .mattress-img {
    max-width: 760px;
    margin: 0 auto; }
    .section-mattress-guide .mattress-img .mobile-mattress {
      display: none; }
      @media (max-width: 767px) {
        .section-mattress-guide .mattress-img .mobile-mattress {
          display: block;
          margin: 0 auto; } }
    @media (max-width: 767px) {
      .section-mattress-guide .mattress-img .desktop-mattress {
        display: none; } }
  .section-mattress-guide h2 {
    margin: 0 0 21px 0; }
    @media screen and (max-width: 767px) {
      .section-mattress-guide h2 {
        margin: 0 0 27px 0; } }
    @media screen and (max-width: 360px) {
      .section-mattress-guide h2 {
        font-size: 16px; } }
  .section-mattress-guide p {
    line-height: 30px;
    color: #00263e;
    margin: 0 auto;
    max-width: 380px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .section-mattress-guide p {
        line-height: 23px; } }
  .section-mattress-guide a {
    margin: 41px auto 35px;
    letter-spacing: 1px !important; }
    .section-mattress-guide a span {
      letter-spacing: 1px !important; }

.section-bundle {
  padding: 78px 0 160px;
  background: #dce8ef;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .section-bundle {
      padding: 118px 0 81px; } }
  @media screen and (max-width: 767px) {
    .section-bundle {
      padding: 0 0 70px; } }
  .section-bundle:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white.png") repeat;
    opacity: 0.33; }
  .section-bundle .container {
    max-width: 1098px; }
    @media screen and (max-width: 1080px) {
      .section-bundle .container {
        max-width: 896px; } }
    .section-bundle .container .right-images {
      float: right;
      margin: 0 12px 0 30px;
      padding-right: 56px;
      position: relative;
      max-width: 50%; }
      @media screen and (max-width: 1200px) {
        .section-bundle .container .right-images {
          margin: 0 30px;
          max-width: 40%; } }
      @media screen and (max-width: 1023px) {
        .section-bundle .container .right-images {
          padding: 0;
          max-width: 40%; } }
      @media screen and (max-width: 767px) {
        .section-bundle .container .right-images {
          float: none;
          max-width: 100%;
          margin: 0 0 20px 0;
          text-align: center; } }
      .section-bundle .container .right-images .img-n {
        z-index: 5;
        position: relative; }
        @media screen and (max-width: 767px) {
          .section-bundle .container .right-images .img-n {
            display: none; } }
      .section-bundle .container .right-images .img-n + .img-n {
        position: absolute;
        right: 0;
        top: 79px;
        z-index: 0;
        bottom: -79px;
        left: 56px;
        overflow: hidden; }
        @media screen and (max-width: 1080px) {
          .section-bundle .container .right-images .img-n + .img-n {
            top: 39px;
            bottom: -29px; } }
        @media screen and (max-width: 1023px) {
          .section-bundle .container .right-images .img-n + .img-n {
            display: none; } }
      .section-bundle .container .right-images .img-mobile {
        display: none; }
        @media screen and (max-width: 767px) {
          .section-bundle .container .right-images .img-mobile {
            display: block;
            margin: 0 -15px; } }
    .section-bundle .container .bundle-text-outer {
      margin: 0 0 0 -12px;
      padding: 75px 0 0 0;
      max-width: 90%; }
      @media screen and (max-width: 1080px) {
        .section-bundle .container .bundle-text-outer {
          padding: 17px 0 0 0; } }
      @media screen and (max-width: 1200px) {
        .section-bundle .container .bundle-text-outer {
          margin: 0 auto; } }
      @media screen and (max-width: 1023px) {
        .section-bundle .container .bundle-text-outer {
          padding: 40px 0 0; } }
      @media screen and (max-width: 767px) {
        .section-bundle .container .bundle-text-outer {
          padding: 0; } }
      .section-bundle .container .bundle-text-outer .bundle-text {
        text-align: center;
        max-width: 476px;
        background: white;
        border: 2px solid #00263e;
        padding: 60px 85px 39px; }
        @media screen and (max-width: 1080px) {
          .section-bundle .container .bundle-text-outer .bundle-text {
            max-width: 42%;
            padding: 71px 40px 44px 40px; } }
        @media screen and (max-width: 1023px) {
          .section-bundle .container .bundle-text-outer .bundle-text {
            padding: 60px; } }
        @media screen and (max-width: 767px) {
          .section-bundle .container .bundle-text-outer .bundle-text {
            max-width: 90%;
            padding: 60px 15% 60px;
            margin: 0 auto;
            margin-top: -153px;
            z-index: 12;
            position: relative; } }
        @media screen and (max-width: 480px) {
          .section-bundle .container .bundle-text-outer .bundle-text {
            padding: 50px 15% 50px; } }
        .section-bundle .container .bundle-text-outer .bundle-text .trust-img {
          margin-bottom: 20px; }
        .section-bundle .container .bundle-text-outer .bundle-text h2 {
          /* padding:14px; */
          margin: 0 0 14px 0;
          padding: 0; }
          @media screen and (max-width: 1080px) {
            .section-bundle .container .bundle-text-outer .bundle-text h2 {
              margin: 10px 0 20px;
              padding: 0 15px; } }
          @media screen and (max-width: 767px) {
            .section-bundle .container .bundle-text-outer .bundle-text h2 {
              margin: 0 0 20px; } }
        .section-bundle .container .bundle-text-outer .bundle-text p {
          margin: 0;
          line-height: 30px;
          padding-bottom: 33px; }
          @media screen and (max-width: 1080px) {
            .section-bundle .container .bundle-text-outer .bundle-text p {
              padding-bottom: 29px; } }
          @media screen and (max-width: 767px) {
            .section-bundle .container .bundle-text-outer .bundle-text p {
              line-height: 23px;
              padding-bottom: 20px; } }
      @media screen and (max-width: 1199px) {
        .section-bundle .container .bundle-text-outer.text-trust-section .bundle-text {
          max-width: 526px; } }
      @media screen and (max-width: 1080px) {
        .section-bundle .container .bundle-text-outer.text-trust-section .bundle-text {
          max-width: 416px; } }
      @media screen and (max-width: 991px) {
        .section-bundle .container .bundle-text-outer.text-trust-section .bundle-text {
          max-width: 376px;
          padding: 30px; } }
      @media screen and (max-width: 1080px) {
        .section-bundle .container .bundle-text-outer.text-trust-section {
          max-width: 100%; } }
      .section-bundle .container .bundle-text-outer .bundle-link {
        text-align: center;
        max-width: 476px;
        padding: 65px 13px 0 0; }
        @media screen and (max-width: 1080px) {
          .section-bundle .container .bundle-text-outer .bundle-link {
            padding: 60px 0 0 0;
            max-width: 42%; } }
        @media screen and (max-width: 767px) {
          .section-bundle .container .bundle-text-outer .bundle-link {
            padding: 0;
            max-width: 100%;
            margin-top: -25px;
            position: relative;
            z-index: 12; }
            .section-bundle .container .bundle-text-outer .bundle-link a {
              background: #fe5000;
              padding: 12px 30px 15px 30px; }
              .section-bundle .container .bundle-text-outer .bundle-link a span {
                color: white; }
                .section-bundle .container .bundle-text-outer .bundle-link a span:after {
                  background: white; }
                .section-bundle .container .bundle-text-outer .bundle-link a span:before {
                  transition: none;
                  -webkit-transition: none; }
              .section-bundle .container .bundle-text-outer .bundle-link a:hover {
                background: #00263e; }
                .section-bundle .container .bundle-text-outer .bundle-link a:hover span {
                  color: white; }
                  .section-bundle .container .bundle-text-outer .bundle-link a:hover span:before {
                    background: white;
                    right: 0; } }

/*--promise-section--*/
.homepage .section-promise ul li {
  max-width: inherit; }

.section-promise {
  padding: 100px 0 138px 0;
  text-align: center; }
  @media screen and (max-width: 1080px) {
    .section-promise {
      padding: 100px 0; } }
  @media screen and (max-width: 767px) {
    .section-promise {
      padding: 75px 0 117px; } }
  .section-promise .container {
    max-width: 1098px; }
  .section-promise h2 {
    margin: 0 0 93px 0; }
    @media screen and (max-width: 1200px) {
      .section-promise h2 {
        margin-bottom: 70px; } }
  .section-promise ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .section-promise ul {
        display: block; } }
    .section-promise ul li {
      padding: 0 10px 56px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .section-promise ul li {
          width: auto;
          max-width: inherit;
          padding: 0 0 35px;
          min-height: 140px; } }
      .section-promise ul li .promise-img {
        min-height: 125px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-promise ul li .promise-img img {
          margin: 0 auto;
          /*@media screen and (max-width:767px){	
							width:130px;
						}*/ }
      .section-promise ul li > p {
        margin: 0 auto;
        max-width: 110px;
        line-height: 18px; }
        @media screen and (max-width: 767px) {
          .section-promise ul li > p {
            padding: 5px 0 0; }
            .section-promise ul li > p br {
              display: none; } }
  .section-promise .promise-list .slick-dots {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-promise .promise-list .slick-dots {
        display: block;
        bottom: -65px; } }
    .section-promise .promise-list .slick-dots li {
      width: auto;
      padding: 0 8px;
      min-height: inherit; }
      .section-promise .promise-list .slick-dots li button {
        border-color: #00263e;
        width: 18px;
        height: 18px; }
        .section-promise .promise-list .slick-dots li button:before {
          width: 18px;
          height: 18px; }
    .section-promise .promise-list .slick-dots .slick-active button:before {
      background: #00263e; }
  .section-promise .promise-list .slick-prev:before,
  .section-promise .promise-list .slick-next:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
    opacity: 0.4; }

.section-gallery {
  background: black; }
  .section-gallery .gallery-top {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .section-gallery .gallery-top {
        display: block; } }
    .section-gallery .gallery-top .image-box {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .section-gallery .gallery-top .image-box {
          width: 100%; } }
  .section-gallery .gallery-bottom {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .section-gallery .gallery-bottom {
        display: block; } }
    .section-gallery .gallery-bottom .image-box {
      width: 33.33%; }
      @media screen and (max-width: 767px) {
        .section-gallery .gallery-bottom .image-box {
          width: 100%; } }
  .section-gallery .image-box {
    width: 50%;
    position: relative;
    overflow: hidden; }
    .section-gallery .image-box a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .section-gallery .image-box img {
      width: 100%;
      opacity: 0.74;
      transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear; }
    .section-gallery .image-box:hover img {
      transform: scale(1.06); }
    .section-gallery .image-box span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      color: white;
      font-family: "LuloCleanOne-Bold";
      font-size: 23px;
      text-transform: uppercase;
      line-height: 36px;
      display: table;
      text-align: center;
      padding: 0 20px; }
      @media screen and (max-width: 1023px) {
        .section-gallery .image-box span {
          font-size: 19px;
          line-height: 27px; } }
      .section-gallery .image-box span:after {
        position: absolute;
        content: '';
        right: -1px;
        top: -11px;
        height: 12px;
        width: 12px;
        background: url(../img/cross.png) no-repeat;
        background-size: cover; }
      .section-gallery .image-box span.large-text {
        width: 323px; }
        @media (max-width: 1023px) {
          .section-gallery .image-box span.large-text {
            width: 273px; } }
        @media (max-width: 920px) {
          .section-gallery .image-box span.large-text {
            width: auto; } }
        @media (max-width: 767px) {
          .section-gallery .image-box span.large-text {
            width: 273px; } }

/*--Shop section--*/
.section-shop {
  padding: 100px 0 100px;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .section-shop {
      padding: 100px 0; } }
  @media screen and (max-width: 1080px) {
    .section-shop {
      padding: 70px 0; } }
  .section-shop:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/great-british-brands-bg.jpg") no-repeat center bottom;
    background-size: cover;
    width: 22.2%;
    right: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .section-shop:after {
        width: 40%; } }
  .section-shop .container {
    max-width: 1270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1080px) {
      .section-shop .container {
        max-width: 902px; } }
    .section-shop .container .shop-img {
      order: 2;
      margin: 0 0 0 84px;
      max-width: 50%; }
      .section-shop .container .shop-img img {
        width: 100%;
        max-width: 400px; }
      @media screen and (max-width: 1200px) {
        .section-shop .container .shop-img {
          margin: 0 0 0 30px; } }
      @media (max-width: 1080px) {
        .section-shop .container .shop-img .show-desktop-only {
          display: none; } }
      @media (max-width: 991px) {
        .section-shop .container .shop-img {
          margin: 0 0 0 30px; } }
      @media screen and (max-width: 767px) {
        .section-shop .container .shop-img {
          order: 1; } }
      @media (min-width: 1081px) {
        .section-shop .container .shop-img .show-tablet-only {
          display: none; } }
      @media screen and (max-width: 767px) {
        .section-shop .container .shop-img {
          max-width: 100%;
          float: none;
          margin: 0 0 0 0;
          text-align: center; } }
    .section-shop .container .shop-dtl {
      padding: 73px 0 0 100px;
      max-width: 50%;
      float: left;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .section-shop .container .shop-dtl {
          padding: 20px 0 0 80px;
          max-width: 50%; } }
      @media (max-width: 1080px) {
        .section-shop .container .shop-dtl {
          padding: 45px 0 0 0;
          max-width: 45%; } }
      @media screen and (max-width: 767px) {
        .section-shop .container .shop-dtl {
          text-align: center;
          padding: 0;
          max-width: inherit;
          float: none;
          order: 2;
          margin: 0 auto;
          background: white;
          max-width: 376px;
          padding: 30px; } }
      .section-shop .container .shop-dtl h2 {
        padding: 0 15px 23px 0; }
        @media screen and (max-width: 991px) {
          .section-shop .container .shop-dtl h2 {
            padding: 0 23px 23px 0px; } }
        @media screen and (max-width: 767px) {
          .section-shop .container .shop-dtl h2 {
            padding: 10px 23px 23px 0px; } }
      .section-shop .container .shop-dtl p {
        padding: 0 0 13px 0;
        line-height: 30px; }
        @media screen and (max-width: 1023px) {
          .section-shop .container .shop-dtl p {
            padding: 0 0 0;
            line-height: 23px; } }
      .section-shop .container .shop-dtl img.cross-img {
        display: none; }
      @media screen and (max-width: 767px) {
        .section-shop .container .shop-dtl a {
          background: #fe5000;
          padding: 12px 25px 15px 25px;
          margin-top: -22px;
          position: absolute;
          bottom: -30px;
          left: 50%;
          transform: translateX(-50%); }
          .section-shop .container .shop-dtl a span {
            color: white; }
            .section-shop .container .shop-dtl a span:after {
              background: white; }
            .section-shop .container .shop-dtl a span:before {
              transition: none;
              -webkit-transition: none; }
          .section-shop .container .shop-dtl a:hover {
            background: #00263e; }
            .section-shop .container .shop-dtl a:hover span {
              color: white; }
              .section-shop .container .shop-dtl a:hover span:before {
                background: white;
                right: 0; }
        .section-shop .container .shop-dtl img.cross-img {
          display: block;
          margin: 50px auto 0; } }

/*--meet us--*/
.meet-text-wrapper {
  width: 100%; }
  @media (max-width: 1200px) {
    .meet-text-wrapper {
      margin-top: 40px; } }
  .meet-text-wrapper p {
    font-size: 24px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .meet-text-wrapper p {
        font-size: 20px;
        line-height: 26px; } }

.section-meet-us {
  background: #00263e;
  position: relative;
  padding: 120px 0 126px;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .section-meet-us {
      padding: 90px 0; } }
  .section-meet-us:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white-1.png") no-repeat;
    background-size: cover;
    opacity: 0.09;
    z-index: 0; }
  .section-meet-us .container {
    max-width: 1205px;
    position: relative;
    z-index: 2; }
    .section-meet-us .container h2 {
      text-align: center;
      padding-bottom: 115px; }
      @media screen and (max-width: 1200px) {
        .section-meet-us .container h2 {
          padding-bottom: 92px; } }
    .section-meet-us .container .meet-us-block {
      padding-left: 22px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .section-meet-us .container .meet-us-block {
          padding-left: 0; } }
      .section-meet-us .container .meet-us-block .meet-us-img {
        float: right;
        margin-left: 65px;
        width: 63%;
        text-align: right;
        position: relative;
        padding: 21px 0 201px; }
        @media screen and (max-width: 1200px) {
          .section-meet-us .container .meet-us-block .meet-us-img {
            max-width: 70%;
            margin-left: 40px; } }
        @media screen and (max-width: 1080px) {
          .section-meet-us .container .meet-us-block .meet-us-img {
            max-width: 100%;
            width: 100%;
            margin: 0 0 20px 0;
            float: none;
            text-align: left;
            padding: 440px 0 85px 76px; } }
        @media screen and (max-width: 1023px) {
          .section-meet-us .container .meet-us-block .meet-us-img {
            padding-left: 0; } }
        @media screen and (max-width: 767px) {
          .section-meet-us .container .meet-us-block .meet-us-img {
            text-align: center;
            padding-top: 0; } }
        .section-meet-us .container .meet-us-block .meet-us-img .imgs {
          display: inline-block; }
          .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1 {
            position: relative; }
            .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1:after {
              position: absolute;
              content: '';
              left: 100%;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              width: 5000px;
              height: 3px;
              background: url(../img/dots.png) repeat-X; }
            .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1:before {
              position: absolute;
              content: '';
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              height: 88px;
              width: 3px;
              background: url(../img/dots-2.png) repeat-Y;
              display: none; }
            @media screen and (max-width: 1080px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1 {
                z-index: 2; }
                .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1:before {
                  display: block; }
                .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1:after {
                  display: none; } }
            @media screen and (max-width: 767px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-1 {
                display: block;
                text-align: right;
                margin: 0 auto;
                max-width: 90%; } }
          .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2 {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            max-width: 317px; }
            @media screen and (max-width: 1080px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2 {
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%); } }
            @media screen and (max-width: 767px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2 {
                position: static;
                transform: translateX(0);
                -webkit-transform: translateX(0);
                margin: 0 auto -80px; } }
            .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2:after {
              position: absolute;
              content: '';
              bottom: 100%;
              left: 50%;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              height: 88px;
              width: 3px;
              background: url(../img/dots-2.png) repeat-Y; }
            .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2:before {
              position: absolute;
              content: '';
              left: 100%;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              width: 5000px;
              height: 3px;
              background: url(../img/dots.png) repeat-X;
              display: none; }
            @media screen and (max-width: 1080px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2:before {
                display: block; } }
            @media screen and (max-width: 767px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-2:before {
                display: none; } }
          .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3 {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 3; }
            @media screen and (max-width: 1080px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3 {
                bottom: auto;
                top: 385px;
                transform: translateX(0);
                -webkit-transform: translateX(0); } }
            @media screen and (max-width: 767px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3 {
                left: 0;
                max-width: 45%;
                top: 35%; } }
            .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3:after {
              position: absolute;
              content: '';
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              height: 500px;
              width: 3px;
              background: url(../img/dots-2.png) repeat-Y; }
              @media screen and (max-width: 1080px) {
                .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3:after {
                  display: none; } }
            .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3:before {
              position: absolute;
              content: '';
              left: 100%;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              width: 5000px;
              height: 3px;
              background: url(../img/dots.png) repeat-X; }
            @media screen and (max-width: 767px) {
              .section-meet-us .container .meet-us-block .meet-us-img .imgs.img-3:before {
                display: none; } }
      .section-meet-us .container .meet-us-block .meet-us-text {
        overflow: hidden; }
        @media screen and (max-width: 1080px) {
          .section-meet-us .container .meet-us-block .meet-us-text {
            max-width: 745px;
            margin: 0 auto; } }
        @media screen and (max-width: 767px) {
          .section-meet-us .container .meet-us-block .meet-us-text {
            text-align: center; } }
        .section-meet-us .container .meet-us-block .meet-us-text p {
          color: white;
          font-size: 32px;
          line-height: 42px;
          font-weight: 400;
          margin: 0;
          padding-bottom: 34px; }
          @media screen and (max-width: 1200px) {
            .section-meet-us .container .meet-us-block .meet-us-text p {
              font-size: 30px;
              line-height: 36px;
              padding-bottom: 25px; } }
          @media screen and (max-width: 767px) {
            .section-meet-us .container .meet-us-block .meet-us-text p {
              font-size: 24px;
              line-height: 29px;
              padding-bottom: 20px;
              text-align: center; } }
        .section-meet-us .container .meet-us-block .meet-us-text > span {
          display: block;
          color: #fe5000;
          font-weight: 400;
          line-height: 20px;
          padding-bottom: 66px; }
          @media screen and (max-width: 767px) {
            .section-meet-us .container .meet-us-block .meet-us-text > span {
              text-align: center; } }
          .section-meet-us .container .meet-us-block .meet-us-text > span b {
            display: block; }

/*--finest-material-section--*/
.finest-material-section {
  position: relative;
  overflow: hidden; }
  .finest-material-section .finest-material-left {
    width: 50%;
    float: left; }
    .finest-material-section .finest-material-left img {
      width: 100%;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      .finest-material-section .finest-material-left {
        width: auto;
        float: none; } }
  .finest-material-section .finest-material-right {
    float: left;
    width: 50%; }
    .finest-material-section .finest-material-right img {
      width: 100%;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      .finest-material-section .finest-material-right {
        width: auto;
        float: none; } }
  .finest-material-section .finest-material-content {
    position: absolute;
    max-width: 598px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #00263e;
    color: white;
    padding: 73px 80px 59px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .finest-material-section .finest-material-content {
        padding: 40px 30px 40px; } }
    @media screen and (max-width: 767px) {
      .finest-material-section .finest-material-content {
        padding: 40px 50px 40px;
        margin: 0 auto;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        left: 0;
        right: 0;
        width: auto;
        max-width: 80%; } }
    @media screen and (max-width: 480px) {
      .finest-material-section .finest-material-content {
        padding: 40px 15px 40px; } }
    .finest-material-section .finest-material-content h2 {
      margin-bottom: 34px; }
      @media screen and (max-width: 767px) {
        .finest-material-section .finest-material-content h2 {
          margin-bottom: 20px;
          font-size: 15px; } }
    .finest-material-section .finest-material-content p {
      line-height: 1.5;
      font-size: 16px;
      margin: 0;
      padding-bottom: 47px; }

.trust-img {
  margin-bottom: 3px; }

/*@media screen and (max-width:1199px){
.text-trust-section{
	&.bundle-text-outer {
		max-width: 100%;
	}
	.bundle-text {
		max-width: 526px;
	}
}
}*/
/* british-brand-page-start*/
.british-brand-block {
  background-color: #e1eef7; }
  .british-brand-block:after {
    display: none; }
  .british-brand-block .container h2 {
    padding-bottom: 80px; }
    @media (max-width: 1200px) {
      .british-brand-block .container h2 {
        padding-bottom: 92px; } }
    @media (max-width: 767px) {
      .british-brand-block .container h2 {
        padding-bottom: 60px; } }
  .british-brand-block .container h1 {
    font-size: 12px;
    line-height: 21px;
    color: #00263e;
    font-family: 'LuloCleanOne-Bold';
    margin-top: 25px;
    margin-bottom: 30px; }
    @media (max-width: 1280px) {
      .british-brand-block .container h1 {
        margin-top: 22px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .british-brand-block .container h1 {
        font-size: 10px;
        line-height: 21px;
        margin-bottom: 10px; } }
  .british-brand-block .section-title.white {
    color: #00263e; }
  .british-brand-block .container .meet-us-block {
    display: flex;
    flex-wrap: wrap; }
    .british-brand-block .container .meet-us-block .meet-us-img {
      float: none;
      width: 61%;
      order: 2;
      padding-right: 60px;
      padding-bottom: 100px; }
      @media (max-width: 1200px) {
        .british-brand-block .container .meet-us-block .meet-us-img {
          padding-bottom: 0; } }
      @media (max-width: 1080px) {
        .british-brand-block .container .meet-us-block .meet-us-img {
          width: 100%;
          order: 1;
          padding: 0;
          text-align: center; } }
      .british-brand-block .container .meet-us-block .meet-us-img .imgs.img-2 {
        max-width: 485px;
        position: static;
        top: inherit;
        left: inherit; }
        @media (max-width: 1399px) {
          .british-brand-block .container .meet-us-block .meet-us-img .imgs.img-2 {
            max-width: 437px; } }
        @media (max-width: 1080px) {
          .british-brand-block .container .meet-us-block .meet-us-img .imgs.img-2 {
            max-width: 400px;
            transform: none; } }
        @media (max-width: 767px) {
          .british-brand-block .container .meet-us-block .meet-us-img .imgs.img-2 {
            max-width: 325px;
            margin: 0; } }
        .british-brand-block .container .meet-us-block .meet-us-img .imgs.img-2:before {
          display: none; }
        .british-brand-block .container .meet-us-block .meet-us-img .imgs.img-2:after {
          display: none; }
    .british-brand-block .container .meet-us-block .meet-us-text {
      width: 31%;
      order: 1; }
      @media (max-width: 1080px) {
        .british-brand-block .container .meet-us-block .meet-us-text {
          max-width: 745px;
          margin: 0 auto; } }
      @media (max-width: 1080px) {
        .british-brand-block .container .meet-us-block .meet-us-text {
          width: 100%;
          order: 2; } }
      .british-brand-block .container .meet-us-block .meet-us-text p {
        color: #00263e;
        padding-top: 40px; }
      .british-brand-block .container .meet-us-block .meet-us-text .shop-btn {
        background: #fe5000;
        display: inline-block;
        font-size: 16px;
        padding: 12px 30px 15px; }
        @media (max-width: 767px) {
          .british-brand-block .container .meet-us-block .meet-us-text .shop-btn {
            margin: 0 auto; } }
        .british-brand-block .container .meet-us-block .meet-us-text .shop-btn:hover {
          background: #00263e;
          color: #fff; }
        .british-brand-block .container .meet-us-block .meet-us-text .shop-btn span {
          letter-spacing: 1px;
          line-height: 23px;
          white-space: nowrap; }
          .british-brand-block .container .meet-us-block .meet-us-text .shop-btn span:hover {
            color: #fff; }

.brand-detail {
  background-color: #00263e;
  position: relative;
  padding: 160px 0 150px;
  text-align: center; }
  .brand-detail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/listing-bg.png");
    opacity: 0.09; }
  @media (max-width: 767px) {
    .brand-detail {
      padding: 100px 0; } }
  .brand-detail p {
    color: #fff;
    max-width: 782px;
    width: 100%;
    margin: 0 auto 60px;
    font-size: 32px;
    line-height: 41px; }
    @media (max-width: 767px) {
      .brand-detail p {
        font-size: 28px;
        line-height: 34px; } }
  .brand-detail h2 {
    color: #fe5000;
    letter-spacing: 2.9px; }
  .brand-detail:after {
    background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/listing-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.09; }

/* british-brand-page-end*/
/* award-page-start*/
.award-page-listing {
  background-color: #00263e;
  position: relative; }
  .award-page-listing .container {
    position: relative;
    z-index: 1; }
  .award-page-listing:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/listing-bg.png");
    opacity: 0.09;
    z-index: 0; }
  .award-page-listing .promise-list {
    align-items: flex-start; }
    @media (min-width: 768px) {
      .award-page-listing .promise-list {
        padding: 0 60px; } }
    @media (min-width: 1281px) {
      .award-page-listing .promise-list {
        padding: 0; } }
    .award-page-listing .promise-list .inner-list {
      padding-bottom: 0;
      cursor: pointer;
      position: relative; }
      .award-page-listing .promise-list .inner-list:focus {
        outline: 0; }
      @media (max-width: 767px) {
        .award-page-listing .promise-list .inner-list {
          padding-top: 125px; } }
      .award-page-listing .promise-list .inner-list h4 {
        color: #fff;
        font-size: 32px;
        line-height: 1.3125;
        margin: 0;
        padding-bottom: 50px;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%; }
        @media (max-width: 767px) {
          .award-page-listing .promise-list .inner-list h4 {
            display: block;
            padding: 0 20px;
            min-height: 120px; }
            .award-page-listing .promise-list .inner-list h4 p {
              font-size: 20px;
              line-height: 28px;
              margin: 0;
              max-width: 100%; } }
      .award-page-listing .promise-list .inner-list .promise-img {
        margin-bottom: 30px;
        width: 122px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767px) {
          .award-page-listing .promise-list .inner-list .promise-img {
            margin-bottom: 10px; } }
        .award-page-listing .promise-list .inner-list .promise-img img {
          width: 100%; }
      .award-page-listing .promise-list .inner-list .promis-detail {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media (max-width: 767px) {
          .award-page-listing .promise-list .inner-list .promis-detail {
            display: none; } }
        .award-page-listing .promise-list .inner-list .promis-detail p {
          color: #FFFFFF;
          font-size: 16px;
          line-height: 20px;
          position: static;
          margin: 0 auto 10px;
          max-width: 134px;
          display: inline-block;
          width: 100%;
          min-height: 50px; }
          @media (max-width: 767px) {
            .award-page-listing .promise-list .inner-list .promis-detail p {
              margin-bottom: 70px;
              min-height: inherit; } }
    .award-page-listing .promise-list .slick-arrow {
      width: 55px;
      height: 55px;
      background: #fe5000;
      border: 1px solid transparent;
      display: none; }
      @media (max-width: 767px) {
        .award-page-listing .promise-list .slick-arrow {
          display: none !important; } }
      .award-page-listing .promise-list .slick-arrow:before {
        background-position: center center;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        width: 20px;
        height: 20px;
        opacity: 1;
        background-size: inherit; }
      .award-page-listing .promise-list .slick-arrow.slick-next {
        right: -70px; }
        .award-page-listing .promise-list .slick-arrow.slick-next:before {
          background-image: url(../img/product-slider-thumbnail-arrow-next.png); }
        @media (max-width: 1280px) {
          .award-page-listing .promise-list .slick-arrow.slick-next {
            right: 0; } }
      .award-page-listing .promise-list .slick-arrow.slick-prev {
        left: -70px; }
        .award-page-listing .promise-list .slick-arrow.slick-prev:before {
          background-image: url(../img/product-slider-thumbnail-arrow.png); }
        @media (max-width: 1280px) {
          .award-page-listing .promise-list .slick-arrow.slick-prev {
            left: 0; } }
      .award-page-listing .promise-list .slick-arrow:hover {
        background: rgba(0, 38, 62, 0.48); }
    @media (min-width: 768px) {
      .award-page-listing .promise-list .slick-dots {
        bottom: -80px;
        display: none !important; } }
    .award-page-listing .promise-list .slick-dots li {
      height: 30px;
      width: 30px; }
      .award-page-listing .promise-list .slick-dots li button {
        height: 16px;
        width: 16px;
        display: inline-block;
        border: 1px solid #fe5000; }
        .award-page-listing .promise-list .slick-dots li button:before {
          height: 16px;
          width: 16px;
          display: inline-block;
          border: 0;
          top: 0;
          border-radius: 50%;
          opacity: 0.4; }
    .award-page-listing .promise-list .slick-dots .slick-active button:before {
      opacity: 1;
      background-color: #fe5000; }
  .award-page-listing .title-slider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 160px;
    position: relative; }
    @media (max-width: 767px) {
      .award-page-listing .title-slider {
        display: none; } }
    .award-page-listing .title-slider li {
      width: 100%;
      max-width: 100%;
      display: none;
      position: absolute;
      padding: 0;
      top: 0px;
      transition: 2s; }
      .award-page-listing .title-slider li.active {
        display: block; }
      .award-page-listing .title-slider li h4 {
        padding-bottom: 50px;
        margin: 0; }
        .award-page-listing .title-slider li h4 p {
          color: #fff;
          font-size: 32px;
          line-height: 36px;
          width: 100%;
          max-width: 595px;
          margin: 0 auto; }

@media (min-width: 768px) {
  .award-page-listing.slide-counter .slick-slider .slick-list {
    transform: none !important;
    padding: 0 !important;
    width: 100% !important; } }

@media (min-width: 768px) {
  .award-page-listing.slide-counter .slick-slider .slick-list .slick-track {
    transform: none !important;
    width: 100% !important;
    display: flex; } }

@media (min-width: 768px) {
  .award-page-listing.slide-counter .slick-slider .slick-cloned {
    display: none !important; } }

.award-page-listing.slide-counter li .listing-navigation {
  height: 2px;
  width: 20px;
  background-color: #fe5000;
  display: inline-block;
  opacity: 0; }
  @media (max-width: 767px) {
    .award-page-listing.slide-counter li .listing-navigation {
      display: none; } }

.award-page-listing.slide-counter li.active .listing-navigation {
  opacity: 1; }

@media (min-width: 768px) {
  .award-page-listing.slide-counter .slick-dots {
    display: none !important; } }

@-webkit-keyframes slide {
  100% {
    left: 0; } }

@keyframes slide {
  100% {
    left: 0; } }

/* award-page-end*/
/* 29-01-2020 home page listing */
.homepage .section-promise.home-promise .promise-list {
  align-items: flex-start; }
  .homepage .section-promise.home-promise .promise-list li {
    outline: 0; }
  @media (min-width: 768px) {
    .homepage .section-promise.home-promise .promise-list .slick-list {
      padding: 0 !important;
      width: 100% !important; }
      .homepage .section-promise.home-promise .promise-list .slick-list .slick-track {
        transform: none !important;
        transition: none !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100% !important; }
        .homepage .section-promise.home-promise .promise-list .slick-list .slick-track li {
          width: 20% !important; }
          .homepage .section-promise.home-promise .promise-list .slick-list .slick-track li.slick-cloned {
            display: none; }
        .homepage .section-promise.home-promise .promise-list .slick-list .slick-track:before {
          display: none; }
    .homepage .section-promise.home-promise .promise-list .slick-dots {
      display: none !important; } }

/* 12-02-2020  elite wave technology  */
@media (max-width: 767px) {
  .wave-section.elite-layered-section .technology-listing .slick-dots li button {
    border: 1px solid #81d8d0; } }

@media (max-width: 767px) {
  .wave-section.elite-layered-section .technology-listing .slick-dots li button:hover:before {
    background-color: #81d8d0;
    border: 1px solid #81d8d0; } }

@media (max-width: 767px) {
  .wave-section.elite-layered-section .technology-listing .slick-dots li.slick-active button:before {
    background-color: #81d8d0;
    border: 1px solid #81d8d0; } }

/* 05-02-2020 wave technology  */
.wave-section {
  padding: 100px 0;
  background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/wave-technology-bg.png") no-repeat bottom center;
  background-size: cover; }
  @media (max-width: 767px) {
    .wave-section {
      padding: 50px 0 65px; } }
  .wave-section .title-block {
    text-align: center;
    max-width: 804px;
    margin: 0 auto 120px; }
    .wave-section .title-block h2 {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px;
      font-family: 'LuloCleanOne-Bold'; }
    .wave-section .title-block p {
      color: #fff;
      font-size: 16px;
      line-height: 20px; }
  .wave-section .wave-img {
    display: inline-block;
    max-width: 900px;
    margin: 0 auto 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .wave-section .wave-img.mobile-layer-image {
      display: none; }
      @media (max-width: 767px) {
        .wave-section .wave-img.mobile-layer-image {
          display: block;
          width: 80%; } }
      @media (max-width: 500px) {
        .wave-section .wave-img.mobile-layer-image {
          display: block;
          width: 100%; } }
    @media (max-width: 767px) {
      .wave-section .wave-img {
        display: none; } }
  .wave-section .technology-listing {
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style: none;
    max-width: 1200px;
    width: 100%; }
    .wave-section .technology-listing .slick-slide:focus {
      outline: 0; }
    @media (min-width: 768px) {
      .wave-section .technology-listing .slick-dots {
        display: none !important; }
      .wave-section .technology-listing .slick-list {
        padding: 0 !important; }
      .wave-section .technology-listing .slick-track {
        width: 100% !important;
        transform: none !important;
        display: flex;
        flex-wrap: wrap; }
        .wave-section .technology-listing .slick-track .slick-cloned {
          display: none !important; }
        .wave-section .technology-listing .slick-track .slick-slide:focus {
          outline: 0; }
        .wave-section .technology-listing .slick-track:before {
          display: none; } }
    @media (max-width: 767px) {
      .wave-section .technology-listing {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .wave-section .technology-listing .slick-dots {
        display: flex !important;
        justify-content: center; } }
    @media (max-width: 767px) {
      .wave-section .technology-listing .slick-dots li {
        display: block;
        width: auto;
        padding: 0 8px; } }
    @media (max-width: 767px) {
      .wave-section .technology-listing .slick-dots li button {
        border: 1px solid #fe5000; } }
    @media (max-width: 767px) {
      .wave-section .technology-listing .slick-dots li button:hover:before {
        border: 1px solid #fe5000;
        background-color: #fe5000; } }
    @media (max-width: 767px) {
      .wave-section .technology-listing .slick-dots li.slick-active button:before {
        border: 1px solid #fe5000;
        background-color: #fe5000; } }
    .wave-section .technology-listing li {
      padding: 0 25px;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      @media (min-width: 768px) {
        .wave-section .technology-listing li {
          width: 50% !important;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .wave-section .technology-listing li {
          width: 25% !important;
          margin-bottom: 0px; } }
      @media (max-width: 1200px) {
        .wave-section .technology-listing li {
          padding: 0 25px; } }
      @media (max-width: 991px) {
        .wave-section .technology-listing li {
          padding: 0 15px; } }
      .wave-section .technology-listing li i {
        display: inline-block;
        margin-right: 35px; }
        @media (max-width: 1200px) {
          .wave-section .technology-listing li i {
            margin-right: 25px; } }
        @media (max-width: 991px) {
          .wave-section .technology-listing li i {
            margin-right: 12px;
            height: 25px;
            width: 25px; } }
      .wave-section .technology-listing li .wave-detail {
        text-align: center; }
        .wave-section .technology-listing li .wave-detail span {
          display: block;
          font-size: 16px;
          line-height: 20px;
          color: #00263e;
          margin-bottom: 10px; }
        .wave-section .technology-listing li .wave-detail h3 {
          display: block;
          font-size: 42px;
          line-height: 46px;
          color: #00263e;
          margin-bottom: 15px;
          margin-top: 0px;
          padding: 0 25px; }
          @media (max-width: 1024px) {
            .wave-section .technology-listing li .wave-detail h3 {
              font-size: 36px;
              line-height: 40px; } }
          @media (max-width: 767px) {
            .wave-section .technology-listing li .wave-detail h3 {
              font-size: 26px;
              line-height: 32px; } }
          @media (max-width: 991px) {
            .wave-section .technology-listing li .wave-detail h3 {
              padding: 0px; } }

.banner .banner-logo-group {
  top: 70px; }

@media (max-width: 1024px) {
  .banner .banner-logo-group {
    top: 35px; } }

/*home-page-slider*/
.home-slider .inner-div {
  margin-bottom: 0; }

.home-slider .inner-slider {
  position: relative; }

.home-slider .lg-desk-view {
  display: block; }

.home-slider .desk-view {
  display: none; }

.home-slider .tab-view {
  display: none; }

.home-slider .mob-view {
  display: none; }

@media (max-width: 1366px) {
  .home-slider .lg-desk-view {
    display: none; }
  .home-slider .desk-view {
    display: block; } }

@media (max-width: 1024px) {
  .home-slider .tab-view {
    display: block; }
  .home-slider .desk-view {
    display: none; } }

@media (max-width: 575px) {
  .home-slider .mob-view {
    display: block; }
  .home-slider .tab-view {
    display: none; } }

.home-slider .slide_one .slider-content .link span {
  line-height: 22px; }

@media (max-width: 1920px) {
  .home-slider .slide_one .slider-content {
    left: 9%;
    top: 45%; } }

@media (max-width: 1366px) {
  .home-slider .slide_one .slider-content {
    left: auto;
    top: 41%;
    right: 7%; } }

@media (max-width: 1024px) {
  .home-slider .slide_one .slider-content {
    left: 19%;
    top: 22%;
    right: auto; }
    .home-slider .slide_one .slider-content .link span:after {
      background-color: #00263e; } }

@media (max-width: 991px) {
  .home-slider .slide_one .slider-content {
    left: 59%;
    top: 41%; } }

@media (max-width: 767px) {
  .home-slider .slide_one .slider-content {
    top: 25px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    max-width: 287px;
    width: 100%; } }

@media (max-width: 1920px) {
  .home-slider .slide_three .slider-content {
    top: 24%;
    right: 8%;
    left: auto; } }

@media (max-width: 991px) {
  .home-slider .slide_three .slider-content {
    right: 50px;
    top: 30%; } }

@media (max-width: 767px) {
  .home-slider .slide_three .slider-content {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    max-width: 266px;
    top: 25px; } }

@media (max-width: 374px) {
  .home-slider .slide_three .slider-content {
    left: 49%; } }

@media (max-width: 575px) {
  .home-slider .slide_three .slider-content h3 {
    color: #00263E; } }

@media (max-width: 575px) {
  .home-slider .slide_three .slider-content h5 {
    color: #00263E; } }

@media (max-width: 1920px) {
  .home-slider .slide_four .slider-content {
    left: 44%; } }

@media (max-width: 1366px) {
  .home-slider .slide_four .slider-content {
    left: 18%;
    top: 43%; } }

@media (max-width: 1024px) {
  .home-slider .slide_four .slider-content {
    left: 7%;
    top: 28%; } }

@media (max-width: 575px) {
  .home-slider .slide_one .slider-content .link span:after,
  .home-slider .slide_three .slider-content .link span:after,
  .home-slider .slide_two .slider-content .link span:after,
  .home-slider .slide_four .slider-content .link span:after {
    background-color: #00263e; } }

@media (max-width: 1920px) {
  .home-slider .slide_two .slider-content {
    top: 11%;
    left: 50%;
    transform: translate(-50%); } }

@media (max-width: 1366px) {
  .home-slider .slide_two .slider-content {
    top: 57%;
    left: 12%;
    transform: none; } }

@media (max-width: 1024px) {
  .home-slider .slide_two .slider-content {
    top: 15%;
    left: 7%; } }

@media (max-width: 991px) {
  .home-slider .slide_two .slider-content {
    top: 10%;
    left: 50%; } }

@media (max-width: 767px) {
  .home-slider .slide_two .slider-content,
  .home-slider .slide_four .slider-content {
    top: 25px; } }

@media (max-width: 767px) {
  .home-slider .slide_two .slider-content,
  .home-slider .slide_four .slider-content {
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 294px; } }

@media (max-width: 575px) {
  .home-slider .slider-img img {
    width: 100%;
    object-fit: cover; } }

.home-slider .slider-content {
  border: 2px solid #00263E;
  padding: 25px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .home-slider .slider-content {
      padding: 15px; } }
  .home-slider .slider-content h3,
  .home-slider .slider-content h5 {
    color: #00263E;
    margin-top: 0; }
  .home-slider .slider-content h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'LuloCleanOne-Bold';
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 5px; }
  .home-slider .slider-content h5 {
    text-transform: lowercase;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px; }

.home-slider .slick-arrow {
  background-color: transparent;
  border: none; }
  .home-slider .slick-arrow.slick-next {
    right: 10px; }
    .home-slider .slick-arrow.slick-next:before {
      background-image: url(../img/product-slider-thumbnail-arrow-next.png); }
      @media (max-width: 767px) {
        .home-slider .slick-arrow.slick-next:before {
          width: 14px; } }
    @media (max-width: 1280px) {
      .home-slider .slick-arrow.slick-next {
        right: 0px; } }
  .home-slider .slick-arrow.slick-prev {
    left: 10px; }
    .home-slider .slick-arrow.slick-prev:before {
      background-image: url(../img/product-slider-thumbnail-arrow.png); }
      @media (max-width: 767px) {
        .home-slider .slick-arrow.slick-prev:before {
          width: 14px; } }
    @media (max-width: 1280px) {
      .home-slider .slick-arrow.slick-prev {
        left: 0px; } }

.home-slider .slick-dots {
  bottom: 25px;
  display: none !important; }
  @media (max-width: 767px) {
    .home-slider .slick-dots {
      display: block !important; } }
  .home-slider .slick-dots li button {
    border: 1px solid #FE5000; }
    .home-slider .slick-dots li button:hover:before {
      background-color: transparent; }
  .home-slider .slick-dots li.slick-active button:before {
    background-color: #FE5000; }

.home-slider .slider-content {
  position: absolute;
  left: 23%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }
  @media (max-width: 767px) {
    .home-slider .slider-content {
      transform: translate(-50%); } }
  @media (max-width: 575px) {
    .home-slider .slider-content {
      transform: translateX(-50%) !important; } }

/* home page banner 26-06-2020 */
.home-banner {
  position: relative; }
  .home-banner .banner-large-tablet {
    display: none !important; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .home-banner .banner-large-tablet {
        display: block !important; } }
  @media (min-width: 1025px) {
    .home-banner .banner-desktop {
      display: block !important; } }
  .home-banner .home-banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px; }
    @media (max-width: 374px) {
      .home-banner .home-banner-caption {
        padding: 30px; } }
    .home-banner .home-banner-caption .banner-caption {
      text-align: center; }
      .home-banner .home-banner-caption .banner-caption p,
      .home-banner .home-banner-caption .banner-caption h1 {
        margin-top: 30px;
        font-size: 32px !important;
        line-height: 36px !important;
        color: #fff; }
        @media (max-width: 767px) {
          .home-banner .home-banner-caption .banner-caption p,
          .home-banner .home-banner-caption .banner-caption h1 {
            margin-top: 0;
            font-size: 28px !important;
            line-height: 32px !important; } }
    .home-banner .home-banner-caption .banner-link {
      text-align: center; }

/* 23-09-2021 */
.customer-care-listing {
  align-items: flex-start; }

@media (min-width: 1281px) {
  .customer-care-listing li i {
    width: 150px !important;
    height: auto !important; } }

.product-promise-listing .promise-list li .promise-img img {
  width: 110px !important;
  height: 75px !important; }

@media screen and (max-width: 1080px) {
  h1.page-heading {
    padding: 13px 0 34px 100px !important; }
  h1.page-heading.page-heading-delivery {
    background-position-x: 40px; } }

.login h1.page-heading {
  padding-top: 21px !important; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px !important;
  max-width: 388px; }

/* 19-06-2023  */
@media (max-width: 1400px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    height: auto !important; } }

.home-banner .home-banner-caption.two-simultaneously-offer #home-timer-text {
  color: #ffffff !important; }

.two-simultaneously-offer .banner-link.desktop {
  margin-bottom: 35px; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 {
  margin-bottom: 40px !important; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
  margin-bottom: 40px;
  line-height: 24px !important; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .shop-btn {
  padding: 10px 13px;
  min-width: 177px;
  min-height: 50px; }

@media (min-width: 1800px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    height: 65% !important; }
  .home-banner .home-banner-caption.new-year-offer {
    top: 40%; }
  .home-banner.black-friday-banner .video-block .text-block {
    bottom: 230px !important; } }

@media (min-width: 1081px) and (max-width: 1400px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    position: relative;
    top: inherit !important;
    left: 0 !important;
    transform: none !important;
    box-sizing: border-box; }
  .home-banner.black-friday-banner .banner-small-desktop {
    width: calc(100% - 388px); }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 {
    margin-bottom: 40px !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
    margin-bottom: 60px; }
  .two-simultaneously-offer .banner-link.desktop {
    margin-bottom: 20px; } }

@media (min-width: 1081px) and (max-width: 1280px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    padding: 75px 57px !important; } }

/*@media (min-width: 1300px) and (max-width: 1400px) {
	.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
	    height: auto!important;
	}
}*/
@media (max-width: 1080px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    position: relative;
    transform: none !important;
    left: inherit !important;
    top: inherit !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption {
    -ms-flex-align: center;
    align-items: center; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 {
    margin-bottom: 0 !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-offer {
    margin-bottom: 0 !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-offer {
    width: 30.33%; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .all-promo-popup {
    width: 30.33%; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p.tablet {
    margin-bottom: 5px !important;
    width: 100%;
    -ms-flex-order: 1;
    order: 1; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-link {
    margin-top: 8px;
    position: static !important;
    transform: none !important;
    -ms-flex-order: 2;
    order: 2; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
    max-width: 369px;
    text-align: center !important; }
  .home-banner.black-friday-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3.black-friday {
    margin-bottom: 5px !important; } }

@media (min-width: 767px) and (max-width: 1080px) {
  .home-banner.black-friday-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-link.mobile {
    display: none !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h1 {
    font-size: 48px !important;
    line-height: 36px !important; } }

@media (max-width: 991px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    padding: 25px !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
    max-width: 250px; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-offer {
    width: 27%; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .all-promo-popup {
    width: 27%; } }

@media (max-width: 767px) {
  .home-banner.black-friday-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-link.tablet {
    display: none !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-offer {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .all-promo-popup {
    width: 100%; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption p {
    max-width: 369px; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .middle-block {
    margin-bottom: 38px; }
  .home-banner.black-friday-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-link.tablet.mobile {
    display: inline-block !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer {
    padding: 35px 15px 50px !important; }
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-link {
    margin-top: 15px; } }

/***************************************** christmas-new-year banner **************************************************/
.home-banner.christams-new-year-banner .home-banner-caption.christmas-dual-offer .banner-caption h3 {
  letter-spacing: 1.8px; }

.home-banner .home-banner-caption.christams-new-year {
  box-shadow: inset 0 0 15px 4px #0F503A;
  box-sizing: border-box; }

.home-banner .home-banner-caption.christams-new-year:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #fff;
  z-index: 0; }

.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1 {
  font-size: 60px !important;
  font-family: 'Amiri';
  line-height: 1.1 !important;
  margin-bottom: 0 !important; }

.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption p strong {
  font-size: 12px !important;
  font-family: LuloCleanOne-Bold;
  font-weight: 400; }

.christams-new-year .offer-text {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #FFF01F;
  font-family: LuloCleanOne-Bold;
  text-transform: uppercase;
  margin-bottom: 5px; }

.christams-new-year .banner-caption h1,
.christams-new-year .banner-caption h3,
.christams-new-year .home-page-promo-open,
#home-timer-text,
.christams-new-year .timer-home-page {
  color: #fff !important; }

.home-banner-caption.christams-new-year .shop-btn {
  background-color: #FFf !important; }

.home-banner .home-banner-caption.christams-new-year .banner-caption h3.black-friday-title {
  font-family: amiri !important; }

.homepage .home-banner-caption.new-year-offer .modal-promo {
  z-index: 2; }

.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .shop-btn span {
  color: #774b4b; }

.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .shop-btn span:hover {
  color: #fe5000; }

.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .shop-btn span:after {
  background-color: #774b4b !important; }

@media (min-width: 1921px) {
  .banner-small-desktop {
    display: none; } }

@media (min-width: 1081px) and (max-width: 1400px) {
  .christams-new-year .offer-text {
    font-size: 21px;
    line-height: 31px; }
  .home-banner .home-banner-caption.christams-new-year {
    left: 15px !important; } }

@media (max-width: 1080px) {
  .christams-new-year-banner.home-banner .christams-new-year.two-simultaneously-offer {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media (max-width: 991px) {
  .christams-new-year-banner.home-banner .home-banner-caption.christams-new-year {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1 {
    font-size: 48px !important; } }

@media (max-width: 767px) {
  .home-banner.christams-new-year-banner .home-banner-caption.new-year-offer.christams-new-year .banner-offer {
    margin-bottom: 16px !important; }
  .home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1 {
    padding-top: 20px !important; } }

.home-banner .home-banner-caption.new-year-offer.christams-new-year .christmas-offer-text {
  letter-spacing: 1.8px !important; }

/* end*/
/* home banner modal christmas-promo-modal */
.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .offer-details {
  background-color: #6b3b3b; }

.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .section-title1,
.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .limited-text .section-content1 p,
.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .timer-block .timer-unit,
.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .exclude-content a,
.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .exclude-content {
  color: #fff !important; }

.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .section-title1 {
  font-size: 32px !important; }

.promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .limited-text .section-content1 p strong {
  font-size: 16px !important;
  font-family: LuloCleanOne-Bold; }

.christmas-promo-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .section-title1 p {
  color: #fff !important;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-family: Amiri !important; }

.christmas-promo-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block-wrap .test-content {
  color: #fff; }

.promotional-img-modal.christmas-promo-modal .offer-details-inner {
  width: 100%; }

@media (min-width: 768px) {
  .promotional-img-modal.christmas-promo-modal .promo-modal-content-wrapper .offer-details {
    display: flex;
    align-items: center;
    justify-content: center; } }

.christmas-promo-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .section-title1 .christmas-offer-text {
  letter-spacing: 1.8px !important; }

/* end */
/* ipad christams-new-year dual css 21-12-2022 */
.home-banner.christams-new-year-banner .home-banner-caption.christmas-dual-offer .banner-caption h1 {
  font-size: 28px !important;
  line-height: 35px !important; }

.home-banner.christams-new-year-banner .home-banner-caption.christmas-dual-offer .banner-caption h3 {
  font-family: Amiri !important; }

@media (max-width: 1024px) {
  .home-banner .home-banner-caption.christmas-dual-offer .banner-caption h1 {
    margin-right: 0 !important; } }

@media (max-width: 991px) and (min-width: 767px) {
  .home-banner.christams-new-year-banner .home-banner-caption.christmas-dual-offer .banner-caption h1 {
    font-size: 22px !important;
    line-height: 32px !important; } }

@media (max-width: 767px) {
  .christmas-dual-offer .banner-caption {
    padding: 0 15px !important; } }

/* end*/
/* ipad christmas-new-year dual modal css 21-12-2022*/
.christmas-dual-promo-modal .section-title2,
.christmas-dual-promo-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details p {
  color: #fff !important; }

.promotional-img-modal.christmas-dual-promo-modal .promo-modal-content-wrapper .limited-text .section-content1 p strong {
  font-family: Amiri !important; }

@media (max-width: 500px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media (max-width: 767px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-top: 10px !important; }
  .home-banner .home-banner-caption .banner-caption {
    padding: 0 20px !important; } }

/* 04-04-2023  promobanner change discount (60% - ester) offer*/
.home-banner .home-banner-caption.new-year-offer {
  background-color: #AC685B !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

@media (max-width: 767px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-top: 0px !important; } }

/* 27-02-2023  promobanner change bundle offer*/
.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1 span {
  display: block;
  font-size: 16px; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 {
  letter-spacing: 1.8px;
  margin-bottom: 30px !important;
  font-family: LuloCleanOne-Bold;
  font-family: Lulo Clean One;
  font-size: 12px !important; }

.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 span {
  font-family: LuloCleanOne-Bold; }

/*more-info-popup*/
/*end*/
/* ipad christmas-new-year dual modal css 21-12-2022*/
.christmas-dual-promo-modal .section-title2,
.christmas-dual-promo-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details p {
  color: #fff !important; }

.promotional-img-modal.christmas-dual-promo-modal .promo-modal-content-wrapper .limited-text .section-content1 p strong {
  font-family: Amiri !important; }

.info-box-section .info-box-content p a:hover {
  text-decoration: underline !important; }

.info-box-section .info-box-content p a {
  color: #fe5000 !important; }

/* 13/2/2023 .award-page-listing  slider css */
.award-page-listing .promise-list .inner-list .promise-img {
  margin-top: 30px;
  margin-bottom: 50px !important; }

.award-page-listing li.slick-center .listing-navigation {
  opacity: 1 !important; }

@media (min-width: 768px) {
  .award-page-listing .promise-list .inner-list img {
    transform: scale(1);
    transition: all 0.3s; }
  .award-page-listing .promise-list .inner-list.slick-center img {
    animation-name: scale-img;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear; } }

@media (max-width: 767px) {
  .award-page-listing .promise-list .inner-list .promise-img {
    width: 180px !important; } }

@keyframes scale-img {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }

/* end*/
.award-page-listing .promise-list .slick-arrow {
  background-color: transparent !important;
  transition: all 0.3s; }

.award-page-listing .promise-list .slick-arrow.slick-prev:before {
  background-image: url(../img/arrow-orange.svg) !important; }

.award-page-listing .promise-list .slick-arrow.slick-next:before {
  background-image: url(../img/arrow-orange.svg) !important;
  transform: translate(-50%, -50%) rotate(180deg) !important; }

.award-page-listing .promise-list .slick-arrow.slick-prev {
  left: -70px !important; }

.award-page-listing .promise-list .slick-arrow.slick-next {
  right: -70px !important; }

.award-page-listing .promise-list .slick-arrow:before {
  width: 30px !important;
  height: 30px !important; }

.award-page-listing .promise-list .slick-arrow:hover {
  background-color: #fe5000 !important; }

.award-page-listing .promise-list .slick-arrow.slick-prev:hover:before {
  background-image: url(../img/arrow-white.svg) !important; }

.award-page-listing .promise-list .slick-arrow.slick-next:hover:before {
  background-image: url(../img/arrow-white.svg) !important; }

.award-page-listing li .listing-navigation {
  height: 3px !important;
  width: 25px !important; }

@media (max-width: 1280px) {
  .award-page-listing .promise-list .slick-arrow.slick-prev {
    left: -10px !important; }
  .award-page-listing .promise-list .slick-arrow.slick-next {
    right: -10px !important; } }

/* Black Friday Banner changes on 8-11-2023 */
/*
.home-banner.black-friday-banner .home-banner-caption {
	background-color: #000000 !important;
}

.home-banner.black-friday-banner .home-banner-caption:before {
	border-color: #fff01f;
}

.home-banner.black-friday-banner .banner-caption h1,
.home-banner.black-friday-banner .banner-caption h3,
.home-banner.black-friday-banner .timer-home-page {
	color: #fff01f !important;
}

.home-banner.black-friday-banner .home-banner-caption .shop-btn {
	background-color: #fff01f !important;
	color: #000000;
}

.home-banner.black-friday-banner .home-banner-caption .shop-btn span:before {
	background-color: #000000 !important;
}

.home-banner.black-friday-banner.christams-new-year-banner .home-banner-caption .shop-btn span:after {
	background-color: #000000 !important;
}

.home-banner.black-friday-banner .home-banner-caption .shop-btn span {
	color: #000000 !important;
}*/
/* BLack friday changes on 8-11-2023 */
/*
.homepage .promo-popup-category {
	display: none !important;
}

// .home-banner.black-friday-banner .banner-caption h3.black-friday-text{
//     margin-bottom: 0 !important;
//     font-family: LuloCleanOne-Bold !important;
// }*/
.home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3.black-friday-text {
  margin-bottom: 0px !important;
  font-family: LuloCleanOne-Bold !important;
  font-size: 13px !important; }

/*.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1 {
	margin-bottom: 25px !important;
}

@media (max-width: 1080px) {
	.home-banner.christams-new-year-banner .home-banner-caption.christams-new-year .banner-caption h1 {
		margin-bottom: 0px !important;
	}
}

.promo-popup-home {
	background: #fff01f;
	color: #000;
	font-size: 16px;
	padding: 10px 22px 8px;
	position: relative;
	min-height: 37px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* promo popup changes *
.promo-popup-home a {
	color: inherit;
	text-decoration: none;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-count {
	color: #fff01f;
}

.black-friday-promotional-modal .info-box-section .info-box-content p a {
	color: #fff01f !important;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux {
	background: #fff01f;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span:after {
	background-color: #000;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span {
	color: #000000;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux span:before {
	background: #000000;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate {
	color: #fff01f !important;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content .modal-close span {
	background: unset !important;
	font-size: 48px;
	transform: none;
	color: #fff01f;
	font-weight: 900;
	font-family: Karla, Arial, Helvetica, sans-serif;
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details p strong {
	color: #fff01f !important;
	font-family: 'LuloCleanOne-Bold';
}

.black-friday-promotional-modal.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product p {
	margin-bottom: 0 !important;
	font-family: LuloCleanOne-Bold !important;
	font-size: 13px !important;
	color: #fff01f !important;
}*/
@media (max-width: 1080px) {
  .home-banner .home-banner-caption.new-year-offer.two-simultaneously-offer .banner-caption h3 {
    margin: 0 !important; } }

/* Video animation css on home page 20-11-2023 */
.home-banner.video-home-banner {
  height: 100%; }

.home-banner.black-friday-banner .video-block {
  position: relative;
  width: 100%;
  display: inline-block; }

.home-banner.black-friday-banner .video-block .perla-video.desktop-video {
  display: block; }

.home-banner.black-friday-banner .video-block .perla-video.mobile-video {
  display: none; }

.home-banner.black-friday-banner .video-block .text-block {
  position: absolute;
  bottom: 95px;
  right: 90px;
  text-align: center;
  z-index: 1; }

.home-banner.black-friday-banner .video-block .text-block-inner {
  display: flex;
  flex-direction: column; }

.home-banner.black-friday-banner .video-block .text-block-inner .introducing {
  font-family: 'LuloCleanOne-Bold';
  font-size: 13px;
  color: #00263E;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 13px;
  display: block; }

.home-banner.black-friday-banner .video-block .text-block-inner .name {
  font-family: 'LuloCleanOne-Bold';
  font-size: 20px;
  color: #00263E;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 16px;
  display: block; }

.home-banner.black-friday-banner .video-block .text-block-inner .link span {
  color: #00263e !important;
  letter-spacing: 1px !important; }

.home-banner.black-friday-banner .video-block .text-block-inner .link span:before {
  display: none; }

@media (max-width: 1400px) {
  .home-banner.black-friday-banner .video-block {
    width: calc(100% - 388px);
    overflow: hidden; }
  .home-banner.black-friday-banner .video-block .text-block {
    bottom: 50px;
    right: 50px; } }

@media (max-width: 1280px) {
  .home-banner.black-friday-banner .video-block .perla-video-div {
    height: 100%;
    padding: 0 !important;
    width: 1020px; }
  .home-banner.black-friday-banner .video-block .perla-video {
    position: static;
    transform: none; } }

@media (max-width: 1080px) {
  .home-banner.black-friday-banner .video-block .perla-video-div {
    height: 602px;
    width: 1075px; }
  .home-banner.black-friday-banner .video-block {
    width: 100%; }
  .home-banner.black-friday-banner .video-block .text-block {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0; }
  .home-banner.black-friday-banner .video-block .text-block-inner {
    height: 100%;
    padding: 73px 15px 53px; }
  .home-banner.black-friday-banner .video-block .text-block-inner .link {
    margin-top: auto; } }

@media (max-width: 575px) {
  .home-banner.black-friday-banner .video-block .text-block-inner {
    padding: 64px 15px 53px; }
  .home-banner.black-friday-banner .video-block .perla-video-div {
    aspect-ratio: 4/5;
    height: auto;
    width: 100%; }
  .home-banner.black-friday-banner .video-block .perla-video.desktop-video {
    display: none; }
  .home-banner.black-friday-banner .video-block .perla-video.mobile-video {
    display: block; } }

/* mattress baner of 2022 above the fold css */
@media (min-width: 1080px) {
  .home-banner .banner-award-icon {
    bottom: 30px; } }

@media (min-width: 1680px) {
  .home-banner .banner-award-icon {
    bottom: 100px; } }

@media (min-width: 1900px) {
  .home-banner .banner-award-icon {
    bottom: 200px; } }

/* popup changes */
.promotional-img-modal .promo-modal-content-wrapper .offer-details .section-subtitle1 p {
  font-size: 16px;
  line-height: 22px;
  font-family: LuloCleanOne-Bold;
  letter-spacing: 1.8px;
  margin-bottom: 25px; }

/* ratting section on home page 20-11-2023 */
.section-bundle .container .bundle-text-outer .bundle-text h2 {
  margin: 0 0 27px !important;
  letter-spacing: unset !important;
  font-family: 'Amiri' !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  text-transform: unset !important; }

/* christams banner changes on 20-12-2023 */
/*.home-banner .home-banner-caption.new-year-offer .gift-img{
	width: 40px;
	height: 40px;
	margin: 0 auto 5px;
}
.home-banner .home-banner-caption.new-year-offer .gift-img img{
	width: 100%;
	height: 100%;
	display: block;
}	
.promotional-img-modal .promo-modal-content-wrapper{
	color: #fff !important;
}
.promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block  *{
	color: #fff !important;
}
.promotional-img-modal .promo-modal-content-wrapper .offer-details p a{color:#fff !important}
.promotional-img-modal .promo-modal-content-wrapper .offer-details .link.shop-lux:hover span{
	color: #fe5000 !important;
}
.promotional-modal .info-box-section .modal-close span{
	background-image: url("https://store-9k3nu7pwm5.mybigcommerce.com/content/plus-icon-white.svg") !important;
}
.promotional-img-modal .promo-modal-content-wrapper .offer-details p{
	color: #fff !important;
}*/
/* Category badges price tooltip css on 23-1-2024 */
label.new-price {
  display: inline-flex !important;
  align-items: center; }

.tooltip {
  display: inline-flex;
  position: relative; }

.tooltip .tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  color: #fff;
  line-height: 12px;
  font-size: 15px;
  border-radius: 50%;
  margin-left: 7px;
  margin-top: -4px;
  width: 20px;
  height: 20px; }

.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 130px;
  background-color: #01263E;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  left: 50%;
  margin-left: -60px;
  top: 115%;
  font-size: 14px;
  line-height: 17px;
  padding: 9px 8px 7px; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #01263E transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.pdp-discount-wrapper {
  margin-bottom: 15px; }

.category-discount-code {
  display: inline-flex;
  position: relative;
  top: 0px;
  align-items: center;
  height: auto;
  padding: 0;
  border: 0; }

.category-discount-code button {
  color: #00263e;
  font-size: 11px;
  line-height: 16px !important;
  font-family: 'Lulo Clean One';
  padding: 4px 7px 6px;
  display: inline-block;
  align-items: center;
  border: 1px dotted #00263e; }

.category-discount-code button span {
  color: #fe5000;
  font-family: "LuloCleanOne-Bold";
  line-height: 17px; }

.category-discount-code .tooltip .tooltip-icon {
  margin-left: 0;
  margin-top: 0;
  width: 15px;
  height: 15px; }

.category-discount-code .tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none; }

.category-discount-code .tooltip .tooltip-icon {
  width: 13px;
  height: 13px; }

.category-discount-code button .tooltip-icon {
  margin-left: 0;
  top: 2px;
  min-width: 12px;
  display: inline-block;
  position: relative; }

.category-discount-code .tooltip .tooltiptext {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  font-family: "Amiri"; }

.category-discount-code .discount-notify1 .tooltip,
.category-discount-code .discount-notify2 .tooltip {
  display: block; }

.product-detail-page .productView .productView-details .productView-product .category-discount-lable {
  position: static;
  margin: 0 7px 10px 0;
  font-size: 11px;
  padding: 4px 7px 7px !important;
  display: inline-block;
  border: 1px solid transparent; }

.promotional-img-modal .promo-modal-content-wrapper .offer-details .section-subtitle1 p {
  /*font-size: 12px;
    line-height: 18px;
    font-family: LuloCleanOne-Bold;
    letter-spacing: 1.8px;
    margin-bottom: 25px;*/
  font-size: 16px;
  line-height: 22px;
  font-family: Amiri;
  letter-spacing: 1.8px;
  margin-bottom: 25px; }

.mattress-price-list .tooltip-text-wrapper a span {
  margin-left: 13px; }

.tooltip-text-wrapper .tooltip {
  position: relative;
  top: 2px; }

.tooltip-text-wrapper {
  position: relative;
  z-index: 11; }

.mattress-price-list .tooltip-text-wrapper {
  padding: 0 !important;
  display: block; }

.pdp-timer-text {
  border: 1px solid #c0c3c7;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Lulo Clean One';
  line-height: 14px;
  padding: 5px 7px 7px;
  font-size: 11px;
  margin-bottom: 0; }

.pdp-timer-text .end-day {
  color: #00263e;
  font-family: "LuloCleanOne-Bold";
  margin-right: 10px; }

.pdp-timer-text .timer-pdp-page {
  color: #00263e;
  line-height: normal !important; }

.pdp-timer-text .timer-pdp-page span {
  color: #fe5000; }

.product-detail-page .productView .productView-details .productView-options .productView-price .price-section.price-section--withTax-promo {
  flex-wrap: wrap; }

.price-section--withTax-promo p:empty {
  display: none; }

.price-section--withTax-promo .tooltip {
  top: 2px; }

.price-section--withTax-promo .tooltip .tooltip-icon {
  width: 17px;
  height: 17px; }

.category-discount-code button em {
  font-style: normal;
  line-height: 17px; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .product-detail-page .productView .productView-details .productView-product .category-discount-lable {
      padding: 6px 7px 5px !important; }
    .category-discount-code button {
      padding: 6px 7px 4px; }
    .pdp-timer-text {
      padding: 7px 7px 5px !important; }
    .category-discount-code button .tooltip-icon {
      top: 1px; } } }

@media (max-width: 767px) {
  .product-detail-page .productView .productView-details .productView-product .category-discount-lable {
    line-height: 11px;
    padding: 9px 7px 7px !important; }
  .category-discount-code button {
    padding: 6px 7px 4px; }
  .category-discount-code button .tooltip-icon {
    top: 1px; }
  .pdp-timer-text {
    padding: 8px 7px 6px; } }

@media screen and (max-width: 1080px) {
  .pdp-timer-text {
    max-width: 400px;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .pdp-timer-text {
    font-size: 10px; } }

@media screen and (max-width: 480px) {
  .product-detail-page .productView .productView-details {
    padding: 40px 15px; } }

@media (max-width: 420px) {
  .category-discount-code {
    margin-left: 5px; }
  .pdp-timer-text {
    font-size: 8px; }
  .pdp-timer-text .end-day {
    margin-right: 5px; }
  .pdp-timer-text .timer-pdp-page {
    line-height: 14px !important; } }

.product-detail-page .productView .productView-details .productView-product .category-discount-lable {
  padding: 6px 7px 5px !important; }

.category-discount-code button {
  padding: 6px 7px 5px; }

.category-discount-code button .tooltip-icon {
  position: static;
  margin-left: 5px;
  margin-bottom: 3px;
  height: 12px; }

.pdp-timer-text {
  padding: 7px 7px 5px; }

@media screen and (max-width: 1120px) {
  .category-discount-lable-wrapper {
    margin: 10px 0 0; } }

@media screen and (max-width: 1080px) {
  .pdp-timer-text {
    justify-content: center; }
  .category-discount-code button {
    padding: 5px 7px 4px; }
  .category-discount-lable-wrapper {
    margin: 5px 0 0; } }

.home-banner-caption.new-year-offer .banner-caption .gift-icon-wrapper {
  margin-bottom: 8px; }

.home-banner-caption.new-year-offer .banner-caption .gift-icon-wrapper img {
  width: 40px; }

/*custom cookie widget start*/
/* 19-10-2022*/
.press-logo-section.for-cookie-adjust {
  padding-bottom: 130px; }

@media (max-width: 575px) {
  .press-logo-section.for-cookie-adjust {
    padding-bottom: 140px !important; } }

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

.css-10z1g2q .css-a0j149 span {
  border-bottom: 2px solid #fff; }

.css-10z1g2q .css-a0j149 {
  border: 1px solid transparent; }

.css-10z1g2q .css-a0j149:hover {
  background-color: transparent !important;
  border: 1px solid #ff5000; }

.css-10z1g2q .css-a0j149:hover span {
  border-color: #ff5000; }

/*end*/
#consent-manager {
  display: none; }

.css-10z1g2q {
  background: #00263e !important; }

#consent-manager .css-ra9y5f a, #consent-manager .css-bhz559 {
  font-family: Amiri !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: white !important; }

#consent-manager .css-ra9y5f a {
  text-decoration: underline !important; }

#consent-manager .css-ra9y5f a:hover {
  color: #fe5000 !important; }

#consent-manager .css-ra9y5f a:hover {
  color: #fe5000 !important; }

#consent-manager .css-1k76mzs {
  display: none; }

#consent-manager .css-1wn42nw {
  margin: 16px 0px 0px 20px; }

#consent-manager .css-a0j149 {
  color: white !important;
  background-color: #ff5000;
  font-size: 18px !important;
  padding: 7px 20px !important;
  font-family: Amiri !important;
  border-radius: 0px !important; }

#consent-manager .css-a0j149 span:after {
  background: #fff;
  bottom: 4px;
  position: absolute;
  content: '';
  height: 2px; }

#consent-manager .css-a0j149:hover {
  background: #fff; }

#consent-manager .css-a0j149:hover span:after {
  background: #fe5000; }

#consent-manager .css-ra9y5f a, #consent-manager .css-bhz559, #consent-manager .css-ra9y5f span {
  font-family: Amiri !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: white !important; }

/*end*/
/* 27-may-2022 */
.newsletter-form-img-wraper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px; }

.newsletter-form-img-wraper .omnisend-subscribe-input-email {
  display: flex;
  border: 2px solid #00263e !important;
  color: #00263e !important;
  font-size: 16px !important;
  border-radius: 0;
  padding: 0 15px !important;
  height: 55px !important;
  background-color: #fff !important;
  width: calc(100% - 180px); }

.newsletter-form-img-wraper .omnisend-subscribe-input-email:placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #00263E;
  letter-spacing: 0;
  font-family: Amiri; }

.newsletter-form-img-wraper .nl-email-error {
  position: absolute;
  bottom: -22px; }

.newsletter-form-img-wraper form {
  display: flex;
  width: 47%;
  position: relative; }

@media (max-width: 1080px) {
  .newsletter-form-img-wraper {
    flex-direction: column; }
  .subscribe_img {
    width: 100%; }
  .newsletter-form-img-wraper form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 550px) {
  .newsletter-form-img-wraper form {
    flex-direction: column;
    margin: 0;
    max-width: 100%; }
  .newsletter-form-img-wraper .omnisend-subscribe-input-email {
    width: 100%;
    margin-bottom: 15px; }
  .newsletter-form-img-wraper .nl-email-error {
    bottom: 56px; } }

/*end*/
/*21-03-2022- newsletter start */
.n1-error-label.mobile {
  display: none !important; }

.n1-error-label.desktop {
  display: block !important; }

.n1-error-label {
  color: #fe5000; }

.newsletter-subscription .footer-info-heading, .newsletter-subscription p {
  display: none; }

.newsletter-subscription {
  background-color: #DDE8EF;
  padding: 40px; }

.newsletter-subscription i {
  display: inline-block;
  width: 80px;
  margin-right: 15px; }

.newsletter-subscription h2 {
  color: #00263E;
  font-size: 32px;
  line-height: 36px;
  font-family: Amiri;
  letter-spacing: 0;
  margin: 0; }

.subscribe_img {
  display: flex;
  width: 53%;
  align-items: center; }

.subscribe_block {
  display: flex;
  align-items: center; }

.newsletter-subscription .button {
  margin: 0;
  background-color: #00263E;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: LuloCleanOne-Bold;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 180px;
  width: auto;
  min-height: 55px; }

.newsletter-subscription .form-prefixPostfix .form-input {
  width: calc(100% - 180px); }

.newsletter-subscription .form-prefixPostfix .form-input:placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #00263E;
  letter-spacing: 0;
  font-family: Amiri; }

.newsletter-subscription .form-field {
  margin-bottom: 0;
  width: 47%; }

.newsletter-subscription p.newsletter_para {
  display: block;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 28px;
  color: #00263E;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0; }

.newsletter-subscription p.newsletter_para a {
  color: #00263e; }

.newsletter-subscription .form {
  margin-bottom: 0; }

.newsletter-subscription-outer {
  margin-top: 37px; }

.newsletter-subscription-outer .container {
  max-width: 1430px !important; }

@media (max-width: 1080px) {
  .newsletter-subscription .n1-subscribed, .newsletter-subscription .n1-thank-you {
    margin-bottom: 0; }
  .subscribe_img, .subscribe_block {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .newsletter-subscription i {
    margin-bottom: 15px;
    margin-right: 0; }
  .newsletter-subscription h2 {
    margin-bottom: 15px;
    text-align: center; }
  .newsletter-subscription p.newsletter_para {
    margin-top: 20px;
    max-width: 590px;
    width: 100%; }
  .newsletter-subscription-outer .container {
    padding: 0;
    margin: 0; }
  .subscribe_img, .newsletter-subscription .form-field {
    width: 100%; }
  .newsletter-subscription .form-field {
    max-width: 500px;
    margin: 0 auto; }
  .newsletter-subscription-outer {
    margin-top: 0; }
  .newsletter-subscription-outer .container {
    padding: 0 !important;
    max-width: 100% !important; } }

@media (max-width: 767px) {
  .newsletter-subscription {
    padding: 30px 15px; }
  .newsletter-subscription-outer .container {
    padding: 0; } }

@media (max-width: 550px) {
  .newsletter-subscription .button {
    margin-top: 10px; }
  .n1-error-label.mobile {
    display: block !important;
    margin-bottom: 0px; }
  .n1-error-label.desktop {
    display: none !important; }
  .newsletter-subscription .form-prefixPostfix {
    flex-direction: column; }
  .newsletter-subscription .form-prefixPostfix .form-input {
    min-height: 55px;
    width: 100%;
    margin-bottom: 0px; } }

/*modal-hide 24-05-2022*/
.soundest-form-without-image-overlay.soundest-form-without-image-animated {
  display: none !important; }

.soundest-form-without-image.soundest-form-attitude {
  display: none; }

/*end*/
/*21-03-2022 end*/
.footer .container .footer-top .furniture-logo {
  display: block;
  width: 100%;
  padding: 60px 0; }

.footer .container .footer-top .furniture-logo i {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 10px; }

.footer .container .footer-top .furniture-logo span {
  font-size: 15px;
  line-height: 19px;
  color: #808080;
  max-width: 240px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center; }

.footer-block-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer .container .footer-top .footer-block-wrapper .footer-block:last-child {
  padding-right: 0; }

.footer .container .footer-top .footer-block ul li {
  padding-bottom: 0 !important; }

.footer .container .footer-top .footer-block ul li a {
  padding-bottom: 11px !important;
  display: inline-block; }

@media (max-width: 1024px) {
  .footer .container .footer-top .furniture-logo {
    padding: 40px 0; } }

@media (max-width: 767px) {
  .footer-block-wrapper {
    max-width: 330px;
    margin: 0 auto; }
  .footer .container .footer-top .footer-block.help {
    padding-left: 0 !important; }
  .footer .container .footer-top .footer-block:first-child {
    padding-right: 0; } }

.footer {
  padding: 0 !important;
  clear: both; }
  .footer .trustpilot-widget {
    padding: 22px 0 20px; }
  .footer .container {
    max-width: 1051px; }
    .footer .container .trustpilot-widget {
      width: 100%;
      text-align: center;
      position: relative;
      top: 20px; }
    .footer .container .footer-top {
      padding: 95px 0 40px 0;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1023px) {
        .footer .container .footer-top {
          padding: 70px 15px 40px 15px; } }
      @media screen and (max-width: 767px) {
        .footer .container .footer-top {
          padding: 60px 10px 40px 10px;
          display: block;
          max-width: 570px;
          margin: 0 auto; } }
      .footer .container .footer-top .footer-block {
        width: 170px;
        max-width: 170px;
        padding-right: 10px; }
        @media screen and (max-width: 767px) {
          .footer .container .footer-top .footer-block {
            display: inline-block;
            margin: 0 -2px !important;
            width: 50%;
            vertical-align: top;
            min-width: auto;
            padding-bottom: 30px; } }
        .footer .container .footer-top .footer-block h5 {
          font-family: "LuloCleanOne-Bold";
          font-size: 16px;
          line-height: 36px;
          color: #3d3d3d;
          margin: 0 0 6px; }
        .footer .container .footer-top .footer-block ul {
          margin: 0;
          padding: 5px 0 0;
          list-style-type: none; }
          .footer .container .footer-top .footer-block ul li {
            padding: 0px 0 13px 0; }
            .footer .container .footer-top .footer-block ul li .navPage-childList {
              padding-left: 15px;
              padding-bottom: 5px;
              display: none;
              border: 0; }
              .footer .container .footer-top .footer-block ul li .navPage-childList li {
                float: none;
                width: 100%;
                display: block; }
                .footer .container .footer-top .footer-block ul li .navPage-childList li a {
                  margin-bottom: 0;
                  border-bottom: none; }
            .footer .container .footer-top .footer-block ul li a {
              font-size: 16px;
              line-height: 20px;
              color: #3d3d3d;
              font-weight: normal;
              text-decoration: none;
              letter-spacing: 0.5px;
              text-transform: capitalize; }
              .footer .container .footer-top .footer-block ul li a.has-subMenu i {
                width: 10px;
                height: 9px;
                background: url(../img/plus-minus-icon.png) no-repeat top center;
                background-size: auto auto;
                background-size: 9px auto;
                margin-left: 0;
                position: relative;
                top: -8px;
                left: -4px;
                transform: none !important;
                -webkit-transform: none !important;
                transition: none;
                -webkit-transition: none; }
                .footer .container .footer-top .footer-block ul li a.has-subMenu i.is-open {
                  background-position: bottom center; }
              .footer .container .footer-top .footer-block ul li a:hover {
                color: #fe5000; }
        .footer .container .footer-top .footer-block.help {
          padding-left: 5px; }
        @media (max-width: 767px) {
          .footer .container .footer-top .footer-block.footer-block-1 {
            width: 100%;
            max-width: 100%; } }
      .footer .container .footer-top .checkout-bottom-payment {
        display: flex;
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .footer .container .footer-top .checkout-bottom-payment {
            padding-right: 0;
            margin-top: 15px;
            margin-left: auto;
            margin-right: auto;
            flex-wrap: wrap; } }
        .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-Klarna {
          margin-left: 20px; }
          @media screen and (max-width: 767px) {
            .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-Klarna {
              width: 100%;
              margin: 15px 0 0;
              text-align: center; } }
          .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-Klarna img {
            width: 80px; }
        .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-left {
          width: 225px;
          float: left; }
          @media screen and (max-width: 767px) {
            .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-left {
              width: 100%; } }
        .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-right {
          float: left; }
          @media screen and (max-width: 767px) {
            .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-right {
              width: 100%; } }
        .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-left {
          text-align: right;
          padding-right: 20px; }
          .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-left span {
            font-size: 16px;
            line-height: 20px;
            color: #00263e;
            padding-left: 5px; }
          @media screen and (max-width: 767px) {
            .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-left {
              margin-bottom: 10px;
              text-align: center;
              padding-right: 0px; } }
        .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-right {
          text-align: left; }
          .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-right img {
            width: 250px; }
          @media screen and (max-width: 767px) {
            .footer .container .footer-top .checkout-bottom-payment .checkout-bottom-payment-right {
              text-align: center; } }
    .footer .container .footer-bottom {
      text-align: center;
      border-top: 2px solid #ebebeb;
      padding: 31px 15px 113px 15px; }
      @media screen and (max-width: 767px) {
        .footer .container .footer-bottom {
          padding: 30px 0 40px 0; } }
      .footer .container .footer-bottom .cross-img {
        margin: 0 0 31px 12px; }
        @media screen and (max-width: 767px) {
          .footer .container .footer-bottom .cross-img {
            margin: 0 0 20px 0; } }
      .footer .container .footer-bottom p {
        margin: 0;
        color: #3d3d3d;
        font-weight: normal;
        letter-spacing: -0.4px;
        line-height: 20px;
        word-spacing: 2px; }
        .footer .container .footer-bottom p a {
          text-decoration: none;
          color: #3d3d3d; }
          .footer .container .footer-bottom p a:hover {
            color: #fe5000; }

.trustpilot-widget {
  background: #FFFFFF;
  text-align: center;
  padding: 10px; }
  .trustpilot-widget a {
    color: #fff;
    text-decoration: none; }
  .trustpilot-widget.trust-top-margin {
    margin-top: -105px; }

.trustpilot-cart-class {
  background: #FFF;
  margin-top: 10px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .trustpilot-cart-class.desktop-hide {
      display: none; } }
  @media (max-width: 767px) {
    .trustpilot-cart-class.mobile-hide {
      display: none; } }

.cookieMessage.cookie-open {
  bottom: 0px; }

@media screen and (max-width: 767px) {
  .cookieMessage {
    display: none !important; } }

.trust-wrapper {
  text-align: center;
  margin-bottom: 66px; }
  @media (max-width: 767px) {
    .trust-wrapper {
      margin-bottom: 40px; } }
  .trust-wrapper .trustpilot-img {
    max-width: 215px;
    line-height: 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .trust-wrapper .trustpilot-img {
        max-width: 150px; } }
    .trust-wrapper .trustpilot-img img {
      max-width: 100%;
      height: auto; }
  .trust-wrapper .trustpilot-cart-class {
    margin-top: 20px; }

@media (min-width: 768px) {
  .desktop-hide {
    display: none; } }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

/** header-css */
.fixed-header .body {
  margin-top: 20px; }

.modal-promo {
  position: fixed;
  transition: all 0.2s; }
  @media (max-width: 767px) {
    .modal-promo {
      top: 58px; } }

.browse {
  text-transform: inherit !important; }

.footer .container .footer-bottom .cross-img {
  margin: 0 0 31px 0px; }

/* footer press logo section  13-04-2022*/
.press-logo-section {
  background-color: #00263E;
  padding: 50px 0; }

.press-logo-section .container {
  max-width: 1600px; }

.press-logo-section .logo-title h3 {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: LuloCleanOne-Bold;
  margin-bottom: 30px; }

.press-logo-section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  justify-content: space-between;
  align-items: center; }

.press-logo-section ul li {
  list-style: none;
  padding: 0 30px;
  text-align: center; }

.press-logo-section ul li img {
  max-height: 45px; }

.press-logo-section ul li .logo-img {
  display: inline-block; }

@media (max-width: 1200px) {
  .press-logo-section ul {
    margin: 0 -20px; }
  .press-logo-section ul li {
    padding: 0 25px; } }

@media (max-width: 1080px) {
  .press-logo-section ul li {
    width: 33.33%;
    margin-bottom: 45px;
    text-align: center; }
  .press-logo-section {
    padding-bottom: 10px; }
  .press-logo-section .logo-title h3 {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .press-logo-section ul {
    margin: 0 -15px; } }

@media (max-width: 500px) {
  .press-logo-section ul {
    flex-direction: column;
    margin: 0; }
  .press-logo-section ul li {
    width: 100%;
    margin-bottom: 70px;
    padding: 0; }
  .press-logo-section .logo-title h3 {
    margin-bottom: 60px; } }

/*end*/
/* 05-04-2022 */
@media (max-width: 767px) {
  .category-page .night-sleep-listing {
    margin-top: -50px !important; }
  .category-page .mattress-baner {
    min-height: inherit !important; } }

/* 24-11-2020 ultimate-page-css start*/
.sleep-section {
  background-image: linear-gradient(180deg, #fff, #fff, #E0E0E0);
  padding-bottom: 115px; }
  @media (max-width: 991px) {
    .sleep-section {
      padding-bottom: 80px; } }
  .sleep-section .title-block {
    text-align: center;
    margin: 0 0 80px; }
    .sleep-section .title-block .section-title {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 4.6px;
      margin: 0 0 20px; }
      @media (max-width: 1080px) {
        .sleep-section .title-block .section-title {
          letter-spacing: 0; } }
    .sleep-section .title-block p {
      max-width: 645px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 28px;
      font-family: Amiri; }
  .sleep-section .img-block {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media (max-width: 767px) {
      .sleep-section .img-block {
        flex-wrap: wrap;
        margin-bottom: 10px; } }
    .sleep-section .img-block .large-img {
      max-width: 67%;
      flex: 0 0 67%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .sleep-section .img-block .large-img {
          max-width: 100%;
          flex: 0 0 100%;
          padding-bottom: 10px; } }
      .sleep-section .img-block .large-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .sleep-section .img-block .img-col {
      max-width: 33%;
      flex: 0 0 33%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .sleep-section .img-block .img-col {
          max-width: 100%;
          flex: 0 0 100%;
          margin: 0 0 10px;
          display: flex; } }
      .sleep-section .img-block .img-col .inner-img-col {
        align-content: space-between;
        height: 100%;
        flex-wrap: wrap;
        display: flex; }
        @media (max-width: 767px) {
          .sleep-section .img-block .img-col .inner-img-col {
            margin: 0 -10px; } }
      .sleep-section .img-block .img-col .small-img {
        padding-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        @media (max-width: 767px) {
          .sleep-section .img-block .img-col .small-img {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 10px;
            padding-bottom: 0px; } }
        .sleep-section .img-block .img-col .small-img:last-child {
          padding-bottom: 0; }
        .sleep-section .img-block .img-col .small-img img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
  .sleep-section .details-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 100px 50px 120px 50px; }
    @media (max-width: 991px) {
      .sleep-section .details-block {
        padding: 40px 0 0; } }
    .sleep-section .details-block .inner-block {
      width: calc(33% - 10px);
      flex: 0 0 calc(33% - 10px);
      margin: 0 15px 40px 0;
      text-align: center; }
      .sleep-section .details-block .inner-block:nth-child(3n) {
        margin: 0 0 40px; }
      @media (max-width: 991px) {
        .sleep-section .details-block .inner-block:nth-child(2n) {
          margin: 0 0 40px; } }
      @media (max-width: 1024px) {
        .sleep-section .details-block .inner-block {
          width: calc(50% - 15px);
          flex: 0 0 calc(50% - 15px); } }
      @media (max-width: 575px) {
        .sleep-section .details-block .inner-block {
          width: 100%;
          flex: 0 0 100%;
          margin: 0 0 40px; } }
      .sleep-section .details-block .inner-block .layer-name, .sleep-section .details-block .inner-block h4, .sleep-section .details-block .inner-block p {
        font-family: Amiri; }
      .sleep-section .details-block .inner-block .layer-name {
        font-size: 16px;
        line-height: 20px;
        display: block;
        margin: 0 0 15px; }
      .sleep-section .details-block .inner-block h4 {
        font-size: 32px;
        margin: 0 0 6px;
        color: #00263E;
        line-height: 56px; }
        @media (max-width: 1280px) {
          .sleep-section .details-block .inner-block h4 {
            line-height: 32px;
            font-size: 28px; } }
      .sleep-section .details-block .inner-block p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 15px; }
      .sleep-section .details-block .inner-block.sunset i {
        width: 98px;
        line-height: 0;
        display: block;
        margin: 0 auto 30px; }
        @media (max-width: 575px) {
          .sleep-section .details-block .inner-block.sunset i {
            width: 75px; } }
        .sleep-section .details-block .inner-block.sunset i img {
          max-width: 100%;
          height: auto; }
      .sleep-section .details-block .inner-block.sunset h4 {
        font-size: 16px;
        line-height: 28px;
        color: #00263E;
        font-family: "LuloCleanOne-Bold"; }
      .sleep-section .details-block .inner-block .square-box {
        border: 7px solid #00263E;
        width: 205px;
        height: 134px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 575px) {
          .sleep-section .details-block .inner-block .square-box {
            width: 170px;
            height: 115px; } }
        .sleep-section .details-block .inner-block .square-box h4 {
          font-size: 16px;
          line-height: 28px;
          color: #00263E;
          font-family: "LuloCleanOne-Bold"; }
          .sleep-section .details-block .inner-block .square-box h4 span {
            display: block; }

/*ultimate-section-shop start*/
.section-shop.ultimate-section-shop {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .section-shop.ultimate-section-shop {
      padding: 100px 0; } }
  .section-shop.ultimate-section-shop:after {
    background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/ultima-mattress-bg.jpg"); }
  .section-shop.ultimate-section-shop.brunel-sofa-bed:after {
    background: url("https://brook-wilde-dev.mybigcommerce.com/product_images/uploaded_images/sofabedbg.jpeg"); }
  .section-shop.ultimate-section-shop .container {
    max-width: 1523px; }
    .section-shop.ultimate-section-shop .container .shop-dtl {
      max-width: 416px;
      width: 100%;
      margin: 0 auto;
      padding-top: 64px; }
      @media (max-width: 1080px) {
        .section-shop.ultimate-section-shop .container .shop-dtl {
          max-width: 330px; } }
      @media (max-width: 991px) {
        .section-shop.ultimate-section-shop .container .shop-dtl {
          max-width: 354px; } }
      .section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner {
        text-align: center;
        margin-bottom: 45px; }
        .section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner h2 {
          font-size: 16px;
          line-height: 24px;
          padding: 0 0 20px;
          letter-spacing: 0; }
    .section-shop.ultimate-section-shop .container .shop-img {
      max-width: 37.9%; }
      @media (max-width: 1080px) {
        .section-shop.ultimate-section-shop .container .shop-img {
          max-width: 47.9%; } }
      @media (max-width: 767px) {
        .section-shop.ultimate-section-shop .container .shop-img {
          max-width: 100%; } }

/*ultimate-section-shop end*/
.wave-technology.ultimate-product-description {
  padding: 50px 0 0; }
  .wave-technology.ultimate-product-description .product-meta-details {
    padding-bottom: 24px;
    padding-top: 50px; }
    .wave-technology.ultimate-product-description .product-meta-details .container {
      max-width: 1400px; }

.wave-technology.ultimate-mattress-benefits {
  padding-top: 37px;
  padding-bottom: 70px; }
  @media (max-width: 1280px) {
    .wave-technology.ultimate-mattress-benefits {
      padding: 20px 0 30px; } }
  @media (max-width: 991px) {
    .wave-technology.ultimate-mattress-benefits {
      padding: 0; } }
  .wave-technology.ultimate-mattress-benefits .product-meta-details .container {
    max-width: 1100px; }

.wave-technology.brunel-sofa-bed-description {
  padding-top: 0; }
  .wave-technology.brunel-sofa-bed-description .product-meta-details {
    padding-top: 0; }

.wave-section.ultimate-wave-section {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: linear-gradient(#e0e0e0, #fff, #fff, #fff); }
  .wave-section.ultimate-wave-section .title-block h2, .wave-section.ultimate-wave-section .title-block p {
    color: #00263e; }
  .wave-section.ultimate-wave-section .title-block h2 {
    letter-spacing: 4.6px; }
    @media (max-width: 1080px) {
      .wave-section.ultimate-wave-section .title-block h2 {
        letter-spacing: 0; } }

.wave-section .wave-img {
  max-width: 810px; }

.mattress-guide .section-one-for-everyone {
  padding-top: 58px; }

.mattress-page .shop-ultima:hover {
  background: #BEBEC1; }
  .mattress-page .shop-ultima:hover span:after {
    background: #00263e; }

.mattress-page .shop-ultima span:before {
  background: #00263e; }

.slick-dots li.slick-active button::before {
  background: #00273e; }

.slick-dots li button {
  border: 1px solid #00273e; }

.mattress-detail-outer.bottom {
  padding-bottom: 120px; }
  .mattress-detail-outer.bottom .mattress-img {
    margin-top: -8.6%; }

.product-detail-page .productView .productView-details .productView-product {
  padding-bottom: 20px; }

@media (max-width: 767px) and (min-width: 620px) {
  .inner-mattress-detail {
    margin-top: -72px !important; }
  .mattress-detail-outer .mattress-detail {
    padding-bottom: 200px !important; }
  .mattress-detail-outer.bottom .mattress-detail {
    padding-bottom: 70px !important; } }

@media (max-width: 620px) and (min-width: 540px) {
  .mattress-detail-outer .mattress-detail {
    padding-bottom: 170px !important; }
  .mattress-detail-outer.bottom .mattress-detail {
    padding-bottom: 70px !important; }
  .inner-mattress-detail {
    margin-top: -62px !important; } }

@media (max-width: 991px) {
  .wave-section .wave-img {
    max-width: 80%; } }

@media (max-width: 767px) {
  .wave-section .wave-img {
    max-width: 100%; }
  .mattress-detail-outer.bottom .mattress-detail .inner-mattress-detail h6 {
    margin-top: 16px; } }

/* ultimate page css  end */
/* category-page css start 10-11-2020*/
.multiple-cat .night-sleep-listing > li:last-child {
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 767px) {
    .multiple-cat .night-sleep-listing > li:last-child {
      display: none; } }

@media (max-width: 1200px) {
  .single-cat .night-sleep-listing {
    justify-content: center; } }

.single-cat .night-sleep-listing > li:last-child {
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1200px) {
    .single-cat .night-sleep-listing > li:last-child {
      display: none; } }

.single-cat .night-sleep-listing > li:first-child {
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1200px) {
    .single-cat .night-sleep-listing > li:first-child {
      display: none; } }

.night-sleep-listing {
  background: none !important;
  padding-bottom: 0px !important;
  margin: -143px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .night-sleep-listing li h6 {
    margin-top: 0;
    text-align: center; }
  .night-sleep-listing li .night-sleep-img {
    max-width: 370px;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto; }
    .night-sleep-listing li .night-sleep-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .night-sleep-listing li h2 {
    margin-top: 0;
    margin-bottom: 22px; }
    .night-sleep-listing li h2 span {
      display: inline-block;
      color: #FE5000;
      font-size: 20px;
      line-height: 24px;
      margin-right: 7px;
      font-family: Amiri; }
  .night-sleep-listing li p {
    max-width: 368px;
    width: 100%;
    margin: 0 auto 15px; }
  .night-sleep-listing > li {
    width: 29.33%;
    padding: 0 20px 30px; }

.diffrent-product-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0; }
  .diffrent-product-list li {
    list-style: none;
    padding: 6px; }
    .diffrent-product-list li a {
      display: inline-block;
      width: 17px;
      height: 17px; }

.night-sleep-detail {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.category-page .mattress-baner-links li a, .category-page .mattress-baner-links li span {
  font-size: 12px; }

.category-page .mattress-baner {
  min-height: 450px; }

.category-page .mattress-price-list {
  margin-left: 0; }

.category-page .mattress-detail-outer .inner-mattress-detail h3, .category-page .mattress-detail-outer .inner-mattress-detail .product-title {
  margin-top: 20px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px; }
  .category-page .mattress-detail-outer .inner-mattress-detail h3 span, .category-page .mattress-detail-outer .inner-mattress-detail .product-title span {
    vertical-align: top;
    margin-top: 1px; }

.category-page .mattress-detail-outer .inner-mattress-detail h6 {
  margin-top: 20px; }

.category-page .mattress-detail-outer .inner-mattress-detail p {
  margin-bottom: 20px;
  margin-top: 5px; }

.category-page .night-sleep-detail .mettress-btn {
  text-transform: uppercase;
  min-width: 240px;
  max-width: 100%;
  width: auto;
  padding: 0 15px;
  margin-top: -10px; }

@media (min-width: 1201px) {
  .category-page-detail {
    padding-bottom: 65px; }
    .category-page-detail.two-col-listing .night-sleep-listing > li {
      width: 49.33%; } }

@media (max-width: 1280px) {
  .night-sleep-listing {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -92px; }
    .night-sleep-listing > li {
      padding-bottom: 20px; }
      .night-sleep-listing > li .night-sleep-img {
        margin-bottom: 5px; }
  .category-page .mattress-baner {
    min-height: 360px; }
  .category-page .mattress-detail-outer .inner-mattress-detail p {
    margin-top: 5px;
    margin-bottom: 15px; }
  .category-page .mattress-detail-outer .inner-mattress-detail h3 span, .category-page .mattress-detail-outer .inner-mattress-detail .product-title span {
    margin-top: 0px; }
  .category-page .category-page-detail .container {
    max-width: 100%; }
  .category-page-detail {
    padding-bottom: 35px; }
    .category-page-detail .container {
      max-width: 1100px; } }

@media (max-width: 1200px) {
  .night-sleep-listing > li {
    width: 47.5%; } }

@media (max-width: 991px) {
  .night-sleep-listing {
    margin-top: -87px; }
    .night-sleep-listing li .night-sleep-img {
      margin-bottom: 9px; }
    .night-sleep-listing li h2 {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 17px; }
      .night-sleep-listing li h2 span {
        font-size: 16px; }
  .category-page .mattress-baner {
    min-height: 390px; }
  .category-page .mattress-price-list {
    margin-top: 11px;
    margin-left: 0; } }

@media (max-width: 767px) {
  .night-sleep-listing {
    margin-top: -95px;
    margin-left: 0;
    margin-right: 0; }
    .night-sleep-listing > li {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
      .night-sleep-listing > li .night-sleep-img {
        margin: 0 auto 9px;
        height: auto;
        max-width: 462px; }
  .category-page .mattress-baner {
    min-height: 350px; }
  .category-page .mattress-price-list {
    margin-left: 0; }
  .category-page .mattress-detail-outer .inner-mattress-detail h3 span, .category-page .mattress-detail-outer .inner-mattress-detail .product-title span {
    padding-top: 0px;
    margin-right: 6px;
    margin-top: 1px; } }

/* category-page css end */
.pillow-page .body {
  background-color: #dce8ef;
  position: relative; }
  .pillow-page .body:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white-1.png") repeat;
    background-size: cover;
    opacity: 0.16;
    z-index: 0; }

.pillow-page .custom-pillow {
  position: relative;
  z-index: 1; }
  .pillow-page .custom-pillow ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    padding: 30px 0; }
    @media screen and (max-width: 1080px) {
      .pillow-page .custom-pillow ul {
        max-width: 1000px;
        padding: 25px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .pillow-page .custom-pillow ul {
        display: block;
        max-width: 300px; } }
    .pillow-page .custom-pillow ul .navList-item {
      width: 25%;
      padding: 65px 40px 65px 0;
      margin: 0 -1px; }
      @media screen and (max-width: 1080px) {
        .pillow-page .custom-pillow ul .navList-item {
          width: 33.33%;
          padding: 65px 20px 65px 0; } }
      @media screen and (max-width: 767px) {
        .pillow-page .custom-pillow ul .navList-item {
          width: 100%;
          padding: 37px 10px; } }
      .pillow-page .custom-pillow ul .navList-item.category_title p strong {
        line-height: 30px;
        font-family: "LuloCleanOne-Bold";
        color: #00263e;
        margin: 0;
        font-weight: normal; }
      .pillow-page .custom-pillow ul .navList-item h3 {
        font-size: 24px;
        line-height: 32px;
        text-transform: capitalize;
        margin: 0;
        padding: 0 0 13px;
        color: #00263e; }
      .pillow-page .custom-pillow ul .navList-item p {
        line-height: 30px;
        color: #00263e;
        margin: 0;
        padding: 0 0 12px; }
      .pillow-page .custom-pillow ul .navList-item a.navList-action {
        color: #fe5000;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        display: inline-block;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        padding-bottom: 3px; }
        .pillow-page .custom-pillow ul .navList-item a.navList-action:after {
          position: absolute;
          content: '';
          left: 0;
          right: 0;
          bottom: 0;
          height: 2px;
          border-bottom: 2px solid #fe5000; }
        .pillow-page .custom-pillow ul .navList-item a.navList-action:before {
          position: absolute;
          content: '';
          left: 0;
          right: 100%;
          bottom: 0;
          height: 2px;
          border-bottom: 2px solid #00263e;
          transition: all 0.4s;
          -webkit-transition: all 0.4s;
          z-index: 2; }
        .pillow-page .custom-pillow ul .navList-item a.navList-action:hover {
          color: #00263e; }
          .pillow-page .custom-pillow ul .navList-item a.navList-action:hover:before {
            right: 0; }

.bed-cat-wrapper .piglet-banner-text .main-banner-text {
  display: block; }

.bed-cat-wrapper .piglet-banner-text .submain-banner-text {
  display: none; }

.bed-desc-wrapper .main-banner-text {
  display: none; }

.bed-desc-wrapper .submain-banner-text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #00263e;
  font-family: Amiri;
  font-weight: 400;
  width: 100%;
  margin: 0 auto; }

.bed-desc-wrapper {
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 74px; }
  @media (max-width: 767px) {
    .bed-desc-wrapper {
      margin: 0 auto 30px; } }

.cat-breadcrumb a {
  display: none; }

.alertBox.alertBox--info.productAttributes-message {
  background-image: none !important;
  border-left: none !important;
  padding: 10px !important;
  background-color: transparent !important; }

.alertBox.alertBox--info.productAttributes-message .alertBox-message {
  color: #fe5000; }

/* Error msg css on 20-11-2023 */
@media (max-width: 1080px) {
  .product-detail-page .productView .productView-details .productView-options .productAttributes-message .alertBox-message {
    text-align: center;
    display: block; } }

/*28-02-2023 Living+Dining products*/
.section-shop.ultimate-section-shop.living-dining {
  z-index: -1; }

@media screen and (min-width: 1201px) {
  .section-shop.ultimate-section-shop.living-dining .container .shop-dtl {
    padding: 73px 0 0 40px;
    max-width: 620px; } }

.section-shop.ultimate-section-shop.living-dining.stirling-item .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-sterling-background.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.living-dining.richmond-dining-table .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-richmond-table-background.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.living-dining.richmond-dining-bench .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-richmond-bench-background.jpg") !important;
  background-size: cover !important; }

/*20-12-2022 Bedromms category updates start*/
.section-shop.ultimate-section-shop.bedrooms-item.stirling-double-wardrobe .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-sterling-double-wardrobe-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item.stirling-4-drawer-chest .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-sterling-4-drawer-chest-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item.stirling-bedside-cabinet .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-sterling-bedside-cabinet-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item.warwick-triple-wardrobe .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-warwick-triple-wardrobe-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item.warwick-6-drawer-chest .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-warwick-6-drawer-chest-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item.warwick-bedside-cabinet .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-warwick-bedside-cabinet-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item.warwick-double-wardrobe .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/the-warwick-double-wardrobe-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.bedrooms-item {
  z-index: -1; }

@media screen and (min-width: 1201px) {
  .section-shop.ultimate-section-shop.bedrooms-item .container .shop-dtl {
    padding: 73px 0 0 40px;
    max-width: 620px; } }

.form-field.Fitzroy-Dawson.Fabric.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.orla-emerald .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/plush-new-teal-thumbnail-img.png"); }

/*end*/
/*14-9-2022  css for new delivery icon start*/
.single-icon-element .promise-list li {
  padding-bottom: 10px;
  width: 100%;
  max-width: 100%; }

.single-icon-element .promise-list li .promise-img {
  text-align: center;
  justify-content: center;
  align-items: center; }

.single-icon-element .promise-list li .promise-img p {
  max-width: 100px;
  text-align: left;
  margin-bottom: 0; }

.single-icon-element .promise-list li .promise-img img {
  margin: 0; }

/*end*/
/*----------------------------------------product-view-page--start------------------------------*/
/*August updates for new products launch start*/
.form-field.Byron.Fabric.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.orla-midnight .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-midnight-blue.png"); }

.form-field.Byron.Fabric.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.orla-emerald .fabric-img {
  background-image: url(../img/fabric-images/plush-new-teal-thumbnail.png); }

/*end*/
.form-field.Blanket.Box.Fabric.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper .fabric-listing .fabric-img {
  height: 44px;
  width: 44px;
  border-radius: 0; }

.Bed.Fabrics.Options .fabric-listing li.orla-diamond .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-diamond-thumbnail.png"); }

.Brunel.Bed .Fabrics .fabric-listing li.orla-diamond .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-diamond-2-thumbnail.png"); }

.Brunel.Bed .Fabrics .fabric-listing li.orla-turquoise .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-turquoise-3-thumbnail.png"); }

.Brunel.Bed .Fabrics .fabric-listing li.orla-blush .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-blush.png"); }

.Chair.Fabric .fabric-listing li.orla-blush .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-blush-round-2.png"); }

.Chair.Fabric .fabric-listing li.orla-fern .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-fern-thumbnail-2.png"); }

.Chair.Fabric .fabric-listing li.orla-turquoise .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-turquoise-thumbnail-2.png"); }

.Orla.Fabric .fabric-listing li.orla-midnight .fabric-img {
  background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-midnight-round-4.png"); }

form[data-name="The Sandringham Bed Linen Set in Teal"] ul.select-options li.double {
  display: none; }

form[data-name="The Sandringham Bed Linen Set in Teal"] ul.select-options li.king {
  display: none; }

form[data-name="The Belvedere Bed Linen Set in Silver"] ul.select-options li.super-king {
  display: none; }

form[data-name="The Balmoral Throw"] ul.select-options li.grey {
  display: none; }

/* Duchess fabric image 06-12-2021 */
.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.freya-ocean .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/duches-freya-ocean-thumbnail.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.freya-storm .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/duches-freya-storm.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.freya-mist .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/duches-freya-mist.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.freya-blue .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/duche-freya-blue-2-.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.freya-mineral .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/duches-freya-mineral.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.freya-blush .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/duches-freya-blush.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.lumino-old-rose .fabric-img {
  background-image: url(https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/velvet-blush-round.png); }

.form-field.Duchess.Fabrics.custom-dropdown .select .fabric-dropdown-wrapper ul.fabric-listing li.lumino-mineral .fabric-img {
  background-image: url(../img/fabric-images/plush-new-teal-thumbnail.png); }

/*end*/
/* -- added in 1st sep. 2021 -- */
.reveal-modal-bg {
  display: block; }

.reveal-modal-bg {
  background: #000;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

@media (min-width: 1261px) {
  .container {
    padding: 0 6rem; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }

.container {
  max-width: 1430px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

.productpage_custom .mattress-guide .section-one-for-everyone {
  padding: 108px 0 114px;
  text-align: center; }

.mattress-guide .section-one-for-everyone p {
  line-height: 24px;
  color: #00263e;
  max-width: 450px;
  margin: 0 auto;
  padding-top: 30px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  max-width: 500px; }

select.form-select {
  width: 100%;
  max-width: 100%;
  height: 55px !important;
  border: 2px solid #00263e;
  border-radius: 0;
  color: #00263e;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  moz-appearance: none;
  -ms-appearance: none;
  background: url(../img/plus-icon.svg) no-repeat;
  background-size: 11px 11px !important;
  background-position: 31px center !important;
  padding: 0 15px 0 57px !important; }

.Bed .select-styled, .Fabrics .select-styled {
  transition: none; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .2s ease-in;
  color: #00263e;
  background: url(../img/plus-icon.svg) no-repeat #fff;
  background-size: 11px 11px;
  background-position: 31px center;
  padding: 0 15px 0 57px;
  border-radius: 0;
  font-size: 16px;
  line-height: 55px;
  border: 2px solid #00263e;
  text-align: left;
  max-width: 500px; }

.select-options {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 2px solid #00263e; }

.select-options li {
  margin: 0;
  transition: all .15s ease-in;
  color: #00263e;
  background: url(../img/plus-icon-white.svg) no-repeat;
  background-size: 11px 11px;
  background-position: 31px center;
  padding: 0 15px 0 57px;
  border-radius: 0;
  font-size: 16px;
  line-height: 55px;
  text-align: left; }

.productGrid.related-products {
  display: none; }

.select-options li:hover {
  color: #fff;
  background-color: #fe5000; }

/* -- end added in 1st sep. 2021 -- */
@media screen and (max-width: 767px) {
  body.productpage_custom {
    font-size: 16px; } }

/**bedset-css-start**/
.piglet-block {
  padding: 80px 0 0; }
  @media screen and (max-width: 767px) {
    .piglet-block {
      padding: 50px 0 0; } }
  @media screen and (max-width: 568px) {
    .piglet-block {
      padding: 50px 90px 0; } }
  @media screen and (max-width: 475px) {
    .piglet-block {
      padding: 50px 60px 0; } }
  @media screen and (max-width: 375px) {
    .piglet-block {
      padding: 50px 0px 0; } }

.piglet-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px; }
  @media screen and (max-width: 767px) {
    .piglet-banner {
      background-image: url("../img/piglet_banner_mobile.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  .piglet-banner .piglet-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .piglet-banner .piglet-banner-text {
        max-width: 90%; } }
    .piglet-banner .piglet-banner-text h2 {
      font-size: 20px;
      line-height: 24px;
      color: #ffffff;
      font-family: "LuloCleanOne-Bold";
      margin-top: 0;
      margin-bottom: 10px; }
    .piglet-banner .piglet-banner-text p {
      font-size: 16px;
      color: #ffffff;
      font-family: "Amiri";
      font-weight: 400; }

.piglet-inner {
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .piglet-inner {
      padding: 0 0 30px; } }
  .piglet-inner .piglet-header {
    text-align: center;
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 74px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1024px) {
      .piglet-inner .piglet-header {
        max-width: 80%; } }
    @media screen and (max-width: 767px) {
      .piglet-inner .piglet-header {
        margin: 0 auto 30px; } }
    @media screen and (max-width: 575px) {
      .piglet-inner .piglet-header {
        max-width: 100%; } }
    .piglet-inner .piglet-header h3 {
      font-size: 16px;
      line-height: 20px;
      color: #00263e;
      font-family: "LuloCleanOne-Bold";
      text-align: center;
      margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .piglet-inner .piglet-header h3 {
          margin: 0 0 12px; } }
    .piglet-inner .piglet-header p {
      font-size: 16px;
      line-height: 20px;
      color: #00263e;
      font-family: "Amiri";
      font-weight: 400;
      width: 100%;
      margin: 0 auto; }
    .piglet-inner .piglet-header .cat-breadcrumb {
      display: none; }
  .piglet-inner .piglet-listing {
    display: flex;
    list-style: none;
    margin: 0 -15px;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .piglet-inner .piglet-listing {
        margin: 0 -20px; } }
    @media screen and (max-width: 767px) {
      .piglet-inner .piglet-listing {
        margin: 0 -15px; } }
    .piglet-inner .piglet-listing li {
      text-align: center;
      padding: 0 31px 0;
      margin-bottom: 62px;
      width: 25%; }
      @media screen and (max-width: 1024px) {
        .piglet-inner .piglet-listing li {
          width: 33.33%;
          padding: 0 20px 0; } }
      @media screen and (max-width: 767px) {
        .piglet-inner .piglet-listing li {
          width: 50%;
          margin-bottom: 33px;
          padding: 0 15px 0; } }
      @media screen and (max-width: 568px) {
        .piglet-inner .piglet-listing li {
          width: 100%;
          margin-bottom: 33px; } }
      .piglet-inner .piglet-listing li a {
        display: block;
        text-decoration: none; }
        .piglet-inner .piglet-listing li a:hover .piglet-img img {
          transform: scale(1.1); }
        @media screen and (max-width: 1024px) {
          .piglet-inner .piglet-listing li a:hover .piglet-img img {
            transform: none; } }
        .piglet-inner .piglet-listing li a .piglet-img {
          margin-bottom: 25px;
          overflow: hidden; }
          @media screen and (max-width: 767px) {
            .piglet-inner .piglet-listing li a .piglet-img {
              margin-bottom: 15px; } }
          .piglet-inner .piglet-listing li a .piglet-img img {
            transition: 0.3s; }
            @media screen and (max-width: 568px) {
              .piglet-inner .piglet-listing li a .piglet-img img {
                width: 100%; } }
        .piglet-inner .piglet-listing li a .piglet-detail {
          padding: 0 10px; }
          .piglet-inner .piglet-listing li a .piglet-detail h5 {
            font-size: 20px;
            line-height: 24px;
            color: #00263e;
            font-family: "Amiri";
            font-weight: 400;
            text-align: center;
            text-transform: capitalize;
            margin: 0 43px 12px; }
            @media screen and (max-width: 1200px) {
              .piglet-inner .piglet-listing li a .piglet-detail h5 {
                margin: 0 0px 15px; } }
            @media screen and (max-width: 767px) {
              .piglet-inner .piglet-listing li a .piglet-detail h5 {
                margin: 0 auto 15px;
                max-width: 225px; } }
          .piglet-inner .piglet-listing li a .piglet-detail span {
            font-size: 16px;
            color: #fe5000;
            font-family: "Amiri";
            font-weight: 400;
            display: inline-block; }

.sleepwear {
  padding-bottom: 107px; }
  @media screen and (max-width: 767px) {
    .sleepwear {
      padding-bottom: 190px; } }
  .sleepwear .piglet-header {
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .sleepwear .piglet-header {
        max-width: 100%; } }

/**bedset-css-end**/
.product-detail-page .productView {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1430px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .product-detail-page .productView {
      display: block; } }
  .product-detail-page .productView figure.productView-image {
    background-position: center center; }
    @media screen and (max-width: 1080px) {
      .product-detail-page .productView figure.productView-image {
        display: none; } }
  .product-detail-page .productView .productView-images {
    width: 65%;
    padding: 0;
    float: none;
    margin-bottom: 0;
    min-height: 750px; }
    @media screen and (max-width: 1080px) {
      .product-detail-page .productView .productView-images {
        width: 100%;
        margin-bottom: 0;
        min-height: inherit; } }
    .product-detail-page .productView .productView-images .productView-img-container img {
      width: 100% !important; }
    .product-detail-page .productView .productView-images .productView-thumbnails {
      margin: 0; }
      .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow {
        width: 74px;
        height: 74px;
        /*background: rgba(#00263e, 0.48);*/
        background: #fe5000;
        border: none;
        margin-top: 0; }
        @media screen and (max-width: 1080px) {
          .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow {
            width: 54px;
            height: 54px; } }
        @media screen and (max-width: 767px) {
          .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow {
            width: 34px;
            height: 34px; } }
        .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow:hover {
          /*background: #fe5000;*/
          background: rgba(0, 38, 62, 0.48); }
        .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow:before {
          background-position: center center;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          position: absolute;
          width: 18px;
          height: 33px; }
          @media screen and (max-width: 767px) {
            .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow:before {
              width: 10px;
              height: 25px; } }
        .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
          background-image: url(../img/product-slider-thumbnail-arrow.png); }
        .product-detail-page .productView .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
          background-image: url(../img/product-slider-thumbnail-arrow-next.png); }
      .product-detail-page .productView .productView-images .productView-thumbnails .slick-list {
        margin: 0; }
        .product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail {
          padding: 0;
          position: relative;
          /* border: 1px solid stencilColor("color-white");
                              border-right:none ; */ }
          .product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail:focus {
            outline: none; }
          .product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail.slick-active {
            border: none;
            box-shadow: none;
            outline: none; }
          .product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail .slick-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail .productView-thumbnail-link {
            padding: 62.9% 0 0;
            box-sizing: border-box !important;
            border: none;
            height: auto;
            vertical-align: middle;
            max-width: inherit; }
            .product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail .productView-thumbnail-link img {
              max-height: inherit;
              max-width: inherit;
              position: absolute;
              top: 50%;
              bottom: auto;
              left: 50%;
              right: auto;
              width: 100%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              object-fit: cover; }
  .product-detail-page .productView .productView-details {
    width: 35%;
    background: #f7f5f5;
    padding: 40px 40px 40px 40px;
    margin: 0;
    float: none; }
    @media (min-width: 1081px) {
      .product-detail-page .productView .productView-details {
        min-height: 800px; } }
    @media screen and (max-width: 1080px) {
      .product-detail-page .productView .productView-details {
        width: 100%;
        margin: 0;
        padding: 50px;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .product-detail-page .productView .productView-details {
        padding: 40px 20px; } }
    .product-detail-page .productView .productView-details .productView-product {
      border-bottom: none;
      padding-bottom: 10px;
      position: relative; }
      .product-detail-page .productView .productView-details .productView-product .title-wrap {
        display: flex;
        flex: 1;
        -ms-flex: 1;
        flex-wrap: wrap;
        align-items: flex-start; }
        .product-detail-page .productView .productView-details .productView-product .title-wrap h1 {
          max-width: calc(100% - 117px);
          margin-right: 25px; }
        .product-detail-page .productView .productView-details .productView-product .title-wrap .product-label {
          color: white;
          height: 27px;
          width: 117px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-family: "LuloCleanOne-Bold";
          margin-bottom: 38px;
          font-size: 8px;
          position: relative;
          top: 2px; }
          .product-detail-page .productView .productView-details .productView-product .title-wrap .product-label.elite-mattress {
            background-color: #81d8d0; }
          .product-detail-page .productView .productView-details .productView-product .title-wrap .product-label.lux-mattress {
            background-color: #fe5000; }
      @media screen and (max-width: 1080px) {
        .product-detail-page .productView .productView-details .productView-product {
          max-width: 700px;
          margin: 0 auto; } }
      .product-detail-page .productView .productView-details .productView-product h1 {
        font-size: 16px;
        line-height: 30px;
        color: #00263e;
        font-family: LuloCleanOne-Bold;
        font-family: "LuloCleanOne-Bold";
        padding-bottom: 10px;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .product-detail-page .productView .productView-details .productView-product h1 {
            font-size: 16px;
            line-height: 30px; } }
        @media screen and (max-width: 767px) {
          .product-detail-page .productView .productView-details .productView-product h1.product-bed {
            max-width: 85%;
            margin: 0 auto; } }
        @media screen and (max-width: 557px) {
          .product-detail-page .productView .productView-details .productView-product h1.product-bed {
            max-width: 70%;
            margin: 0 auto; } }
        @media screen and (max-width: 360px) {
          .product-detail-page .productView .productView-details .productView-product h1.product-bed {
            max-width: 85%;
            margin: 0 auto; } }
        @media screen and (max-width: 480px) and (max-height: 320px) {
          .product-detail-page .productView .productView-details .productView-product h1.product-bed {
            max-width: 70%; } }
      .product-detail-page .productView .productView-details .productView-product p {
        line-height: 30px;
        margin-bottom: 0; }
      .product-detail-page .productView .productView-details .productView-product .bed_description .meta-detail-grid {
        padding-top: 20px; }
        .product-detail-page .productView .productView-details .productView-product .bed_description .meta-detail-grid img.meta-detail-icon {
          width: 50px;
          float: left;
          margin: 0 15px 0 0; }
          @media screen and (max-width: 1080px) {
            .product-detail-page .productView .productView-details .productView-product .bed_description .meta-detail-grid img.meta-detail-icon {
              float: none;
              margin: 0 0 15px 0; } }
      .product-detail-page .productView .productView-details .productView-product .bed_description .meta-detail-content {
        overflow: hidden; }
        .product-detail-page .productView .productView-details .productView-product .bed_description .meta-detail-content h3 {
          margin: 0;
          line-height: 1; }
      .product-detail-page .productView .productView-details .productView-product .testimonial-section {
        margin-top: 20px;
        display: flex;
        flex: 1;
        -ms-flex: 1;
        align-items: center;
        flex-wrap: wrap; }
        .product-detail-page .productView .productView-details .productView-product .testimonial-section > .text-wrap {
          flex: 0 0 50%;
          width: 50%;
          padding: 0 27px;
          text-align: center;
          position: relative; }
          .product-detail-page .productView .productView-details .productView-product .testimonial-section > .text-wrap.multi-text-wrap p {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            visibility: hidden; }
            .product-detail-page .productView .productView-details .productView-product .testimonial-section > .text-wrap.multi-text-wrap p.active {
              position: relative;
              opacity: 1;
              visibility: visible; }
        .product-detail-page .productView .productView-details .productView-product .testimonial-section > .trustpilot-widget {
          flex: 0 0 50%;
          width: 50%;
          background-color: transparent;
          border-left: 2px solid rgba(0, 38, 62, 0.13); }
          .product-detail-page .productView .productView-details .productView-product .testimonial-section > .trustpilot-widget iframe {
            height: 40px !important; }
            @media (max-width: 1366px) {
              .product-detail-page .productView .productView-details .productView-product .testimonial-section > .trustpilot-widget iframe {
                height: 20px !important; } }
            @media (max-width: 598px) {
              .product-detail-page .productView .productView-details .productView-product .testimonial-section > .trustpilot-widget iframe {
                height: 40px !important; } }
        @media (max-width: 1366px) and (min-width: 1081px) {
          .product-detail-page .productView .productView-details .productView-product .testimonial-section > .text-wrap {
            flex: 0 0 100%;
            width: 100%;
            text-align: center;
            border: none; }
          .product-detail-page .productView .productView-details .productView-product .testimonial-section > .trustpilot-widget {
            flex: 0 0 100%;
            width: 100%; } }
        @media (max-width: 400px) {
          .product-detail-page .productView .productView-details .productView-product .testimonial-section > .text-wrap {
            flex: 0 0 100%;
            width: 100%;
            text-align: center;
            border: none; }
          .product-detail-page .productView .productView-details .productView-product .testimonial-section > .trustpilot-widget {
            flex: 0 0 100%;
            width: 100%; } }
    .product-detail-page .productView .productView-details .productView-options .form-field {
      margin-bottom: 0;
      padding-bottom: 10px; }
      @media screen and (max-width: 1080px) {
        .product-detail-page .productView .productView-details .productView-options .form-field {
          padding-bottom: 20px;
          max-width: 400px;
          margin: 0 auto; } }
      .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color {
        width: 50%;
        margin: 0 -4px 0 0;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 1280px) {
          .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color {
            width: auto;
            display: block;
            margin: 0 auto; } }
        @media screen and (max-width: 1080px) {
          .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color {
            text-align: center; } }
        .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color .form-option {
          width: 56px;
          height: 56px;
          border: 0 !important;
          margin: 0; }
          .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color .form-option span {
            width: 56px;
            height: 56px;
            padding: 0;
            border: 2px solid !important;
            border-right: 0 !important; }
          .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color .form-option:last-child span {
            border-right: 2px solid !important; }
        .product-detail-page .productView .productView-details .productView-options .form-field.swatch-color input {
          width: 56px;
          height: 55px; }
      .product-detail-page .productView .productView-details .productView-options .form-field.form-field--increments {
        width: 50%;
        display: inline-block;
        margin: 0 -4px 0 0;
        vertical-align: top; }
        @media screen and (max-width: 1280px) {
          .product-detail-page .productView .productView-details .productView-options .form-field.form-field--increments {
            width: auto;
            display: block;
            margin: 0 auto; } }
        @media screen and (max-width: 1080px) {
          .product-detail-page .productView .productView-details .productView-options .form-field.form-field--increments {
            text-align: center; } }
      .product-detail-page .productView .productView-details .productView-options .form-field .form-label {
        font-size: 16px !important;
        color: #00263e;
        font-family: "Amiri";
        margin: 0;
        padding-bottom: 8px;
        text-align: left;
        position: relative; }
        @media screen and (max-width: 1080px) {
          .product-detail-page .productView .productView-details .productView-options .form-field .form-label {
            text-align: center; } }
        .product-detail-page .productView .productView-details .productView-options .form-field .form-label small {
          display: none; }
        .product-detail-page .productView .productView-details .productView-options .form-field .form-label span.select_your_feel_tooltip,
        .product-detail-page .productView .productView-details .productView-options .form-field .form-label span.select_your_size_tooltip {
          width: 20px;
          height: 20px;
          display: inline-block;
          margin: 0 2px;
          background: url(../img/info-circle.svg) no-repeat;
          background-size: 20px 20px;
          font-size: 0;
          vertical-align: middle;
          display: none; }
          .product-detail-page .productView .productView-details .productView-options .form-field .form-label span.select_your_feel_tooltip:hover + .tool-tip-dtl,
          .product-detail-page .productView .productView-details .productView-options .form-field .form-label span.select_your_size_tooltip:hover + .tool-tip-dtl {
            display: block; }
        .product-detail-page .productView .productView-details .productView-options .form-field .form-label .tool-tip-dtl {
          position: absolute;
          left: 0;
          bottom: 100%;
          background: #00263e url(../img/plus-icon.svg) no-repeat 30px 25px;
          background-size: 12px 12px;
          max-width: 385px;
          padding: 17px 40px 15px 60px;
          display: none; }
          .product-detail-page .productView .productView-details .productView-options .form-field .form-label .tool-tip-dtl p {
            color: white;
            margin: 0;
            line-height: 30px; }
    .product-detail-page .productView .productView-details .productView-options .form-option {
      width: 33.33%;
      margin: 0;
      border: 2px solid #00263e;
      margin-right: -2px;
      padding: 0; }
      @media screen and (max-width: 1080px) {
        .product-detail-page .productView .productView-details .productView-options .form-option {
          width: 33.33%;
          margin-right: -2px; } }
      @media screen and (max-width: 400px) {
        .product-detail-page .productView .productView-details .productView-options .form-option {
          width: 100%;
          margin: 0 0 3px; } }
      .product-detail-page .productView .productView-details .productView-options .form-option:last-child {
        border-right: 2px solid #00263e; }
      .product-detail-page .productView .productView-details .productView-options .form-option span {
        width: 100%;
        padding: 15px 35px 13px 25px;
        text-align: left;
        font-size: 16px !important;
        color: #00263e;
        font-family: "Amiri";
        margin: 0;
        position: relative; }
        @media screen and (max-width: 1440px) {
          .product-detail-page .productView .productView-details .productView-options .form-option span {
            padding: 8px 15px 40px 15px;
            text-align: center; } }
        @media screen and (max-width: 1080px) {
          .product-detail-page .productView .productView-details .productView-options .form-option span {
            padding: 11px 10px 11px 10px;
            text-align: left; } }
        .product-detail-page .productView .productView-details .productView-options .form-option span:after {
          position: absolute;
          content: '';
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          width: 30px;
          height: 30px;
          background: no-repeat left top; }
          @media screen and (max-width: 1440px) {
            .product-detail-page .productView .productView-details .productView-options .form-option span:after {
              top: auto;
              bottom: 10px;
              left: 50%;
              right: auto;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              width: 30px;
              height: 30px; } }
          @media screen and (max-width: 1080px) {
            .product-detail-page .productView .productView-details .productView-options .form-option span:after {
              bottom: auto;
              left: auto;
              top: 50%;
              right: 20px;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              width: 30px;
              height: 30px; } }
        .product-detail-page .productView .productView-details .productView-options .form-option span.Soft:after {
          background-image: url(../img/soft-bg.png); }
        .product-detail-page .productView .productView-details .productView-options .form-option span.Medium:after {
          background-image: url(../img/medium-bg.png); }
        .product-detail-page .productView .productView-details .productView-options .form-option span.Firm:after {
          height: 25px;
          background-image: url(../img/firm-bg.png); }
      .product-detail-page .productView .productView-details .productView-options .form-option:hover span {
        background-color: #fe5000;
        /* color: stencilColor("color-white"); */ }
        .product-detail-page .productView .productView-details .productView-options .form-option:hover span:after {
          background-position: bottom left; }
    .product-detail-page .productView .productView-details .productView-options .form-radio:checked + .form-option {
      box-shadow: none; }
      .product-detail-page .productView .productView-details .productView-options .form-radio:checked + .form-option span {
        background-color: #fe5000; }
        .product-detail-page .productView .productView-details .productView-options .form-radio:checked + .form-option span:after {
          background-position: bottom left; }
    .product-detail-page .productView .productView-details .productView-options .productView-price {
      margin: 0; }
      .product-detail-page .productView .productView-details .productView-options .productView-price .price-section {
        text-align: left; }
        .product-detail-page .productView .productView-details .productView-options .productView-price .price-section.price-strikethrough .price {
          text-decoration: line-through; }
        .product-detail-page .productView .productView-details .productView-options .productView-price .price-section.price-strikethrough p.free-premium-message {
          font-size: 32px;
          line-height: 36px;
          font-weight: bold; }
        @media screen and (max-width: 1080px) {
          .product-detail-page .productView .productView-details .productView-options .productView-price .price-section {
            text-align: center; } }
        .product-detail-page .productView .productView-details .productView-options .productView-price .price-section span.price-label {
          line-height: 30px;
          font-size: 16px;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 1080px) {
            .product-detail-page .productView .productView-details .productView-options .productView-price .price-section span.price-label {
              display: block; } }
        .product-detail-page .productView .productView-details .productView-options .productView-price .price-section .price {
          font-size: 32px;
          line-height: 50px;
          font-family: "Amiri";
          font-weight: bold;
          display: inline-block;
          max-width: 260px;
          vertical-align: middle; }
          @media screen and (max-width: 1080px) {
            .product-detail-page .productView .productView-details .productView-options .productView-price .price-section .price {
              display: block;
              max-width: 100%; } }
        @media screen and (max-width: 1260px) {
          .product-detail-page .productView .productView-details .productView-options .productView-price .price-section {
            margin-bottom: 10px; } }
    .product-detail-page .productView .productView-details .productView-options p.free-premium-message {
      color: #fe5000;
      font-size: 16px;
      display: inline-block; }
      @media screen and (max-width: 1080px) {
        .product-detail-page .productView .productView-details .productView-options p.free-premium-message {
          text-align: center; } }
    .product-detail-page .productView .productView-details .productView-options .form-action {
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 1080px) {
        .product-detail-page .productView .productView-details .productView-options .form-action {
          padding-left: 0; } }
      .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"] {
        background: #00263e url(../img/plus-icon.svg) no-repeat;
        background-size: 12px 12px;
        background-position: 70px center;
        color: white;
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        max-width: 365px;
        height: 58px;
        line-height: 52px;
        border-radius: 0;
        margin: 0 auto;
        font-family: LuloCleanOne-Bold;
        font-family: "LuloCleanOne-Bold";
        text-align: center;
        padding: 0 30px 0 60px;
        border: 2px solid #00263e; }
        @media screen and (max-width: 1200px) {
          .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"] {
            background-position: 40px center; } }
        @media screen and (max-width: 767px) {
          .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"] {
            background-position: 20px center; } }
        .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"]:hover {
          background-color: #fe5000;
          color: white;
          border: 2px solid #fe5000 !important;
          background: #fe5000 url(../img/plus-icon-blue.svg) no-repeat;
          background-size: 12px 12px;
          background-position: 70px center; }
          @media screen and (max-width: 1200px) {
            .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"]:hover {
              background-position: 40px center; } }
          @media screen and (max-width: 767px) {
            .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"]:hover {
              background-position: 20px center; } }

.out-wilde-section {
  padding: 155px 0 135px 0;
  overflow: hidden; }
  @media screen and (max-width: 1080px) {
    .out-wilde-section {
      padding: 100px 40px 150px; } }
  @media screen and (max-width: 480px) {
    .out-wilde-section {
      padding: 70px 10px 70px; } }
  .out-wilde-section .container:after {
    content: '';
    clear: both;
    display: block; }
  .out-wilde-section .container .out-wilde-text-left {
    float: left;
    width: 30%;
    padding: 0 50px 0 30px; }
    @media screen and (max-width: 1080px) {
      .out-wilde-section .container .out-wilde-text-left {
        float: none;
        width: 100%;
        padding: 0 0 60px;
        max-width: 400px;
        margin: 0 auto;
        text-align: center; } }
    .out-wilde-section .container .out-wilde-text-left h2 {
      font-size: 32px;
      line-height: 90px;
      margin: 0 0 24px;
      color: #00263e;
      position: relative; }
      .out-wilde-section .container .out-wilde-text-left h2 span {
        color: #fe5000; }
      @media screen and (max-width: 1080px) {
        .out-wilde-section .container .out-wilde-text-left h2 {
          font-size: 30px;
          line-height: 45px; } }
      .out-wilde-section .container .out-wilde-text-left h2:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 1px;
        width: 119px;
        background: #fe5000; }
        @media screen and (max-width: 1080px) {
          .out-wilde-section .container .out-wilde-text-left h2:after {
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%); } }
    .out-wilde-section .container .out-wilde-text-left p {
      line-height: 24px; }
  .out-wilde-section .container .out-wilde-slider-outer {
    width: 70%;
    float: left; }
    @media screen and (max-width: 1080px) {
      .out-wilde-section .container .out-wilde-slider-outer {
        float: none;
        width: 100%; } }
    .out-wilde-section .container .out-wilde-slider-outer .slick-list {
      padding: 0 50% 0 0;
      margin: 0 -50% 0 -15px; }
      @media screen and (max-width: 1080px) {
        .out-wilde-section .container .out-wilde-slider-outer .slick-list {
          padding: 0 70% 0 0; } }
      .out-wilde-section .container .out-wilde-slider-outer .slick-list .out-wilde-slider-item {
        padding: 0 15px;
        text-align: center; }
        .out-wilde-section .container .out-wilde-slider-outer .slick-list .out-wilde-slider-item:focus {
          outline: none; }
        .out-wilde-section .container .out-wilde-slider-outer .slick-list .out-wilde-slider-item img {
          width: 100%; }

.testimonial {
  height: 730px;
  padding: 30px 0;
  background: #00263e;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .testimonial {
      padding: 250px 0;
      height: auto; } }
  .testimonial:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white.png") repeat-x;
    background-size: auto 100%;
    opacity: 0.1; }
  .testimonial .container {
    height: 100%; }
  .testimonial .testimonial-box {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    max-width: 700px;
    padding: 0 15px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3; }
    .testimonial .testimonial-box .which-logo {
      display: inline-block;
      max-width: 200px; }
      @media (max-width: 767px) {
        .testimonial .testimonial-box .which-logo {
          max-width: 150px; } }
    @media screen and (max-width: 767px) {
      .testimonial .testimonial-box {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0); } }
    .testimonial .testimonial-box p {
      color: white;
      font-size: 32px;
      line-height: 1.3125;
      margin: 0;
      padding-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .testimonial .testimonial-box p {
          line-height: 42px !important; } }
    .testimonial .testimonial-box h6 {
      color: white;
      font-size: 16px;
      line-height: 42px;
      letter-spacing: 2.9px;
      margin: 0;
      font-family: "LuloCleanOne-Bold";
      color: #fe5000; }
      @media screen and (max-width: 767px) {
        .testimonial .testimonial-box h6 {
          line-height: 30px; } }

.wave-technology {
  padding: 114px 0 0; }
  @media screen and (max-width: 1080px) {
    .wave-technology {
      padding: 108px 0 0; } }
  @media screen and (max-width: 767px) {
    .wave-technology {
      padding: 60px 0 0; } }
  .wave-technology h2.mobile-matter-done {
    padding-bottom: 0;
    padding-top: 50px;
    display: none; }
  .wave-technology h2 {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4.6px;
    padding: 0 15px;
    color: #00263e;
    font-family: LuloCleanOne-Bold;
    font-family: "LuloCleanOne-Bold"; }
    @media screen and (max-width: 1080px) {
      .wave-technology h2 {
        letter-spacing: 0; } }
  .wave-technology .wave-technology-title p {
    font-size: 16px;
    line-height: 24px;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px; }
  .wave-technology .wave-technology-details {
    text-align: center; }
    .wave-technology .wave-technology-details .wave-technology-detail-title {
      padding: 47px 0 50px;
      border-bottom: 2px solid #ebebeb; }
      .wave-technology .wave-technology-details .wave-technology-detail-title h3 {
        font-size: 24px;
        line-height: 32px;
        color: #00263e;
        padding-left: 48px;
        position: relative;
        display: inline-block;
        margin: 0;
        cursor: pointer; }
        .wave-technology .wave-technology-details .wave-technology-detail-title h3:after {
          display: none;
          position: absolute;
          content: '';
          left: 8px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          width: 6px;
          height: 22px;
          background-color: #fe5000; }
        .wave-technology .wave-technology-details .wave-technology-detail-title h3:before {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          width: 22px;
          height: 6px;
          background-color: #fe5000; }
        .wave-technology .wave-technology-details .wave-technology-detail-title h3.open:after {
          display: block; }
      .wave-technology .wave-technology-details .wave-technology-detail-title.elite-technology-title h3:after {
        background-color: #81D8D0; }
      .wave-technology .wave-technology-details .wave-technology-detail-title.elite-technology-title h3:before {
        background-color: #81D8D0; }
    .wave-technology .wave-technology-details .wave-technology-detail-outer {
      position: relative;
      background-color: #ebebeb;
      padding: 135px 0 60px;
      display: block; }
      @media screen and (max-width: 1199px) {
        .wave-technology .wave-technology-details .wave-technology-detail-outer {
          padding: 80px 0 40px; } }
      @media screen and (max-width: 991px) {
        .wave-technology .wave-technology-details .wave-technology-detail-outer {
          padding: 60px 0 40px; } }
      @media screen and (max-width: 767px) {
        .wave-technology .wave-technology-details .wave-technology-detail-outer {
          padding: 30px 0; } }
      .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box {
        width: 33.33%;
        float: left;
        padding: 0 15px 15px;
        min-height: 219px;
        margin-bottom: 48px; }
        @media screen and (max-width: 1199px) {
          .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box {
            margin-bottom: 30px; } }
        .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box:nth-child(3n+1) {
          clear: both; }
        @media screen and (max-width: 1080px) {
          .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box {
            width: 50%; }
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box:nth-child(3n+1) {
              clear: none; }
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box:nth-child(2n+1) {
              clear: both; } }
        @media screen and (max-width: 767px) {
          .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box {
            width: auto;
            min-height: 0;
            padding-bottom: 0;
            margin-bottom: 20px;
            clear: none;
            opacity: 0.7; }
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box:nth-child(2n+1) {
              clear: none; }
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box.slick-current {
              opacity: 1; } }
        .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box h3 {
          font-size: 42px;
          line-height: 42px;
          color: #00263e;
          margin: 0;
          padding-bottom: 14px; }
          @media screen and (max-width: 1024px) {
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box h3 {
              font-size: 36px;
              line-height: 36px; } }
          @media screen and (max-width: 767px) {
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box h3 {
              font-size: 26px;
              line-height: 26px; } }
        .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p {
          max-width: 320px;
          margin: 0 auto;
          font-size: 16px;
          color: #00263e; }
          .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p.layer-technology {
            color: #fe5000;
            margin-bottom: 8px; }
          @media screen and (max-width: 767px) {
            .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p {
              max-width: 100%; } }
      .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li {
        width: 24px;
        height: 24px; }
        .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li button {
          border-color: #002b45; }
        .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li.slick-active button:before {
          background: #002b45; }
  .wave-technology .wave-technology-outer {
    padding-top: 70px;
    /* .wave-technology-image {
                      img {
                          @media screen and (max-width: 1525px) {
                              height: 320px;
                          }
                          @media screen and (max-width:1080px) {
                              width: auto;
                              max-width: 500%;
                          }
                      }
                      @media screen and (max-width:767px) {
                          display: none;
                      }
                      } */ }
    @media screen and (max-width: 1080px) {
      .wave-technology .wave-technology-outer {
        padding-top: 50px;
        overflow-x: auto;
        overflow-y: visible; } }
    .wave-technology .wave-technology-outer .container {
      position: relative;
      max-width: 1030px;
      /* padding-top: 130px;
                  @media screen and (max-width: 1080px) {
                      padding-top: 65px;
                  }
                  @media screen and (max-width:767px) {
                      padding: 0;
                      } */ }
    .wave-technology .wave-technology-outer .wave-technology-image {
      /* padding: 0 85px; */ }
      @media screen and (max-width: 1080px) {
        .wave-technology .wave-technology-outer .wave-technology-image {
          padding: 0 40px;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .wave-technology .wave-technology-outer .wave-technology-image {
          padding: 0 10px;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .wave-technology .wave-technology-outer .wave-technology-image .desktop-img {
          display: none; } }
      .wave-technology .wave-technology-outer .wave-technology-image .mobile-img {
        display: none; }
        @media screen and (max-width: 767px) {
          .wave-technology .wave-technology-outer .wave-technology-image .mobile-img {
            display: block;
            margin: 0 auto; } }
    .wave-technology .wave-technology-outer .wave-technology-navigation {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .wave-technology .wave-technology-outer .wave-technology-navigation {
          display: none; } }
      .wave-technology .wave-technology-outer .wave-technology-navigation .container {
        padding: 0; }
      .wave-technology .wave-technology-outer .wave-technology-navigation a {
        width: 18px;
        height: 18px;
        display: inline-block;
        margin: 0 9px;
        border: 2px solid #00263e;
        border-radius: 50%; }
        .wave-technology .wave-technology-outer .wave-technology-navigation a.active {
          background: #00263e; }
    .wave-technology .wave-technology-outer .wave-technology-layers {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      padding: 0 15px; }
      @media screen and (max-width: 1080px) {
        .wave-technology .wave-technology-outer .wave-technology-layers {
          position: static;
          padding: 123px 15px 50px;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex; } }
      @media screen and (max-width: 767px) {
        .wave-technology .wave-technology-outer .wave-technology-layers {
          display: block !important;
          padding: 0 0 50px; } }
      .wave-technology .wave-technology-outer .wave-technology-layers:after {
        content: '';
        clear: both;
        display: block; }
      .wave-technology .wave-technology-outer .wave-technology-layers .wave-title {
        width: 25%;
        float: left;
        padding: 0 15px;
        text-align: center;
        position: relative; }
        @media screen and (min-width: 768px) {
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title {
            background: none !important; } }
        @media screen and (max-width: 1080px) {
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title {
            width: auto;
            float: none; } }
        @media screen and (max-width: 767px) {
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title {
            padding: 0;
            float: left;
            background-repeat: no-repeat;
            background-position: 0px top;
            padding-top: 360px;
            position: relative;
            text-align: center;
            background-size: auto 320px; } }
        .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p {
          font-size: 24px;
          line-height: 32px;
          position: relative;
          display: inline-block; }
          @media screen and (max-width: 1525px) {
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p {
              max-width: 100px;
              margin: 0 auto; } }
          @media screen and (max-width: 1080px) {
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p {
              font-size: 0;
              line-height: 0 !important; } }
          @media screen and (max-width: 767px) {
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p {
              position: static; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:before {
            position: absolute;
            content: '';
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            width: 4px;
            background: url(../img/dots-3.png) repeat-Y center top;
            height: 78px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:before {
                height: 89px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:before {
                height: 416px;
                top: auto;
                bottom: 100%; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:before {
                display: block;
                height: 333px;
                top: 43px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:after {
            position: absolute;
            content: '';
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            width: 14px;
            height: 14px;
            background: url(../img/plus-icon-blue.svg) no-repeat;
            background-size: 14px 14px;
            margin-top: 83px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:after {
                margin-top: 91px;
                width: 12px;
                height: 12px;
                background-size: 12px 12px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:after {
                margin: 0 0 420px;
                top: auto;
                bottom: 100%; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title > p:after {
                top: 26px;
                margin: 0;
                display: block; } }
        .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box {
          background: #00263e;
          padding: 50px 60px;
          z-index: 10;
          text-align: left;
          width: 455px;
          position: absolute;
          left: 50%;
          top: 100%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          display: none;
          margin-top: 90px; }
          @media screen and (max-width: 1525px) {
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box {
              left: 50px;
              transform: translateX(0);
              -webkit-transform: translateX(0);
              padding: 30px;
              margin-top: 110px; } }
          @media screen and (max-width: 1080px) {
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box {
              display: block;
              position: static;
              background: white;
              padding: 15px 0 0;
              width: 370px;
              margin-top: 0 !important; } }
          @media screen and (max-width: 767px) {
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box {
              max-width: 350%;
              margin: 0 auto;
              text-align: center;
              padding: 0 15px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box .wave-tooltip-title {
            padding: 0 0 15px 80px;
            position: relative;
            min-height: 70px; }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box .wave-tooltip-title {
                padding: 0 0 15px 0; } }
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box .wave-tooltip-title img {
              width: 52px;
              position: absolute;
              left: 0;
              top: 0; }
              @media screen and (max-width: 767px) {
                .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box .wave-tooltip-title img {
                  position: static;
                  margin-bottom: 10px;
                  display: inline-block; } }
            .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box .wave-tooltip-title h3 {
              color: white;
              margin: 0;
              font-size: 24px;
              line-height: 30px; }
              @media screen and (max-width: 1080px) {
                .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box .wave-tooltip-title h3 {
                  color: #00263e; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box p {
            color: white;
            line-height: 22px !important; }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title .wave-tooltip-box p {
                color: #00263e; } }
        @media screen and (max-width: 1525px) {
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:last-child .wave-tooltip-box {
            left: auto;
            right: 50px; } }
        .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:hover {
          cursor: pointer; }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:hover .wave-tooltip-box {
            display: block; }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:hover > p:after {
            background-image: url(../img/plus-icon.svg); }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:hover > p:before {
            background-image: url(../img/dots-4.png); }
        .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) {
          background-position: 25% top; }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:before {
            height: 125px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:before {
                height: 120px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:before {
                height: 355px; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:before {
                height: 269px;
                bottom: auto;
                top: 108px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:after {
            margin-top: 130px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:after {
                margin-top: 123px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:after {
                margin: 0 0 360px 0; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) p:after {
                margin: 0;
                top: 88px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(2) .wave-tooltip-box {
            margin-top: 135px; }
        .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) {
          background-position: 50% top; }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:before {
            height: 195px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:before {
                height: 194px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:before {
                height: 280px; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:before {
                top: 187px;
                height: 190px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:after {
            margin-top: 200px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:after {
                margin-top: 197px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:after {
                margin: 0 0 285px 0; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) p:after {
                margin: 0;
                top: 165px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(3) .wave-tooltip-box {
            margin-top: 205px; }
        .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) {
          background-position: right top; }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:before {
            height: 285px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:before {
                height: 282px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:before {
                height: 160px; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:before {
                height: 90px;
                top: 293px; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:after {
            margin-top: 290px; }
            @media screen and (max-width: 1525px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:after {
                margin-top: 286px; } }
            @media screen and (max-width: 1080px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:after {
                margin: 0 0 165px 0; } }
            @media screen and (max-width: 767px) {
              .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) p:after {
                top: 266px;
                margin: 0; } }
          .wave-technology .wave-technology-outer .wave-technology-layers .wave-title:nth-child(4) .wave-tooltip-box {
            margin-top: 295px; }
      .wave-technology .wave-technology-outer .wave-technology-layers .slick-dots {
        bottom: 0; }
        .wave-technology .wave-technology-outer .wave-technology-layers .slick-dots li {
          width: auto;
          height: auto;
          padding: 0; }
          .wave-technology .wave-technology-outer .wave-technology-layers .slick-dots li.slick-active button {
            background: #00263e; }
          .wave-technology .wave-technology-outer .wave-technology-layers .slick-dots li button {
            width: 18px;
            height: 18px;
            display: inline-block;
            margin: 0 11px;
            border: 2px solid #00263e;
            border-radius: 50%;
            vertical-align: top; }
            .wave-technology .wave-technology-outer .wave-technology-layers .slick-dots li button.active {
              background: #00263e; }
            .wave-technology .wave-technology-outer .wave-technology-layers .slick-dots li button:before {
              display: none; }
  .wave-technology .product-meta-details {
    background: #fff;
    padding: 90px 30px 60px; }
    @media screen and (max-width: 1080px) {
      .wave-technology .product-meta-details {
        padding: 70px 0 100px; } }
    .wave-technology .product-meta-details .container {
      max-width: 1100px; }
      .wave-technology .product-meta-details .container:after {
        display: block;
        content: '';
        clear: both;
        height: 0; }
      .wave-technology .product-meta-details .container .bed-content-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 30px; }
        @media screen and (max-width: 767px) {
          .wave-technology .product-meta-details .container .bed-content-wrapper {
            flex-wrap: wrap; } }
        .wave-technology .product-meta-details .container .bed-content-wrapper .bed_description {
          width: 48%;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .wave-technology .product-meta-details .container .bed-content-wrapper .bed_description {
              width: 100%; } }
          .wave-technology .product-meta-details .container .bed-content-wrapper .bed_description .bed-des-img {
            margin-bottom: 15px; }
            .wave-technology .product-meta-details .container .bed-content-wrapper .bed_description .bed-des-img img {
              width: 100%; }
          .wave-technology .product-meta-details .container .bed-content-wrapper .bed_description h3 {
            margin-top: 10px;
            font-size: 24px;
            color: #00263e;
            font-weight: 400; }
      .wave-technology .product-meta-details .container .meta-detail-grid {
        width: 50%;
        float: left;
        padding: 0 15px 40px 0;
        min-height: 135px; }
        .wave-technology .product-meta-details .container .meta-detail-grid:nth-child(2n+1) {
          clear: both; }
        @media screen and (max-width: 767px) {
          .wave-technology .product-meta-details .container .meta-detail-grid {
            float: none;
            width: auto;
            padding: 0 0 30px; } }
        .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner {
          position: relative;
          padding-left: 145px; }
          @media screen and (max-width: 1080px) {
            .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner {
              padding-left: 0;
              text-align: center; } }
          .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner img {
            position: absolute;
            left: 0;
            top: 0;
            width: 110px; }
            @media screen and (max-width: 1080px) {
              .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner img {
                position: static;
                margin-bottom: 30px; } }
          .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content {
            max-width: 275px; }
            @media screen and (max-width: 1080px) {
              .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content {
                margin: 0 auto; } }
            .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content h3 {
              font-size: 24px;
              line-height: 1;
              margin: 0;
              text-transform: capitalize;
              letter-spacing: 0;
              color: #00263e; }
            .wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content p {
              font-size: 16px;
              line-height: 22px;
              margin-bottom: 0;
              padding-top: 12px; }

.info-box-section {
  background: #f6e8e2;
  padding: 225px 0;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .info-box-section {
      padding: 70px 0; } }
  .info-box-section:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white-1.png") no-repeat;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.27;
    background-size: cover; }
  .info-box-section .info-box-content {
    max-width: 670px;
    margin: 0 auto;
    border: 2px solid #00263e;
    padding: 108px 70px;
    background: #fff; }
    @media screen and (max-width: 1080px) {
      .info-box-section .info-box-content {
        max-width: 70%; } }
    @media screen and (max-width: 767px) {
      .info-box-section .info-box-content {
        padding: 50px 30px 30px 30px;
        max-width: 480px; } }
    @media screen and (max-width: 550px) {
      .info-box-section .info-box-content {
        max-width: 85%; } }
    .info-box-section .info-box-content .section-title {
      font-size: 16px;
      line-height: normal;
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .info-box-section .info-box-content .section-title {
          margin-bottom: 20px; } }
      .info-box-section .info-box-content .section-title:before, .info-box-section .info-box-content .section-title:after {
        height: 4px;
        width: 8px;
        top: 11px; }
    .info-box-section .info-box-content p {
      font-size: 16px;
      color: #00263e;
      max-width: 500px;
      margin: 0 auto 15px; }
      .info-box-section .info-box-content p a {
        text-decoration: none;
        color: #fe5000; }
    .info-box-section .info-box-content ul {
      list-style-type: none;
      text-align: left;
      padding-bottom: 15px;
      margin: 0 auto;
      max-width: 160px; }
      .info-box-section .info-box-content ul li {
        display: inline-block; }
        .info-box-section .info-box-content ul li a {
          color: #00263e;
          text-decoration: none; }
          .info-box-section .info-box-content ul li a:hover {
            color: #fe5000; }
        .info-box-section .info-box-content ul li img {
          width: 12px;
          display: inline-block;
          margin: 0 10px 0 0;
          vertical-align: middle; }
    .info-box-section .info-box-content img.cross-icon {
      margin-top: 26px; }

.product-detail-page .productView .productView-images .productView-thumbnails .slick-list .slick-track .productView-thumbnail .productView-thumbnail-link {
  border: 1px solid white;
  border-left: none; }

.productView-image {
  background-size: cover; }
  .productView-image .productView-image--default {
    opacity: 0; }

/*--add to cart pop-up--*/
.preview-modal {
  max-width: 100% !important;
  width: 1280px !important; }
  .preview-modal a.button {
    font-size: 12px; }
  .preview-modal .modal-close span {
    color: white;
    font-size: 30px !important;
    transform: none !important;
    background: none !important; }
  .preview-modal .modal-header {
    background: #00263e; }
    .preview-modal .modal-header .modal-header-title {
      color: white;
      font-size: 22px;
      line-height: 30px; }
  .preview-modal .modal-body {
    padding: 0; }
    .preview-modal .modal-body .previewCart {
      max-width: 100%;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -moz-display: flex;
      -o-display: flex; }
      @media screen and (max-width: 1080px) {
        .preview-modal .modal-body .previewCart {
          display: block; } }
      .preview-modal .modal-body .previewCart .productView {
        padding: 0;
        position: relative;
        float: none;
        margin: 0; }
        .preview-modal .modal-body .previewCart .productView .productView-image {
          padding: 0;
          width: 66.66%; }
          @media screen and (max-width: 1080px) {
            .preview-modal .modal-body .previewCart .productView .productView-image {
              float: left;
              width: 60%; } }
          @media screen and (max-width: 767px) {
            .preview-modal .modal-body .previewCart .productView .productView-image {
              width: 100%;
              float: none; } }
        .preview-modal .modal-body .previewCart .productView .productView-details {
          padding: 29px 26px 116px;
          margin: 0;
          width: 33.33%;
          text-align: center; }
          @media screen and (max-width: 1080px) {
            .preview-modal .modal-body .previewCart .productView .productView-details {
              float: left;
              width: 40%; } }
          @media screen and (max-width: 767px) {
            .preview-modal .modal-body .previewCart .productView .productView-details {
              width: 100%;
              float: none;
              padding: 37px 26px 30px; } }
          .preview-modal .modal-body .previewCart .productView .productView-details h4 {
            margin: 0;
            font-family: LuloCleanOne-Bold;
            font-family: "LuloCleanOne-Bold";
            color: #00263e;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 24px;
            border-bottom: 1px solid #778b98;
            padding-bottom: 13px; }
            .preview-modal .modal-body .previewCart .productView .productView-details h4.productView-title {
              margin-bottom: 20px; }
          .preview-modal .modal-body .previewCart .productView .productView-details .productView-brand {
            display: none; }
          .preview-modal .modal-body .previewCart .productView .productView-details .productView-price {
            font-size: 16px;
            line-height: 24px;
            color: #00263e;
            margin: 0; }
          .preview-modal .modal-body .previewCart .productView .productView-details .productView-info {
            margin: 0; }
            .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
              margin: 0;
              font-size: 16px;
              line-height: 24px;
              color: #00263e;
              margin: 0;
              font-family: "Amiri";
              display: inline-block; }
              @media screen and (max-width: 767px) {
                .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
                  float: none; } }
            .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
              display: inline-block;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
                  float: none; } }
        .preview-modal .modal-body .previewCart .productView .right_section_cart {
          position: absolute;
          width: 33.33%;
          right: 0;
          bottom: 410px;
          text-align: center;
          padding: 0 26px; }
          @media screen and (max-width: 1080px) {
            .preview-modal .modal-body .previewCart .productView .right_section_cart {
              width: 40%; } }
          @media screen and (max-width: 767px) {
            .preview-modal .modal-body .previewCart .productView .right_section_cart {
              width: auto;
              position: static; } }
          .preview-modal .modal-body .previewCart .productView .right_section_cart .cart-qty {
            font-size: 14px;
            line-height: 25px;
            color: #fe5000;
            padding-bottom: 10px; }
          .preview-modal .modal-body .previewCart .productView .right_section_cart a.button {
            display: block;
            background: white;
            color: #00263e;
            margin: 0; }
            .preview-modal .modal-body .previewCart .productView .right_section_cart a.button:hover {
              color: white;
              background: #00263e; }
      .preview-modal .modal-body .previewCart .previewCartCheckout {
        float: none;
        background: #f7f7f7;
        padding: 37px 26px 160px;
        margin: 0;
        position: relative; }
        @media screen and (max-width: 767px) {
          .preview-modal .modal-body .previewCart .previewCartCheckout {
            padding: 37px 20% 160px; } }
        .preview-modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
          margin: 0;
          font-family: "LuloCleanOne-Bold";
          color: #00263e;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 13px; }
          .preview-modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
            font-size: 27px;
            line-height: 25px;
            font-family: "Amiri";
            margin-top: 10px;
            padding: 37px 0 0;
            border-top: 1px solid #778b98; }
        .preview-modal .modal-body .previewCart .previewCartCheckout .continue-shopping-popup {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 88px;
          margin: 0 auto;
          display: block;
          max-width: 265px; }
        .preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 18px;
          margin: 0 auto;
          display: block;
          max-width: 265px;
          background: #fe5000;
          border-color: #fe5000 !important; }
          .preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup:hover {
            background: #00263e;
            border-color: #00263e !important;
            color: white; }
    .preview-modal .modal-body .suggestiveCart {
      background: url(../img/cart-popup-background.jpg) repeat;
      padding: 32px 22px; }
      .preview-modal .modal-body .suggestiveCart h4 {
        margin: 0;
        font-family: "LuloCleanOne-Bold";
        color: #00263e;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        padding: 4px 0 30px; }
      .preview-modal .modal-body .suggestiveCart .productGrid {
        margin: 0;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
        .preview-modal .modal-body .suggestiveCart .productGrid .product {
          width: 50%;
          float: none; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product:nth-child(odd) .card {
            background: #fedccc; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product:nth-child(even) .card {
            background: #d9eef9; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product .card {
            padding: 25px;
            margin-bottom: 0;
            height: 100%; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card:after {
              content: '';
              clear: both;
              display: block; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product .card-figure {
            float: right;
            width: 50%;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            background: transparent; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-figure img.card-image {
              width: auto; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body {
            overflow: hidden;
            padding: 0 15px 70px 0;
            position: relative;
            height: 100%; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body h4 {
              margin: 0;
              font-family: "LuloCleanOne-Bold";
              color: #00263e;
              text-transform: uppercase;
              font-size: 16px;
              line-height: 24px;
              padding: 4px 0 30px; }
              .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body h4 a {
                color: #00263e; }
                .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body h4 a:hover {
                  color: #fe5000; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-text {
              font-size: 16px;
              line-height: 24px;
              font-family: "Amiri";
              color: #00263e;
              font-weight: bold;
              padding-bottom: 20px; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-figcaption-body {
              position: absolute;
              top: auto;
              bottom: 0;
              left: 0;
              transform: none; }
              .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-figcaption-body a {
                background: white;
                color: #00263e;
                border-color: white !important; }
                .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-figcaption-body a:hover {
                  background: #00263e;
                  color: white;
                  border-color: #00263e !important; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-desc {
              font-size: 16px;
              line-height: 24px;
              font-family: "Amiri";
              color: #00263e;
              padding-bottom: 15px; }

.preview-modal {
  max-width: 100% !important;
  width: 1280px !important;
  display: none; }
  .preview-modal a.button {
    font-size: 12px; }
  .preview-modal .modal-close span {
    color: white; }
  .preview-modal .modal-header {
    background: #00263e; }
    .preview-modal .modal-header .modal-header-title {
      color: white;
      font-size: 22px;
      line-height: 30px; }
  .preview-modal .modal-body {
    padding: 0; }
    .preview-modal .modal-body .previewCart {
      max-width: 100%;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      -moz-display: flex;
      -o-display: flex; }
      @media screen and (max-width: 1080px) {
        .preview-modal .modal-body .previewCart {
          display: block; } }
      .preview-modal .modal-body .previewCart .productView {
        padding: 0;
        position: relative;
        float: none;
        margin: 0; }
        .preview-modal .modal-body .previewCart .productView .productView-image {
          padding: 0;
          width: 66.66%; }
          @media screen and (max-width: 1080px) {
            .preview-modal .modal-body .previewCart .productView .productView-image {
              float: left;
              width: 60%; } }
          @media screen and (max-width: 767px) {
            .preview-modal .modal-body .previewCart .productView .productView-image {
              width: 100%;
              float: none; } }
        .preview-modal .modal-body .previewCart .productView .productView-details {
          padding: 29px 26px 116px;
          margin: 0;
          width: 33.33%;
          text-align: center; }
          @media screen and (max-width: 1080px) {
            .preview-modal .modal-body .previewCart .productView .productView-details {
              float: left;
              width: 40%; } }
          @media screen and (max-width: 767px) {
            .preview-modal .modal-body .previewCart .productView .productView-details {
              width: 100%;
              float: none;
              padding: 37px 26px 30px; } }
          .preview-modal .modal-body .previewCart .productView .productView-details h4 {
            margin: 0;
            font-family: "LuloCleanOne-Bold";
            color: #00263e;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 24px;
            border-bottom: 1px solid #778b98;
            padding-bottom: 13px; }
            .preview-modal .modal-body .previewCart .productView .productView-details h4.productView-title {
              margin-bottom: 20px; }
          .preview-modal .modal-body .previewCart .productView .productView-details .productView-brand {
            display: none; }
          .preview-modal .modal-body .previewCart .productView .productView-details .productView-price {
            font-size: 16px;
            line-height: 24px;
            color: #00263e;
            margin: 0; }
          .preview-modal .modal-body .previewCart .productView .productView-details .productView-info {
            margin: 0; }
            .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
              margin: 0;
              font-size: 16px;
              line-height: 24px;
              color: #00263e;
              margin: 0;
              font-family: "Amiri";
              display: inline-block; }
              @media screen and (max-width: 767px) {
                .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
                  float: none; } }
            .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
              display: inline-block;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                .preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
                  float: none; } }
        .preview-modal .modal-body .previewCart .productView .right_section_cart {
          position: absolute;
          width: 33.33%;
          right: 0;
          bottom: 18px;
          text-align: center;
          padding: 0 26px; }
          @media screen and (max-width: 1080px) {
            .preview-modal .modal-body .previewCart .productView .right_section_cart {
              width: 40%; } }
          @media screen and (max-width: 767px) {
            .preview-modal .modal-body .previewCart .productView .right_section_cart {
              width: auto;
              position: static; } }
          .preview-modal .modal-body .previewCart .productView .right_section_cart .cart-qty {
            font-size: 14px;
            line-height: 25px;
            color: #fe5000;
            padding-bottom: 10px; }
          .preview-modal .modal-body .previewCart .productView .right_section_cart a.button {
            display: block;
            background: white;
            color: #00263e;
            margin: 0; }
            .preview-modal .modal-body .previewCart .productView .right_section_cart a.button:hover {
              color: white;
              background: #00263e; }
      .preview-modal .modal-body .previewCart .previewCartCheckout {
        float: none;
        background: #f7f7f7;
        padding: 37px 26px 160px;
        margin: 0;
        position: relative; }
        @media screen and (max-width: 767px) {
          .preview-modal .modal-body .previewCart .previewCartCheckout {
            padding: 37px 20% 160px; } }
        .preview-modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
          margin: 0;
          font-family: "LuloCleanOne-Bold";
          color: #00263e;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 13px; }
          .preview-modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
            font-size: 27px;
            line-height: 25px;
            font-family: "Amiri";
            margin-top: 10px;
            padding: 37px 0 0;
            border-top: 1px solid #778b98; }
        .preview-modal .modal-body .previewCart .previewCartCheckout .continue-shopping-popup {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 88px;
          margin: 0 auto;
          display: block;
          max-width: 265px; }
        .preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 18px;
          margin: 0 auto;
          display: block;
          max-width: 265px;
          background: #fe5000;
          border-color: #fe5000 !important; }
          .preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup:hover {
            background: #00263e;
            border-color: #00263e !important;
            color: white; }
    .preview-modal .modal-body .suggestiveCart {
      background: url(../img/cart-popup-background.jpg) repeat;
      padding: 32px 22px; }
      .preview-modal .modal-body .suggestiveCart h4 {
        margin: 0;
        font-family: "LuloCleanOne-Bold";
        color: #00263e;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        padding: 4px 0 30px; }
      .preview-modal .modal-body .suggestiveCart .productGrid {
        margin: 0;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
        .preview-modal .modal-body .suggestiveCart .productGrid .product {
          width: 50%;
          float: none; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product:nth-child(odd) .card {
            background: #fedccc; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product:nth-child(even) .card {
            background: #d9eef9; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product .card {
            padding: 25px;
            margin-bottom: 0;
            height: 100%; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card:after {
              content: '';
              clear: both;
              display: block; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product .card-figure {
            float: right;
            width: 50%;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            background: transparent; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-figure img.card-image {
              width: auto; }
          .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body {
            overflow: hidden;
            padding: 0 15px 70px 0;
            position: relative;
            height: 100%; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body h4 {
              margin: 0;
              font-family: "LuloCleanOne-Bold";
              color: #00263e;
              text-transform: uppercase;
              font-size: 16px;
              line-height: 24px;
              padding: 4px 0 30px; }
              .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body h4 a {
                color: #00263e; }
                .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body h4 a:hover {
                  color: #fe5000; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-text {
              font-size: 16px;
              line-height: 24px;
              font-family: "Amiri";
              color: #00263e;
              font-weight: bold;
              padding-bottom: 20px; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-figcaption-body {
              position: absolute;
              top: auto;
              bottom: 0;
              left: 0;
              transform: none; }
              .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-figcaption-body a {
                background: white;
                color: #00263e;
                border-color: white !important; }
                .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-figcaption-body a:hover {
                  background: #00263e;
                  color: white;
                  border-color: #00263e !important; }
            .preview-modal .modal-body .suggestiveCart .productGrid .product .card-body .card-desc {
              font-size: 16px;
              line-height: 24px;
              font-family: "Amiri";
              color: #00263e;
              padding-bottom: 15px; }

#previewModal {
  max-width: 100% !important;
  margin: 0; }
  #previewModal > .modal-close {
    display: none; }
  #previewModal .all-promo-popup {
    display: none; }
  #previewModal.preview-modal-show {
    width: 1280px !important; }
    #previewModal.preview-modal-show .preview-modal {
      display: block; }
  #previewModal.all-promo-popup-show {
    width: 670px !important; }
    #previewModal.all-promo-popup-show .all-promo-popup {
      display: block; }

.the_mattress_body .the-mattress_free {
  display: block !important;
  list-style: none;
  padding-top: 30px;
  font-weight: bold; }

.product-promise-listing {
  padding: 30px 0 0;
  max-width: 400px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .product-promise-listing {
      padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    .product-promise-listing {
      max-width: 340px;
      padding-bottom: 0; } }
  @media screen and (max-width: 1080px) {
    .product-promise-listing .container {
      padding: 0px; } }
  @media screen and (max-width: 1080px) {
    .product-promise-listing ul {
      display: block; } }
  .product-promise-listing ul li {
    width: 33%;
    max-width: 32%;
    padding-bottom: 47px;
    display: inline-block; }
    @media screen and (max-width: 1080px) {
      .product-promise-listing ul li {
        min-height: 110px; } }
    .product-promise-listing ul li .promise-img img {
      width: 52px; }
  .product-promise-listing ul p {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px; }

.Fabrics .fabric-listing li {
  width: calc(var(--widthA) / 3);
  margin: 0 9px 15px; }
  @media (max-width: 767px) {
    .Fabrics .fabric-listing li {
      --widthA: calc(100% - 36px);
      width: calc(var(--widthA) / 2); } }

.Storage .fabric-listing .fabric-img {
  height: 60px;
  width: 150px;
  border-radius: 0; }
  @media (max-width: 480px) {
    .Storage .fabric-listing .fabric-img {
      height: 45px;
      width: 105px; } }

.Headboard .fabric-listing .fabric-img,
.Blanket .fabric-listing .fabric-img {
  height: 110px;
  width: 150px;
  border-radius: 0; }
  @media (max-width: 480px) {
    .Headboard .fabric-listing .fabric-img,
    .Blanket .fabric-listing .fabric-img {
      height: 80px;
      width: 100px; } }

.fabric-listing {
  position: relative;
  border: none; }
  .fabric-listing li {
    float: left;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --widthA: calc(100% - 54px);
    width: calc(var(--widthA) / 2);
    margin: 0 13px 15px;
    border: 3px solid #f7f5f5;
    line-height: 32px;
    padding: 13px 5px 10px;
    background-image: none;
    text-align: center;
    background: transparent;
    /*10-05-2022 start*/
    /*10-05-2022 end*/
    /*August-2021 start*/
    /*august-2021 end*/
    /*06-04-2022 start*/
    /*06-04-2022 end*/
    /*october-2021 start*/
    /*october-2021 end*/
    /*03-02-2022 start*/
    /*03-02-2022 end*/
    /*27-07-2022 new sofa bed fabric start*/
    /*27-07-2022 end*/ }
    @media (max-width: 767px) {
      .fabric-listing li {
        margin: 0 9px 15px;
        --widthA: calc(100% - 36px);
        width: calc(var(--widthA) / 2); } }
    .fabric-listing li p {
      max-width: 100%;
      line-height: 22px;
      margin-bottom: 0;
      color: #00263e;
      word-break: break-word; }
    .fabric-listing li:hover {
      border-color: #fe5000;
      color: #00263e;
      background: transparent; }
    .fabric-listing li.active {
      border-color: #fe5000; }
    .fabric-listing li .fabric-img {
      height: 44px;
      width: 44px;
      border-radius: 100%;
      display: inline-block;
      margin-bottom: 10px;
      background-position: center;
      background-size: cover; }
    .fabric-listing li.choose-your-fabric, .fabric-listing li.choose-your-storage, .fabric-listing li.choose-your-matching-headboard, .fabric-listing li.add-a-matching-blanket-boxx, .fabric-listing li.choose-your-colour {
      display: none; }
    .fabric-listing li.continental-4-drawer .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/4-drawer.jpg"); }
    .fabric-listing li.two-drawer-left {
      display: none; }
      .fabric-listing li.two-drawer-left .fabric-img {
        background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/2-drawer-left.jpg"); }
    .fabric-listing li.two-drawer-right {
      display: none; }
      .fabric-listing li.two-drawer-right .fabric-img {
        background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/2-drawer-right.jpg"); }
    .fabric-listing li.one-drawer {
      display: none; }
      .fabric-listing li.one-drawer .fabric-img {
        background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/1-drawer.jpg"); }
    .fabric-listing li.two-drawer .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/2-drawer.jpg"); }
    .fabric-listing li.no-drawer .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/no-drawer.jpg"); }
    .fabric-listing li.orla-grey .fabric-img {
      background-image: url(../img/fabric-images/plush-steel-thumbnail.png); }
    .fabric-listing li.orla-diamond .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-diamond-thumbnail.png"); }
    .fabric-listing li.orla-emerald .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-emerald-thumbnail.png"); }
    .fabric-listing li.lola-granite .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/lola-granite-thumbnail.png"); }
    .fabric-listing li.hampton-denim .fabric-img {
      background-image: url(../img/fabric-images/hampton-denim-thumbnail.png); }
    .fabric-listing li.hampton-biscuit .fabric-img {
      background-image: url(../img/fabric-images/hampton-biscuit-thumbnail.png); }
    .fabric-listing li.orla-blush .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-blush-round.png"); }
    .fabric-listing li.orla-midnight .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-midnight-blue-2-.png"); }
    .fabric-listing li.oakmere .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/oakmere.jpg"); }
    .fabric-listing li.congleton .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/congleton.jpg"); }
    .fabric-listing li.knutsford .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/knutsford.jpg"); }
    .fabric-listing li.no-headboard .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/no-image.jpg"); }
    .fabric-listing li.harrington .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/headboard-harrington-02.jpg"); }
    .fabric-listing li.lovegrove .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/headboard-lovegrove-01.jpg"); }
    .fabric-listing li.verona-blanket-box .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/verona-blanket-box.jpg"); }
    .fabric-listing li.florence-blanket-box .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/florence-blanket-box.jpg"); }
    .fabric-listing li.no-blanket-box .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/no-image.jpg"); }
    .fabric-listing li.lumino-teal .fabric-img {
      background-image: url(../img/teal-thumbnail.png); }
    .fabric-listing li.lumino-charcoal .fabric-img {
      background-image: url(../img/charcoal-thumbnail.png); }
    .fabric-listing li.lumino-silver .fabric-img {
      background-image: url(../img/silver-thumbnail.png); }
    .fabric-listing li.lumino-midnight-blue .fabric-img {
      background-image: url(../img/midnight-blue-thumbnail.png); }
    .fabric-listing li.freya-ocean .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/freya-ocean-thumbnail.png"); }
    .fabric-listing li.freya-storm .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/freya-storm-thumbnail.png"); }
    .fabric-listing li.freya-mist .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/freya-mist-thumbnail.png"); }
    .fabric-listing li.freya-blue .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/freya-blue-thumbnail.png"); }
    .fabric-listing li.freya-mineral .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/freya-mineral.png"); }
    .fabric-listing li.freya-blush .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/freya-blush-thumbnail.png"); }
    .fabric-listing li.orla-meadow .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-mustard.png"); }
    .fabric-listing li.ayla-sky .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/ayla-sky-round.png"); }
    .fabric-listing li.ayla-anchor-grey .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/ayla-anchor-grey-round.png"); }
    .fabric-listing li.ayla-linen .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/ayla-linen-round.png"); }
    .fabric-listing li.ayla-silver .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/ayla-silver-round.png"); }
    .fabric-listing li.lumino-midnight .fabric-img {
      background-image: url(../img/midnight-blue-thumbnail.png); }
    .fabric-listing li.kalahari-silver .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/kalahari-silver.jpg"); }
    .fabric-listing li.kalahari-lavender .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/kalahari-lavender.jpg"); }
    .fabric-listing li.velvet-charcoal .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-charcoal.png"); }
    .fabric-listing li.velvet-teal .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-teal.png"); }
    .fabric-listing li.velvet-midnight .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-midnight.png"); }
    .fabric-listing li.velvet-mineral .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/210823-velvet-mineral-round.png"); }
    .fabric-listing li.velvet-pink-blush .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-pink-blush.png"); }
    .fabric-listing li.velvet-silver .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-silver.png"); }
    .fabric-listing li.orla-grey .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-grey.png"); }
    .fabric-listing li.orla-turquoise .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-turquoise.png"); }
    .fabric-listing li.orla-midnight-blue .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-midnight-blue.png"); }
    .fabric-listing li.orla-fern .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-fern-round-thumbnail.png"); }
    .fabric-listing li.orla-blush .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-blush.png"); }
    .fabric-listing li.orla-diamond .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/orla-diamond.png"); }
    .fabric-listing li.grey .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/grey-thumbnail.png"); }
    .fabric-listing li.blue .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/blue-thumbnail.png"); }
    .fabric-listing li.teal .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/teal-thumbnail-colour.png"); }
    .fabric-listing li.blush .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/blush-thumbnail.png"); }
    .fabric-listing li.lumino-mineral .fabric-img {
      background-image: url(../img/mineral-thumbnail.png); }
    .fabric-listing li.lumino-old-rose .fabric-img {
      background-image: url(../img/old-rose-thumbnail.png); }
    .fabric-listing li.shetland-mercury .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/shetland-mercury-thumbnail.png"); }
    .fabric-listing li.shetland-navy .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/shetland-navy-thumbnail.png"); }
    .fabric-listing li.shetland-nickle .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/shetland-nickel-thumbnail.png"); }
    .fabric-listing li.shetland-pebble .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/shetland-pebble-thumbnail.png"); }
    .fabric-listing li.shetland-slate .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/shetland-slate-thumbnail.png"); }
    .fabric-listing li.velvet-blush .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/velvet-blush-round.png"); }
    .fabric-listing li.velvet-forest-green .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-forest-green.png"); }
    .fabric-listing li.velvet-teal .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/stencil/d5c17ad0-12cd-0139-53ea-0242ac11000c/e/68448e80-265d-0139-9e85-0242ac11000a/img/teal-thumbnail.png"); }
    .fabric-listing li.velvet-mustard .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/velvet-mustard.png"); }
    .fabric-listing li.velvet-grey .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/stencil/d5c17ad0-12cd-0139-53ea-0242ac11000c/e/68448e80-265d-0139-9e85-0242ac11000a/img/silver-thumbnail.png"); }
    .fabric-listing li.plush-teal .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/teal-thumbnail.png"); }
    .fabric-listing li.gracie-diamond .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/gracie-diamond.png"); }
    .fabric-listing li.gracie-natural .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/gracie-natural.png"); }
    .fabric-listing li.gracie-onyx .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/gracie-onyx.png"); }
    .fabric-listing li.mia-cherry .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/mia-cherry.png"); }
    .fabric-listing li.mia-galaxy .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/mia-galaxy.png"); }
    .fabric-listing li.mia-sage .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/mia-sage.png"); }
    .fabric-listing li.mia-sky .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/mia-sky.png"); }
    .fabric-listing li.mia-whisper .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/mia-whisper.png"); }
    .fabric-listing li.orla-sunset .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/orla-sunset.png"); }
    .fabric-listing li.amelia-mink .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/amelia-mink.png"); }
    .fabric-listing li.ella-natural .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/ella-natural.png"); }
    .fabric-listing li.ella-ivory .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/ella-ivory.png"); }
    .fabric-listing li.ella-onyx .fabric-img {
      background-image: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/ella-grey.png"); }

.Bed .select-styled, .Fabrics .select-styled {
  transition: none; }

.Bed .select-styled.active,
.Fabrics .select-styled.active {
  border-bottom: transparent; }

.Bed .fabric-description-wrapper,
.Fabrics .fabric-description-wrapper {
  padding: 9px; }
  .Bed .fabric-description-wrapper .button,
  .Fabrics .fabric-description-wrapper .button {
    margin: 0 auto 10px;
    display: block;
    padding: 0 60px;
    background: url(../img/plus-icon.svg) 30px center no-repeat #00263e;
    background-size: 12px 12px;
    max-width: 95%;
    width: 100%; }
    @media (max-width: 1300px) {
      .Bed .fabric-description-wrapper .button,
      .Fabrics .fabric-description-wrapper .button {
        font-size: 11px; } }
    @media (max-width: 1080px) {
      .Bed .fabric-description-wrapper .button,
      .Fabrics .fabric-description-wrapper .button {
        max-width: 100%;
        width: 100%;
        font-size: inherit; } }
    @media (max-width: 400px) {
      .Bed .fabric-description-wrapper .button,
      .Fabrics .fabric-description-wrapper .button {
        font-size: 11px; } }
    .Bed .fabric-description-wrapper .button:hover, .Bed .fabric-description-wrapper .button:focus,
    .Fabrics .fabric-description-wrapper .button:hover,
    .Fabrics .fabric-description-wrapper .button:focus {
      background-color: #fff; }

.Blanket .select-styled {
  transition: none; }

.Blanket .select-styled.active {
  border-bottom: transparent; }

.Blanket .fabric-description-wrapper {
  padding: 9px; }
  .Blanket .fabric-description-wrapper .button {
    margin: 0 auto 10px;
    font-size: 14px;
    display: block;
    padding: 0 60px;
    background: url(../img/plus-icon.svg) 30px center no-repeat #00263e;
    background-size: 12px 12px;
    max-width: 95%;
    width: 100%; }
    @media (max-width: 1300px) {
      .Blanket .fabric-description-wrapper .button {
        font-size: 11px; } }
    @media (max-width: 1080px) {
      .Blanket .fabric-description-wrapper .button {
        max-width: 100%;
        width: 100%;
        font-size: inherit; } }
    @media (max-width: 400px) {
      .Blanket .fabric-description-wrapper .button {
        font-size: 11px; } }
    .Blanket .fabric-description-wrapper .button:hover, .Blanket .fabric-description-wrapper .button:focus {
      background-color: #fff; }

.fabric-dropdown-wrapper {
  position: absolute;
  top: 55px;
  left: 0;
  border: 2px solid #00263e;
  border-top: none;
  z-index: 6;
  background: #fff;
  display: none;
  right: 0; }

.fabric-description-wrapper {
  display: none; }
  .fabric-description[data-tab="no-headboard"] .fabric-description-wrapper,
  .fabric-description[data-tab="no-blanket-box"] .fabric-description-wrapper {
    padding: 0; }
  .fabric-description-wrapper .fabric-description {
    line-height: 0;
    margin-bottom: 15px;
    text-align: center; }
    .fabric-description-wrapper .fabric-description[data-tab="no-headboard"], .fabric-description-wrapper .fabric-description[data-tab="no-blanket-box"] {
      margin-bottom: 0;
      padding: 0; }
      .fabric-description-wrapper .fabric-description[data-tab="no-headboard"] i, .fabric-description-wrapper .fabric-description[data-tab="no-blanket-box"] i {
        display: none;
        margin-bottom: 0; }
    .fabric-description-wrapper .fabric-description i {
      display: inline-block;
      line-height: 0;
      margin-bottom: 10px; }
    .fabric-description-wrapper .fabric-description h4 {
      margin-top: 0.3em;
      margin-bottom: 0;
      text-align: center;
      line-height: 30px;
      display: none; }
    .fabric-description-wrapper .fabric-description p {
      color: #00263e;
      line-height: 1.5;
      margin-bottom: 0;
      display: none; }

.mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer {
  background-color: #00263e; }
  .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box h3 {
    color: white; }
  .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p {
    color: white; }
    .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p.layer-technology {
      color: #fe5000; }
  .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li button {
    border-color: #fe5000; }
    .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li button.active {
      background: #fe5000; }
  .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li.slick-active button {
    background-color: #fe5000; }
    .mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li.slick-active button:before {
      background: #fe5000; }

.elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p.layer-technology {
  color: #81d8d0; }

.elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper {
      width: 230px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 320px) {
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper {
      margin-left: -15px;
      width: 220px; } }
  .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper em {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #81d8d0; }
    @media (max-width: 1439px) {
      .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper em {
        display: none; } }
  .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text {
    margin: 0;
    text-align: left;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #81d8d0 !important;
    text-transform: uppercase;
    font-family: "LuloCleanOne-Bold";
    position: relative; }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(1) {
      margin-left: 50px; }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(2) {
      margin-left: 80px; }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(3) {
      margin-left: 110px; }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(4) {
      margin-left: 140px; }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(5) {
      margin-left: 170px; }
    @media (max-width: 767px) {
      .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text {
        text-align: center;
        position: relative; }
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(1) {
          margin-left: 0; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(1) i {
            margin-left: -50px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(1):after {
            max-width: 40px;
            width: 100%; }
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(2) {
          margin-left: 0; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(2) i {
            margin-left: -30px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(2):after {
            max-width: 50px;
            width: 100%; }
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(3) {
          margin-left: 0px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(3) i {
            margin-left: -10px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(3):after {
            max-width: 60px;
            width: 100%; }
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(4) {
          margin-left: 0px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(4) i {
            margin-left: 0; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(4):after {
            max-width: 80px;
            width: 100%; }
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(5) {
          margin-left: 0px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(5) i {
            margin-left: 90px; }
          .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:nth-child(5):after {
            max-width: 90px;
            width: 100%; } }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text i {
      font-style: normal; }
      @media (max-width: 1439px) {
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text i:before {
          content: '';
          position: absolute;
          height: 2px;
          background: #81d8d0;
          width: 100%;
          left: -105%;
          top: 13px; } }
      @media (max-width: 1199px) {
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text i:before {
          width: 120%;
          left: -125%; } }
      @media (max-width: 767px) {
        .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text i:before {
          display: none; } }
    .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box .line-text-wrapper .text:after {
      background-color: #81d8d0;
      height: 2px;
      content: "";
      position: absolute;
      left: 0px;
      top: 13px; }

.elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li button {
  border-color: #81d8d0; }
  .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li button.active {
    background: #81d8d0; }

.elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li.slick-active button {
  background-color: #81d8d0; }
  .elite-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-slider .slick-dots li.slick-active button:before {
    background: #81d8d0; }

.hide-slider {
  display: none; }

form.form .section-promise.product-promise-listing .promise-img {
  min-height: inherit; }

/* 29-01-2020 breadcrumb*/
.cat-breadcrumb {
  display: none;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  color: #fff; }
  .cat-breadcrumb a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .cat-breadcrumb a:hover {
      color: #fe5000;
      border-bottom: 1px solid #fe5000; }

.hide-description .cat-description-wrapper {
  display: none; }

.description-detail {
  padding: 80px 0 0;
  text-align: center; }
  @media (max-width: 767px) {
    .description-detail {
      padding: 50px 0 0; } }
  .description-detail .cat-breadcrumb {
    display: none; }
  .description-detail p {
    color: #00263e;
    font-size: 16px;
    line-height: 20px; }
  .description-detail .cat-description-wrapper {
    max-width: 750px;
    margin: 0 auto;
    width: 100%; }
    .description-detail .cat-description-wrapper p:last-child {
      margin-bottom: 0; }
  .description-detail h2 {
    margin-top: 0 !important;
    margin-bottom: 10px;
    font-family: "LuloCleanOne-Bold";
    font-size: 16px;
    line-height: 20px;
    color: #00263e; }

.form-field .select-options li.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #dddddd; }

.disabled-option {
  opacity: 0.4;
  background: #dddddd !important; }
  .disabled-option:hover {
    color: #00263e !important;
    background: #dddddd !important; }

/* 06-04-2020 sticky-product block*/
.product-detail-page .productView {
  align-items: flex-start; }

.product-detail-page .productView.absolute {
  position: relative; }

.product-detail-page .productView.fixed .productView-images {
  position: fixed;
  left: 0; }

.product-detail-page .productView.absolute .productView-images {
  position: absolute;
  left: 0;
  bottom: 0; }

.product-detail-page .productView.fixed .productView-details, .product-detail-page .productView.absolute .productView-details {
  margin-left: 65%; }

.product-detail-page .productView .productView-images {
  min-height: auto; }

p.mattress-guide-text {
  font-size: 16px !important;
  line-height: 28px; }

p.mattress-guide-text a {
  position: relative;
  text-decoration: none;
  line-height: 15px; }

.shop-lux.link.white.mattress-guide-btn {
  text-decoration: none;
  background-color: #fe5000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  max-width: 240px;
  width: 100%; }

a.shop-lux.link.white.mattress-guide-btn span {
  color: #fff !important; }

a.shop-lux.link.white.mattress-guide-btn:hover {
  background: #00263e;
  color: #fff; }

p.mattress-guide-text a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #fe5000;
  height: 1px;
  width: 100%; }

.section-promise .promise-list {
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.product-promise-listing .promise-list li .promise-img img {
  height: 75px;
  width: 52px;
  object-fit: contain; }

@media screen and (min-width: 1081px) {
  .product-detail-page .productView {
    position: relative; }
  .product-detail-page .productView .productView-images {
    position: absolute; }
  .product-detail-page .productView .productView-details, .product-detail-page .productView.fixed .productView-details {
    margin-left: 65%; } }

form.form[data-name="The Dawson Bed Frame"] ul.select-options li.kalahari-silver, form.form[data-name="The Dawson Bed Frame"] ul.select-options li.kalahari-lavender, form.form[data-name="The Fitzroy Bed Frame"] ul.select-options li.kalahari-silver, form.form[data-name="The Fitzroy Bed Frame"] ul.select-options li.kalahari-lavender, form.form[data-name="The Montagu Bed Frame"] ul.select-options li.kalahari-silver, form.form[data-name="The Montagu Bed Frame"] ul.select-options li.kalahari-lavender, form.form[data-name="The Stafford Bed Frame"] ul.select-options li.kalahari-silver, form.form[data-name="The Stafford Bed Frame"] ul.select-options li.kalahari-lavender {
  display: none; }

/* Mattress badge css */
.mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
  position: relative;
  top: auto;
  left: auto;
  bottom: -100px; }

@media (max-width: 2200px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    bottom: -85px; } }

@media (max-width: 1920px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    bottom: -70px; } }

@media (max-width: 1620px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    bottom: -65px; } }

@media (max-width: 1500px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    bottom: -55px; } }

@media (max-width: 1280px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    bottom: auto;
    font-size: 10px;
    padding: 5px; } }

@media (max-width: 1199px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 20px; } }

@media (max-width: 1024px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 10px; } }

@media (max-width: 991px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 55px;
    font-size: 12px;
    padding: 7px; } }

@media (max-width: 990px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 50px; } }

@media (max-width: 880px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 35px; } }

@media (max-width: 767px) {
  .mattress-detail-outer .mattress-detail .mattress-img {
    margin-top: -18%; }
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 70px; } }

@media (max-width: 700px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 55px; } }

@media (max-width: 600px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 45px; } }

@media (max-width: 575px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 30px; } }

@media (max-width: 420px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 20px; } }

@media (max-width: 375px) {
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    top: 10px; } }

/* 04-12-2023 upsell add to cart box */
.ult-upsell-native-block {
  margin-top: 20px; }

.native-offer-main .contet-off-view-site .title-pages h3 {
  display: none; }

/* upsell ends */
/* About us page on 30-11-2023 */
.about-us-section-4 .testimonial .testimonial-box {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.about-us-section-4 .testimonial {
  height: 730px;
  padding: 30px 0; }

@media (max-width: 574px) {
  .about-us-section-3 .section-shop.ultimate-section-shop .container .shop-img {
    margin-top: 70px !important;
    margin-bottom: 100px !important; } }

@media (max-width: 512px) {
  .about-us-section-3 .section-shop .container:after {
    height: 51% !important; } }

@media (max-width: 420px) {
  .about-us-section-3 .section-shop .container:after {
    height: 45% !important; }
  .about-us-section-3 .section-shop.ultimate-section-shop .container .shop-img {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media (max-width: 374px) {
  .about-us-section-3 .section-shop .container:after {
    height: 38% !important; } }

#consent-manager .css-ra9y5f {
  max-width: 640px; }

.plant-trees .about-us-section-1 .sustainability-page-banner {
  background: transparent linear-gradient(180deg, #f6e8e2 0, #ECDFD8 100%) 0 0 no-repeat padding-box; }

.about-us-section-1 .sustainability-detail-outer.mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
  max-width: 1758px; }

.about-us-section-1 .mattress-detail-outer.tree-detail-outer {
  padding: 0 3%; }

.about-us-section-2 .image-quote {
  margin-top: 104px; }

.about-us-section-2 .image-quote .image-quote-wrap {
  background-color: #E3EEF6;
  padding: 94px 40px;
  max-width: 1523px; }

.about-us-section-2 .image-quote .image-quote-wrap .text-quote {
  max-width: 900px;
  letter-spacing: 0;
  color: #00263e;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto; }

.about-us-section-2 .image-quote .image-quote-wrap .about-plus-img-wrap {
  width: 27px;
  height: 27px;
  margin: 60px auto 0; }

.plant-trees .about-us-section-4 .testimonial .testimonial-box p {
  font-size: 28px !important;
  line-height: 40px !important; }

.about-us-section-3 .section-shop.ultimate-section-shop {
  margin-top: 0 !important; }

.about-us-section-3 .section-shop.ultimate-section-shop .container .shop-dtl {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.about-us-section-3 .section-shop.ultimate-section-shop .container .shop-img {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  height: auto !important; }

.about-us-section-3 .section-shop .container:after {
  height: 100% !important;
  margin-top: 0 !important; }

.about-us-section-3 .section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner {
  margin-bottom: 10px !important; }

@media (max-width: 991px) {
  .about-us-section-2 .image-quote {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .about-us-section-2 .image-quote .image-quote-wrap {
    padding: 60px 35px; }
  .about-us-section-3 .section-shop .container:after {
    height: 55% !important; } }

@media (max-width: 575px) {
  .about-us-section-2 .image-quote .image-quote-wrap {
    padding: 60px 20px; } }

/* Clearance category headline changes on 22-11-2023 */
.mattress-baner .mattress-banner-content.clearance-banner-content h1 {
  color: #fe5000 !important; }

/* 23-11-2023 ratting section slider */
.section-bundle .container .bundle-text-outer .bundle-text-wrapper .bundle-text {
  margin: 0 10px !important;
  padding: 40px 15px 40px; }

.section-bundle .container .bundle-text-outer .bundle-text p {
  padding-bottom: 20px; }

.section-bundle.ratting-section .container {
  max-width: 1430px; }

.section-bundle .container .bundle-text-outer .bundle-text img {
  margin: 0 auto;
  max-width: 100px; }

.section-bundle .container .bundle-text-outer .slick-dots {
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%); }

.section-bundle .container .bundle-text-outer .slick-arrow.slick-next {
  right: -70px !important; }

.section-bundle .container .bundle-text-outer .slick-arrow {
  background-color: transparent;
  width: 55px;
  height: 55px;
  border: 1px solid transparent; }

.section-bundle .container .bundle-text-outer .slick-arrow:focus {
  background-size: inherit; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item:hover img {
  transform: scale(1) !important; }

.section-bundle .container .bundle-text-outer .slick-arrow:hover {
  background: rgba(0, 38, 62, 0.48); }

.section-bundle .container .bundle-text-outer .slick-arrow.slick-next:before {
  background-image: url(../img/arrow-orange.svg);
  transform: translate(-50%, -50%) rotate(180deg) !important; }

.section-bundle .container .bundle-text-outer .slick-arrow.slick-prev {
  left: -70px !important; }

.section-bundle .container .bundle-text-outer .slick-arrow.slick-prev:before {
  background-image: url(../img/arrow-orange.svg); }

.section-bundle .container .bundle-text-outer .slick-arrow:hover {
  background-color: #fe5000 !important; }

.section-bundle .container .bundle-text-outer .slick-arrow.slick-next:hover:before {
  background-image: url(../img/arrow-white.svg) !important; }

.section-bundle .container .bundle-text-outer .slick-arrow.slick-prev:hover:before {
  background-image: url(../img/arrow-white.svg) !important; }

.section-bundle .container .bundle-text-outer .slick-arrow:before {
  width: 30px !important;
  height: 30px !important; }

.section-bundle .container .bundle-text-outer .slick-arrow:before {
  background-position: center center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-size: inherit; }

.section-bundle .container .bundle-text-outer .bundle-text-wrapper.ratting-section-slider .ratting-slider-item .bundle-text {
  height: 100% !important;
  margin: 0 !important; }

.section-bundle .container .bundle-text-outer .bundle-text-wrapper.ratting-section-slider .ratting-slider-item {
  padding: 0 10px !important; }

.section-bundle .container .bundle-text-outer .bundle-text-wrapper.ratting-section-slider .bundle-text {
  max-width: unset !important; }

@media (max-width: 1080px) {
  .product-detail-page .productView-options .section-promise .promise-list li {
    display: inline-flex;
    flex-direction: column; }
  .product-promise-listing .firm-logo-promise li:last-child img {
    margin: 9px  0 0 !important; }
  .section-bundle .container .bundle-text-outer .slick-arrow {
    width: 50px;
    height: 50px; }
  .section-bundle .container .bundle-text-outer .slick-arrow.slick-next {
    right: -32px !important; }
  .section-bundle .container .bundle-text-outer .slick-arrow.slick-prev {
    left: -32px !important; }
  .section-bundle.ratting-section .container {
    padding: 0 32px; } }

@media (max-width: 767px) {
  .bundle-text-wrapper {
    padding: 0; }
  .section-bundle .container .bundle-text-outer .slick-dots {
    bottom: -50px; } }

/* Elite Pre Christmas Badge icon css on 17-11-2023 */
.pre-christmas-badge-detail-elite {
  top: 15px !important;
  right: 3% !important;
  left: auto !important;
  position: absolute !important;
  display: inline-block !important;
  width: 90px !important;
  height: 90px !important; }

/* PDP Gap issue before image css on 17-11-2023 */
.product-detail-page .productView-options {
  margin-bottom: 0; }

.product-detail-page .productView-options .section-promise .promise-list li {
  padding-bottom: 0; }

.product-detail-page .productView-options .product-promise-listing {
  padding-top: 15px; }

/* Suprema video section added on 15-11-2023 */
.suprema-section .container {
  padding: 0 !important; }

.suprema-section .img-block-wrapper.single-img {
  max-width: 100% !important;
  padding: 0 !important; }

.diffrent-product-list {
  display: none !important; }

/* Black friday changes for category */
/*.christmas-delivery-icon {
	background-color: #dde8ef !important;
	color: #00263e !important;
}

.black-friday-clearance .christmas-delivery-icon {
	background-color: #000 !important;
	color: #ffffff !important;
}

@media (min-width: 1920px) {
	.mattress-detail-outer .mattress-detail .mattress-img {
		margin-top: -13.5% !important;
	}
}

.promo-popup-category a#promo-open,
.promo-popup-category a#promo-open .strip-text #timer-text {
	color: #fff01f;
}

.promo-popup-category a#promo-open span.img {
	background: none;
}

.promo-popup-category a#promo-open,
.promo-popup-category a#promo-open .strip-text #timer-text {
	color: #fff01f;
}

.promo-popup-category a#promo-open span.img {
	background: none;
}

.promo-popup-category a#promo-open span.img:before {
	content: "+";
	font-size: 24px;
	line-height: 27px;
	color: #fff01f;
	font-weight: 900;
	font-family: Karla, Arial, Helvetica, sans-serif;
}

.promo-popup-category a#promo-open span.img .cross-icon {
	display: none;
}

.promo-popup-category a#promo-open span.img .cross-icon {
	display: none;
}*/
/* underline to PDP  */
.wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content .meta-detail-head p {
  text-decoration: underline; }

/* mattress new span on 2-11-2023 */
@media (max-width: 767px) {
  .mattress-detail-outer .inner-mattress-detail .desktop-view span.desktop-view-new {
    display: none !important; } }

/* Category Page headlines on 30-10-2023 start */
.mattress-baner .mattress-banner-content h1 {
  font-size: 56px !important;
  line-height: 70px !important;
  color: #00263e !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  letter-spacing: 0 !important;
  font-family: Amiri !important; }

.mattress-baner .mattress-banner-content h2 {
  font-size: 12px !important;
  line-height: 21px !important;
  color: #00263e !important;
  font-family: LuloCleanOne-Bold !important;
  margin-top: 25px !important;
  margin-bottom: 20px !important; }

.mattress-baner .mattress-banner-content .mattress-sub-title-2 {
  font-size: 50px !important;
  line-height: 64px !important;
  color: #00263e !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  letter-spacing: 0 !important;
  font-family: Amiri !important; }

/* Category Page headlines on 30-10-2023 ends */
/* Clearance category changes 25-10-2023 */
/* - CHOOSE YOUR FEEL - mattress page 04-10-2023 */
.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
  margin-bottom: 60px !important; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item i {
  display: inline-block;
  width: 100px; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item i img {
  width: 100%; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item i {
  width: 75px !important; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item h4 {
  padding-top: 10px !important; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item p {
  padding-top: 20px !important; }

.mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item:hover img {
  transform: scale(1) !important; }

@media (max-width: 1080px) {
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
    margin-bottom: 60px !important; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item p {
    padding-top: 15px !important; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li {
    width: 33.33% !important;
    margin-bottom: 40px;
    padding: 0 15px !important; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item p.des {
    padding-top: 10px !important; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li:last-child {
    margin-bottom: 0; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
    justify-content: center;
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 1024.98px) {
  .mattress-baner .mattress-banner-content .mattress-sub-title-2 {
    font-size: 38px !important;
    line-height: 52px !important; } }

@media (max-width: 767px) {
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
    margin-bottom: 40px !important; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 0 !important; } }

/* - CHOOSE YOUR FEEL - mattress page 04-10-2023 ends */
/* 04-09-2023 */
@media (max-width: 1080px) {
  .home-banner.black-friday-banner {
    padding-top: 0 !important; } }

/* end */
/* 04-09-2023 */
.section-bundle .container .bundle-text-outer {
  margin: 0 auto !important; }

.section-bundle .container .bundle-text-outer .bundle-text {
  margin: 0 auto !important; }

.section-bundle .container .bundle-text-outer .bundle-link {
  margin: 0 auto; }

.section-bundle .container .bundle-text-outer .bundle-text .trust-img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 20px; }

.checkoutHeader-content .checkoutHeader-heading i {
  max-width: 310px;
  margin: 0 auto;
  width: 100%; }

@media (max-width: 1080px) {
  .modal-promo {
    top: 64px !important; } }

@media (max-width: 767px) {
  .section-bundle .container .bundle-text-outer .bundle-link {
    margin-top: -25px; }
  .ratting-section {
    padding-top: 70px; } }

/* end */
.cart .cart-list .cart-item .cart-item-block .definitionList,
.previewCart .previewCartList .previewCartItem .definitionList strong,
.preview-modal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value,
.productList-item .product .product-body .product-option {
  font-weight: 400 !important; }

/*contact page christams-update */
.help-center-christmas-section {
  padding-top: 0 !important; }

/*end*/
/* 27-10-2022 hide live chat block in contact us page*/
.help-center .help-center-bottom-section .help-contact-section .help-contact-box {
  margin-right: 30px; }

.help-center .help-center-bottom-section .help-contact-section {
  justify-content: center !important; }

.help-center .help-center-bottom-section .help-contact-section .help-contact-box:last-child {
  margin-right: 0; }

/* 10-10-2022 monday  badge design */
.mattress-detail-outer .mattress-detail .mattress-img {
  position: relative; }

.pre-christmas-delivery-badge {
  position: absolute;
  top: 66px;
  right: 5%;
  width: 100px;
  height: 100px; }

@media (max-width: 1080px) {
  .pre-christmas-badge-detail.pre-christmas-badge-mobile {
    display: block !important; } }

@media (max-width: 1440px) {
  .pre-christmas-delivery-badge {
    top: 52px;
    right: 6%;
    width: 90px;
    height: 90px; } }

@media (max-width: 1280px) {
  .pre-christmas-delivery-badge {
    top: 40px;
    right: 20%;
    width: 90px;
    height: 90px; } }

@media (max-width: 990px) {
  .pre-christmas-delivery-badge {
    top: 45px;
    right: 6%;
    width: 90px;
    height: 90px; } }

@media (max-width: 767px) {
  .pre-christmas-delivery-badge img {
    margin: 0 !important;
    width: 100% !important;
    max-width: inherit !important; } }

@media (max-width: 766px) {
  .christmas-delivery-section .pre-christmas-delivery-badge {
    left: 10%;
    top: 80px;
    right: auto; } }

@media (max-width: 550px) {
  .pre-christmas-delivery-badge {
    top: 58px;
    right: 6%;
    width: 65px;
    height: 65px; }
  .christmas-delivery-section .pre-christmas-delivery-badge {
    top: 70px; } }

@media (max-width: 380px) {
  .pre-christmas-delivery-badge {
    top: 35px;
    width: 50px;
    height: 50px; }
  .christmas-delivery-section .pre-christmas-delivery-badge {
    top: 55px; } }

@media (max-width: 1280px) and (min-width: 991px) {
  .christmas-delivery-section .pre-christmas-delivery-badge {
    left: 20%;
    right: auto; } }

/* pdp page badge design*/
.pre-christmas-badge-detail {
  top: 15px;
  right: 3%;
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px; }

@media (max-width: 767px) {
  .pre-christmas-badge-detail {
    width: 90px;
    height: 90px;
    right: auto;
    left: 5%; } }

/* end*/
/*21 Sep 2022 start - cookie widget */
.eapp-cookie-consent-message-text.jsx-4231216688,
.eapp-cookie-consent-actions-button.jsx-3935151183 {
  font-size: 18px !important; }

.eapp-cookie-consent-message-componentMore {
  font-weight: 400 !important;
  text-decoration: underline !important; }

.eapp-cookie-consent-actions-button,
.jsx-4266627983 a {
  border-radius: 0px !important; }

a.eapp-cookie-consent-message-componentMore:hover {
  color: #fe5000 !important; }

.eapp-cookie-consent-actions-button {
  font-weight: 400 !important; }

/*21 Sep 2022 end - cookie widget */
/*September  2022 start - category delivery desciption */
.christmas-delivery-text {
  margin-left: 10px; }

.mattress-detail-outer.night-sleep-listing {
  margin-left: -7px;
  margin-right: -7px; }

@media (max-width: 551px) {
  .christmas-delivery-icon strong {
    display: block;
    margin-left: 0 !important;
    margin: 15px 0px 10px; }
  .christmas-delivery-icon p {
    margin-top: 0px !important; }
  .christmas-delivery-icon {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 1280px) {
  .mattress-detail-outer.night-sleep-listing {
    margin-left: -7px;
    margin-right: -7px; } }

.christmas-delivery-icon {
  text-align: center;
  background-color: #dde8ef;
  padding: 20px; }
  .christmas-delivery-icon strong {
    font-size: 32px !important;
    font-weight: 400;
    margin-left: 15px;
    line-height: 38px; }
  .christmas-delivery-icon img {
    vertical-align: middle; }
  .christmas-delivery-icon p {
    display: block !important;
    margin-bottom: 0;
    margin-top: 15px; }

.christmas-delivery-category {
  margin-top: 50px;
  padding: 0px 7px;
  padding: 0 !important; }

/*September 2022 end */
.promo-text strong {
  margin-left: 4px; }

/*August 2022 start  new Sofas+chair */
.section-shop.ultimate-section-shop.amis-sofa-bed,
.section-shop.ultimate-section-shop.milne-sofa-bed,
.section-shop.ultimate-section-shop.churchill-sofa-bed,
.section-shop.ultimate-section-shop.fenton-sofa-bed {
  z-index: -1; }

.section-shop.ultimate-section-shop.amis-sofa-bed .container:after,
.section-shop.ultimate-section-shop.churchill-sofa-bed .container:after,
.section-shop.ultimate-section-shop.milne-sofa-bed .container:after,
.section-shop.ultimate-section-shop.fenton-sofa-bed .container:after,
.section-shop.ultimate-section-shop.byron-sofa-bed .container:after {
  background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/sofa-bed-bg.jpg") !important;
  background-size: cover !important; }

/*Header breaks in two line on adding new menu item */
@media (max-width: 1096px) and (min-width: 1081px) {
  .header .header-navigation .header-left-menu .navPages .navPages-list li {
    padding-right: 26px !important; }
  .header .header-navigation .header-left-menu .navPages .navPages-list li:last-child {
    padding-right: 0 !important; } }

/*August 2022 end */
/*.section-shop.ultimate-section-shop.amis-sofa-bed .container:after, .section-shop.ultimate-section-shop.churchill-sofa-bed .container:after, .section-shop.ultimate-section-shop.milne-sofa-bed .container:after, .section-shop.ultimate-section-shop.fenton-sofa-bed .container:after,.section-shop.ultimate-section-shop.byron-sofa-bed .container:after{
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/sofa-bed-bg.jpg")!important;
    background-size: cover !important;
} */
.night-sleep-listing.single-item {
  justify-content: center !important; }

/*19-5-2022 sustainability page changes start*/
.plant-trees .sustainability-page-banner {
  background: transparent linear-gradient(180deg, #F0F5F7 0%, #DCE8EF 100%) 0% 0% no-repeat padding-box; }

.sustainability-detail-outer.mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991px) {
  .sustainability-detail-outer.mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
    margin-top: -90px; } }

@media (max-width: 767px) {
  .sustainability-detail-outer.mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
    margin-top: -50px; } }

/*19-5-2022 sustainability page changes end*/
/*11-03-2022  ipad offer*/
/*.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate .section-title1{
    font-family: Amiri !important;
    font-size: 54px !important;
    letter-spacing:0;
   // line-height: 42px; //added for two line title
}
.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate .section-title1 .section-inner-title{
    font-family: Amiri !important;
    font-size: 16px !important;
    padding-top: 5px;
    letter-spacing:2px; 
    text-transform: uppercase;
    color:#fe5000 !important;
}
.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product{text-transform: inherit;letter-spacing:0;color:#00263e !important}
@media(max-width:767px){
    .promotional-img-modal .promo-modal-content-wrapper .offer-details{padding-top:25px !important}
    
    .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate .section-title1 .section-inner-title{padding-top:12px !important}
    
}
.promotional-img-modal .promo-modal-content-wrapper .offer-details p{max-width: 100% !important;}*/
/*end*/
/*18-05-2022 SUSTAINABILITY page*/
.mattress-detail-outer.tree-detail-outer .mattress-detail {
  max-width: 100% !important; }

/*end*/
/*11-may-2022 contact page changes start */
@media only screen and (min-width: 1080px) {
  .contact-press-enquiry {
    margin-top: 50px; } }

.contact-press-enquiry h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #00263e !important;
  text-transform: capitalize !important; }

.help-center .help-center-bottom-section h3 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 13px; }

.help-center .help-center-bottom-section .contact-press-enquiry h3:after {
  position: absolute;
  content: '';
  width: 120px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-bottom: 1px solid #fe5000; }

.help-center .help-center-bottom-section .help-contact-section .help-contact-box h3 {
  font-size: 24px;
  line-height: 30px;
  color: #00263e;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px; }

/*11-may-2022 contact page changes end */
.promotional-img-modal .promo-modal-content-wrapper .offer-details p {
  max-width: 100%; }

/*10-may-2022 issue for two-simultaneously-offer */
.offer-custom-class2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%; }

.home-banner .home-banner-caption.new-year-offer .banner-offer {
  margin-bottom: 15px !important; }

.home-banner .home-banner-caption.new-year-offer .all-promo-popup {
  position: static !important;
  transform: none !important; }

.home-banner .home-banner-caption.two-simultaneously-offer {
  height: auto !important; }

/*10-may-2022 issue for two-simultaneously-offer end*/
/* popup*/
.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate2 {
  margin-bottom: 0 !important;
  line-height: 1.1 !important;
  font-size: 60px;
  display: block;
  font-family: 'Amiri'; }

.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product2 {
  color: #fe5000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 0px; }

.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product2 .section-subtitle2 p {
  color: #fe5000 !important;
  margin: 0 0 30px;
  line-height: 22px;
  font-family: LuloCleanOne-Bold;
  font-size: 12px;
  line-height: 18px; }

.promotional-img-modal .promo-modal-content-wrapper .offer-details .limited-text2 {
  color: #00263e !important;
  max-width: 93%;
  margin: 0 auto 28px;
  line-height: 24px;
  font-size: 16px; }

.or-promo .or {
  font-size: 20px !important;
  margin: 20px 0 25px !important;
  font-weight: 400 !important; }

@media screen and (max-height: 786px) and (max-width: 767px) {
  .promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-product2 {
    margin-bottom: 1.8vh; }
  .promotional-img-modal .promo-modal-content-wrapper .offer-details p.limited-text2 {
    margin-bottom: 1.8vh;
    max-width: 100%; } }

/* end*/
/*banner link issue */
.mattress-banner-content a#promo-open.home-page-promo-open {
  color: #00263e !important;
  display: inline-flex !important; }

a#promo-open.home-page-promo-open img {
  max-width: 18px;
  min-width: 18px;
  margin-left: 2px; }

.mattress-baner .mattress-banner-content p {
  position: relative;
  z-index: 11; }

@media (max-width: 767px) {
  .mattress-baner .mattress-banner-content p {
    padding: 0; } }

/*end*/
/* 08-04-2022  hospitality page*/
.Hospitality-img .desktop-img {
  display: block; }

.Hospitality-img .mobile-img {
  display: none; }

.contracts-page .mattress-baner {
  min-height: inherit !important;
  padding-bottom: 30px !important; }

.contract-detail .inner-detail {
  text-align: center;
  max-width: 706px;
  width: 100%;
  margin: 0 auto 40px; }

.contract-detail .inner-detail h5 {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  color: #00263E;
  font-family: LuloCleanOne-Bold;
  text-transform: uppercase; }

.contracts-page .iframe-wrapper {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .Hospitality-img .desktop-img {
    display: none; }
  .Hospitality-img .mobile-img {
    display: block; }
  .contracts-page .iframe-wrapper {
    height: 435px !important; } }

/*end*/
/*12-04-2022  50% off offer*/
.home-banner .home-banner-caption.fifty-percent-offer {
  background-color: #a36c6d !important; }

.home-banner .home-banner-caption.fifty-percent-offer .banner-caption h1,
.home-banner .home-banner-caption.fifty-percent-offer .banner-caption h3,
.home-banner .home-banner-caption.fifty-percent-offer .banner-caption p,
.home-banner .home-banner-caption.fifty-percent-offer .banner-caption .end-day,
.home-banner .home-banner-caption.fifty-percent-offer .banner-caption .timer-home-page,
.home-banner .home-banner-caption.fifty-percent-offer a#promo-open.home-page-promo-open {
  color: #00263e !important; }

.home-banner .home-banner-caption.fifty-percent-offer .shop-btn {
  background-color: #00263e !important;
  color: #fff !important; }

.home-banner .home-banner-caption.fifty-percent-offer .shop-btn span {
  color: #fff !important; }

.home-banner .home-banner-caption.fifty-percent-offer a.shop-btn.link span:after {
  background: #fff !important; }

.home-banner {
  background-image: none !important; }

/*06-04-2022 category page update*/
.mattress-detail-outer .inner-mattress-detail {
  display: flex;
  flex-direction: column; }

.diffrent-product-list {
  margin-bottom: 26px !important;
  order: 2 !important; }

.mattress-price-list {
  order: 1 !important;
  margin-bottom: 0px !important; }

.mattress-detail-outer.night-sleep-listing {
  margin-top: 0 !important; }

.mattress-baner {
  padding-bottom: 50px !important; }

.night-sleep-listing > li {
  padding-left: 7px !important;
  padding-right: 7px !important; }

.product-category-discount {
  display: block !important; }

.night-sleep-listing li .night-sleep-img {
  max-width: 100% !important; }

.category-page .mattress-detail-outer .inner-mattress-detail p.title-wrap,
.mattress-detail-outer .inner-mattress-detail p.title-wrap {
  display: block !important; }

.category-page .mattress-detail-outer .inner-mattress-detail p,
.mattress-detail-outer .inner-mattress-detail p {
  display: none; }

.category-page .mattress-baner {
  min-height: inherit !important; }

.category-page .mattress-detail-outer .inner-mattress-detail .product-title {
  line-height: 20px;
  margin-bottom: 0 !important; }

.mattress-price-list li a.price-link label {
  line-height: 30px !important; }

.night-sleep-listing li .night-sleep-img i {
  display: inline-block; }

.mattress-detail .inner-mattress-detail .mattress-price-list {
  margin-left: 0 !important; }

.mattress-page-new .mattress-baner {
  background-image: linear-gradient(180deg, #f0f5f7, #dce8ef); }

@media (max-width: 1280px) {
  .mattress-baner {
    padding-bottom: 50px !important; } }

@media (max-width: 1200px) {
  .night-sleep-listing > li {
    width: 50% !important; } }

@media (max-width: 767px) {
  .mattress-detail-outer,
  .category-page .night-sleep-listing {
    margin-top: 0 !important; } }

/*05-04-2022*/
.mattress-price-list li a.as-low-as label {
  font-size: 16px !important; }

.mattress-detail .inner-mattress-detail .mattress-price-list {
  padding-top: 20px; }

/*25-03-2022 category price changes*/
.mattress-price-list li label.new-price {
  background-color: transparent !important;
  color: #FE5000 !important;
  font-size: 24px;
  line-height: 34px;
  font-family: Amiri;
  font-weight: 700; }

.mattress-price-list li label.origional-price {
  background-color: transparent !important;
  color: #00263E !important;
  font-size: 24px;
  line-height: 34px;
  font-family: Amiri; }

.mattress-price-list li a.price-link label {
  background-color: transparent !important;
  color: #00263E !important;
  font-size: 24px;
  line-height: 34px;
  font-family: Amiri;
  font-weight: 400; }

/*31-3-2022*/
.category-page .mattress-detail-outer .inner-mattress-detail p {
  margin-bottom: 10px; }

.mattress-price-list {
  margin-top: 0 !important; }

/* end */
/* end */
/* brunel section changes 21-03-2022 */
@media (max-width: 1080px) {
  .brunel-size-section.four-image-section ul li {
    width: 40%;
    margin-bottom: 20px; }
  .brunel-size-section.four-image-section ul.size-listing li {
    width: 92%; } }

/*.section-shop.ultimate-section-shop.byron-sofa-bed .container:after{
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/the-byron-sofa-bed-background.jpg")!important;
    background-size: cover !important;
}*/
/*end*/
/*bed frame css 21-03-2022*/
.mattress-detail-outer {
  justify-content: flex-start !important; }

.night-sleep-listing > li {
  width: 33.33%; }

@media (max-width: 1200px) {
  .night-sleep-listing > li {
    width: 47.5%; }
  .night-sleep-listing {
    justify-content: space-between !important; } }

@media (max-width: 767px) {
  .night-sleep-listing > li {
    width: 100% !important; } }

/*end*/
@media (max-width: 575px) {
  .brunel-size-section.four-image-section ul li {
    width: 50%; } }

/*end*/
/* 02-03-2022 was-now label */
.product-detail-page .productView .productView-details .productView-options .productView-price .price-section {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end; }

.product-detail-page .productView .productView-details .productView-options p.free-premium-message {
  margin-bottom: 0; }

.product-detail-page .productView .productView-details .productView-options .productView-price .price-section .price {
  line-height: 36px; }

.product-detail-page .productView .productView-details .productView-options .productView-price .price-section span.price-label {
  margin-right: 10px;
  margin-bottom: 5px; }

.product-detail-page .productView .productView-details .productView-options .productView-price .price-section .price.price--non-sale {
  margin-bottom: -5px;
  color: #81939E !important;
  font-size: 24px;
  line-height: 36px;
  font-family: Amiri; }

.category-discount-lable {
  display: inline-block;
  padding: 7px;
  min-width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: LuloCleanOne-Bold;
  background-color: #fe5000;
  margin-bottom: 3px; }

.product-category-discount {
  position: relative;
  display: inline-block; }

.night-sleep-listing li .night-sleep-img {
  position: relative; }

.night-sleep-listing li .night-sleep-img i {
  position: relative; }

.mattress-price-list li label.new-price {
  background-color: #fe5000;
  color: #fff;
  padding: 0 4px; }

.mattress-price-list li label.origional-price {
  text-decoration: line-through; }

@media (max-width: 1080px) {
  .product-detail-page .productView .productView-details .productView-options .productView-price .price-section {
    flex-direction: column;
    align-items: center; }
  .product-detail-page .productView .productView-details .productView-options .productView-price .price-section span.price-label {
    margin-right: 0;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .discount-label {
    left: 30px; } }

/*end*/
/*25-02-2022 */
.fabric-dropdown-wrapper {
  z-index: 10 !important; }

/*end*/
/*24-02-2022 mattress banner change*/
@media (max-width: 767px) {
  .mattress-baner .mattress-banner-content h1 {
    margin-bottom: 20px !important;
    font-size: 36px !important;
    line-height: 1 !important; }
  .mattress-baner .mattress-banner-content .mattress-sub-title-2 {
    margin-bottom: 20px !important;
    font-size: 32px !important;
    line-height: 1 !important; } }

/*end*/
/*10/02/2022*/
@media (max-width: 767px) {
  .wave-section.perla-inspired-section .technology-listing {
    padding-bottom: 30px;
    padding-top: 50px; } }

/*---------------------------------------------------brunel pdp update start-------------------------------------------------------------------------*/
/*14-12-2021 gallary section*/
/*01-04-2022*/
.section-shop.ultimate-section-shop.brunel-sofa-bed {
  z-index: -1; }

.section-shop.ultimate-section-shop.byron-sofa-bed {
  z-index: -1; }

.section-shop.ultimate-section-shop.amis-sofa-bed {
  z-index: -1; }

.section-shop.ultimate-section-shop.milne-sofa-bed {
  z-index: -1; }

.section-shop.ultimate-section-shop.churchill-sofa-bed {
  z-index: -1; }

.section-shop.ultimate-section-shop.fenton-sofa-bed {
  z-index: -1; }

.section-shop .container {
  align-items: inherit; }

.section-shop.ultimate-section-shop .container .shop-img {
  margin-bottom: 0 !important; }

@media (min-width: 1081px) {
  .section-shop .container:after {
    height: 93% !important; } }

.section-shop.perla-section-shop:after {
  background-image: none !important; }

.section-shop:after {
  display: none !important; }

.section-shop .container {
  position: relative; }

.section-shop .container:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background-size: cover;
  width: 22.2%;
  right: 0;
  z-index: -1; }

.section-shop.perla-section-shop .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/perla-mattress-background.jpg"); }

.section-shop.ultimate-section-shop .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/ultima-mattress-bg.jpg"); }

.section-shop.ultimate-section-shop {
  margin-top: -170px !important; }

.section-shop.ultimate-section-shop .container .shop-img {
  margin-right: 140px;
  margin-top: 135px;
  align-self: end;
  margin-bottom: -50px; }

.section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner {
  text-align: left !important; }

.section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner:last-child {
  margin-bottom: 0; }

.section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner:last-child p {
  margin-bottom: 0;
  padding-bottom: 0; }

@media (min-width: 1201px) {
  .section-shop.ultimate-section-shop .container .shop-dtl {
    padding-top: 190px !important; } }

@media (max-width: 1400px) {
  .section-shop.ultimate-section-shop .container .shop-dtl {
    max-width: 568px !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    margin-right: 10% !important; } }

@media (max-width: 1280px) {
  .section-shop.ultimate-section-shop .container .shop-dtl {
    max-width: 472px !important;
    padding-top: 140px !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    margin-right: 8% !important; } }

@media (max-width: 1080px) {
  .section-shop.ultimate-section-shop {
    margin-top: -128px !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    margin-right: 4% !important;
    margin-top: 40px !important;
    margin-bottom: -35px; }
  .section-shop.ultimate-section-shop .container .shop-dtl {
    max-width: 442px !important;
    padding-top: 140px !important;
    margin-left: 0 !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    align-self: inherit; }
  .section-shop.ultimate-section-shop.perla-section-shop,
  .section-shop.ultimate-section-shop {
    margin-top: 0 !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    text-align: right;
    height: 100%;
    margin-bottom: 0;
    margin-right: 0 !important; }
  .section-shop .container .shop-img img {
    height: 100%;
    width: 100%;
    max-width: 90%;
    object-fit: cover; }
  .section-shop.ultimate-section-shop .container .shop-dtl {
    padding-top: 0 !important;
    height: 100%; }
  .section-shop.ultimate-section-shop .container {
    display: flex;
    align-items: flex-start; }
  .section-shop.ultimate-section-shop .container:after {
    margin-top: -170px;
    height: 120%; } }

@media (max-width: 1024px) {
  .section-shop.ultimate-section-shop .container .shop-dtl {
    max-width: 462px !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    margin-left: 10px; } }

@media (max-width: 1023px) {
  .section-shop.ultimate-section-shop .container .shop-dtl {
    max-width: 400px !important;
    margin: 0 auto; }
  .section-shop .container .shop-img img {
    max-width: 90%; }
  .section-shop.ultimate-section-shop .container .shop-img {
    text-align: right; } }

@media (max-width: 991px) {
  .section-shop.ultimate-section-shop {
    padding-top: 70px;
    padding-bottom: 95px !important; }
  .section-shop.ultimate-section-shop .container .shop-dtl {
    max-width: 376px !important; }
  .section-shop.ultimate-section-shop .container .shop-img {
    margin: 0; }
  .section-shop .container:after {
    height: 54%;
    width: 33.2%; }
  .section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner:last-child {
    margin-bottom: 0; }
  .section-shop .container .shop-img img {
    max-width: 94%; }
  .section-shop.ultimate-section-shop {
    display: inline-flex; }
  .section-shop.brunel-sofa-bed .container .shop-img img {
    max-width: 100%; }
  .section-shop.brunel-sofa-bed .container .shop-dtl {
    max-width: 356px !important;
    margin-right: 20px; } }

@media (max-width: 767px) {
  .section-shop.ultimate-section-shop {
    padding-bottom: 50px;
    padding-top: 50px; }
  .section-shop.ultimate-section-shop .container .shop-dtl {
    padding-top: 45px !important;
    background-color: transparent; }
  .section-shop .container:after {
    height: 52%; }
  .section-shop.ultimate-section-shop .container .shop-img {
    margin-right: 0 !important;
    max-width: 485px;
    margin: 0 auto !important; }
  .section-shop.ultimate-section-shop .container:after {
    height: 60%; }
  .section-shop .container .shop-img img {
    max-width: 100%; }
  .section-shop.ultimate-section-shop,
  .section-shop.brunel-sofa-bed,
  .section-shop.perla-section-shop {
    display: block; }
  .section-shop.brunel-sofa-bed .container .shop-dtl {
    margin: 0 auto !important; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 58%; } }

@media (max-width: 574px) {
  .section-shop .container:after {
    height: 50%; }
  .section-shop.ultimate-section-shop .container .shop-img {
    padding: 0 15px; } }

@media (max-width: 540px) {
  .section-shop .container:after {
    height: 48%; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 55% !important; } }

@media (max-width: 479px) {
  .section-shop.ultimate-section-shop .container:after {
    height: 58%; }
  .section-shop .container:after {
    width: 39.2%;
    height: 49%; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 53% !important; } }

@media (max-width: 440px) {
  .section-shop .container:after {
    height: 55%; }
  .section-shop.ultimate-section-shop .container:after {
    height: 55%; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 51% !important; } }

@media (max-width: 380px) {
  .section-shop .container:after,
  .section-shop.ultimate-section-shop .container:after {
    height: 50%; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 49% !important; } }

@media (max-width: 365px) {
  .section-shop .container:after,
  .section-shop.ultimate-section-shop .container:after {
    height: 48%; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 47% !important; } }

@media (max-width: 340px) {
  .section-shop .container:after,
  .section-shop.ultimate-section-shop .container:after {
    height: 46%; }
  .section-shop.brunel-sofa-bed .container:after {
    height: 42% !important; } }

@media (max-width: 320px) {
  .section-shop .container:after {
    height: 43%; }
  .section-shop.ultimate-section-shop .container:after {
    height: 43%; } }

/*end*/
/*27-12-2021 brunel page updates*/
/* brunel-tab-section start */
.brunel-size-section {
  padding-bottom: 70px; }

.brunel-inner-section .brunel-title {
  text-align: center;
  max-width: 510px;
  margin: 0 auto 50px; }

.brunel-inner-section .brunel-title h3 {
  color: #00263E;
  margin-top: 0;
  font-size: 32px;
  line-height: 42px; }

.brunel-inner-section {
  padding: 50px 150px;
  border: 3px solid #f7f7f7;
  position: relative; }

.brunel-inner-section:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -15px;
  right: 10px;
  left: 10px;
  bottom: -15px;
  border: 3px solid #c1ccd4; }

/*tab*/
.brunel-tabs {
  margin: 0px -10px 50px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.brunel-tabs li {
  background: none;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  cursor: pointer;
  width: 25%; }

.brunel-tabs li .inner-link {
  padding: 30px 10px 25px;
  border: 2px solid transparent;
  text-align: center;
  background-color: #f7f7f7; }

.brunel-tabs li .inner-link i {
  max-width: 150px;
  width: 100%;
  margin: 0 auto; }

.brunel-tabs li .inner-link i,
.brunel-tabs li .inner-link span {
  display: block; }

.brunel-tabs li .inner-link h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "LuloCleanOne-Bold";
  color: #00263E;
  font-size: 16px; }

.brunel-tabs li.current .inner-link {
  border: 2px solid #c1ccd4;
  background-color: #eff4f8; }

.brunel-tab-section .tab-content {
  display: none;
  padding: 15px 0; }

.brunel-tab-section .tab-content .img-block,
.brunel-tab-section .tab-content .size-listing-block {
  padding: 0 30px; }

.brunel-tab-section .tab-content.current {
  display: inherit; }

.brunel-tab-section .outer-img-block {
  display: flex;
  margin: 0 -30px 30px;
  justify-content: space-between; }

.brunel-tab-section .tab-content .img-block {
  width: 60%; }

.brunel-tab-section .tab-content .img-block i {
  display: inline-block;
  margin-bottom: 50px; }

.brunel-tab-section .tab-content .img-block i:last-child {
  margin-bottom: 0; }

.brunel-tab-section .tab-content .inner-size-listing {
  margin-bottom: 50px; }

.brunel-tab-section .tab-content .inner-size-listing:last-child {
  margin-bottom: 0; }

.brunel-tab-section .tab-content .size-listing-block {
  width: 40%; }

.brunel-tab-section .tab-content .size-listing-block h4 {
  margin-top: 0;
  font-family: "LuloCleanOne-Bold";
  color: #00263E;
  font-size: 16px; }

.brunel-tab-section .tab-content .size-listing,
.brunel-tab-section .tab-content .size-listing li {
  list-style: none;
  margin-left: 0; }

.brunel-tab-section .tab-content .size-listing li {
  display: flex; }

.brunel-tab-section .tab-content .size-listing li p {
  width: calc(100% - 90px);
  margin-right: 10px;
  margin-bottom: 5px; }

.brunel-tab-section .tab-content .size-listing li span {
  width: 90px;
  display: inline-block; }

@media (max-width: 1080px) {
  .brunel-tabs li {
    width: 33.33%;
    padding: 0 15px; }
  .brunel-tabs {
    margin-left: -15px;
    margin-right: -15px; }
  .brunel-tabs li .inner-link {
    padding: 20px 10px 15px; }
  .brunel-inner-section {
    padding: 50px 70px; }
  .brunel-tabs {
    padding: 0 30px; }
  .brunel-tab-section .outer-img-block {
    margin: 0 -15px 30px; }
  .brunel-tab-section .tab-content .img-block,
  .brunel-tab-section .tab-content .size-listing-block {
    padding: 0 15px; } }

@media (max-width: 991px) {
  .brunel-tabs li {
    padding: 0 10px; }
  .brunel-tabs li .inner-link h4 {
    font-size: 12px; }
  .brunel-tab-section .tab-content .size-listing-block h4 {
    font-size: 16px; }
  .brunel-tab-section .outer-img-block {
    flex-direction: column; }
  .brunel-tab-section .tab-content .img-block {
    order: 2; }
  .brunel-tab-section .tab-content .size-listing-block {
    order: 1; }
  .brunel-tab-section .tab-content .size-listing-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 -10px; }
  .brunel-tab-section .tab-content .img-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .brunel-tabs {
    padding: 0; }
  .brunel-inner-section {
    padding: 50px; }
  .brunel-tab-section .tab-content {
    padding-left: 30px;
    padding-right: 30px; }
  .brunel-tab-section .tab-content .inner-size-listing {
    width: 45%;
    padding: 0 10px; }
  .brunel-tab-section .tab-content .img-block {
    width: 100%; }
  .brunel-tabs {
    margin-bottom: 30px; }
  .brunel-tab-section .tab-content .size-listing {
    margin-bottom: 0; }
  .brunel-tab-section .outer-img-block {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .brunel-inner-section {
    padding: 30px 0; }
  .brunel-inner-section .brunel-tabs li {
    width: 33.33%; }
  .brunel-tab-section .tab-content .size-listing-block,
  .brunel-tab-section .tab-content .img-block {
    width: 100%; }
  .brunel-inner-section,
  .brunel-inner-section:after {
    border-left: 0;
    border-right: 0; }
  .brunel-tabs li .inner-link h4 {
    font-size: 10px;
    line-height: 14px; }
  .brunel-tabs li .inner-link span {
    font-size: 14px;
    line-height: 22px; }
  .brunel-tabs li .inner-link {
    padding: 15px 10px 10px; }
  .brunel-tab-section .tab-content .size-listing-block {
    flex-direction: column;
    margin-bottom: 30px; }
  .brunel-tab-section .tab-content .inner-size-listing {
    max-width: 340px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .brunel-tab-section .tab-content .size-listing-block h4 {
    text-align: center;
    margin-bottom: 25px; }
  .brunel-inner-section:after {
    left: 0;
    right: 0; }
  .brunel-tab-section .outer-img-block {
    margin-bottom: 0; }
  .brunel-tab-section .tab-content .img-block i {
    margin-bottom: 30px; }
  .brunel-tabs {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px; }
  .brunel-inner-section .brunel-title {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .brunel-tabs {
    margin-left: -5px;
    margin-right: -5px; }
  .brunel-tabs li {
    padding: 0 5px; }
  .brunel-tabs li .inner-link {
    padding: 15px 5px 10px; } }

@media (max-width: 374px) {
  .brunel-tab-section .tab-content {
    padding-left: 20px;
    padding-right: 20px; } }

/* end*/
.brunel-top-links {
  display: flex; }

.brunel-top-links p {
  margin-right: 35px; }

.brunel-top-links p:last-child {
  margin: 0; }

.brunel-bottom-links p a {
  z-index: 9; }

@media (min-width: 1081px) {
  .product-detail-page .productView .productView-details .productView-options .form-action input[type="submit"] {
    max-width: 100%; } }

@media (max-width: 1080px) {
  .brunel-top-links {
    justify-content: center; } }

/* brunel-modal start */
.open-brunel-modal {
  overflow: hidden; }

.overlay-brunel {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.4;
  background: #000;
  z-index: 40000;
  top: 0;
  left: 0;
  animation-name: fadeIn_Container;
  animation-duration: 1s; }

.modal-brunel .modal-header {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  border: 0; }

.modal-brunel .modal-header .cancel {
  z-index: 999;
  height: 40px;
  width: 40px;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block; }

.modal-brunel .modal-header .cancel img {
  transform: rotate(45deg);
  position: relative; }

.modal-brunel {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 40001;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
  padding: 0 20px; }

.modal-brunel .modal-content {
  padding: 60px 170px; }

.modal-brunel-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  background: #fff;
  margin: 85px auto 30px;
  width: 100%;
  max-width: 1170px;
  max-height: calc(100vh - 100px);
  margin: 0; }

.modal-brunel .modal-title,
.door-title {
  margin-bottom: 30px;
  text-align: center; }

.modal-brunel .modal-title h2,
.door-title h2 {
  font-size: 32px;
  line-height: 56px;
  color: #00263E;
  font-family: Amiri;
  margin-top: 0; }

.modal-brunel .modal-title p,
.door-title p {
  font-size: 16px;
  line-height: 30px;
  color: #00263E;
  font-family: Amiri; }

.modal-listing {
  display: flex;
  margin: 0 -25px 50px;
  list-style: none; }

.modal-listing li {
  width: auto;
  padding: 0 25px;
  text-align: center;
  list-style: none; }

.modal-listing .img-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-listing .img-wrap i {
  display: inline-block; }

.modal-listing h4 {
  font-size: 16px;
  line-height: 22px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin-bottom: 5px;
  margin-top: 0;
  letter-spacing: 1.28px; }

.modal-listing span {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #00263E;
  font-family: Amiri; }

.door-detail {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.door-detail .door-img {
  margin-right: 25px; }

.door-detail .door-img,
.door-detail .door-right {
  width: 50%; }

.door-detail .door-right h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin-bottom: 20px;
  letter-spacing: 1.28px; }

.door-detail .door-right p {
  font-size: 16px;
  line-height: 30px;
  color: #00263E;
  font-family: Amiri;
  text-align: left; }

.door-detail .door-right p:last-child {
  margin-bottom: 0; }

.door-title {
  margin-bottom: 40px; }

.door-title p,
.modal-brunel .modal-title p {
  margin-bottom: 0; }

.pen-block {
  flex-wrap: wrap;
  border: 2px solid #00263E;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }

.pen-block h3 {
  font-size: 32px;
  line-height: 56px;
  color: #00263E;
  font-family: Amiri;
  letter-spacing: 0; }

.pen-block a {
  font-size: 16px;
  line-height: 28px;
  font-family: Amiri;
  color: #00263E;
  letter-spacing: 1.28px;
  text-transform: uppercase; }

.pen-block h3,
.pen-block a {
  margin: 0 15px; }

.measurement-guide-block,
.modal-close-link {
  text-align: center; }

.measurement-guide-block p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #00263E;
  font-family: Amiri; }

.modal-close-link p a,
.pen-block p a {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #00263E;
  text-decoration: none; }

.modal-close-link .mattress-guide-text a:hover:after,
.pen-block .mattress-guide-text a:hover:after {
  background-color: #fe5000; }

.modal-close-link .mattress-guide-text,
.pen-block .mattress-guide-text {
  margin-bottom: 0; }

.modal-close-link .mattress-guide-text a:after,
.pen-block .mattress-guide-text a:after {
  background-color: #00263e; }

.modal-close-link a {
  position: relative;
  z-index: 999; }

.door-detail:last-child {
  margin-bottom: 0; }

.door-detail-wrapper {
  margin-bottom: 40px; }

@media (max-width: 1280px) {
  .modal-brunel-inner {
    max-width: 95%; } }

@media (max-width: 1080px) {
  .modal-brunel .modal-content {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px; }
  .modal-listing li {
    padding: 0 15px; }
  .modal-listing {
    margin: 0 -15px 50px; } }

@media (max-width: 991px) {
  .modal-brunel .modal-content {
    padding-left: 70px;
    padding-right: 70px; }
  .door-detail {
    flex-direction: column;
    margin-bottom: 30px; }
  .door-detail .door-img {
    order: 2;
    margin-right: 0;
    max-width: 400px;
    width: 100%;
    margin: 0 auto; }
  .door-detail .door-right {
    order: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 10px; }
  .modal-listing {
    margin-bottom: 40px; }
  .door-title {
    margin-bottom: 30px; }
  .door-detail .door-right h3 {
    margin-bottom: 10px; }
  .pen-block .mattress-guide-text {
    margin-bottom: 15px; }
  .pen-block {
    flex-direction: column; } }

@media (max-width: 767px) {
  .modal-brunel .modal-header .cancel {
    height: 35px;
    width: 35px; }
  .modal-brunel .modal-content {
    padding: 50px 15px; }
  .modal-listing {
    margin-bottom: 30px; }
  .door-title h2,
  .modal-brunel .modal-title h2 {
    line-height: 40px; }
  .pen-block h3 {
    line-height: 36px;
    margin-bottom: 8px !important; }
  .pen-block {
    padding: 10px 15px 15px;
    flex-direction: column; }
  .modal-listing .img-wrap i {
    height: 100%;
    display: flex; }
  .modal-listing {
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px; }
  .modal-listing li {
    margin-bottom: 35px;
    max-width: 300px;
    width: 100%;
    padding: 0; }
  .modal-listing li:last-child {
    margin-bottom: 0; }
  .modal-listing .img-wrap {
    height: auto !important; }
  .modal-listing .img-wrap i {
    height: auto;
    display: inline-block; }
  .modal-listing .img-wrap i img {
    width: auto;
    max-height: 150px; }
  .pen-block .mattress-guide-text {
    margin-bottom: 0; } }

@media (max-width: 575px) {
  .modal-listing .img-wrap i img {
    max-height: 100px; } }

/*model-end*/
/*end*/
/*23-12-2021 brunel sofa bed link color */
p a {
  color: #00263E !important; }

p a:hover {
  color: #fe5000 !important; }

.help-center .help-center-top-section p {
  color: #00263E !important; }

/*.help-center .help-center-top-section p:hover{color:#fe5000  !important}*/
.wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content p a {
  color: #00263E; }

.wave-technology .product-meta-details .container .meta-detail-grid .meta-detail-grid-inner .meta-detail-content p a:hover {
  color: #fe5000; }

/*---------------------------------------------------brunel pdp update end-------------------------------------------------------------------------*/
/*08-02-2022 and 09-02-2022*/
.wave-technology.lux-dimension-section {
  padding: 0 !important; }

.section-shop.ultimate-section-shop.brunel-sofa-bed .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/images/stencil/original/image-manager/brunel-bckg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.ultima-mattress .container:after {
  background: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/ultima-mattress-bg.jpg") !important;
  background-size: cover !important; }

.section-shop.ultimate-section-shop.perla-section-shop .container:after {
  background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/perla-mattress-background.jpg") !important;
  background-size: cover !important; }

.lux-elite-sleep-section {
  padding: 114px 0 0; }

.lux-elite-sleep-section .img-block-wrapper {
  max-width: 1430px;
  padding: 0; }

.lux-elite-sleep-section.sleep-section .title-block p {
  max-width: 550px; }

.lux-elite-sleep-section.sleep-section .details-block .inner-block h4 {
  line-height: 34px;
  margin: 0 0 14px; }

.lux-elite-sleep-section.sleep-section .details-block .inner-block .layer-name {
  color: #00263e;
  opacity: 0.95;
  margin-bottom: 10px; }

.lux-elite-sleep-section.sleep-section .details-block {
  padding-bottom: 60px; }

.lux-elite-sleep-section.sleep-section .single-img .img-block {
  justify-content: center; }

.lux-elite-sleep-section.sleep-section .img-block .mobile-img {
  display: none; }

.lux-elite-sleep-section.sleep-section.remove-space .title-block p {
  max-width: 645px; }

.lux-elite-sleep-section.remove-space .img-block-wrapper {
  max-width: 1430px;
  padding: 0; }

.lux-elite-sleep-section.sleep-section.remove-space .details-block .inner-block .layer-name {
  color: #00263E;
  opacity: 0.95; }

.product-detail-page .productView .productView-images {
  width: 65% !important; }

.details-block .inner-block .line-text-wrapper {
  margin-top: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.details-block .inner-block .line-text-wrapper .text {
  margin: 0;
  text-align: left;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #00263e !important;
  text-transform: uppercase;
  font-family: LuloCleanOne-Bold;
  position: relative; }

.details-block .inner-block .line-text-wrapper .text i:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #00263e;
  width: 250%;
  left: -260%;
  top: 13px; }

.details-block .inner-block .line-text-wrapper .text i {
  font-style: normal; }

.details-block .inner-block .line-text-wrapper .text:nth-child(1) {
  margin-left: 50px; }

.details-block .inner-block .line-text-wrapper .text:nth-child(2) {
  margin-left: 80px; }

.details-block .inner-block .line-text-wrapper .text:nth-child(3) {
  margin-left: 110px; }

.details-block .inner-block .line-text-wrapper .text:nth-child(4) {
  margin-left: 140px; }

.details-block .inner-block .line-text-wrapper .text:nth-child(5) {
  margin-left: 170px; }

.brunel-inner-section .brunel-title {
  max-width: 530px !important; }

.wave-section.ultimate-wave-section {
  background-image: linear-gradient(#dce8ef, #fff, #fff, #fff); }

.sleep-section {
  background-image: linear-gradient(180deg, #fff, #fff, #dce8ef); }

/* ultima-mattress page overlapping issue start */
.product-detail-page .productView.fixed .productView-images {
  position: absolute;
  left: 0 !important; }

/* ultima-mattress page overlapping issue end */
.wave-technology .product-meta-details .container .meta-detail-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.wave-technology .product-meta-details .container .meta-detail-wrapper .meta-detail-grid {
  width: auto;
  float: none;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px 40px; }

.wave-section.inspired-section {
  background-color: #dce8ef !important; }

@media screen and (max-width: 1080px) {
  .lux-elite-sleep-section {
    padding: 108px 0 0; }
  .product-detail-page .productView .productView-images {
    width: 100% !important; }
  .lux-elite-sleep-section.sleep-section .details-block {
    padding-bottom: 40px; } }

@media (max-width: 767px) {
  div.section-shop.ultimate-section-shop .container .shop-dtl {
    margin: 0 auto !important; }
  div.section-shop.ultimate-section-shop .container .shop-dtl .shop-dtl-inner {
    text-align: center !important; }
  .lux-elite-sleep-section {
    padding: 60px 0 0; }
  .lux-elite-sleep-section.sleep-section .img-block .desktop-img {
    display: none; }
  .lux-elite-sleep-section.sleep-section .img-block .mobile-img {
    display: block; }
  .lux-elite-sleep-section.sleep-section .details-block {
    padding-bottom: 30px; }
  .wave-technology .product-meta-details .container .meta-detail-grid {
    width: auto; }
  .wave-technology .product-meta-details .container .meta-detail-wrapper .meta-detail-grid {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 60px !important; } }

@media (max-width: 575px) {
  .details-block .inner-block .line-text-wrapper .text:nth-child(1),
  .details-block .inner-block .line-text-wrapper .text:nth-child(2),
  .details-block .inner-block .line-text-wrapper .text:nth-child(3),
  .details-block .inner-block .line-text-wrapper .text:nth-child(4),
  .details-block .inner-block .line-text-wrapper .text:nth-child(5) {
    margin-left: 0px; }
  .details-block .inner-block .line-text-wrapper .text i:before {
    width: 100%;
    left: 0; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(1) i {
    padding-left: 55px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(1) i:before {
    max-width: 40px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(2) i {
    padding-left: 65px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(2) i:before {
    max-width: 50px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(3) i {
    padding-left: 75px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(3) i:before {
    max-width: 60px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(4) i {
    padding-left: 95px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(4) i:before {
    max-width: 80px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(5) i {
    padding-left: 105px; }
  .details-block .inner-block .line-text-wrapper .text:nth-child(5) i:before {
    max-width: 90px; } }

/*27-01-2022*/
.help-center .help-center-top-section .section-promise p:hover {
  color: #fe5000 !important; }

/*10-01-2022 */
.footer .container .footer-top .footer-block h5,
.footer .container .footer-top .furniture-logo span,
.footer .container .footer-bottom p,
.footer .container .footer-top .footer-block ul li a {
  color: #00263e !important; }

.footer .container .footer-top .footer-block ul li a:hover {
  color: #fe5000 !important; }

/*end*/
/*----------------------------------------------home-offer-banner----------------------------------------------------------------*/
.home-banner .home-banner-caption.new-year-offer .banner-caption p {
  font-size: 16px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  color: #fff;
  font-family: "LuloCleanOne-Bold";
  margin-top: 0px !important; }

.home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
  font-size: 68px !important;
  font-family: Amiri;
  color: #fff;
  margin-top: 30px; }

.home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
  font-size: 24px;
  line-height: 42px;
  font-family: Amiri;
  color: #fff;
  margin-top: 0px !important;
  margin-bottom: 15px !important; }

.home-banner .home-banner-caption.new-year-offer {
  padding-top: 85px; }

/* 31-12-2021 */
@media screen and (min-width: 1921px) {
  .home-banner {
    height: calc(100vh - 152px); }
  .home-banner .banner-desktop {
    max-height: 100%;
    height: 100%;
    object-fit: cover; } }

/* 31-12-2021 */
@media (max-width: 1280px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
    margin-bottom: 10px !important; } }

@media (max-width: 1199px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 50px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
    line-height: 38px; } }

@media (max-width: 1080px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 48px; } }

@media (max-width: 1079px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 42px; } }

@media (max-width: 1024px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    font-size: 48px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px !important; }
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 35px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-right: 4px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-left: 0.4%;
    margin-bottom: 20px !important; } }

@media (max-width: 991px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 22px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-bottom: 10px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-bottom: 3px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
    margin-top: 0 !important;
    margin-bottom: 13px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-right: 2px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-left: 0.6%; } }

@media (max-width: 767px) {
  .section-bundle .container .right-images .img-mobile {
    margin: 0 -10px !important; }
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 60px !important;
    left: 40px !important;
    transform: none !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-left: 1.5%; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-bottom: 8px !important; } }

@media (max-width: 500px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 38px !important; } }

@media screen and (max-width: 469px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 30px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-left: 3%; } }

@media screen and (max-width: 420px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 20px !important; } }

@media (max-width: 375px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 17px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-bottom: 5px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-bottom: 15px !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
    margin-bottom: 8px !important; } }

@media (max-width: 345px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 10px !important; } }

/*end*/
/*29-12-2021 brunel sofa bed link color */
p a {
  color: #00263E !important; }

p a:hover {
  color: #fe5000 !important; }

.help-center .help-center-top-section p {
  color: #00263E !important; }

/*.help-center .help-center-top-section p:hover{color:#fe5000  !important}*/
.section-promise ul li a:hover p {
  color: #fe5000 !important; }

@media screen and (max-width: 1080px) {
  .help-center .help-center-top-section .section-promise ul li a {
    text-decoration: underline !important; } }

@media (max-width: 767px) {
  .help-center .help-center-top-section .section-promise ul li .promise-img {
    margin: 0 auto 15px !important; } }

/*16-12-2021 upsell add to cart popup*/
.preview-modal .modal-body .previewCart .productView .productView-details .upsell-section {
  margin-top: 35px; }

@media (min-width: 1081px) {
  .preview-modal .modal-body .previewCart .productView .productView-image,
  .productView-img-container,
  .modal .modal-content .productView-image img {
    height: 100%; }
  .modal .modal-content .productView-image img {
    align-self: inherit;
    object-fit: cover; } }

@media (max-width: 767px) {
  .preview-modal .modal-body .previewCart .productView .right_section_cart {
    padding-bottom: 20px; } }

/* add to cart upsell end*/
/*16-12-2021 upsell*/
.add-orders.order-check,
.select-snow,
.content-product-detail .real-price {
  display: none !important; }

.content-product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-right: 70px; }

.content-product-detail .name-product {
  margin-bottom: 0; }

.content-product-detail .prices {
  position: absolute;
  right: 5%; }

.detail-product .thumb-product {
  display: none !important; }

.contet-off-view-site {
  background-color: #fff !important;
  background-size: 11px 11px !important;
  cursor: pointer;
  background-position: 31px center !important;
  border: 2px solid #00263E !important;
  padding: 0 15px 0 57px !important;
  background-image: url("../img/plus-icon.svg");
  background-repeat: no-repeat;
  height: 55px; }

.contet-off-view-site .content-product-detail .name-product {
  color: #00263e !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  font-family: 'Amiri' !important;
  margin-top: 0px; }

.contet-off-view-site .title-pages,
.contet-off-view-site .content-view,
.contet-off-view-site .detail-product {
  height: 100%; }

.content-product-detail .discount {
  font-size: 20px !important;
  font-family: Amiri !important;
  font-weight: 500 !important;
  margin-left: 50px !important;
  margin-top: 6px;
  display: inline-block; }

/*active */
.contet-off-view-site.active {
  position: relative; }

.contet-off-view-site.active .prices {
  display: none; }

.contet-off-view-site.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 31px;
  width: 11px;
  height: 4.7px;
  background-color: #fff;
  transform: translateY(-50%); }

.contet-off-view-site.active {
  background-image: none;
  background-size: 15px 23px !important;
  background-color: #fe5000 !important;
  border-color: #fe5000 !important; }

.contet-off-view-site.active .name-product,
.contet-off-view-site.active .content-product-detail .discount {
  color: #fff !important; }

.contet-off-view-site.active .content-view {
  background-size: 28px 28px !important;
  background-position: 95% 46% !important;
  background-image: url("../img/order_confirmation_white_1.svg");
  background-repeat: no-repeat; }

@media (max-width: 1080px) {
  .product-detail-page .productView .productView-details .productView-options .productView-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto; }
  #ult-upsell-native-block {
    width: 100%; } }

/*end upsell end*/
/*14-12-2021*/
@media (min-width: 1801px) {
  .features-listing .listing-wrapper {
    width: 33.33% !important; }
  .features-listing .listing-wrapper.slick-slide.slick-cloned {
    display: none; } }

.img-block-wraper.single-img .img-block .desktop-view {
  display: block; }

.img-block-wrapper {
  max-width: 1430px;
  margin: 0 auto; }

.img-block-wraper.single-img .img-block .mobile-view {
  display: none; }

@media (max-width: 767px) {
  .img-block-wraper.single-img .img-block .desktop-view {
    display: none; }
  .img-block-wraper.single-img .img-block .mobile-view {
    display: block; } }

.sleep-section .details-block .inner-block.sunset i {
  width: 98px !important; }

@media (max-width: 1280px) {
  .wave-technology.ultimate-mattress-benefits {
    padding: 20px 0 30px; } }

@media (max-width: 1080px) {
  .inspired-sleep-section {
    padding-top: 50px !important; }
  .product-detail-page .productView .productView-details .productView-options .productView-price .mattress-guide-text {
    text-align: center !important; } }

@media (max-width: 991px) {
  .wave-technology.ultimate-mattress-benefits {
    padding: 0; } }

@media (max-width: 767px) {
  .mattress-detail-outer .inner-mattress-detail .desktop-view span {
    display: inline-block !important;
    margin-right: 6px !important;
    margin-top: 1px !important; }
  .wave-technology.perla-product-description .product-meta-details .container .bed-content-wrapper .bed_description {
    margin-bottom: 40px !important; }
  .wave-technology.perla-product-description .product-meta-details .container .bed-content-wrapper .bed_description:last-child {
    margin-bottom: 0 !important; }
  .wave-technology.ultimate-product-description {
    padding-top: 50px !important; }
  .wave-technology.perla-product-description {
    padding-top: 0 !important; } }

/*end*/
/*Static upsell section */
/*   16-11-2021 start*/
.productpage_custom .mattress-guide .section-one-for-everyone {
  padding-bottom: 0 !important; }

@media (max-width: 1080px) {
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section {
    padding-bottom: 30px !important; } }

/*   16-11-2021 end*/
.pair-block:hover {
  transform: scale(1.03);
  box-shadow: 7px 7px 40px rgba(0, 0, 0, 0.16); }

.pair-section {
  padding: 60px 0 100px; }

.pair-block {
  margin-bottom: 60px;
  background-image: linear-gradient(#E0EAF0, #ffffff, #ffffff);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.5s; }

.pair-block-wrapper {
  margin-top: 60px; }

.pair-block-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px; }

.pair-block-inner {
  display: flex;
  align-items: center; }

.pair-block .plus-icon {
  display: inline-block;
  width: 35px;
  height: 20px; }

.pair-block .pair-img {
  max-width: 370px;
  width: 100%;
  margin-left: 30px; }

.pair-block .pair-detail {
  margin-left: 40px;
  text-align: left;
  max-width: 550px;
  width: 100%; }

.pair-block .pair-detail h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin-bottom: 17px; }

.pair-block .pair-detail p {
  font-size: 16px;
  line-height: 28px;
  color: #00263E;
  font-family: Amiri;
  margin-bottom: 17px; }

.pair-block .pair-detail .shop-btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #FE5000;
  font-family: Amiri;
  font-size: 16px;
  line-height: 28px; }

.pair-block .pair-section .title-block {
  text-align: center; }

.pair-section .title-block h4 {
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  line-height: 21px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin-bottom: 22px;
  text-transform: uppercase; }

.pair-section .title-block h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #00263E;
  font-family: Amiri;
  font-size: 56px;
  line-height: 62px; }

@media (max-width: 1080px) {
  .pair-section .title-block h2 {
    font-size: 48px; } }

@media (max-width: 767px) {
  .pair-section {
    padding: 40px 0; }
  .pair-section .title-block h2 {
    font-size: 32px;
    line-height: 40px; }
  .pair-block {
    margin-bottom: 30px; }
  .pair-block-inner {
    flex-direction: column; }
  .pair-block .plus-icon {
    margin-bottom: 40px;
    width: 20px; }
  .pair-block .pair-img {
    margin-left: 0;
    margin-bottom: 20px; }
  .pair-block .pair-detail {
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
    text-align: center; }
  .pair-section .title-block h4 {
    font-size: 10px; }
  .pair-block-wrapper {
    margin-top: 30px; } }

@media (max-width: 480px) {
  .features-listing .listing-wrapper.slick-current .inner-features-listing:after {
    left: 3px !important;
    right: 3px !important; } }

@media (max-width: 360px) {
  .pair-block-inner {
    padding: 40px 25px; }
  .pair-block .plus-icon {
    margin-bottom: 30px; }
  .pair-section .title-block h2 {
    max-width: 220px;
    margin: 0 auto; } }

/*end*/
/*----------------------perla page css start-----------------------------*/
/*13-12-2021*/
.sleep-section .details-block {
  padding-top: 80px !important; }

@media (max-width: 991px) {
  .sleep-section .details-block {
    padding-top: 80px !important; } }

@media (max-width: 767px) {
  .sleep-section .img-block {
    margin-bottom: 0 !important; } }

/*end*/
/*10-12-2021 */
.wave-technology.perla-mattress-benifits .product-meta-details {
  padding-bottom: 0; }

.wave-technology.perla-product-description .product-meta-details {
  padding-top: 0; }

.wave-technology.perla-product-description .product-meta-details {
  padding-bottom: 0; }

.wave-technology.perla-product-description .product-meta-details .bed_description p {
  margin-bottom: 12px; }

@media (max-width: 1280px) {
  .wave-technology.perla-product-description .product-meta-details .bed-content-wrapper {
    margin-bottom: 0;
    padding-bottom: 20px; } }

@media (max-width: 991px) {
  .wave-technology.perla-product-description .product-meta-details .bed-content-wrapper {
    padding-bottom: 0; }
  .wave-technology.perla-product-description .product-meta-details .bed_description p {
    margin-bottom: 2px; } }

@media (max-width: 767px) {
  /*.wave-technology.ultimate-product-description{padding-top:0 !important;}*/
  .section-perla.section-one-for-everyone {
    padding-top: 90px !important; } }

/*end*/
/*08-12-2012 wave section -inspired section perla page */
.wave-section.inspired-section {
  background-image: none;
  background-color: #e0e0e0;
  padding-top: 50px;
  padding-bottom: 120px !important; }

.wave-section.inspired-section .wave-img {
  max-width: 1140px;
  margin-bottom: 0 !important; }

.inspired-sleep-section .details-block {
  padding-bottom: 0 !important; }

.wave-section.inspired-section .title-block {
  margin-bottom: 0 !important; }

.inspired-sleep-section {
  padding-bottom: 0 !important; }

@media (max-width: 991px) {
  .wave-section.inspired-section {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .wave-section.inspired-section {
    padding-bottom: 100px; }
  .wave-section.inspired-section .wave-img {
    width: 90%; } }

/*end */
/* uniq-section in mattress page */
.unique-section .unique-img .desktop-view {
  display: block; }

.unique-section .unique-img .mobile-view {
  display: none; }

@media (max-width: 767px) {
  .unique-section .unique-img .desktop-view {
    display: none; }
  .unique-section .unique-img .mobile-view {
    display: block; } }

/*end*/
/*08-12-2021 hide-hover-effect-on-pdp dev*/
.productView-image .easyzoom-flyout {
  display: none; }

/*end*/
/*08-12-2021 unique-section*/
.unique-section .unique-img img {
  height: auto !important;
  object-fit: inherit !important; }

@media (min-width: 768px) {
  .unique-section .unique-img {
    height: auto !important; } }

/*end*/
/*07-12-2021 perla page*/
.section-shop.perla-section-shop:after {
  background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/product_images/uploaded_images/perla-mattress-background.jpg"); }

/*03-12-2021 video block in perla page*/
/*13-12-2021*/
.perla-video-div {
  padding-top: 56% !important;
  overflow: hidden; }

.perla-video {
  position: absolute;
  top: 0;
  left: 50% !important;
  transform: translate(-50%);
  width: 101%;
  height: 101%; }

.img-block-wrapper .video-block i {
  display: block;
  position: relative;
  padding-bottom: 57%; }

/*.img-block-wrapper .video-block i .perla-video{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: block;height: 100%;width: 100%;}*/
@media (max-width: 767px) {
  .perla-video-div {
    padding-top: 57.25% !important; } }

/*end*/
/*29-11-2021 */
@media (max-width: 991px) {
  .content-product-detail .prices {
    margin-top: 0px !important; } }

@media (max-width: 767px) {
  .mattress-detail-outer .inner-mattress-detail .mobile-view {
    letter-spacing: 2px;
    display: inline-block;
    color: #fe5000;
    font-size: 14px;
    line-height: 24px;
    font-family: Amiri;
    text-transform: uppercase; }
  .content-product-detail .prices {
    margin-top: 1px !important; } }

.content-product-detail .discount {
  margin-top: 0 !important; }

/*26-22-2021 ultima-img*/
.img-block-wrapper.single-img .img-block {
  margin-left: 0;
  margin-right: 0; }

.img-block-wrapper.single-img .img-block .desktop-view {
  display: block; }

.img-block-wrapper.single-img .img-block .mobile-view {
  display: none; }

@media (max-width: 767px) {
  .img-block-wrapper.single-img .img-block .desktop-view {
    display: none; }
  .img-block-wrapper.single-img .img-block .mobile-view {
    display: block; } }

.sleep-section .details-block .inner-block.sunset i {
  width: 120px; }

.sleep-section .details-block .inner-block.ultima-icon i {
  width: 98px; }

/*19-11-2021*/
a.link.blue span:after {
  background: #fe5000; }

.features-listing .inner-features-listing .shop-btn {
  margin-top: 40px; }

.features-listing .inner-features-listing {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  width: 100%; }

@media (min-width: 1801px) {
  .features-listing .listing-wrapper {
    position: relative; }
  .features-listing .listing-wrapper:focus:after {
    content: '';
    transition: 0.4s;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 17px;
    left: 17px;
    bottom: 0;
    transform: scale(1.04);
    background-color: #fff; }
  .features-listing .slick-track {
    padding: 20px 0 0;
    transform: none !important;
    display: flex;
    width: 100% !important; } }

/*pearl page*/
.wave-section .title-block {
  margin-bottom: 60px !important; }

/*end*/
/*17-11-2021 start slider*/
.features-listing .inner-features-listing {
  height: 100%; }

@media (min-width: 992px) {
  .features-listing .slick-list {
    padding: 0 !important; } }

@media (min-width: 1801px) {
  .features-listing .slick-arrow {
    display: none !important; } }

@media (max-width: 374px) {
  .features-section .best-mattress li a {
    padding: 5px 2px !important;
    font-size: 15px !important; } }

@media (max-width: 575px) {
  .best-mattress li a {
    padding: 5px 4px !important; } }

@media (max-width: 767px) {
  .features-listing .listing-wrapper.slick-current .inner-features-listing:after {
    left: 7px !important;
    right: 7px !important; }
  .features-section .best-mattress {
    max-width: 395px !important;
    padding: 0 !important; }
  .best-mattress li {
    width: auto !important; } }

@media (max-width: 991px) {
  .features-listing .slick-arrow {
    display: none !important; } }

@media (max-width: 1280px) {
  .features-listing .slick-arrow {
    top: 107px !important; } }

@media (max-width: 1800px) {
  .features-listing .slick-arrow:hover {
    background: rgba(0, 38, 62, 0.48); }
  .features-listing .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #fe5000;
    top: 85px;
    border: 0; }
  .features-listing .slick-arrow:before {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .features-listing .slick-arrow.slick-next {
    right: 0px !important; }
  .features-listing .slick-arrow.slick-prev {
    left: 0px !important; }
  .features-listing .slick-arrow.slick-next:before {
    background-image: url("../img/product-slider-thumbnail-arrow-next.png") !important; }
  .features-listing .slick-arrow.slick-prev:before {
    background-image: url("../img/product-slider-thumbnail-arrow.png") !important; }
  .features-listing .listing-wrapper.slick-current .inner-features-listing {
    position: relative; }
  .features-listing .listing-wrapper.slick-current .inner-features-listing:after {
    content: '';
    transition: 0.4s;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 6px;
    left: 6px;
    bottom: 0;
    transform: scale(1.04);
    background-color: #fff; }
  .features-listing .slick-track {
    padding: 20px 0 0; }
  .best-mattress {
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 470px;
    display: flex;
    justify-content: space-between;
    list-style: none; }
    .best-mattress li {
      list-style: none;
      width: 33.33%; }
      .best-mattress li a {
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        background: #fff;
        font-size: 16px;
        line-height: 35px;
        color: #00263E;
        border: 1px solid #00263E;
        border-right: 0; }
      .best-mattress li:first-child a {
        border-right: 0; }
      .best-mattress li:last-child a {
        border-right: 1px solid #00263E; }
      .best-mattress li a.active {
        background: #00263E;
        color: #fff; } }

@media (min-width: 1801px) {
  .features-section .best-mattress {
    display: none !important; } }

/*end*/
/*10-11-2021  evening*/
.best-mattress.dots {
  display: none !important; }

/* end*/
/* 10-11-2021 */
.unique-section .unique-detail p a {
  text-transform: uppercase;
  text-decoration: none !important; }

.unique-section .unique-detail p a:after {
  bottom: -2px; }

.unique-section .unique-detail p {
  max-width: 550px !important;
  width: 100%;
  margin: 0 auto 28px; }

/*02-11-2021*/
@media (min-width: 1801px) {
  .features-listing .slick-dots {
    display: none !important; } }

/* 29-10-2021 */
@media (max-width: 575px) {
  .features-section .best-mattress {
    flex-wrap: wrap;
    max-width: 350px !important; } }

/*28-10-2021  supreme*/
.mettress-btn.shop-supreme {
  background: #c8c4bf;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  max-width: 238px;
  width: 100%; }

.mettress-btn.shop-supreme:hover {
  background-color: #00263e;
  color: #fff; }

.mattress-page .shop-supreme span:before {
  background: #c8c4bf !important; }

.mattress-page .shop-supreme span {
  display: inline-block;
  letter-spacing: 1.7px;
  font-size: 17px;
  color: #fff;
  line-height: 20px; }

.mattress-page .shop-supreme:hover span {
  color: #fff !important; }

/*end*/
/*07-10-2021*/
@media (min-width: 768px) and (max-width: 1280px) {
  .customer-care-listing li i {
    width: 120px !important; } }

@media (max-width: 767px) {
  /*.features-section .best-mattress{display:none !important;}*/
  .features-listing .slick-prev,
  .features-listing .slick-next {
    width: 45px; }
  .customer-care-listing li i {
    width: 100px !important; }
  .wave-technology .product-meta-details .container .meta-detail-grid {
    padding: 0 0 60px !important; } }

/* 1-10-2021*/
.mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p.layer-technology {
  opacity: 0.95; }

/*----------------------perla page css end-----------------------------*/
/*black friday promo start*/
/*a#promo-open{background:#000 !important;}
.promotional-img-modal .promo-modal-content-wrapper .offer-details .discount-rate,
.promotional-img-modal .promo-modal-content-wrapper .offer-details p.limited-text,
.promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-block-wrap p,
.promotional-img-modal .promo-modal-content-wrapper .offer-details p,
.promotional-img-modal .promo-modal-content-wrapper .offer-details .timer-unit{color:#fff !important}
.promotional-img-modal .promo-modal-content-wrapper .offer-details{background-color:#000 !important;}
.promotional-img-modal .promo-modal-content-wrapper .offer-details p.text-popup-content-wrapper .exclude-content,
.promotional-img-modal .promo-modal-content-wrapper .offer-details p a{color:#fff}
a#promo-open .strip-text{top:4px !important;}

@media(max-width:340px){
    a#promo-open {padding: 18px 5px 12px !important}
    .body {margin-top: 116px;}
}*/
/*black friday promo end*/
/*25-11-2021  orange strip popup*/
.promotional-img-modal .promo-modal-content-wrapper .offer-product-img img {
  height: 100%;
  object-fit: cover;
  display: block; }

@media (max-width: 991px) {
  .promotional-img-modal .promo-modal-content-wrapper .offer-product-img {
    min-height: inherit; } }

/*end*/
/*07-10-2021*/
@media (min-width: 768px) and (max-width: 1280px) {
  .customer-care-listing li i {
    width: 120px !important; } }

@media (max-width: 767px) {
  .customer-care-listing li i {
    width: 100px !important; }
  .wave-technology .product-meta-details .container .meta-detail-grid {
    padding: 0 0 60px !important; } }

/* 1-10-2021*/
.mattress-wrapper .wave-technology .wave-technology-details .wave-technology-detail-outer .wave-technology-detail-box p.layer-technology {
  opacity: 0.95; }

/***** mattress-category-page 02-11-2020 */
/* shop-ultima btn */
/* 16-06-2021*/
.remove-gradient {
  background-image: none;
  padding-bottom: 0; }

.remove-gradient .img-block {
  margin-bottom: 0; }

.remove-gradient .img-block .large-img {
  margin-bottom: 0; }

.remove-gradient .img-block .img-col .small-img:last-child {
  margin-bottom: 0; }

@media (min-width: 551px) {
  .productView-options .form-action {
    float: none !important; } }

@media (max-width: 1080px) {
  .productView-options .product-promise-listing {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .remove-gradient .img-block .img-col {
    margin-bottom: 0; }
  .remove-gradient .img-block .img-col .small-img {
    margin-bottom: 0; }
  .productView-options .form-action {
    float: none; } }

/* 03-06-2021 */
.image-quote {
  margin-top: 38px; }

.image-quote .image-quote-wrap {
  text-align: center;
  padding: 50px 40px;
  background-color: #827a87;
  width: calc(100% - 24px);
  max-width: 1400px;
  margin: 0 auto; }

.image-quote .image-quote-wrap h2 {
  margin-top: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.5;
  text-align: center; }

.section-shop.ultimate-section-shop {
  margin-top: -50px; }

.image-quote-wrap .img-quote {
  width: auto;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 30px;
  line-height: 1.3; }

.image-quote-wrap .img-quote img {
  width: 150px;
  margin-right: 15px; }

.img-quote-mobile {
  display: none;
  width: 230px;
  max-width: 100%; }

.img-quote-desktop {
  display: inline-block;
  width: 400px; }

form.form .section-promise.product-promise-listing ul li .promise-img {
  min-height: 58px; }

@media (max-width: 767px) {
  .image-quote .image-quote-wrap h2 {
    line-height: 1.3;
    margin-bottom: 30px; }
  .image-quote-wrap .img-quote {
    flex-direction: column; }
  .image-quote-wrap .img-quote img {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .image-quote .image-quote-wrap {
    padding: 35px; }
  .product-promise-listing {
    padding-top: 40px; }
  .section-promise ul li .promise-img {
    margin-bottom: 10px; }
  .product-promise-listing ul li {
    padding-bottom: 10px; }
  .img-quote-mobile {
    display: inline-block; }
  .img-quote-desktop {
    display: none; } }

@media (max-width: 374px) {
  .image-quote .image-quote-wrap {
    padding: 38px 8px; } }

/* 03-06-2021 */
/* unique section 04-11-2020 */
/* media */
.mattress-baner {
  padding: 17px 0 75px;
  min-height: 400px; }
  .mattress-baner .mattress-banner-content {
    text-align: center;
    padding: 0 15px; }
    .mattress-baner .mattress-banner-content h1 {
      font-size: 12px;
      line-height: 21px;
      color: #00263E;
      font-family: "LuloCleanOne-Bold";
      margin-top: 25px;
      margin-bottom: 20px; }
    .mattress-baner .mattress-banner-content h2 {
      font-size: 56px;
      line-height: 70px;
      color: #00263E;
      margin-top: 0;
      margin-bottom: 14px;
      letter-spacing: 0; }
    .mattress-baner .mattress-banner-content p {
      font-size: 16px;
      color: #00263E;
      max-width: 710px;
      width: 100%;
      margin: 0 auto; }

.mattress-baner-links {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0 auto;
  max-width: 1339px;
  width: 100%; }
  .mattress-baner-links li {
    list-style: none;
    margin-right: 6px; }
    .mattress-baner-links li:last-child {
      margin-right: 0; }
    .mattress-baner-links li a,
    .mattress-baner-links li span {
      display: flex;
      align-items: center;
      color: #00263E;
      font-size: 12px;
      line-height: 25px;
      text-decoration: none;
      opacity: 0.4;
      text-transform: uppercase;
      letter-spacing: 1.8px; }
      .mattress-baner-links li a i,
      .mattress-baner-links li span i {
        display: inline-block;
        margin-left: 5px;
        transform: rotate(-15deg);
        font-size: 13px; }
  .mattress-baner-links li.active a {
    opacity: 1;
    color: #00263E; }

.mattress-detail-outer {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 200px;
  background-image: linear-gradient(180deg, #FFFFFF, #DCE8EF); }
  .mattress-detail-outer .inner-mattress-detail {
    margin-top: -90px;
    padding: 0 10px; }
    .mattress-detail-outer .inner-mattress-detail h6 {
      font-size: 10px;
      line-height: 37.38px;
      color: #01263E;
      font-family: "LuloCleanOne-Bold";
      margin-bottom: 0; }
      .mattress-detail-outer .inner-mattress-detail h6 i {
        font-style: inherit;
        display: inline-block; }
    .mattress-detail-outer .inner-mattress-detail .title-wrap {
      margin: 0 !important;
      padding: 0 !important;
      max-width: 100% !important; }
    .mattress-detail-outer .inner-mattress-detail h3,
    .mattress-detail-outer .inner-mattress-detail .product-title {
      color: #01263E;
      font-family: "LuloCleanOne-Bold";
      font-size: 20px;
      line-height: 29px;
      margin-top: 0;
      margin-bottom: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
      .mattress-detail-outer .inner-mattress-detail h3 span,
      .mattress-detail-outer .inner-mattress-detail .product-title span {
        letter-spacing: 2px;
        display: inline-block;
        color: #FE5000;
        font-size: 14px;
        line-height: 24px;
        font-family: Amiri;
        text-transform: uppercase;
        margin-right: 10px; }
      .mattress-detail-outer .inner-mattress-detail h3 i,
      .mattress-detail-outer .inner-mattress-detail h3 em,
      .mattress-detail-outer .inner-mattress-detail .product-title i,
      .mattress-detail-outer .inner-mattress-detail .product-title em {
        display: inline-block;
        font-family: 'LuloCleanOne-Bold';
        font-style: inherit; }
    .mattress-detail-outer .inner-mattress-detail p {
      margin: 0 auto;
      max-width: 362px; }
  .mattress-detail-outer .mobile-view {
    display: none; }
  .mattress-detail-outer .mattress-detail {
    width: 50%;
    text-align: center; }
    .mattress-detail-outer .mattress-detail .mattress-img {
      display: block;
      margin-top: -19.5%;
      overflow: hidden; }
      .mattress-detail-outer .mattress-detail .mattress-img img {
        width: 100%; }

.mattress-price-list {
  display: flex;
  justify-content: center;
  margin: 5px 0 26px 26px; }
  .mattress-price-list li {
    display: inline-flex;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 0 12px; }
    .mattress-price-list li:last-child:after {
      display: none; }
    .mattress-price-list li:after {
      content: "";
      position: absolute;
      right: 0px;
      height: 82%;
      width: 1px;
      background-color: #000;
      top: 3px; }
    .mattress-price-list li span {
      display: block;
      color: #00263E;
      font-size: 16px;
      line-height: 24px; }
    .mattress-price-list li label {
      display: inline-block;
      color: #FE5000;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer; }
    .mattress-price-list li a {
      display: inline-block;
      cursor: pointer;
      text-decoration: none; }
  .mattress-price-list.single-price-list li span,
  .mattress-price-list.single-price-list li label {
    display: inline-block; }
  .mattress-price-list.single-price-list li span {
    margin-right: 8px; }

.mattress-detail-outer.bottom {
  justify-content: center; }
  .mattress-detail-outer.bottom .mattress-detail {
    width: 100%; }
  .mattress-detail-outer.bottom .mattress-img {
    margin-top: -9.8%; }
    .mattress-detail-outer.bottom .mattress-img img {
      width: 50%; }

.mattress-page .shop-lux {
  text-decoration: none;
  background-color: #fe5000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  max-width: 240px;
  width: 100%; }
  .mattress-page .shop-lux:hover {
    background: #00263e;
    color: #fff; }
  .mattress-page .shop-lux span {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    position: relative;
    letter-spacing: 1.7px; }
    .mattress-page .shop-lux span:hover {
      color: #fff !important; }

.mattress-page .shop-elite {
  background-color: #81d8d0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  max-width: 238px;
  width: 100%; }
  .mattress-page .shop-elite:hover {
    background: #00263e;
    color: #fff; }
    .mattress-page .shop-elite:hover span {
      color: #fff !important; }
      .mattress-page .shop-elite:hover span:after {
        background: #fff; }
  .mattress-page .shop-elite span {
    display: inline-block;
    letter-spacing: 1.7px;
    font-size: 17px;
    color: #00263e;
    line-height: 20px; }
    .mattress-page .shop-elite span:after {
      background: #00263e; }
    .mattress-page .shop-elite span:before {
      background: #81d8d0 !important; }

.mattress-page .shop-ultima {
  background: #00263e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  max-width: 238px;
  width: 100%; }
  .mattress-page .shop-ultima:hover {
    background: #e0e0e0;
    color: #00263e; }
    .mattress-page .shop-ultima:hover span {
      color: #00263e !important; }
      .mattress-page .shop-ultima:hover span:after {
        background: #00263e; }
  .mattress-page .shop-ultima span {
    display: inline-block;
    letter-spacing: 1.7px;
    font-size: 17px;
    color: #fff;
    line-height: 20px; }
    .mattress-page .shop-ultima span:after {
      background: #fff; }
    .mattress-page .shop-ultima span:before {
      background: #00263e;
      display: none; }
    .mattress-page .shop-ultima span:hover {
      color: #fff; }
      .mattress-page .shop-ultima span:hover:before {
        right: 0; }

.unique-section {
  padding: 60px 15px 124px; }
  .unique-section .unique-detail {
    text-align: center;
    margin-bottom: 56px; }
    .unique-section .unique-detail p {
      max-width: 380px;
      width: 100%;
      margin: 0 auto 28px; }
      .unique-section .unique-detail p a {
        display: inline-block;
        text-decoration: underline;
        color: #00263e; }
        .unique-section .unique-detail p a:hover {
          color: #fe5000; }
  .unique-section h6 {
    font-size: 12px;
    line-height: 19px;
    color: #00263E;
    font-family: "LuloCleanOne-Bold";
    margin-bottom: 20px; }
  .unique-section h2.title {
    font-size: 56px;
    line-height: 70px;
    color: #00263E;
    color: #00263E;
    margin-top: 0;
    margin-bottom: 14px; }
  .unique-section .unique-img {
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: 0 auto 99px;
    height: 710px; }
    .unique-section .unique-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .unique-section .customer-block h2.title {
    font-size: 56px;
    line-height: 70px; }

.customer-block {
  text-align: center; }
  .customer-block h6 {
    font-size: 12px;
    line-height: 19px;
    color: #00263E;
    font-family: "LuloCleanOne-Bold"; }
  .customer-block h2.title {
    font-size: 70px;
    line-height: 125px;
    color: #00263E;
    color: #00263E;
    margin-bottom: 14px; }

.customer-care-listing {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 968px;
  margin: 50px auto 0; }
  .customer-care-listing li {
    padding: 0 10px;
    list-style: none; }
    .customer-care-listing li i {
      display: block;
      margin: 0 auto 25px;
      width: 119px; }
      .customer-care-listing li i img {
        height: 100%; }
    .customer-care-listing li:last-child i {
      width: 108px; }
    .customer-care-listing li p {
      display: block;
      font-size: 16px;
      line-height: 20px;
      color: #00263E;
      width: 100px;
      margin: 0 auto; }

.features-section {
  padding: 95px 0 45px;
  background-image: linear-gradient(0deg, #FFFFFF, #DCE8EF); }
  .features-section .features-title {
    margin-bottom: 95px;
    text-align: center; }
  .features-section h6 {
    font-size: 12px;
    line-height: 19px;
    color: #00263E;
    font-family: "LuloCleanOne-Bold";
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0; }
  .features-section h2.title {
    font-size: 56px;
    line-height: 70px;
    color: #00263E;
    color: #00263E;
    margin-bottom: 14px;
    margin-top: 0; }

.features-listing .inner-features-listing {
  text-align: center;
  background-color: #fff;
  padding: 45px 40px 45px;
  outline: 0;
  /* &.elite-listing{
		    ul{
		        li{
		            list-style-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/plus-elite.png?t=1606905145&_ga=2.122302987.1459765150.1606711784-1746047264.1606478495");
		        }
		    }
		}
		&.ultima-listing{
		    ul{
		        li{
		            list-style-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/plus-ultima.png?t=1606905361&_ga=2.77233557.1459765150.1606711784-1746047264.1606478495");
		        }
		    }
		} */ }
  .features-listing .inner-features-listing h6 {
    margin-bottom: 75px; }
  .features-listing .inner-features-listing .mattress-img {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 72px;
    max-width: 460px;
    width: 100%; }
  .features-listing .inner-features-listing ul {
    list-style: none;
    text-align: left;
    margin: 0 0 40px; }
    .features-listing .inner-features-listing ul li {
      list-style: none;
      text-align: left;
      margin: 0; }
  .features-listing .inner-features-listing .mattress-layer {
    display: block;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 440px;
    margin: 30px auto 27px; }
  .features-listing .inner-features-listing ul li {
    list-style-image: url("https://cdn11.bigcommerce.com/s-9k3nu7pwm5/product_images/uploaded_images/plus-lux.png?t=1606905360&_ga=2.79945239.1459765150.1606711784-1746047264.1606478495"); }

.features-listing .listing-wrapper {
  padding: 0 10px; }
  .features-listing .listing-wrapper:focus {
    outline: none; }

.features-listing .slick-dots {
  display: none; }

.features-listing.slick-slider {
  -webkit-touch-callout: initial;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

/* @media (min-width:992px) {
	.features-listing {
		.slick-track {
			transform: none !important;
			display: flex;
			width: 100% !important;
		}
		.listing-wrapper {
			width: 33.33% !important;
		}
		.slick-list {
			padding: 0 !important;
		}
		.listing-wrapper.slick-slide.slick-cloned {
			display: none;
		}
	}
} */
@media (max-width: 1280px) and (min-width: 992px) {
  .mattress-page-new {
    overflow: hidden; }
  .mattress-detail-outer .mattress-detail .mattress-img {
    transform: scale(1.3); } }

@media (max-width: 1280px) {
  .mattress-baner-links {
    margin: 0; }
  .mattress-baner {
    padding: 15px 0 75px;
    min-height: 330px;
    padding-bottom: 125px !important; }
    .mattress-baner .mattress-banner-content h2 {
      font-size: 48px;
      line-height: 63px;
      margin-bottom: 0; }
    .mattress-baner .mattress-banner-content h1 {
      margin-top: 22px;
      margin-bottom: 15px; }
  .mattress-detail-outer {
    padding-bottom: 180px; }
    .mattress-detail-outer .mattress-detail:first-child .mattress-img img {
      margin-left: -30%; }
    .mattress-detail-outer .mattress-detail:last-child .mattress-img img {
      margin-right: -33%; }
    .mattress-detail-outer .mattress-detail .mattress-img {
      margin-top: -15.6%; }
    .mattress-detail-outer .inner-mattress-detail {
      margin-top: -52px; }
      .mattress-detail-outer .inner-mattress-detail h6 {
        font-size: 9px; }
      .mattress-detail-outer .inner-mattress-detail h3,
      .mattress-detail-outer .inner-mattress-detail .product-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 17px; }
  .mattress-detail-outer.bottom {
    padding-bottom: 120px; }
    .mattress-detail-outer.bottom .mattress-detail:first-child .mattress-img .laptop-view {
      margin: 0; }
    .mattress-detail-outer.bottom .mattress-detail .mattress-img {
      margin-top: -8.6%; }
      .mattress-detail-outer.bottom .mattress-detail .mattress-img img {
        width: 50%;
        margin: 0; }
    .mattress-detail-outer.bottom .mattress-detail .inner-mattress-detail h6 {
      line-height: 26.38px;
      margin-top: 37px; }
  .unique-section {
    padding-top: 83px;
    padding-bottom: 73px; }
    .unique-section h6 {
      margin-top: 0;
      margin-bottom: 15px; }
    .unique-section h2.title {
      font-size: 48px;
      line-height: 63px; }
    .unique-section .unique-detail {
      margin-bottom: 75px; }
      .unique-section .unique-detail h2 {
        max-width: 887px;
        width: 100%;
        margin: 0 auto 46px; }
    .unique-section .unique-img {
      max-width: 895px;
      height: 475px;
      margin: 0 auto 96px; }
    .unique-section .customer-block h2.title {
      font-size: 48px;
      line-height: 63px; }
  .customer-care-listing {
    max-width: 625px; }
    .customer-care-listing li i {
      width: 90px; }
    .customer-care-listing li:last-child i {
      width: 90px; }
  .customer-block h6 {
    margin-bottom: 18px; }
  .customer-block h2.title {
    margin-bottom: 85px; }
  .features-section {
    padding: 89px 0 75px;
    padding-bottom: 64px; }
    .features-section h2.title {
      font-size: 48px;
      line-height: 63px;
      margin-bottom: 0; }
    .features-section .features-title {
      margin-bottom: 105px; }
  .features-listing .inner-features-listing {
    padding: 65px 35px 45px; }
    .features-listing .inner-features-listing h6 {
      margin-bottom: 47px; }
    .features-listing .inner-features-listing .mattress-img {
      margin: 0 auto 44px;
      max-width: 100%; }
    .features-listing .inner-features-listing .mattress-detail-list li p {
      margin-bottom: 28px; }
    .features-listing .inner-features-listing .mattress-layer {
      max-width: 290px;
      margin: 30px auto 40px; } }

@media (max-width: 1260px) {
  [data-key="credit-promotion-badge"] {
    margin-bottom: 1rem;
    display: block; } }

@media (max-width: 1024px) {
  .mattress-baner .unique-section h2.title {
    font-size: 53px;
    line-height: 63px; }
  .mattress-baner .unique-section .customer-block h2.title {
    font-size: 53px;
    line-height: 63px; }
  .mattress-baner .features-section h2.title {
    font-size: 53px;
    line-height: 63px; } }

@media (max-width: 1800px) {
  .slick-dots {
    display: block !important;
    bottom: -35px; } }

@media (max-width: 991px) {
  .mattress-detail-outer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-image: none; }
    .mattress-detail-outer .mattress-detail {
      width: 100%;
      padding: 0 0 200px;
      background-image: linear-gradient(180deg, #FFFFFF, #DCE8EF); }
      .mattress-detail-outer .mattress-detail:first-child .mattress-img img {
        margin-left: 0; }
      .mattress-detail-outer .mattress-detail:last-child .mattress-img img {
        margin-right: 0; }
    .mattress-detail-outer.bottom .mattress-detail .mattress-img {
      margin-top: -19%; }
      .mattress-detail-outer.bottom .mattress-detail .mattress-img img {
        width: 100%; }
    .mattress-detail-outer .inner-mattress-detail {
      margin-top: -63px;
      padding-left: 15px;
      padding-right: 15px; }
      .mattress-detail-outer .inner-mattress-detail h6 {
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 37px;
        margin-top: 0;
        margin-bottom: 0; }
  .mattress-price-list {
    margin-top: 24px; }
  .mattress-baner {
    min-height: 330px;
    padding-top: 10px; }
    .mattress-baner .mattress-banner-content p {
      font-size: 16px;
      max-width: 485px; }
  .mattress-baner-links {
    margin: 0 0 0 5px; }
    .mattress-baner-links li a,
    .mattress-baner-links li span {
      font-size: 12px;
      line-height: 25px; }
      .mattress-baner-links li a i,
      .mattress-baner-links li span i {
        font-size: 10px; }
  .mattress-detail-outer.bottom {
    padding-bottom: 0 !important; }
    .mattress-detail-outer.bottom .mattress-detail {
      padding-bottom: 110px; }
      .mattress-detail-outer.bottom .mattress-detail .inner-mattress-detail h2 {
        margin-top: -5px; }
      .mattress-detail-outer.bottom .mattress-detail .inner-mattress-detail h6 {
        margin-top: 6px; }
  .unique-section {
    padding-top: 57px;
    padding-bottom: 85px; }
    .unique-section h6 {
      font-size: 12px;
      line-height: 21px;
      margin-bottom: 20px; }
    .unique-section h2.title {
      font-size: 40px;
      line-height: 54px; }
    .unique-section .unique-detail {
      margin-bottom: 47px; }
      .unique-section .unique-detail h2 {
        max-width: 488px;
        margin-bottom: 20px; }
    .unique-section .unique-img {
      max-width: 672px;
      height: 368px;
      margin-bottom: 70px; }
    .unique-section .customer-block h2.title {
      font-size: 40px;
      line-height: 54px; }
  .features-section {
    padding: 70px 0 64px; }
    .features-section h2.title {
      font-size: 40px;
      line-height: 54px; }
    .features-section h6 {
      font-size: 12px;
      line-height: 21px; }
    .features-section .features-title {
      margin-bottom: 75px;
      padding: 0 10px; }
    .features-section .best-mattress {
      padding: 0 10px;
      margin: 0 auto;
      width: 100%;
      max-width: 470px;
      display: flex;
      justify-content: space-between;
      list-style: none; }
      .features-section .best-mattress li {
        list-style: none;
        width: 33.33%; }
        .features-section .best-mattress li a {
          text-decoration: none;
          display: block;
          padding: 5px 10px;
          background: #fff;
          font-size: 16px;
          line-height: 35px;
          color: #00263E;
          border: 1px solid #00263E;
          border-right: 0; }
        .features-section .best-mattress li:first-child a {
          border-right: 0; }
        .features-section .best-mattress li:last-child a {
          border-right: 1px solid #00263E; }
        .features-section .best-mattress li a.active {
          background: #00263E;
          color: #fff; }
  .features-listing .inner-features-listing h6 {
    font-size: 14px;
    line-height: 18px; }
  .features-listing .inner-features-listing .mattress-layer {
    margin: 80px auto 45px; }
  .features-listing .slick-dots {
    display: block !important;
    bottom: -35px; }
    .features-listing .slick-dots li button {
      width: 18px;
      height: 18px; }
      .features-listing .slick-dots li button::before {
        width: 18px;
        height: 18px; }
  .customer-block h2.title {
    margin-bottom: 40px; }
  .customer-care-listing {
    max-width: 495px; } }

@media (max-width: 767px) {
  .mattress-baner {
    padding-bottom: 95px !important;
    padding-top: 7px;
    min-height: 290px; }
    .mattress-baner .mattress-banner-content h2 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 10px; }
    .mattress-baner .mattress-banner-content h1 {
      font-size: 10px;
      line-height: 21px;
      margin-bottom: 10px; }
  .features-listing .inner-features-listing ul {
    padding: 0 20px; }
  .mattress-detail-outer .inner-mattress-detail {
    margin-top: -45px; }
    .mattress-detail-outer .inner-mattress-detail h6 {
      font-size: 8px;
      line-height: 25px;
      margin-bottom: 0px; }
    .mattress-detail-outer .inner-mattress-detail h3,
    .mattress-detail-outer .inner-mattress-detail .product-title {
      margin-bottom: 15px; }
      .mattress-detail-outer .inner-mattress-detail h3 span,
      .mattress-detail-outer .inner-mattress-detail .product-title span {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.4px;
        margin: 0; }
    .mattress-detail-outer .inner-mattress-detail .desktop-view span {
      display: none; }
    .mattress-detail-outer .inner-mattress-detail .mobile-view {
      display: block;
      margin-bottom: 0; }
  .mattress-detail-outer .mattress-detail {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 140px; }
    .mattress-detail-outer .mattress-detail:first-child .mattress-img img {
      margin-left: -46%; }
    .mattress-detail-outer .mattress-detail .mattress-img {
      width: 100%;
      overflow-x: hidden;
      margin-top: -20%; }
      .mattress-detail-outer .mattress-detail .mattress-img img {
        width: 150%;
        max-width: 150%; }
    .mattress-detail-outer .mattress-detail:last-child .mattress-img img {
      margin-right: -26%; }
  .mattress-price-list {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mattress-baner-links {
    display: none; }
  .mattress-detail-outer.bottom .inner-mattress-detail h6 {
    margin-top: 5px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mattress-detail-outer.bottom .inner-mattress-detail h6 span {
      display: inline-block;
      font-family: Amiri;
      font-size: 12px;
      line-height: 24px;
      color: #FE5000;
      margin-right: 6px;
      padding-top: 2px;
      letter-spacing: 1.6px; }
      .mattress-detail-outer.bottom .inner-mattress-detail h6 span i,
      .mattress-detail-outer.bottom .inner-mattress-detail h6 span em {
        line-height: 11px;
        margin: 0; }
  .mattress-detail-outer.bottom .inner-mattress-detail h2 {
    margin-top: 2px; }
  .mattress-detail-outer.bottom .inner-mattress-detail h3 {
    margin-top: 7px; }
  .mattress-detail-outer.bottom .mattress-detail {
    padding-bottom: 120px; }
    .mattress-detail-outer.bottom .mattress-detail:last-child {
      padding-bottom: 70px; }
      .mattress-detail-outer.bottom .mattress-detail:last-child .mattress-img img {
        margin-right: 0; }
    .mattress-detail-outer.bottom .mattress-detail:first-child .mattress-img {
      margin-top: -24%; }
      .mattress-detail-outer.bottom .mattress-detail:first-child .mattress-img img {
        margin-left: -26%;
        width: 129%;
        max-width: 129%; }
  .unique-section {
    padding: 44px 15px 53px; }
    .unique-section h6 {
      font-size: 10px;
      line-height: 21px;
      margin-bottom: 10px; }
    .unique-section h2.title {
      font-size: 32px;
      line-height: 40px;
      max-width: 304px;
      margin: 0 auto 20px;
      letter-spacing: 0; }
    .unique-section .unique-detail {
      margin-bottom: 30px; }
    .unique-section .unique-img {
      height: auto;
      margin-bottom: 40px;
      max-width: 100%; }
    .unique-section .customer-block h2.title {
      font-size: 32px;
      line-height: 40px; }
  .features-section {
    padding: 52px 0 64px; }
    .features-section h6 {
      font-size: 10px;
      margin-bottom: 10px; }
    .features-section h2.title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 10px; }
    .features-section .features-title {
      margin-bottom: 50px; }
      .features-section .features-title p {
        margin-bottom: 15px; }
    .features-section .best-mattress {
      max-width: 100%;
      justify-content: center; }
  .customer-block h2.title {
    margin-bottom: 34px; }
  .customer-care-listing li i {
    width: 64px;
    margin-bottom: 5px; }
  .customer-care-listing li:last-child i {
    width: 64px; }
  .features-listing .inner-features-listing {
    padding: 35px 10px 35px; }
    .features-listing .inner-features-listing .mattress-img {
      max-width: 100%; }
    .features-listing .inner-features-listing .mattress-layer {
      max-width: 100%; }
  .features-listing .listing-wrapper {
    padding: 0 5px; } }

@media (max-width: 374px) {
  .customer-care-listing li {
    width: 33.33%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .customer-care-listing li p {
      width: auto; }
  .features-section .best-mattress li a {
    padding: 5px 8px; } }

/* mattress page css end */
.mattress-page {
  padding: 0; }

@media (max-width: 767px) {
  .layer-comfort-wrapper .container {
    padding: 0; } }

.layer-comfort-wrapper .layer-comfort-block {
  display: flex;
  flex-wrap: wrap; }
  .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
    width: 50%;
    height: 1050px;
    position: relative; }
    @media (max-width: 1440px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 900px; } }
    @media (max-width: 1199px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 785px; } }
    @media (max-width: 1024px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 750px; } }
    @media (max-width: 991px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 715px; } }
    @media (max-width: 767px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        width: 100%;
        height: 800px; } }
    @media (max-width: 600px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        width: 100%;
        height: 735px; } }
    @media (max-width: 575px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        width: 100%;
        height: 750px; } }
    @media (max-width: 480px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 650px; } }
    @media (max-width: 400px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 630px; } }
    @media (max-width: 374px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 655px; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text {
      text-align: center;
      padding: 94px 15px 0; }
      @media (max-width: 1366px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text {
          padding: 75px 15px 0; } }
      @media (max-width: 767px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text {
          padding: 40px 15px 0; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
        font-size: 64px;
        line-height: 68px;
        color: #00263e;
        margin: 0 0 22px;
        font-weight: 400; }
        @media (max-width: 1366px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
            font-size: 58px;
            line-height: 62px; } }
        @media (max-width: 1199px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
            font-size: 45px;
            line-height: 49px; } }
        @media (max-width: 767px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 7px; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text p {
        font-size: 16px;
        line-height: 20px;
        color: #00263e;
        margin: 0;
        max-width: 406px;
        margin: 0 auto;
        min-height: 60px; }
        @media (max-width: 480px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text p {
            font-size: 14px;
            line-height: 18px; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
      position: absolute;
      left: 0;
      top: 47.3%;
      transform: translateY(-50%);
      width: 100%; }
      @media (min-width: 1430px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
          display: none; } }
      @media (max-width: 767px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
          max-height: inherit; } }
      @media (max-width: 375px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
          width: 95%; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img-whole {
      position: absolute;
      left: 0;
      top: 47.3%;
      transform: translateY(-50%);
      width: 100%;
      display: none; }
      @media (min-width: 1430px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img-whole {
          top: 60.44%;
          display: block; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: center;
      padding-top: 50px;
      box-sizing: border-box; }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%); }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
          display: inline-block;
          max-width: 100px;
          width: 100%;
          margin-top: -160px;
          margin-bottom: 62px; }
          @media (max-width: 1600px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -35px; } }
          @media (max-width: 1440px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -85px; } }
          @media (max-width: 1200px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-bottom: 50px;
              margin-top: -85px; } }
          @media (max-width: 991px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -50px; } }
          @media (max-width: 767px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -135px; } }
          @media (max-width: 575px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -85px; } }
          @media (max-width: 480px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -65px; } }
          @media (max-width: 400px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -55px; } }
          @media (max-width: 375px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -40px; } }
          @media (max-width: 374px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -25px; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #00263e;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 26px; }
        @media (max-width: 1199px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a {
            margin-bottom: 0; } }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
          padding: 0;
          letter-spacing: 1px; }
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span:before, .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span:after {
            bottom: -3px; }
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span:hover {
            color: #fe5000; }
          @media (max-width: 1199px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
              margin-bottom: 9px; } }
          @media (max-width: 767px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
              margin-bottom: 15px; } }
          @media (max-width: 480px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
              font-size: 14px;
              line-height: 18px;
              margin-bottom: 11px; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text span {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #00263e;
        padding: 26px 0; }
        @media (max-width: 767px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text span {
            padding: 20px 0; } }
        @media (max-width: 480px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text span {
            padding: 12px 0; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.layer-block {
      background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/orange-bg-2.png") no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 480px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.layer-block {
          background-position: center; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block {
      background: url("../img/blue-banner.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 480px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block {
          background-position: center; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .inner-img {
        left: auto;
        right: 0; }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .layer-comfort-text {
        align-items: flex-end; }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .layer-comfort-text a span:hover {
          color: #81d8d0; }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .layer-comfort-text a span:before {
          background: #81d8d0; }

.mettress-features-block {
  padding: 95px 0 82px;
  text-align: center; }
  @media (max-width: 767px) {
    .mettress-features-block {
      padding-top: 42px; } }
  .mettress-features-block h3 {
    font-size: 36px;
    color: #00263e;
    line-height: 40px;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .mettress-features-block h3 {
        font-size: 32px;
        margin: 20px 0 50px; } }
  .mettress-features-block .mettress-inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .mettress-features-block .mettress-inner {
        flex-wrap: wrap; } }
    .mettress-features-block .mettress-inner .mettress-block h5 {
      font-family: "LuloCleanOne-Bold";
      font-size: 17px;
      line-height: 21px;
      color: #00263e;
      margin: 0; }
    .mettress-features-block .mettress-inner .mettress-block p {
      font-size: 16px;
      color: #00263e;
      line-height: 40px;
      margin-bottom: 30px; }
    .mettress-features-block .mettress-inner .mettress-block .mettress-btn {
      width: 100%;
      height: 55px;
      line-height: 55px;
      text-decoration: none;
      letter-spacing: 1px;
      display: inline-block;
      max-width: 290px;
      padding: 0 10px;
      font-size: 16px; }
    .mettress-features-block .mettress-inner .mettress-block i {
      display: inline-block;
      width: 75%; }
      .mettress-features-block .mettress-inner .mettress-block i.img-block {
        margin-top: 7.5%;
        position: relative; }
        .mettress-features-block .mettress-inner .mettress-block i.img-block .which-logo {
          position: absolute;
          bottom: 61%;
          right: -8.3%;
          display: inline-block;
          max-width: 22.3%; }
          @media (max-width: 767px) {
            .mettress-features-block .mettress-inner .mettress-block i.img-block .which-logo {
              right: 0; } }
        .mettress-features-block .mettress-inner .mettress-block i.img-block .house-logo {
          position: absolute;
          bottom: 61%;
          left: -8.3%;
          display: inline-block;
          max-width: 22.3%; }
          @media (max-width: 767px) {
            .mettress-features-block .mettress-inner .mettress-block i.img-block .house-logo {
              left: 0; } }
        @media (max-width: 767px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            max-height: inherit; } }
        @media (min-width: 1430px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            width: 80%;
            margin-top: 13%;
            margin-left: 5%; } }
        @media (min-width: 2001px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            margin-top: 12%;
            width: 80%;
            margin-right: 9%; } }
        @media (max-width: 1429px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            width: 84%; } }
        @media (max-width: 375px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            width: 95%; } }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .mettress-block i {
          width: 100%; } }
    .mettress-features-block .mettress-inner .mettress-block .features-block-outer {
      margin-top: 62px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer {
          height: auto !important; } }
      .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block {
        max-width: 344px;
        width: 100%;
        margin: 0 auto 38px;
        text-align: left;
        padding-left: 70px;
        position: relative; }
        @media (max-width: 575px) {
          .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block {
            padding-left: 50px; } }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block .plus-icon {
          display: inline-block;
          height: 30px;
          width: 30px;
          position: absolute;
          top: -3px;
          left: 0; }
          .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block .plus-icon img {
            display: block;
            width: 100%; }
          @media (max-width: 767px) {
            .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block .plus-icon {
              height: 25px;
              width: 25px; } }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block h4 {
          font-size: 24px;
          color: #00263e;
          line-height: 28px;
          margin: 0 0 15px;
          font-weight: normal;
          text-transform: inherit; }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block ul {
          list-style: none;
          margin: 0; }
          .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block ul li {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 20px;
            color: #00263e; }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block:last-child {
          margin-bottom: 0; }
    .mettress-features-block .mettress-inner .mettress-block .mattress-img {
      margin: 0 auto 60px;
      width: 58%;
      display: block;
      min-height: 335px; }
      @media (max-width: 1280px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          margin: 60px auto 40px;
          min-height: 230px; } }
      @media (max-width: 991px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: 180px; } }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: inherit;
          width: 70%;
          margin: 60px auto 40px; } }
      @media (max-width: 575px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: inherit;
          width: 90%; } }
      @media (max-width: 375px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: inherit;
          width: 100%; } }
    .mettress-features-block .mettress-inner .lux-mattress {
      width: 50%; }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .lux-mattress {
          width: 100%;
          margin-bottom: 50px; } }
      .mettress-features-block .mettress-inner .lux-mattress .orange-label {
        background-color: #fe5000;
        color: white;
        height: 27px;
        max-width: 145px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "LuloCleanOne-Bold";
        margin-bottom: 22px;
        font-size: 8px;
        color: white; }
      .mettress-features-block .mettress-inner .lux-mattress .shop-lux {
        background-color: #fe5000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        line-height: 60px;
        max-width: 240px;
        width: 100%; }
        .mettress-features-block .mettress-inner .lux-mattress .shop-lux:hover {
          background: #00263e;
          color: white; }
        .mettress-features-block .mettress-inner .lux-mattress .shop-lux span {
          display: inline-block;
          font-size: 16px;
          color: white;
          line-height: 23px;
          position: relative;
          letter-spacing: 1px; }
          .mettress-features-block .mettress-inner .lux-mattress .shop-lux span:hover {
            color: white; }
            .mettress-features-block .mettress-inner .lux-mattress .shop-lux span:hover:before {
              right: 0; }
    .mettress-features-block .mettress-inner .elite-mattress {
      width: 50%; }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .elite-mattress {
          width: 100%; } }
      .mettress-features-block .mettress-inner .elite-mattress .blue-label {
        background-color: #81d8d0;
        color: #00263e;
        height: 27px;
        max-width: 145px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "LuloCleanOne-Bold";
        margin-bottom: 22px;
        font-size: 8px;
        width: 100%; }
      .mettress-features-block .mettress-inner .elite-mattress .shop-elite {
        background-color: #81d8d0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        line-height: 60px;
        max-width: 238px;
        width: 100%; }
        .mettress-features-block .mettress-inner .elite-mattress .shop-elite span {
          display: inline-block;
          letter-spacing: 1px;
          font-size: 16px;
          color: #00263e;
          line-height: 20px; }
          .mettress-features-block .mettress-inner .elite-mattress .shop-elite span:after {
            background: #00263e; }
          .mettress-features-block .mettress-inner .elite-mattress .shop-elite span::before {
            background: #81d8d0; }
        .mettress-features-block .mettress-inner .elite-mattress .shop-elite:hover {
          background: #00263e;
          color: white; }
          .mettress-features-block .mettress-inner .elite-mattress .shop-elite:hover span {
            color: white; }
            .mettress-features-block .mettress-inner .elite-mattress .shop-elite:hover span:after {
              background: white; }

.includ-mattress {
  background-color: #eaeef1;
  padding: 57px 0 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .includ-mattress {
      padding: 38px 0 25px; } }
  .includ-mattress h3 {
    font-size: 36px;
    color: #00263e;
    line-height: 40px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .includ-mattress h3 {
        margin-top: 0;
        font-size: 28px;
        line-height: 32px; } }
  .includ-mattress .customer-outer {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .includ-mattress .customer-outer {
        flex-wrap: wrap; } }
    .includ-mattress .customer-outer .customer-block {
      width: 50%; }
      @media (max-width: 767px) {
        .includ-mattress .customer-outer .customer-block {
          width: 100%; } }
      .includ-mattress .customer-outer .customer-block .customer-inner {
        max-width: 295px;
        width: 100%;
        margin: 50px auto 0;
        text-align: left;
        padding-left: 70px;
        position: relative; }
        @media (max-width: 767px) {
          .includ-mattress .customer-outer .customer-block .customer-inner {
            margin: 20px auto 0; } }
        @media (max-width: 575px) {
          .includ-mattress .customer-outer .customer-block .customer-inner {
            padding-left: 50px; } }
        .includ-mattress .customer-outer .customer-block .customer-inner .plus-icon {
          display: inline-block;
          height: 30px;
          width: 30px;
          position: absolute;
          top: -4px;
          left: 0; }
          .includ-mattress .customer-outer .customer-block .customer-inner .plus-icon img {
            width: 100%; }
          @media (max-width: 767px) {
            .includ-mattress .customer-outer .customer-block .customer-inner .plus-icon {
              height: 25px;
              width: 25px; } }
        .includ-mattress .customer-outer .customer-block .customer-inner ul {
          list-style: none;
          margin: 0 0 25px; }
        .includ-mattress .customer-outer .customer-block .customer-inner .customer-listing li {
          margin-bottom: 8px; }
        .includ-mattress .customer-outer .customer-block .customer-inner .care-listing {
          display: flex;
          align-items: center;
          justify-content: center; }
          .includ-mattress .customer-outer .customer-block .customer-inner .care-listing li {
            margin-right: 10px; }
            .includ-mattress .customer-outer .customer-block .customer-inner .care-listing li i {
              display: inline-block; }
    .includ-mattress .customer-outer .customer-left h4 {
      font-size: 24px;
      color: #00263e;
      line-height: 28px;
      margin: 0 0 13px; }
    .includ-mattress .customer-outer .customer-right h4 {
      font-size: 24px;
      color: #00263e;
      line-height: 28px;
      margin: 0 0 13px; }

.mac-os .mettress-features-block .mettress-inner .lux-mattress .orange-label {
  display: inline-block;
  text-align: center;
  padding: 11px 0 8px;
  line-height: 9px; }

.mac-os .mettress-features-block .mettress-inner .elite-mattress .blue-label {
  display: inline-block;
  text-align: center;
  padding: 11px 0 8px;
  line-height: 9px; }

.layer-comfort-wrapper > .container {
  max-width: 100%;
  padding: 0; }

.mattress-page {
  padding: 0; }

@media (max-width: 767px) {
  .layer-comfort-wrapper .container {
    padding: 0; } }

.layer-comfort-wrapper .layer-comfort-block {
  display: flex;
  flex-wrap: wrap; }
  .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
    width: 50%;
    height: 1050px;
    position: relative; }
    @media (max-width: 1440px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 900px; } }
    @media (max-width: 1199px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 785px; } }
    @media (max-width: 1024px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 750px; } }
    @media (max-width: 991px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 715px; } }
    @media (max-width: 767px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        width: 100%;
        height: 800px; } }
    @media (max-width: 600px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        width: 100%;
        height: 735px; } }
    @media (max-width: 575px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        width: 100%;
        height: 750px; } }
    @media (max-width: 480px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 650px; } }
    @media (max-width: 400px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 630px; } }
    @media (max-width: 374px) {
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner {
        height: 655px; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text {
      text-align: center;
      padding: 94px 15px 0; }
      @media (max-width: 1366px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text {
          padding: 75px 15px 0; } }
      @media (max-width: 767px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text {
          padding: 40px 15px 0; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
        font-size: 64px;
        line-height: 68px;
        color: #00263e;
        margin: 0 0 22px;
        font-weight: 400; }
        @media (max-width: 1366px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
            font-size: 58px;
            line-height: 62px; } }
        @media (max-width: 1199px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
            font-size: 45px;
            line-height: 49px; } }
        @media (max-width: 767px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text h1 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 7px; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text p {
        font-size: 16px;
        line-height: 20px;
        color: #00263e;
        margin: 0;
        max-width: 406px;
        margin: 0 auto;
        min-height: 60px; }
        @media (max-width: 480px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .top-text p {
            font-size: 14px;
            line-height: 18px; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
      position: absolute;
      left: 0;
      top: 47.3%;
      transform: translateY(-50%);
      width: 100%; }
      @media (min-width: 1430px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
          display: none; } }
      @media (max-width: 767px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
          max-height: inherit; } }
      @media (max-width: 375px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img {
          width: 95%; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img-whole {
      position: absolute;
      left: 0;
      top: 47.3%;
      transform: translateY(-50%);
      width: 100%;
      display: none; }
      @media (min-width: 1430px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .inner-img-whole {
          top: 60.44%;
          display: block; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: center;
      padding-top: 50px;
      box-sizing: border-box; }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%); }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
          display: inline-block;
          max-width: 100px;
          width: 100%;
          margin-top: -160px;
          margin-bottom: 62px; }
          @media (max-width: 1600px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -35px; } }
          @media (max-width: 1440px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -85px; } }
          @media (max-width: 1200px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-bottom: 50px;
              margin-top: -85px; } }
          @media (max-width: 991px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -50px; } }
          @media (max-width: 767px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -135px; } }
          @media (max-width: 575px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -85px; } }
          @media (max-width: 480px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -65px; } }
          @media (max-width: 400px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -55px; } }
          @media (max-width: 375px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -40px; } }
          @media (max-width: 374px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text .mattres-info-wrapper .mattress-logo {
              margin-top: -25px; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #00263e;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 26px; }
        @media (max-width: 1199px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a {
            margin-bottom: 0; } }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
          padding: 0;
          letter-spacing: 1px; }
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span:before, .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span:after {
            bottom: -3px; }
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span:hover {
            color: #fe5000; }
          @media (max-width: 1199px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
              margin-bottom: 9px; } }
          @media (max-width: 767px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
              margin-bottom: 15px; } }
          @media (max-width: 480px) {
            .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text a span {
              font-size: 14px;
              line-height: 18px;
              margin-bottom: 11px; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text span {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #00263e;
        padding: 26px 0; }
        @media (max-width: 767px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text span {
            padding: 20px 0; } }
        @media (max-width: 480px) {
          .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner .layer-comfort-text span {
            padding: 12px 0; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.layer-block {
      background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/orange-bg-2.png") no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 480px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.layer-block {
          background-position: center; } }
    .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block {
      background: url("../img/blue-banner.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 480px) {
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block {
          background-position: center; } }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .inner-img {
        left: auto;
        right: 0; }
      .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .layer-comfort-text {
        align-items: flex-end; }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .layer-comfort-text a span:hover {
          color: #81d8d0; }
        .layer-comfort-wrapper .layer-comfort-block .layer-comfort-inner.comfort-block .layer-comfort-text a span:before {
          background: #81d8d0; }

.mettress-features-block {
  padding: 95px 0 82px;
  text-align: center; }
  @media (max-width: 767px) {
    .mettress-features-block {
      padding-top: 42px; } }
  .mettress-features-block h3 {
    font-size: 36px;
    color: #00263e;
    line-height: 40px;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .mettress-features-block h3 {
        font-size: 32px;
        margin: 20px 0 50px; } }
  .mettress-features-block .mettress-inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .mettress-features-block .mettress-inner {
        flex-wrap: wrap; } }
    .mettress-features-block .mettress-inner .mettress-block h5 {
      font-family: "LuloCleanOne-Bold";
      font-size: 17px;
      line-height: 21px;
      color: #00263e;
      margin: 0; }
    .mettress-features-block .mettress-inner .mettress-block p {
      font-size: 16px;
      color: #00263e;
      line-height: 40px;
      margin-bottom: 30px; }
    .mettress-features-block .mettress-inner .mettress-block .mettress-btn {
      width: 100%;
      height: 55px;
      line-height: 55px;
      text-decoration: none;
      letter-spacing: 1px;
      display: inline-block;
      max-width: 290px;
      padding: 0 10px;
      font-size: 16px; }
    .mettress-features-block .mettress-inner .mettress-block i {
      display: inline-block;
      width: 75%; }
      .mettress-features-block .mettress-inner .mettress-block i.img-block {
        margin-top: 7.5%;
        position: relative; }
        .mettress-features-block .mettress-inner .mettress-block i.img-block .which-logo {
          position: absolute;
          bottom: 61%;
          right: -8.3%;
          display: inline-block;
          max-width: 22.3%; }
          @media (max-width: 767px) {
            .mettress-features-block .mettress-inner .mettress-block i.img-block .which-logo {
              right: 0; } }
        .mettress-features-block .mettress-inner .mettress-block i.img-block .house-logo {
          position: absolute;
          bottom: 61%;
          left: -8.3%;
          display: inline-block;
          max-width: 22.3%; }
          @media (max-width: 767px) {
            .mettress-features-block .mettress-inner .mettress-block i.img-block .house-logo {
              left: 0; } }
        @media (max-width: 767px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            max-height: inherit; } }
        @media (min-width: 1430px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            width: 80%;
            margin-top: 13%;
            margin-left: 5%; } }
        @media (min-width: 2001px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            margin-top: 12%;
            width: 80%;
            margin-right: 9%; } }
        @media (max-width: 1429px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            width: 84%; } }
        @media (max-width: 375px) {
          .mettress-features-block .mettress-inner .mettress-block i.img-block {
            width: 95%; } }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .mettress-block i {
          width: 100%; } }
    .mettress-features-block .mettress-inner .mettress-block .features-block-outer {
      margin-top: 62px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer {
          height: auto !important; } }
      .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block {
        max-width: 344px;
        width: 100%;
        margin: 0 auto 38px;
        text-align: left;
        padding-left: 70px;
        position: relative; }
        @media (max-width: 575px) {
          .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block {
            padding-left: 50px; } }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block .plus-icon {
          display: inline-block;
          height: 30px;
          width: 30px;
          position: absolute;
          top: -3px;
          left: 0; }
          .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block .plus-icon img {
            display: block;
            width: 100%; }
          @media (max-width: 767px) {
            .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block .plus-icon {
              height: 25px;
              width: 25px; } }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block h4 {
          font-size: 24px;
          color: #00263e;
          line-height: 28px;
          margin: 0 0 15px;
          font-weight: normal;
          text-transform: inherit; }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block ul {
          list-style: none;
          margin: 0; }
          .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block ul li {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 20px;
            color: #00263e; }
        .mettress-features-block .mettress-inner .mettress-block .features-block-outer .features-block:last-child {
          margin-bottom: 0; }
    .mettress-features-block .mettress-inner .mettress-block .mattress-img {
      margin: 0 auto 60px;
      width: 58%;
      display: block;
      min-height: 335px; }
      @media (max-width: 1280px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          margin: 60px auto 40px;
          min-height: 230px; } }
      @media (max-width: 991px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: 180px; } }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: inherit;
          width: 70%;
          margin: 60px auto 40px; } }
      @media (max-width: 575px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: inherit;
          width: 90%; } }
      @media (max-width: 375px) {
        .mettress-features-block .mettress-inner .mettress-block .mattress-img {
          min-height: inherit;
          width: 100%; } }
    .mettress-features-block .mettress-inner .lux-mattress {
      width: 50%; }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .lux-mattress {
          width: 100%;
          margin-bottom: 50px; } }
      .mettress-features-block .mettress-inner .lux-mattress .orange-label {
        background-color: #fe5000;
        color: white;
        height: 27px;
        max-width: 145px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "LuloCleanOne-Bold";
        margin-bottom: 22px;
        font-size: 8px;
        color: white; }
      .mettress-features-block .mettress-inner .lux-mattress .shop-lux {
        background-color: #fe5000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        line-height: 60px;
        max-width: 240px;
        width: 100%; }
        .mettress-features-block .mettress-inner .lux-mattress .shop-lux:hover {
          background: #00263e;
          color: white; }
        .mettress-features-block .mettress-inner .lux-mattress .shop-lux span {
          display: inline-block;
          font-size: 16px;
          color: white;
          line-height: 23px;
          position: relative;
          letter-spacing: 1px; }
          .mettress-features-block .mettress-inner .lux-mattress .shop-lux span:hover {
            color: white; }
            .mettress-features-block .mettress-inner .lux-mattress .shop-lux span:hover:before {
              right: 0; }
    .mettress-features-block .mettress-inner .elite-mattress {
      width: 50%; }
      @media (max-width: 767px) {
        .mettress-features-block .mettress-inner .elite-mattress {
          width: 100%; } }
      .mettress-features-block .mettress-inner .elite-mattress .blue-label {
        background-color: #81d8d0;
        color: #00263e;
        height: 27px;
        max-width: 145px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "LuloCleanOne-Bold";
        margin-bottom: 22px;
        font-size: 8px;
        width: 100%; }
      .mettress-features-block .mettress-inner .elite-mattress .shop-elite {
        background-color: #81d8d0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        line-height: 60px;
        max-width: 238px;
        width: 100%; }
        .mettress-features-block .mettress-inner .elite-mattress .shop-elite span {
          display: inline-block;
          letter-spacing: 1px;
          font-size: 16px;
          color: #00263e;
          line-height: 20px; }
          .mettress-features-block .mettress-inner .elite-mattress .shop-elite span:after {
            background: #00263e; }
          .mettress-features-block .mettress-inner .elite-mattress .shop-elite span::before {
            background: #81d8d0; }
        .mettress-features-block .mettress-inner .elite-mattress .shop-elite:hover {
          background: #00263e;
          color: white; }
          .mettress-features-block .mettress-inner .elite-mattress .shop-elite:hover span {
            color: white; }
            .mettress-features-block .mettress-inner .elite-mattress .shop-elite:hover span:after {
              background: white; }

.includ-mattress {
  background-color: #eaeef1;
  padding: 57px 0 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .includ-mattress {
      padding: 38px 0 25px; } }
  .includ-mattress h3 {
    font-size: 36px;
    color: #00263e;
    line-height: 40px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .includ-mattress h3 {
        margin-top: 0;
        font-size: 28px;
        line-height: 32px; } }
  .includ-mattress .customer-outer {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .includ-mattress .customer-outer {
        flex-wrap: wrap; } }
    .includ-mattress .customer-outer .customer-block {
      width: 50%; }
      @media (max-width: 767px) {
        .includ-mattress .customer-outer .customer-block {
          width: 100%; } }
      .includ-mattress .customer-outer .customer-block .customer-inner {
        max-width: 295px;
        width: 100%;
        margin: 50px auto 0;
        text-align: left;
        padding-left: 70px;
        position: relative; }
        @media (max-width: 767px) {
          .includ-mattress .customer-outer .customer-block .customer-inner {
            margin: 20px auto 0; } }
        @media (max-width: 575px) {
          .includ-mattress .customer-outer .customer-block .customer-inner {
            padding-left: 50px; } }
        .includ-mattress .customer-outer .customer-block .customer-inner .plus-icon {
          display: inline-block;
          height: 30px;
          width: 30px;
          position: absolute;
          top: -4px;
          left: 0; }
          .includ-mattress .customer-outer .customer-block .customer-inner .plus-icon img {
            width: 100%; }
          @media (max-width: 767px) {
            .includ-mattress .customer-outer .customer-block .customer-inner .plus-icon {
              height: 25px;
              width: 25px; } }
        .includ-mattress .customer-outer .customer-block .customer-inner ul {
          list-style: none;
          margin: 0 0 25px; }
        .includ-mattress .customer-outer .customer-block .customer-inner .customer-listing li {
          margin-bottom: 8px; }
        .includ-mattress .customer-outer .customer-block .customer-inner .care-listing {
          display: flex;
          align-items: center;
          justify-content: center; }
          .includ-mattress .customer-outer .customer-block .customer-inner .care-listing li {
            margin-right: 10px; }
            .includ-mattress .customer-outer .customer-block .customer-inner .care-listing li i {
              display: inline-block; }
    .includ-mattress .customer-outer .customer-left h4 {
      font-size: 24px;
      color: #00263e;
      line-height: 28px;
      margin: 0 0 13px; }
    .includ-mattress .customer-outer .customer-right h4 {
      font-size: 24px;
      color: #00263e;
      line-height: 28px;
      margin: 0 0 13px; }

.mac-os .mettress-features-block .mettress-inner .lux-mattress .orange-label {
  display: inline-block;
  text-align: center;
  padding: 11px 0 8px;
  line-height: 9px; }

.mac-os .mettress-features-block .mettress-inner .elite-mattress .blue-label {
  display: inline-block;
  text-align: center;
  padding: 11px 0 8px;
  line-height: 9px; }

.layer-comfort-wrapper > .container {
  max-width: 100%;
  padding: 0; }

/*home banner new design 11-03-2022*/
.homepage .body {
  margin-top: 110px; }

.body {
  margin-top: 152px; }

.home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 64px !important;
  line-height: 36px !important; }

.home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 30px !important; }

.home-banner .home-banner-caption.new-year-offer .banner-caption p {
  text-transform: inherit !important;
  font-size: 16px !important;
  font-family: Amiri !important;
  line-height: 28px !important;
  margin-bottom: 40px; }

.home-banner .home-banner-caption.new-year-offer .shop-btn {
  background-color: #FFFFFF;
  padding: 13px 13px;
  min-width: 193px; }

.home-banner-caption.new-year-offer .modal-promo {
  position: static !important;
  transform: none !important; }

.fixed-header .home-banner-caption.new-year-offer .modal-promo {
  transform: none !important; }

.home-banner-caption.new-year-offer a#promo-open .strip-text {
  position: static;
  font-family: LuloCleanOne-Bold !important;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0; }

.home-banner-caption.new-year-offer .modal-promo,
.home-banner-caption.new-year-offer .modal-promo a#promo-open {
  background-color: transparent; }

.home-banner .home-banner-caption.new-year-offer {
  top: 50%;
  transform: translateY(-50%);
  background-color: #6b3b3b;
  color: #fff;
  max-width: 386px;
  width: 100%;
  padding: 40px 45px !important; }

.home-banner {
  padding: 0 50px 0 130px;
  background-image: linear-gradient(180deg, rgba(255, 230, 230, 0.23), rgba(255, 255, 255, 0.23)); }

.home-banner .home-banner-caption.new-year-offer {
  left: 50px;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center; }

.tablet {
  display: none; }

.home-banner .home-banner-caption.new-year-offer .all-promo-popup {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%); }

.home-banner .home-banner-caption.new-year-offer .banner-offer {
  margin-bottom: 90px; }

/*offer*/
.home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #home-timer-text .end-day {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  padding-left: 3.5px;
  font-family: LuloCleanOne-Bold !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center; }

.home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #home-timer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle; }

.home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #home-timer-text,
.home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #home-timer-text p {
  font-size: 32px !important;
  color: #fff;
  line-height: 36px !important;
  font-family: Amiri !important;
  display: inline-block;
  padding-left: 0; }

.home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #home-timer-text p {
  margin-bottom: 0 !important;
  padding: 0; }

.home-banner-caption.new-year-offer .modal-promo a#promo-open {
  padding: 0 !important; }

.home-banner .banner-large-tablet {
  display: none !important; }

.home-banner .banner-large-tablet {
  display: none !important; }

a#promo-open.home-page-promo-open {
  color: #fff !important;
  display: inline-block;
  min-height: inherit !important;
  letter-spacing: 0 !important;
  text-transform: inherit !important;
  text-decoration: underline !important;
  padding: 0 !important;
  background: none !important; }

a#promo-open.home-page-promo-open:hover {
  text-decoration: none !important; }

.homepage .modal-promo {
  display: none; }

.homepage .home-banner-caption.new-year-offer .modal-promo {
  display: block; }

.banner-mobile {
  display: none; }

@media (min-width: 1921px) {
  .home-banner .banner-desktop {
    display: block !important; }
  .home-banner .home-banner-caption.new-year-offer {
    height: 80%; }
  .home-banner .banner-small-desktop {
    display: none !important; } }

@media (min-width: 1921px) and (max-width: 2300px) {
  .home-banner .home-banner-caption.new-year-offer {
    height: 70%; } }

@media (min-width: 2301px) {
  .home-banner .home-banner-caption.new-year-offer {
    height: 60%; } }

@media (min-width: 1081px) and (max-width: 1920px) {
  .home-banner .banner-small-desktop {
    display: block !important; }
  .home-banner .banner-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1080px) {
  .home-banner .banner-large-tablet {
    display: block !important; }
  .home-banner .banner-desktop,
  .home-banner .banner-small-desktop {
    display: none !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-offer {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

@media (max-width: 991px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    font-size: 36px !important;
    line-height: 36px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    line-height: 36px !important; }
  .home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #home-timer-text {
    margin-top: 2px; }
  .home-banner .home-banner-caption.new-year-offer .banner-offer {
    margin-top: -6px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p.tablet {
    margin-bottom: 20px !important; }
  .home-banner .home-banner-caption.new-year-offer {
    padding-bottom: 20px !important; } }

@media (max-width: 767px) {
  .home-banner .banner-desktop,
  .home-banner .banner-small-desktop {
    display: none !important; }
  .home-banner .banner-large-tablet {
    display: none !important; } }

@media (max-width: 1280px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding: 20px 30px !important; }
  .home-banner .home-banner-caption.new-year-offer .all-promo-popup {
    bottom: 20px; }
  .home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #timer-text .end-day {
    margin-bottom: 0; }
  .home-banner {
    padding: 0; } }

@media (min-width: 1081px) and (max-width: 1280px) {
  .home-banner .home-banner-caption.new-year-offer {
    padding: 40px 30px !important; }
  .home-banner .home-banner-caption.new-year-offer .all-promo-popup {
    bottom: 40px; } }

@media (max-width: 1080px) {
  .homepage .body {
    margin-top: 66px; }
  .body {
    margin-top: 107px; }
  .home-banner .home-banner-caption.new-year-offer {
    padding: 40px !important;
    height: auto !important;
    width: 95%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px; }
  .home-banner .desktop {
    display: none; }
  .home-banner .tablet {
    display: block; }
  .home-banner .home-banner-caption.new-year-offer .all-promo-popup {
    position: static;
    transform: none;
    width: auto;
    display: flex;
    align-items: center; }
  .home-banner .home-banner-caption .banner-caption {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .home-banner .home-banner-caption.new-year-offer .banner-offer {
    margin-bottom: 0; }
  .home-banner .home-banner-caption .banner-link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%); }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    max-width: 328px;
    text-align: left; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h3 {
    margin-bottom: 0 !important; }
  .home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #timer-text span {
    margin-bottom: 10px !important;
    display: inline-block; } }

@media (max-width: 991px) {
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    max-width: 250px;
    padding: 0 10px;
    margin-left: 0;
    text-align: center; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-right: 0; }
  .home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #timer-text .end-day {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .homepage .body {
    margin-top: 63px; }
  .body {
    margin-top: 103px; }
  .home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #timer-text .end-day {
    font-size: 13px;
    line-height: 17px; }
  .home-banner .home-banner-caption.new-year-offer a#promo-open .strip-text #timer-text {
    font-size: 24px;
    line-height: 42px; }
  .home-banner .home-banner-caption.new-year-offer {
    padding: 30px 30px 40px !important;
    top: 40px;
    width: 100%;
    max-width: 278px;
    margin: 0 auto; }
  .home-banner .home-banner-caption .banner-caption {
    flex-direction: column;
    align-items: center; }
  .home-banner .home-banner-caption.new-year-offer .banner-offer {
    margin-bottom: 25px; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption h1 {
    margin-bottom: 0 !important; }
  .home-banner .home-banner-caption.new-year-offer .banner-caption p {
    margin-bottom: 25px !important;
    padding: 0; }
  .home-banner .home-banner-caption.new-year-offer .shop-btn {
    padding: 13px 33px; } }

@media (max-width: 580px) {
  .home-banner .banner-mobile {
    display: block; }
  .banner img.banner-tablet {
    display: none; }
  .homepage .modal-promo {
    display: none; }
  .home-banner .home-banner-caption.new-year-offer {
    padding-top: 38px !important; }
  .home-banner .home-banner-caption.new-year-offer {
    left: 50% !important;
    transform: translateX(-50%) !important; }
  /* 28-3-2022 home-banner mobile changes start */
  .home-banner {
    background-image: none !important; }
  .home-banner .home-banner-wrapper {
    margin-top: -10px; }
  /* 28-3-2022 home-banner mobile changes end */ }

@media (max-width: 480px) {
  .homepage .body {
    margin-top: 63px; }
  .body {
    margin-top: 100px; } }

@media (min-width: 1081px) {
  .fixed-header .body {
    transform: translateY(-28px); } }

/*end*/
/* mattress page redesign css on 1-2-2024*/
.mattress-page-new {
  overflow-x: hidden; }

.mattress-detail-outer {
  padding-bottom: 220px; }

.mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
  position: static;
  margin-bottom: 22px;
  transform: none !important; }

.mattress-detail-outer .inner-mattress-detail {
  margin: 0 !important; }

.mattress-detail-outer .mattress-detail {
  max-width: 1024px;
  margin: 0 auto; }

.mattress-detail-outer .mattress-detail .mattress-img {
  transform: none !important;
  overflow: visible;
  margin-top: -15%; }

.mattress-detail-outer .mattress-detail .mattress-img .img-wrap {
  margin-bottom: 35px;
  position: relative; }

.mattress-detail-outer .mattress-detail .mattress-img img {
  filter: drop-shadow(0px 22px 25px rgba(0, 0, 0, 0.6));
  max-width: 100%;
  transform: translateZ(0); }

.mattress-detail-outer .inner-mattress-detail h6 {
  margin-top: -5px; }

/* 06-02-2024 start*/
.homepage .page-body .slider-wrapper {
  display: none !important; }

.slider-wrapper .container {
  padding: 0 !important;
  max-width: 1200px; }

.slider-wrapper {
  background: #f7e8e3;
  border-top: 1px solid #a3adb5;
  border-bottom: 1px solid #a3adb5;
  padding: 15px 0 8px; }

.slider-wrapper .slider,
.slider-wrapper .slider .slick-track {
  display: flex;
  align-items: center; }

.slider-wrapper .slider .block {
  flex: 1; }

.code-wrapper {
  display: flex;
  justify-content: center; }

.code-wrapper .img-wrap {
  max-width: 50px;
  min-width: 50px;
  margin-right: 20px; }

.code-wrapper .img-wrap.megaphone-img {
  margin-top: 6px; }

.code-wrapper .img-wrap.clock-img {
  max-width: 40px;
  min-width: 40px; }

.code-wrapper .content-detail {
  position: relative;
  z-index: 1; }

.code-wrapper .category-discount-lable {
  position: static; }

.code-wrapper .content-detail p {
  margin: 0;
  font-size: 16px;
  display: inline-block; }

.code-wrapper .content-detail .label-wrapper {
  margin: 0; }

.code-wrapper .content-detail .label-wrapper h4 {
  margin: 0 0 3px;
  font-size: 12px;
  line-height: 16px;
  font-family: LuloCleanOne-Bold;
  letter-spacing: 0;
  color: #00263e; }

.code-wrapper .content-detail p span {
  line-height: 1;
  display: inline-block; }

.code-wrapper .content-detail p span strong {
  font-family: LuloCleanOne-Bold;
  font-size: 12px;
  font-weight: 400; }

.code-wrapper .content-detail p span img {
  max-width: 14px; }

.code-wrapper .content-detail p .category-timer-text-below {
  font-size: 11px;
  font-family: 'Lulo Clean One';
  color: #00263e;
  min-width: 210px; }

.code-wrapper .content-detail p .category-timer-text-below span {
  color: #fe5000; }

.code-wrapper .content-detail .tooltip {
  top: 3px; }

.code-wrapper .content-detail .tooltip .tooltip-icon {
  margin-left: 4px;
  margin-top: 0;
  width: 14px;
  height: 14px; }

.slider-wrapper a#promo-open {
  background: transparent;
  padding: 0 !important;
  text-transform: none;
  color: inherit;
  letter-spacing: 0;
  text-align: left; }

.slider-wrapper a#promo-open > div {
  opacity: 1 !important; }

.slider-wrapper a#promo-open span {
  display: inline-block; }

/* 06-02-2024 End*/
.omnisend-mobile-container p strong {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.1;
  display: block;
  font-family: 'Amiri';
  letter-spacing: 0.25px;
  font-weight: 400; }

.omnisend-mobile-container div,
.omnisend-mobile-container div p,
.omnisend-mobile-container div input {
  font-family: 'Amiri' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #00263e !important; }

.omnisend-mobile-container div div + button {
  background: #fe5000 !important;
  display: block;
  font-size: 16px !important;
  border: 0 !important;
  line-height: 23px !important;
  letter-spacing: 1px !important;
  transition: all .2s linear; }

.omnisend-mobile-container div div + button:hover {
  background: #00263e !important; }

.omnisend-mobile-container a {
  font-family: 'Amiri' !important;
  font-size: 16px; }

.omnisend-mobile-container button {
  font-family: 'Amiri' !important;
  font-size: 16px;
  line-height: 23px; }

@media (min-width: 1921px) {
  .mattress-detail-outer .mattress-detail .mattress-img img {
    max-width: 90%; } }

@media (max-width: 2200px) {
  .mattress-detail-outer .mattress-detail {
    max-width: 975px; } }

@media (max-width: 2200px) {
  .mattress-detail-outer .mattress-detail {
    max-width: 900px; } }

@media (max-width: 1920px) {
  .mattress-detail-outer .mattress-detail {
    max-width: 100%;
    padding: 0 40px; } }

@media (max-width: 1440px) {
  .mattress-detail-outer {
    padding-bottom: 200px; } }

@media (max-width: 1280px) {
  .mattress-detail-outer .mattress-detail {
    padding: 0 25px; }
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    font-size: 12px;
    padding: 7px; }
  .mattress-detail-outer .mattress-detail .mattress-img {
    margin-top: -17%; }
  .mattress-detail-outer {
    padding-bottom: 180px; } }

@media (max-width: 1280px) and (min-width: 992px) {
  .mattress-detail-outer .mattress-detail .mattress-img .img-wrap {
    transform: scale(1.2); } }

@media (max-width: 991px) {
  .mattress-detail-outer .mattress-detail {
    padding: 0 15px 200px !important; }
  .mattress-detail-outer .mattress-detail .mattress-img {
    max-width: 700px;
    margin: -100px auto 0; }
  .mattress-detail-outer {
    padding-bottom: 0; }
  .mattress-detail-outer .mattress-detail .mattress-img .category-discount-lable {
    margin-bottom: 15px; }
  .mattress-detail-outer .mattress-detail .mattress-img .img-wrap {
    transform: translateZ(0); } }

@media (max-width: 767px) {
  .mattress-detail-outer .mattress-detail .mattress-img img {
    width: 125%;
    max-width: 125%; }
  .mattress-detail-outer .mattress-detail {
    padding: 0 15px 150px !important; }
  .mattress-detail-outer .mattress-detail .mattress-img {
    margin: -70px auto 0; } }

/* 08-02-2024 start*/
.mattress-outer {
  padding: 67px 0; }

.mattress-title-wrapper .mattress-banner-content {
  text-align: center; }

.mattress-title-wrapper h2 {
  font-size: 12px;
  line-height: 19px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin: 0 0 20px; }

.mattress-title-wrapper h1 {
  font-size: 56px;
  line-height: 70px;
  color: #00263E;
  margin: 0 0 14px; }

.mattress-title-wrapper .mattress-title-1 {
  font-size: 12px;
  line-height: 19px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin: 0 0 20px; }

.mattress-title-wrapper .mattress-sub-title-1 {
  font-size: 56px;
  line-height: 70px;
  color: #00263E;
  margin: 0 0 14px;
  font-family: "Amiri"; }

.mattress-product {
  border: 1px solid #00263E;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 30px 0; }

.mattress-product:after,
.mattress-product:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1; }

.mattress-product:before {
  bottom: 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #DCE8EF 100%) 0% 0% no-repeat padding-box;
  height: 80%; }

.mattress-product:after {
  top: 0;
  height: 40%;
  background: transparent linear-gradient(180deg, #F0F5F7 0%, #CADCE6 100%) 0% 0% no-repeat padding-box; }

.mattress-product .category-discount-lable {
  font-size: 11px;
  line-height: 15px; }

.mattress-slider .mattress-list {
  padding: 30px 20px;
  position: relative; }

.mattress-slider .pre-christmas-delivery-badge {
  top: 0;
  right: 0;
  z-index: 1; }

.mattress-product .mattress-product-content {
  padding: 40px 0 70px; }

.mattress-product .mattress-product-content h6 {
  font-size: 11px;
  line-height: 15px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin: 0 0 20px; }

.mattress-product .mattress-product-content .product-title {
  font-size: 21px;
  line-height: 29px;
  color: #00263E;
  font-family: "LuloCleanOne-Bold";
  margin: 0;
  display: block;
  text-decoration: none;
  max-width: 280px;
  margin: 0 auto; }

.mattress-product .mattress-img {
  display: block;
  transform: translateX(10%); }

.mattress-product .mattress-img img {
  filter: drop-shadow(0px 22px 25px rgba(0, 0, 0, 0.6));
  max-width: 132%;
  width: 132%; }

.mattress-product .mattress-img .product-img1 img {
  margin-top: 9px; }

.mattress-product .mattress-img .product-img2 img {
  max-width: 134%;
  width: 134%;
  margin-top: 7px; }

.mattress-product .mattress-img .product-img3 img {
  max-width: 142%;
  width: 142%;
  margin-top: 6px; }

.mattress-product .mattress-img .product-img4 img {
  max-width: 149%;
  width: 149%; }

.mattress-product .mattress-price-list {
  margin: 0 0 27px !important; }

.mattress-product .mattress-price-list li {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center; }

.mattress-product .mattress-price-list li.tooltip-text-wrapper {
  display: block; }

.mattress-product .mattress-price-list .tooltip-text-wrapper .tooltip {
  top: 0px; }

.mattress-product .mattress-price-list li span {
  font-size: 12px;
  line-height: 16px;
  color: #00263E; }

.mattress-product .mattress-price-list li a.price-link label {
  font-size: 28px;
  line-height: 30px;
  color: #00263E; }

.mattress-product .mattress-price-list li a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  flex: 0 0 100%;
  max-width: 100%; }

.mattress-product .mattress-price-list li.tooltip-text-wrapper a {
  display: inline-block; }

.mattress-product .mattress-price-list li p {
  font-size: 16px;
  line-height: 20px;
  color: #FE5000;
  margin: 0 0 0; }

.mattress-product .section-promise ul li {
  min-height: 157px; }

.mattress-product .section-promise ul li .promise-img {
  min-height: 1px; }

.mattress-product .section-promise ul li > p {
  font-size: 16px;
  color: #00263E; }

.mattress-product .mattress-price-list li .tooltip .tooltip-icon {
  width: 14px;
  height: 14px;
  margin-left: 5px; }

.mattress-product .mattress-price-list li .tooltip .tooltiptext {
  color: #fff;
  font-size: 14px;
  line-height: 17px; }

.mattress-product .product-promise-listing {
  padding: 30px 0 0; }

.mattress-product .section-promise ul li {
  padding: 0 3px 40px; }

.mattress-slider .slick-arrow {
  top: -20px;
  background: transparent;
  border: 0;
  padding: 0;
  width: auto;
  display: none !important; }

.mattress-slider .slick-arrow.slick-next {
  right: 40px; }

.mattress-slider .slick-arrow.slick-prev {
  right: 70px;
  left: auto; }

.mattress-slider .slick-arrow.slick-next:before,
.mattress-slider .slick-arrow.slick-prev:before {
  display: none; }

.mattress-slider .slick-arrow.slick-next:after,
.mattress-slider .slick-arrow.slick-prev:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #FE5000;
  border-left: 2px solid #FE5000; }

.mattress-slider .slick-arrow.slick-next:after {
  transform: rotate(135deg); }

.mattress-slider .slick-arrow.slick-prev:after {
  transform: rotate(-45deg); }

.mattress-slider .slick-arrow.slick-disabled {
  opacity: 0.3; }

.mattress-product .mattress-img .img-wrap {
  display: flex;
  align-items: center;
  min-height: 157px; }

.omnisend-mobile-container p strong {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.1;
  display: block;
  font-family: 'Amiri';
  letter-spacing: 0.25px;
  font-weight: 400; }

.omnisend-mobile-container div,
.omnisend-mobile-container div p,
.omnisend-mobile-container div input {
  font-family: 'Amiri' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #00263e !important; }

.omnisend-mobile-container div div + button {
  background: #fe5000 !important;
  display: block;
  font-size: 16px !important;
  border: 0 !important;
  line-height: 23px !important;
  letter-spacing: 1px !important;
  transition: all .2s linear; }

.omnisend-mobile-container div div + button:hover {
  background: #00263e !important; }

.omnisend-mobile-container a {
  font-family: 'Amiri' !important;
  font-size: 16px; }

.omnisend-mobile-container button {
  font-family: 'Amiri' !important;
  font-size: 16px;
  line-height: 23px; }

#consent-manager .css-ra9y5f {
  max-width: 640px; }

.mattress-list .product-promise-listing .promise-list li .promise-img img {
  height: 45px !important;
  margin: 0 0 8px;
  max-width: 70px; }

.mattress-list .product-promise-listing ul {
  display: flex; }

.mattress-slider .slick-dots {
  display: none !important; }

.mattress-slider .slick-dots li button:hover::before {
  background: transparent; }

@media (min-width: 1025px) {
  .mattress-slider .slick-track {
    display: flex; } }

@media (max-width: 1680px) {
  .mattress-slider .mattress-list {
    padding: 30px 10px; } }

@media (max-width: 1440px) {
  .mattress-product .mattress-product-content {
    padding: 26px 0 50px; }
  .mattress-product .section-promise ul li {
    padding: 0 3px 30px; }
  .mattress-product .mattress-product-content .product-title {
    font-size: 17px;
    line-height: 1; } }

@media (max-width: 1024.98px) {
  .mattress-outer {
    padding: 35px 0; }
  .mattress-title-wrapper h2 {
    margin: 0 0 10px; }
  .mattress-title-wrapper h1 {
    margin: 0 0 40px;
    font-size: 42px;
    line-height: 1; }
  .mattress-title-wrapper .mattress-title-1 {
    margin: 0 0 10px; }
  .mattress-title-wrapper .mattress-sub-title-1 {
    margin: 0 0 40px;
    font-size: 42px;
    line-height: 1; }
  .mattress-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .mattress-slider .slick-dots {
    display: block !important; }
  .mattress-slider .mattress-list {
    padding: 30px 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 15px 40px; }
  .mattress-slider .pre-christmas-delivery-badge {
    right: -15px; }
  .mattress-product .mattress-product-content .product-title {
    font-size: 21px; }
  .slider-wrapper .slider {
    display: none; }
  .slider-wrapper .slider.slick-initialized {
    display: flex; }
  .product-promise-listing ul li {
    min-height: 155px; }
  .mattress-product .mattress-img .img-wrap {
    min-height: 1px; }
  .mattress-slider .slick-dots {
    display: flex !important;
    justify-content: center; } }

@media (max-width: 991px) {
  .mattress-slider {
    margin: 0 -10px -30px; }
  .mattress-slider .mattress-list {
    padding: 30px 10px;
    margin: 0 0 15px; }
  .mattress-slider .pre-christmas-delivery-badge {
    right: -3px; }
  .mattress-product .mattress-product-content .product-title {
    font-size: 18px; } }

@media (max-width: 767px) {
  .mattress-outer {
    padding: 35px 0 0; }
  .mattress-product .mattress-product-content .product-title {
    font-size: 16px;
    letter-spacing: -2px;
    max-width: 100%; }
  .mattress-slider .mattress-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 5px; }
  .mattress-title-wrapper h1 {
    font-size: 36px;
    margin: 0 0 30px; }
  .mattress-title-wrapper .mattress-sub-title-1 {
    font-size: 36px;
    margin: 0 0 30px; }
  .mattress-slider {
    margin: 0 0 20px; }
  .mattress-slider.slick-dotted.slick-slider {
    margin-bottom: 50px; }
  .mattress-product .mattress-product-content {
    padding: 20px 0 30px; }
  .mattress-product:after {
    height: 35%; }
  .product-promise-listing ul li {
    max-width: 33%; }
  .product-promise-listing ul li {
    min-height: 110px; } }

@media (max-width: 550px) {
  .mattress-slider .mattress-list {
    padding: 22px 5px; } }

@media (max-width: 375px) {
  .section-promise ul li > p {
    min-height: 77px; } }

/* 08-02-2024 End*/
/* 23-05-2024 css  */
.product-promise-listing .firm-logo-promise li:first-child img {
  width: 65px !important; }

.product-promise-listing .firm-logo-promise li:last-child img {
  height: 59px !important;
  margin: 9px 0 10px; }

/* 29-05-2024 Start*/
.mattress-baner {
  padding: 67px 0 75px;
  min-height: 400px; }

.best-mattress li a {
  padding: 5px 7px; }

@media (max-width: 1280px) {
  .mattress-baner {
    padding: 67px 0 75px;
    min-height: 330px; } }

@media (max-width: 1800px) {
  .best-mattress {
    max-width: 520px; } }

@media (max-width: 991px) {
  .features-section .best-mattress li a {
    padding: 5px 7px; }
  .features-section .best-mattress {
    max-width: 520px; }
  .mattress-baner {
    min-height: 330px;
    padding-top: 67px;
    padding-bottom: 125px; } }

@media (max-width: 767px) {
  .features-section .best-mattress {
    max-width: 420px !important; } }

@media (max-width: 575px) {
  .features-section .best-mattress {
    flex-wrap: wrap;
    max-width: 380px !important; }
  .best-mattress li a {
    padding: 5px 2px !important; } }

/* 29-05-2024 End*/
.page-faq {
  padding-top: 60px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1080px) {
    .page-faq {
      max-width: 900px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .page-faq {
      max-width: 600px;
      margin: 0 auto; } }
  .page-faq .page-content {
    padding: 0;
    float: none; }

.help-left {
  float: left;
  width: 30%;
  padding: 0 75px 0 0; }
  .help-left .help-left-inner.fixed {
    position: fixed;
    top: 75px;
    max-width: 430px;
    padding: 0 75px 0 0; }
    @media screen and (max-width: 1080px) {
      .help-left .help-left-inner.fixed {
        max-width: 200px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .help-left .help-left-inner.fixed {
        max-width: 100%;
        padding-right: 0; } }
  .help-left .help-left-inner.absolute {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 30%;
    padding: 0 75px 0 0; }
    @media screen and (max-width: 1080px) {
      .help-left .help-left-inner.absolute {
        max-width: 25%; } }
    @media screen and (max-width: 767px) {
      .help-left .help-left-inner.absolute {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .help-left .help-left-inner {
      position: static !important; } }
  @media screen and (max-width: 1080px) {
    .help-left {
      padding: 0 20px 0 0; } }
  @media screen and (max-width: 767px) {
    .help-left {
      float: none;
      width: auto;
      padding: 0 0; } }
  .help-left .help-left-link ul {
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #00263e; }
    .help-left .help-left-link ul li {
      padding: 0; }
      .help-left .help-left-link ul li.active a {
        color: #00263e; }
      .help-left .help-left-link ul li a {
        font-family: "LuloCleanOne-Bold";
        font-size: 16px;
        line-height: 22px;
        padding: 13px 0;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: #b2bdc5; }
        .help-left .help-left-link ul li a:hover {
          color: #00263e; }
        @media screen and (max-width: 1080px) {
          .help-left .help-left-link ul li a {
            font-size: 14px;
            padding: 6px 0; } }
  .help-left .help-social ul {
    list-style: none;
    margin: 0;
    padding: 46px 0; }
    .help-left .help-social ul li {
      display: inline-block;
      vertical-align: middle;
      padding-right: 19px; }
      .help-left .help-social ul li a {
        display: block;
        transition: all 0.2s; }
        .help-left .help-social ul li a:hover {
          transform: translateY(-2px);
          -webkit-transform: translateY(-2px); }

.help-right-box {
  padding-bottom: 44px; }
  .help-right-box:last-child {
    padding-bottom: 0; }

.help-right {
  float: right;
  width: 70%;
  padding: 0 0 0 75px; }
  @media screen and (max-width: 1080px) {
    .help-right {
      padding: 0 0 0 20px; } }
  @media screen and (max-width: 767px) {
    .help-right {
      float: none;
      width: auto;
      padding: 0 0; } }
  .help-right h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #00263e;
    padding-bottom: 30px; }
    @media screen and (max-width: 1080px) {
      .help-right h2 {
        font-size: 30px;
        padding-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .help-right h2 {
        font-size: 24px; } }
  .help-right h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #00263e;
    padding-bottom: 30px; }
    @media screen and (max-width: 1080px) {
      .help-right h4 {
        font-size: 22px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .help-right h4 {
        font-size: 20px; } }
  .help-right .help-accrodian {
    padding-bottom: 50px; }
    @media screen and (max-width: 1080px) {
      .help-right .help-accrodian {
        padding-bottom: 60px; } }

.accrodian-box {
  padding-bottom: 10px; }
  .accrodian-box .accrodian-head {
    padding: 18px 60px 18px 40px;
    background: #d9eef9;
    cursor: pointer;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .accrodian-box .accrodian-head {
        padding: 11px 60px 11px 25px; } }
    .accrodian-box .accrodian-head h5 {
      font-size: 16px;
      font-weight: bold;
      line-height: 30px;
      margin: 0;
      color: #00263e;
      text-transform: none; }
      @media screen and (max-width: 1080px) {
        .accrodian-box .accrodian-head h5 {
          font-size: 20px; } }
    .accrodian-box .accrodian-head span {
      width: 27px;
      height: 27px;
      display: block;
      float: right;
      background: url(../img/plus-icon-blue.svg) no-repeat;
      background-size: 27px 27px;
      position: absolute;
      right: 20px;
      top: 17px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transform: rotate(0);
      -webkit-transform: rotate(0); }
      @media screen and (max-width: 1080px) {
        .accrodian-box .accrodian-head span {
          width: 20px;
          height: 20px;
          background-size: 20px 20px;
          right: 15px;
          top: 14px; } }
  .accrodian-box.active .accrodian-head span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .accrodian-box .accrodian-dtl {
    background: #f7fbfd;
    padding: 45px 55px 30px;
    margin-top: 7px; }
    @media screen and (max-width: 1080px) {
      .accrodian-box .accrodian-dtl {
        padding: 25px 30px; } }
    .accrodian-box .accrodian-dtl p {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
      padding-bottom: 15px; }
      @media screen and (max-width: 1080px) {
        .accrodian-box .accrodian-dtl p {
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 7px; } }
    .accrodian-box .accrodian-dtl ul {
      list-style-type: none;
      margin: 0;
      padding-bottom: 10px; }
      .accrodian-box .accrodian-dtl ul li {
        padding: 0 0 15px 35px;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        background: url(../img/plus-icon.svg) no-repeat left 8px;
        background-size: 12px 12px; }
        @media screen and (max-width: 1080px) {
          .accrodian-box .accrodian-dtl ul li {
            font-size: 16px;
            line-height: 24px;
            padding: 0 0 7px 25px; } }
    .accrodian-box .accrodian-dtl .table-responsive {
      overflow-x: auto;
      min-height: 0.01%; }
      .accrodian-box .accrodian-dtl .table-responsive table {
        width: 100%;
        margin: 15px 0;
        border-collapse: collapse; }
        .accrodian-box .accrodian-dtl .table-responsive table td {
          padding: 7px 10px;
          font-size: 20px;
          color: #00263e;
          line-height: 26px;
          border: 2px solid #00263e;
          width: 20%;
          text-align: center; }
    .accrodian-box .accrodian-dtl .bed-type {
      display: flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 30px; }
      .accrodian-box .accrodian-dtl .bed-type .bed-size-box {
        border: 2px solid #00263e;
        width: 20%;
        margin-right: 10px;
        padding: 15px;
        text-align: center; }
        .accrodian-box .accrodian-dtl .bed-type .bed-size-box:first-child {
          height: 100px; }
        .accrodian-box .accrodian-dtl .bed-type .bed-size-box:nth-child(2) {
          height: 120px; }
        .accrodian-box .accrodian-dtl .bed-type .bed-size-box:nth-child(3) {
          height: 135px; }
        .accrodian-box .accrodian-dtl .bed-type .bed-size-box:nth-child(4) {
          height: 150px; }
        .accrodian-box .accrodian-dtl .bed-type .bed-size-box p {
          font-size: 18px;
          line-height: 24px; }
        .accrodian-box .accrodian-dtl .bed-type .bed-size-box span.line {
          display: block;
          border-bottom: 2px solid #00263e;
          position: relative;
          margin: 0 5px; }
          .accrodian-box .accrodian-dtl .bed-type .bed-size-box span.line:after {
            position: absolute;
            content: '';
            left: 100%;
            top: -3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent #00263e; }
          .accrodian-box .accrodian-dtl .bed-type .bed-size-box span.line:before {
            position: absolute;
            content: '';
            right: 100%;
            top: -3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 4px 4px 0;
            border-color: transparent #00263e transparent transparent; }

/* product recommendation css on 18-12-2023 starts */
#in-cart-product-recommendation-block .native-offer-main .list-product-cart .title-list-product {
  margin: 0 0 32px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "LuloCleanOne-Bold" !important;
  font-weight: 600 !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart .scroll-off-product {
  padding: 0 !important; }

#in-cart-product-recommendation-block .native-offer-main #desktop-items #desktop-inner {
  overflow: unset !important; }

#in-cart-product-recommendation-block .native-offer-main #product-list {
  margin: 0 -15px;
  width: auto !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li {
  margin: 0 0 30px;
  padding: 0 15px !important;
  float: none !important;
  flex: 0 0 25%;
  max-width: 25%; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .contet-off-product {
  max-width: 100%;
  height: 100%; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .contet-off-product .content-wrapper {
  height: 100%; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .contet-off-product .content-wrapper [class^="detail-product_"] {
  display: flex;
  flex-direction: column;
  height: 100%; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail {
  padding: 0 !important;
  display: flex !important;
  align-items: normal !important;
  justify-content: unset !important;
  height: 100%;
  flex-direction: column; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail .select-snow {
  margin-top: auto !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail .select-snow ~ .action-btn {
  margin-top: auto !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail .action-btn {
  margin-top: auto !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail .add-orders .btn {
  font-family: "LuloCleanOne-Bold" !important;
  border: 2px solid #00263E !important;
  transition: all 0.3s !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail .add-orders .btn:hover {
  background-color: #fff !important;
  color: #00263E !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail h4 {
  font-family: 'LuloCleanOne-Bold' !important;
  color: #00263e !important;
  font-weight: unset !important;
  line-height: 20px !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li .content-product-detail .prices span {
  color: #00263e !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart .thumb-product {
  margin: 0 !important; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart .thumb-product > a {
  width: 100% !important;
  display: block;
  height: 100%; }

#in-cart-product-recommendation-block .native-offer-main .list-product-cart .thumb-product img {
  width: 100% !important;
  height: 100% !important; }

.native-offer-main .content-product-detail .size-product select {
  font-size: 16px !important; }

@media (max-width: 1180px) {
  #in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (max-width: 575px) {
  #in-cart-product-recommendation-block .native-offer-main .list-product-cart ul li {
    max-width: 100%;
    flex: 0 0 100%; }
  #in-cart-product-recommendation-block .native-offer-main .list-product-cart #mobile-items {
    margin: 0 -15px;
    padding: 0 !important; } }

/* product recommendation css on 18-12-2023 ends */
/*02-05-2023 */
.checkout-step .form-field .floating-select-chevron {
  display: none; }

.checkout-step select.form-select {
  background-position: 98% center; }

/* 14-04-2023 apple btn css start*/
@media screen and (max-width: 767px) {
  .ApplePayCheckout, .ApplePayContainer, .ApplePayInnerContainer {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    max-height: 30px !important; }
  .apple-pay-checkout-button {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    max-height: 55px !important; }
  .paypal-buttons, .PaypalCommerceContainer, .PaypalCommerceInnerContainer, .PaypalCommerceCreditCheckout, .PaypalCommerceCreditContainer {
    width: 100%;
    max-width: 100%;
    min-width: inherit; } }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  width: 100% !important; }

.cart-additionalCheckoutButtons .or-use-label, .previewCartCheckout-additionalCheckoutButtons .or-use-label {
  display: none; }

.previewCartCheckout-additionalCheckoutButtons .or-use-label-custom {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'LuloCleanOne-Bold';
  font-size: 12px; }

.cart-additionalCheckoutButtons .or-use-label-custom {
  margin-bottom: 10px;
  margin-top: 10px;
  /*font-family: 'Lulo Clean One';*/
  font-family: 'LuloCleanOne-Bold';
  font-size: 12px;
  text-align: right; }

@media screen and (max-width: 549px) {
  .cart-additionalCheckoutButtons .or-use-label-custom {
    text-align: center; } }

/* 01-10-2021 apple btn css start*/
.apple-pay-checkout-button {
  width: 200px !important;
  height: 55px !important;
  border: 2px solid #000 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  margin-top: 15px !important;
  background-color: #000; }

.apple-pay-checkout-button:hover {
  background-color: transparent; }

.cart-additionalCheckoutButtons {
  display: flex !important;
  justify-content: flex-end !important;
  flex-direction: column; }

.cart-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important; }

/*12-10-2021*/
.cart .cart-list .cart-item .cart-item-block .free-gift-badge {
  margin-top: 0 !important; }

.cart .cart-list .cart-item .cart-item-block.cart-item-title a.hover-disable:hover {
  cursor: inherit;
  color: #00263e !important; }

/* cart modal  */
.cart-page .swal2-modal.swal2-show .swal2-content {
  padding: 0 !important; }

.swal2-actions button:active, button:focus {
  box-shadow: none !important;
  outline: 0 !important; }

.cart-page .swal2-actions {
  margin: 25px 0 0; }
  .cart-page .swal2-actions .swal2-styled, .cart-page .swal2-actions .button {
    border-radius: 0;
    background: #00263e;
    color: white;
    font-size: 12px;
    line-height: 50px;
    width: 100%;
    max-width: 200px;
    min-width: inherit;
    margin: 0 6px;
    text-align: center;
    padding: 0 15px 0;
    text-transform: uppercase;
    font-family: "LuloCleanOne-Bold";
    border: 2px solid #00263e !important; }
    .cart-page .swal2-actions .swal2-styled:hover, .cart-page .swal2-actions .swal2-styled:focus, .cart-page .swal2-actions .swal2-styled.is-active, .cart-page .swal2-actions .swal2-styled.active, .cart-page .swal2-actions .button:hover, .cart-page .swal2-actions .button:focus, .cart-page .swal2-actions .button.is-active, .cart-page .swal2-actions .button.active {
      background: white !important;
      color: #00263e !important; }
    @media screen and (max-width: 1080px) {
      .cart-page .swal2-actions .swal2-styled, .cart-page .swal2-actions .button {
        padding: 0 10px;
        margin: 0 5px; } }
    @media screen and (max-width: 767px) {
      .cart-page .swal2-actions .swal2-styled, .cart-page .swal2-actions .button {
        max-width: 320px;
        width: 100%;
        margin: 5px auto;
        font-size: 16px; } }

/* end cart modal  */
/* 21-09-2021 car popup*/
.preview-modal .modal-body .previewCart .productView {
  flex-direction: row; }

@media (max-width: 1081px) {
  .preview-modal .modal-body .previewCart .productView {
    flex-direction: row !important; } }

@media (max-width: 1080px) {
  .new-customer {
    width: 100% !important; }
  header .header-inner .navPages-container .navPages {
    overflow: auto !important; }
  header .header-inner .navPages-list + .navPages-list li {
    text-align: left; } }

@media (min-width: 801px) and (max-width: 1080px) {
  .navPages-list {
    display: block !important; } }

@media (min-width: 801px) and (min-width: 551px) {
  .navPages-item {
    float: none !important; } }

@media (min-width: 768px) and (max-width: 1080px) {
  .preview-modal .modal-body .previewCart .productView {
    display: flex !important;
    flex-direction: row; }
  .previewCart .productView {
    width: 100% !important; }
  .previewCartCheckout {
    width: 100% !important; }
  .preview-modal .modal-body .previewCart {
    flex-direction: column; }
  .preview-modal .modal-body .previewCart {
    display: flex !important; } }

@media (max-width: 767px) {
  .preview-modal .modal-body .previewCart .productView {
    flex-direction: column !important; } }

/* end*/
/* 10-03-2021  css for strip modal*/
.promotional-img-modal .promo-modal-content-wrapper .offer-details {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .previewCartItem-price {
  width: 100% !important; }

/* 12-03-2021*/
.free-bundle-wrapper {
  font-size: 16px; }

.cart .cart-list .cart-item .cart-item-block.cart-item-title .free-bundle-wrapper a {
  font-size: 16px;
  text-transform: inherit;
  border-width: 1px; }

.cart-item-title .free-bundle-wrapper {
  font-size: 16px; }

.cart .cart-header tr th {
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  color: #00263e; }

@media screen and (max-width: 1080px) {
  .cart .cart-list .cart-item {
    padding: 50px 0 50px 25%; } }

@media screen and (max-width: 551px) {
  .cart .cart-list .cart-item {
    padding: 50px 0 50px 0; } }

.cart .cart-list .cart-item .cart-item-block.cart-item-figure {
  padding: 20px 0;
  height: auto; }
  .cart .cart-list .cart-item .cart-item-block.cart-item-figure:after {
    display: none; }
  .cart .cart-list .cart-item .cart-item-block.cart-item-figure img {
    position: static;
    width: 100%; }

@media screen and (max-width: 551px) {
  .cart .cart-list .cart-item .cart-item-block.cart-item-title {
    padding-bottom: 15px; } }

.cart .cart-list .cart-item .cart-item-block.cart-item-title .cart-item-name a {
  font-family: "LuloCleanOne-Bold";
  border-bottom: none; }

.cart .cart-list .cart-item .cart-item-block.cart-item-title a {
  font-size: 13px;
  line-height: 20px;
  color: #00263e;
  display: inline-block;
  border-bottom: 2px solid #00263e;
  text-decoration: none;
  text-transform: uppercase; }
  .cart .cart-list .cart-item .cart-item-block.cart-item-title a:hover {
    color: #fe5000;
    border-color: #fe5000; }

.cart .cart-list .cart-item .cart-item-block .free-gift-badge {
  margin-bottom: 8px; }

.cart .cart-list .cart-item .cart-item-block .cart-item-name {
  padding-bottom: 5px; }

.cart .cart-list .cart-item .cart-item-block .definitionList {
  font-size: 16px;
  line-height: 30px;
  color: #00263e;
  font-weight: bold; }

.cart .cart-list .cart-item .cart-item-block .definitionList-key {
  font-size: 16px;
  line-height: 30px;
  color: #00263e;
  font-weight: normal; }

@media screen and (max-width: 551px) {
  .cart .cart-list .cart-item .cart-item-block.cart-item-quantity label.form-label {
    text-align: right; } }

.cart .cart-list .cart-item .cart-item-block.cart-item-quantity + .cart-item-block.cart-item-info .cart-item-value {
  font-size: 20px; }

.cart .cart-list .cart-item .cart-item-block.cart-item-info + .cart-item-info {
  margin: 0; }
  @media screen and (max-width: 551px) {
    .cart .cart-list .cart-item .cart-item-block.cart-item-info + .cart-item-info {
      margin-top: 10px; } }

.cart .cart-list .cart-item .cart-item-block .cart-item-label {
  color: #00263e; }

.cart .cart-list .cart-item .cart-item-block .cart-item-brand {
  display: none; }

.cart .cart-list .cart-item .cart-item-value {
  font-size: 16px;
  line-height: 25px;
  color: #00263e;
  font-weight: bold; }

.cart .cart-list .cart-item .form-increment input.form-input--incrementTotal {
  margin: 0 -5px;
  border: 0 !important; }

@media screen and (max-width: 1080px) {
  .cart .cart-list .cart-item .form-increment input.form-input--incrementTotal, .cart .cart-list .cart-item .form-increment .button {
    height: 40px !important;
    width: 40px;
    padding: 0 5px !important; } }

@media screen and (max-width: 767px) {
  .cart .cart-list .cart-item .form-increment input.form-input--incrementTotal, .cart .cart-list .cart-item .form-increment .button {
    height: 36px;
    width: 34px; } }

.cart .cart-list .cart-item .form-increment button {
  border: 0 !important;
  width: 20px; }

.cart-totals .cart-total .cart-total-label {
  font-size: 16px;
  line-height: 30px;
  color: #00263e;
  font-weight: bold; }

.cart-totals .cart-total .cart-total-value {
  font-size: 20px;
  line-height: 30px;
  color: #00263e;
  font-weight: bold;
  font-family: "Amiri"; }
  .cart-totals .cart-total .cart-total-value button {
    font-size: 16px;
    line-height: 25px;
    color: #00263e;
    display: inline-block;
    border-bottom: 2px solid #00263e;
    text-decoration: none;
    font-weight: normal;
    font-style: normal !important; }
    .cart-totals .cart-total .cart-total-value button:hover {
      color: #fe5000;
      border-color: #fe5000; }

@media screen and (max-width: 580px) {
  .cart-totals .cart-total .estimator-form .button {
    width: auto; } }

.cart-totals .cart-total .estimator-form .estimator-form-label {
  width: 40%;
  padding: 0 15px; }
  .cart-totals .cart-total .estimator-form .estimator-form-label .form-label {
    font-size: 16px;
    line-height: 24px;
    color: #00263e;
    font-weight: 600;
    text-align: right;
    padding: 13px 0 0; }

.cart-totals .cart-total .coupon-form .form-input, .cart-totals .cart-total .cart-gift-certificate-form .form-input {
  height: 59px;
  border: 2px solid #00263e;
  background: #fff;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 0;
  color: #00263e; }
  @media screen and (max-width: 767px) {
    .cart-totals .cart-total .coupon-form .form-input, .cart-totals .cart-total .cart-gift-certificate-form .form-input {
      clear: both;
      width: 100%;
      height: 49px; } }

.cart-totals .cart-total .coupon-form input.button, .cart-totals .cart-total .cart-gift-certificate-form input.button {
  line-height: 51px; }
  @media screen and (max-width: 767px) {
    .cart-totals .cart-total .coupon-form input.button, .cart-totals .cart-total .cart-gift-certificate-form input.button {
      width: 100%;
      margin: 10px auto 0;
      max-width: 200px;
      float: right; } }

.cart-totals .cart-total ul.select-options {
  max-height: 300px;
  overflow-y: auto; }

.cart-actions {
  padding-bottom: 60px; }

.cart-page .swal2-modal.swal2-show {
  border-radius: 0;
  width: 80% !important;
  max-width: 571px;
  padding: 70px 50px !important;
  border: 2px solid #00263e !important; }
  @media screen and (max-width: 1080px) {
    .cart-page .swal2-modal.swal2-show {
      padding: 70px 50px !important; } }
  @media screen and (max-width: 767px) {
    .cart-page .swal2-modal.swal2-show {
      padding: 40px 20px !important;
      width: 85% !important; } }
  .cart-page .swal2-modal.swal2-show .swal2-icon.swal2-warning {
    display: none !important; }
  .cart-page .swal2-modal.swal2-show .swal2-content {
    font-size: 24px;
    line-height: 30px;
    color: #00263e;
    font-weight: bold;
    font-family: "Amiri"; }
    @media screen and (max-width: 1080px) {
      .cart-page .swal2-modal.swal2-show .swal2-content {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      .cart-page .swal2-modal.swal2-show .swal2-content {
        padding: 0;
        font-size: 24px;
        line-height: 30px; } }
  .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button {
    border-radius: 0;
    background: #00263e;
    color: white;
    font-size: 12px;
    line-height: 50px;
    width: 100%;
    max-width: 145px;
    min-width: inherit;
    margin: 0 6px;
    text-align: center;
    padding: 0 15px 0;
    text-transform: uppercase;
    font-family: "LuloCleanOne-Bold";
    border: 2px solid #00263e !important; }
    .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button:hover, .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button:focus, .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button.is-active, .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button.active {
      background: white;
      color: #00263e; }
    @media screen and (max-width: 1080px) {
      .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button {
        padding: 0 10px;
        margin: 0 5px; } }
    @media screen and (max-width: 767px) {
      .cart-page .swal2-modal.swal2-show .swal2-buttonswrapper .button {
        max-width: 320px;
        width: 100%;
        margin: 5px auto;
        font-size: 16px; } }

.cart-page .empty-cart-wrapper {
  text-align: center;
  padding-bottom: 30px; }
  .cart-page .empty-cart-wrapper h1 {
    padding-bottom: 5px; }
  .cart-page .empty-cart-wrapper .button {
    font-size: 12px;
    margin: 20px 0; }

#modal a.button {
  font-size: 12px; }

#modal .modal-close span {
  color: white; }

#modal .modal-header {
  background: #00263e; }
  #modal .modal-header .modal-header-title {
    color: white;
    font-size: 22px;
    line-height: 30px; }

#modal .modal-body {
  padding: 25px; }
  #modal .modal-body select.form-select {
    font-size: 16px; }
  #modal .modal-body .form-label {
    position: relative; }
    #modal .modal-body .form-label small {
      display: none; }
  #modal .modal-body span.select_your_size_tooltip {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 2px;
    background: url(../img/info-circle.svg) no-repeat;
    background-size: 20px 20px;
    font-size: 0;
    vertical-align: middle; }
    #modal .modal-body span.select_your_size_tooltip:hover + .tool-tip-dtl {
      display: block; }
  #modal .modal-body .tool-tip-dtl {
    position: absolute;
    left: 0;
    top: 100%;
    background: #00263e url(../img/plus-icon.svg) no-repeat 30px 25px;
    background-size: 12px 12px;
    max-width: 385px;
    padding: 17px 40px 15px 60px;
    display: none;
    z-index: 2; }
    #modal .modal-body .tool-tip-dtl p {
      color: white;
      margin: 0;
      line-height: 30px; }
  #modal .modal-body .form-checkbox, #modal .modal-body .form-radio {
    width: 52px;
    height: 52px; }
  #modal .modal-body .form-option {
    width: 52px;
    height: 52px;
    padding: 0;
    margin: 0 -7px 0 0;
    border: #00263e 2px solid;
    box-shadow: none; }
  #modal .modal-body .form-option-variant--color, #modal .modal-body .form-option-variant--pattern {
    width: 48px;
    height: 48px; }

/*Common css for free gift label and free-gift-list*/
.free-gift-badge {
  background-color: #fe5000;
  font-size: 8px;
  padding: 7px 9px 5px;
  line-height: 14px;
  color: white;
  font-family: "LuloCleanOne-Bold";
  text-align: center;
  display: inline-block;
  margin-top: 15px; }

.free-gift-list {
  list-style-type: none;
  margin: 0 0 10px; }
  .free-gift-list li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 22px;
    margin-bottom: 7px;
    background: url(../img/plus-icon.svg) left 4px no-repeat;
    background-size: 10px 10px; }
    .free-gift-list li:last-child {
      margin-bottom: 0; }
  .free-gift-list .free-gift-text {
    background: none;
    padding-left: 0; }

.cart .cart-list .cart-item .cart-item-block .free-prod-name a:hover {
  color: #00263e; }

.cart-remove.free-prod-remove {
  background-color: #FFF; }

.navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .free-gift-badge {
  float: left;
  margin-top: 0; }

/* 27-09-2021&*/
.section-promise ul li .promise-img {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .cart .cart-list .cart-item .form-increment .button, .cart .cart-list .cart-item .form-increment input.form-input--incrementTotal {
    height: auto !important; } }

.paypalCommerce-smart-buttons, .GooglePayContainer {
  display: none !important; }

.paymentMethod--hosted .form-input {
  padding-top: 18px !important;
  padding-bottom: 18px !important; }

/* pdp addtocart popup*/
.previewCartCheckout {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
  padding-bottom: 152px !important; }

.previewCartCheckout .apple-pay-checkout-button {
  width: 100% !important; }

.cart-actions .button {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px; }

/*05-10-2021*/
.preview-modal .modal-body .previewCart .previewCartCheckout .continue-shopping-popup,
.preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup {
  position: static !important;
  max-width: 100% !important;
  max-width: 100% !important; }

.preview-modal .modal-body .previewCart .previewCartCheckout {
  padding: 0 0 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; }

.preview-modal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
  padding: 37px 26px 13px !important; }

.applepay-btn-block {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.preview-modal .modal-body .previewCart .previewCartCheckout .continue-shopping-popup {
  margin-bottom: 9px; }

.applepay-btn-block .apple-pay-checkout-button {
  height: 59px !important; }

.page-heading.account-page-heading {
  background: none !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 32px !important;
  font-family: LuloCleanOne-Bold !important;
  padding-left: 0 !important;
  color: #00263e !important;
  font-weight: 700 !important; }

.previewCartCheckout-additionalCheckoutButtons {
  display: flex;
  flex-direction: column; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  min-width: 100% !important; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 0 !important; }

.cart-actions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.cart-actions-wrapper .cart-actions {
  width: 41.6667% !important; }

.cart-actions-wrapper .cart-actions .button.button--primary {
  width: 100% !important; }

.cart-actions-wrapper .cart-actions .cart-additionalCheckoutButtons {
  width: 100% !important; }

.cart-actions-wrapper .cart-actions .apple-pay-checkout-button {
  width: 100% !important; }

/* media*/
@media (min-width: 768px) {
  .cart-actions-wrapper .cart-totals, .cart-actions-wrapper .cart-actions {
    width: 41.6667% !important; } }

@media (max-width: 1080px) {
  .previewCartCheckout-additionalCheckoutButtons {
    width: 100% !important;
    max-width: 265px !important;
    margin: 0 auto !important; }
  .previewCartCheckout .apple-pay-checkout-button {
    max-width: 265px !important;
    width: 100% !important;
    margin: 0 auto !important; }
  .preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup,
  .preview-modal .modal-body .previewCart .previewCartCheckout .continue-shopping-popup {
    max-width: 265px !important; }
  .preview-modal .modal-body .previewCart .previewCartCheckout {
    margin-bottom: 8px !important; }
  .preview-modal .modal-body .previewCart .previewCartCheckout .checkout-shopping-popup {
    margin-bottom: 9px !important; } }

@media (max-width: 767px) {
  .previewCartCheckout-additionalCheckoutButtons .apple-pay-checkout-button {
    height: 45px !important; }
  .cart-actions .button {
    width: 100% !important; }
  .cart-actions .apple-pay-checkout-button {
    width: 100% !important;
    min-width: 100% !important; }
  .cart-additionalCheckoutButtons {
    width: 100% !important; }
  .cart-additionalCheckoutButtons {
    width: 100% !important; }
  .cart-actions-wrapper .cart-actions {
    padding-left: 0 !important;
    width: 100% !important; } }

@media (max-width: 575px) {
  .preview-modal .modal-body .previewCart .previewCartCheckout {
    padding-left: 8% !important;
    padding-right: 8% !important; } }

/* apple-btn css end */
.navUser-item--cart .previewCart .previewCartAction {
  padding-left: 10px;
  padding-right: 10px; }

.account-validation .form-field--error .form-field-error,
.account-validation .form-field--error .form-inlineMessage {
  position: absolute;
  bottom: -15px; }

.account-validation .form-row .form-field {
  position: relative; }

/* 04-10-2021 */
.navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout a.button, .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart a.button {
  min-width: 160px; }

.navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout, .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart {
  text-align: center;
  width: 50% !important; }

.navUser-item--cart .dropdown-menu .previewCart .previewCartAction {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center; }

/*30-09-2021*/
.cart-page h1.page-heading {
  text-align: center !important;
  padding-left: 0 !important; }

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  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: 2.5vw;
      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: 25px; } }

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

.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: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.container {
  max-width: 1430px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

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

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

.modal .modal-content img {
  width: 100%; }

.modal .modal-content .modal-close {
  padding-top: 13px;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px; }
  .modal .modal-content .modal-close span {
    font-size: 0;
    background: url(../img/plus-icon.svg) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.navUser-item--cart .dropdown-menu {
  border: none; }
  .navUser-item--cart .dropdown-menu.is-open {
    max-width: 1000%;
    width: auto;
    min-width: 200px;
    top: 100% !important;
    margin-top: 16px;
    max-height: calc(100vh - 65px);
    overflow-y: auto; }
  .navUser-item--cart .dropdown-menu .previewCart {
    background: white;
    max-width: 393px;
    width: 393px; }
    .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList {
      border: 2px solid #dddddd; }
      .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li {
        padding: 20px 10px;
        border-bottom: 2px solid #dddddd; }
        .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li:last-child {
          border-bottom: none; }
        .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-image {
          padding: 20px 10px;
          vertical-align: top; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-image img {
            position: static; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-image:after {
            padding-bottom: 0; }
        .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content {
          padding: 20px 10px;
          vertical-align: top;
          text-align: left;
          position: relative; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content span.previewCartItem-brand {
            display: none; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .mini-cart-dlt {
            width: 30px;
            height: 30px;
            position: absolute;
            right: 10px;
            top: 20px;
            display: none; }
            .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .mini-cart-dlt svg {
              fill: #00263e; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .previewCartItem-name {
            font-size: 12px;
            line-height: 20px;
            font-family: "LuloCleanOne-Bold";
            padding-right: 30px; }
            .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .previewCartItem-name a {
              color: #00263e; }
              .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .previewCartItem-name a:hover {
                color: #fe5000; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .previewCartItem-price {
            color: #00263e;
            font-size: 13px;
            line-height: 20px; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .final-price-cart {
            font-size: 13px;
            line-height: 20px;
            color: #00263e;
            text-align: right;
            display: none; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content dl.definitionList {
            margin: 0; }
            .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content dl.definitionList .definitionList-key {
              font-size: 13px;
              line-height: 20px;
              color: #00263e;
              clear: both; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .free-gift-badge {
            float: right; }
          .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .free-gift-list {
            margin-top: 5px; }
            .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .free-gift-list li {
              padding: 0 0 0 22px;
              border-bottom: 0;
              margin-bottom: 7px;
              font-size: 15px;
              line-height: 19px; }
              .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li .previewCartItem-content .free-gift-list li.free-gift-text {
                padding-left: 0; }
        .navUser-item--cart .dropdown-menu .previewCart ul.previewCartList li:hover .mini-cart-dlt {
          display: block; }
    .navUser-item--cart .dropdown-menu .previewCart .previewCartAction {
      padding: 14px 60px;
      border: 2px solid #dddddd;
      border-top: none; }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout, .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart {
        float: none;
        width: auto;
        padding: 6px 0; }
        .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout a.button, .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart a.button {
          padding: 0 15px;
          border-radius: 0;
          color: #00263e;
          background-color: white;
          line-height: 45px;
          font-size: 11px;
          font-family: "LuloCleanOne-Bold";
          border: 2px solid white; }
          .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout a.button:hover, .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart a.button:hover {
            background-color: #00263e;
            color: white; }
      .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout a {
        color: #fe5000 !important;
        border-color: #fe5000 !important;
        background-color: white; }
        .navUser-item--cart .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout a:hover {
          color: white !important;
          background-color: #fe5000 !important; }

body.mac-os .bed-features .mettress-inner .mettress-block .green-label {
  padding: 9px 10px 6px; }

body.mac-os .bed-features .mettress-inner .mettress-block .light-blue-label {
  padding: 9px 10px 6px; }

.features-link a[title="SHOP THE OTTOMAN"] span:before {
  background: #3e777c; }

.features-link a[title="SHOP THE OTTOMAN"] span:hover, .features-link a[title="SHOP THE OTTOMAN"] span:focus {
  color: #3e777c; }

.features-link a[title="SHOP THE DIVAN"] span:before {
  background: #406881; }

.features-link a[title="SHOP THE DIVAN"] span:hover, .features-link a[title="SHOP THE DIVAN"] span:focus {
  color: #406881; }

a.shop-ottoman[title="SHOP THE LUX"] span:before {
  background: #3e777c; }

a.shop-divan[title="SHOP THE ELITE"] span:before {
  background: #406881; }

.mattress-guide .page-content {
  padding: 0; }

.mattress-guide .section-one-for-everyone {
  padding: 108px 0 114px;
  text-align: center; }
  .mattress-guide .section-one-for-everyone p {
    line-height: 24px;
    color: #00263e;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 30px; }
  .mattress-guide .section-one-for-everyone a.link.btn.btn-orange {
    border: 1px solid #fe5000; }
  .mattress-guide .section-one-for-everyone .mattress-guide-slider-section {
    padding: 60px 0 72px; }
    .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
      list-style: none;
      margin: 0 -15px; }
      @media (max-width: 1430px) {
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
          margin: 0 15px; } }
      @media screen and (max-width: 1080px) {
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider {
          margin: 0; } }
      @media screen and (max-width: 1080px) {
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-list {
          padding: 0 20% 0 0; } }
      @media screen and (max-width: 767px) {
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-list {
          padding: 0 120px 0 0; } }
      @media screen and (max-width: 480px) {
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-list {
          padding: 0 80px 0 0; } }
      .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li {
        float: left;
        width: 33.33%;
        padding: 0 31px; }
        @media screen and (max-width: 1080px) {
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li {
            width: auto; } }
        @media screen and (max-width: 480px) {
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li {
            padding: 0 10px; } }
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item {
          position: relative;
          display: inline-block;
          overflow: hidden; }
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item img {
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            width: 100%; }
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item:hover img {
            transform: scale(1.03);
            -webkit-transform: scale(1.03); }
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item h4 {
            font-size: 16px;
            line-height: 24px;
            font-family: "LuloCleanOne-Bold";
            color: #00263e;
            margin: 0;
            padding-top: 26px; }
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider li .mattress-guide-item p {
            max-width: 360px;
            padding-top: 24px; }
      .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-dots {
        text-align: center;
        position: static;
        padding-top: 18px; }
        .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-dots li {
          float: none;
          display: inline-block;
          padding: 0 9px; }
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-dots li.slick-active button {
            background: #00263e; }
          .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-dots li button {
            width: 23px;
            height: 23px;
            border-color: #00263e;
            background: #fff;
            border-radius: 50%; }
            .mattress-guide .section-one-for-everyone .mattress-guide-slider-section .mattress-guide-slider .slick-dots li button:before {
              display: none; }

/*Css of we-plant-trees page*/
.plant-trees .testimonial .testimonial-box {
  max-width: 780px; }
  @media screen and (max-width: 1199px) {
    .plant-trees .testimonial .testimonial-box {
      max-width: 720px; } }
  @media screen and (max-width: 1199px) {
    .plant-trees .testimonial .testimonial-box p {
      font-size: 28px;
      line-height: 40px !important; } }
  @media screen and (max-width: 767px) {
    .plant-trees .testimonial .testimonial-box p {
      font-size: 25px;
      line-height: 35px !important; } }

.plant-trees .section-one-for-everyone p {
  max-width: 670px; }
  @media screen and (max-width: 767px) {
    .plant-trees .section-one-for-everyone p {
      max-width: 470px; } }

.plant-trees .section-one-for-everyone a.link.btn.btn-orange {
  width: 300px; }
  @media screen and (max-width: 767px) {
    .plant-trees .section-one-for-everyone a.link.btn.btn-orange {
      width: 240px; } }

.plant-trees .plant-social {
  position: relative;
  background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/social-bg-1.jpg") no-repeat;
  background-size: cover;
  height: 666px;
  background-position: center center; }
  @media screen and (max-width: 1600px) {
    .plant-trees .plant-social {
      height: 600px; } }
  @media screen and (max-width: 1440px) {
    .plant-trees .plant-social {
      height: 530px; } }
  @media screen and (max-width: 1366px) {
    .plant-trees .plant-social {
      height: 480px; } }
  @media screen and (max-width: 1199px) {
    .plant-trees .plant-social {
      height: 440px; } }
  @media screen and (max-width: 991px) {
    .plant-trees .plant-social {
      height: 400px; } }
  .plant-trees .plant-social .contact-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 550px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .plant-trees .plant-social .contact-caption {
        padding: 0 15px; } }
    .plant-trees .plant-social .contact-caption h2 {
      font-size: 24px;
      line-height: 28px;
      color: #fe5000;
      font-family: "LuloCleanOne-Bold";
      font-weight: 700;
      letter-spacing: 5px;
      margin: 0 0 25px; }
      @media screen and (max-width: 1199px) {
        .plant-trees .plant-social .contact-caption h2 {
          font-size: 21px;
          line-height: 25px; } }
      @media screen and (max-width: 767px) {
        .plant-trees .plant-social .contact-caption h2 {
          font-size: 18px;
          line-height: 30px; } }
    .plant-trees .plant-social .contact-caption p {
      font-size: 16px;
      line-height: 20px;
      color: #00263e;
      font-weight: 400;
      margin: 0 0 50px; }
    .plant-trees .plant-social .contact-caption ul {
      margin: 0;
      list-style-type: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .plant-trees .plant-social .contact-caption ul li {
        margin-right: 16px; }
        .plant-trees .plant-social .contact-caption ul li:last-child {
          margin-right: 0; }
        .plant-trees .plant-social .contact-caption ul li a {
          width: 26px;
          display: inline-block;
          transition: all 0.2s; }
          .plant-trees .plant-social .contact-caption ul li a img {
            width: 100%;
            height: auto; }
          .plant-trees .plant-social .contact-caption ul li a:hover {
            transform: translateY(-2px);
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            -ms-transform: translateY(-2px); }

/*bed-category-page*/
.bed-category-page .bed-category-banner {
  position: relative;
  background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/bed-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px; }
  @media (max-width: 991px) {
    .bed-category-page .bed-category-banner {
      background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/bed-feature-tablet.jpg") no-repeat;
      background-size: cover;
      background-position: center;
      height: 637px; } }
  @media (max-width: 767px) {
    .bed-category-page .bed-category-banner {
      background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/bed-feature-mobile.jpg") no-repeat;
      background-size: cover;
      background-position: center;
      height: 872px; } }
  .bed-category-page .bed-category-banner .container {
    height: 100%; }
  .bed-category-page .bed-category-banner .banner-inner {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (max-width: 991px) {
      .bed-category-page .bed-category-banner .banner-inner {
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .bed-category-page .bed-category-banner .banner-inner {
        justify-content: center; } }
  .bed-category-page .bed-category-banner .banner-text {
    max-width: 430px;
    width: 100%;
    padding: 15px 15px 0; }
    @media (max-width: 991px) {
      .bed-category-page .bed-category-banner .banner-text {
        padding-top: 106px;
        max-width: 398px;
        text-align: center; } }
    @media (max-width: 768px) {
      .bed-category-page .bed-category-banner .banner-text {
        max-width: 321px; } }
    @media (max-width: 767px) {
      .bed-category-page .bed-category-banner .banner-text {
        padding-top: 94px;
        max-width: 306px; } }
    .bed-category-page .bed-category-banner .banner-text .btn-block {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .bed-category-page .bed-category-banner .banner-text .btn-block {
          padding: 0 25px; } }
      @media (max-width: 991px) {
        .bed-category-page .bed-category-banner .banner-text .btn-block {
          flex-direction: column;
          padding: 0; } }
      @media (max-width: 767px) {
        .bed-category-page .bed-category-banner .banner-text .btn-block {
          display: inline-flex; } }
    .bed-category-page .bed-category-banner .banner-text h1 {
      font-size: 64px;
      line-height: 68px;
      color: #00263e;
      text-align: center;
      margin-bottom: 55px;
      margin-top: 0; }
      @media (max-width: 1366px) {
        .bed-category-page .bed-category-banner .banner-text h1 {
          font-size: 58px;
          line-height: 62px; } }
      @media (max-width: 1199px) {
        .bed-category-page .bed-category-banner .banner-text h1 {
          font-size: 45px;
          line-height: 49px; } }
      @media (max-width: 767px) {
        .bed-category-page .bed-category-banner .banner-text h1 {
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 37px;
          color: #ffffff; } }

.bed-btn {
  font-size: 16px;
  line-height: 20px;
  color: #00263e;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all; }
  .bed-btn span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #00263e;
    padding: 0;
    letter-spacing: 1px !important; }

.btn-block .bed-btn span {
  letter-spacing: 1px !important; }
  .btn-block .bed-btn span:before {
    background: #fff; }

@media (max-width: 991px) {
  .btn-block .bed-btn {
    margin-bottom: 24px; } }

.btn-block .bed-btn:hover span {
  color: #fff; }
  .btn-block .bed-btn:hover span:before {
    background: #fff; }
  .btn-block .bed-btn:hover span:hover {
    color: #fff; }
    .btn-block .bed-btn:hover span:hover:before {
      background: #fff; }

@media (max-width: 767px) {
  .btn-block .bed-btn {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 26px; }
    .btn-block .bed-btn span {
      display: inline-block;
      color: #fff;
      padding: 0; }
      .btn-block .bed-btn span:after {
        background-color: #fff; } }

.bed-features {
  padding-bottom: 110px; }
  .bed-features .mettress-inner .mettress-block .green-label {
    background-color: #3e777c;
    color: white;
    max-width: 180px;
    display: inline-block;
    font-family: "LuloCleanOne-Bold";
    margin-bottom: 22px;
    font-size: 8px;
    line-height: normal;
    color: white;
    padding: 7px 10px 8px;
    width: 100%;
    letter-spacing: 1px; }
  .bed-features .mettress-inner .mettress-block .light-blue-label {
    background-color: #406881;
    color: #00263e;
    max-width: 180px;
    display: inline-block;
    font-family: "LuloCleanOne-Bold";
    margin-bottom: 22px;
    font-size: 8px;
    line-height: normal;
    width: 100%;
    color: #fff;
    padding: 7px 10px 8px;
    letter-spacing: 1px; }
  .bed-features .mettress-inner .mettress-block .img-block {
    margin-bottom: 30px;
    margin-top: 25px !important; }
  .bed-features .mettress-inner .mettress-block .mattress-img {
    min-height: inherit !important; }
  .bed-features .mettress-inner .mettress-block p {
    margin-bottom: 0 !important;
    line-height: 22px !important;
    padding: 0 15px; }
  .bed-features .mettress-inner .mettress-block h5 {
    margin-bottom: 10px !important; }
  .bed-features .mettress-inner .mettress-block .shop-ottoman {
    background-color: #3e777c;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px !important;
    line-height: 60px !important;
    max-width: 240px !important;
    width: 100%; }
    .bed-features .mettress-inner .mettress-block .shop-ottoman span {
      display: inline-block;
      font-size: 16px;
      color: white;
      line-height: 23px;
      position: relative; }
      .bed-features .mettress-inner .mettress-block .shop-ottoman span:after {
        background-color: #fff; }
      .bed-features .mettress-inner .mettress-block .shop-ottoman span:hover {
        color: #fff; }
    .bed-features .mettress-inner .mettress-block .shop-ottoman:hover {
      color: white;
      background: #00263e; }
  .bed-features .mettress-inner .mettress-block .shop-divan {
    background-color: #406881;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px !important;
    line-height: 60px !important;
    max-width: 240px !important;
    width: 100%; }
    .bed-features .mettress-inner .mettress-block .shop-divan span {
      display: inline-block;
      font-size: 16px;
      color: white;
      line-height: 23px;
      position: relative; }
      .bed-features .mettress-inner .mettress-block .shop-divan span:after {
        background-color: #fff; }
      .bed-features .mettress-inner .mettress-block .shop-divan span:hover {
        color: #fff; }
    .bed-features .mettress-inner .mettress-block .shop-divan:hover {
      color: white;
      background: #00263e; }
  .bed-features .features-block {
    max-width: 365px !important; }

.bed-category-page .includ-mattress .care-listing {
  justify-content: flex-start !important; }
  .bed-category-page .includ-mattress .care-listing i {
    height: 46px;
    width: 46px; }

/* we-plant-trees new page 18-06-2021 */
.plant-trees .mattress-baner {
  min-height: 440px; }

.mattress-detail-outer.tree-detail-outer {
  justify-content: center;
  padding: 0 60px;
  background-image: none; }

.mattress-detail-outer.tree-detail-outer .mattress-detail {
  width: 100%;
  max-width: 1335px; }

.mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
  margin-top: -160px; }

.sustainability-everyone .mattress-guide-item i {
  display: inline-block;
  width: 20px; }

.sustainability-everyone .mattress-guide-item i.content-image {
  width: 150px;
  margin-top: 40px; }

.sustainability-everyone .mattress-guide-item h3 {
  line-height: 70px;
  font-size: 42px;
  font-family: Amiri;
  color: #00263e;
  margin: 0 0 30px 0;
  padding-top: 14px; }

.sustainability-everyone ul {
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 0; }

.sustainability-everyone ul li {
  padding: 0 37px;
  width: 50%;
  margin-bottom: 55px; }

.sustainability-everyone .section-title {
  letter-spacing: 0; }

.plant-trees .section-one-for-everyone.sustainability-everyone p a {
  color: #FE5000;
  text-decoration: none; }

.plant-trees .section-one-for-everyone.sustainability-everyone p {
  padding-top: 0;
  line-height: 28px; }

.sustainability-everyone ul li .mattress-guide-item {
  padding: 63px 64px 25px;
  background-color: #f7f7f7;
  height: 100%;
  justify-content: space-between;
  align-items: center; }

.mattress-guide .section-one-for-everyone.sustainability-everyone .mattress-guide-slider-section {
  max-width: 1335px;
  margin: 0 auto; }

.sustainability-everyone ul li .mattress-guide-item {
  background-image: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 38%, #E0EAF0 100%);
  box-shadow: 7px 7px 40px #d6d6d6; }

.plant-trees .section-one-for-everyone.sustainability-everyone {
  padding: 65px 45px 20px; }

.sustainability-everyone ul li:nth-child(odd) {
  padding-left: 0; }

.sustainability-everyone ul li:nth-child(even) {
  padding-right: 0; }

@media (max-width: 1280px) {
  .mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img img {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
    margin-top: -190px;
    transform: none; } }

@media (max-width: 1100px) {
  .sustainability-everyone .mattress-guide-item h3 {
    font-size: 36px;
    line-height: 40px; } }

@media (max-width: 1024px) {
  .plant-trees .mattress-baner {
    min-height: 352px; }
  .mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
    margin-top: -120px; }
  .plant-trees .section-one-for-everyone.sustainability-everyone {
    padding-top: 35px; }
  .sustainability-everyone ul li .mattress-guide-item {
    padding: 50px 40px 25px; }
  .sustainability-everyone .mattress-guide-item h3 {
    padding-top: 23px; }
  .sustainability-everyone ul {
    max-width: 950px; }
  .sustainability-everyone ul li {
    padding: 0 30px; } }

@media (max-width: 991px) {
  .sustainability-everyone ul li .mattress-guide-item {
    padding: 45px 25px 25px; }
  .sustainability-everyone .mattress-guide-item i.content-image {
    width: 130px;
    margin-top: 40px; }
  .mattress-detail-outer.tree-detail-outer .mattress-detail {
    background-image: none;
    padding-bottom: 0 !important; }
  .sustainability-everyone ul li {
    width: 100%;
    margin-bottom: 25px;
    height: auto !important;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .plant-trees .section-one-for-everyone.sustainability-everyone p {
    margin-bottom: 33px; }
  .sustainability-everyone .mattress-guide-item h3 {
    font-size: 32px;
    margin-bottom: 22px;
    padding-top: 16px;
    margin-bottom: 30px; }
  .sustainability-everyone .section-title {
    font-size: 12px; }
  .plant-trees .mattress-baner .mattress-banner-content h2 {
    font-size: 32px;
    line-height: 40px; }
  .plant-trees .mattress-baner {
    min-height: 286px; }
  .mattress-detail-outer.tree-detail-outer {
    padding: 0 15px; }
  .mattress-guide .section-one-for-everyone.sustainability-everyone .mattress-guide-slider-section {
    padding: 32px 0 0; }
  .sustainability-everyone .mattress-guide-item i.content-image {
    margin-top: 15px; }
  .mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
    margin-top: -130px; }
  .plant-trees .section-one-for-everyone.sustainability-everyone {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
  .sustainability-everyone ul li .mattress-guide-item {
    padding: 35px 25px 25px; }
  .productView-options .product-promise-listing {
    padding-top: 40px; }
  .productView-options .form-action {
    float: none; } }

@media (max-width: 617px) {
  .mattress-detail-outer.tree-detail-outer .mattress-detail .mattress-img {
    margin-top: -80px; } }

.print-invoice-button {
  display: none; }

.login-row {
  margin: 0;
  max-width: 800px;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .login-row {
      max-width: 100%; } }
  .login-row .login-form {
    padding: 0; }
    @media screen and (max-width: 1080px) {
      .login-row .login-form {
        max-width: 360px;
        margin: 0 auto 40px;
        float: none; } }
  .login-row .form-actions {
    text-align: left; }

a.forgot-password {
  font-size: 16px !important;
  color: #00263e;
  font-family: "Amiri";
  margin: 17px 0 17px 15px !important;
  padding-bottom: 8px;
  text-decoration: none; }
  a.forgot-password:hover {
    color: #fe5000; }

h2.page-heading {
  padding-top: 50px; }

.new-customer {
  padding-left: 30px; }
  @media screen and (max-width: 1080px) {
    .new-customer {
      padding-left: 0; } }
  .new-customer .panel {
    background: #d9eef9; }
  .new-customer .panel-header {
    background: none; }
  .new-customer .panel-title {
    font-size: 24px !important;
    color: #00263e;
    font-family: "Amiri";
    line-height: 30px;
    font-weight: bold; }
  .new-customer .panel-body {
    background: none; }
    .new-customer .panel-body .new-customer-fact-list {
      margin: 15px 0 20px 30px; }
    @media screen and (max-width: 360px) {
      .new-customer .panel-body a > .button {
        font-size: 12px; } }

.navBar--account .navBar-item {
  font-size: 20px;
  line-height: 24px;
  color: #00263e; }
  .navBar--account .navBar-item.is-active {
    color: #fe5000;
    border-bottom-color: #fe5000; }
  .navBar--account .navBar-item a {
    font-size: 20px;
    line-height: 24px;
    color: #00263e; }
    .navBar--account .navBar-item a:hover {
      color: #fe5000; }

.address-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "LuloCleanOne-Bold";
  color: #00263e; }

.address-details {
  font-size: 16px;
  line-height: 24px;
  color: #00263e; }

.address-label {
  font-size: 16px;
  line-height: 24px;
  color: #00263e;
  font-weight: bold; }

.panel--address .form-actions {
  position: static;
  margin: 0; }
  .panel--address .form-actions .button {
    margin: 5px 5px 5px 0px !important;
    min-width: auto;
    font-size: 13px;
    line-height: 36px; }

.panel--address .panel-body {
  padding: 15px 20px; }

.panel--address .panel-body {
  background: #d9eef9; }

.productGrid .card-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #00263e; }
  .productGrid .card-title a {
    color: #00263e; }
    .productGrid .card-title a:hover {
      color: #fe5000; }

.productGrid .card-body {
  text-align: center; }

.productGrid .price-section.price-section--withTax {
  font-size: 16px;
  color: #00263e; }

.card-figcaption-body .button {
  font-size: 13px;
  line-height: 45px;
  min-width: auto; }

.alertBox {
  padding: 28px 28px 28px 75px;
  border-radius: 0;
  border-left: 22px solid;
  background: no-repeat 28px 22px; }
  .alertBox .alertBox-icon {
    display: none; }
  .alertBox .alertBox-message {
    font-size: 16px;
    line-height: 22px;
    color: #00263e;
    font-weight: bold; }
  .alertBox.alertBox--success {
    border-left-color: #2e8540;
    background-color: #e7f4e4;
    background-image: url(../img/alert-sucess.png); }
  .alertBox.alertBox--error {
    border-left-color: #e31c3d;
    background-color: #f9dede;
    background-image: url(../img/alert-error.png); }
  .alertBox.alertBox--warning {
    border-left-color: #fdb81e;
    background-color: #fff1d2;
    background-image: url(../img/alert-warning.png); }
  .alertBox.alertBox--info {
    border-left-color: #02bfe7;
    background-color: #e1f3f8;
    background-image: url(../img/alert-info.png); }

.navBar--sub {
  margin-bottom: 50px; }

@media screen and (max-width: 1080px) {
  .addressList {
    margin: 0;
    padding: 0 20px; } }

.account-content {
  margin-bottom: 50px; }
  .account-content .account-heading {
    font-weight: bold; }
  .account-content .account-product-body .account-product-title {
    font-size: 16px;
    line-height: 20px;
    color: #00263e;
    font-weight: bold;
    margin-bottom: 0; }
    .account-content .account-product-body .account-product-title a {
      color: #00263e; }
      .account-content .account-product-body .account-product-title a:hover {
        color: #fe5000; }
  .account-content .account-product-body .account-orderStatus-label {
    background-color: #00263e;
    margin-bottom: 0;
    padding: 2px 5px 0; }
  .account-content .account-product-body .account-product-details .account-product-detail-heading {
    color: #00263e;
    font-weight: bold;
    font-family: "Amiri";
    margin-bottom: 0; }
  .account-content .select, .account-content .select-styled {
    max-width: 100%; }

.account .form-actions {
  padding-bottom: 50px; }

.account .address .form-actions {
  padding-bottom: 0; }

.forgot-password-form .form-prefixPostfix .button {
  height: auto;
  line-height: 51px; }

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

.form-field--inputText#FormField_12 {
  display: none; }

.form-field--inputText#FormField_29 {
  display: none; }

.form-row--half > .form-field:nth-child(odd) {
  clear: none; }

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

.other-support-page {
  overflow: hidden; }
  .other-support-page .other-support-box {
    padding-bottom: 30px; }
  .other-support-page h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    color: #00263e;
    padding-bottom: 10px; }
  .other-support-page h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    color: #00263e;
    padding-bottom: 7px; }
  .other-support-page p {
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .other-support-page p strong {
      font-weight: bold; }
    .other-support-page p a {
      color: #fe5000;
      text-decoration: none; }
      .other-support-page p a:hover {
        text-decoration: underline; }
  .other-support-page .other-support-table {
    max-width: 900px;
    padding: 0 0 40px;
    overflow-x: auto; }
    .other-support-page .other-support-table table {
      width: 100%;
      border-collapse: collapse; }
    .other-support-page .other-support-table tr th {
      padding: 7px 10px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      line-height: 30px;
      border: 2px solid #00263e;
      background-color: #00263e; }
    .other-support-page .other-support-table tr td {
      padding: 7px 10px;
      font-size: 16px;
      color: #00263e;
      line-height: 30px;
      border: 2px solid #00263e;
      text-align: center; }
  .other-support-page .other-support-table.left-align-table tr td {
    text-align: left;
    border: 1px solid #00263e; }
  .other-support-page .other-support-table.left-align-table table {
    margin: 0; }
  .other-support-page ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .other-support-page ul li {
      line-height: 30px;
      padding: 0 0 10px 30px;
      background: url(../img/plus-icon.svg) no-repeat left 9px;
      background-size: 10px 10px; }
      .other-support-page ul li a {
        color: #fe5000;
        text-decoration: none; }
        .other-support-page ul li a:hover {
          text-decoration: underline; }

.blog-link {
  width: 100%;
  max-width: 1340px;
  margin: 0px auto 10px;
  visibility: hidden; }
  @media screen and (max-width: 575px) {
    .blog-link {
      margin-bottom: 0px; } }
  .blog-link ul {
    padding: 0px;
    margin: 0px; }
    .blog-link ul li {
      list-style: none;
      display: inline; }
      .blog-link ul li a {
        font-size: 14px;
        line-height: 40px;
        color: #00263e;
        text-decoration: none; }
        .blog-link ul li a:hover {
          color: #fe5000; }

.social-icon {
  text-align: center;
  margin: 25px 0px; }
  .social-icon .addthis_toolbox {
    display: none; }
  .social-icon ul {
    padding: 0px !important;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-bottom: none !important; }
    .social-icon ul li {
      list-style: none;
      display: inline-block;
      align-items: center;
      margin: 0px;
      height: 20px;
      width: 20px;
      margin: 0px 10px !important; }
      .social-icon ul li a {
        display: block;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        padding: 0px !important;
        margin: 0px !important;
        height: auto;
        width: auto; }
        .social-icon ul li a svg {
          height: 20px;
          width: 20px; }
          .social-icon ul li a svg path {
            fill: #00263e;
            transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s; }
          .social-icon ul li a svg rect {
            fill: #00263e;
            transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s; }
          .social-icon ul li a svg circle {
            fill: #00263e;
            transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s; }
        .social-icon ul li a:hover svg path {
          fill: #fe5000;
          transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s; }
        .social-icon ul li a:hover svg rect {
          fill: #fe5000;
          transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s; }
        .social-icon ul li a:hover svg circle {
          fill: #fe5000;
          transition: all 0.3s;
          -o-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s; }
      .social-icon ul li.display-none-icon {
        display: none; }

/*.blog-section {

	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1290px;
	margin: 0px auto 106px;
	text-align: center;

	@media screen and (max-width: 991px) {

		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin: 0px auto 30px;
	}

	
}*/
.title-section {
  margin-bottom: 10px; }
  .title-section h3 {
    font-size: 16px;
    color: #00263e;
    font-family: "LuloCleanOne-Bold";
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px; }
    .title-section h3 a {
      text-decoration: none; }
    @media screen and (max-width: 575px) {
      .title-section h3 {
        font-size: 16px;
        margin-bottom: 0px; } }
  .title-section h1 {
    font-size: 16px;
    color: #00263e;
    font-family: "LuloCleanOne-Bold";
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px; }
    .title-section h1 a {
      text-decoration: none; }
    @media screen and (max-width: 575px) {
      .title-section h1 {
        font-size: 16px;
        margin-bottom: 0px; } }
  .title-section p {
    font-size: 16px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-bottom: 1px solid #556e7e;
    padding-bottom: 5px; }

.detail-section {
  margin-bottom: 15px; }
  .detail-section p {
    font-size: 16px;
    line-height: 30px;
    color: #00263e;
    text-align: center; }
    @media screen and (max-width: 575px) {
      .detail-section p {
        font-size: 22px;
        line-height: 32px; } }
    .detail-section p q:after {
      font-size: 35px;
      color: #fe5000;
      position: relative;
      top: 7px; }
      @media screen and (max-width: 575px) {
        .detail-section p q:after {
          font-size: 26px;
          top: 0px; } }
    .detail-section p q:before {
      font-size: 35px;
      color: #fe5000;
      position: relative;
      top: 7px; }
      @media screen and (max-width: 575px) {
        .detail-section p q:before {
          font-size: 26px;
          top: 0px; } }

.read-on-btn a {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  height: 100%;
  text-decoration-color: #ffffff;
  border: 1px solid #fe5000;
  margin: 0 auto;
  text-transform: uppercase; }
  .read-on-btn a:hover {
    background-color: #00263e;
    color: #fff;
    text-decoration-color: #fff; }

.left-section {
  width: 100%;
  max-width: 380px;
  padding: 0px 15px; }
  @media screen and (max-width: 991px) {
    .left-section {
      padding: 0px;
      margin: 20px auto 30px;
      max-width: 100%; } }
  @media screen and (max-width: 575px) {
    .left-section {
      margin: 15px auto 20px; } }

.right-img {
  max-width: 840px;
  padding: 0px 15px; }
  @media screen and (max-width: 991px) {
    .right-img {
      padding: 0px; } }
  .right-img .blog-img {
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .right-img .blog-img img {
      opacity: 0; }

.blog-list {
  display: flex;
  justify-content: space-between;
  /*width: 100%;*/
  max-width: 1290px;
  margin: 0px auto 106px;
  text-align: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .blog-list {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (max-width: 767px) {
    .blog-list {
      justify-content: center;
      margin-bottom: 0px; } }
  .blog-list.full-width {
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 991px) {
      .blog-list.full-width {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0px auto 30px; } }
  .blog-list .list-section {
    width: 50%;
    max-width: 600px;
    padding: 0 15px;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .blog-list .list-section {
        margin-bottom: 50px;
        width: 100%;
        max-width: 100%; } }
    .blog-list .list-section .blog-img {
      width: 100%;
      margin: 0 auto 70px; }
      @media screen and (max-width: 991px) {
        .blog-list .list-section .blog-img {
          margin-bottom: 30px;
          padding: 0px;
          max-width: 100%; } }

/* About us page on 7-12-2023 */
.about-us-section-3.section-shop.ultimate-section-shop.perla-section-shop .container:after {
  background: url("https://store-9k3nu7pwm5.mybigcommerce.com/content/about-brook-and-wilde-sleep-bg.webp") !important; }

.blog-detail-section {
  display: flex;
  align-items: top;
  justify-content: space-between;
  width: 100%;
  max-width: 1370px;
  margin: 0px auto 106px;
  /*
	.large {

		font-size: 20px !important;
	}
	*/ }
  .blog-detail-section .title-section {
    padding-top: 30px;
    margin-bottom: 0px; }
  .blog-detail-section .left-section {
    margin-bottom: 175px; }
    @media screen and (max-width: 991px) {
      .blog-detail-section .left-section {
        margin-bottom: 30px; } }
  .blog-detail-section .help-left {
    padding: 0px; }
    @media screen and (max-width: 991px) {
      .blog-detail-section .help-left {
        float: none;
        width: 100%; } }
    .blog-detail-section .help-left .help-left-inner {
      padding: 0; }
      .blog-detail-section .help-left .help-left-inner.fixed {
        padding: 0;
        max-width: 30%;
        top: 123px; }
        @media screen and (max-width: 991px) {
          .blog-detail-section .help-left .help-left-inner.fixed {
            max-width: 100%;
            position: relative;
            top: 0; } }
      @media screen and (max-width: 991px) {
        .blog-detail-section .help-left .help-left-inner ul {
          margin: 0 auto;
          padding: 0px; } }
  @media screen and (max-width: 991px) {
    .blog-detail-section {
      flex-wrap: wrap;
      margin: 0px auto 30px; } }
  .blog-detail-section .section-title-detail {
    margin-top: 55px;
    color: #00263e;
    font-weight: bold; }
    @media screen and (max-width: 575px) {
      .blog-detail-section .section-title-detail {
        margin-top: 25px; } }
    .blog-detail-section .section-title-detail h1 {
      font-size: 44px;
      line-height: 24px;
      margin-top: 0px;
      font-weight: bold; }
    .blog-detail-section .section-title-detail h2 {
      font-size: 44px;
      line-height: 24px;
      margin-top: 0px;
      font-weight: bold; }
    .blog-detail-section .section-title-detail h3 {
      font-size: 32px;
      line-height: 24px;
      margin-bottom: 30px;
      font-weight: bold;
      margin-top: 30px;
      padding-bottom: 0; }
      @media screen and (max-width: 575px) {
        .blog-detail-section .section-title-detail h3 {
          margin-top: 20px;
          margin-bottom: 20px; } }
    .blog-detail-section .section-title-detail p {
      margin-top: 20px;
      line-height: 30px; }
      @media screen and (max-width: 575px) {
        .blog-detail-section .section-title-detail p {
          margin-top: 0px; } }
      .blog-detail-section .section-title-detail p a {
        color: #fe5000;
        text-decoration: underline; }
        .blog-detail-section .section-title-detail p a:hover {
          color: #00263e; }
  .blog-detail-section .block-quote h3 {
    font-size: 32px; }
  .blog-detail-section .block-quote p {
    font-size: 16px;
    line-height: 30px; }
  .blog-detail-section .block-quote ul li {
    font-weight: bold; }
  .blog-detail-section .alertBox {
    background-position: 28px center; }
    @media screen and (max-width: 991px) {
      .blog-detail-section .alertBox {
        background-position: 20px center; } }
  .blog-detail-section .section-sub-heading {
    margin-top: 70px; }
  .blog-detail-section .help-right-box h2 {
    font-size: 36px;
    line-height: 24px;
    color: #00263e;
    font-weight: bold;
    margin-bottom: 40px; }
  .blog-detail-section .help-right-box .accrodian-box .accrodian-head {
    padding-left: 32px; }
    @media screen and (max-width: 991px) {
      .blog-detail-section .help-right-box .accrodian-box .accrodian-head {
        padding-left: 15px; } }
    .blog-detail-section .help-right-box .accrodian-box .accrodian-head h5 {
      color: #00263e;
      font-weight: bold; }
  .blog-detail-section .help-right-box .accrodian-box .accrodian-dtl {
    padding-left: 42px; }
    @media screen and (max-width: 991px) {
      .blog-detail-section .help-right-box .accrodian-box .accrodian-dtl {
        padding-left: 25px; } }
    .blog-detail-section .help-right-box .accrodian-box .accrodian-dtl p {
      color: #00263e;
      font-weight: bold; }
  .blog-detail-section .right-img {
    max-width: 890px; }
    @media screen and (max-width: 991px) {
      .blog-detail-section .right-img {
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      .blog-detail-section .right-img.help-right {
        width: 100%; } }
    .blog-detail-section .right-img .blog-img {
      max-width: 100%; }
    @media screen and (max-width: 575px) {
      .blog-detail-section .right-img .list-section {
        padding: 20px 0px; } }
    .blog-detail-section .right-img .help-right-box h2 {
      padding-bottom: 0px;
      padding-top: 20px; }

.blog-details-section .blog-link {
  visibility: visible; }

.blog-details-section .section-title-detail {
  font-weight: normal; }

/* Blog left sidebar on 30-11-2023 */
@media screen and (max-width: 991px) {
  .info-page .help-left {
    margin-bottom: 20px; } }

.info-page .help-left .help-left-inner {
  position: sticky;
  top: 60px; }
  @media screen and (max-width: 991px) {
    .info-page .help-left .help-left-inner {
      position: static; } }

/* 30-09-2021*/
h1.page-heading.page-heading-icon {
  background-position: 0px 0px !important; }

/* 27-09-2021 */
@media (min-width: 768px) {
  h1.page-heading {
    background-size: 90px auto !important;
    background-position: 0px -10px !important;
    text-align: left !important;
    padding: 18px 0 34px 95px !important; }
  h1.info-page-Klarna {
    background-size: 87px auto !important;
    background-position: 0px 10px !important;
    text-align: left !important;
    padding: 27px 0 34px 95px !important; }
  h1.page-heading.page-heading-login {
    background-position: 0 0px !important; } }

@media (max-width: 767px) {
  h1.page-heading {
    background-size: 73px auto !important;
    padding-left: 75px !important;
    background-position-y: -10px !important;
    background-position-x: 0 !important; }
  h1.info-page-Klarna {
    background-size: 73px auto !important;
    padding-left: 75px !important;
    background-position-y: 0px !important;
    background-position-x: 0 !important; }
  h1.page-heading.page-heading-login {
    background-position: 0 0px !important; } }

/* 30-09-2021 */
.help-center .help-center-top-section .section-promise ul li .promise-img {
  width: 170px;
  margin-bottom: 15px; }

/* end */
.help-center {
  margin: 0;
  padding: 0; }
  .help-center .help-center-top-section {
    text-align: center;
    background: #f8f8f8;
    padding: 115px 0 135px; }
    @media screen and (max-width: 1080px) {
      .help-center .help-center-top-section {
        padding: 100px 0 35px; } }
    .help-center .help-center-top-section h1 {
      font-size: 48px;
      line-height: 55px;
      color: #00263e;
      position: relative;
      margin: 0 0 40px;
      padding: 0 0 13px; }
      @media screen and (max-width: 500px) {
        .help-center .help-center-top-section h1 {
          font-size: 35px;
          line-height: 40px; } }
      .help-center .help-center-top-section h1:after {
        position: absolute;
        content: '';
        width: 120px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-bottom: 1px solid #fe5000; }
      .help-center .help-center-top-section h1 span {
        color: #fe5000; }
    .help-center .help-center-top-section p {
      line-height: 30px;
      max-width: 380px;
      margin: 0 auto; }
    .help-center .help-center-top-section .section-promise {
      padding: 68px 0 0;
      max-width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 1080px) {
        .help-center .help-center-top-section .section-promise {
          max-width: 585px; } }
      @media screen and (max-width: 1080px) {
        .help-center .help-center-top-section .section-promise ul {
          display: block; } }
      @media screen and (max-width: 1080px) {
        .help-center .help-center-top-section .section-promise ul li {
          width: 33.33%;
          max-width: 33.33%;
          display: inline-block;
          margin: 0 -2px;
          padding: 0 5px 60px;
          vertical-align: middle; }
          .help-center .help-center-top-section .section-promise ul li p {
            position: static; }
          .help-center .help-center-top-section .section-promise ul li a {
            text-decoration: none; } }
      @media screen and (max-width: 767px) {
        .help-center .help-center-top-section .section-promise ul li {
          width: 100%;
          max-width: 100%;
          display: block;
          margin: 0; } }
  .help-center .help-center-bottom-section {
    text-align: center;
    padding: 88px 0 100px; }
    .help-center .help-center-bottom-section h2 {
      font-size: 48px;
      line-height: 55px;
      color: #00263e;
      position: relative;
      margin: 0 0 40px;
      padding: 0 0 13px; }
      @media screen and (max-width: 500px) {
        .help-center .help-center-bottom-section h2 {
          font-size: 35px;
          line-height: 40px; } }
      .help-center .help-center-bottom-section h2:after {
        position: absolute;
        content: '';
        width: 120px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-bottom: 1px solid #fe5000; }
      .help-center .help-center-bottom-section h2 span {
        color: #fe5000; }
    .help-center .help-center-bottom-section p {
      line-height: 30px;
      max-width: 380px;
      margin: 0 auto; }
    .help-center .help-center-bottom-section .try-btn {
      padding: 32px 0 82px 0; }
      .help-center .help-center-bottom-section .try-btn a.link.btn.btn-orange {
        border: 1px solid #fe5000; }
    .help-center .help-center-bottom-section .help-contact-section {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      justify-content: space-between;
      text-align: left;
      max-width: 1230px;
      margin: 0 auto;
      padding: 0 30px; }
      @media screen and (max-width: 1080px) {
        .help-center .help-center-bottom-section .help-contact-section {
          display: block;
          max-width: 935px; } }
      @media screen and (max-width: 767px) {
        .help-center .help-center-bottom-section .help-contact-section {
          max-width: 675px; } }
      @media screen and (max-width: 500px) {
        .help-center .help-center-bottom-section .help-contact-section {
          padding: 10px; } }
      .help-center .help-center-bottom-section .help-contact-section .help-contact-box {
        width: 310px;
        border-left: 21px solid #fe5000;
        background: #fbf6f4;
        padding: 35px 20px 40px 58px; }
        @media screen and (max-width: 1080px) {
          .help-center .help-center-bottom-section .help-contact-section .help-contact-box {
            margin: 0 0 46px;
            width: auto; } }
        @media screen and (max-width: 500px) {
          .help-center .help-center-bottom-section .help-contact-section .help-contact-box {
            padding: 20px; } }
        .help-center .help-center-bottom-section .help-contact-section .help-contact-box h5 {
          font-size: 24px;
          line-height: 30px;
          color: #00263e;
          text-transform: capitalize;
          margin: 0;
          padding-bottom: 23px; }
        .help-center .help-center-bottom-section .help-contact-section .help-contact-box p {
          max-width: 100%; }
        .help-center .help-center-bottom-section .help-contact-section .help-contact-box a {
          text-decoration: none;
          color: #00263e;
          display: block; }
          .help-center .help-center-bottom-section .help-contact-section .help-contact-box a:hover {
            color: #fe5000; }
          @media screen and (max-width: 1080px) {
            .help-center .help-center-bottom-section .help-contact-section .help-contact-box a {
              display: unset; } }

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown, .fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

.fadeIn {
  opacity: 0; }
  .fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }
  .growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn; }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }

@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }
  .fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }
  .fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }
  .fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }
  .fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
  .fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }
  .fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
  .fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }
  .fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort; }

.error-page {
  padding: 0 !important; }

.error-section {
  padding: 215px 0;
  background: #f6e8e2;
  position: relative; }
  @media screen and (max-width: 767px) {
    .error-section {
      padding: 100px 0; } }
  .error-section:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://cdn11.bigcommerce.com/s-8ach44wlgq/images/stencil/original/image-manager/flowers-white-1.png") no-repeat;
    background-size: cover;
    opacity: 0.27; }
  .error-section .error-message-box {
    width: 675px;
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #00263e;
    text-align: center;
    padding: 83px 100px 68px; }
    @media screen and (max-width: 767px) {
      .error-section .error-message-box {
        width: 590px;
        padding: 83px 50px 68px; } }
    @media screen and (max-width: 480px) {
      .error-section .error-message-box {
        max-width: 90%;
        padding: 40px 20px 40px; } }
    .error-section .error-message-box h2 {
      padding-bottom: 42px; }
    .error-section .error-message-box img {
      margin-top: 27px; }

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

.class-body-page .container {
  padding: 0 3%; }
