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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookie-consent-banner,
[data-test="cookie-consent-banner"],
.cookieMessage {
  display: none !important; }

[data-content-region="home_below_menu"] {
  display: none; }

article.footer-info-col.footer-info-col--social.footer-info-col--.full {
  display: block;
  margin: auto;
  color: white;
  min-width: 295px; }

.cart-actions button.button.button--secondary.remove-all-btn {
  background: #e61b23;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 24px !important;
  border-radius: 10px;
  margin: 0px 10px; }

img.header-logo-image {
  width: 250px;
  height: 64px; }

.cart-actions a.button.button--primary {
  margin-bottom: 15px; }

span.price--call {
  background: #e61b23;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  margin: 0;
  max-width: 100%;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px; }

[data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container .featured_brands_items a img {
  height: 61px;
  width: 163px;
  object-fit: contain; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .icon img {
  height: 16px;
  width: 16px;
  object-fit: contain; }

[data-content-region="ssl_site_seal--global"] [id*=sd-image] img {
  width: 250px;
  height: 64px; }

[data-content-region=home_below_carousel] [data-layout-name=HerroBanner] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong:last-child {
  font-weight: 300; }

[data-content-region=home_below_carousel] [data-layout-name=HerroBanner] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong:last-child {
  font-weight: 300;
  height: 83px;
  width: 573px; }

/*.footer .footer-copyright .container .powered-by span:last-child {
        float: right;
}
.footer .footer-copyright .container .powered-by span:first-child {
        float: left;
}
#menu .navPages-item .navPage-subMenu .navPage-subMenu-item:first-child {
        display: none;
}*/
.footer .footer-copyright a {
  color: white;
  text-decoration: underline; }

.footer-copyright {
  background: 0 0;
  max-width: 1025px;
  margin: auto;
  min-height: 55px; }

img[src="https://tags.w55c.net/rs?id=d7d086f94224477f9b8099bd980132e8&t=marketing"] {
  display: none; }

#main-content > [data-content-region="home_below_carousel"] + .container {
  padding: 0;
  margin: 0;
  max-width: 100%; }

.red {
  color: red; }

.hide {
  display: none; }

header.header.is-open {
  position: fixed; }

.footer .footer-copyright {
  padding-bottom: 20px; }

.element__topHeader ._contact a {
  font-size: 16px; }

.body .actionBar-section .form-field {
  border: none; }

.body .breadcrumb:not(:first-child)::before {
  border-right: none; }

.quick-search button.button._close {
  visibility: hidden; }

p#response-message + p {
  display: block;
  clear: both; }

.go3949826399 {
  display: none !important; }

svg.icon._searchIcon {
  position: absolute;
  left: 8px;
  top: 14px;
  height: 20px;
  width: 20px; }

#tax-exemption-form .form-field {
  display: inline-block;
  float: left;
  width: 50%;
  padding-right: 1%; }

a#mobileMenu-toggle-icon.is-open {
  width: 320px;
  top: 20px;
  position: fixed; }

.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
  font-weight: 600; }

input#quick-search-form-load {
  padding-left: 44px; }

ul .navPage-subMenu-action:focus, ul .navPage-subMenu-action:hover {
  background: transparent; }

div#consent-manager-update-banner {
  display: none; }

footer div[data-content-region=ssl_site_seal--global] {
  padding: 25px 15px 5px 15px; }

.header-logo.header-logo--left {
  float: left;
  margin: 0; }

input.form-input::placeholder, input.form-input {
  padding-left: 23px; }

.header #menu .navPages .navPages-list {
  margin-top: 0;
  padding-top: 0; }

.element__topHeader ._contact a {
  min-width: 175px;
  display: inline-block; }

.header .main-header .navUser-section .navUser-item .navUser-action svg {
  margin: auto; }

a.navPage-subMenu-action.navPages-action {
  color: #000000;
  text-align: left;
  font-weight: normal; }

li.navPage-subMenu-item {
  padding: 4px 0; }

.is-open .navPages-quickSearch {
  display: none; }

a.mobileMenu-toggle.is-open {
  width: 320px;
  top: -25px; }

header.header[role="banner"] {
  border: none;
  min-height: fit-content; }

i.icon.navPages-action-moreIcon svg {
  fill: black;
  stroke: black; }

.is-open .mobileMenu-toggle ._label {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  text-align: left; }

.is-open .header-logo.header-logo--left {
  display: none; }

.header .navPages-list + .navPages-list {
  border: none; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  left: 35px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  right: 15px;
  top: 2px;
  left: auto; }

.is-open h1.header-logo.header-logo--left {
  display: none; }

.header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  height: 0; }

header.header ._searchBar {
  margin: 0; }

.mobileMenu-toggle span.mobileMenu-toggleIcon::before {
  top: 0; }

.header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  top: 5px; }

.header .mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 20px; }

.header .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after {
  height: 4px; }

/*
.navUser-item form.form {
  min-width: 500px;
  max-width: 100%;
  width: calc(100vw - 700px);
  margin: auto; }*/
.header .header-logo-image-container {
  min-height: fit-content; }

.navUser-item .form-fieldset .form-field {
  margin-bottom: 0; }

div#main-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

footer.footer {
  padding: 0; }

._searchBar .quick-search form {
  width: calc(100% - 3.92857rem);
  float: right; }

ul.navUser-section.navUser-section--alt {
  display: flex;
  width: calc(100% - 300px);
  margin: 0;
  float: right; }

li.navUser-item.quick-search.navUser-item--account .container {
  width: 100%;
  display: block;
  min-height: 58px;
  line-height: 1.25;
  max-width: 700px; }

/* Target the core input field */
.beautify__quickSearch .form-input {
  /* Explicitly define the input's height to prevent vertical shift */
  height: 40px;
  line-height: 40px;
  /* Use line-height to vertically center placeholder/text */
  padding: 0 10px;
  /* Adjust padding if necessary, but keep it consistent */
  box-sizing: border-box;
  /* IMPORTANT: Ensures padding doesn't ADD to the 30px height */
  /* 🛑 CRITICAL FONT FIX: Use system font for input to bypass custom font loading delay */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

/* Target the SVG Icons (Search and Close) */
.beautify__quickSearch .icon {
  /* Ensure the icons have a fixed size so they don't resize when the custom font loads */
  width: 20px;
  height: 20px; }

.navUser-item {
  display: block;
  -webkit-box-flex: 0.11 !important;
  -ms-flex: 0.11 !important;
  flex: 0.11 !important; }

li.navUser-item.quick-search.navUser-item--account {
  -webkit-box-flex: 0.88 !important;
  -ms-flex: 0.88 !important;
  flex: 0.88 !important; }

div[data-content-region="ssl_site_seal--global"] {
  width: 100%;
  padding: 40px 15px 15px 15px; }

.main [data-content-region="home_below_top_products"] {
  padding: 50px 50px; }

.main [data-content-region="home_below_top_products"] {
  padding: 43px 100px 50px; }

.header .container {
  padding: 0; }

.go3695795054.content-editable-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2-subtitle.go1304574217 em strong {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  font-style: italic;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: -1.6px;
  text-transform: uppercase; }

[data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
  margin-top: 22px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0 76px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%); }

/*.go1304574217 p {
        font-family: Roboto;
        font-size: 35px;
        font-weight: 300;
        line-height: 40px;
        font-style: normal;
        text-align: left;
        color: #fff;
        margin: 0;
}*/
[data-sub-layout="46d781d9-68a9-41c7-9908-4ac62d136d2b"] {
  padding: 0 22px 0 190px;
  -ms-flex-preferred-size: calc(100% - 448px);
  flex-basis: calc(100% - 448px);
  max-width: calc(100% - 448px); }

[data-sub-layout-container="38b1a5a5-247b-4d3c-8cfc-a2c7272100f6"] {
  padding: 100px 101px; }

a#sd-simple-button-editable-bb853f56-16af-4732-86b5-879c41a555f2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px !important;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0 69px;
  border-radius: 10px;
  border: 0; }

[data-content-region=home_below_featured_products] [data-edit-mode] p {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000; }

.content-editable-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2-buttonText.go1304574217 p {
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  border-radius: 10px;
  padding: 0 68px;
  border: 1px solid #000;
  color: white;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  color: #fff;
  white-space: pre; }

div[data-content-region="header_bottom--global"] {
  margin-top: 0 !important; }

[data-content-region=home_below_featured_products] div#sd-simple-text-editable-19adcc97-34db-4bb4-9fbe-c142451d57f5[data-edit-mode] p {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  color: #000;
  letter-spacing: -1.2px; }

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

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

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

input:focus:not(:focus-visible) + label {
  outline: 0 !important; }

input:focus-visible + 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; }

.row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }

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

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  margin: 0 -.9375rem;
  max-width: none;
  width: auto; }

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

.row .row:after {
  clear: both; }

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

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

.row .row.collapse:after {
  clear: both; }

.column, .columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child, .column + .columns:last-child, .columns + .column:last-child, .columns + .columns:last-child {
  float: right; }

.column + .column.end, .column + .columns.end, .columns + .column.end, .columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; } }

@media only screen and (min-width: 551px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 801px) {
  .navUser-item--cart {
    width: 87px;
    height: 59px; }
  .header .main-header .navUser-section .navUser-item .navUser-action[aria-label="Sign in"] {
    width: 75px;
    height: 59px; }
  .header .header-logo-image-container img {
    width: 250px;
    height: 64px; }
  .header .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.71429rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
  .beautify__quickSearch.is-open {
    min-height: 45px;
    width: 100%; }
  [class^="sd-hero-image-"], [data-content-region="home_below_carousel"] {
    min-height: 390px; }
  li.navUser-item.navUser-item--call {
    display: none; }
  a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon svg {
    fill: white;
    stroke: white;
    top: -10px;
    position: relative; }
  .navUser-item--account form.form {
    margin-bottom: 0; }
  .navPages-item .navPage-subMenu i.icon.navPages-action-moreIcon svg {
    fill: white;
    stroke: white; }
  .sd-hero-image-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2 .go3609421512 {
    display: flex;
    text-align: right;
    justify-content: center;
    flex-direction: column;
    max-width: 573px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 5px 0 !important;
    margin: 0; }
  .navPages-item .navPage-subMenu {
    padding: 0 !important; }
  .navPage-subMenu .navPage-subMenu-item {
    width: 100%; }
  .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action {
    color: #000000; }
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.u-papathemes-page-responsiveSidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.u-papathemes-page-responsiveSidebar .page-sidebar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.u-papathemes-page-responsiveSidebar .page-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.quick-search .form button.button._close {
  display: none; }

@media (min-width: 801px) {
  .u-papathemes-page-responsiveSidebar {
    display: block; } }

.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;
  -webkit-font-feature-settings: "kern" 1 !important;
  font-feature-settings: "kern" 1 !important;
  -webkit-font-kerning: normal !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; }

@font-face {
  font-family: papathemesicons;
  src: url("../fonts/papathemesicons.eot?jpwbml");
  src: url("../fonts/papathemesicons.eot?jpwbml#iefix") format("embedded-opentype"), url("../fonts/papathemesicons.woff2?jpwbml") format("woff2"), url("../fonts/papathemesicons.ttf?jpwbml") format("truetype"), url("../fonts/papathemesicons.woff?jpwbml") format("woff"), url("../fonts/papathemesicons.svg?jpwbml#papathemesicons") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

[class*=" papathemes-icon-"], [class^=papathemes-icon-] {
  font-family: papathemesicons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.papathemes-icon-elegant-search::before {
  content: "U"; }

.papathemes-icon-elegant-gift::before {
  content: ""; }

.papathemes-icon-elegant-bag::before {
  content: ""; }

.papathemes-icon-elegant-cart::before {
  content: ""; }

.papathemes-icon-ui-head-phone::before {
  content: ""; }

.papathemes-icon-listing-box::before {
  content: ""; }

.papathemes-icon-location-pin::before {
  content: ""; }

.papathemes-icon-linear-inbox::before {
  content: ""; }

.papathemes-icon-linear-phone-handset::before {
  content: ""; }

.papathemes-icon-linear-heart::before {
  content: ""; }

.papathemes-icon-linear-map-marker::before {
  content: ""; }

.papathemes-icon-linear-bus::before {
  content: ""; }

.papathemes-icon-cart3::before {
  content: ""; }

.papathemes-icon-linear-user::before {
  content: ""; }

.papathemes-icon-linear-banknote::before {
  content: ""; }

.papathemes-icon-credit-card::before {
  content: ""; }

.papathemes-icon-coin-dollar::before {
  content: ""; }

.papathemes-icon-compare::before {
  content: ""; }

.papathemes-icon-cart2::before {
  content: ""; }

.papathemes-icon-gift::before {
  content: ""; }

.papathemes-icon-present::before {
  content: ""; }

.papathemes-icon-linear-magnifier::before {
  content: ""; }

.papathemes-icon-linear-cart::before {
  content: ""; }

.papathemes-icon-search3::before {
  content: ""; }

.papathemes-icon-heart::before {
  content: ""; }

.papathemes-icon-login::before {
  content: ""; }

.papathemes-icon-bag::before {
  content: ""; }

.papathemes-icon-sign-in::before {
  content: ""; }

.papathemes-icon-heart-o::before {
  content: ""; }

.papathemes-icon-search2::before {
  content: ""; }

.papathemes-icon-shopping-bag::before {
  content: ""; }

.papathemes-icon-compare_arrows::before {
  content: ""; }

.papathemes-icon-search::before {
  content: ""; }

.papathemes-icon-shopping_cart::before {
  content: ""; }

.papathemes-icon-cart::before {
  content: ""; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass::before {
  content: "\f000"; }

.fa-music::before {
  content: "\f001"; }

.fa-search::before {
  content: "\f002"; }

.fa-envelope-o::before {
  content: "\f003"; }

.fa-heart::before {
  content: "\f004"; }

.fa-star::before {
  content: "\f005"; }

.fa-star-o::before {
  content: "\f006"; }

.fa-user::before {
  content: "\f007"; }

.fa-film::before {
  content: "\f008"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-th::before {
  content: "\f00a"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-check::before {
  content: "\f00c"; }

.fa-close::before, .fa-remove::before, .fa-times::before {
  content: "\f00d"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-signal::before {
  content: "\f012"; }

.fa-cog::before, .fa-gear::before {
  content: "\f013"; }

.fa-trash-o::before {
  content: "\f014"; }

.fa-home::before {
  content: "\f015"; }

.fa-file-o::before {
  content: "\f016"; }

.fa-clock-o::before {
  content: "\f017"; }

.fa-road::before {
  content: "\f018"; }

.fa-download::before {
  content: "\f019"; }

.fa-arrow-circle-o-down::before {
  content: "\f01a"; }

.fa-arrow-circle-o-up::before {
  content: "\f01b"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-play-circle-o::before {
  content: "\f01d"; }

.fa-repeat::before, .fa-rotate-right::before {
  content: "\f01e"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-lock::before {
  content: "\f023"; }

.fa-flag::before {
  content: "\f024"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-book::before {
  content: "\f02d"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-print::before {
  content: "\f02f"; }

.fa-camera::before {
  content: "\f030"; }

.fa-font::before {
  content: "\f031"; }

.fa-bold::before {
  content: "\f032"; }

.fa-italic::before {
  content: "\f033"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-list::before {
  content: "\f03a"; }

.fa-dedent::before, .fa-outdent::before {
  content: "\f03b"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-image::before, .fa-photo::before, .fa-picture-o::before {
  content: "\f03e"; }

.fa-pencil::before {
  content: "\f040"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-tint::before {
  content: "\f043"; }

.fa-edit::before, .fa-pencil-square-o::before {
  content: "\f044"; }

.fa-share-square-o::before {
  content: "\f045"; }

.fa-check-square-o::before {
  content: "\f046"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-play::before {
  content: "\f04b"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-eject::before {
  content: "\f052"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-times-circle-o::before {
  content: "\f05c"; }

.fa-check-circle-o::before {
  content: "\f05d"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-mail-forward::before, .fa-share::before {
  content: "\f064"; }

.fa-expand::before {
  content: "\f065"; }

.fa-compress::before {
  content: "\f066"; }

.fa-plus::before {
  content: "\f067"; }

.fa-minus::before {
  content: "\f068"; }

.fa-asterisk::before {
  content: "\f069"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-exclamation-triangle::before, .fa-warning::before {
  content: "\f071"; }

.fa-plane::before {
  content: "\f072"; }

.fa-calendar::before {
  content: "\f073"; }

.fa-random::before {
  content: "\f074"; }

.fa-comment::before {
  content: "\f075"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-bar-chart-o::before, .fa-bar-chart::before {
  content: "\f080"; }

.fa-twitter-square::before {
  content: "\f081"; }

.fa-facebook-square::before {
  content: "\f082"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-key::before {
  content: "\f084"; }

.fa-cogs::before, .fa-gears::before {
  content: "\f085"; }

.fa-comments::before {
  content: "\f086"; }

.fa-thumbs-o-up::before {
  content: "\f087"; }

.fa-thumbs-o-down::before {
  content: "\f088"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-heart-o::before {
  content: "\f08a"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-linkedin-square::before {
  content: "\f08c"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-github-square::before {
  content: "\f092"; }

.fa-upload::before {
  content: "\f093"; }

.fa-lemon-o::before {
  content: "\f094"; }

.fa-phone::before {
  content: "\f095"; }

.fa-square-o::before {
  content: "\f096"; }

.fa-bookmark-o::before {
  content: "\f097"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-twitter::before {
  content: "\f099"; }

.fa-facebook-f::before, .fa-facebook::before {
  content: "\f09a"; }

.fa-github::before {
  content: "\f09b"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-feed::before, .fa-rss::before {
  content: "\f09e"; }

.fa-hdd-o::before {
  content: "\f0a0"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-hand-o-right::before {
  content: "\f0a4"; }

.fa-hand-o-left::before {
  content: "\f0a5"; }

.fa-hand-o-up::before {
  content: "\f0a6"; }

.fa-hand-o-down::before {
  content: "\f0a7"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-group::before, .fa-users::before {
  content: "\f0c0"; }

.fa-chain::before, .fa-link::before {
  content: "\f0c1"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-cut::before, .fa-scissors::before {
  content: "\f0c4"; }

.fa-copy::before, .fa-files-o::before {
  content: "\f0c5"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-floppy-o::before, .fa-save::before {
  content: "\f0c7"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-bars::before, .fa-navicon::before, .fa-reorder::before {
  content: "\f0c9"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-pinterest::before {
  content: "\f0d2"; }

.fa-pinterest-square::before {
  content: "\f0d3"; }

.fa-google-plus-square::before {
  content: "\f0d4"; }

.fa-google-plus::before {
  content: "\f0d5"; }

.fa-money::before {
  content: "\f0d6"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-sort::before, .fa-unsorted::before {
  content: "\f0dc"; }

.fa-sort-desc::before, .fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-asc::before, .fa-sort-up::before {
  content: "\f0de"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-linkedin::before {
  content: "\f0e1"; }

.fa-rotate-left::before, .fa-undo::before {
  content: "\f0e2"; }

.fa-gavel::before, .fa-legal::before {
  content: "\f0e3"; }

.fa-dashboard::before, .fa-tachometer::before {
  content: "\f0e4"; }

.fa-comment-o::before {
  content: "\f0e5"; }

.fa-comments-o::before {
  content: "\f0e6"; }

.fa-bolt::before, .fa-flash::before {
  content: "\f0e7"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-clipboard::before, .fa-paste::before {
  content: "\f0ea"; }

.fa-lightbulb-o::before {
  content: "\f0eb"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-bell-o::before {
  content: "\f0a2"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-cutlery::before {
  content: "\f0f5"; }

.fa-file-text-o::before {
  content: "\f0f6"; }

.fa-building-o::before {
  content: "\f0f7"; }

.fa-hospital-o::before {
  content: "\f0f8"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-desktop::before {
  content: "\f108"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-tablet::before {
  content: "\f10a"; }

.fa-mobile-phone::before, .fa-mobile::before {
  content: "\f10b"; }

.fa-circle-o::before {
  content: "\f10c"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-circle::before {
  content: "\f111"; }

.fa-mail-reply::before, .fa-reply::before {
  content: "\f112"; }

.fa-github-alt::before {
  content: "\f113"; }

.fa-folder-o::before {
  content: "\f114"; }

.fa-folder-open-o::before {
  content: "\f115"; }

.fa-smile-o::before {
  content: "\f118"; }

.fa-frown-o::before {
  content: "\f119"; }

.fa-meh-o::before {
  content: "\f11a"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-keyboard-o::before {
  content: "\f11c"; }

.fa-flag-o::before {
  content: "\f11d"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-code::before {
  content: "\f121"; }

.fa-mail-reply-all::before, .fa-reply-all::before {
  content: "\f122"; }

.fa-star-half-empty::before, .fa-star-half-full::before, .fa-star-half-o::before {
  content: "\f123"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-crop::before {
  content: "\f125"; }

.fa-code-fork::before {
  content: "\f126"; }

.fa-chain-broken::before, .fa-unlink::before {
  content: "\f127"; }

.fa-question::before {
  content: "\f128"; }

.fa-info::before {
  content: "\f129"; }

.fa-exclamation::before {
  content: "\f12a"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-shield::before {
  content: "\f132"; }

.fa-calendar-o::before {
  content: "\f133"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-maxcdn::before {
  content: "\f136"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-html5::before {
  content: "\f13b"; }

.fa-css3::before {
  content: "\f13c"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-minus-square-o::before {
  content: "\f147"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-caret-square-o-down::before, .fa-toggle-down::before {
  content: "\f150"; }

.fa-caret-square-o-up::before, .fa-toggle-up::before {
  content: "\f151"; }

.fa-caret-square-o-right::before, .fa-toggle-right::before {
  content: "\f152"; }

.fa-eur::before, .fa-euro::before {
  content: "\f153"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-dollar::before, .fa-usd::before {
  content: "\f155"; }

.fa-inr::before, .fa-rupee::before {
  content: "\f156"; }

.fa-cny::before, .fa-jpy::before, .fa-rmb::before, .fa-yen::before {
  content: "\f157"; }

.fa-rouble::before, .fa-rub::before, .fa-ruble::before {
  content: "\f158"; }

.fa-krw::before, .fa-won::before {
  content: "\f159"; }

.fa-bitcoin::before, .fa-btc::before {
  content: "\f15a"; }

.fa-file::before {
  content: "\f15b"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-desc::before {
  content: "\f15e"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-desc::before {
  content: "\f161"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-desc::before {
  content: "\f163"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-youtube-square::before {
  content: "\f166"; }

.fa-youtube::before {
  content: "\f167"; }

.fa-xing::before {
  content: "\f168"; }

.fa-xing-square::before {
  content: "\f169"; }

.fa-youtube-play::before {
  content: "\f16a"; }

.fa-dropbox::before {
  content: "\f16b"; }

.fa-stack-overflow::before {
  content: "\f16c"; }

.fa-instagram::before {
  content: "\f16d"; }

.fa-flickr::before {
  content: "\f16e"; }

.fa-adn::before {
  content: "\f170"; }

.fa-bitbucket::before {
  content: "\f171"; }

.fa-bitbucket-square::before {
  content: "\f172"; }

.fa-tumblr::before {
  content: "\f173"; }

.fa-tumblr-square::before {
  content: "\f174"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-apple::before {
  content: "\f179"; }

.fa-windows::before {
  content: "\f17a"; }

.fa-android::before {
  content: "\f17b"; }

.fa-linux::before {
  content: "\f17c"; }

.fa-dribbble::before {
  content: "\f17d"; }

.fa-skype::before {
  content: "\f17e"; }

.fa-foursquare::before {
  content: "\f180"; }

.fa-trello::before {
  content: "\f181"; }

.fa-female::before {
  content: "\f182"; }

.fa-male::before {
  content: "\f183"; }

.fa-gittip::before, .fa-gratipay::before {
  content: "\f184"; }

.fa-sun-o::before {
  content: "\f185"; }

.fa-moon-o::before {
  content: "\f186"; }

.fa-archive::before {
  content: "\f187"; }

.fa-bug::before {
  content: "\f188"; }

.fa-vk::before {
  content: "\f189"; }

.fa-weibo::before {
  content: "\f18a"; }

.fa-renren::before {
  content: "\f18b"; }

.fa-pagelines::before {
  content: "\f18c"; }

.fa-stack-exchange::before {
  content: "\f18d"; }

.fa-arrow-circle-o-right::before {
  content: "\f18e"; }

.fa-arrow-circle-o-left::before {
  content: "\f190"; }

.fa-caret-square-o-left::before, .fa-toggle-left::before {
  content: "\f191"; }

.fa-dot-circle-o::before {
  content: "\f192"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-vimeo-square::before {
  content: "\f194"; }

.fa-try::before, .fa-turkish-lira::before {
  content: "\f195"; }

.fa-plus-square-o::before {
  content: "\f196"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-slack::before {
  content: "\f198"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-wordpress::before {
  content: "\f19a"; }

.fa-openid::before {
  content: "\f19b"; }

.fa-bank::before, .fa-institution::before, .fa-university::before {
  content: "\f19c"; }

.fa-graduation-cap::before, .fa-mortar-board::before {
  content: "\f19d"; }

.fa-yahoo::before {
  content: "\f19e"; }

.fa-google::before {
  content: "\f1a0"; }

.fa-reddit::before {
  content: "\f1a1"; }

.fa-reddit-square::before {
  content: "\f1a2"; }

.fa-stumbleupon-circle::before {
  content: "\f1a3"; }

.fa-stumbleupon::before {
  content: "\f1a4"; }

.fa-delicious::before {
  content: "\f1a5"; }

.fa-digg::before {
  content: "\f1a6"; }

.fa-pied-piper-pp::before {
  content: "\f1a7"; }

.fa-pied-piper-alt::before {
  content: "\f1a8"; }

.fa-drupal::before {
  content: "\f1a9"; }

.fa-joomla::before {
  content: "\f1aa"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-spoon::before {
  content: "\f1b1"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-behance::before {
  content: "\f1b4"; }

.fa-behance-square::before {
  content: "\f1b5"; }

.fa-steam::before {
  content: "\f1b6"; }

.fa-steam-square::before {
  content: "\f1b7"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-automobile::before, .fa-car::before {
  content: "\f1b9"; }

.fa-cab::before, .fa-taxi::before {
  content: "\f1ba"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-spotify::before {
  content: "\f1bc"; }

.fa-deviantart::before {
  content: "\f1bd"; }

.fa-soundcloud::before {
  content: "\f1be"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-file-pdf-o::before {
  content: "\f1c1"; }

.fa-file-word-o::before {
  content: "\f1c2"; }

.fa-file-excel-o::before {
  content: "\f1c3"; }

.fa-file-powerpoint-o::before {
  content: "\f1c4"; }

.fa-file-image-o::before, .fa-file-photo-o::before, .fa-file-picture-o::before {
  content: "\f1c5"; }

.fa-file-archive-o::before, .fa-file-zip-o::before {
  content: "\f1c6"; }

.fa-file-audio-o::before, .fa-file-sound-o::before {
  content: "\f1c7"; }

.fa-file-movie-o::before, .fa-file-video-o::before {
  content: "\f1c8"; }

.fa-file-code-o::before {
  content: "\f1c9"; }

.fa-vine::before {
  content: "\f1ca"; }

.fa-codepen::before {
  content: "\f1cb"; }

.fa-jsfiddle::before {
  content: "\f1cc"; }

.fa-life-bouy::before, .fa-life-buoy::before, .fa-life-ring::before, .fa-life-saver::before, .fa-support::before {
  content: "\f1cd"; }

.fa-circle-o-notch::before {
  content: "\f1ce"; }

.fa-ra::before, .fa-rebel::before, .fa-resistance::before {
  content: "\f1d0"; }

.fa-empire::before, .fa-ge::before {
  content: "\f1d1"; }

.fa-git-square::before {
  content: "\f1d2"; }

.fa-git::before {
  content: "\f1d3"; }

.fa-hacker-news::before, .fa-y-combinator-square::before, .fa-yc-square::before {
  content: "\f1d4"; }

.fa-tencent-weibo::before {
  content: "\f1d5"; }

.fa-qq::before {
  content: "\f1d6"; }

.fa-wechat::before, .fa-weixin::before {
  content: "\f1d7"; }

.fa-paper-plane::before, .fa-send::before {
  content: "\f1d8"; }

.fa-paper-plane-o::before, .fa-send-o::before {
  content: "\f1d9"; }

.fa-history::before {
  content: "\f1da"; }

.fa-circle-thin::before {
  content: "\f1db"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-futbol-o::before, .fa-soccer-ball-o::before {
  content: "\f1e3"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-slideshare::before {
  content: "\f1e7"; }

.fa-twitch::before {
  content: "\f1e8"; }

.fa-yelp::before {
  content: "\f1e9"; }

.fa-newspaper-o::before {
  content: "\f1ea"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-paypal::before {
  content: "\f1ed"; }

.fa-google-wallet::before {
  content: "\f1ee"; }

.fa-cc-visa::before {
  content: "\f1f0"; }

.fa-cc-mastercard::before {
  content: "\f1f1"; }

.fa-cc-discover::before {
  content: "\f1f2"; }

.fa-cc-amex::before {
  content: "\f1f3"; }

.fa-cc-paypal::before {
  content: "\f1f4"; }

.fa-cc-stripe::before {
  content: "\f1f5"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-bell-slash-o::before {
  content: "\f1f7"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-at::before {
  content: "\f1fa"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-lastfm::before {
  content: "\f202"; }

.fa-lastfm-square::before {
  content: "\f203"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-bus::before {
  content: "\f207"; }

.fa-ioxhost::before {
  content: "\f208"; }

.fa-angellist::before {
  content: "\f209"; }

.fa-cc::before {
  content: "\f20a"; }

.fa-ils::before, .fa-shekel::before, .fa-sheqel::before {
  content: "\f20b"; }

.fa-meanpath::before {
  content: "\f20c"; }

.fa-buysellads::before {
  content: "\f20d"; }

.fa-connectdevelop::before {
  content: "\f20e"; }

.fa-dashcube::before {
  content: "\f210"; }

.fa-forumbee::before {
  content: "\f211"; }

.fa-leanpub::before {
  content: "\f212"; }

.fa-sellsy::before {
  content: "\f213"; }

.fa-shirtsinbulk::before {
  content: "\f214"; }

.fa-simplybuilt::before {
  content: "\f215"; }

.fa-skyatlas::before {
  content: "\f216"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-venus::before {
  content: "\f221"; }

.fa-mars::before {
  content: "\f222"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-intersex::before, .fa-transgender::before {
  content: "\f224"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-facebook-official::before {
  content: "\f230"; }

.fa-pinterest-p::before {
  content: "\f231"; }

.fa-whatsapp::before {
  content: "\f232"; }

.fa-server::before {
  content: "\f233"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-bed::before, .fa-hotel::before {
  content: "\f236"; }

.fa-viacoin::before {
  content: "\f237"; }

.fa-train::before {
  content: "\f238"; }

.fa-subway::before {
  content: "\f239"; }

.fa-medium::before {
  content: "\f23a"; }

.fa-y-combinator::before, .fa-yc::before {
  content: "\f23b"; }

.fa-optin-monster::before {
  content: "\f23c"; }

.fa-opencart::before {
  content: "\f23d"; }

.fa-expeditedssl::before {
  content: "\f23e"; }

.fa-battery-4::before, .fa-battery-full::before, .fa-battery::before {
  content: "\f240"; }

.fa-battery-3::before, .fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-2::before, .fa-battery-half::before {
  content: "\f242"; }

.fa-battery-1::before, .fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-0::before, .fa-battery-empty::before {
  content: "\f244"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-sticky-note-o::before {
  content: "\f24a"; }

.fa-cc-jcb::before {
  content: "\f24b"; }

.fa-cc-diners-club::before {
  content: "\f24c"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-hourglass-o::before {
  content: "\f250"; }

.fa-hourglass-1::before, .fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-2::before, .fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-3::before, .fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hand-grab-o::before, .fa-hand-rock-o::before {
  content: "\f255"; }

.fa-hand-paper-o::before, .fa-hand-stop-o::before {
  content: "\f256"; }

.fa-hand-scissors-o::before {
  content: "\f257"; }

.fa-hand-lizard-o::before {
  content: "\f258"; }

.fa-hand-spock-o::before {
  content: "\f259"; }

.fa-hand-pointer-o::before {
  content: "\f25a"; }

.fa-hand-peace-o::before {
  content: "\f25b"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-creative-commons::before {
  content: "\f25e"; }

.fa-gg::before {
  content: "\f260"; }

.fa-gg-circle::before {
  content: "\f261"; }

.fa-tripadvisor::before {
  content: "\f262"; }

.fa-odnoklassniki::before {
  content: "\f263"; }

.fa-odnoklassniki-square::before {
  content: "\f264"; }

.fa-get-pocket::before {
  content: "\f265"; }

.fa-wikipedia-w::before {
  content: "\f266"; }

.fa-safari::before {
  content: "\f267"; }

.fa-chrome::before {
  content: "\f268"; }

.fa-firefox::before {
  content: "\f269"; }

.fa-opera::before {
  content: "\f26a"; }

.fa-internet-explorer::before {
  content: "\f26b"; }

.fa-television::before, .fa-tv::before {
  content: "\f26c"; }

.fa-contao::before {
  content: "\f26d"; }

.fa-500px::before {
  content: "\f26e"; }

.fa-amazon::before {
  content: "\f270"; }

.fa-calendar-plus-o::before {
  content: "\f271"; }

.fa-calendar-minus-o::before {
  content: "\f272"; }

.fa-calendar-times-o::before {
  content: "\f273"; }

.fa-calendar-check-o::before {
  content: "\f274"; }

.fa-industry::before {
  content: "\f275"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-map-o::before {
  content: "\f278"; }

.fa-map::before {
  content: "\f279"; }

.fa-commenting::before {
  content: "\f27a"; }

.fa-commenting-o::before {
  content: "\f27b"; }

.fa-houzz::before {
  content: "\f27c"; }

.fa-vimeo::before {
  content: "\f27d"; }

.fa-black-tie::before {
  content: "\f27e"; }

.fa-fonticons::before {
  content: "\f280"; }

.fa-reddit-alien::before {
  content: "\f281"; }

.fa-edge::before {
  content: "\f282"; }

.fa-credit-card-alt::before {
  content: "\f283"; }

.fa-codiepie::before {
  content: "\f284"; }

.fa-modx::before {
  content: "\f285"; }

.fa-fort-awesome::before {
  content: "\f286"; }

.fa-usb::before {
  content: "\f287"; }

.fa-product-hunt::before {
  content: "\f288"; }

.fa-mixcloud::before {
  content: "\f289"; }

.fa-scribd::before {
  content: "\f28a"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-pause-circle-o::before {
  content: "\f28c"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-stop-circle-o::before {
  content: "\f28e"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-hashtag::before {
  content: "\f292"; }

.fa-bluetooth::before {
  content: "\f293"; }

.fa-bluetooth-b::before {
  content: "\f294"; }

.fa-percent::before {
  content: "\f295"; }

.fa-gitlab::before {
  content: "\f296"; }

.fa-wpbeginner::before {
  content: "\f297"; }

.fa-wpforms::before {
  content: "\f298"; }

.fa-envira::before {
  content: "\f299"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-wheelchair-alt::before {
  content: "\f29b"; }

.fa-question-circle-o::before {
  content: "\f29c"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-american-sign-language-interpreting::before, .fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-deaf::before, .fa-deafness::before, .fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-glide::before {
  content: "\f2a5"; }

.fa-glide-g::before {
  content: "\f2a6"; }

.fa-sign-language::before, .fa-signing::before {
  content: "\f2a7"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-viadeo::before {
  content: "\f2a9"; }

.fa-viadeo-square::before {
  content: "\f2aa"; }

.fa-snapchat::before {
  content: "\f2ab"; }

.fa-snapchat-ghost::before {
  content: "\f2ac"; }

.fa-snapchat-square::before {
  content: "\f2ad"; }

.fa-pied-piper::before {
  content: "\f2ae"; }

.fa-first-order::before {
  content: "\f2b0"; }

.fa-yoast::before {
  content: "\f2b1"; }

.fa-themeisle::before {
  content: "\f2b2"; }

.fa-google-plus-circle::before, .fa-google-plus-official::before {
  content: "\f2b3"; }

.fa-fa::before, .fa-font-awesome::before {
  content: "\f2b4"; }

.fa-handshake-o::before {
  content: "\f2b5"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-envelope-open-o::before {
  content: "\f2b7"; }

.fa-linode::before {
  content: "\f2b8"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-address-book-o::before {
  content: "\f2ba"; }

.fa-address-card::before, .fa-vcard::before {
  content: "\f2bb"; }

.fa-address-card-o::before, .fa-vcard-o::before {
  content: "\f2bc"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-circle-o::before {
  content: "\f2be"; }

.fa-user-o::before {
  content: "\f2c0"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-drivers-license::before, .fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license-o::before, .fa-id-card-o::before {
  content: "\f2c3"; }

.fa-quora::before {
  content: "\f2c4"; }

.fa-free-code-camp::before {
  content: "\f2c5"; }

.fa-telegram::before {
  content: "\f2c6"; }

.fa-thermometer-4::before, .fa-thermometer-full::before, .fa-thermometer::before {
  content: "\f2c7"; }

.fa-thermometer-3::before, .fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-thermometer-2::before, .fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-thermometer-1::before, .fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-thermometer-0::before, .fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-bath::before, .fa-bathtub::before, .fa-s15::before {
  content: "\f2cd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-times-rectangle::before, .fa-window-close::before {
  content: "\f2d3"; }

.fa-times-rectangle-o::before, .fa-window-close-o::before {
  content: "\f2d4"; }

.fa-bandcamp::before {
  content: "\f2d5"; }

.fa-grav::before {
  content: "\f2d6"; }

.fa-etsy::before {
  content: "\f2d7"; }

.fa-imdb::before {
  content: "\f2d8"; }

.fa-ravelry::before {
  content: "\f2d9"; }

.fa-eercast::before {
  content: "\f2da"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-snowflake-o::before {
  content: "\f2dc"; }

.fa-superpowers::before {
  content: "\f2dd"; }

.fa-wpexplorer::before {
  content: "\f2de"; }

.fa-meetup::before {
  content: "\f2e0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

body, html {
  height: 100%; }

body {
  background: #fff;
  color: #1a1a1a;
  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: 0 0;
  border: 0; }

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

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

select {
  width: 100%; }

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

html {
  font-size: 16px; }

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

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

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

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

a {
  color: #000;
  line-height: inherit;
  text-decoration: underline; }

a:focus, a:hover {
  color: #d14343; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .75rem; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #707070;
  font-size: 60%;
  line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.5rem; }

ol {
  margin-left: 0; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }

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

.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }

.inlineList > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem; }

.inlineList > li > * {
  display: block; }

.table {
  border: solid 1px #ddd;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }

.table thead {
  background: #f2f2f2; }

.table thead tr td, .table thead tr th {
  font-size: 1rem;
  font-weight: 700;
  padding: .75rem 1.5rem; }

.table tr td, .table tr th {
  padding: .75rem 1.5rem;
  text-align: left; }

.table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr th, .table tr td {
  display: table-cell; }

.table td.table-cell--numericData, .table th.table-header--numericData {
  text-align: right; }

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

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

.table-tbody tr {
  border-bottom: 1px solid #ddd; }

.table-tbody tr:last-child {
  border-bottom: 0; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  border-color: #fff;
  color: #111;
  font-size: 1rem;
  padding: .875rem 2.25rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle; }

.button.active, .button.is-active, .button:focus, .button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: orange; }

.button:active {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #d14343; }

.button.active, .button.is-active, .button:focus {
  outline: 0; }

@media (min-width: 481px) {
  .button + .button {
    margin-left: .75rem; } }

.button--primary {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.button--primary.active, .button--primary.is-active, .button--primary:focus, .button--primary:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.button--primary:active {
  background-color: #391271;
  border: 2px solid #391271;
  color: #fff; }

.button--tertiary {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color: #111; }

.button--tertiary.active, .button--tertiary.is-active, .button--tertiary:focus, .button--tertiary:hover {
  background-color: #a5a5a5;
  border-color: #a5a5a5;
  color: orange; }

.button--tertiary:active {
  background-color: #a5a5a5;
  border: 2px solid #a5a5a5;
  color: #d14343; }

.button[disabled] {
  background-color: #eee;
  border-color: #eee;
  color: #ccc;
  cursor: default; }

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

.button--small {
  font-size: 12px;
  padding: .5625rem 1.5rem; }

.button--slab {
  display: block;
  width: 100%; }

.button + .button--slab {
  margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: .75rem .75rem; }

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

.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: 2px;
  border-top-right-radius: 4px; }

.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  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: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: .75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }

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

.dropdown-menu--content > :first-child {
  margin-top: 0; }

.dropdown-menu--content > :last-child {
  margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: .375rem .75rem; }

.dropdown-menu-item a {
  display: block;
  padding: .375rem; }

.dropdown-menu-item a {
  margin: -.375rem; }

.form {
  margin: 0 0 1.5rem; }

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

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

.form-label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .5rem; }

.form-label small {
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #1a1a1a;
  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: .75rem 1rem;
  -webkit-transition: border-color .1s ease-out;
  transition: border-color .1s ease-out;
  width: 100%; }

.form-input:disabled {
  background-color: #fff;
  color: #a5a5a5;
  cursor: not-allowed; }

.form-input[readonly] {
  background-color: #f8f8f8;
  border-color: #454545;
  color: #989898;
  cursor: text; }

.form-input:focus {
  border-color: #ec1d58;
  outline: 0; }

.form-input[rows] {
  height: auto; }

.form-input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.form-input::-ms-clear {
  height: 0;
  width: 0; }

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

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

.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  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: #ccc;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: .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: #ec1d58; }

.form-select:disabled {
  background-color: #fff;
  cursor: not-allowed; }

.form-select:focus {
  border-color: #ec1d58; }

.form-body {
  background-color: #fff;
  border: 1px solid #454545;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  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 -.75rem;
  max-width: none;
  width: auto; }

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

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

.form-row .form-field {
  padding-left: .75rem;
  padding-right: .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%; } }

.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }

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

.form-field:after {
  clear: both; }

.form-select[multiple] {
  height: auto; }

.form-select[multiple] option {
  padding: 5px; }

.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: .375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.form-checkbox + .form-label::after, .form-checkbox + .form-label::before, .form-radio + .form-label::after, .form-radio + .form-label::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  height: 1rem;
  left: 0;
  top: 0;
  width: 1rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  height: .875rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: .875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(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: #fff; }

.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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: .875rem;
  line-height: 1;
  text-align: center; }

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

.form-radio + .form-label::after {
  background: rgba(79, 79, 79, 0.999);
  border: 3px solid #fff;
  border-radius: .875rem; }

.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }

.form-input.has-action + .button--inputAction {
  background: 0 0;
  border: 0;
  border-radius: 0 0 0 0;
  float: left;
  height: 2.875rem;
  margin: .0625rem 0 0 -2.9375rem;
  width: 2.875rem; }

.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }

.form-input.has-icon + .icon {
  height: 3rem;
  margin-left: -2.25rem;
  width: 1.25rem; }

.form-prefixPostfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.form-prefixPostfix .form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.form-prefixPostfix .button {
  height: 3rem; }

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

.form-prefixPostfix-label {
  background-color: #fff;
  border: solid #454545;
  border-width: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: .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 .75rem 0 0; }

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

.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: #d14343;
  -webkit-box-shadow: 0 0 4px rgba(209, 67, 67, 0.4);
  box-shadow: 0 0 4px rgba(209, 67, 67, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  vertical-align: middle;
  width: 3.75rem; }

.switch--important .switch-toggle {
  background-color: #d4cb49;
  border-color: #d4cb49; }

.switch--checked .switch-toggle {
  background-color: #69d66f;
  border-color: #69d66f; }

.switch--disabled .switch-toggle {
  background-color: #e8e8e8;
  border-color: #a5a5a5;
  cursor: default; }

.switch-toggle::before {
  background: #fff;
  border-radius: 1.25003rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: .18749rem;
  position: absolute;
  top: .18749rem;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  width: 1.25003rem; }

.switch--checked .switch-toggle::before {
  left: 2.18749rem; }

.switch-label {
  color: #fff;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: .375rem;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out; }

.switch--checked .switch-label {
  font-weight: 600;
  left: .375rem;
  right: auto; }

.switch--disabled .switch-label {
  color: #989898; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }

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

.switch--disabled .switch-label--icon.icon svg {
  fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }

.switch--checked .switch-description--off {
  color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }

.switch--checked .switch-description--on {
  color: #2d2d2d; }

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

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

@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: #fff;
    border-top: 1px solid #454545;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: .625rem; }

.form-prefixPostfix .form-input-indicator {
  top: 0; }

.form-input-indicator > svg {
  fill: #69d66f; }

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

.form-field-errors ol, .form-field-errors ul {
  list-style: none;
  margin-bottom: 0; }

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

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

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

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

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

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

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

.panel {
  position: relative; }

.panel-header {
  background-color: #f2f2f2;
  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: #f2f2f2; }

.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: #707070;
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  line-height: 1.5; }

.breadcrumb a {
  color: #707070; }

.breadcrumb.current {
  color: #707070;
  cursor: default; }

.breadcrumb.current a {
  color: #707070;
  cursor: default; }

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

.breadcrumb.unavailable {
  color: #a5a5a5; }

.breadcrumb.unavailable a {
  color: #a5a5a5; }

.breadcrumb.unavailable a:focus, .breadcrumb.unavailable:focus, .breadcrumb.unavailable:hover, .breadcrumb.unavailable:hover a {
  color: #a5a5a5;
  cursor: not-allowed;
  text-decoration: none; }

/*
.breadcrumb:before {
        color: #707070;
        content: "/";
        margin: 0;
        position: relative;
        top: 1px
}*/
.breadcrumb:first-child:before {
  content: " ";
  margin: 0; }

.breadcrumb::before {
  margin: 0 .5rem; }

@media (min-width: 481px) {
  .breadcrumb::before {
    margin: 0 .5rem; } }

.breadcrumb-label {
  cursor: pointer; }

.breadcrumb-label:hover {
  color: #333;
  text-decoration: none; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #707070;
  cursor: default; }

.breadcrumb.is-unavailable > .breadcrumb-label {
  color: #a5a5a5;
  cursor: default; }

.tabs {
  border-bottom: 1px solid #ddd;
  margin: 0; }

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

.tabs:after {
  clear: both; }

.tab {
  border-bottom: #fff;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

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

.tab-title {
  display: block;
  padding: .75rem 1.5rem; }

.tab-title:hover {
  color: #1a1a1a; }

.tab.is-active .tab-title {
  color: #1a1a1a;
  font-weight: 600; }

@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:after, .tabs-contents:before {
  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; }

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

.navBar:after {
  clear: both; }

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

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

.navBar ol li, .navBar ul li {
  margin: 0;
  padding: 0; }

.navBar-section {
  float: left; }

.navBar-section:after, .navBar-section:before {
  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-action, .navBar-item {
  display: block; }

.navBar-action {
  color: #2d2d2d;
  padding: .75rem; }

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

.navList:after {
  clear: both; }

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

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

.navList ol li, .navList ul li {
  margin: 0;
  padding: 0; }

.navList-section:after, .navList-section:before {
  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-action, .navList-item {
  display: block; }

.navList-action {
  color: #000;
  padding: .1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }

.pagination-list li {
  color: #1a1a1a;
  font-size: 1rem;
  margin-left: .375rem; }

.pagination-list li a, .pagination-list li button {
  border-radius: 4px;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  background: 0 0;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: .3125rem .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: #1a1a1a; }

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

.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .75rem;
  padding: .75rem 1.125rem .75rem 1.125rem;
  position: relative;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #1a1a1a; }

.alertBox .icon {
  height: 1.25rem;
  width: 1.25rem; }

.alertBox .button {
  margin: 0 0 0 .75rem; }

.alertBox--info {
  background-color: #b6f2ec;
  border-color: #b6f2ec;
  color: #1a1a1a; }

.alertBox--info svg {
  fill: #19aa9d; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: #1a1a1a; }

.alertBox--success svg {
  fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: #1a1a1a; }

.alertBox--warning svg {
  fill: #d4cb49; }

.alertBox--error {
  background-color: #fdd;
  border-color: #fdd;
  color: #1a1a1a; }

.alertBox--error svg {
  fill: #ff7d7d; }

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }

.alertBox-close .icon {
  height: 1.25rem;
  width: 1.25rem; }

.alertBox-close svg {
  fill: #4f4f4f; }

.accordion {
  margin-bottom: 0;
  border: #ddd solid;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }

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

.accordion:after {
  clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #ddd solid;
  border-width: 1px 0;
  cursor: pointer; }

.accordion-navigation.is-open > a {
  background: #fff;
  color: #2d2d2d; }

.accordion-navigation > a {
  background: #fff;
  color: #1a1a1a;
  padding: 1.875rem;
  display: block;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 1rem; }

.accordion-navigation > a:hover {
  background: #f2f2f2; }

.accordion-navigation .accordion-title {
  padding: 1.5rem 1.875rem; }

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

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

.accordion-content.is-open {
  display: block; }

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 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: #fff;
  padding: 2.25rem 2.25rem;
  border: solid 0 #ddd;
  -webkit-box-shadow: none;
  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 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #ddd;
  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 #ddd;
  padding: .75rem 1.5rem;
  text-align: center; }

@media (min-width: 481px) {
  .modal-footer {
    text-align: right; } }

.modal-footer .button {
  display: block; }

@media (min-width: 481px) {
  .modal-footer .button {
    display: inline-block;
    margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 .75rem; }

@media (min-width: 481px) {
  .modal-footer-link {
    display: inline;
    margin: 1.5rem; } }

.modal-close {
  color: #666;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: .75rem;
  -webkit-transform: translateY(none);
  -ms-transform: translateY(none);
  transform: translateY(none); }

.modal-close .icon {
  height: 1.25rem;
  width: 1.25rem; }

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

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 500; }

.loadingNotification.ng-hide-add-active, .loadingNotification.ng-hide-remove {
  opacity: 0;
  top: 3.6rem;
  -webkit-transform: scale(0.9) translateX(-50%);
  -ms-transform: scale(0.9) translateX(-50%);
  transform: scale(0.9) translateX(-50%); }

.loadingNotification.ng-hide-remove-active {
  opacity: 1;
  top: 3rem;
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: .375rem .75rem; }

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

.loadingOverlay {
  background: rgba(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100%; }

.loadingOverlay::before {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 2.5rem;
  border: solid 2px;
  border-color: #fff #fff #989898 #989898;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  animation: spin 0.5s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

.loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
  opacity: 0; }

.loadingOverlay.ng-enter.ng-enter-active, .loadingOverlay.ng-leave {
  opacity: 1; }

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

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

.actionBar {
  margin: 1.5rem 0; }

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

.actionBar:after {
  clear: both; }

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

.actionBar .buttonGroup {
  vertical-align: middle; }

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }

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

.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

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

.card-image {
  border: 1px solid #454545;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  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: #707070; }

.card-figcaption-button {
  background-color: #de7bc6;
  color: #fff; }

.card-figcaption-button:hover {
  background-color: rgba(222, 123, 198, 0.7);
  color: #fff; }

.card-body {
  padding: .75rem 0 0; }

.card-body > :first-child {
  margin-top: 0; }

.card-body > :last-child {
  margin-bottom: 0; }

.card-body .card-text {
  color: #707070; }

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

.card-footer {
  background-color: transparent;
  margin: 0; }

.card-footer:after, .card-footer:before {
  content: " ";
  display: table; }

.card-footer:after {
  clear: both; }

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

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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:after, .slick-track:before {
  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; }

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

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: .8; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .6; }

.slick-next:before, .slick-prev:before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: #444;
  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: ""; }

.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: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: .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: #000;
  opacity: .6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #d14343;
  opacity: 1; }

.slick-next, .slick-prev {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  height: 3.8125rem;
  padding: .625rem;
  width: 2.5rem; }

.slick-next::before, .slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 2.5625rem;
  width: 1.25rem; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%; }

.slick-next {
  right: -10px; }

.slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='40' viewBox='0 0 22 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.44628 40C2.04698 40 1.64753 39.8479 1.34261 39.5435C0.731749 38.934 0.730733 37.9447 1.34026 37.3339L17.5343 21.106C18.1447 20.4957 18.1447 19.5044 17.5355 18.8952L1.34026 2.6662C0.730733 2.05534 0.731749 1.06605 1.34261 0.456514C1.95331 -0.153017 2.94261 -0.152079 3.5523 0.45878L19.7464 16.6866C21.5728 18.5131 21.5728 21.4869 19.7452 23.3146L3.5523 39.5412C3.24706 39.8471 2.84667 40 2.44628 40Z' fill='%23444444'/%3E%3C/svg%3E"); }

.slick-prev {
  left: -15px; }

@media (min-width: 1261px) {
  .slick-prev {
    left: -3.375rem; } }

.slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='40' viewBox='0 0 22 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 19.554 0 C 19.953 0 20.352 0.152 20.657 0.456 C 21.268 1.066 21.269 2.055 20.66 2.666 L 4.466 18.894 C 3.855 19.504 3.855 20.496 4.464 21.105 L 20.66 37.334 C 21.269 37.945 21.268 38.934 20.657 39.543 C 20.047 40.153 19.057 40.152 18.448 39.541 L 2.254 23.313 C 0.427 21.487 0.427 18.513 2.255 16.685 L 18.448 0.459 C 18.753 0.153 19.153 0 19.554 0 Z' fill='%23444444'/%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }

.slick-dots li {
  height: 2rem;
  width: 2rem;
  margin: 0;
  padding: .3125rem; }

.slick-dots li button, .slick-dots li button::before {
  height: .9375rem;
  width: .9375rem;
  border-radius: 50%; }

.slick-dots li button {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.slick-dots li button::before {
  background: #000;
  opacity: 1; }

.slick-dots li button::before {
  display: block;
  left: -1px;
  top: -1px;
  -webkit-transition: background .1s ease-out;
  transition: background .1s ease-out; }

.slick-dots li.slick-active button::before {
  background: #d14343; }

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

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

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

.slick-slider {
  margin: 0; }

.slick-slide .card-image {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.slick-vertical .slick-prev {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.slick-vertical .slick-prev::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNIDIyIDEgTCAxIC0xOS4wMjUgTCAyMS45NDggLTM5IiBzdHJva2U9IiMyRDJEMkQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0ibWF0cml4KC0wLCAxLCAtMSwgLTAsIDIsIDApIi8+PC9zdmc+"); }

.slick-vertical .slick-next {
  left: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.slick-vertical .slick-next::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDQyIDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0gNjIgMjMgTCA0MSAyLjk3NSBMIDYxLjk0OCAtMTciIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJtYXRyaXgoMCwgLTEsIDEsIDAsIDE4LCA2NCkiLz48L3N2Zz4="); }

.slick-vertical .slick-next, .slick-vertical .slick-prev {
  width: 3.625rem;
  height: 2.5rem;
  margin-top: 0; }

.slick-vertical .slick-next::before, .slick-vertical .slick-prev::before {
  width: 2.5rem;
  height: 1.3125rem; }

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 .625em #d9d9d9;
  box-shadow: 0 0 .625em #d9d9d9; }

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0; }

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em; }

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8; }

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700; }

@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 {
  -ms-flex-preferred-size: auto !important;
  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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  -ms-transform-origin: 2em 2em;
  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;
  -webkit-transform-origin: 0 1.5em;
  -ms-transform-origin: 0 1.5em;
  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 {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  -webkit-transition: background-color .1s;
  transition: background-color .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: 0 0 !important; }

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
  margin-top: auto; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-no-transition {
  -webkit-transition: none !important;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500; }

.swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }

.swal2-close:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: 0 0;
  color: #f27474; }

.swal2-close::-moz-focus-inner {
  border: 0; }

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

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

.swal2-file, .swal2-input, .swal2-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,box-shadow .3s;
  transition: border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #ccc; }

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc; }

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #ccc; }

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc; }

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

.swal2-input[type=number] {
  max-width: 10em; }

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

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

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

.swal2-checkbox, .swal2-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: inherit; }

.swal2-checkbox label, .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em; }

.swal2-checkbox input, .swal2-radio input {
  margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon .swal2-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  -ms-transform-origin: 3.75em 3.75em;
  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;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  -ms-transform-origin: 0 3.75em;
  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;
  -webkit-box-sizing: content-box;
  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;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

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

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s; }

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards; }

.swal2-noanimation {
  -webkit-transition: none;
  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); } }

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

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

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

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

@-webkit-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-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; } }

@-webkit-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-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; } }

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

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

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

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

@-webkit-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-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; } }

@-webkit-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-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; } }

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

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

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

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

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

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

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

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    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% - .625em * 2);
  background-color: transparent !important; }

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-top-left, body.swal2-no-backdrop .swal2-container.swal2-top-start {
  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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-left, body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom-left, body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: #fff !important;
  border-radius: 4px;
  font-family: Poppins,Arial,Helvetica,sans-serif; }

.swal2-modal .swal2-title {
  color: #000;
  font-size: 1.875rem; }

.swal2-modal .swal2-content {
  color: #1a1a1a;
  font-size: 1.125rem; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 1px solid #ccc;
  color: #1a1a1a; }

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-select {
  color: #1a1a1a; }

.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: 2px;
  cursor: pointer;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  border-color: #fff;
  color: #111;
  font-size: 1rem;
  padding: .875rem 2.25rem;
  border-radius: 4px;
  line-height: 1rem;
  outline: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  vertical-align: middle; }

.swal2-modal .swal2-styled.active, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: orange; }

.swal2-modal .swal2-styled:active {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #d14343; }

.swal2-modal .swal2-styled:focus {
  outline: 0; }

.swal2-modal .swal2-confirm {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.swal2-modal .swal2-confirm:active {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.swal2-modal .swal2-cancel {
  background-color: #fff;
  border-color: #fff;
  color: #111; }

.swal2-modal .swal2-cancel:focus, .swal2-modal .swal2-cancel:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: orange; }

.swal2-modal .swal2-cancel:active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #d14343; }

.swal2-modal .button + .button {
  margin-left: .75rem; }

.swal2-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image::before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

body, html {
  height: auto; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }

figure > figcaption {
  margin-bottom: -.5rem; }

figcaption {
  color: #a5a5a5;
  margin-top: .75rem; }

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

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

h5, h6 {
  text-transform: uppercase; }

a {
  -webkit-transition: none;
  transition: none; }

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

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

body {
  -webkit-font-smoothing: initial; }

@media (min-width: 801px) {
  [aria-hidden], [aria-selected] {
    outline: 0; } }

a {
  text-underline-position: under; }

.papathemes-brandPage-mainImage, .papathemes-categoryPage-mainImage {
  display: block;
  margin: 0 auto 1.5rem; }

/* For the Email Link or its parent container */
.email-container {
  min-width: 300px; }

@media (max-width: 800px) {
  .card-img-container[data-product-brand="granit"] {
    top: 45px; }
  .header .element__topHeader {
    overflow: hidden;
    height: 40px; }
  /* 1. Define the Container (Reserves the space) */
  .ticker-wrap {
    /* 🛑 CRITICAL CLS FIX: Define a fixed height! */
    height: 30px;
    line-height: 30px;
    /* Ensure the text is vertically centered */
    width: 100%;
    overflow: hidden;
    /* Keeps the content within the fixed box */
    white-space: nowrap;
    box-sizing: border-box; }
  /* The element that is actually moving */
  .ticker-item {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
    /* Add your font-family here and preload it for best results */ }
  /* Ensure the animation uses 'transform' */
  @keyframes scroll-left {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-100%); } }
  li.navUser-item.navUser-item--call {
    min-width: 34px;
    min-height: 43px; }
  [class^="sd-hero-image-"], [data-content-region="home_below_carousel"] {
    min-height: 300px; }
  [data-content-region=home_below_featured_products] [data-edit-mode] * {
    width: 100%;
    text-align: center !important; }
  .footer-info-col.footer-column .footer-info-list {
    text-align: left; }
  .header .main-header .navUser-section {
    width: auto; }
  .header .navUser-item-cartLabel {
    display: none; }
  li.navUser-item.navUser-item--call svg {
    fill: white;
    stroke: white;
    height: 1.5rem;
    width: 1.5rem; }
  li.navUser-item.navUser-item--call {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    display: inline-block; }
  .header #menu .navPages .navPages-list.navPages-list--user > .navPages-item {
    text-align: left; }
  .header #menu .navPages .navPages-list {
    padding: 0; }
  /*ul.navPages-list.navPages-list--user {
        margin-top: 25px;
}*/
  .is-open .navPages-list + .navPages-list > .navPages-item:first-child {
    border-top: none; }
  .header #menu .navPages .navPages-list.navPages-list--user > .navPages-item > .navPages-action {
    display: inline;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px; }
  .header-logo--left .header-logo-image {
    min-width: 160px;
    height: auto; }
  .papathemes-brandPage-mainImage, .papathemes-categoryPage-mainImage {
    text-align: center; }
  [data-content-region="ssl_site_seal--global"] > div > div > div {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
    display: block;
    flex-basis: auto; } }

.u-hiddenVisually {
  margin: 0 !important;
  visibility: hidden; }

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  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(153, 153, 153, 0.999)' /%3E%3C/svg%3E");
  background-position: right .5625rem top .6875rem;
  border-radius: 4px;
  padding: .75rem 3rem .75rem 1rem; }

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

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

.form-label--inlineSmall small {
  font-size: 12px;
  color: #a5a5a5;
  letter-spacing: .5px;
  text-transform: uppercase;
  vertical-align: middle; }

.table {
  margin-top: 2rem; }

.table td + td {
  border-left: 1px solid #ddd; }

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

.table--line {
  border-color: #ddd;
  border-width: 0 0 1px; }

.table--line .table-thead {
  background-color: #fff;
  border-color: #ddd;
  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 #ddd; }

.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: 0;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: 0 0;
  padding: 4.5rem 0;
  position: relative; }

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

.dropdown-menu-item {
  text-align: left; }

.dropdown-menu-item:first-child > a {
  padding-top: .75rem; }

.dropdown-menu-item:last-child > a {
  padding-bottom: 1rem; }

.dropdown-menu-item > a {
  margin: 0;
  padding: .25rem 1.125rem;
  text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }

.dropdown-menu-button.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dropdown-menu-button .icon {
  float: right;
  margin-left: 10px; }

.dropdown-menu-button .icon svg {
  fill: #111111; }

.dropdown-menu-button .icon {
  height: 1rem; }

@media (min-width: 1261px) {
  #wishlist-dropdown.is-open {
    padding-right: 0; } }

.dropdown-menu ul {
  margin-left: 0; }

.modal {
  margin: 0 auto;
  max-height: 98%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: hidden;
  padding: 0; }

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

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

.modal-header-title {
  font-size: 20px;
  text-align: center; }

@media (min-width: 801px) {
  .modal-header-title {
    font-size: 24px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #1a1a1a;
  font-size: 26px;
  line-height: 2rem;
  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: #d14343; }

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

.modal--alert {
  background-color: #fff !important;
  border-radius: 4px;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }

.modal--alert .modal-content {
  color: #1a1a1a;
  font-size: 1.125rem; }

.modal--alert .button-container {
  margin: 25px 0 0; }

.modal--alert .button-container .confirm {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.modal--alert .button-container .confirm:active {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.modal {
  overflow: visible;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.modal-close {
  color: #707070;
  top: 0;
  right: 0; }

@media (min-width: 801px) {
  .modal-close {
    width: 2.5rem;
    height: 2.5rem; } }

.modal-close .icon {
  display: block;
  width: 100%;
  height: 100%; }

.modal-close:hover {
  color: #333; }

@media (max-width: 800px) {
  .modal-header {
    padding: .75rem 3rem .75rem .75rem; }
  .navPages {
    padding-top: 0; }
  .modal-header-title {
    font-size: 18px; }
  .modal-body {
    padding: .75rem; } }

.has-activeModal--miniPreview .modal-background {
  display: none !important; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }

@media (min-width: 551px) {
  .breadcrumbs {
    display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }

.breadcrumb.is-active > .breadcrumb-label {
  cursor: text; }

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

.breadcrumbs {
  text-align: center;
  margin-bottom: .75rem; }

@media (min-width: 551px) {
  .breadcrumbs {
    margin-top: .5rem; } }

@media (min-width: 801px) {
  .supermarket-page--pages-blog .breadcrumbs, .supermarket-page--pages-blog-post .breadcrumbs, .supermarket-page--pages-brand .breadcrumbs, .supermarket-page--pages-brands .breadcrumbs, .supermarket-page--pages-category .breadcrumbs, .supermarket-page--pages-contact-us .breadcrumbs, .supermarket-page--pages-custom-brand-bulk-order .breadcrumbs, .supermarket-page--pages-custom-category-bulk-order .breadcrumbs, .supermarket-page--pages-custom-product-no-sidebar .breadcrumbs, .supermarket-page--pages-page .breadcrumbs, .supermarket-page--pages-product .breadcrumbs, .supermarket-page--pages-search .breadcrumbs, .supermarket-pageType--cart .breadcrumbs {
    text-align: left; } }

.breadcrumb {
  text-transform: uppercase; }

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }

.pagination-list:after, .pagination-list:before {
  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;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.pagination-item .pagination-link:hover {
  color: #d14343; }

.pagination-item.pagination-item--current {
  border-color: #ddd;
  border-radius: 4px;
  margin: 0 .375rem 0 .75rem; }

.pagination-item.pagination-item--next > a, .pagination-item.pagination-item--previous > a {
  color: #000; }

.pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item--previous > a:hover {
  color: #d14343; }

.pagination-item.pagination-item--next > a:hover .icon > svg, .pagination-item.pagination-item--previous > a:hover .icon > svg {
  fill: #d14343; }

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

.pagination-item--previous {
  float: left; }

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

.pagination-item--next {
  float: right; }

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

.pagination-list--small {
  position: relative; }

.pagination-list--small .pagination-item {
  color: #707070;
  cursor: inherit;
  line-height: 1.5; }

.pagination-list--small .pagination-link {
  padding: 0 .375rem; }

.pagination-list--small .pagination-item--next, .pagination-list--small .pagination-item--previous {
  position: absolute;
  top: 0; }

.pagination-list--small .pagination-item--previous {
  left: 0; }

.pagination-list--small .pagination-item--next {
  right: 0; }

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

.pagination:after {
  clear: both; }

.pagination-info {
  vertical-align: top;
  padding: .75rem 0;
  color: #707070;
  text-align: center; }

@media (min-width: 801px) {
  .pagination-info {
    display: inline-block;
    text-align: left; } }

@media (min-width: 801px) {
  .pagination-info + .pagination-list {
    float: right; } }

.pagination-item .icon svg {
  fill: black; }

.pagination-item--previous {
  float: none; }

.pagination-item--next {
  float: none; }

.pagination-list li a, .pagination-list li button {
  padding: .75rem 1rem; }

.button {
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.button + .button {
  margin-left: 0; }

@media (min-width: 801px) {
  .button + .button {
    margin-left: .75rem; } }

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

.button--icon svg {
  fill: #4f4f4f; }

.button {
  text-transform: uppercase; }

.tab {
  border-top: 1px solid #ddd;
  float: none; }

@media (min-width: 801px) {
  .tab {
    border-top-color: #fff;
    float: left; } }

.tab.is-active {
  border-left-color: #fff;
  border-right-color: #fff; }

@media (min-width: 551px) {
  .tab.is-active {
    margin-bottom: -1px; } }

@media (min-width: 801px) {
  .tab.is-active {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }

@media (min-width: 551px) {
  .tab-title {
    text-align: left; } }

@media (min-width: 801px) {
  .tab-title {
    padding: .75rem 1.5rem; }
  .go3131609004.content-editable-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2-title.go1304574217.custom p {
    white-space: pre; } }

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

@media (min-width: 1360px) {
  .header .element__topHeader .ticker-item {
    font-size: small; } }

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

[data-content-region="header_navigation_bottom--global"] div {
  padding: 0; }

@media (max-width: 997px) {
  .header .element__topHeader .ticker-item {
    font-size: 9px; } }

@media (min-width: 801px) {
  .tab {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; } }

.tab-title {
  font-weight: 600;
  color: #a5a5a5; }

.tab-title:focus, .tab-title:hover {
  color: #d14343; }

.tabs--alt .tab-title {
  text-transform: uppercase; }

.tab-content .productReview {
  width: 100%; }

.accordion {
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.accordion .navList {
  margin-bottom: 0; }

.accordion-content {
  border: 0; }

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

.accordion-title {
  margin: 0; }

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

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

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

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

.accordion--navList .accordion-content {
  padding: 1rem; }

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

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

.accordion--navList .accordion-title {
  font-weight: 400;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }

@media (min-width: 801px) {
  .accordion--navList .accordion-title {
    margin-bottom: .75rem;
    margin-top: 0;
    padding: 0; } }

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.1875rem; }

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

.accordion-block:first-child {
  margin-top: 0; }

.accordion-block:first-child .accordion-navigation {
  border-radius: 10px 10px 0 0; }

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

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem; }

.accordion-navigation-actions > a {
  color: #707070;
  vertical-align: middle; }

.accordion-navigation-actions > a:hover {
  color: #333; }

@media (min-width: 801px) {
  .accordion--navList .accordion-indicator {
    visibility: visible;
    width: 1rem;
    height: 1rem; } }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -.75rem; }

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

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

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

.alertBox--info {
  color: #1a1a1a; }

.alertBox--info .alertBox-close svg {
  fill: #19aa9d; }

.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(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: .875rem;
  left: -.125rem;
  margin-right: .0625rem;
  position: relative;
  top: .1875rem;
  width: .875rem; }

.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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right .6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%;
  display: block; }

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

.form-actions:after {
  clear: both; }

@media (min-width: 551px) {
  .form-actions {
    margin-top: 1.5rem; } }

.form-actions .button, .form-actions a, .form-actions input {
  vertical-align: top;
  width: 100%; }

@media (min-width: 551px) {
  .form-actions .button, .form-actions a, .form-actions input {
    margin-bottom: 0;
    width: auto; } }

.form-actions .button + .button, .form-actions .button + a, .form-actions .button + input, .form-actions a + .button, .form-actions a + a, .form-actions a + input, .form-actions input + .button, .form-actions input + a, .form-actions input + input {
  margin-top: .75rem; }

@media (min-width: 551px) {
  .form-actions .button + .button, .form-actions .button + a, .form-actions .button + input, .form-actions a + .button, .form-actions a + a, .form-actions a + input, .form-actions input + .button, .form-actions input + a, .form-actions input + input {
    margin: 0 0 0 .75rem; } }

.form-label--alternate {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-bottom: .75rem; }

.form-select--date {
  width: initial; }

.form-select--date + .form-select--date {
  margin-left: .375rem; }

.form-select--date, .form-select--small {
  background-position: right .5rem top .5rem;
  background-size: 1.125rem;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: .5625rem .75rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #a5a5a5;
  font-size: 12px; }

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

.form-column {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

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

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: .375rem; }

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

.form-prefixPostfix--centeredColumn.wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

.form-prefixPostfix-button--postfix {
  margin: .75rem 0 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 1261px) {
  .form-prefixPostfix-button--postfix {
    margin: 0 0 0 .75rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

.form-increment .button {
  margin: 0;
  padding: .1875rem .3125rem; }

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

.form-option {
  border: 1px solid #ccc;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: 1px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.form-option:hover {
  border-color: #ec1d58; }

.form-radio:checked + .form-option {
  border-color: #4f4f4f;
  -webkit-box-shadow: 0 0 0 1px #4f4f4f;
  box-shadow: 0 0 0 1px #4f4f4f; }

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

.form-option-variant--color, .form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }

@media (min-width: 551px) {
  .form-option-variant--color, .form-option-variant--pattern {
    pointer-events: inherit; } }

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

.form-input--small {
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1rem;
  padding: .5625rem .75rem; }

.form-minMaxRow {
  margin-left: -.1875rem;
  margin-right: -.1875rem; }

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

.form-minMaxRow:after {
  clear: both; }

.form-minMaxRow .form-field {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
  padding-left: .1875rem;
  padding-right: .1875rem; }

.form-minMaxRow .form-input--small {
  padding-left: .375rem;
  padding-right: .1875rem; }

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

[data-product-attribute] .form-option.unavailable::before {
  background-color: #000;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  width: 141%; }

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

.form-label--alternate {
  font-size: 1rem; }

.form-option {
  border-radius: 4px; }

.form-option-variant:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-option-variant:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

@media (-moz-touch-enabled: 1), (pointer: coarse) {
  .form-option-variant--color, .form-option-variant--pattern {
    pointer-events: none; } }

.form-increment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  letter-spacing: -.5em;
  border-radius: 4px;
  overflow: hidden; }

.form-increment .button {
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  border-color: #ccc;
  padding: .5rem; }

.form-input--incrementTotal {
  width: 3rem; }

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

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

@media (min-width: 551px) {
  .form-prefixPostfix-button--postfix {
    margin: 0 0 0 .75rem; } }

.gift-certificate-form .form-column .form-field:not(.form-field-group) {
  padding-left: 0;
  padding-right: 0; }

.card-figure {
  margin-top: 0;
  position: relative; }

.card-figure:hover .card-figcaption {
  opacity: 1; }

.card-img-container {
  display: block;
  max-width: 590px; }

.body .card-img-container::after,
.card-img-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }

@media (min-width: 801px) {
  .card-figcaption {
    display: block; } }

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

.card-title {
  font-size: 1rem;
  margin: 0 0 .25rem; }

.card-title > a {
  color: #1a1a1a;
  text-decoration: none; }

.card-title > a:hover {
  color: #de7bce; }

.card-text {
  margin-bottom: .375rem; }

.card-text abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: .375rem 0 0; }

.card-figcaption-button:active {
  background-color: rgba(222, 123, 198, 0.7);
  border: none; }

.card-figcaption-button + .card-figcaption-button {
  margin: .375rem 0 0; }

.card-body {
  text-align: center; }

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

.card--alternate {
  border: 3px solid #fff;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.card--alternate .card-body {
  background-color: #fff;
  padding: .75rem;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

@media (min-width: 551px) {
  .card--alternate .card-body {
    padding: 1.5rem; } }

.card--alternate:hover {
  border-color: #d14343; }

.card--alternate:hover .card-body {
  background-color: #d14343; }

.card--alternate:hover .card-body .card-text {
  color: #fff; }

.card--alternate:hover .card-title > a {
  color: #fff; }

.card {
  margin-bottom: .75rem; }

@media (min-width: 801px) {
  .card {
    margin-bottom: 1.5rem; } }

.card-body {
  text-align: center; }

.card-body .price {
  font-size: 1rem;
  font-weight: 600; }

.card-body .price-section {
  display: inline; }

.card-body .price-section + .price-section {
  margin-left: .375rem; }

.card-body .rrp-price--withTax + .price-section, .card-body .rrp-price--withoutTax + .price-section {
  margin-left: 0; }

.card-body .card-text--summary {
  color: #1a1a1a; }

.card-figcaption-body {
  display: inline;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static; }

.card-figure {
  position: relative;
  overflow: hidden; }

.card-image ~ .card-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  height: 100%;
  background-color: #fff; }

.card:active .card-image ~ .card-image, .card:focus .card-image ~ .card-image, .card:hover .card-image ~ .card-image {
  opacity: 1; }

.card-figcaption-body-bottomGroup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #de7bc6;
  padding: .75rem 0; }

.card-figcaption-body-bottomGroup .card-figcaption-button:first-child {
  margin-top: 0; }

.card-figcaption-body-bottomGroup .card-figcaption-button:hover {
  background: #de7bc6;
  opacity: .6; }

.card-figcaption-body-rightGroup {
  position: absolute;
  top: 0;
  right: 0; }

.card-figcaption-body-rightGroup .card-figcaption-button {
  text-indent: -9999px;
  font-size: 0;
  padding: 5px;
  line-height: 20px;
  border: 0;
  background: 0 0; }

.card-figcaption-body-rightGroup .card-figcaption-button::before {
  font-family: papathemesicons !important;
  font-style: normal;
  content: "";
  text-indent: 0;
  float: left;
  font-size: 20px; }

.card-figcaption-body-rightGroup .card-figcaption-button:hover {
  background: 0 0;
  opacity: .6; }

.card-text--summary {
  display: none; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.navList-action--checkbox::after, .navList-action--checkbox::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out; }

.navList-action--checkbox::before {
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  height: 1rem;
  left: 0;
  top: 0;
  width: 1rem; }

.navList-action--checkbox::after {
  height: .875rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: .875rem; }

.navList-action--checkbox::before {
  border-radius: 4px; }

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

.navList-action--checkbox::after, .navList-action--checkbox::before {
  top: 50%; }

.navList-action--checkbox::before {
  margin-top: -.5rem; }

.navList-action--checkbox::after {
  margin-top: -.4375rem; }

.navList-action--checkbox.is-disabled {
  cursor: default; }

.navList-action--checkbox.is-disabled::before {
  background-color: #fff; }

.navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.navList-action-close {
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: .25rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  visibility: hidden; }

.navList-action-close .icon {
  height: .8125rem;
  width: .8125rem;
  fill: black; }

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

@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 #1a1a1a; } }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #666; }

@media (min-width: 801px) {
  .navBar--sub .navBar-item.navBar-item--separate {
    border-left: 1px solid #707070;
    margin: 0;
    padding-left: .75rem; } }

.navBar--sub .navBar-action {
  color: #707070;
  font-size: 1rem;
  padding: 0; }

.navBar--sub .navBar-action:hover {
  color: #333; }

.navList-subSection .navList-item {
  margin-left: .75rem; }

.navList-subSection .navList-item::before {
  content: "-";
  float: left;
  margin-left: -.75rem; }

.navBar--sub {
  margin-bottom: 1.5rem; }

.navBar--sub .navBar-item.is-active {
  font-weight: 700; }

.supermarket-page--pages-search .navBar--sub .navBar-item {
  display: inline-block; }

.navBar--sub .navBar-action {
  padding-top: .375rem;
  padding-bottom: .375rem;
  color: #000; }

.navBar--sub .navBar-action:hover {
  color: #d14343; }

.navBar--sub .navBar-action:active {
  color: orange; }

.navBar--sub .navBar-action-color--active {
  color: #1a1a1a;
  padding: .75rem;
  display: block; }

.supermarket-page--pages-search .navBar--sub {
  text-align: left; }

.supermarket-page--pages-search .navBar--sub .navBar-item:first-child {
  margin-left: 0; }

@media (max-width: 800px) {
  .navBar--sub {
    text-align: left; }
  .navBar--sub .navBar-item {
    margin-left: 0;
    margin-right: 1.5rem; }
  .navBar--sub .navBar-item.is-active {
    padding-top: .375rem;
    padding-bottom: .375rem; } }

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

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

.icon, .icon svg {
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: #fff;
  cursor: default;
  font-weight: 700;
  margin: -.6875rem -.6875rem 0 0;
  padding: .0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }

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

.navUser:after {
  clear: both; }

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

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

.navUser ol li, .navUser ul li {
  margin: 0;
  padding: 0; }

.navUser-section {
  float: left; }

.navUser-section:after, .navUser-section:before {
  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-action, .navUser-item {
  display: block; }

@media (min-width: 801px) {
  .navUser {
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 50; } }

.navUser .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  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 #ddd transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: .75rem;
  position: absolute; }

.navUser .dropdown-menu.is-open::after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: .875rem;
  position: absolute; }

.navUser-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0; }

@media (max-width: 800px) {
  .navUser-section {
    margin-right: -.75rem;
    margin-bottom: .75rem;
    float: right; } }

.navUser-action {
  color: #1a1a1a;
  padding: .5rem;
  text-decoration: none; }

@media (min-width: 801px) {
  .navUser-action {
    padding: 0;
    margin: 0 .75rem; } }

.navUser-action.is-open, .navUser-action:focus, .navUser-action:hover {
  color: #de7bce; }

.navUser-action.is-open svg, .navUser-action:focus svg, .navUser-action:hover svg {
  fill: #de7bce; }

.header .navUser-action .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0; }

@media (min-width: 801px) {
  .navUser-action .icon {
    height: 1.375rem;
    width: 1.375rem; } }

.navUser-action svg {
  fill: #1a1a1a;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.navUser-action--cart {
  margin-right: 0; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }

.navUser-action--storeCredit + .dropdown-menu::before {
  left: 8.75rem !important; }

.navUser-action--storeCredit + .dropdown-menu::after {
  left: 8.875rem !important; }

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

.navUser-item {
  display: none; }

@media (min-width: 801px) {
  .navUser-item {
    display: block; }
  .navUser-item.navUser-item--social {
    margin-top: .3125rem;
    padding-right: .3125rem; }
  .navUser-item.navUser-item--divider {
    font-size: 1.5625rem;
    margin-top: .5rem;
    padding-left: .125rem; } }

.navUser-item--cart {
  display: block; }

.navUser-item--cart .navUser-action {
  color: #1a1a1a; }

.navUser-item--cart .navUser-action.is-open, .navUser-item--cart .navUser-action:hover {
  color: #de7bce; }

.navUser-item--cart .dropdown-menu {
  max-width: 20rem; }

.navUser-item--cart .dropdown-menu.is-open {
  top: auto !important;
  left: auto !important;
  right: .3125rem; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open {
    right: 0; } }

.navUser-item--cart .dropdown-menu.is-open::after, .navUser-item--cart .dropdown-menu.is-open::before {
  left: auto; }

.navUser-item--cart .dropdown-menu.is-open::before {
  right: .4375rem; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open::before {
    right: .75rem; } }

.navUser-item--cart .dropdown-menu.is-open::after {
  right: .5625rem; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open::after {
    right: .875rem; } }

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

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

.navUser-item--phone {
  display: block; }

@media (max-width: 800px) {
  .navUser-item--phone ._label {
    display: none; } }

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

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

.navUser-action--quickSearch.is-open {
  position: relative; }

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

.dropdown--quickSearch {
  background-color: #fff;
  padding: 1.5rem 0; }

@media (min-width: 551px) {
  .dropdown--quickSearch {
    padding: 3rem; } }

.dropdown--quickSearch.is-open {
  left: 0 !important;
  outline: 0;
  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: 18px;
  height: unset; }

.dropdown--quickSearch .productGrid {
  padding: 1.5rem 0 0; }

@media (min-width: 551px) {
  .dropdown--quickSearch .productGrid {
    padding: 3rem 0 0; } }

.countPill {
  display: none; }

@media (max-width: 1260px) {
  .countPill {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #de7bce;
    border-radius: 8px;
    color: #fff;
    display: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -.05em;
    height: 16px;
    line-height: 16px;
    text-align: center;
    min-width: 16px;
    padding: 0 2px; } }

@media (min-width: 801px) and (max-width: 1260px) {
  .countPill {
    top: -16px; } }

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

@media (min-width: 1261px) {
  .countPill--positive::before {
    content: "("; }
  .countPill--positive::after {
    content: ")"; } }

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

@media (min-width: 801px) {
  .navUser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static; } }

.navUser-or {
  vertical-align: middle;
  padding: 0 .375rem; }

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

.navUser-action--compare {
  display: none; }

.navUser-action--compare.show {
  display: block;
  position: fixed;
  bottom: calc(-100vh + 150px);
  right: 0;
  padding: .75rem 1.5rem;
  color: #fff;
  background-color: #000; }

.navUser-action--compare.show:focus, .navUser-action--compare.show:hover {
  color: #fff;
  background-color: #391271; }

@media (min-width: 801px) {
  .navUser-action--compare.show {
    bottom: 0; } }

.navUser-item-icon {
  font-size: 1.625rem;
  display: inline-block;
  padding-right: .75rem; }

@media (min-width: 1200px) {
  .header .element__topHeader [data-content-region=header_navigation_bottom--global] p.desktop_only {
    font-size: 18px; } }

@media (min-width: 801px) {
  .navUser-item-icon {
    font-size: 1.25rem; }
  .navUser-item-icon::before {
    vertical-align: middle; } }

.navUser-item-cartIcon {
  padding-right: 0; }

@media (min-width: 801px) {
  .navUser-item-cartIcon {
    padding-right: .75rem; } }

@media (min-width: 801px) and (max-width: 1680px) {
  .navUser-item-giftCertIcon, .navUser-item-recentlyViewedIcon, .navUser-item-wishlistIcon {
    padding-right: 0; } }

.countPill--alt {
  background-color: #de7bce;
  color: #fff; }

.navUser-item--cart .dropdown-menu.is-open {
  margin-top: 1rem; }

.navUser-item--cart .dropdown-menu:not(.is-loading) {
  width: auto;
  max-width: none; }

.navUser-item--cart .previewCart {
  width: 300px; }

@media (min-width: 801px) {
  .navUser-item--cart .previewCart {
    width: 25rem; } }

.navUser-item--cart .navUser-action {
  position: relative; }

.navUser-item--recentlyViewed {
  position: relative; }

.navUser-item--recentlyViewed .dropdown-menu.is-open {
  top: auto !important;
  left: auto !important;
  right: 0; }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  margin: 0; }

@media (min-width: 801px) and (max-width: 1680px) {
  .navUser-item-giftCertLabel, .navUser-item-recentlyViewedLabel, .navUser-item-wishlistLabel {
    display: none; } }

.dropdown--quickSearch {
  padding: 0;
  margin: 0 auto;
  width: 100%; }

@media (min-width: 801px) {
  .dropdown--quickSearch {
    padding: 0 2.25rem; } }

@media (min-width: 1261px) {
  .dropdown--quickSearch {
    max-width: 73.125rem; } }

@media (min-width: 1681px) {
  .dropdown--quickSearch {
    max-width: 77.5rem; } }

.dropdown--quickSearch.is-open {
  z-index: 45; }

.dropdown--quickSearch.is-open + .papathemes-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40; }

.dropdown--quickSearch > .container {
  position: relative;
  padding: 0; }

.dropdown--quickSearch .modal-close {
  color: #707070;
  top: 0;
  right: 0; }

@media (min-width: 801px) {
  .dropdown--quickSearch .modal-close {
    right: -2.25rem; } }

.dropdown--quickSearch .productGrid {
  padding: 0;
  margin: 0; }

.dropdown--quickSearch.is-open .modal-close {
  display: block; }

@media (max-width: 800px) {
  .dropdown--quickSearch.is-open .modal-close {
    position: fixed;
    top: auto;
    bottom: 0;
    background-color: #f2f2f2; } }

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

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

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

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

.navPages-quickSearch {
  border-bottom: 1px solid #ddd;
  margin-bottom: .75rem; }

@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: #fff;
  border: 1px solid #ddd; }

.navPages-list--user #currencySelection2 .dropdown-menu-item {
  padding: 0; }

.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
  border-bottom: 1px solid #ddd; }

.navPages-list--user #currencySelection2 a {
  padding: .75rem 1.5rem; }

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

.tags ol, .tags ul {
  list-style: none;
  margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }

.tag a {
  color: #707070;
  display: inline-block;
  padding: .375rem .5rem;
  text-decoration: none; }

.tag a:hover {
  color: #333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }

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

.socialLinks:after {
  clear: both; }

.socialLinks ol, .socialLinks ul {
  list-style: none;
  margin-bottom: 0; }

.socialLinks li {
  margin: 0;
  padding: 0; }

.socialLinks .icon {
  height: 1.25rem;
  width: 1.25rem;
  margin: 0;
  text-decoration: none; }

.socialLinks .icon:hover svg {
  fill: #d14343; }

.socialLinks .icon svg {
  fill: #1a1a1a;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }

.socialLinks .socialLinks-item {
  margin-bottom: .375rem;
  margin-right: .75rem; }

.socialLinks .socialLinks-item:last-child {
  margin-right: 0; }

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

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

.socialLinks {
  font-size: 0; }

.socialLinks .socialLinks-item {
  margin: 0 .375rem 0 0; }

.socialLinks .socialLinks-item:last-child {
  margin-right: 0; }

.socialLinks .icon {
  width: 2.25rem;
  height: 2.25rem;
  padding: .5rem;
  background-color: #91268d;
  border-radius: 4px; }

.socialLinks .icon:focus, .socialLinks .icon:hover {
  background-color: orange; }

.socialLinks .icon--google_plusone {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52px !important;
  display: none; }

.socialLinks--dark .socialLinks-item {
  margin: 0; }

.socialLinks--dark .icon {
  background-color: orange; }

.socialLinks--dark .icon:focus, .socialLinks--dark .icon:hover {
  background-color: #91268d; }

.socialLinks--alt .icon {
  background-color: rgba(0, 0, 255, 0); }

.socialLinks--alt .icon svg {
  fill: #282828; }

.socialLinks--alt .icon:focus, .socialLinks--alt .icon:hover {
  background-color: rgba(0, 0, 255, 0); }

.socialLinks--alt .icon:focus svg, .socialLinks--alt .icon:hover svg {
  fill: #91268d; }

.socialLinks-item--facebook_like .icon {
  width: auto; }

.socialLinks-item--facebook_like {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }

.socialLinks-item--facebook_like iframe {
  position: static !important; }

.footer .socialLinks .icon {
  background-color: transparent; }

.footer .socialLinks .icon svg {
  fill: black; }

.footer .socialLinks .icon:hover svg {
  fill: #de7bce; }

.google_plusone_iframe_widget {
  width: 38px !important;
  height: 24px !important; }

.fb_iframe_widget + .fb_iframe_widget {
  display: none; }

.addthis_button_facebook_like.icon--facebook_like > svg {
  display: none; }

.addthis_button_facebook_like.icon--facebook_like {
  width: auto !important;
  overflow: hidden !important;
  padding-top: .375rem; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }

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

.heroCarousel.slick-initialized {
  max-height: 62.5rem;
  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%; }

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

.heroCarousel-slide {
  position: relative; }

.heroCarousel-slide a {
  text-decoration: none; }

@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 37.5rem;
    width: 100%; } }

@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 37.5rem; } }

.heroCarousel-slide.compat-object-fit {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

@media (min-width: 1261px) {
  .heroCarousel-slide.compat-object-fit.stretch {
    background-size: 100% 100%; } }

.heroCarousel-slide.compat-object-fit .heroCarousel-image {
  opacity: 0; }

.heroCarousel-content {
  background-color: #fff;
  padding: 1.5rem 1.5rem 0;
  text-align: center; }

@media (min-width: 801px) {
  .heroCarousel-content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0 auto;
    padding: 2.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46.875rem; }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; } }

.heroCarousel-title {
  color: #000;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 51.2px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .75rem; }

@media (min-width: 801px) {
  .heroCarousel-title {
    font-size: 64px; } }

.heroCarousel-description {
  color: #000;
  font-size: 20px;
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .heroCarousel-description {
    font-size: 28px;
    margin-bottom: 0; } }

.heroCarousel-action {
  margin: 0; }

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

.heroCarousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }

.heroCarousel {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%; }

.js .heroCarousel {
  opacity: 1;
  max-height: none;
  -webkit-transition: none;
  transition: none; }

@media (max-width: 800px) {
  .heroCarousel {
    padding-bottom: 2.5rem; } }

@media (min-width: 801px) {
  .heroCarousel {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; } }

.heroCarousel.slick-initialized {
  max-height: none; }

.heroCarousel.slick-dotted {
  margin-bottom: 0; }

.heroCarousel .slick-next, .heroCarousel .slick-prev {
  top: 50%;
  display: none !important; }

@media (min-width: 801px) {
  .heroCarousel .slick-next, .heroCarousel .slick-prev {
    display: block !important; } }

.heroCarousel .slick-dots li {
  height: auto;
  width: auto;
  padding: .3125rem; }

.heroCarousel .slick-dots li button, .heroCarousel .slick-dots li button::before {
  height: .375rem;
  width: .375rem;
  border-radius: .1875rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.heroCarousel .slick-dots li.slick-active button, .heroCarousel .slick-dots li.slick-active button::before {
  width: .9375rem; }

.js .heroCarousel-slide:first-child {
  display: block; }

.js .heroCarousel-slide + .heroCarousel-slide {
  opacity: 0;
  max-height: 0; }

.js .slick-initialized .heroCarousel-slide + .heroCarousel-slide {
  opacity: 1;
  max-height: none; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: none; }

.heroCarousel-slide .heroCarousel-image {
  max-height: none; }

.heroCarousel-slide a {
  display: block; }

.heroCarousel-image-box {
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.heroCarousel-image-box-padding {
  height: 0; }

.heroCarousel-image {
  width: 100%; }

.heroCarousel-image-wrapper:not(.heroCarousel-image-wrapper--sized) .heroCarousel-image.lazyload + .heroCarousel-content, .heroCarousel-image-wrapper:not(.heroCarousel-image-wrapper--sized) .heroCarousel-image.lazyloading + .heroCarousel-content {
  opacity: 0; }

@media (min-width: 801px) {
  .heroCarousel-image {
    width: auto; } }

@media (min-width: 801px) {
  .heroCarousel-content {
    background-color: rgba(255, 255, 255, 0); } }

.heroCarousel-video-wrapper {
  position: relative;
  overflow: hidden; }

.heroCarousel-video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.slick-active .heroCarousel-video {
  visibility: visible; }

.heroCarousel:not([data-youtube-autoplay]) .heroCarousel-video, .slick-video-playing .heroCarousel-video {
  visibility: visible;
  opacity: 1; }

.heroCarousel-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 801px) {
  .heroCarousel-slide--0 .heroCarousel-content {
    text-align: left; } }

@media (min-width: 801px) and (min-width: 801px) {
  .heroCarousel-slide--0 .heroCarousel-content {
    left: auto;
    right: 50%;
    width: auto; } }

@media (min-width: 801px) and (min-width: 1441px) {
  .heroCarousel-slide--0 .heroCarousel-content {
    max-width: 39rem; } }

@media (min-width: 801px) and (min-width: 1681px) {
  .heroCarousel-slide--0 .heroCarousel-content {
    max-width: 41rem; } }

@media (min-width: 801px) {
  .heroCarousel-slide--1 .heroCarousel-content {
    text-align: left; } }

@media (min-width: 801px) and (min-width: 801px) {
  .heroCarousel-slide--1 .heroCarousel-content {
    left: auto;
    right: 50%;
    width: auto; } }

@media (min-width: 801px) and (min-width: 1441px) {
  .heroCarousel-slide--1 .heroCarousel-content {
    max-width: 39rem; } }

@media (min-width: 801px) and (min-width: 1681px) {
  .heroCarousel-slide--1 .heroCarousel-content {
    max-width: 41rem; } }

@media (min-width: 801px) {
  .heroCarousel-slide--2 .heroCarousel-content {
    text-align: left; } }

@media (min-width: 801px) and (min-width: 801px) {
  .heroCarousel-slide--2 .heroCarousel-content {
    left: auto;
    right: 50%;
    width: auto; } }

@media (min-width: 801px) and (min-width: 1441px) {
  .heroCarousel-slide--2 .heroCarousel-content {
    max-width: 39rem; } }

@media (min-width: 801px) and (min-width: 1681px) {
  .heroCarousel-slide--2 .heroCarousel-content {
    max-width: 41rem; } }

@media (min-width: 801px) {
  .heroCarousel-slide--3 .heroCarousel-content {
    text-align: left; } }

@media (min-width: 801px) and (min-width: 801px) {
  .heroCarousel-slide--3 .heroCarousel-content {
    left: auto;
    right: 50%;
    width: auto; } }

@media (min-width: 801px) and (min-width: 1441px) {
  .heroCarousel-slide--3 .heroCarousel-content {
    max-width: 39rem; } }

@media (min-width: 801px) and (min-width: 1681px) {
  .heroCarousel-slide--3 .heroCarousel-content {
    max-width: 41rem; } }

@media (min-width: 801px) {
  .heroCarousel-slide--4 .heroCarousel-content {
    text-align: left; } }

@media (min-width: 801px) and (min-width: 801px) {
  .heroCarousel-slide--4 .heroCarousel-content {
    left: auto;
    right: 50%;
    width: auto; } }

@media (min-width: 801px) and (min-width: 1441px) {
  .heroCarousel-slide--4 .heroCarousel-content {
    max-width: 39rem; } }

@media (min-width: 801px) and (min-width: 1681px) {
  .heroCarousel-slide--4 .heroCarousel-content {
    max-width: 41rem; } }

.heroCarousel-title {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: .375rem; }

@media (min-width: 801px) {
  .heroCarousel-title {
    font-size: 64px;
    margin-bottom: .75rem; } }

.heroCarousel-description {
  font-size: 16px;
  margin-bottom: .75rem; }

@media (min-width: 801px) {
  .heroCarousel-description {
    font-size: 20px;
    margin-bottom: 0; } }

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

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

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

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: .75rem;
    padding-right: .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;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.writeReview-productImage-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.writeReview-productImage-container {
  margin-bottom: .75rem; }

.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 td, .account--addReturn .table th {
  display: block;
  padding: 0; }

@media (min-width: 551px) {
  .account--addReturn .table td, .account--addReturn .table th {
    display: table-cell;
    padding-bottom: .75rem;
    padding-top: .75rem; } }

.account--addReturn .table td + td, .account--addReturn .table td + th, .account--addReturn .table th + td, .account--addReturn .table th + th {
  padding-left: 0; }

@media (min-width: 551px) {
  .account--addReturn .table td + td, .account--addReturn .table td + th, .account--addReturn .table th + td, .account--addReturn .table th + th {
    padding-left: 1.5rem; } }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: .1875rem; }

@media (min-width: 551px) {
  .account--addReturn .table .return-itemPrice {
    text-align: center; } }

@media (min-width: 551px) {
  .account--addReturn .table .return-itemQuantity {
    text-align: right; } }

.account--addReturn .table-thead {
  display: none; }

@media (min-width: 551px) {
  .account--addReturn .table-thead {
    display: table-header-group; } }

.account--addReturn .table-thead th {
  font-size: 14px; }

.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: 14px;
  font-weight: 700; }

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

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: .375rem; }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: .375rem; }

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

.account--addReturn-row {
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }

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

.account--addReturn-row:after {
  clear: both; }

.account--addReturn-column {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }

@media (min-width: 551px) {
  .account--addReturn-column {
    width: 50%; } }

.productCarousel {
  margin: 0 -.75rem;
  max-width: none;
  width: auto; }

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

.productCarousel:after {
  clear: both; }

.productCarousel-slide {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) and (max-width: 1024px) {
  .body .productCarousel-slide {
    width: 33.333%;
    padding: 0; }
  .body .productCarousel-slide:nth-child(4), .body .productCarousel-slide:nth-child(5) {
    display: none; } }

@media (min-width: 551px) and (max-width: 800px) {
  .body .productCarousel-slide {
    width: 50%;
    padding: 0; }
  .body .productCarousel-slide:nth-child(3), .body .productCarousel-slide:nth-child(4), .body .productCarousel-slide:nth-child(5) {
    display: none; } }

@media (max-width: 551px) {
  .body .productCarousel-slide:nth-child(2), .body .productCarousel-slide:nth-child(3), .body .productCarousel-slide:nth-child(4), .body .productCarousel-slide:nth-child(5) {
    display: none; } }

@media (min-width: 1025px) and (max-width: 1260px) {
  .body .productCarousel-slide {
    width: 25%;
    padding: 0; }
  .body .productCarousel-slide:nth-child(5) {
    display: none; } }

@media (min-width: 1261px) {
  .slick-next {
    right: -3.375rem; }
  .body .productCarousel-slide {
    width: 20%; } }

.productCarousel-slide .card {
  margin-bottom: 0; }

.productCarousel-slide .card .card-title {
  overflow-wrap: break-word; }

.productCarousel-slide {
  padding: 0; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.productReviews-list ol, .productReviews-list ul {
  list-style: none;
  margin-bottom: 0; }

.productReviews-list:after, .productReviews-list:before {
  content: " ";
  display: table; }

.productReviews-list:after {
  clear: both; }

.productReview {
  padding-left: .75rem;
  padding-right: .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: #707070;
  margin-bottom: 1rem; }

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

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

.productReviews-list {
  margin: 0; }

.productReview {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #ddd; }

@media (min-width: 801px) {
  .productReview article {
    font-size: 0; } }

@media (min-width: 801px) {
  .productReview header {
    display: inline-block;
    width: 25%;
    font-size: 1rem;
    vertical-align: top;
    padding-right: 1.5rem; } }

@media (min-width: 801px) {
  .productReview-body {
    display: inline-block;
    width: 75%;
    font-size: 1rem;
    font-style: italic;
    vertical-align: top;
    padding-left: 1.5rem;
    border-left: 1px solid #ddd; } }

.productReview-author {
  margin-bottom: .375rem; }

.productView {
  padding-top: 1rem; }

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

.productView-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: .75rem; }

@media (min-width: 320px) and (max-width: 801px) {
  .productView-image {
    pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 608px;
  width: 100%; }

.productView-img-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.productView-img-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  margin-left: -.375rem;
  margin-right: -.375rem; }

.productView-thumbnails ol, .productView-thumbnails ul {
  list-style: none;
  margin-bottom: 0; }

.productView-thumbnails:after, .productView-thumbnails:before {
  content: " ";
  display: table; }

.productView-thumbnails:after {
  clear: both; }

.productView-thumbnails .slick-list {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.productView-thumbnails .slick-next {
  right: 0; }

.productView-thumbnails .slick-prev {
  left: 0; }

.productView-thumbnails img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: 0;
  width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  position: relative; }

.productView-thumbnail {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 25%;
  float: left;
  padding-left: .375rem;
  padding-right: .375rem;
  text-align: center; }

@media (min-width: 1261px) {
  .productView-thumbnail {
    width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
  border-color: #454545; }

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

.productView-title {
  font-size: 18px;
  margin: -.75rem 0 .375rem; }

@media (min-width: 801px) {
  .productView-title {
    margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .productView-title {
    font-size: 28px; } }

.productView-brand {
  color: #d14343;
  font-size: 14px;
  margin: 0 0 .75rem; }

@media (min-width: 1261px) {
  .productView-brand {
    font-size: 18px;
    margin: -.1875rem 0 1rem; } }

.productView-brand a {
  color: #d14343; }

.productView-brand a:hover {
  color: #000; }

.productView-price {
  margin-bottom: .5rem; }

@media (min-width: 801px) {
  .productView-price {
    margin-bottom: 1rem; } }

.productView-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: .75rem;
  vertical-align: middle; }

@media (min-width: 551px) {
  .productView-reviewLink + .productView-reviewLink {
    margin-left: .75rem; }
  .productView-reviewLink + .productView-reviewLink::before {
    content: "|";
    color: #707070;
    padding-right: .75rem; } }

.productView-reviewLink > a {
  color: #707070; }

.productView-reviewLink > a:hover {
  color: #333; }

.productView-info {
  margin-top: .75rem; }

.productView-info:after, .productView-info:before {
  content: " ";
  display: table; }

.productView-info:after {
  clear: both; }

@media (min-width: 551px) {
  .productView-info {
    margin-top: 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: .1875rem;
  margin-right: .375rem; }

@media (min-width: 551px) {
  .productView-info-name {
    font-weight: inherit; } }

.productView-info-value {
  margin-bottom: .375rem; }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }

.productView-options:after, .productView-options:before {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 551px) {
  .productView-options {
    text-align: left; } }

@media (min-width: 551px) {
  .productView-options .form-input[type=number] {
    width: 16.66667%; } }

.productView-options .form {
  display: inline; }

.productView-options input[type=file] {
  font-size: 12px; }

.productView-options .form-field {
  font-size: 0;
  margin-bottom: 2rem; }

.productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
  display: inline-block;
  margin-left: 1.5rem;
  width: auto; }

@media (min-width: 551px) {
  .productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
    margin-left: 0;
    width: 100%; } }

.productView-options .form-field > .form-label:nth-of-type(2) {
  margin-left: 0; }

@media (min-width: 551px) {
  .productView-options .form-action {
    float: left;
    padding: 0 .625rem;
    width: 50%; } }

@media (min-width: 801px) {
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: auto; } }

@media (min-width: 1261px) {
  .productView-options .form-action {
    display: inline-block;
    margin-top: 1rem; } }

.productView-options .form-action .button {
  width: 100%; }

@media (min-width: 1261px) {
  .productView-options .form-action .button {
    margin-right: .75rem;
    width: auto; } }

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

.productOptions-list-item {
  padding: 1.5rem; }

.productOptions-list-item + .productOptions-list-item {
  border-top: 1px solid #ccc; }

.productOptions-list-item .form-label {
  text-align: left;
  top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }

.productView-image .easyzoom-flyout img {
  max-width: none;
  width: auto; }

.supermarket-page--pages-product .body .container .productView {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 !important; }

.supermarket-page--pages-product .body .container {
  padding: 54px 102px 130px 100px !important; }

.productView-images {
  margin-bottom: 0; }

@media (min-width: 551px) {
  .productView-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 801px) {
  .productView-images {
    margin-bottom: 3rem; } }

@media (min-width: 551px) {
  .productView-images--bottom {
    display: block; } }

.productView-imageCarousel-main {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  position: relative; }

.productView-imageCarousel-main ol, .productView-imageCarousel-main ul {
  list-style: none;
  margin-bottom: 0; }

@media (min-width: 551px) {
  .productView-imageCarousel-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 5.75rem); }
  div.productView-imageCarousel-main {
    min-width: auto;
    width: calc(100% - 5.75rem); }
  .productView-images--bottom .productView-imageCarousel-main {
    width: 100%; } }

html.js .productView-imageCarousel-main:not(.slick-slider) > .productView-imageCarousel-main-item + .productView-imageCarousel-main-item {
  display: none; }

.productView-imageCarousel-main-item {
  position: relative;
  max-width: 100%; }

.productView-imageCarousel-main-item::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.productView-imageCarousel-main-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  border: 0;
  width: 100%;
  max-height: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .productView-imageCarousel-main-item img {
    height: 100%; } }

.productView-imageCarousel-nav {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  margin-bottom: 1.5rem; }

.productView-imageCarousel-nav ol, .productView-imageCarousel-nav ul {
  list-style: none;
  margin-bottom: 0; }

.productView-imageCarousel-nav li {
  display: inline-block; }

.productView-imageCarousel-nav .productView-imageCarousel-nav-item {
  display: inline-block;
  width: 80px;
  max-width: 100%; }

.productView-images--bottom .productView-imageCarousel-nav {
  white-space: nowrap;
  overflow: auto; }

.productView-imageCarousel-nav.slick-initialized {
  overflow: visible; }

@media (min-width: 551px) {
  .productView-imageCarousel-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80px;
    padding: 40px 0; }
  .productView-imageCarousel-nav .productView-imageCarousel-nav-item {
    display: block; }
  .productView-images--bottom .productView-imageCarousel-nav {
    width: 100%;
    padding: 0 40px; }
  .productView-images--bottom .productView-imageCarousel-nav .slick-prev {
    left: 0; }
  .productView-images--bottom .productView-imageCarousel-nav .slick-next {
    right: 0; }
  .productView-images--bottom .productView-imageCarousel-nav .productView-imageCarousel-nav-item {
    display: inline-block; } }

.productView-imageCarousel-nav.slick-vertical {
  padding: 2.5rem 0;
  width: 80px;
  min-width: auto; }

.productView-imageCarousel-nav.slick-vertical .slick-next, .productView-imageCarousel-nav.slick-vertical .slick-prev {
  background: #fff;
  height: auto;
  width: 100%; }

.productView-imageCarousel-nav.slick-vertical .slick-next::before, .productView-imageCarousel-nav.slick-vertical .slick-prev::before {
  height: .9375rem;
  width: 1.25rem;
  margin: 0 auto; }

.productView-imageCarousel-nav.slick-vertical .slick-disabled {
  opacity: 1; }

.productView-imageCarousel-nav.slick-vertical .slick-disabled::before {
  opacity: .2; }

.productView-imageCarousel-nav-item {
  border: 1px solid #ddd;
  margin: 0 .375rem;
  cursor: pointer;
  max-width: 590px;
  position: relative; }

.productView-imageCarousel-nav-item::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.productView-imageCarousel-nav-item:focus {
  outline: 0; }

.productView-images--bottom .productView-imageCarousel-nav-item {
  margin: 0; }

@media (min-width: 801px) {
  .productView-images--bottom .productView-imageCarousel-nav-item {
    margin: 0 .1875rem; } }

@media (min-width: 551px) {
  .productView-imageCarousel-nav-item {
    margin: .375rem 0; } }

.productView-imageCarousel-nav-item.slick-current {
  border-color: #454545; }

.slick-vertical .productView-imageCarousel-nav-item.slick-slide {
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-vertical .productView-imageCarousel-nav-item.slick-slide.slick-current {
  border-color: #454545; }

.productView-imageCarousel-nav-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  margin: auto;
  max-height: 100%;
  border: 0;
  width: 100%; }

.productView-images._bb {
  position: relative !important; }

.productView-videoPlayer {
  position: absolute;
  top: 0;
  left: .75rem;
  right: .75rem;
  height: 0;
  width: calc(100% - 1.5rem);
  z-index: 10; }

@media (min-width: 551px) {
  .productView-videoPlayer {
    left: 7.75rem;
    width: calc(100% - 8.5rem); } }

@media (min-width: 1261px) {
  .productView-videoPlayer {
    left: 8.5rem;
    right: 1.5rem;
    width: calc(100% - 10rem); } }

@media (min-width: 551px) {
  .productView-images--bottom .productView-videoPlayer {
    left: .75rem;
    width: calc(100% - 1.5rem); } }

@media (min-width: 1261px) {
  .productView-images--bottom .productView-videoPlayer {
    left: 1.5rem;
    width: calc(100% - 3rem); } }

.productView-videoPlayer.hide {
  display: none; }

.productView-videoPlayer._bb {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 60px;
  width: auto;
  height: auto;
  z-index: 1000005; }

@media (min-width: 801px) {
  .productView-videoPlayer._bb {
    left: 80px;
    right: 80px; } }

.productView-videoPlayer._bb .productView-videoPlayer-container {
  padding-top: 0;
  height: 100%; }

.productView-videoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.productView-videoPlayer-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%; }

.productView-imageCarousel-main-item-img-container.yt-video::after, .productView-imageCarousel-nav-item-img-container.yt-video::after {
  background-color: #000;
  opacity: .4; }

.productView-imageCarousel-main-item-img-container.yt-video::before, .productView-imageCarousel-nav-item-img-container.yt-video::before {
  content: "\25B6";
  font-weight: 700;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 5; }

.productView-imageCarousel-main-item-img-container.yt-video::before {
  font-size: 50px; }

@media (min-width: 801px) {
  .productView-product {
    padding-bottom: 0;
    border-bottom: 0; } }

.productView-title {
  font-size: 18px;
  margin: 0 0 .375rem; }

@media (min-width: 801px) {
  .productView-title {
    font-size: 28px; } }

.productView-rating {
  margin: 0 0 .75rem; }

.productView-rating .icon {
  width: 1rem;
  height: 1rem; }

.productView-rating .icon--ratingEmpty:first-child {
  display: none; }

.productView-rating .icon--ratingEmpty:first-child ~ .icon {
  display: none; }

.productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink {
  display: none; }

.productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink + .productView-reviewLink {
  display: inline;
  float: none;
  margin-left: 0; }

.productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink + .productView-reviewLink a {
  color: #000; }

.productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink + .productView-reviewLink a:focus, .productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink + .productView-reviewLink a:hover {
  color: #d14343; }

.productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink + .productView-reviewLink a:active {
  color: orange; }

@media (min-width: 551px) {
  .productView-rating .icon--ratingEmpty:first-child {
    display: inline-block; }
  .productView-rating .icon--ratingEmpty:first-child ~ .icon {
    display: inline-block; }
  .productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink {
    display: inline-block; }
  .productView-rating .icon--ratingEmpty:first-child ~ .productView-reviewLink + .productView-reviewLink {
    margin-left: .75rem; } }

.productView-reviewLink:first-child {
  margin-left: 0; }

.productView-reviewLink > a {
  text-decoration: none;
  color: #1a1a1a; }

.productView-reviewLink > a:hover {
  color: #d14343; }

.productView-reviewLink > a:active {
  color: #de7bce; }

.productView-reviewLink + .productView-reviewLink a {
  color: #000; }

.productView-reviewLink + .productView-reviewLink a:hover {
  color: #d14343; }

.productView-reviewLink + .productView-reviewLink a:active {
  color: orange; }

.productView-info {
  margin-top: 0;
  color: #707070;
  font-size: 14px; }

.productView-info-name {
  float: left;
  clear: both;
  margin: .375rem .375rem 0 0;
  font-weight: inherit; }

.productView-info-value {
  float: left;
  margin: .375rem .75rem 0 0; }

.productView-info-bulkPricing {
  font-size: 14px;
  margin-bottom: .75rem; }

.productView-info-bulkPricing:after, .productView-info-bulkPricing:before {
  content: " ";
  display: table; }

.productView-info-bulkPricing:after {
  clear: both; }

@media (min-width: 801px) {
  .productView-info-bulkPricing {
    margin-top: -.375rem; } }

.productView-bulkPricing {
  margin-bottom: .75rem; }

.productView-bulkPricing-heading {
  margin: .75rem 0;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: inherit; }

@media (min-width: 551px) {
  .productView-bulkPricing-heading {
    font-size: 1rem; } }

.productView-bulkPricing-description {
  font-size: 12px;
  color: #707070;
  margin-bottom: .75rem; }

@media (min-width: 551px) {
  .productView-bulkPricing-description {
    font-size: 14px; } }

.productView-bulkPricing-table {
  margin: 0;
  font-size: 12px; }

@media (min-width: 551px) {
  .productView-bulkPricing-table {
    width: auto;
    font-size: 14px; } }

.productView-bulkPricing-table tr td {
  padding: .375rem; }

@media (min-width: 551px) {
  .productView-bulkPricing-table tr td {
    padding: .375rem .75rem; } }

.productView-bulkPricing-table tr td:first-child {
  background-color: #f2f2f2; }

.productView-options {
  text-align: left;
  margin-bottom: .75rem; }

.productView-options .form-field {
  margin-bottom: 1.5rem; }

.productView-options .form-field > .form-checkbox + .form-label {
  display: inline-block; }

.productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
  margin-left: 0;
  width: 100%; }

.productView-options .form-action .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.productView-options .form-action .dropdown-menu-button {
  padding-left: 3rem;
  padding-right: 3rem; }

.productView-options .form-action .dropdown-menu-button .icon {
  position: absolute;
  right: 1.5rem; }

@media (min-width: 801px) {
  .productView-options .form-wishlist {
    display: inline-block;
    width: 100%;
    margin-bottom: 0; } }

@media (min-width: 1261px) {
  .productView-options .form-wishlist {
    width: 50%; } }

@media (min-width: 1261px) {
  .productView-options .form-wishlist .button {
    width: 100%; } }

@media (min-width: 551px) {
  .productView-options .form--addToCart .form-action {
    padding-left: 0;
    padding-right: .75rem; } }

@media (min-width: 551px) {
  .productView-options .form--addToCart .form-action {
    float: left;
    width: 50%; } }

@media (min-width: 801px) {
  .productView-options .form--addToCart .form-action {
    width: 100%;
    padding-right: 0; } }

@media (min-width: 1261px) {
  .productView-options .form--addToCart .form-action {
    width: 50%; }
  .productView-options .form--addToCart .form-action .button {
    margin-right: 0;
    width: 100%; } }

@media (min-width: 1441px) {
  .productView-options .form--addToCart .form-action {
    width: 50%; } }

@media (min-width: 551px) {
  .productView-options .form--wishlist .form-action {
    padding-left: .75rem;
    padding-right: 0; } }

@media (min-width: 551px) {
  .productView-options .form--wishlist .form-action {
    float: left;
    width: 50%; } }

@media (min-width: 1261px) {
  .productView-options .form--wishlist .form-action .button {
    margin-right: 0;
    width: 100%; } }

@media (min-width: 1441px) {
  .productView-options .form--wishlist .form-action {
    width: 41.66667%; } }

.papathemes-productView-optionsGrid {
  font-size: 0; }

.papathemes-productView-optionsGrid .form-field {
  font-size: 1rem; }

.papathemes-productView-optionsGrid [data-product-option-change] {
  display: inline; }

.papathemes-productView-optionsGrid .form-label [data-option-value] {
  font-weight: 400; }

.productOptions-list-item {
  padding: .75rem; }

.productOptions-list-item-figure {
  width: 80px;
  max-width: 40%; }

.productOptions-list-item-image {
  width: 100%; }

.productView-description .tabs, .productView-productTabs .tabs {
  display: none; }

@media (min-width: 801px) {
  .productView-description .tabs, .productView-productTabs .tabs {
    display: block; } }

.productView-description .tab-content.has-jsContent, .productView-productTabs .tab-content.has-jsContent {
  height: auto;
  visibility: visible;
  overflow: visible; }

@media (min-width: 801px) {
  .productView-description .tab-content.has-jsContent, .productView-productTabs .tab-content.has-jsContent {
    height: 0;
    visibility: hidden;
    overflow: hidden; }
  .productView-description .tab-content.has-jsContent.is-active, .productView-productTabs .tab-content.has-jsContent.is-active {
    height: auto;
    visibility: visible;
    overflow: visible; } }

.productView-description .tab-content:not(.has-jsContent), .productView-productTabs .tab-content:not(.has-jsContent) {
  display: block; }

@media (min-width: 801px) {
  .productView-description .tab-content:not(.has-jsContent), .productView-productTabs .tab-content:not(.has-jsContent) {
    display: none; }
  .productView-description .tab-content:not(.has-jsContent).is-active, .productView-productTabs .tab-content:not(.has-jsContent).is-active {
    display: block; } }

@media (min-width: 801px) {
  html .productView-description .page-heading, html .productView-productTabs .page-heading {
    display: none; } }

.productView-description .productView-description-tabContent {
  overflow-x: auto; }

html.js .productView-description-tabContent [data-custom-tab] {
  display: none; }

.productView-addition-table {
  width: auto; }

.productView-addition-table .productView-info-name, .productView-addition-table .productView-info-value {
  margin: 0; }

@media (min-width: 801px) {
  .productView-productTabs .page-heading + .productCarousel .slick-next, .productView-productTabs .page-heading + .productCarousel .slick-prev {
    top: -4.5rem;
    padding: .75rem; }
  .productView-productTabs .page-heading + .productCarousel .slick-next::before, .productView-productTabs .page-heading + .productCarousel .slick-prev::before {
    width: 1.5rem;
    height: 1.5rem; } }

@media (min-width: 801px) {
  .productView-productTabs .page-heading + .productCarousel .slick-prev {
    right: 3.375rem; } }

@media (min-width: 801px) {
  .productView-productTabs .page-heading + .productCarousel .slick-next {
    right: .375rem; } }

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

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

.price-section [itemprop=priceSpecification] {
  display: inline; }

.price {
  color: #1a1a1a; }

.price--discounted, .price--non-sale, .price--rrp {
  color: #a5a5a5; }

.compareTable {
  border-top: 1px solid #ddd;
  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 #ddd; }

.compareTable-row + .compareTable-row .compareTable-heading:empty {
  border-top: 0; }

.compareTable-heading {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }

@media (min-width: 801px) {
  .compareTable-heading {
    width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }

@media (min-width: 801px) {
  .compareTable-headingText {
    position: inherit;
    top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }

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

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
  width: 2.5rem; }

.compareTable-removeProduct .icon {
  fill: #1a1a1a;
  height: 1.5rem;
  margin-top: .5rem;
  width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }

.compareTable-product .card {
  margin-bottom: 0; }

.compareTable-product .card-body {
  min-height: 6rem;
  padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }

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

.compareTable-removeProduct {
  top: 0;
  right: 0;
  border-radius: 0; }

.compareTable-removeProduct .icon {
  fill: #707070; }

.compareTable-product .card {
  background-color: transparent; }

@media (max-width: 800px) {
  .supermarket-page--pages-compare .page {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .compareTable {
    width: auto; }
  .compareTable-heading {
    padding: 0; }
  .compareTable-headingText {
    display: block;
    padding: 0 .75rem;
    font-weight: 700; }
  .compareTable-product {
    padding: .375rem;
    min-width: 150px; }
  .compareTable-removeProduct {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .compareTable-removeProduct .icon {
    margin: 0; }
  .compareTable-action {
    padding: 0 .375rem 1rem; }
  .compareTable-action .button {
    padding: .375rem .75rem;
    font-size: 14px; } }

.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;
  -webkit-transition: max-height .1s ease-out;
  transition: max-height .1s ease-out; }

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

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

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

.toggle {
  border-top: 1px solid #ddd;
  margin-bottom: 2.25rem; }

.toggle:last-of-type {
  margin-bottom: 4.5rem; }

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

.toggle-title .toggleLink {
  float: right;
  line-height: 24px; }

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

.toggleLink-text {
  vertical-align: middle; }

.banners {
  background-color: #d14343;
  color: #fff;
  padding: .75rem 0;
  text-align: center; }

.banners p:last-child {
  margin-bottom: 0; }

.banners a {
  color: #fff; }

.banner {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%; }

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

.banner:after {
  clear: both; }

.banner + .banner {
  margin-top: 1.5rem; }

.banners {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(to right, #000 0, #000 100%);
  color: #fff;
  padding: 0; }

.banners .banner {
  padding: .9375rem 0; }

.banners--bottom {
  margin-bottom: 3rem;
  background: 0 0;
  color: inherit;
  text-align: left; }

.papaThemesFeatureBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .375rem; }

.papaThemesFeatureBanner-item {
  padding: .375rem;
  width: 100%; }

@media (min-width: 551px) {
  .papaThemesFeatureBanner-item {
    width: 50%; } }

@media (min-width: 801px) {
  .papaThemesFeatureBanner-item {
    width: 33.3333%; }
  .papaThemesFeatureBanner-item + .papaThemesFeatureBanner-item {
    border-left: 1px solid #ddd; }
  .papaThemesFeatureBanner-item + .papaThemesFeatureBanner-item:nth-child(3n+1) {
    border-left: 0; } }

.papaThemesFeatureBanner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700; }

.papaThemesFeatureBanner-icon, .papaThemesFeatureBanner-item img {
  margin-right: .75rem;
  max-height: 1.5rem; }

.facetLabel {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: .1875rem .5rem .1875rem .6875rem;
  text-decoration: none; }

.facetLabel .icon {
  height: .75rem;
  width: .75rem;
  display: inline-block;
  fill: #707070;
  position: relative;
  top: -1px; }

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

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

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

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

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

.cart-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 #ddd;
  display: block; }

@media (min-width: 801px) {
  .cart-list {
    display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #ddd;
  clear: both;
  display: block;
  padding: 1.5rem 0; }

@media (min-width: 551px) {
  .cart-item {
    padding-left: 25%; }
  .cart-item:after, .cart-item:before {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; } }

@media (min-width: 801px) {
  .cart-item {
    display: table-row;
    padding-left: 0; }
  .cart-item::after, .cart-item::before {
    display: none; } }

.cart-item-block {
  display: block; }

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

.cart-item-block .definitionList {
  margin-bottom: .375rem; }

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

.cart-item-image {
  max-width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

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

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }

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

@media (min-width: 801px) {
  .cart-item-title {
    display: table-cell;
    padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }

.cart-item-info + .cart-item-info {
  margin-top: .75rem; }

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

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 .1875rem 1px 1.5rem;
  vertical-align: middle; }

@media (min-width: 801px) {
  .cart-item-quantity .form-increment {
    margin-left: 0; } }

.cart-item-label {
  color: #1a1a1a;
  float: left;
  margin-bottom: .375rem;
  text-align: right;
  width: 33.33333%; }

@media (min-width: 551px) {
  .cart-item-label {
    display: block;
    padding-left: 1.5rem;
    text-align: left;
    width: 100%; } }

@media (min-width: 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: #a5a5a5;
  margin-bottom: .1875rem; }

.cart-item-name {
  font-size: 14px;
  margin: 0; }

.cart-item-name + .definitionList {
  margin-top: .375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }

.cart-item-options--giftWrapping .cart-item-option-description {
  color: #1a1a1a; }

.cart-remove {
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 30px;
  margin-top: .125rem;
  padding: .1875rem;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
  width: 30px; }

@media (min-width: 551px) {
  .cart-remove {
    margin-left: 1rem; } }

.cart-remove.cart-remove--spacer {
  visibility: hidden; }

.cart-remove > svg {
  fill: #1a1a1a; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }

.cart-totals ol, .cart-totals ul {
  list-style: none;
  margin-bottom: 0; }

@media (min-width: 551px) {
  .cart-totals {
    float: right; } }

@media (min-width: 801px) {
  .cart-totals {
    margin-bottom: 1rem; } }

.cart-total {
  border-bottom: 0; }

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

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

@media (min-width: 801px) {
  .cart-total + .cart-total {
    border-top: 1px solid #ddd; } }

.cart-total .form-input {
  display: inline-block;
  height: 2.375rem;
  padding: .5rem;
  vertical-align: top;
  width: 75%; }

.cart-total .form-select {
  background-position: right .3125rem top .4375rem;
  background-size: 1.25rem 1.25rem;
  height: 2.375rem;
  margin-bottom: .75rem;
  padding: .5rem .75rem; }

.cart-total .form-inlineMessage {
  text-align: left; }

.cart-total-label {
  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: .5rem 0 .5rem 1.5rem; }

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

.cart-total-grandTotal {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 18px;
  padding-bottom: .1875rem;
  padding-top: .1875rem;
  position: relative; }

@media (min-width: 801px) {
  .cart-total-grandTotal {
    padding: 1rem 0; } }

.coupon-code-add, .coupon-code-cancel, .gift-certificate-add, .gift-certificate-cancel, .shipping-estimate-hide, .shipping-estimate-show {
  color: #707070;
  padding: 0;
  -webkit-transition: color .15s ease;
  transition: color .15s ease; }

.coupon-code-add:hover, .coupon-code-cancel:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover, .shipping-estimate-hide:hover, .shipping-estimate-show:hover {
  color: #333; }

.cart-gift-certificate-form, .coupon-form {
  font-size: 0;
  margin-bottom: 0; }

.cart-gift-certificate-form:after, .cart-gift-certificate-form:before, .coupon-form:after, .coupon-form:before {
  content: " ";
  display: table; }

.cart-gift-certificate-form:after, .coupon-form:after {
  clear: both; }

.cart-gift-certificate-form .button, .cart-gift-certificate-form .form-input, .coupon-form .button, .coupon-form .form-input {
  float: left; }

.cart-gift-certificate-form .form-input, .coupon-form .form-input {
  width: 78%; }

.cart-gift-certificate-form .button, .coupon-form .button {
  margin: 0 0 0 2%;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 20%; }

.estimator-form {
  margin-bottom: 0; }

.estimator-form .form-input {
  margin-bottom: .75rem;
  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: 2rem;
  margin-bottom: 0; }

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

.estimator-form-input {
  float: right;
  margin-bottom: .75rem;
  width: 60%; }

.estimator-form-input .form-input, .estimator-form-input .form-select {
  margin-bottom: 0; }

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

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

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

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

.cart-actions {
  clear: both; }

.cart-actions:after, .cart-actions:before {
  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: .375rem; }

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

.previewCartList ol, .previewCartList ul {
  list-style: none;
  margin-bottom: 0; }

.previewCartList li {
  margin: 0;
  padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }

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

.previewCartItem:after {
  clear: both; }

.previewCartItem + .previewCartItem {
  border-top: 1px solid #ddd; }

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

.previewCartItem-image {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }

.previewCartItem-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.previewCartItem-image::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: .75rem;
  padding-right: .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: .1875rem; }

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

.previewCartAction {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%;
  border-top: 1px solid #ddd;
  display: block;
  padding: 1.5rem .75rem; }

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

.previewCartAction:after {
  clear: both; }

.previewCartAction .button {
  margin: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%; }

.previewCartAction-checkout, .previewCartAction-viewCart {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 50%;
  float: left; }

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: .75rem;
  padding-top: .375rem; }

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

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

.cart-emptyText {
  margin: 0;
  text-align: center;
  font-size: 1rem; }

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

.cart-remove {
  background-color: transparent;
  width: auto;
  height: auto;
  float: none;
  margin-left: .75rem;
  color: #1a1a1a; }

.cart-item-name {
  margin-bottom: .75rem;
  font-size: 1rem; }

.cart-item-name a {
  text-decoration: none;
  color: #1a1a1a; }

.cart-item-name a:focus, .cart-item-name a:hover {
  color: #de7bce; }

.cart-item-block .definitionList {
  font-size: 14px; }

.cart-item-title a {
  color: #000; }

.cart-item-title a:focus, .cart-item-title a:hover {
  color: #d14343; }

.cart-item-title a:active {
  color: orange; }

.cart-item-image {
  max-height: 100%;
  margin: auto; }

.cart-item-info {
  margin-top: .75rem; }

@media (min-width: 551px) {
  .cart-item-info {
    margin-top: 0; } }

@media (min-width: 801px) {
  .cart-item-quantity {
    white-space: nowrap; } }

.cart-item-options {
  font-size: 14px; }

.cart-item-options--giftWrapping {
  margin-top: .75rem;
  margin-bottom: .75rem; }

.cart-item-option-description {
  margin-bottom: .75rem; }

.cart-total .form-input {
  padding-top: 0;
  padding-bottom: 0; }

.cart-total .form-select {
  padding-top: 0;
  padding-bottom: 0; }

.cart-total-label {
  padding-top: .375rem;
  padding-bottom: .375rem;
  width: 40%; }

@media (min-width: 801px) {
  .cart-total-label {
    width: 50%;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.cart-total-value {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-weight: 700;
  color: #000; }

@media (min-width: 801px) {
  .cart-total-value {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.cart-total-grandTotal {
  font-size: 24px;
  color: #1a1a1a; }

@media (min-width: 801px) {
  .cart-total-grandTotal {
    line-height: inherit; } }

.shipping-quotes .estimator-form-label {
  text-align: left; }

.shipping-quotes dl {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  grid-gap: 0.75rem;
  margin-bottom: 0; }

.coupon-code-add, .coupon-code-cancel, .gift-certificate-add, .gift-certificate-cancel, .shipping-estimate-hide, .shipping-estimate-show {
  color: #000;
  float: right; }

.coupon-code-add:hover, .coupon-code-cancel:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover, .shipping-estimate-hide:hover, .shipping-estimate-show:hover {
  color: #d14343; }

.coupon-code-add:active, .coupon-code-cancel:active, .gift-certificate-add:active, .gift-certificate-cancel:active, .shipping-estimate-hide:active, .shipping-estimate-show:active {
  color: orange; }

.cart-actions {
  margin-bottom: 1rem; }

@media (min-width: 551px) {
  .cart-actions {
    margin-left: auto;
    margin-right: 0;
    width: 75%; } }

@media (min-width: 801px) {
  .cart-actions {
    width: 58.33333%; } }

@media (min-width: 1261px) {
  .cart-actions {
    width: 41.66667%; } }

.cart-actions .button {
  display: block;
  float: none; }

@media (min-width: 801px) {
  [data-stickymenu] .previewCartListWrapper {
    display: block;
    overflow: auto;
    max-height: calc(100vh - 350px); } }

.previewCartItem-content {
  padding-top: .375rem;
  padding-bottom: .375rem; }

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

.previewCartItem-content:after {
  clear: both; }

.previewCartItem-remove {
  float: right; }

.previewCartItem-remove-icon {
  color: #1a1a1a; }

.previewCart-additionalCheckoutButtons {
  clear: both;
  text-align: center; }

.definitionList--previewCartItem {
  font-size: 12px;
  margin-bottom: .1875rem; }

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

.address {
  display: inline-block;
  padding: 0 .75rem;
  vertical-align: top;
  width: 100%; }

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

@media (min-width: 1261px) {
  .address {
    width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }

.panel--address .panel-body {
  min-height: 15.625rem;
  padding: 1.5rem; }

@media (min-width: 551px) {
  .panel--address .panel-body {
    padding: 1.5rem 1.5rem 4.5rem; } }

.panel--address .form-actions {
  margin-bottom: -.75rem;
  margin-top: 1.5rem;
  text-align: left; }

@media (min-width: 551px) {
  .panel--address .form-actions {
    bottom: 1.5rem;
    position: absolute;
    width: auto; } }

.panel--address .form-actions .button {
  margin-bottom: .75rem; }

.panel--address .form-actions .button + .button {
  margin-left: 0;
  margin-top: 0; }

@media (min-width: 551px) {
  .panel--address .form-actions .button + .button {
    margin-left: .375rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }

.panel--newAddress:hover .address-title {
  color: #d14343; }

.panel--newAddress .panel-body {
  background-color: transparent;
  border: 1px solid #ddd;
  display: block; }

.panel--newAddress .address-title {
  margin-bottom: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease; }

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }

.videoGallery-main.widescreen {
  padding-bottom: 56.34%; }

.videoGallery-main.vimeo {
  padding-top: 0; }

.videoGallery-main embed, .videoGallery-main iframe, .videoGallery-main object, .videoGallery-main video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.videoGallery-list ol, .videoGallery-list ul {
  list-style: none;
  margin-bottom: 0; }

.videoGallery-list:after, .videoGallery-list:before {
  content: " ";
  display: table; }

.videoGallery-list:after {
  clear: both; }

.videoGallery-item {
  padding-left: .75rem;
  padding-right: .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.875rem;
  opacity: .4;
  text-decoration: none;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out; }

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

.video:after {
  clear: both; }

.video-figure {
  float: left;
  margin-right: .75rem; }

.video-figure > img {
  display: block; }

.video-figure--opposite {
  float: right;
  margin-left: .75rem;
  margin-right: 0; }

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

.video-body:after {
  clear: both; }

@media (min-width: 801px) {
  .video {
    margin-bottom: 1.875rem; } }

.video.is-active, .video:hover {
  color: #454545;
  opacity: 1; }

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

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

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

@media (min-width: 801px) {
  #videoGallery-content.is-open, .videoGallery--inTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.videoGallery-main {
  padding: 0;
  height: auto; }

@media (min-width: 801px) {
  .videoGallery-main {
    width: calc(66.66667% - .75rem); } }

.videoGallery-main::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 67.5%; }

@media (min-width: 801px) {
  .videoGallery-list {
    width: calc(33.33334% - .75rem);
    margin: 0; } }

@media (min-width: 801px) {
  .videoGallery-item {
    width: 100%;
    padding: 0; } }

.video-title {
  margin-bottom: .375rem;
  font-size: 1rem;
  line-height: 1.35; }

.video-description {
  line-height: 1.35; }

@media (min-width: 801px) {
  .video-figure {
    margin-right: .75rem; } }

.tab-content .videoGallery {
  overflow: hidden; }

@media (min-width: 801px) {
  .tab-content .videoGallery-main {
    margin: 0; } }

.previewCart {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%; }

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

.previewCart:after {
  clear: both; }

@media (min-width: 801px) {
  .previewCart .productView {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 75%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .previewCart .productView-image {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 58.33333%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .previewCart .productView-image--cart {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 auto;
    width: 100%; }
  .previewCart .productView-details {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66667%;
    float: left; } }

.previewCart .productView-title {
  margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center; }

@media (min-width: 801px) {
  .previewCartCheckout {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: right;
    padding: 1.5rem; } }

.previewCartCheckout .button {
  display: block;
  margin: 0;
  width: 100%; }

.previewCartCheckout .button + p {
  margin-top: .75rem; }

.previewCartCheckout .button:not(:last-child) {
  margin-bottom: .75rem; }

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

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

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

.suggestiveCart {
  display: none;
  text-align: center; }

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

@media (min-width: 801px) {
  .previewCart .productView {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.previewCart .productView-price {
  margin-top: 0;
  font-size: 24px; }

@media (max-width: 800px) {
  .previewCart .productView-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.previewCart .productView-info {
  margin-bottom: .375rem;
  border-top: 0; }

.previewCart .productView-info-name {
  margin-top: 0; }

.previewCart .productView-info-value {
  margin-top: 0; }

@media (max-width: 800px) {
  .previewCart .productView-details {
    padding-top: .75rem; } }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-top: .75rem; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton + .CheckoutButton {
  margin-top: 0; }

.PaypalCommerceButton {
  max-width: 100%; }

.preview-modal--mini {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 6.25rem;
  max-height: none;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }

@media (min-width: 551px) {
  .preview-modal--mini {
    width: 400px; } }

@media (min-width: 801px) {
  .preview-modal--mini {
    left: auto;
    right: 35px; } }

.preview-modal--mini .modal-close {
  top: 0;
  right: 0; }

@media (min-width: 801px) {
  .preview-modal--mini .modal-close {
    width: 1.875rem;
    height: 1.875rem; } }

.preview-modal--mini .modal-close span {
  display: block; }

.preview-modal--mini .modal-header {
  padding: .75rem 3rem .75rem .75rem; }

.preview-modal--mini .modal-header-title {
  font-size: 14px;
  text-align: left; }

.preview-modal--mini .modal-body {
  padding: .75rem; }

.preview-modal--mini .previewCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.preview-modal--mini .previewCart .productView-image {
  width: 25%;
  min-height: auto;
  padding: 0 .375rem 0 0;
  margin: 0 auto; }

.preview-modal--mini .previewCart .productView-details {
  width: 75%;
  padding: 0 0 0 .375rem;
  margin-bottom: 0; }

.preview-modal--mini .previewCart .productView-title {
  font-size: 14px; }

.preview-modal--mini .previewCart .productView-brand {
  font-size: 14px; }

.preview-modal--mini .previewCart .productView-price {
  font-size: 14px;
  margin-bottom: .375rem; }

.preview-modal--mini .previewCart .productView-info-name, .preview-modal--mini .previewCart .productView-info-value {
  margin-top: 0 !important;
  font-size: 14px; }

.preview-modal--mini .previewCartCheckout {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: .75rem;
  background: 0 0; }

.preview-modal--mini .previewCartCheckout > * {
  display: none; }

.preview-modal--mini .previewCartCheckout .button {
  padding: .5rem 1rem;
  margin: 0 .75rem .75rem 0; }

.preview-modal--mini .previewCartCheckout > .previewCartCheckout-checkoutButton {
  display: inline-block;
  width: auto; }

.preview-modal--mini .previewCartCheckout > .previewCartCheckout-viewCartButton {
  display: inline-block;
  width: auto; }

.preview-modal--mini .previewCartCheckout > .previewCartCheckout-autoClose {
  display: block;
  font-size: 14px;
  color: #707070;
  margin: 0; }

.preview-modal--mini .productView {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0; }

.supermarket-layout--left-sidebar .preview-modal--mini .productView {
  margin: 0; }

.preview-modal--mini .suggestiveCart {
  display: none; }

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

.login-row {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%; }

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

.login-row:after {
  clear: both; }

@media (min-width: 801px) {
  .login-row {
    margin-top: 6rem; } }

.login-form {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

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

.new-customer {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

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

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

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

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

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

.login-form .form-actions a, .login-form .form-actions input {
  vertical-align: middle; }

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

@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 -.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }

.category-suggestion-list:after, .category-suggestion-list:before {
  content: " ";
  display: table; }

.category-suggestion-list:after {
  clear: both; }

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

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

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

.quickSearchResults {
  margin-top: 0;
  padding: 0 .75rem 1.5rem; }

@media (min-width: 801px) {
  .quickSearchResults {
    padding: 1.5rem 0; } }

.advancedSearch-form {
  margin-bottom: .75rem; }

.quickSearchMessage {
  margin-top: 0; }

.category-suggestion-list {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

@media (min-width: 551px) {
  .category-suggestion-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 801px) {
  .category-suggestion-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

.category-suggestion {
  width: auto;
  padding: 0;
  margin-right: .75rem;
  float: none; }

@media (min-width: 801px) {
  .category-suggestion {
    margin-right: 1.5rem; } }

.navBar--account {
  display: none; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #ddd;
  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;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.account-listShipping {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  padding: 2rem 0; }

.account-listShipping .account-listShipping-title {
  margin: 0;
  text-transform: inherit; }

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

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

.account-product-figure {
  float: left;
  margin-right: .75rem; }

.account-product-figure > img {
  display: block; }

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

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

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

.account-product-figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.account-product-figure::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -.75rem;
  top: -.75rem;
  width: 2.0625rem;
  z-index: 1; }

.account-product-download .icon {
  height: 1.5rem;
  margin-top: .375rem;
  width: 1.5rem; }

.account-product-download svg {
  fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }

@media (min-width: 551px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 14px;
  margin-bottom: 0; }

.account-product-title {
  margin: 0 0 .1875rem;
  text-transform: inherit; }

.account-product-title > a {
  text-decoration: none; }

.account-product-title + .definitionList {
  margin-top: .75rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin: -.1875rem 0 1rem;
  text-transform: inherit; }

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

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

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

.account-product-details {
  margin: 0 -.75rem;
  max-width: none;
  width: auto; }

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

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

.account-product-detail {
  padding-left: .75rem;
  padding-right: .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: #707070;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 0 0 .375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }

.account-product--alignMiddle .account-product-checkItem {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 2rem; }

@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-checkItem {
    left: -2.5rem; } }

.account-product--alignMiddle .account-product-checkItem .form-label {
  height: 1.5rem;
  margin: 0;
  padding: 0;
  width: 1.5rem; }

.account-product--alignMiddle .account-product-body, .account-product--alignMiddle .account-product-figure {
  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: 14px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

.account-orderTotal-key {
  color: #707070;
  float: left;
  font-weight: 400; }

.account-orderTotal-key:last-of-type {
  position: relative;
  top: .3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #ddd;
  text-align: right; }

.account-orderTotal-value:last-child {
  border-bottom: 0;
  font-size: 18px; }

.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: #bfbfbf;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 .375rem;
  padding: .1875rem .5rem; }

.account-orderStatus-action {
  color: #707070;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: .5px;
  margin-left: .75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }

@media (min-width: 551px) {
  .account-orderStatus-action {
    display: block;
    margin-left: 0; } }

.account-orderStatus-action:hover {
  color: #333; }

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

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

.account-sidebar-block {
  font-size: 14px; }

.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 ol, .account-order-address ul {
  list-style: none;
  margin-bottom: 0; }

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

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

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

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

.account-downloadsList ol, .account-downloadsList ul {
  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: #707070;
  font-size: 14px;
  margin-bottom: .1875rem;
  text-transform: inherit; }

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }

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

.wishlist-form:after {
  clear: both; }

.wishlist-form .form-field {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

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

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

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

.rating--small {
  display: inline-block; }

.rating--small .icon {
  height: .875rem;
  width: .875rem;
  margin-top: -3px; }

.rating--small .icon {
  height: .625rem;
  width: .625rem; }

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

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

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-bottom: .75rem; }

.previewCartCheckout .apple-pay-checkout-button {
  margin-bottom: .75rem; }

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

.paymentMethodsGrid {
  margin: -.75rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.paymentMethodsGrid-item {
  padding: .75rem;
  width: 100%; }

@media (min-width: 551px) {
  .paymentMethodsGrid-item {
    width: 50%; } }

.paymentMethod {
  border: 1px solid #ddd;
  background-color: #e5e5e5;
  border-radius: .1875rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.paymentMethod-row {
  padding: 1.5rem; }

.paymentMethod-row:first-child {
  background-color: #fff; }

.paymentMethod-row:last-child {
  margin-top: auto; }

.paymentMethod-row:only-child {
  height: 100%; }

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

.methodHeader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.methodHeader-icon {
  margin-right: .75rem;
  width: 1.75rem; }

@media (min-width: 1261px) {
  .methodHeader-icon {
    width: 2.625rem; } }

.methodHeader-title {
  font-size: 12px;
  font-weight: 600; }

@media (min-width: 1261px) {
  .methodHeader-title {
    font-size: 1rem; } }

.methodHeader-brand {
  font-size: 12px;
  font-weight: 600; }

@media (min-width: 1261px) {
  .methodHeader-brand {
    font-size: 1rem; } }

.methodHeader-meta {
  padding-left: .75rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.methodHeader-default {
  margin-left: .75rem;
  fill: #666666;
  height: 1.125rem;
  width: 1.125rem; }

@media (min-width: 1261px) {
  .methodHeader-default {
    height: 1.25rem;
    width: 1.25rem; } }

.methodHeader-expiry {
  font-size: 14px;
  text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.methodDetails-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600; }

.methodDetails-description {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 12px; }

.newPaymentMethod {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 11.625rem;
  height: 100%; }

.newPaymentMethod-icon {
  font-size: 50px;
  line-height: 1;
  margin: auto 0 .75rem; }

.newPaymentMethod-title {
  margin: 0 auto auto;
  text-align: center; }

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

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

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

.paymentMethodForm-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600; }

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

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

.paymentMethodForm-inputs {
  position: relative; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: .5625rem;
  top: 2.4375rem; }

.paymentMethodForm-inputs-icon.icon {
  fill: #a5a5a5;
  height: 1.3125rem;
  width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }

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

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

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

.navPage-subMenu-bottomBanners, .navPage-subMenu-rightBanners {
  display: none; }

@media (min-width: 801px) {
  .navPages .navPage-subMenu-list {
    width: auto; }
  /*.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon{
            display: none;
        }*/
  .navPage-subMenu-bottomBanners {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    float: left;
    clear: left;
    margin-top: 1.5rem; }
  .navPage-subMenu-rightBanners {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 25%;
    margin-left: 1.5rem;
    float: right; }
  .navPage-subMenu-rightBanners ~ .navPage-subMenu-bottomBanners {
    width: calc(75% - 1.5rem); }
  .navPage-subMenu-rightBanners ~ .navPage-subMenu-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 75%;
    float: left; }
  .navPage-subMenu-bottomBanners, .navPage-subMenu-rightBanners {
    display: block; }
  .navPage-subMenu-bottomBanners .row, .navPage-subMenu-rightBanners .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.75rem;
    width: auto; }
  .navPage-subMenu-bottomBanners .row + .row, .navPage-subMenu-rightBanners .row + .row {
    margin-top: 1.5rem; }
  .navPage-subMenu-bottomBanners .column, .navPage-subMenu-bottomBanners .columns, .navPage-subMenu-rightBanners .column, .navPage-subMenu-rightBanners .columns {
    padding: 0 .75rem; } }

.quickSearchResults-more {
  margin: .75rem 0;
  text-align: center; }

.quickSearchResults-more .button {
  margin-bottom: 0; }

.papathemes-productLoading {
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.papathemes-productLoading:after, .papathemes-productLoading:before {
  content: " ";
  display: table; }

.papathemes-productLoading:after {
  clear: both; }

.papathemes-productLoading-item {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 50%;
  float: none;
  font-size: 1rem; }

@media (min-width: 801px) {
  .papathemes-productLoading-item {
    width: 25%;
    display: inline-block;
    vertical-align: top; } }

.papathemes-productLoading-item img {
  max-width: 100%; }

.papathemes-mobile-collapse-content {
  max-height: 50vh;
  overflow: hidden; }

@media (min-width: 801px) {
  .papathemes-mobile-collapse-content {
    max-height: none;
    overflow: visible; } }

.papathemes-mobile-collapse-content.is-active {
  max-height: none;
  overflow: visible;
  overflow-y: auto; }

.papathemes-mobile-collapse-handle {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpi+P//PwMTAwMDG4hgBxEcIIILTnDDCV4QwQNngQk+VC6aEoRehHlg49kZgPb+B7EYBooACDAAxQwIU5WPeIUAAAAASUVORK5CYII=");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 50px;
  line-height: 1.25;
  margin-top: -50px;
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }

.papathemes-mobile-collapse-handle .off, .papathemes-mobile-collapse-handle .on {
  border-bottom: 1px solid; }

.papathemes-mobile-collapse-handle .on {
  display: inline; }

.papathemes-mobile-collapse-handle .off {
  display: none; }

.papathemes-mobile-collapse-handle.is-active {
  margin-top: 0; }

.papathemes-mobile-collapse-handle.is-active .on {
  display: none; }

.papathemes-mobile-collapse-handle.is-active .off {
  display: inline; }

@media (min-width: 801px) {
  .papathemes-mobile-collapse-handle {
    display: none; } }

.papathemes-stickymenu-placeholder {
  display: none;
  position: absolute; }

@media (min-width: 801px) {
  .papathemes-stickymenu-placeholder {
    position: static; } }

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.is-sticky + .papathemes-stickymenu-placeholder {
  display: block; }

#scrollToTopFloatingButton {
  position: fixed;
  bottom: 100px;
  right: 35px;
  padding: .75rem;
  font-size: 24px;
  background-color: #fff;
  margin: 0;
  z-index: 5; }

body.has-activeModal--newsletter {
  overflow: auto; }

body.has-activeModal--newsletter .modal-background {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
  visibility: hidden; }

.modal--newsletter {
  width: 600px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.modal--newsletter .modal-close {
  top: 0;
  right: 0; }

.modal--newsletter.open {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.newsletterPopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 551px) {
  .newsletterPopup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.newsletterPopup-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  display: none; }

@media (min-width: 551px) {
  .newsletterPopup-image {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.newsletterPopup-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 1.5rem; }

@media (min-width: 551px) {
  .newsletterPopup-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.newsletterPopup-heading {
  text-align: center;
  margin: .75rem 0; }

@media (min-width: 551px) {
  .newsletterPopup-heading {
    text-align: left;
    margin-top: 1.5rem; } }

.newsletterPopup-description {
  text-align: center;
  margin-bottom: 1.5rem; }

@media (min-width: 551px) {
  .newsletterPopup-description {
    text-align: left; } }

.newsletterPopup-form .form {
  margin-bottom: 0; }

.newsletterPopup-form .form-field {
  margin-bottom: .75rem; }

.newsletterPopup-form .form-prefixPostfix-button--postfix {
  margin-left: 0;
  margin-top: .75rem; }

.newsletterPopup-form .form-prefixPostfix .form-input {
  width: 100%;
  max-width: 100%; }

.newsletterPopup-form .form-prefixPostfix .button {
  width: 100%; }

.newsletterPopup-form .button {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.newsletterPopup-form .button.active, .newsletterPopup-form .button.is-active, .newsletterPopup-form .button:focus, .newsletterPopup-form .button:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.newsletterPopup-form .button:active {
  background-color: #391271;
  border: 2px solid #391271;
  color: #fff; }

.card-bulkOrder {
  display: none; }

.mode-bo .productGrid {
  margin-left: 0;
  margin-right: 0;
  display: block; }

.mode-bo .productGrid .product {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: .75rem 0; }

.page-sidebar + .page-content .mode-bo .productGrid .product {
  width: 100%; }

.mode-bo .productGrid .card {
  display: block; }

@media (min-width: 801px) {
  .mode-bo .productGrid .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -.75rem;
    padding: 0; } }

.mode-bo .productGrid .card-figure {
  width: 20%;
  float: left; }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-figure {
    margin: 0 .75rem;
    width: 100px; } }

.mode-bo .productGrid .card-figure .card-buttons {
  display: none; }

.mode-bo .productGrid .card-body {
  margin-left: calc(20% + .75rem);
  padding-top: 0;
  text-align: inherit; }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-body {
    margin-left: 0;
    padding: 0 .75rem;
    width: calc(40% - 100px); } }

.mode-bo .productGrid .card-body .card-text--price {
  display: none; }

.mode-bo .productGrid .card-bulkOrder {
  display: block;
  padding-top: .75rem;
  clear: both; }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-bulkOrder {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%; } }

.mode-bo .productGrid .card-bulkOrder .card-text {
  margin: 0; }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-bulkOrder-qtyInCart {
    padding: 0 .75rem;
    width: 12.5%; } }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-bulkOrder-qty {
    padding: 0 .75rem;
    width: 25%; } }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-bulkOrder-price {
    padding: 0 .75rem;
    width: 12.5%; } }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-bulkOrder-subtotal {
    padding: 0 .75rem;
    width: 12.5%; } }

.mode-bo .productGrid .card-bulkOrder-subtotal .price {
  font-weight: 700; }

.mode-bo .productGrid .card-bulkOrder-action {
  margin-top: .75rem; }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-bulkOrder-action {
    margin-top: 0;
    padding: 0 .75rem;
    width: 37.5%; }
  .mode-bo .productGrid .card-bulkOrder-action .card-figcaption-button {
    margin-top: 0; } }

.card-bulkOrder-fieldRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .375rem; }

@media (min-width: 801px) {
  .card-bulkOrder-fieldRow {
    margin-top: 0;
    display: block; } }

.card-bulkOrder-label {
  display: inline-block; }

@media (min-width: 801px) {
  .card-bulkOrder-label {
    display: none; } }

.card-bulkOrder-value {
  display: inline-block; }

.productGrid-bulkOrderHeader-wrapper {
  background-color: #f2f2f2; }

.productGrid-bulkOrderHeader {
  display: none;
  list-style: none;
  margin: 0 -.75rem;
  padding: .75rem 0;
  font-weight: 700; }

@media (min-width: 801px) {
  .mode-bo .productGrid-bulkOrderHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.productGrid-bulkOrderHeader-thumb {
  padding: 0 .75rem;
  width: 100px; }

.productGrid-bulkOrderHeader-name {
  padding: 0 .75rem;
  width: calc(40% - 100px); }

.productGrid-bulkOrderHeader-qtyInCart {
  padding: 0 .75rem;
  width: 7.5%; }

.productGrid-bulkOrderHeader-qty {
  padding: 0 .75rem;
  width: 15%; }

.productGrid-bulkOrderHeader-price {
  padding: 0 .75rem;
  width: 7.5%; }

.productGrid-bulkOrderHeader-subtotal {
  padding: 0 .75rem;
  width: 7.5%; }

.productGrid-bulkOrderHeader-action {
  padding: 0 .75rem;
  width: 22.5%; }

.productGrid-bulkOrderFooter-wrapper {
  border-top: 1px solid #ddd;
  margin-bottom: 3rem;
  display: none; }

.mode-bo .productGrid-bulkOrderFooter-wrapper {
  display: block; }

.productGrid-bulkOrderFooter {
  list-style: none; }

@media (min-width: 801px) {
  .productGrid-bulkOrderFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -.75rem;
    padding: .75rem 0; } }

@media (min-width: 801px) {
  .productGrid-bulkOrderFooter-total {
    padding: 0 .75rem;
    width: 77.5%;
    text-align: right; } }

.productGrid-bulkOrderFooter-total .label {
  color: #707070; }

.productGrid-bulkOrderFooter-total-inner {
  font-size: 24px;
  padding: .375rem 1.5rem;
  background-color: #f2f2f2; }

@media (min-width: 801px) {
  .productGrid-bulkOrderFooter-total-inner {
    display: inline-block; } }

@media (min-width: 801px) {
  .productGrid-bulkOrderFooter-addAll {
    padding: 0 .75rem;
    width: 22.5%; } }

.productGrid-bulkOrderFooter-addAll .button {
  display: block;
  width: 100%;
  margin: 0; }

.bulkOrder-progressModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 515;
  padding: 3rem 3rem 1.5rem;
  background-color: #fff; }

.bulkOrder-progressModal.is-open {
  display: block; }

.bulkOrder-progressModal .progressBar {
  margin: 0 0 .75rem; }

.bulkOrder-progressModal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 510; }

.is-open + .bulkOrder-progressModal-overlay {
  display: block; }

.bulkOrder-progressModal-actions {
  margin: 2.25rem 0 0; }

.bulkOrder-progressModal-heading {
  font-size: 20px;
  margin-top: -3rem;
  margin-bottom: 2.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd; }

.progressBar {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
  position: relative;
  margin: 60px 0 20px;
  background: #555;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }

.progressBar > span {
  display: block;
  height: 100%;
  border-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(bottom, center), color-stop(37%, #2bc253), color-stop(69%, #54f054));
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in; }

.progressBar.animate > span > span, .progressBar > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: progressBar-move 2s linear infinite;
  animation: progressBar-move 2s linear infinite;
  border-radius: 20px;
  overflow: hidden; }

.progressBar.animate > span::after {
  display: none; }

@-webkit-keyframes progressBar-move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@keyframes progressBar-move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

.progressBar.orange > span {
  background-color: #f1a165;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1a165), to(#f36d0a));
  background-image: linear-gradient(top, #f1a165, #f36d0a); }

.progressBar.red > span {
  background-color: #f0a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0a3a3), to(#f42323));
  background-image: linear-gradient(top, #f0a3a3, #f42323); }

.progressBar.nostripes > span::after, .progressBar.nostripes > span > span {
  -webkit-animation: none;
  animation: none;
  background-image: none; }

.supermarket-page--pages-custom-brand-bulk-order .actionBar-section--mode, .supermarket-page--pages-custom-category-bulk-order .actionBar-section--mode {
  display: none; }

.form-field .chiara__dropdownSwatches.selectize-control {
  margin-bottom: .75rem; }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown, .chiara__dropdownSwatches.selectize-control .selectize-input, .chiara__dropdownSwatches.selectize-control .selectize-input input {
  font-size: 14px;
  color: #1a1a1a;
  line-height: inherit; }

.chiara__dropdownSwatches.selectize-control .selectize-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: .75rem 1rem; }

.chiara__dropdownSwatches.selectize-control .selectize-input.focus, .chiara__dropdownSwatches.selectize-control .selectize-input:focus {
  border-color: #ec1d58; }

.chiara__dropdownSwatches.selectize-control .selectize-input input {
  min-height: 26px !important;
  font-size: 1rem; }

.chiara__dropdownSwatches.selectize-control .selectize-input input::-webkit-input-placeholder {
  font-size: 14px; }

.chiara__dropdownSwatches.selectize-control .selectize-input input::-moz-placeholder {
  font-size: 14px; }

.chiara__dropdownSwatches.selectize-control .selectize-input input:-ms-input-placeholder {
  font-size: 14px; }

.chiara__dropdownSwatches.selectize-control .selectize-input input::-ms-input-placeholder {
  font-size: 14px; }

.chiara__dropdownSwatches.selectize-control .selectize-input input::placeholder {
  font-size: 14px; }

.chiara__dropdownSwatches.selectize-control .selectize-input ._item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }

.chiara__dropdownSwatches.selectize-control .selectize-input ._item ._img {
  border: 1px solid rgba(204, 204, 204, 0.3);
  margin-right: .75rem; }

.chiara__dropdownSwatches.selectize-control .selectize-input ._item .form-option-variant--color, .chiara__dropdownSwatches.selectize-control .selectize-input ._item .form-option-variant--pattern {
  width: 24px;
  height: 24px;
  padding: 0;
  vertical-align: middle;
  background-size: 100%; }

.chiara__dropdownSwatches.selectize-control .selectize-input ._item.unavailable ._img {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3); }

.chiara__dropdownSwatches.selectize-control .selectize-input ._item.unavailable ._img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  background-color: rgba(0, 0, 0, 0.3); }

.chiara__dropdownSwatches.selectize-control .selectize-input ._item.unavailable .form-option-variant--color, .chiara__dropdownSwatches.selectize-control .selectize-input ._item.unavailable .form-option-variant--pattern {
  opacity: .5; }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: .375rem 1rem; }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option ._img {
  border: 1px solid rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: .75rem; }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option .form-option-variant--color, .chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option .form-option-variant--pattern {
  padding: 0;
  vertical-align: middle;
  background-size: 100%; }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option.unavailable ._img {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15); }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option.unavailable ._img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 141%;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  background-color: rgba(0, 0, 0, 0.3); }

.chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option.unavailable .form-option-variant--color, .chiara__dropdownSwatches.selectize-control .selectize-dropdown-content ._option.unavailable .form-option-variant--pattern {
  opacity: .5; }

@media (min-width: 801px) {
  .papathemes-newsletterForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .papathemes-newsletterForm > * {
    margin: 0 1.5rem 0 0; }
  .papathemes-newsletterForm .footer-info-heading {
    margin: 0 1.5rem 0 0; }
  .papathemes-newsletterForm > .form {
    margin-left: auto;
    margin-right: 0; } }

@media (min-width: 1261px) {
  .papathemes-newsletterForm > .form {
    width: 35%; } }

.papathemes-newsletterForm p {
  margin-left: auto; }

.papathemes-newsletterForm .form {
  margin-bottom: 0; }

.papathemes-newsletterForm .form-field {
  margin: 0; }

@media (min-width: 801px) {
  .papathemes-newsletterForm .form-prefixPostfix {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.papathemes-newsletterForm .form-prefixPostfix .form-input {
  border-radius: 4px; }

@media (min-width: 551px) {
  .papathemes-newsletterForm .form-prefixPostfix .form-input {
    width: auto;
    border-radius: 4px 0 0 4px; } }

@media (min-width: 551px) {
  .papathemes-newsletterForm .form-prefixPostfix .button {
    width: auto;
    margin-top: 0; } }

.papathemes-newsletterForm .form-prefixPostfix-button--postfix {
  border-radius: 4px; }

@media (min-width: 551px) {
  .papathemes-newsletterForm .form-prefixPostfix-button--postfix {
    border-radius: 0 4px 4px 0;
    margin-left: 0; } }

@media (min-width: 1261px) {
  .papathemes-newsletterForm .form-prefixPostfix-button--postfix {
    margin-left: 0; } }

.papathemes-newsletterForm .button {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.papathemes-newsletterForm .button:focus, .papathemes-newsletterForm .button:hover {
  background-color: #262626; }

.papathemes-socials .footer-info-heading {
  display: none; }

.papathemes-section-inner > .page-heading, .productView-description .page-heading, .productView-productTabs .page-heading, .supermarket-newProducts .page-heading {
  font-size: 28px;
  text-align: left;
  margin: 0 0 .75rem; }

@media (min-width: 801px) {
  .papathemes-section-inner > .page-heading, .productView-description .page-heading, .productView-productTabs .page-heading, .supermarket-newProducts .page-heading {
    font-size: 24px;
    padding: .75rem 0;
    display: inline-block;
    border-bottom: 2px solid #d14343;
    text-align: center;
    margin: 0 0 3rem; }
  .papathemes-section-inner > .page-heading::after, .productView-description .page-heading::after, .productView-productTabs .page-heading::after, .supermarket-newProducts .page-heading::after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    border-top: 1px solid #ddd;
    position: absolute;
    width: 100%;
    margin-top: .875rem; } }

.papathemes-sections-group {
  display: inline; }

.papathemes-section {
  padding: 1.5rem 0; }

.papathemes-section-inner {
  position: relative; }

.papathemes-section--alt {
  background-color: #f2f2f2; }

@media (min-width: 801px) {
  .papathemes-section--alt {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.container--papathemes-section1-fullwidth.container, .container--papathemes-section1-stretch.container {
  padding: 0;
  margin: 0;
  max-width: none; }

.papathemes-section1 {
  margin-top: 0; }

.papathemes-section1--fullwidth, .papathemes-section1--stretch {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.papathemes-section1-socials {
  display: none; }

@media (min-width: 801px) {
  .papathemes-section1-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem 0;
    background: #fff; }
  .papathemes-section1-top .papathemes-section1-hotNews {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .papathemes-section1-top .papathemes-section1-socials {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    white-space: nowrap;
    padding-left: 1.5rem; } }

@media (min-width: 801px) {
  .supermarket-newProducts {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
  .supermarket-newProducts:after, .supermarket-newProducts:before {
    content: " ";
    display: table; }
  .supermarket-newProducts:after {
    clear: both; } }

@media (min-width: 801px) {
  .supermarket-newProducts .supermarket-newProducts-banner, .supermarket-newProducts .supermarket-newProducts-products {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; } }

.supermarket-newProducts .supermarket-newProducts-products-inner {
  position: relative; }

.supermarket-newProducts .productCarousel .card, .supermarket-newProducts .productGrid .card {
  border-color: transparent; }

.papathemes-hotNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.papathemes-hotNews-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
  line-height: 3rem;
  padding: 0 1.5rem;
  text-transform: uppercase; }

.papathemes-hotNews-list {
  list-style: none;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  height: 3rem;
  position: relative; }

.papathemes-hotNews-list ol, .papathemes-hotNews-list ul {
  list-style: none;
  margin-bottom: 0; }

.papathemes-hotNews-item {
  position: absolute;
  width: 100%;
  line-height: 3rem;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.papathemes-hotNews-item.is-open {
  opacity: 1; }

.papathemes-hotNews-title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

.papathemes-hotNews-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #707070; }

.papathemes-categoriesGrid-heading {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 2px solid #00a6ed;
  margin-bottom: 1.5rem;
  margin-top: 0; }

.papathemes-categoriesGrid-heading span {
  display: inline-block;
  padding: .375rem 1.125rem .25rem;
  color: #fff;
  background: #00a6ed; }

.papathemes-categoriesGrid {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.papathemes-categoriesGrid ol, .papathemes-categoriesGrid ul {
  list-style: none;
  margin-bottom: 0; }

.papathemes-categoriesGrid-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  border: 1px solid #ddd; }

@media (min-width: 801px) {
  .papathemes-categoriesGrid-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }

.papathemes-categoriesGrid-card {
  text-align: center;
  padding: 1.5rem; }

.papathemes-categoriesGrid-figure {
  margin: 0 0 1.5rem; }

.papathemes-categoriesGrid-figure > figcaption {
  margin: 0; }

.papathemes-categoriesGrid-name {
  font-size: 1rem;
  margin: 0 0 .375rem; }

.papathemes-categoriesGrid-productsCount {
  font-size: 14px;
  color: #707070; }

@media (min-width: 801px) {
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 250px; } }

@media (min-width: 801px) {
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 16.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+1) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left: 0; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+3) {
    border-left: 0; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+4) {
    border-left: 0;
    border-top: 0; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+5) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left: 0; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+6) {
    border-left: 0; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n+7) {
    border-left: 0;
    border-top: 0; }
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-item:nth-child(8n) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-left: 0; } }

@media (min-width: 801px) {
  .papathemes-categoriesGrid-section--style1 .papathemes-categoriesGrid-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 801px) {
  .page-sidebar .papathemes-productsFilter {
    display: none; } }

.sidebarBlock + .papathemes-productsFilter {
  margin-top: 1.5rem; }

.sidebarBlock--verticalCategories + .papathemes-productsFilter {
  margin-top: 0; }

.azBrands-table {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.azBrands-table ol, .azBrands-table ul {
  list-style: none;
  margin-bottom: 0; }

.azBrands-table li {
  margin: 0;
  padding: 0; }

.azBrands-table li {
  display: inline-block; }

.azBrands-table li a {
  display: block;
  padding: .375rem;
  min-width: 2.25rem;
  text-align: center;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700; }

.azBrands-table li a:hover {
  border-color: #d14343; }

.azBrands-group-title {
  font-size: 28px;
  text-transform: uppercase;
  color: #707070; }

.azBrands-group {
  display: none; }

.azBrands-group.is-active {
  display: block; }

.azBrands-group .card-figure {
  display: none; }

.azBrands-group .brandGrid .brand .card-title {
  text-align: left; }

.azBrands-group .card {
  margin-bottom: .75rem; }

.azBrands-group .card-body {
  padding: 0; }

.azBrands ~ .pagination {
  display: none; }

.azBrands-group-topLink {
  text-align: right;
  display: none; }

.azBrands-group-topLink a {
  text-decoration: none;
  color: #707070; }

.azBrands-group-topLink a:focus, .azBrands-group-topLink a:hover {
  color: #333; }

.azBrands-group-topLink a:active {
  color: #333; }

.productView-alsoBought {
  padding: 0 .75rem; }

@media (min-width: 801px) {
  .productView-alsoBought {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (min-width: 1261px) {
  .productView-alsoBought {
    padding: 0 1.5rem; } }

@media (min-width: 801px) {
  .productView-alsoBought--right {
    float: right;
    clear: right;
    width: 50%; } }

@media (min-width: 801px) {
  .productView-alsoBought--left {
    float: left;
    clear: left;
    width: 50%; } }

@media (min-width: 801px) {
  .productView-alsoBought-heading {
    width: 100%;
    border-top: 1px solid #ddd; } }

.productView-alsoBought-heading ._heading {
  margin: 1.5rem 0;
  font-size: 20px; }

@media (min-width: 801px) {
  .productView-alsoBought-list {
    width: 100%; } }

.productView-alsoBought-item + .productView-alsoBought-item {
  margin-top: .375rem; }

.productView-alsoBought-item._parent .productView-alsoBought-item-title {
  color: inherit; }

.productView-alsoBought-item-form {
  overflow: hidden;
  height: 0; }

.productView-alsoBought-item-form.is-open {
  overflow: visible;
  height: auto; }

.productView-alsoBought-item-check {
  display: inline-block; }

.productView-alsoBought-item-check .form-field {
  margin: 0; }

.productView-alsoBought-item-check .form-label {
  color: inherit;
  opacity: .4; }

.productView-alsoBought-item-check .form-label.is-checked, .productView-alsoBought-item-check .form-label:focus, .productView-alsoBought-item-check .form-label:hover {
  opacity: 1; }

.productView-alsoBought-item-title {
  display: inline;
  margin-right: .75rem;
  font-weight: 600;
  font-size: 14px;
  color: #000; }

.productView-alsoBought-item-price {
  display: inline; }

.productView-alsoBought-item-price .price-section-group {
  display: inline; }

.productView-alsoBought-item-price .price-section {
  display: inline;
  margin-right: .75rem; }

.productView-alsoBought-item-price .price-section [style] abbr[title] {
  border-bottom: 0; }

.productView-alsoBought-item-price .price-section--saving {
  display: none !important; }

.productView-alsoBought-item-price .price--main {
  font-weight: 600; }

.productView-alsoBought-item-price [itemprop=priceSpecification] {
  display: inline; }

.productView-alsoBought-item-formToggle {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600; }

.productView-alsoBought-item-formToggle a {
  text-decoration: none; }

.productView-alsoBought-item-formToggle a.is-open .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.productView-alsoBought-item-formToggle .icon {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: 0 0 .1875rem .1875rem; }

.productView-alsoBought-item-formToggle .icon svg {
  fill: black; }

.productView-alsoBought-item-form .form {
  margin-bottom: 0; }

.productView-alsoBought-item-form .form-label--alternate {
  margin-bottom: .375rem; }

.productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field {
  margin-bottom: .75rem; }

.productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field[data-product-attribute=set-rectangle], .productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field[data-product-attribute=swatch] {
  margin-bottom: .375rem; }

.productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field[data-product-attribute=input-checkbox] {
  margin-bottom: 1.125rem; }

.productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field[data-product-attribute=input-checkbox] .form-label--alternate {
  margin-bottom: 0; }

.productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field::after, .productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field::before {
  display: none; }

.productView-alsoBought-item-form .papathemes-productView-optionsGrid .form-field--increments {
  margin-bottom: 0; }

.productView-alsoBought-item-form.is-open {
  padding: 1.5rem;
  margin: .75rem 0 1.5rem;
  border: 2px solid #ddd; }

.productView-alsoBought-thumbnails {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 801px) {
  .productView-alsoBought-thumbnails {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: visible; } }

.productView-alsoBought-thumbnail-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-bottom: .75rem; }

.is-checked ~ .productView-alsoBought-thumbnail-item {
  padding-left: 20px; }

.is-checked ~ .productView-alsoBought-thumbnail-item::before {
  content: "+";
  font-size: 18px;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.productView-alsoBought-thumbnail-item:not(.is-checked) {
  display: none; }

.productView-alsoBought-thumbnail-label {
  border: 2px solid #ddd;
  display: block;
  padding: 2px;
  cursor: pointer; }

.productView-alsoBought-thumbnail-label.is-checked {
  border-color: #454545; }

.productView-alsoBought-buttons {
  display: none;
  margin: .75rem 0 1.5rem;
  width: 100%; }

.productView-alsoBought-buttons.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.productView-alsoBought-buttons .button {
  margin-bottom: 0;
  margin-right: 1.5rem; }

.productView-alsoBought-total .price {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600; }

.productView-alsoBought-inline {
  display: inline; }

@-webkit-keyframes instantload-loading-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes instantload-loading-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes instantload-loading-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes instantload-loading-hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.instantload-loaded, .instantload-loading {
  position: relative; }

.instantload-loaded::before, .instantload-loading::before {
  content: "";
  position: absolute;
  z-index: 45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1; }

.instantload-loaded::after, .instantload-loading::after {
  content: "";
  position: fixed;
  z-index: 505;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url("../img/loading.svg") center center no-repeat;
  background-size: cover;
  opacity: 1; }

.instantload-loading::after, .instantload-loading::before {
  opacity: 1;
  -webkit-animation: instantload-loading-show .3s;
  animation: instantload-loading-show .3s; }

.instantload-loaded::after, .instantload-loaded::before {
  opacity: 0;
  -webkit-animation: instantload-loading-hide .3s;
  animation: instantload-loading-hide .3s; }

.supermarket-compareList-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 20;
  -webkit-animation-name: supermarket-compareList-show;
  animation-name: supermarket-compareList-show;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.supermarket-compareList-panel-wrapper .button {
  margin: 0; }

.supermarket-compareList-panel-wrapper .button--close, .supermarket-compareList-panel-wrapper .button--open {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 0;
  font-size: 16px; }

@media (max-width: 800px) {
  .supermarket-compareList-panel-wrapper .button--close, .supermarket-compareList-panel-wrapper .button--open {
    width: 40px;
    height: 40px;
    top: -39px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15); } }

.navPages-list:not(.navPages-list-depth-max) a.navPages-action.has-subMenu .navPages-action-moreIcon svg:nth-child(1) {
  display: inline-block; }

.navPages-list:not(.navPages-list-depth-max) a.navPages-action.has-subMenu .navPages-action-moreIcon svg:last-child {
  display: none; }

.navPages-list:not(.navPages-list-depth-max) a.navPages-action.has-subMenu.is-open .navPages-action-moreIcon svg:nth-child(1) {
  display: none; }

.navPages-list:not(.navPages-list-depth-max) a.navPages-action.has-subMenu.is-open .navPages-action-moreIcon svg:last-child {
  display: inline-block; }

.supermarket-compareList-panel-wrapper .button--open {
  display: none; }

.supermarket-compareList-panel-wrapper.is-empty {
  -webkit-animation-name: supermarket-compareList-hide;
  animation-name: supermarket-compareList-hide;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05); }

.supermarket-compareList-panel-wrapper.is-closed .button--close {
  display: none; }

.supermarket-compareList-panel-wrapper.is-closed .button--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  top: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15); }

.supermarket-compareList-panel-wrapper.is-closed .supermarket-compareList-panel-body {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }

@-webkit-keyframes supermarket-compareList-show {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes supermarket-compareList-show {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes supermarket-compareList-hide {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); } }

@keyframes supermarket-compareList-hide {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); } }

.supermarket-compareList-panel {
  position: relative;
  width: auto;
  max-width: 100%; }

.supermarket-compareList-panel-body {
  width: auto;
  background-color: #fff;
  padding: .75rem .375rem;
  border: 1px solid #ddd;
  position: relative;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.supermarket-compareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.supermarket-compareList-item {
  position: relative;
  margin: 0 .375rem;
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (min-width: 801px) {
  .supermarket-compareList-item {
    width: 80px; } }

.supermarket-compareList-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0; }

@media (min-width: 801px) {
  .supermarket-compareList-actions {
    margin: 0 1.875rem; } }

.supermarket-compareList-actions .button + .button {
  margin-top: .375rem; }

.supermarket-compareList-quickview, .supermarket-compareList-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5); }

@media (max-width: 800px) {
  .supermarket-compareList-quickview, .supermarket-compareList-remove {
    width: 25px;
    height: 25px; } }

.supermarket-compareList-remove {
  position: absolute;
  bottom: 0;
  top: auto; }

@media (min-width: 801px) {
  .categoryPage-searchInCategory-form {
    padding: 0; } }

@media (max-width: 800px) {
  .categoryPage-searchInCategory-form.noFaceted {
    margin-top: .75rem; }
  .categoryPage-searchInCategory-form.noFaceted.noDesc {
    margin-right: 3.5625rem;
    margin-top: -2.8125rem; }
  .categoryPage-searchInCategory-form.noFaceted.noDesc .button, .categoryPage-searchInCategory-form.noFaceted.noDesc .form-input {
    height: 2.6875rem; }
  .categoryPage-searchInCategory-form.noFaceted.noDesc.loading .form-field::after {
    width: 1.8125rem;
    height: 1.8125rem; }
  .categoryPage-searchInCategory-form.noFaceted .form-field {
    border-radius: 4px; } }

.categoryPage-searchInCategory-form .form-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: .75rem;
  border-radius: 4px; }

.categoryPage-searchInCategory-form .form-field:hover {
  border-color: #ec1d58; }

@media (min-width: 801px) {
  .categoryPage-searchInCategory-form .form-field {
    margin-bottom: 0; } }

.categoryPage-searchInCategory-form .form-input {
  border: 0; }

.categoryPage-searchInCategory-form .button {
  margin: 0;
  border: 0;
  white-space: nowrap;
  height: 3rem;
  color: #000; }

.categoryPage-searchInCategory-form .button:focus, .categoryPage-searchInCategory-form .button:hover {
  color: #d14343; }

.categoryPage-searchInCategory-form.loading .form-field::after {
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("../img/loading2.gif");
  background-size: 100%; }

.categoryPage-searchInCategory-form.loading .button {
  margin-right: 3rem; }

#recently-viewed-dropdown {
  max-width: none;
  width: 350px;
  margin-top: 1rem;
  padding: 0 .375rem; }

#recently-viewed-dropdown.is-open::before {
  left: auto;
  right: 36px; }

#recently-viewed-dropdown.is-open::after {
  left: auto;
  right: 38px; }

#recently-viewed-dropdown ._heading {
  font-size: 1rem;
  padding: .75rem;
  margin: 0; }

#recently-viewed-dropdown ._productList {
  list-style: none;
  margin: 0;
  max-height: calc(100vh - 80px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#recently-viewed-dropdown ._productList .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .375rem;
  margin: 0; }

#recently-viewed-dropdown ._productList .card-figure {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin: 0;
  position: relative;
  padding: .375rem; }

#recently-viewed-dropdown ._productList .card-img-container {
  position: relative;
  overflow: hidden; }

#recently-viewed-dropdown ._productList .card-body {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: .375rem;
  text-align: inherit; }

#recently-viewed-dropdown ._productList .card-body .price {
  font-size: 1rem; }

#recently-viewed-dropdown ._productList .card-title {
  font-size: 14px; }

#recently-viewed-dropdown ._productList .card-text--price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

#recently-viewed-dropdown ._productList-item + ._productList-item {
  border-top: 1px solid #ddd; }

.header-logo {
  font-size: 0;
  margin: 0;
  text-align: center; }

@media (min-width: 801px) {
  .header-logo {
    padding: 0; }
  .header.fixed .header-logo {
    background-color: #e8e8e8;
    margin: 0;
    padding: .375rem 0;
    position: absolute;
    top: 0;
    width: 100%; } }

.header-logo > a {
  color: #91268d;
  text-decoration: none; }

.header-logo > a:hover {
  color: #d14343; }

.header-logo > a:active {
  color: #de7bce; }

.header-logo-text {
  display: block;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: .1875rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

@media (min-width: 551px) {
  .header-logo-text {
    font-size: 30px;
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 801px) {
  .header-logo-text {
    display: inline;
    font-size: 36px;
    margin-left: 0;
    margin-right: -.125rem;
    max-width: none;
    overflow: auto;
    white-space: normal; }
  .header.fixed .header-logo-text {
    font-size: 24px; } }

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

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

/*
@media (min-width: 801px) {
        .header-logo-image-container::after {
                padding-bottom:30.95238%
        }
}
.header-logo-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 4rem
}
*/
@media (min-width: 801px) {
  .header-logo-image {
    max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 4rem; }

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

.header-logo-text {
  letter-spacing: 0;
  font-weight: 400;
  margin: 0; }

.page {
  margin: 0 -.75rem;
  max-width: none;
  width: auto; }

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

.page:after {
  clear: both; }

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

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

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

.page-sidebar {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  position: relative; }

@media (min-width: 801px) {
  .page-sidebar {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%;
    float: left; }
  .page-sidebar + .page-content {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 75%;
    float: left;
    border-left: 1px solid #ddd; } }

.footer {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  padding: 3rem 0; }

.footer-info {
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.footer-info:after, .footer-info:before {
  content: " ";
  display: table; }

.footer-info:after {
  clear: both; }

.footer-info-col {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  color: #707070;
  display: inline-block;
  float: none;
  font-size: 14px;
  margin-bottom: 1.5rem;
  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: #707070;
  text-decoration: none; }

.footer-info-list a:hover {
  color: #333; }

.footer-copyright {
  font-size: 14px;
  text-align: center; }

@media (min-width: 551px) {
  .footer-copyright {
    text-align: left; } }

.footer-copyright > .powered-by {
  color: #707070;
  font-size: 12px;
  margin: 0; }

.footer-copyright a:hover {
  color: #333; }

.footer-payment-icons {
  margin: 0;
  text-align: center; }

.footer-payment-icons .footer-payment-icon {
  height: 40px;
  width: 70px;
  margin: .375rem;
  vertical-align: middle; }

.footer-payment-icons svg {
  fill: #1a1a1a; }

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

.footer {
  padding: 0;
  border-top: 0;
  color: #000; }

.footer a {
  text-decoration: none;
  color: #ffffff; }

.footer a:active, .footer a:focus, .footer a:hover {
  color: #de7bce; }

.footer address {
  font-style: normal; }

.footer-info {
  margin: 0 -.75rem;
  padding: 2.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.footer-info::after, .footer-info::before {
  display: none; }

@media (min-width: 801px) {
  .footer-info {
    margin: 0 -1.125rem;
    padding-top: 3.75rem;
    padding-bottom: 0; } }

.footer-info-col {
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  width: auto;
  text-align: left; }

@media (min-width: 801px) {
  .footer-info-col {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%; } }

.footer-info-col .fa-ul {
  margin-left: 0;
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .footer-info-col .fa-ul {
    margin-left: 1.875rem; } }

.footer-info-col .fa-ul li {
  margin-bottom: .75rem; }

.footer-info-col .fa-li {
  left: -2.25rem;
  display: none; }

@media (min-width: 801px) {
  .footer-info-col .fa-li {
    display: inline; } }

.footer-info-col--brands {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media (min-width: 801px) {
  .footer-info-col--brands {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%; } }

.footer-info-heading {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 .75rem; }

@media (min-width: 551px) {
  .footer-info-heading {
    text-align: left; } }

@media (min-width: 801px) {
  .footer-info-heading {
    margin-bottom: 1.5rem; } }

.footer-info-text {
  margin-bottom: 1.5rem; }

.footer-info-list li {
  margin: 0 0 .75rem; }

.footer-info-list a {
  color: #000; }

.footer-info-list a:active, .footer-info-list a:focus, .footer-info-list a:hover {
  color: #de7bce; }

@media (min-width: 801px) {
  .footer-info-col--2col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%; } }

.footer-copyright {
  background: #f7f7f7;
  color: #1a1a1a;
  text-align: inherit; }

.footer-copyright a:active, .footer-copyright a:focus, .footer-copyright a:hover {
  color: #de7bce; }

.footer-copyright p {
  margin-bottom: 0; }

@media (max-width: 800px) {
  .footer-copyright .container {
    border-top: 1px solid rgba(26, 26, 26, 0.15);
    margin: 0 .75rem;
    width: auto;
    padding: 0; } }

@media (min-width: 801px) {
  .footer-copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.5rem; }
  .footer-copyright .container::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid rgba(26, 26, 26, 0.15);
    overflow: hidden;
    height: 1.5rem; } }

.footer-copyright .powered-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-copyright .powered-by ._col:first-child {
  padding-right: 1.5rem; }

.footer-copyright .powered-by ._col + ._col {
  border-left: 1px solid #ddd;
  padding-left: 1.5rem;
  text-align: right; }

.footer-copyright .powered-by ._heading {
  font-size: 1.375rem;
  font-weight: 700;
  display: block; }

@media (max-width: 800px) {
  .footer-copyright .powered-by:not(:first-child) {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
    margin-top: 1.5rem; } }

@media (min-width: 801px) {
  .footer-copyright .powered-by ._col {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; } }

.footer-logo {
  margin: 0 0 1.5rem; }

.footer-logo a {
  text-decoration: none; }

.papathemes-brandCarousel-container {
  text-align: center;
  font-size: 1rem; }

.papathemes-brandCarousel {
  margin-bottom: 0; }

.papathemes-brandCarousel-slide {
  text-transform: uppercase;
  text-align: center;
  padding: 0 .75rem;
  display: inline-block; }

.papathemes-brandCarousel-slide a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  white-space: nowrap; }

.papathemes-brandCarousel-slide a:focus img, .papathemes-brandCarousel-slide a:hover img {
  opacity: .5; }

.papathemes-brandCarousel-slide img {
  opacity: 1;
  margin: 0 auto; }

.papathemes-brandCarousel-slide img.lazyload {
  height: 0; }

.papathemes-brandCarousel .slick-track {
  margin: 0 auto; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 86.5rem;
  padding: 0 2.25rem;
  position: relative;
  width: 100%; }

@media (min-width: 1261px) {
  .container {
    padding: 0 9rem; } }

.container, .papathemes-section--alt .papathemes-section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding: 0 .75rem;
  position: relative;
  width: 100%; }

@media (min-width: 801px) {
  .container, .papathemes-section--alt .papathemes-section-inner {
    padding: 0 2.25rem; } }

@media (min-width: 1261px) {
  .container, .papathemes-section--alt .papathemes-section-inner {
    max-width: 77.625rem;
    padding: 0 2.25rem; } }

@media (min-width: 1681px) {
  .container, .papathemes-section--alt .papathemes-section-inner {
    max-width: 86.5rem;
    padding: 0 4.5rem; } }

.container .container {
  padding-left: 0;
  padding-right: 0; }

.blog {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .blog {
    margin: auto;
    width: 100%; } }

.blog + .blog {
  border-top: 1px solid #ddd;
  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: 20px;
  margin: 0 1.5rem .375rem; }

.blog-title a {
  text-decoration: none; }

h1.blog-title {
  font-size: 28px; }

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 1240px; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.papathemes-blogGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }

.papathemes-blogGrid ol, .papathemes-blogGrid ul {
  list-style: none;
  margin-bottom: 0; }

.papathemes-blogGrid:after, .papathemes-blogGrid:before {
  content: " ";
  display: table; }

.papathemes-blogGrid:after {
  clear: both; }

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

@media (min-width: 551px) {
  .papathemes-blogGrid .papathemes-blogItem {
    width: 33.33333%; } }

.papathemes-blogGrid .blog-post-figure {
  width: 100%; }

.papathemes-blogGrid .blog-post-body {
  width: 100%; }

.papathemes-blogGrid .blog-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media (min-width: 551px) {
  .papathemes-blogGrid--featured .papathemes-blogItem:first-child {
    width: 50%;
    float: left; }
  .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(2), .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(3) {
    width: 50%; }
  .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(2) .blog, .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(3) .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(2) .blog-post-figure, .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(3) .blog-post-figure {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.5rem 0 0; }
  .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(2) .blog-post-figure .first-tag, .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(3) .blog-post-figure .first-tag {
    bottom: 3rem; }
  .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(2) .blog-post-body, .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(3) .blog-post-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(2) .blog-date, .papathemes-blogGrid--featured .papathemes-blogItem:nth-child(3) .blog-date {
    display: none; } }

@media (min-width: 551px) {
  .papathemes-blog--2col, .papathemes-blog--2col-featured {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem; }
  .papathemes-blog--2col-featured:after, .papathemes-blog--2col-featured:before, .papathemes-blog--2col:after, .papathemes-blog--2col:before {
    content: " ";
    display: table; }
  .papathemes-blog--2col-featured:after, .papathemes-blog--2col:after {
    clear: both; }
  .papathemes-blog--2col-featured > *, .papathemes-blog--2col > * {
    font-size: 1rem; }
  .papathemes-blog--2col .blog, .papathemes-blog--2col-featured .blog {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .papathemes-blog--2col .blog:nth-child(2) {
    margin-top: 0;
    padding-top: 0; }
  .papathemes-blog--2col, .papathemes-blog--2col-featured {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem; }
  .papathemes-blog--2col-featured:after, .papathemes-blog--2col-featured:before, .papathemes-blog--2col:after, .papathemes-blog--2col:before {
    content: " ";
    display: table; }
  .papathemes-blog--2col-featured:after, .papathemes-blog--2col:after {
    clear: both; }
  .papathemes-blog--2col-featured > *, .papathemes-blog--2col > * {
    font-size: 1rem; }
  .papathemes-blog--2col .blog, .papathemes-blog--2col-featured .blog {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .papathemes-blog--2col .blog:nth-child(2) {
    margin-top: 0;
    padding-top: 0; }
  .papathemes-blog--2col-featured .blog:first-child {
    display: block;
    width: 100%; } }

.blog-post-figure {
  position: relative; }

.blog-post-figure .first-tag {
  position: absolute;
  bottom: 1.5rem;
  left: 0; }

.blog-post-figure .first-tag a {
  display: block;
  padding: .375rem 1.5rem;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  text-decoration: none; }

.page-sidebar + .page-content .blog-post-figure {
  width: 100%; }

.blog-thumbnail {
  overflow: hidden;
  margin: 0 0 1.5rem; }

.blog-thumbnail::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 66.6129%; }

.blog-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  -o-object-position: center left;
  object-position: center left; }

.blog-post-body {
  text-align: left; }

.page-sidebar + .page-content .blog-post-body {
  width: 100%; }

.blog-title {
  margin: 0 0 1.5rem; }

.blog-title a {
  color: inherit; }

h1.blog-title {
  margin-top: 0; }

.blog-post {
  font-size: 1rem;
  margin-bottom: 1.5rem; }

.blog--has-socials .blog-post-body:after, .blog--has-socials .blog-post-body:before, .blog--has-tags .blog-post-body:after, .blog--has-tags .blog-post-body:before {
  content: " ";
  display: table; }

.blog--has-socials .blog-post-body:after, .blog--has-tags .blog-post-body:after {
  clear: both; }

.blog--has-socials .blog-post, .blog--has-tags .blog-post {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem; }

.blog-summary {
  margin: 0 0 1.5rem; }

.blog-dateContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.blog-readmore a {
  text-decoration: none;
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase; }

.blog-author, .blog-date {
  font-size: 14px;
  color: #707070;
  text-align: right; }

.blog-date-date::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 1rem;
  display: inline-block;
  padding-right: .375rem; }

.blog-date-author {
  padding-left: .75rem; }

.blog-date-author::before {
  font-family: FontAwesome;
  content: "\f2c0";
  font-size: 1rem;
  display: inline-block;
  padding-right: .375rem; }

.blog .tags {
  margin-bottom: 0;
  text-align: left;
  margin-top: 1.5rem; }

.blog .addthis_toolbox {
  text-align: left;
  margin-top: 1.5rem; }

@media (min-width: 551px) {
  .blog .addthis_toolbox {
    text-align: right; } }

@media (min-width: 551px) {
  .blog--has-socials .addthis_toolbox, .blog--has-tags .tags {
    float: left;
    width: 50%; } }

.blog .socialLinks {
  text-align: left; }

@media (min-width: 551px) {
  .blog .socialLinks {
    text-align: right; } }

.addthis_toolbox a.at300b.addthis_button_pinterest {
  width: 2.25rem; }

.addthis_toolbox a.at300b.addthis_button_pinterest .pin_it_iframe_widget {
  display: none; }

.papathemes-blog-bottomSection {
  margin-top: 4.5rem; }

.page-heading--blogGrid-footerList {
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1.5rem; }

@media (min-width: 801px) {
  .papathemes-blogGrid--footerList {
    margin-bottom: 0; } }

.papathemes-blogGrid--footerList .papathemes-blogItem {
  display: block;
  width: 100%; }

.papathemes-blogGrid--footerList .papathemes-blogItem:last-child {
  margin-bottom: -1.5rem; }

.papathemes-blogGrid--footerList .blog-thumbnail {
  height: 4.375rem;
  width: 4.375rem;
  margin: 0 1.5rem 1.5rem 0; }

.papathemes-blogGrid--footerList .blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.papathemes-blogGrid--footerList .blog-post-figure {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin: 0; }

.papathemes-blogGrid--footerList .blog-post-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.papathemes-blogGrid--footerList .blog-title {
  font-size: 1rem;
  margin-bottom: .75rem; }

@media (min-width: 551px) {
  .sidebarBlock--blog .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 801px) {
  .sidebarBlock--blog .navList {
    display: block; } }

@media (min-width: 551px) {
  .sidebarBlock--blog .navList-item {
    width: 50%; } }

@media (min-width: 801px) {
  .sidebarBlock--blog .navList-item {
    width: 100%; } }

@media (min-width: 801px) {
  .sidebarBlock--blog .blog-post-figure {
    width: 100%; } }

.sidebarBlock--blog .blog-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media (min-width: 551px) {
  .sidebarBlock--blog .blog-post-body {
    width: 100%; } }

@media (min-width: 801px) {
  .sidebarBlock--blog .blog-dateContainer {
    display: block; } }

.sidebarBlock--blog .blog-author, .sidebarBlock--blog .blog-date {
  display: none; }

@media (min-width: 801px) {
  .sidebarBlock--blog .blog-author, .sidebarBlock--blog .blog-date {
    text-align: left; } }

@media (min-width: 801px) {
  .sidebarBlock--blog .blog-readmore + .blog-date {
    margin-top: 1.5rem; } }

.sidebarBlock + .sidebarBlock {
  margin-top: 2rem; }

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

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }

.brandGrid ol, .brandGrid ul {
  list-style: none;
  margin-bottom: 0; }

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

.brandGrid:after {
  clear: both; }

.brandGrid .brand {
  padding-left: .75rem;
  padding-right: .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; }

.brandGrid--newest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.brand-image-container {
  position: relative;
  max-width: 917px; }

.brand-image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left top;
  object-position: left top;
  font-family: "object-fit: contain"; }

.brand-image-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 27.26281%; }

.brand .card-img-container {
  max-width: 300px; }

.brand .card-img-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 50%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }

.productGrid ol, .productGrid ul {
  list-style: none;
  margin-bottom: 0; }

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

.productGrid:after {
  clear: both; }

.productGrid .product {
  padding-left: .75rem;
  padding-right: .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 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }

@media (min-width: 551px) {
  .productMasonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 801px) {
  .productMasonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

.productMasonry .product {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  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 {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left; }
  .csscolumns .productGrid--maxCol6 .product {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 16.66667%;
    float: left; } }

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

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

.productGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 3rem; }

.productGrid::after, .productGrid::before {
  display: none; }

.productGrid .product {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 801px) {
  .productGrid .product {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .productGrid .product {
    display: block; } }

.productCarousel .card, .productGrid .card {
  padding: .375rem;
  border: 1px solid #ddd;
  border-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

@media (min-width: 801px) {
  .productCarousel .card, .productGrid .card {
    padding: .75rem; }
  .productCarousel .card:hover .card-buttons, .productGrid .card:hover .card-buttons {
    visibility: visible;
    clip: auto;
    opacity: 1;
    padding-top: 0;
    z-index: 10; } }

.dropdown--quickSearch .productCarousel .card, .dropdown--quickSearch .productGrid .card {
  background-color: #fff; }

.productCarousel .card-buttons, .productGrid .card-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .75rem;
  display: none; }

@media (min-width: 551px) {
  .productCarousel .card-buttons, .productGrid .card-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (min-width: 801px) {
  .productCarousel .card-buttons, .productGrid .card-buttons {
    visibility: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; } }

.productCarousel .card-buttons .card-figcaption-button, .productGrid .card-buttons .card-figcaption-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0; }

.productCarousel .card-buttons .card-figcaption-button:first-child, .productGrid .card-buttons .card-figcaption-button:first-child {
  margin-left: 0; }

.productCarousel .card-buttons--alt, .productGrid .card-buttons--alt {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.card:hover .card-buttons--alt {
  visibility: visible;
  clip: auto;
  opacity: 1; }

.productCarousel .card-buttons--alt .card-figcaption-button, .productGrid .card-buttons--alt .card-figcaption-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

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

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

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

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

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

@media (min-width: 801px) {
  .no-csscolumns .mode-2 .productGrid .product, .no-csscolumns .productGrid--maxCol2 .product {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media (min-width: 801px) {
  .csscolumns .mode-2 .productGrid, .csscolumns .productGrid--maxCol2 {
    width: auto;
    padding: 0;
    float: none; }
  .csscolumns .mode-2 .productGrid .product, .csscolumns .productGrid--maxCol2 .product {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media (min-width: 801px) {
  .no-csscolumns .mode-3 .productGrid .product, .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33334%;
    flex-basis: 33.33334%; } }

@media (min-width: 801px) {
  .csscolumns .mode-3 .productGrid, .csscolumns .productGrid--maxCol3 {
    width: auto;
    padding: 0;
    float: none; }
  .csscolumns .mode-3 .productGrid .product, .csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33334%;
    flex-basis: 33.33334%; } }

@media (min-width: 801px) {
  .no-csscolumns .mode-5 .productGrid .product, .no-csscolumns .productGrid--maxCol5 .product {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }

@media (min-width: 801px) {
  .csscolumns .mode-5 .productGrid, .csscolumns .productGrid--maxCol5 {
    width: auto;
    padding: 0;
    float: none; }
  .csscolumns .mode-5 .productGrid .product, .csscolumns .productGrid--maxCol5 .product {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }

@media (min-width: 801px) {
  .no-csscolumns .mode-6 .productGrid .product, .no-csscolumns .productGrid--maxCol6 .product {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .mode-6 .productGrid, .csscolumns .productGrid--maxCol6 {
    padding: 0;
    width: auto;
    float: none; }
  .csscolumns .mode-6 .productGrid .product, .csscolumns .productGrid--maxCol6 .product {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; } }

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

.productList ol, .productList ul {
  list-style: none;
  margin-bottom: 0; }

.productList .product + .product {
  margin-top: 4rem; }

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem; }

@media (min-width: 551px) {
  .listItem-figure {
    margin-bottom: 0; } }

@media (min-width: 551px) and (min-width: 551px) {
  .listItem-figure {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%; } }

.listItem-image {
  width: 100%; }

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

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

@media (min-width: 1261px) {
  .listItem-actions, .listItem-details {
    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: .375rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 .1875rem; }

@media (min-width: 801px) {
  .listItem-brand {
    font-size: 14px;
    margin-bottom: 0; } }

.listItem-title {
  font-size: 14px;
  margin: 0 0 .1875rem; }

@media (min-width: 801px) {
  .listItem-title {
    font-size: 18px; } }

.listItem-title > a {
  text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }

@media (min-width: 801px) {
  .listItem-price {
    font-size: 18px; } }

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

.listItem-actions .button {
  margin-bottom: 0; }

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

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

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

.productList {
  margin-bottom: 3rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0; } }

.listItem-figure {
  position: relative; }

@media (min-width: 551px) {
  .listItem-figure {
    padding: 0 .75rem; } }

.listItem-body {
  text-align: center; }

@media (min-width: 551px) {
  .listItem-body {
    text-align: inherit;
    padding: 0 .75rem; } }

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

.listItem-brand {
  margin-bottom: .375rem;
  font-size: inherit; }

.listItem-title {
  margin-bottom: .375rem;
  font-size: 1rem; }

.listItem-title a {
  color: #1a1a1a; }

.listItem-title a:hover {
  color: #de7bce; }

.listItem-price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: .375rem; }

.listItem-actions .button input {
  vertical-align: middle; }

.productList--maxCol1, .productList--maxCol4, .sidebarBlock .productList {
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.productList--maxCol1:after, .productList--maxCol1:before, .productList--maxCol4:after, .productList--maxCol4:before, .sidebarBlock .productList:after, .sidebarBlock .productList:before {
  content: " ";
  display: table; }

.productList--maxCol1:after, .productList--maxCol4:after, .sidebarBlock .productList:after {
  clear: both; }

.productList--maxCol1 .product, .productList--maxCol4 .product, .sidebarBlock .productList .product {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  overflow: visible; }

@media (min-width: 551px) {
  .productList--maxCol1 .product, .productList--maxCol4 .product, .sidebarBlock .productList .product {
    padding: 0 .75rem; } }

.productList--maxCol1 .product + .product, .productList--maxCol4 .product + .product, .sidebarBlock .productList .product + .product {
  margin-top: 0; }

@media (min-width: 801px) {
  .productList--maxCol1 .product + .product, .productList--maxCol4 .product + .product, .sidebarBlock .productList .product + .product {
    margin-top: 1.5rem; } }

.productList--maxCol1 .listItem, .productList--maxCol4 .listItem, .sidebarBlock .productList .listItem {
  margin-bottom: 1.5rem; }

@media (min-width: 551px) {
  .productList--maxCol1 .listItem, .productList--maxCol4 .listItem, .sidebarBlock .productList .listItem {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 801px) {
  .productList--maxCol1 .listItem, .productList--maxCol4 .listItem, .sidebarBlock .productList .listItem {
    position: relative;
    margin-bottom: 0; }
  .productList--maxCol1 .listItem:hover .listItem-buttons, .productList--maxCol4 .listItem:hover .listItem-buttons, .sidebarBlock .productList .listItem:hover .listItem-buttons {
    visibility: visible;
    clip: auto;
    opacity: 1; } }

@media (min-width: 551px) {
  .productList--maxCol1 .listItem-figure, .productList--maxCol4 .listItem-figure, .sidebarBlock .productList .listItem-figure {
    width: 40%; } }

@media (min-width: 551px) {
  .productList--maxCol1 .listItem-body, .productList--maxCol4 .listItem-body, .sidebarBlock .productList .listItem-body {
    width: 60%; } }

@media (min-width: 801px) {
  .productList--maxCol1 .listItem-body, .productList--maxCol4 .listItem-body, .sidebarBlock .productList .listItem-body {
    position: relative; } }

@media (min-width: 551px) {
  .productList--maxCol1 .listItem-body, .productList--maxCol1 .listItem-figure, .productList--maxCol4 .listItem-body, .productList--maxCol4 .listItem-figure, .sidebarBlock .productList .listItem-body, .sidebarBlock .productList .listItem-figure {
    padding: 0 .75rem; } }

@media (min-width: 1261px) {
  .productList--maxCol1 .listItem-body, .productList--maxCol1 .listItem-figure, .productList--maxCol4 .listItem-body, .productList--maxCol4 .listItem-figure, .sidebarBlock .productList .listItem-body, .sidebarBlock .productList .listItem-figure {
    vertical-align: top; } }

@media (min-width: 1261px) {
  .productList--maxCol1 .listItem-content, .productList--maxCol4 .listItem-content, .sidebarBlock .productList .listItem-content {
    display: block; } }

@media (min-width: 1261px) {
  .productList--maxCol1 .listItem-actions, .productList--maxCol1 .listItem-details, .productList--maxCol4 .listItem-actions, .productList--maxCol4 .listItem-details, .sidebarBlock .productList .listItem-actions, .sidebarBlock .productList .listItem-details {
    display: block; } }

.productList--maxCol1 .listItem-details, .productList--maxCol4 .listItem-details, .sidebarBlock .productList .listItem-details {
  padding-right: 0; }

.productList--maxCol1 .listItem-actions, .productList--maxCol4 .listItem-actions, .sidebarBlock .productList .listItem-actions {
  width: auto; }

.productList--maxCol1 .listItem-buttons, .productList--maxCol4 .listItem-buttons, .sidebarBlock .productList .listItem-buttons {
  display: none; }

@media (min-width: 551px) {
  .productList--maxCol1 .listItem-buttons, .productList--maxCol4 .listItem-buttons, .sidebarBlock .productList .listItem-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 801px) {
  .productList--maxCol1 .listItem-buttons, .productList--maxCol4 .listItem-buttons, .sidebarBlock .productList .listItem-buttons {
    visibility: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    left: .75rem;
    bottom: -.375rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff; } }

.productList--maxCol1 .listItem-buttons .button, .productList--maxCol4 .listItem-buttons .button, .sidebarBlock .productList .listItem-buttons .button {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-right: .375rem; }

@media (min-width: 801px) {
  .productList--maxCol1 .listItem-buttons .button, .productList--maxCol4 .listItem-buttons .button, .sidebarBlock .productList .listItem-buttons .button {
    margin-bottom: .375rem; } }

.productList--maxCol1 .listItem-buttons .button:first-child, .productList--maxCol4 .listItem-buttons .button:first-child, .sidebarBlock .productList .listItem-buttons .button:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.productList--maxCol1 .listItem-buttons .button + .button, .productList--maxCol4 .listItem-buttons .button + .button, .sidebarBlock .productList .listItem-buttons .button + .button {
  margin-top: 0;
  margin-left: 0; }

.productList--maxCol1 .button.quickview, .productList--maxCol4 .button.quickview, .sidebarBlock .productList .button.quickview {
  font-size: 0;
  content: "";
  padding-left: .75rem;
  padding-right: .75rem; }

.productList--maxCol1 .button.quickview::before, .productList--maxCol4 .button.quickview::before, .sidebarBlock .productList .button.quickview::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1rem;
  vertical-align: middle; }

@media (min-width: 801px) {
  .productList--maxCol4 .product {
    width: 25%; } }

@media (min-width: 551px) {
  .productList--maxCol4 .product:nth-child(odd) {
    clear: both; } }

@media (min-width: 801px) {
  .productList--maxCol4 .product:nth-child(odd) {
    clear: none; } }

@media (min-width: 801px) {
  .productList--maxCol4 .product:nth-child(4n+1) {
    clear: both; } }

@media (min-width: 801px) {
  .productList--maxCol1 .product, .sidebarBlock .productList .product {
    width: 100%; }
  .productList--maxCol1 .product:last-child .listItem, .sidebarBlock .productList .product:last-child .listItem {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; } }

@media (min-width: 801px) {
  .sidebarBlock .productList .product {
    padding: 0; }
  .sidebarBlock .productList .listItem-figure {
    padding-right: 0; } }

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

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

.productView {
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }

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

.productView:after {
  clear: both; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

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

.productView-images {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 801px) {
  .productView-images {
    width: 50%; } }

.productView-details {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 801px) {
  .productView-details {
    clear: right;
    float: right;
    width: 50%; } }

.productView-description {
  clear: both; }

.productView {
  margin: 0 -.75rem; }

.supermarket-layout--left-sidebar .productView {
  margin: 0 -.75rem; }

@media (min-width: 801px) {
  .productView {
    margin: 0 -.75rem; } }

@media (max-width: 800px) {
  .supermarket-layout--left-sidebar .productView--quickView {
    margin: 0 -.75rem; } }

@media (min-width: 801px) {
  .productView-detailsWrapper {
    position: relative; }
  .productView-detailsWrapper:after, .productView-detailsWrapper:before {
    content: " ";
    display: table; }
  .productView-detailsWrapper:after {
    clear: both; } }

.productView-beforeAlsoBought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 801px) {
  .productView-beforeAlsoBought {
    display: inline; } }

.productView-details {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 .75rem; }

.productView-images {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  padding: 0 .75rem; }

@media (min-width: 801px) {
  .productView-images[data-sidebar-sticky] {
    position: sticky;
    top: 0; } }

.productView-descriptionWrapper {
  display: inline; }

.productView-description {
  padding: 0 .75rem; }

.productView-productTabs {
  padding: 0; }

.supermarket-layout--left-sidebar .productView-productTabs {
  padding: 0; }

@media (min-width: 801px) {
  .productView-productTabs {
    padding: 0; } }

.sale-flag-star, .sale-flag-star::after, .sale-flag-star::before {
  background: #ec1d58;
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
  transform: scaleX(1) scaleY(1) scaleZ(1);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 3.125rem;
  z-index: 10; }

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

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

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

.sale-text-burst {
  color: #fff;
  font-weight: 600;
  line-height: .9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-side {
  background: #ec1d58;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  padding: .5rem .75rem;
  z-index: 5;
  text-transform: uppercase;
  line-height: 1.25; }

.sale-flag-sash {
  background: #ec1d58;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -35px;
  line-height: 1rem;
  padding-top: .09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7.4375rem;
  z-index: 10; }

.product {
  overflow: hidden; }

.sale-flag-side {
  font-weight: 500; }

@media (min-width: 801px) {
  .sale-flag-side {
    font-size: .875rem;
    top: 1.5rem; }
  .sale-flag-side + .sale-flag-side {
    top: 3.90625rem; }
  .sale-flag-side + .sale-flag-side + .sale-flag-side {
    top: 6.3125rem; }
  .sale-flag-side + .sale-flag-side + .sale-flag-side + .sale-flag-side {
    top: 8.71875rem; } }

@media (max-width: 800px) {
  .sale-flag-side {
    padding: .375rem .75rem;
    font-size: 12px;
    top: .75rem; }
  .sale-flag-side + .sale-flag-side {
    top: 2.75rem; }
  .sale-flag-side + .sale-flag-side + .sale-flag-side {
    top: 4.75rem; }
  .sale-flag-side + .sale-flag-side + .sale-flag-side + .sale-flag-side {
    top: 6.75rem; } }

.sale-flag-side--custom {
  background-color: #000;
  color: #fff; }

.product:hover .sale-flag-side--custom {
  background-color: #000; }

.sale-flag-star, .sale-flag-star::after, .sale-flag-star::before {
  left: auto;
  right: 0; }

.starwrap {
  right: 1.625rem; }

.sale-text-burst {
  font-size: 12px; }

.sale-flag-sash {
  left: auto;
  right: -1.1875rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 12px; }

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

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

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

.form-option:hover .form-option-expanded {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  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; }

.form-option-expanded {
  display: none; }

@media (min-width: 801px) {
  .form-option-expanded {
    display: block; } }

@media (max-width: 800px) {
  .card-figcaption {
    display: block;
    opacity: 1;
    height: auto;
    position: static; }
  .card-img-container {
    position: relative; }
  .productCarousel .card-buttons, .productGrid .card-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    opacity: 1;
    clip: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: .375rem 0 0; }
  .productCarousel .card-buttons .card-figcaption-button::before, .productGrid .card-buttons .card-figcaption-button::before {
    display: none; }
  .productCarousel .card-buttons--alt, .productGrid .card-buttons--alt {
    display: none; }
  .mode-1 .card-figcaption {
    display: none; }
  .mode-1 .card-figcaption-button.quickview {
    display: none; }
  .productList .listItem-buttons, .sidebarBlock .productList .listItem-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .productList .listItem-buttons .button.quickview, .sidebarBlock .productList .listItem-buttons .button.quickview {
    display: none; } }

.papathemes-categoryPage-mainImage {
  position: relative;
  max-width: 917px; }

.papathemes-categoryPage-mainImage img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left top;
  object-position: left top;
  font-family: "object-fit: contain"; }

.papathemes-categoryPage-mainImage::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 27.26281%; }

.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 -.75rem;
  max-width: none;
  width: auto; }

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

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

.account-content {
  padding-left: .75rem;
  padding-right: .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: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

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

.container .account {
  padding: 0 1.125rem; }

.container .account .account-body {
  margin: 0; }

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

@media (min-width: 1261px) {
  .account--fixed {
    width: 60%; } }

@media (min-width: 801px) {
  .supermarket-page--pages-search.supermarket-layout--left-sidebar.has-faceted.has-result .navPages .papathemes-navPages-verticalCategories-container, .supermarket-page--pages-search.supermarket-layout--left-sidebar:not(.has-faceted) .navPages .papathemes-navPages-verticalCategories-container {
    display: block; }
  .supermarket-page--pages-search.supermarket-layout--left-sidebar.has-faceted.has-result .navPages .papathemes-navPages-verticalCategories-container + *, .supermarket-page--pages-search.supermarket-layout--left-sidebar:not(.has-faceted) .navPages .papathemes-navPages-verticalCategories-container + * {
    margin-left: 0; } }

@media (min-width: 801px) {
  .supermarket-page--pages-search.supermarket-layout--left-sidebar .page-sidebar--advancedSearch, .supermarket-page--pages-search.supermarket-layout--left-sidebar.has-faceted.has-result .page-sidebar {
    z-index: 19;
    margin-top: .75rem; } }

@media (min-width: 801px) {
  .page-sidebar--advancedSearch {
    width: 25%; }
  .page-sidebar--advancedSearch + .page-content {
    width: 75%; } }

.page-sidebar--advancedSearch .sidebarBlock-heading {
  position: relative; }

.page-sidebar--advancedSearch .sidebarBlock-heading::after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: .75rem;
  right: 1.5rem; }

@media (min-width: 801px) {
  .page-sidebar--advancedSearch .sidebarBlock-heading::after {
    display: none; } }

.page-sidebar--advancedSearch .sidebarBlock-heading.is-open::after {
  content: "\f107"; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix::after, .ui-helper-clearfix::before {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix::after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700; }

.ui-widget-header a {
  color: #333; }

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545; }

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b; }

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #391271;
  background: #000;
  font-weight: 400;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #391271;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_444444_256x240.png"); }

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_555555_256x240.png"); }

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_ffffff_256x240.png"); }

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../img/vendor/jquery-ui/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel ._list .slick-prev, .productCarousel .slick-prev, .productView-imageCarousel-nav .slick-prev, div.beautify__customerReviews ._list .slick-prev {
    left: -.75rem; }
  .beautify__section--brandsCarousel ._list .slick-next, .productCarousel .slick-next, .productView-imageCarousel-nav .slick-next, div.beautify__customerReviews ._list .slick-next {
    right: -.75rem; } }

@media (min-width: 1261px) {
  .beautify__section--brandsCarousel ._list .slick-prev, .productCarousel .slick-prev, .productView-imageCarousel-nav .slick-prev, div.beautify__customerReviews ._list .slick-prev {
    left: -40px; }
  .beautify__section--brandsCarousel ._list .slick-next, .productCarousel .slick-next, .productView-imageCarousel-nav .slick-next, div.beautify__customerReviews ._list .slick-next {
    right: -40px; } }

@media (max-width: 550px) {
  .u-hideMobile {
    display: none !important; }
  .cart-actions button.button.button--secondary.remove-all-btn {
    margin: 0;
    width: 100%; } }

@media (min-width: 551px) and (max-width: 800px) {
  .u-hideTablet {
    display: none !important; } }

@media (min-width: 801px) {
  .u-hideDesktop {
    display: none !important; } }

.icon {
  fill: #1a1a1a; }

a:hover .icon {
  fill: #d14343; }

[role=button] {
  cursor: pointer; }

[role=button]:active, [role=button]:hover {
  outline: 0; }

.button {
  -webkit-transition: none;
  transition: none; }

.button--light {
  background-color: #000;
  border-color: #000;
  color: #fff;
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a; }

.button--light.active, .button--light.is-active, .button--light:focus, .button--light:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.button--light:active {
  background-color: #391271;
  border: 2px solid #391271;
  color: #fff; }

.button--light:focus, .button--light:hover {
  color: #fff;
  background-color: #d14343;
  border-color: #d14343; }

.button--light:active {
  color: #fff;
  background-color: #282828;
  border-color: #282828; }

.button--dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
  color: #fff;
  background-color: #444;
  border-color: #444; }

.button--dark.active, .button--dark.is-active, .button--dark:focus, .button--dark:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.button--dark:active {
  background-color: #391271;
  border: 2px solid #391271;
  color: #fff; }

.button--dark:focus, .button--dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.button--dark:active {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.button--black {
  background-color: #000;
  border-color: #000;
  color: #fff;
  color: #fff;
  background-color: #000;
  border-color: #000; }

.button--black.active, .button--black.is-active, .button--black:focus, .button--black:hover {
  background-color: #391271;
  border-color: #391271;
  color: #fff; }

.button--black:active {
  background-color: #391271;
  border: 2px solid #391271;
  color: #fff; }

.button--black:focus, .button--black:hover {
  color: #fff;
  background-color: #5a6770;
  border-color: #5a6770; }

.button--black:active {
  color: #fff;
  background-color: #5a6770;
  border-color: #5a6770; }

.button--outline {
  color: #000;
  background-color: transparent;
  border-color: #000; }

.button--outline:focus, .button--outline:hover {
  color: #989898;
  background-color: transparent;
  border-color: #ec1d58; }

.button--outline:active {
  color: #d14343;
  background-color: transparent;
  border-color: #444; }

.button--plain {
  color: #000;
  background-color: transparent;
  border-color: transparent; }

.button--plain:focus, .button--plain:hover {
  color: #d14343;
  background-color: transparent;
  border-color: transparent; }

.button--plain:active {
  color: orange;
  background-color: transparent;
  border-color: transparent; }

.button--link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: transparent;
  border-color: transparent;
  border: 0; }

.button--link:focus, .button--link:hover {
  color: #d14343;
  background-color: transparent;
  border-color: transparent; }

.button--link:active {
  color: orange;
  background-color: transparent;
  border-color: transparent; }

.button--block {
  display: block; }

.button--outstock {
  background-color: #a5a5a5; }

.button--outstock:focus, .button--outstock:hover {
  background-color: #666; }

.form-increment {
  border: 0; }

.form-increment .button[data-action=dec], .form-increment .button[data-action=inc] {
  border: 0;
  height: auto;
  background-color: #e8e8e8; }

.form-increment .button[data-action=dec]:active, .form-increment .button[data-action=dec]:hover, .form-increment .button[data-action=inc]:active, .form-increment .button[data-action=inc]:hover {
  background-color: #dfdfdf; }

.form-increment .button[data-action=dec]:focus, .form-increment .button[data-action=inc]:focus {
  outline-offset: -2px !important; }

.form-increment .button[data-action=dec] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-increment .button[data-action=inc] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.form-increment .form-input--incrementTotal {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  outline-offset: -2px !important; }

.sticky-header-loaded.show {
  position: fixed;
  top: 0; }

.alertBox-message p:last-child {
  margin-bottom: 0; }

.beautify__spacer {
  border: 0;
  margin: 0; }

@media (max-width: 800px) {
  .beautify__spacer {
    padding-bottom: 3rem; } }

@media (min-width: 801px) {
  .beautify__spacer {
    padding-bottom: 4.5rem; } }

.form-minMaxRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.form-minMaxRow .form-field {
  padding: 0; }

.form-minMaxRow .form-field--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 .5rem;
  margin-right: .75rem; }

.form-minMaxRow .form-field--input .form-input {
  border: 0;
  padding: 0;
  display: inline-block;
  text-align: center; }

.form-label ._required {
  color: #ff7d7d;
  font-size: inherit;
  margin-left: 0; }

.form-field--date .form-row--third .form-field {
  width: 33.3333%; }

.form-field--date .form-row--third .form-select {
  padding-right: 2.25rem; }

.jstree {
  font-size: 14px; }

@media (max-width: 800px) {
  .banners .banner {
    padding-left: .75rem;
    padding-right: .75rem; } }

.header {
  background-color: #fff;
  width: 100%; }

.header.sticky-header-loaded {
  position: fixed;
  z-index: 50;
  -webkit-transition: top .5s ease-out;
  transition: top .5s ease-out; }

.header.sticky-header-loaded._shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.header.sticky-header-loaded:not(._shadow) {
  position: absolute; }

.has-quickSearchOpen .header.sticky-header-loaded {
  top: 0 !important; }

.header-logo {
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: left; }

.header-logo > a {
  display: block; }

@media (max-width: 800px) {
  .header-logo {
    margin-bottom: .75rem;
    max-width: calc(100% - 7.125rem); } }

@media (min-width: 801px) {
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0; }
  .header-logo._isImg {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 210px; } }

.header-logo-text {
  text-align: left; }

@media (min-width: 801px) {
  .header-logo-text {
    white-space: nowrap; } }

@media (max-width: 800px) {
  .header-logo-image-container {
    max-width: 160px; }
  .header-logo-image-container::after {
    padding-bottom: 30.95238%; } }

.header-logo-image {
  right: auto;
  max-height: 100%; }

@media (max-width: 800px) {
  .navUser-section {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.main-header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.main-header .container:after, .main-header .container:before {
  content: " ";
  display: table; }

.main-header .container:after {
  clear: both; }

.main-header._hasImg .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 800px) {
  .main-header .container {
    padding-top: .75rem; }
  .header ._searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f3f3;
    margin: 0 -.75rem;
    padding: .375rem .75rem;
    clear: both;
    width: calc(100% + 1.5rem);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media (min-width: 801px) {
  .main-header {
    padding: 1rem 0 0; }
  .main-header .header-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 1.5rem 0 0; }
  .header ._searchBar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .main-header .navUser-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 1.5rem; } }

.element__topHeader {
  background-color: #fc9ee5;
  color: #111;
  font-weight: 500; }

.element__topHeader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.element__topHeader .icon {
  fill: #111111; }

.element__topHeader a {
  color: inherit;
  text-decoration: none; }

.element__topHeader a:focus, .element__topHeader a:hover {
  color: #fff; }

.element__topHeader a:focus .icon, .element__topHeader a:hover .icon {
  fill: white; }

.element__topHeader ._contact {
  padding: .75rem 0; }

.element__topHeader ._contact .icon {
  height: 1.625rem;
  width: 1.625rem;
  margin-right: .75rem; }

.element__topHeader ._announce {
  padding: .75rem 1.5rem;
  text-align: center; }

.element__topHeader ._announce p:last-child {
  margin-bottom: 0; }

.element__topHeader ._user {
  padding: .75rem 0; }

.element__topHeader ._currency ._value {
  text-decoration: underline;
  text-underline-position: under; }

.element__topHeader ._currency .icon {
  height: .625rem;
  width: .625rem; }

.element__topHeader ._currency .dropdown-menu {
  top: 100% !important; }

.element__topHeader ._currency .dropdown-menu ul {
  list-style: none;
  padding: .375rem 0; }

.element__topHeader ._currency .dropdown-menu a {
  display: block;
  padding: .375rem .75rem;
  color: #1a1a1a; }

.element__topHeader ._currency .dropdown-menu a:focus, .element__topHeader ._currency .dropdown-menu a:hover {
  color: #de7bce; }

.element__topHeader ._currency .dropdown-menu a strong {
  color: #de7bce; }

@media (max-width: 800px) {
  .element__topHeader ._contact {
    display: none; }
  .element__topHeader ._user {
    display: none; }
  .element__topHeader ._announce {
    padding: 0;
    width: 100%;
    font-size: 14px; }
  .element__topHeader ._announce [data-layout-name] {
    padding-top: .75rem;
    padding-bottom: .75rem; } }

.navUser-item--currency {
  position: relative; }

.navUser-item--currency .navUser-action .icon {
  width: .75rem;
  height: .75rem; }

.navUser-item--currency .dropdown-menu.is-open {
  left: auto;
  right: 0;
  margin-top: 1rem;
  min-width: 200px;
  white-space: nowrap; }

.navUser-subMenu-list {
  list-style: none;
  margin: 0;
  padding: .5rem 0; }

.navUser-subMenu-action {
  display: block;
  padding: .375rem 1.5rem;
  text-decoration: none; }

.navUser-action {
  text-align: center;
  font-size: 14px; }

@media (min-width: 801px) {
  .navUser-action {
    line-height: 1; } }

.navUser-action .icon {
  height: 1.375rem;
  width: 1.375rem;
  display: block;
  margin: 0 auto; }

@media (min-width: 801px) {
  .navUser-action .icon {
    margin-bottom: .375rem; } }

.navUser-action ._label {
  text-align: center; }

@media (max-width: 1260px) {
  .navUser-action ._label {
    display: none; } }

.header .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.header .previewCartAction {
  border-color: #ddd; }

._searchBar .quick-search {
  position: relative; }

@media (max-width: 800px) {
  ._searchBar .quick-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (max-width: 800px) {
  ._searchBar .quick-search .button {
    display: none; } }

@media (min-width: 801px) {
  ._searchBar .quick-search .button {
    height: 2.8125rem;
    width: 2.8125rem;
    padding: 0;
    background-color: #111;
    border-color: #111; }
  ._searchBar .quick-search .button .icon {
    height: 1.5rem;
    width: 1.5rem;
    fill: white; }
  ._searchBar .quick-search .button:focus, ._searchBar .quick-search .button:hover {
    background-color: rgba(17, 17, 17, 0.7);
    border-color: rgba(17, 17, 17, 0.7); }
  ._searchBar .quick-search .button:focus .icon, ._searchBar .quick-search .button:hover .icon {
    fill: white; } }

._searchBar .quick-search .button._close {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  margin: 0;
  width: 2.8125rem;
  padding: .5rem;
  background: 0 0;
  color: #111;
  display: none; }

@media (max-width: 800px) {
  ._searchBar .quick-search .button._close {
    height: 2.5rem;
    width: 2.5rem; } }

.has-quickSearchOpen ._searchBar .quick-search .button._close._close {
  display: block; }

._searchBar .quick-search .button._close .icon {
  height: 1.5rem;
  width: 1.5rem;
  stroke: #111111;
  fill: #111111; }

._searchBar .quick-search .form {
  margin: 0; }

._searchBar .quick-search .form-field {
  margin: 0; }

._searchBar .quick-search .form-input {
  color: #111;
  border-color: #eaeaea;
  background-color: #fafafa;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

._searchBar .quick-search .form-input::-webkit-input-placeholder {
  font-size: 14px; }

._searchBar .quick-search .form-input::-moz-placeholder {
  font-size: 14px; }

._searchBar .quick-search .form-input:-ms-input-placeholder {
  font-size: 14px; }

._searchBar .quick-search .form-input::-ms-input-placeholder {
  font-size: 14px; }

._searchBar .quick-search .form-input::placeholder {
  font-size: 14px; }

@media (max-width: 800px) {
  ._searchBar .quick-search .form-input {
    background-color: #fff;
    height: 2.5rem; } }

@media (min-width: 801px) {
  ._searchBar .quick-search .form-input {
    padding-left: 2.8125rem;
    height: 2.8125rem; } }

._searchBar .quick-search .form-input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.6); }

._searchBar .quick-search .form-input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.6); }

._searchBar .quick-search .form-input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.6); }

._searchBar .quick-search .form-input::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.6); }

._searchBar .quick-search .form-input::placeholder {
  color: rgba(17, 17, 17, 0.6); }

.has-quickSearchOpen ._searchBar .quick-search .form-input {
  padding-left: 2.8125rem; }

.has-quickSearchOpen ._searchBar .quick-search .form-input ~ ._searchIcon {
  display: none; }

._searchBar .quick-search ._searchIcon {
  fill: #111111; }

@media (max-width: 800px) {
  ._searchBar .quick-search ._searchIcon {
    display: none; } }

@media (min-width: 801px) {
  ._searchBar .quick-search ._searchIcon {
    position: absolute;
    height: 2.8125rem;
    width: 2.8125rem;
    padding: .75rem; } }

@media (max-width: 800px) {
  .dropdown--quickSearch.is-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

.mobileMenu-toggle {
  margin-right: .75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #111; }

@media (min-width: 801px) {
  .mobileMenu-toggle {
    display: none; } }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  width: 28px;
  height: 20px;
  display: block;
  position: relative; }

.mobileMenu-toggle .mobileMenu-toggleIcon ._icon, .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after, .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::before {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
  transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
  width: 100%;
  background-color: #111; }

.mobileMenu-toggle .mobileMenu-toggleIcon ._icon {
  top: 9px;
  -webkit-transition: background-color 10ms ease-in .1s;
  transition: background-color 10ms ease-in .1s; }

.mobileMenu-toggle .mobileMenu-toggleIcon ._icon::before {
  top: -8px; }

.mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after {
  bottom: -8px; }

.mobileMenu-toggle ._label {
  display: block;
  line-height: 1;
  margin-top: 5px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  width: 30px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon {
  background-color: transparent;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::before {
  bottom: auto;
  top: auto;
  -webkit-transition: top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms;
  transition: top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms;
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in,-webkit-transform .1s ease-in 150ms; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navPages-container {
  background-color: #fff; }

@media (max-width: 800px) {
  .navPages-container {
    background-color: #fff;
    width: 320px;
    height: 100%;
    max-width: calc(100% - 50px);
    position: fixed;
    top: 0;
    left: -320px;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: visibility .1s linear .2s,left .2s linear;
    transition: visibility .1s linear .2s,left .2s linear;
    visibility: hidden; }
  .navPages-container > .container {
    height: calc(100% - 100px);
    overflow: hidden;
    padding: 0 1.5rem; }
  .navPages-container.is-open {
    visibility: visible;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
    left: 0;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); }
  .navPages-container.is-open > .container {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media (min-width: 801px) {
  .navPages-container {
    display: block; }
  .navPages-container > .container {
    position: static;
    max-width: none;
    padding: 0 1.5rem; } }

.navPages-container-overlay {
  display: none; }

@media (max-width: 800px) {
  .has-activeNavPages .navPages-container-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); } }

@media (max-width: 800px) {
  .navPages-container-header {
    height: 80px;
    padding: .75rem 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navPages-container-header ._heading {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .navPages-container-header .mobileMenu-toggle {
    margin-right: 0; }
  .navPages-container-header .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after, .navPages-container-header .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::before {
    background-color: #1a1a1a; } }

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

@media (max-width: 800px) {
  .beautify__welcome {
    margin: 0 0 .375rem;
    list-style: none; }
  .beautify__welcome ._action {
    text-decoration: none;
    font-size: 20px; }
  .beautify__welcome ._action + ._action {
    margin-left: 1rem; }
  .beautify__welcome ._action + ._action::before {
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    padding-right: 1rem;
    border-left: 1px solid #ddd; } }

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

.navPages {
  padding: 0; }

@media (min-width: 801px) {
  .navPages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .navPages::after, .navPages::before {
    display: none; } }

.navPages-rootMenu {
  list-style: none; }

@media (max-width: 800px) {
  .navPages-rootMenu {
    margin: 1.5rem 0 0; } }

@media (min-width: 801px) {
  .navPages-rootMenu {
    margin: 0;
    max-width: 500px; } }

.navPages-item > .navPages-action {
  font-size: 1.125rem; }

@media (max-width: 800px) {
  .navPages-item {
    position: relative; }
  .navPages-item + .navPages-item {
    border-top: 1px solid #ddd; } }

@media (min-width: 801px) {
  .navPages-item {
    display: inline-block;
    position: relative; }
  .navPages-item:hover > .navPages-action.has-subMenu {
    position: relative; }
  .navPages-item:hover > .navPages-action.has-subMenu::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 100%;
    left: calc(50% - 10px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  .navPages-item:hover .navPage-subMenu {
    display: block;
    padding: 0; }
  .navPages-item:hover .navPage-subMenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; } }

@media (max-width: 800px) {
  .navPages-item--cart {
    display: none; } }

.navPages-item-cartLabel {
  display: none; }

.navPages-action {
  font-weight: 600;
  color: #111;
  text-decoration: none;
  display: block; }

.navPages-action:active, .navPages-action:focus, .navPages-action:hover {
  color: #de7bc6; }

.navPages-action:active .icon, .navPages-action:focus .icon, .navPages-action:hover .icon {
  fill: #de7bc6; }

@media (max-width: 800px) {
  .navPages-action {
    position: relative;
    padding: 1rem .75rem 1rem 0; }
  .navPages-action.is-open {
    padding-bottom: .75rem; }
  .navPages-action-toggle + .navPages-action {
    margin-right: 60px; } }

@media (min-width: 801px) {
  .header .navPages {
    max-width: 80rem; }
  .navPages-action {
    padding: 1rem .75rem; }
  .navPages-item .navPage-subMenu {
    padding: 0; }
  .navPages-action.has-subMenu {
    margin-right: .8125rem;
    padding-right: .1875rem; } }

.navPages-action .icon {
  fill: #de7bc6;
  height: .625rem;
  width: .625rem;
  vertical-align: baseline;
  margin-left: .1875rem; }

/*@media (max-width: 800px) {
    .navPages-action .icon {
        display:none
    }
}*/
.navPages-action-toggle {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .875rem;
  text-decoration: none;
  text-transform: lowercase;
  color: rgba(17, 17, 17, 0.5);
  z-index: 1; }

.navPages-action-toggle:focus, .navPages-action-toggle:hover {
  color: #de7bc6; }

.navPages-item > .navPages-action-toggle {
  padding: 1.25rem 0; }

.navPage-subMenu-item > .navPages-action-toggle {
  padding: .75rem 0; }

.navPages-action-toggle:not(.is-open) ._less {
  display: none; }

.navPages-action-toggle.is-open ._more {
  display: none; }

.navPages-action-toggle .icon {
  fill: rgba(17, 17, 17, 0.5);
  height: 1.125rem;
  width: 1.125rem; }

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

@media (max-width: 800px) {
  .navPages-action-toggle-desktop {
    display: none; } }

@media (min-width: 801px) {
  .navPages-action-toggle-desktop {
    position: absolute;
    padding: 1rem 0;
    top: 0;
    right: 0; }
  .navPages-action-toggle-desktop .icon {
    fill: #de7bc6;
    height: .625rem;
    width: .625rem; } }

.navPages-list {
  list-style: none; }

@media (max-width: 800px) {
  .navPages-list {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    background-color: #fff; }
  .navPages-list + .navPages-list > .navPages-item:first-child {
    border-top: 2px solid #de7bc6; } }

@media (min-width: 801px) {
  .navPages-list {
    margin: 0; } }

.navPage-subMenu {
  display: none; }

.navPage-subMenu.is-open {
  display: block; }

@media (max-width: 800px) {
  .navPage-subMenu {
    padding: .75rem 0; } }

@media (min-width: 801px) {
  .navPage-subMenu {
    position: absolute;
    left: 0;
    padding-top: 10px;
    z-index: 1; }
  .navPage-subMenu .navPages-action-toggle-desktop {
    display: none; } }

@media (max-width: 800px) {
  .navPage-subMenu .navPage-subMenu-item:focus .navPage-subMenu-action, .navPage-subMenu .navPage-subMenu-item:hover .navPage-subMenu-action {
    color: #111;
    background-color: transparent; } }

@media (min-width: 801px) {
  .navPage-subMenu.is-open {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }
  .navPage-subMenu .navPages-action-toggle-desktop {
    display: block;
    padding: .5rem 0;
    font-size: .875rem;
    margin-right: 1.5rem; }
  .navPage-subMenu .navPages-action-toggle-desktop .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: baseline;
    color: #de7bc6; }
  .navPage-subMenu .navPage-subMenu-list {
    display: block;
    padding: 1rem 0;
    position: relative; }
  .navPage-subMenu .navPage-subMenu-item {
    position: relative;
    border-right: 0; }
  .navPage-subMenu .navPage-subMenu-item:focus > .navPage-childList, .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList {
    left: 100%;
    visibility: visible; }
  .navPage-subMenu .navPage-subMenu-item:focus > .navPage-childList.toLeft, .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList.toLeft {
    left: auto;
    right: 100%; }
  .navPage-subMenu .navPage-subMenu-item:focus .navPage-subMenu-action, .navPage-subMenu .navPage-subMenu-item:hover .navPage-subMenu-action {
    color: #fff;
    background-color: #de7bc6; }
  .navPage-subMenu .navPage-subMenu-action {
    min-width: 150px;
    font-weight: inherit;
    text-transform: none; }
  .navPage-subMenu .navPage-childList {
    position: absolute;
    top: -.75rem;
    left: -99999px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    visibility: hidden; }
  .navPage-subMenu .navPage-childList.is-open {
    left: 100%;
    visibility: visible; }
  .navPage-subMenu .navPage-childList.is-open.toLeft {
    left: auto;
    right: 100%; }
  .navPage-subMenu .navPage-childList-item {
    padding: 0 1.5rem; }
  .navPage-subMenu .navPage-childList-item:focus > .navPage-childList, .navPage-subMenu .navPage-childList-item:hover > .navPage-childList {
    left: 100%;
    visibility: visible; }
  .navPage-subMenu .navPage-childList-item:focus > .navPage-childList.toLeft, .navPage-subMenu .navPage-childList-item:hover > .navPage-childList.toLeft {
    left: auto;
    right: 100%; }
  .navPage-subMenu .navPage-childList-item:focus > .navPage-childList-action, .navPage-subMenu .navPage-childList-item:hover > .navPage-childList-action {
    color: #fff;
    background-color: #de7bc6; }
  .navPage-subMenu .navPage-childList-action {
    font-size: .875rem;
    padding-left: .75rem;
    padding-right: .75rem;
    line-height: inherit;
    min-width: 150px; } }

.navPage-subMenu-list {
  list-style: none; }

@media (max-width: 800px) {
  .navPage-subMenu-list {
    margin: 0 0 1rem 1.5rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(-webkit-max-content, 350px));
    grid-template-columns: repeat(3, minmax(max-content, 350px));
    padding: 1rem 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); } }

@media all and (min-width: 801px) and (-ms-high-contrast: none), (min-width: 801px) and (-ms-high-contrast: active) {
  .navPage-subMenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 800px) {
  .navPage-subMenu-item {
    position: relative; }
  .navPage-subMenu-item .navPages-action-toggle.is-open + .navPage-subMenu-action {
    color: #de7bc6; } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding: 0 1.5rem;
    border-right: 1px solid #e6e6e6; }
  .navPage-subMenu-item:nth-child(3n) {
    border-right: 0; } }

@media all and (min-width: 801px) and (-ms-high-contrast: none), (min-width: 801px) and (-ms-high-contrast: active) {
  .navPage-subMenu-item {
    width: 300px; } }

.navPage-subMenu-action {
  font-size: .875rem;
  text-decoration: none;
  display: block;
  color: #000; }

@media (max-width: 800px) {
  .navPage-subMenu-action {
    padding: .75rem 0;
    color: #111; }
  .navPage-subMenu-action:focus, .navPage-subMenu-action:hover {
    color: #de7bc6; }
  .navPages-action-toggle + .navPage-subMenu-action {
    position: relative;
    margin-right: 60px; }
  .navPages-action-toggle + .navPage-subMenu-action::after {
    right: -60px; } }

@media (min-width: 801px) {
  .navPage-subMenu-action {
    padding: .5rem 1rem;
    font-weight: 600;
    text-transform: uppercase; }
  .navPage-subMenu-action:focus, .navPage-subMenu-action:hover {
    color: #fff;
    background-color: #de7bc6; } }

.navPage-childList {
  list-style: none; }

@media (max-width: 800px) {
  .navPage-childList {
    margin: .375rem 0 0 1.5rem;
    display: none; }
  .navPage-childList.is-open {
    display: block; } }

@media (min-width: 801px) {
  .navPage-childList {
    margin: 0 0 .75rem; } }

.navPage-childList-item {
  position: relative; }

.navPage-childList-item .navPages-action-toggle {
  padding: .375rem 0; }

.navPage-childList-action {
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #000; }

.navPage-childList-action:active, .navPage-childList-action:focus, .navPage-childList-action:hover {
  color: #fff;
  background-color: #de7bc6; }

@media (max-width: 800px) {
  .navPage-childList-action {
    padding: .375rem 0;
    color: #111;
    background-color: transparent; }
  .navPage-childList-action:active, .navPage-childList-action:focus, .navPage-childList-action:hover {
    color: #de7bc6;
    background-color: transparent; }
  .navPages-action-toggle + .navPage-childList-action {
    margin-right: 50px; }
  .navPages-action-toggle.is-open + .navPage-childList-action {
    color: #de7bc6; } }

@media (min-width: 801px) {
  .navPage-childList-action {
    padding: .375rem 1rem; } }

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

@media (max-width: 550px) {
  .footer-info-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; } }

@media (min-width: 551px) and (max-width: 800px) {
  .footer-info-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem; } }

.footer-info-col.footer-column .footer-info-list {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

.footer-info-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .footer-info-heading {
    font-size: 24px; } }

.footer-logo-image-container {
  position: relative;
  margin: 0;
  max-width: 210px; }

.footer-logo-image-container::after {
  content: "";
  display: block;
  padding-bottom: 65px; }

.footer-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  right: unset; }

.footer-payment-icons {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

@media (max-width: 800px) {
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%; } }

.powered-by {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (max-width: 801px) {
  .has-quickSearchOpen, .has-sidebarTopOpened {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; } }

.has-activeModal > .beautify__section, .has-activeModal > .body, .has-activeModal > .footer, .has-activeModal > .header, .has-activeModal > .scrollToTop, .has-activeModal > [data-content-region] {
  visibility: hidden; }

.has-activeModal > .beautify__section *, .has-activeModal > .body *, .has-activeModal > .footer *, .has-activeModal > .header *, .has-activeModal > .scrollToTop *, .has-activeModal > [data-content-region] * {
  visibility: hidden; }

.h1.page-heading, h1.page-heading {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 700;
  margin-bottom: .75rem;
  text-align: inherit; }

@media (max-width: 800px) {
  .h1.page-heading, h1.page-heading {
    font-size: 2rem; } }

@media (min-width: 801px) {
  .h1.page-heading, h1.page-heading {
    font-size: 2.5rem;
    margin-bottom: 1.875rem; } }

.h2.page-heading, h2.page-heading {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem; }

@media (max-width: 800px) {
  .h2.page-heading, h2.page-heading {
    font-size: 24px; } }

@media (min-width: 801px) {
  .h2.page-heading, h2.page-heading {
    font-size: 36px; } }

.breadcrumbs {
  text-align: left; }

@media (max-width: 800px) {
  .breadcrumbs {
    display: block;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0;
    margin: 0; }
  .breadcrumbs::-webkit-scrollbar {
    display: none; } }

@media (min-width: 801px) {
  .breadcrumbs {
    margin: 1.5rem 0;
    padding-top: 2px;
    padding-bottom: 2px; } }

.breadcrumb {
  text-transform: none; }

.breadcrumb .icon {
  width: 8px;
  height: 8px;
  margin: 0 .375rem;
  fill: #d14343; }

.breadcrumb .breadcrumb-label {
  color: #1a1a1a; }

.breadcrumb .breadcrumb-label:focus, .breadcrumb .breadcrumb-label:hover {
  color: #d14343; }

.breadcrumb.is-active .breadcrumb-label {
  color: #d14343; }

.breadcrumb::before {
  display: none; }

.breadcrumb:first-child span {
  display: none; }

.breadcrumb:first-child .icon {
  width: 12px;
  height: 12px;
  margin-left: 0; }

.button--toggle {
  border: 0;
  padding: .375rem 0;
  font-size: 14px; }

.button--toggle:active, .button--toggle:focus, .button--toggle:hover {
  border: 0;
  background-color: #f2f2f2; }

.button--toggle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button--toggle .on {
  display: none; }

.button--toggle .icon {
  margin-left: 2px;
  width: 12px;
  height: 12px; }

.button--toggle.is-open .off {
  display: none; }

.button--toggle.is-open .on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.button--outline {
  border-width: 2px; }

@media (max-width: 800px) {
  .page {
    margin: 0; } }

@media (min-width: 801px) {
  .page {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

@media (max-width: 800px) {
  .page--hasRightSidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page--hasRightSidebar .page-sidebar {
    padding: 0; } }

.page--noBreadcrumbs {
  padding-top: 1.5rem; }

@media (max-width: 800px) {
  .page-bottom {
    margin: 1.5rem 0; } }

@media (min-width: 801px) {
  .page-bottom {
    margin: 3rem 0; } }

@media (max-width: 800px) {
  .page-content {
    padding: 0; } }

@media (min-width: 801px) {
  .page-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .page-sidebar + .page-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.page-sidebar + .page-content--100 {
  width: 100%;
  border-left: 0; }

@media (max-width: 800px) {
  .page-content-body {
    margin-bottom: 3rem; } }

@media (min-width: 801px) {
  .page-sidebar {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .page-sidebar.u-hideDesktop + .page-content {
    width: 100%;
    border-left: 0; } }

iframe.zoid-component-frame {
  z-index: 1 !important; }

.panel--large .panel-body--searchSuggestions {
  border-radius: 4px;
  padding: .75rem 1rem; }

.search-suggestion {
  margin-bottom: .75rem; }

.cart-item-quantity .form-increment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

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

.beautify__section:after {
  clear: both; }

@media (max-width: 800px) {
  .beautify__section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media (min-width: 801px) {
  .beautify__section {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.beautify__section .page-heading {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem; }

@media (max-width: 800px) {
  .beautify__section .page-heading {
    font-size: 24px; } }

@media (min-width: 801px) {
  .beautify__section .page-heading {
    font-size: 36px; } }

.beautify__section .productGrid {
  margin-bottom: 0; }

.beautify__homeFeatures1 {
  background-color: #f2f2f2; }

@media (max-width: 800px) {
  .beautify__homeFeatures1 {
    padding: 1.5rem 0; } }

@media (min-width: 801px) {
  .beautify__homeFeatures1 {
    padding: 2.25rem 0; } }

.beautify__homeFeatures1 ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.375rem; }

.beautify__homeFeatures1 ._col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 .375rem; }

@media (max-width: 800px) {
  .beautify__homeFeatures1 ._col {
    text-align: center; } }

@media (min-width: 801px) {
  .beautify__homeFeatures1 svg {
    float: left;
    margin-right: 1.5rem; } }

.beautify__homeFeatures1 p {
  margin: 0;
  line-height: 1.25; }

@media (max-width: 800px) {
  .beautify__homeFeatures1 p {
    font-size: 14px;
    margin-top: .75rem; } }

.beautify__homeFeatures1 ._heading {
  font-weight: 600; }

@media (max-width: 800px) {
  .beautify__homeFeatures1 ._heading {
    font-size: 1rem; } }

@media (min-width: 801px) {
  .beautify__homeFeatures1 ._heading {
    font-size: 18px;
    margin-bottom: .375rem; } }

.beautify__homeFeatures2 {
  color: #000;
  line-height: 1.25; }

@media (max-width: 800px) {
  .beautify__homeFeatures2 {
    padding: 1.5rem 0;
    font-size: 12px; } }

@media (min-width: 801px) {
  .beautify__homeFeatures2 {
    padding: 3rem 0; } }

.beautify__homeFeatures2 a {
  color: inherit;
  text-decoration: none; }

.beautify__homeFeatures2 a:focus, .beautify__homeFeatures2 a:hover {
  color: #000; }

.beautify__homeFeatures2 ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.375rem; }

.beautify__homeFeatures2 ._col {
  padding: 0 .375rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.beautify__homeFeatures2 ._heading {
  display: block;
  margin-top: .75rem; }

.beautify__homeWideBanner .container {
  position: relative; }

.beautify__homeWideBanner .button {
  margin: 0; }

.beautify__homeWideBanner p:last-child {
  margin-bottom: 0; }

.beautify__homeWideBanner ._heading {
  font-size: 24px; }

.beautify__homeWideBanner ._description {
  font-size: 20px; }

.beautify__categoryBanners1 a {
  text-decoration: none; }

.beautify__categoryBanners1 ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.375rem; }

.beautify__categoryBanners1 ._row + ._row {
  margin-top: .75rem; }

.beautify__categoryBanners1 ._col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 .375rem; }

.beautify__categoryBanners1 ._banner {
  display: block;
  position: relative; }

.beautify__categoryBanners1 ._imgContainer {
  position: relative;
  border-radius: 8px;
  overflow: hidden; }

.beautify__categoryBanners1 ._imgContainer img {
  position: absolute;
  width: 100%;
  top: 0; }

.beautify__categoryBanners1 ._heading {
  margin: .75rem 0 .375rem;
  font-size: inherit;
  font-weight: 600; }

@media (min-width: 801px) {
  .beautify__categoryBanners1 ._row {
    margin: 0 -.75rem; }
  .beautify__categoryBanners1 ._row + ._row {
    margin-top: 1.5rem; }
  .beautify__categoryBanners1 ._col {
    padding: 0 .75rem; }
  .beautify__categoryBanners1 ._body {
    position: absolute;
    padding: 2.5rem 2.25rem 1.5rem;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%; }
  .beautify__categoryBanners1 ._heading {
    font-size: 1.875rem;
    margin-top: 0; } }

.beautify__categoryBanners2 {
  padding-top: 0; }

.beautify__categoryBanners2 ._imgContainer {
  position: relative;
  overflow: hidden; }

.beautify__categoryBanners2 ._imgContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.beautify__categoryBanners2 ._banner {
  position: relative; }

.beautify__categoryBanners2 ._banner > a {
  display: block;
  text-decoration: none;
  color: inherit; }

.beautify__categoryBanners2 ._banner p {
  margin-bottom: .75rem; }

.beautify__categoryBanners2 ._banner ._img {
  border-radius: 4px; }

.beautify__categoryBanners2 ._banner ._body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.beautify__categoryBanners2 ._banner ._heading {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: none; }

.beautify__categoryBanners2 ._banner ._content {
  font-size: 1.125rem; }

.beautify__categoryBanners2 ._banner ._action {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline; }

.beautify__categoryBanners2 > .container > ._inner {
  display: grid; }

@media (max-width: 550px) {
  .beautify__categoryBanners2 > .container > ._inner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.75rem; }
  .beautify__categoryBanners2 ._body {
    padding: 30px 20px 0; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+1) {
    grid-column: 1/3; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+2) {
    grid-column: 1/2; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+3) {
    grid-column: 2/3; }
  .beautify__categoryBanners2 ._banner:nth-child(4n) {
    grid-column: 1/3; } }

@media (min-width: 551px) {
  .beautify__categoryBanners2 > .container > ._inner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem; }
  .beautify__categoryBanners2 ._body {
    padding: 1.5rem 1.5rem 0 1.5rem; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+1) {
    grid-column: auto/span 1;
    grid-row: auto/span 2; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+2) {
    grid-column: auto/span 1; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+3) {
    grid-column: auto/span 1; }
  .beautify__categoryBanners2 ._banner:nth-child(4n) {
    grid-column: auto/span 2; } }

@media all and (min-width: 551px) and (-ms-high-contrast: none), (min-width: 551px) and (-ms-high-contrast: active) {
  .beautify__categoryBanners2 > .container > ._inner {
    display: block; }
  .beautify__categoryBanners2 > .container > ._inner:after, .beautify__categoryBanners2 > .container > ._inner:before {
    content: " ";
    display: table; }
  .beautify__categoryBanners2 > .container > ._inner:after {
    clear: both; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+1) {
    float: left;
    width: calc(33.3333% - 1rem); }
  .beautify__categoryBanners2 ._banner:nth-child(4n+2) {
    float: left;
    width: calc(33.3333% - 1rem);
    margin-left: 1.5rem; }
  .beautify__categoryBanners2 ._banner:nth-child(4n+3) {
    float: left;
    width: calc(33.3333% - 1rem);
    margin-left: 1.5rem; }
  .beautify__categoryBanners2 ._banner:nth-child(4n) {
    float: left;
    width: calc(66.6666% - .5rem);
    margin-left: 1.5rem;
    margin-top: 1.5rem; } }

@media (min-width: 801px) {
  .beautify__categoryBanners2 ._body {
    padding: 3rem 100px 0 2.25rem; } }

.beautify__newsletter {
  background-color: #f7f7f7;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  overflow: hidden; }

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

.beautify__newsletter:after {
  clear: both; }

@media (max-width: 800px) {
  .beautify__newsletter {
    font-size: 14px;
    padding: 2.25rem 0; } }

@media (min-width: 801px) {
  .beautify__newsletter {
    padding: 4.5rem 0 6rem; } }

.beautify__newsletter ._bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.beautify__newsletter .container {
  position: relative;
  max-width: 42.125rem;
  padding: 0 .75rem; }

.beautify__newsletter a {
  color: #1a1a1a; }

.beautify__newsletter a:focus, .beautify__newsletter a:hover {
  color: #de7bce; }

.beautify__newsletter .page-heading {
  color: #000;
  margin-bottom: .75rem; }

.beautify__newsletter .form {
  margin-bottom: 0; }

.beautify__newsletter .form-field {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .beautify__newsletter .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.beautify__newsletter .form-input {
  padding: .75rem 1.5rem;
  height: auto;
  border-color: transparent; }

.beautify__newsletter .form-input::-webkit-input-placeholder {
  color: #1a1a1a; }

.beautify__newsletter .form-input::-moz-placeholder {
  color: #1a1a1a; }

.beautify__newsletter .form-input:-ms-input-placeholder {
  color: #1a1a1a; }

.beautify__newsletter .form-input::-ms-input-placeholder {
  color: #1a1a1a; }

.beautify__newsletter .form-input::placeholder {
  color: #1a1a1a; }

@media (max-width: 800px) {
  .beautify__newsletter .form-input {
    margin-bottom: .75rem; } }

.beautify__newsletter .button {
  display: block;
  padding: .75rem 3rem;
  margin-bottom: 0;
  color: #fff;
  border-color: transparent;
  background-color: #000; }

.beautify__newsletter .button::before {
  content: "";
  display: block;
  height: 0; }

.beautify__newsletter .button:focus, .beautify__newsletter .button:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.7); }

@media (max-width: 800px) {
  .beautify__newsletter .button {
    width: 100%; } }

@media (min-width: 801px) {
  .beautify__newsletter .button {
    margin-left: .75rem; } }

.beautify__section--featuredProducts, .beautify__section--newProducts, .beautify__section--topProducts {
  padding-bottom: 0; }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel {
    padding-bottom: 4.5rem; } }

@media (max-width: 800px) {
  .beautify__section--brandsCarousel .page-heading {
    margin-bottom: 2.25rem; } }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel .page-heading {
    margin-bottom: 3.75rem; } }

.beautify__section--brandsCarousel ._list {
  list-style: none;
  margin: 0; }

@media (max-width: 800px) {
  .beautify__section--brandsCarousel ._list .slick-next {
    right: -.75rem; }
  .beautify__section--brandsCarousel ._list .slick-prev {
    left: -.75rem; } }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel ._list {
    padding-bottom: 1.5rem; } }

.beautify__section--brandsCarousel ._list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.beautify__section--brandsCarousel ._list:not(.slick-initialized)::-webkit-scrollbar {
  display: none; }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel ._list:not(.slick-initialized) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.beautify__section--brandsCarousel ._list:not(.slick-initialized) ._item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%; }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel ._list:not(.slick-initialized) ._item {
    -ms-flex-preferred-size: 14.2857%;
    flex-basis: 14.2857%; }
  .beautify__section--brandsCarousel ._list:not(.slick-initialized) ._item:nth-child(14) ~ ._item {
    display: none; } }

.beautify__section--brandsCarousel ._item {
  padding: 0 .75rem;
  text-align: center; }

.beautify__section--brandsCarousel ._item a {
  text-decoration: none;
  color: inherit; }

.beautify__section--brandsCarousel ._item a:focus, .beautify__section--brandsCarousel ._item a:hover {
  color: #000; }

.beautify__section--brandsCarousel ._item a:focus img, .beautify__section--brandsCarousel ._item a:hover img {
  opacity: .7; }

.beautify__section--brandsCarousel ._item img {
  margin: 0 auto .75rem; }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel ._item {
    border-right: 1px solid #ddd; }
  .beautify__section--brandsCarousel ._item:last-child {
    border-right: 0; } }

.beautify__section--brandsCarousel .slick-slider img {
  aspect-ratio: attr(width)/attr(height); }

@media (min-width: 801px) {
  .beautify__section--brandsCarousel .slick-slide > div + div {
    border-top: 1px solid #ddd; } }

.beautify__section--reviews1 {
  background-color: #d14343;
  color: #fff; }

@media (max-width: 800px) {
  .beautify__section--reviews1 {
    padding: 3rem 0; } }

@media (min-width: 801px) {
  .beautify__section--reviews1 {
    padding: 4.5rem 0; } }

.beautify__section--reviews1 .page-heading {
  color: inherit; }

@media (max-width: 800px) {
  .beautify__section--reviews1 .page-heading {
    margin-bottom: 1.5rem; } }

@media (min-width: 801px) {
  .beautify__section--reviews1 .page-heading {
    margin-bottom: 3.75rem; } }

@media (max-width: 801px) {
  .beautify__section--reviews1 ._list {
    margin-bottom: 3rem; } }

.beautify__section--reviews1 ._item > * {
  margin-left: 3.875rem; }

.beautify__section--reviews1 ._item > ._avatar {
  margin-left: 0;
  float: left; }

@media (min-width: 801px) {
  .beautify__section--reviews1 ._item {
    padding: 0 .75rem; } }

.beautify__section--reviews1 ._avatar {
  height: 3.125rem;
  width: 3.125rem;
  background-color: #666;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #f8f8f8;
  font-size: 14px; }

.beautify__section--reviews1 ._author {
  color: #1a1a1a;
  margin-bottom: 0; }

.beautify__section--reviews1 ._verified {
  font-weight: 400; }

.beautify__section--reviews1 ._rating {
  margin-bottom: .375rem; }

.beautify__section--reviews1 .rating--small .icon {
  height: 1rem;
  width: 1rem; }

.beautify__section--reviews1 ._title {
  color: #1a1a1a;
  margin-bottom: .375rem; }

.beautify__section--reviews1 ._content {
  font-size: 14px;
  font-weight: 400; }

.beautify__section--reviews1 ._action {
  text-align: center;
  margin-bottom: 0; }

.beautify__section--reviews1 ._action .button {
  padding: 1rem 3rem;
  margin-bottom: 0; }

@media (min-width: 801px) {
  .beautify__section--reviews1 .slick-dots {
    display: none; } }

div.beautify__customerReviews {
  background-color: #f2f2f2; }

div.beautify__customerReviews p {
  margin-bottom: .75rem; }

div.beautify__customerReviews ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  list-style: none; }

div.beautify__customerReviews ._list:not(.slick-slider) {
  overflow-x: auto; }

div.beautify__customerReviews ._list:not(.slick-slider) ._item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

div.beautify__customerReviews ._item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 0 .75rem;
  height: auto; }

div.beautify__customerReviews ._avatar {
  width: 92px;
  height: 92px;
  margin: 0 auto 1.5rem;
  display: block;
  position: relative; }

div.beautify__customerReviews ._avatar::after {
  font-family: FontAwesome;
  content: "\f10e";
  background-color: #d14343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  color: #f8f8f8;
  font-size: 20px;
  line-height: 1; }

div.beautify__customerReviews ._heading {
  font-size: .875rem;
  font-weight: 600; }

div.beautify__customerReviews ._rating .icon {
  width: 16px;
  height: 16px; }

div.beautify__customerReviews ._content {
  font-size: .8125rem;
  line-height: 1.8; }

div.beautify__customerReviews ._author {
  font-size: .75rem;
  font-style: italic;
  font-weight: 600; }

div.beautify__customerReviews .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

@media (max-width: 800px) {
  div.beautify__customerReviews {
    padding-bottom: 2.25rem; }
  div.beautify__customerReviews .container {
    padding: 0; }
  div.beautify__customerReviews ._item {
    width: 275px; }
  div.beautify__customerReviews .slick-dots {
    bottom: -3rem; } }

@media (min-width: 801px) {
  div.beautify__customerReviews {
    padding-bottom: 4.5rem; }
  div.beautify__customerReviews .page-heading {
    margin-bottom: 2.25rem; }
  div.beautify__customerReviews ._item {
    width: calc(33.3333% - 1.5rem); }
  div.beautify__customerReviews .slick-dots {
    display: none; }
  div.beautify__customerReviews ._heading {
    font-size: 1.125rem; }
  div.beautify__customerReviews ._content {
    font-size: .875rem; }
  div.beautify__customerReviews ._author {
    font-size: .875rem; } }

.beautify__customerReviews[data-test-theme=beautify_grocery] {
  background-color: transparent; }

.beautify__customerReviews[data-test-theme=beautify_grocery] ._list {
  max-width: 33rem;
  margin: 0 auto; }

.beautify__customerReviews[data-test-theme=beautify_grocery] ._item {
  width: auto; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-arrow::before {
  visibility: hidden; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-arrow:hover, .beautify__customerReviews[data-test-theme=beautify_grocery] .slick-arrowfocus {
  opacity: .8; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.9931 1.08786C45.4294 0.792496 46.5246 0.532616 47.1653 1.24403L48.3475 2.73084C48.9193 3.69764 48.2268 4.59423 47.7785 4.96606C45.6473 6.73398 44.0975 8.10159 43.1304 9.0689C41.2341 11.0632 39.8322 13.0595 38.9067 15.0499C38.695 15.5049 39.2353 15.7938 39.5159 15.8857C46.5044 18.1762 49.9998 22.214 49.9998 27.9986C49.9998 31.4068 48.8678 34.1762 46.6051 36.3052C44.3414 38.4355 41.5057 39.5 38.0988 39.5C35.0637 39.5 32.3742 38.1159 30.0318 35.3467C27.7416 32.7384 26.5974 29.9155 26.5974 26.8804C26.5971 17.9853 32.7288 9.388 44.9931 1.08786ZM18.3957 1.08786C18.832 0.792496 19.9272 0.532616 20.5679 1.24403L21.7501 2.73084C22.3219 3.69764 21.6294 4.59423 21.1812 4.96606C19.0501 6.73398 17.5001 8.10159 16.5331 9.0689C14.6367 11.0632 13.2349 13.0595 12.309 15.0499C12.0974 15.5049 12.6376 15.7938 12.9182 15.8857C19.9067 18.1762 23.4021 22.214 23.4021 27.9986C23.4021 31.4068 22.2701 34.1762 20.0075 36.3052C17.7435 38.4355 14.9081 39.5 11.5012 39.5C8.46607 39.5 5.77657 38.1159 3.43416 35.3467C1.14423 32.7384 -0.000244141 29.9155 -0.000244141 26.8804C-0.000244141 17.9853 6.1314 9.388 18.3957 1.08786Z' fill='%23d14343'/%3E%3C/svg%3E%0A"); }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00692 38.9121C4.57062 39.2075 3.47538 39.4674 2.83468 38.756L1.65248 37.2692C1.08074 36.3024 1.77317 35.4058 2.22146 35.0339C4.35272 33.266 5.9025 31.8984 6.86955 30.9311C8.76592 28.9368 10.1678 26.9405 11.0933 24.9501C11.305 24.4951 10.7647 24.2062 10.4841 24.1143C3.49562 21.8238 0.000244141 17.786 0.000244141 12.0014C0.000244141 8.59324 1.13222 5.82378 3.39492 3.69477C5.65861 1.56451 8.4943 0.5 11.9012 0.5C14.9363 0.5 17.6258 1.88411 19.9682 4.65332C22.2584 7.26161 23.4026 10.0845 23.4026 13.1196C23.4029 22.0147 17.2712 30.612 5.00692 38.9121ZM31.6043 38.9121C31.168 39.2075 30.0728 39.4674 29.4321 38.756L28.2499 37.2692C27.6781 36.3024 28.3706 35.4058 28.8188 35.0339C30.9499 33.266 32.4999 31.8984 33.4669 30.9311C35.3633 28.9368 36.7651 26.9405 37.691 24.9501C37.9026 24.4951 37.3624 24.2062 37.0817 24.1143C30.0933 21.8238 26.5979 17.786 26.5979 12.0014C26.5979 8.59324 27.7299 5.82378 29.9925 3.69477C32.2565 1.56451 35.0919 0.5 38.4988 0.5C41.5339 0.5 44.2234 1.88411 46.5658 4.65332C48.8558 7.26161 50.0002 10.0845 50.0002 13.1196C50.0002 22.0147 43.8686 30.612 31.6043 38.9121Z' fill='%23d14343'/%3E%3C/svg%3E%0A"); }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-dots li {
  padding-left: 0;
  padding-right: 0; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-dots li.slick-active button::before {
  opacity: 1; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-dots li button, .beautify__customerReviews[data-test-theme=beautify_grocery] .slick-dots li button::before {
  width: 24px;
  height: 4px;
  border-radius: 0; }

.beautify__customerReviews[data-test-theme=beautify_grocery] .slick-dots li button::before {
  opacity: .3;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.beautify__customerReviews[data-test-theme=beautify_furniture] {
  background-color: transparent; }

@media (min-width: 801px) {
  .beautify__customerReviews[data-test-theme=beautify_furniture] ._list {
    margin-left: -.75rem;
    margin-right: -.75rem; } }

.beautify__customerReviews[data-test-theme=beautify_furniture] ._item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 0; }

.beautify__customerReviews[data-test-theme=beautify_furniture] ._avatar {
  display: none; }

.beautify__customerReviews[data-test-theme=beautify_furniture] ._rating {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.beautify__customerReviews[data-test-theme=beautify_furniture] ._heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.beautify__customerReviews[data-test-theme=beautify_furniture] ._content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.beautify__customerReviews[data-test-theme=beautify_furniture] ._author {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-style: normal;
  font-weight: inherit;
  color: #707070; }

.beautify__customerReviews[data-test-theme=beautify_furniture] .slick-arrow {
  display: none; }

.beautify__section--instagram {
  position: relative;
  margin-bottom: 0; }

.beautify__section--instagram ._title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  min-height: 100px;
  padding: 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

@media (max-width: 800px) {
  .beautify__section--instagram ._title {
    font-size: 20px; } }

@media (min-width: 801px) {
  .beautify__section--instagram ._title {
    font-size: 28px; } }

.beautify__section--instagram a {
  text-decoration: none;
  color: #1a1a1a;
  vertical-align: middle; }

.beautify__section--instagram a strong {
  color: #000;
  font-weight: inherit; }

.beautify__section--instagram .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin-right: .375rem;
  fill: black;
  stroke: black; }

div.papainstagram-row {
  margin: 0; }

div.papainstagram-col {
  padding: 0 !important;
  margin: 0; }

@media (min-width: 801px) {
  div.papainstagram-col {
    width: 16.6666%; } }

div.papainstagram-card-body {
  display: none; }

div.papainstagram-card-img-container img {
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s,-webkit-filter .2s; }

div.papainstagram-card-img-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

div.papainstagram-card-img-container a::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 0H7.5C3.3585 0 0 3.3585 0 7.5V16.5C0 20.6415 3.3585 24 7.5 24H16.5C20.6415 24 24 20.6415 24 16.5V7.5C24 3.3585 20.6415 0 16.5 0ZM21.75 16.5C21.75 19.395 19.395 21.75 16.5 21.75H7.5C4.605 21.75 2.25 19.395 2.25 16.5V7.5C2.25 4.605 4.605 2.25 7.5 2.25H16.5C19.395 2.25 21.75 4.605 21.75 7.5V16.5Z' fill='%23FFFFFE'/%3E%3Cpath d='M12 6C8.6865 6 6 8.6865 6 12C6 15.3135 8.6865 18 12 18C15.3135 18 18 15.3135 18 12C18 8.6865 15.3135 6 12 6ZM12 15.75C9.933 15.75 8.25 14.067 8.25 12C8.25 9.9315 9.933 8.25 12 8.25C14.067 8.25 15.75 9.9315 15.75 12C15.75 14.067 14.067 15.75 12 15.75Z' fill='%23FFFFFE'/%3E%3Cpath d='M18.45 6.34899C18.8916 6.34899 19.2495 5.99105 19.2495 5.5495C19.2495 5.10795 18.8916 4.75 18.45 4.75C18.0085 4.75 17.6505 5.10795 17.6505 5.5495C17.6505 5.99105 18.0085 6.34899 18.45 6.34899Z' fill='%23FFFFFE'/%3E%3C/svg%3E%0A");
  background-size: 100%; }

div.papainstagram-card-img-container a:focus img, div.papainstagram-card-img-container a:hover img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7); }

@media (min-width: 551px) {
  .beautify__heroCarouselMobile {
    display: none; } }

.beautify__mobileHomeCarousel-pictureContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 79.4686%; }

.beautify__mobileHomeCarousel-pictureContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media (min-width: 801px) {
  .heroCarousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.heroCarousel .slick-arrow {
  opacity: 0; }

.heroCarousel .slick-arrow:focus {
  opacity: 1; }

.heroCarousel:hover .slick-arrow {
  opacity: 1; }

@media (min-width: 801px) {
  .heroCarousel--boxed .slick-next {
    right: -2.25rem; }
  .heroCarousel--boxed .slick-prev {
    left: -2.25rem; } }

.heroCarousel--stretch .heroCarousel-image-box {
  width: 100% !important; }

.heroCarousel--stretch .heroCarousel-image {
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill"; }

.heroCarousel-slide {
  margin: 2px; }

.heroCarousel-action {
  padding: .75rem 2.25rem;
  line-height: 1;
  font-size: 1rem; }

.heroCarousel-action::before {
  content: "";
  display: block;
  height: 0; }

@media (min-width: 801px) {
  .heroCarousel-action {
    font-size: 18px; } }

.heroCarousel-action:focus, .heroCarousel-action:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.heroCarousel-action.button--link {
  color: #000; }

.heroCarousel-action.button--link:focus, .heroCarousel-action.button--link:hover {
  color: #000;
  background-color: #fff; }

.heroCarousel-image-box .heroCarousel-image.lazyload, .heroCarousel-image-box .heroCarousel-image.lazyloading {
  width: auto; }

.heroCarousel-image-box .heroCarousel-image-box-padding .heroCarousel-image.lazyload, .heroCarousel-image-box .heroCarousel-image-box-padding .heroCarousel-image.lazyloading {
  width: 100%; }

@media (max-width: 800px) {
  .banners--bottom .banner {
    margin-top: 1.5rem; } }

@media (min-width: 801px) {
  .banners--bottom .banner {
    margin-top: 3rem; } }

.beautify__recentBlog ._list {
  list-style: none;
  margin: 0; }

.beautify__recentBlog ._list ._item {
  margin-top: .5rem; }

.beautify__recentBlog ._blog {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.beautify__recentBlog ._blog-post-figure {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.beautify__recentBlog ._blog-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden; }

.beautify__recentBlog ._blog-thumbnail::before {
  content: "";
  display: block;
  padding-top: 66.6129%; }

.beautify__recentBlog ._blog-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  border-radius: 4px; }

.beautify__recentBlog ._blog-thumbnail a {
  display: block; }

.beautify__recentBlog ._blog-title {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  margin-bottom: .5rem; }

.beautify__recentBlog ._blog-title a {
  color: inherit;
  text-decoration: none; }

.beautify__recentBlog ._blog-title a:focus, .beautify__recentBlog ._blog-title a:hover {
  color: #000; }

.beautify__recentBlog ._blog-post p {
  opacity: .7;
  margin-bottom: .5rem; }

.beautify__recentBlog ._blog-readmore a {
  text-decoration: none; }

.beautify__recentBlog ._blog-readmore .icon {
  fill: black;
  stroke: black;
  height: .625rem;
  width: .625rem; }

@media (max-width: 800px) {
  .beautify__recentBlog .page-heading {
    margin-bottom: 1.5rem; }
  .beautify__recentBlog ._intro ._heading {
    font-size: 1.5rem; }
  .beautify__recentBlog ._blog-post-figure {
    padding: .5rem;
    padding-right: 0;
    width: 9rem; }
  .beautify__recentBlog ._blog-post-body {
    padding: .5rem; }
  .beautify__recentBlog ._blog-title {
    font-size: 1.5rem; }
  .beautify__recentBlog ._blog-post p {
    font-weight: 400; } }

@media (min-width: 551px) {
  .beautify__recentBlog ._list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -.75rem; }
  .beautify__recentBlog ._list ._item {
    padding: 0 .75rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .beautify__recentBlog ._blog {
    width: 100%; } }

@media (min-width: 801px) {
  .beautify__recentBlog .page-heading {
    grid-column: 1/3; }
  .beautify__recentBlog ._list {
    grid-column: 2/3; }
  .beautify__recentBlog ._list ._item:first-child {
    margin-top: 0; }
  .beautify__recentBlog ._blog-post-figure {
    padding: 1.5rem;
    padding-right: 0;
    width: 15.5rem; }
  .beautify__recentBlog ._blog-post-body {
    padding: 1.5rem; }
  .beautify__recentBlog ._blog-title {
    font-size: 1.875rem; }
  .beautify__recentBlog ._blog-post p {
    font-weight: 500; } }

@media all and (min-width: 801px) and (-ms-high-contrast: none), (min-width: 801px) and (-ms-high-contrast: active) {
  .beautify__recentBlog .container {
    display: block; }
  .beautify__recentBlog .container:after, .beautify__recentBlog .container:before {
    content: " ";
    display: table; }
  .beautify__recentBlog .container:after {
    clear: both; }
  .beautify__recentBlog ._list {
    float: left;
    width: calc(50% - .75rem);
    margin-left: 1.5rem; } }

[data-layout-name=beautify-brands-grid] {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding: 0 .75rem;
  position: relative;
  width: 100%; }

@media (min-width: 801px) {
  [data-layout-name=beautify-brands-grid] {
    padding: 0 2.25rem; } }

@media (min-width: 1261px) {
  [data-layout-name=beautify-brands-grid] {
    max-width: 77.625rem;
    padding: 0 2.25rem; } }

@media (min-width: 1681px) {
  [data-layout-name=beautify-brands-grid] {
    max-width: 86.5rem;
    padding: 0 4.5rem; } }

[data-layout-name=beautify-brands-grid] [data-sub-layout] {
  border: 1px solid #ddd; }

@media (max-width: 550px) {
  [data-layout-name=beautify-brands-grid] [data-sub-layout] {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; }
  [data-layout-name=beautify-brands-grid] [data-sub-layout]:not(:nth-child(3n-1)) {
    border-left: 0; }
  [data-layout-name=beautify-brands-grid] [data-sub-layout]:nth-child(4) ~ [data-sub-layout] {
    border-top: 0; } }

@media (min-width: 551px) {
  [data-layout-name=beautify-brands-grid] [data-sub-layout] + [data-sub-layout] {
    border-left: 0; } }

[data-layout-name=beautify-grid6] {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding: 0 .75rem;
  position: relative;
  width: 100%; }

@media (min-width: 801px) {
  [data-layout-name=beautify-grid6] {
    padding: 0 2.25rem; } }

@media (min-width: 1261px) {
  [data-layout-name=beautify-grid6] {
    max-width: 77.625rem;
    padding: 0 2.25rem; } }

@media (min-width: 1681px) {
  [data-layout-name=beautify-grid6] {
    max-width: 86.5rem;
    padding: 0 4.5rem; } }

@media (max-width: 550px) {
  [data-layout-name=beautify-grid6] [data-sub-layout] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 551px) and (max-width: 800px) {
  [data-layout-name=beautify-grid6] [data-sub-layout] {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; } }

@media (max-width: 550px) {
  .beautify__flexBanners[data-test-theme=beautify_grocery] ._row {
    display: block; } }

@media (max-width: 550px) {
  .beautify__flexBanners[data-test-theme=beautify_grocery] ._col + ._col {
    margin-top: 1.5rem; } }

.beautify__flexBanners [data-test-theme=beautify_grocery] ._banner {
  border: 1px solid #ddd; }

.beautify__flexBanners [data-test-theme=beautify_grocery] ._body {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.beautify__flexBanners [data-test-theme=beautify_grocery] ._heading {
  text-transform: none;
  font-size: 20px; }

@media (max-width: 800px) {
  .beautify__flexBanners [data-test-theme=beautify_grocery] ._heading {
    font-size: 1rem; } }

.beautify__flexBanners [data-test-theme=beautify_grocery] ._buttonLine {
  margin: 0; }

.beautify__flexBanners [data-test-theme=beautify_grocery] .button {
  padding: .75rem 1.5rem;
  white-space: nowrap; }

@media (max-width: 800px) {
  .beautify__flexBanners [data-test-theme=beautify_grocery] .button {
    padding-left: 1rem;
    padding-right: 1rem; } }

.beautify__flexBanners [data-test-theme=beautify_grocery][data-index] ._body {
  padding: 1rem; }

@media (max-width: 800px) {
  .beautify__flexBanners [data-test-theme=beautify_grocery][data-index] ._body {
    padding: .5rem .75rem; } }

@media (max-width: 550px) {
  .beautify__flexBanners[data-test-theme=beautify_furniture] ._row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 550px) {
  .beautify__flexBanners[data-test-theme=beautify_furniture] ._col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%; } }

@media (max-width: 550px) {
  .beautify__flexBanners[data-test-theme=beautify_furniture] ._col + ._col {
    margin-top: .75rem; } }

.beautify__flexBanners[data-test-theme=beautify_furniture] ._body {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

h2.beautify__widget-page-heading {
  margin-bottom: 0; }

@media (min-width: 801px) {
  h2.beautify__widget-page-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    width: 100%; } }

@media (min-width: 1261px) {
  h2.beautify__widget-page-heading {
    max-width: 77.625rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem; } }

@media (min-width: 1681px) {
  h2.beautify__widget-page-heading {
    max-width: 86.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem; } }

@media (min-width: 801px) {
  .beautify__calloutIcons ._item--style-left ._heading {
    text-align: left; } }

.previewCartCheckout {
  padding: 0;
  background: 0 0;
  font-size: 18px; }

@media (max-width: 800px) {
  .previewCartCheckout p {
    margin-bottom: .75rem; } }

.previewCartCheckout-subtotal {
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  margin-bottom: 0; }

@media (max-width: 800px) {
  .previewCartCheckout-subtotal {
    margin-top: 0;
    padding-top: .75rem; } }

.previewCartCheckout-viewCartButton {
  text-transform: none;
  font-size: inherit;
  margin-top: 0 !important; }

@media (max-width: 800px) {
  .modal-header {
    border-bottom: 0; }
  .modal-header-title {
    font-size: 20px;
    text-align: inherit; }
  .modal-body {
    padding-top: 0; }
  .previewCart ._model-heading {
    display: none; }
  .previewCart .productView-title {
    text-align: center;
    font-size: 18px;
    font-weight: inherit; }
  .previewCart .productView-brand {
    text-align: center;
    color: #707070;
    font-size: 14px;
    font-weight: inherit;
    float: none; }
  .previewCart .productView-info {
    text-align: center;
    margin: 0; }
  .previewCart .productView-info-name, .previewCart .productView-info-value {
    float: none;
    display: inline;
    margin: 0;
    font-weight: inherit;
    font-size: 14px; }
  .previewCart .productView-info-name::after {
    content: ":"; }
  .suggestiveCart {
    display: none; } }

@media (min-width: 801px) {
  .preview-modal {
    border-radius: 4px; }
  .preview-modal .modal-header {
    display: none; }
  .preview-modal .modal-body {
    padding: 3rem; }
  .preview-modal .modal-close {
    top: .375rem;
    right: .375rem; }
  .previewCart .productView {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .previewCart ._model-heading {
    width: 100%;
    font-size: 28px;
    font-weight: 700; }
  .previewCart .productView-image {
    width: 25%;
    min-height: auto;
    margin: 0 auto; }
  .previewCart .productView-details {
    width: 75%; }
  .previewCart .productView-title {
    font-size: 24px;
    margin-bottom: .75rem; }
  .previewCart .productView-brand {
    margin-bottom: 0; }
  .previewCart .productView-info {
    margin: 0; }
  .previewCart .productView-info-name, .previewCart .productView-info-value {
    font-weight: inherit;
    font-size: 14px; }
  .previewCart .productView-info-name::after {
    content: ":"; }
  .suggestiveCart {
    text-align: inherit; }
  .suggestiveCart h4 {
    font-size: 42px; } }

.previewCart-additionalCheckoutButtons {
  display: none; }

.previewCart-additionalCheckoutButtons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 1rem 1rem;
  margin-top: -1rem; }

.previewCart-additionalCheckoutButtons .FloatRight {
  margin-bottom: .75rem; }

.previewCart-additionalCheckoutButtons .FloatRight p {
  margin-bottom: .75rem; }

.previewCart-additionalCheckoutButtons .FloatRight div {
  vertical-align: middle;
  margin: 0;
  width: 100%; }

.previewCart-additionalCheckoutButtons .GooglePayCheckout button {
  margin: 0; }

.previewCart-additionalCheckoutButtons > div {
  width: 100% !important; }

.previewCart-additionalCheckoutButtons .GooglePayContainer > div {
  display: block !important; }

.previewCart-additionalCheckoutButtons .GooglePayCheckout button {
  margin: 5px 0; }

.previewCart-additionalCheckoutButtons .paypalCommerce-smart-buttons {
  display: block !important;
  margin: 5px 0; }

.previewCart-additionalCheckoutButtons .paypalCommerce-smart-buttons > div {
  width: 100% !important;
  display: block !important; }

.price-now-label {
  color: #a5a5a5; }

.price-was-label {
  color: #a5a5a5; }

.card {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: -webkit-min-content auto minmax(50px, -webkit-min-content);
  grid-template-rows: min-content auto minmax(50px, min-content); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .card .card-figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .card .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .card .card-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.card-body {
  display: grid;
  grid-template-rows: auto minmax(0, -webkit-max-content) minmax(2rem, -webkit-max-content);
  grid-template-rows: auto minmax(0, max-content) minmax(2rem, max-content);
  grid-template-columns: 100%; }

.card-body .card-title {
  text-align: center;
  grid-row: 1; }

.card-body .card-text--rating {
  grid-row: 2; }

.card-body .card-text--price {
  grid-row: 3; }

.card-body .price {
  font-size: 18px; }

.card-footer {
  text-align: center; }

.card-footer .card-buttons {
  visibility: visible;
  clip: auto;
  opacity: 1;
  position: static;
  padding: 0 !important;
  display: block; }

.card-figcaption-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  border: 0;
  margin: 0 0 .75rem; }

.productCarousel .card-buttons .card-figcaption-button, .productGrid .card-buttons .card-figcaption-button {
  padding: .75rem; }

.productCarousel .card-buttons .card-figcaption-button::before, .productGrid .card-buttons .card-figcaption-button::before {
  content: "";
  display: block;
  height: 0; }

@media (min-width: 801px) {
  .productCarousel .card-buttons .card-figcaption-button, .productGrid .card-buttons .card-figcaption-button {
    max-width: 230px;
    margin: 0 auto 0.75rem !important;
    display: table; } }

.productCarousel .card-buttons .card-figcaption-button._compare, .productCarousel .card-buttons .card-figcaption-button.quickview, .productGrid .card-buttons .card-figcaption-button._compare, .productGrid .card-buttons .card-figcaption-button.quickview {
  width: auto;
  min-width: auto;
  display: inline-block;
  padding: .375rem .375rem;
  background: 0 0;
  color: #000;
  font-size: 12px;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.productCarousel .card-buttons .card-figcaption-button._compare .icon, .productCarousel .card-buttons .card-figcaption-button.quickview .icon, .productGrid .card-buttons .card-figcaption-button._compare .icon, .productGrid .card-buttons .card-figcaption-button.quickview .icon {
  width: 12px;
  height: 12px;
  margin-right: .375rem;
  fill: black;
  margin-top: 0; }

.productCarousel .card-buttons .card-figcaption-button._compare:focus, .productCarousel .card-buttons .card-figcaption-button._compare:hover, .productCarousel .card-buttons .card-figcaption-button.quickview:focus, .productCarousel .card-buttons .card-figcaption-button.quickview:hover, .productGrid .card-buttons .card-figcaption-button._compare:focus, .productGrid .card-buttons .card-figcaption-button._compare:hover, .productGrid .card-buttons .card-figcaption-button.quickview:focus, .productGrid .card-buttons .card-figcaption-button.quickview:hover {
  color: #d14343; }

.productCarousel .card-buttons .card-figcaption-button._compare:focus .icon, .productCarousel .card-buttons .card-figcaption-button._compare:hover .icon, .productCarousel .card-buttons .card-figcaption-button.quickview:focus .icon, .productCarousel .card-buttons .card-figcaption-button.quickview:hover .icon, .productGrid .card-buttons .card-figcaption-button._compare:focus .icon, .productGrid .card-buttons .card-figcaption-button._compare:hover .icon, .productGrid .card-buttons .card-figcaption-button.quickview:focus .icon, .productGrid .card-buttons .card-figcaption-button.quickview:hover .icon {
  fill: #d14343; }

@media (min-width: 801px) {
  .productCarousel .card-buttons .card-figcaption-button._compare, .productCarousel .card-buttons .card-figcaption-button.quickview, .productGrid .card-buttons .card-figcaption-button._compare, .productGrid .card-buttons .card-figcaption-button.quickview {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px; } }

.card-figcaption-button.button--primary::before {
  display: none; }

.card-image {
  border-radius: 10px; }

@media (max-width: 800px) {
  .card-text--rating .rating--small .icon {
    width: 16px;
    height: 16px; } }

@media (min-width: 801px) {
  .card-text--rating .rating--small .icon {
    width: 20px;
    height: 20px; } }

.card-text--brand {
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em; }

@media (max-width: 800px) {
  .card-text--brand {
    font-size: 12px; } }

@media (min-width: 801px) {
  .card-text--brand {
    font-size: 14px; } }

.card-text--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.card-text--price .price-section {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0.75rem 0 0 !important; }

.card-text--price .price-section:last-child {
  margin-right: 0 !important; }

.card-text--price .non-sale-price--withTax {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.card-text--price .non-sale-price--withTax .price {
  font-weight: 400; }

.card-title {
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: .75rem; }

@media (min-width: 801px) {
  .card-title {
    font-size: 1rem; } }

.card-badges {
  display: none; }

.card-badges .sale-flag-side {
  display: inline-block;
  position: static;
  z-index: auto;
  margin: 0 .75rem .75rem 0;
  padding: .375rem .75rem; }

.mode-bo .productGrid .card-body .card-title {
  margin-bottom: 0; }

.mode-bo .productGrid .card-body .card-text--rating {
  margin-bottom: 0;
  margin-top: .75rem; }

.mode-bo .productGrid .card-body .card-text--price {
  display: block;
  text-align: inherit;
  margin-bottom: 0;
  margin-top: .75rem; }

.mode-bo .productGrid .card-footer {
  display: none; }

.mode-bo .productGrid .card-bulkOrder-action .card-figcaption-button {
  padding: .75rem 1.5rem;
  font-size: 14px; }

.mode-bo .productGrid .card-bulkOrder-price {
  display: none; }

.mode-bo .productGrid .card-bulkOrder-qtyInCart {
  display: none; }

.mode-bo .productGrid .card-bulkOrder-subtotal .price {
  font-size: 18px;
  font-weight: 600; }

@media (max-width: 800px) {
  .mode-bo .productGrid .card-figure {
    width: 25%; }
  .mode-bo .productGrid .card-body {
    margin-left: calc(25% + 1.5rem); }
  .mode-bo .productGrid .card-bulkOrder-fieldRow {
    margin-top: 0; }
  .mode-bo .productGrid .card-bulkOrder-subtotal {
    margin-top: .75rem; }
  .mode-bo .productGrid .card-bulkOrder-label {
    font-size: 14px; }
  .contactssus {
    display: block !important; } }

@media (min-width: 801px) {
  .mode-bo .productGrid .card-body {
    width: calc(50% - 100px); }
  .mode-bo .productGrid .card-bulkOrder {
    width: 50%; }
  .mode-bo .productGrid .card-bulkOrder-qty {
    width: 150px;
    text-align: center; }
  .mode-bo .productGrid .card-bulkOrder-subtotal {
    width: calc(100% - 330px);
    text-align: center; }
  .mode-bo .productGrid .card-bulkOrder-action {
    width: 180px; } }

.mode-bo .card-body {
  display: block; }

.mode-bo .card-figure .sale-flag-side {
  display: none; }

.mode-bo .card-badges {
  display: block; }

.productGrid-bulkOrderHeader-name {
  width: calc(50% - 100px); }

.productGrid-bulkOrderHeader-qtyInCart {
  display: none; }

.productGrid-bulkOrderHeader-price {
  display: none; }

.productGrid-bulkOrderHeader-qty {
  width: 150px;
  text-align: center; }

.productGrid-bulkOrderHeader-subtotal {
  width: calc(50% - 330px);
  text-align: center; }

.productGrid-bulkOrderHeader-action {
  width: 180px; }

@media (min-width: 801px) {
  .productGrid-bulkOrderFooter-total {
    width: 60%; } }

@media (min-width: 801px) {
  .productGrid-bulkOrderFooter-addAll {
    width: 40%; } }

@media (max-width: 800px) {
  .productGrid-bulkOrderFooter-total-inner {
    background-color: transparent; } }

.mode-1 .productGrid {
  display: block;
  margin-left: 0;
  margin-right: 0; }

.mode-1 .product {
  width: 100%; }

.page-sidebar + .page-content .mode-1 .productGrid .product {
  width: 100%; }

.mode-1 .card {
  display: block; }

.mode-1 .card:after, .mode-1 .card:before {
  content: " ";
  display: table; }

.mode-1 .card:after {
  clear: both; }

.mode-1 .card-figure {
  float: left;
  width: calc(33.3333% - .75rem); }

.mode-1 .card-body {
  margin-left: calc(33.3333% + .75rem);
  display: block;
  padding: 0;
  text-align: inherit; }

.mode-1 .card-footer {
  margin-left: calc(33.3333% + .75rem);
  text-align: inherit; }

.mode-1 .card-title {
  font-weight: 600;
  margin-bottom: .375rem; }

.mode-1 .card-text--price {
  display: block;
  margin-bottom: .375rem; }

.mode-1 .card-text--summary {
  display: block;
  margin-bottom: .75rem;
  font-size: 12px; }

@media (min-width: 551px) {
  .mode-1 .card-body .price {
    font-size: 20px; }
  .mode-1 .card-title {
    font-size: 18px; }
  .mode-1 .card-text--summary {
    margin-bottom: 1rem; }
  .mode-1 .card-figcaption-button {
    display: inline-block;
    width: auto;
    margin: 0 .375rem .375rem 0; }
  .mode-1 .card-figcaption-button .card-figcaption-button {
    margin-top: 0; } }

@media (min-width: 801px) {
  .mode-1 .card-text--price {
    margin-bottom: .75rem; }
  .mode-1 .card-text--summary {
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.8; }
  .mode-1 .productCarousel .card-button .card-figcaption-button, .mode-1 .productGrid .card-buttons .card-figcaption-button {
    padding-left: 3rem;
    padding-right: 3rem;
    margin: 0 0.75rem 0.75rem 0 !important;
    display: inline-block; }
  .mode-1 .productCarousel .card-button .card-figcaption-button._compare, .mode-1 .productCarousel .card-button .card-figcaption-button.quickview, .mode-1 .productGrid .card-buttons .card-figcaption-button._compare, .mode-1 .productGrid .card-buttons .card-figcaption-button.quickview {
    padding: 1rem 0;
    margin-top: 0 !important; } }

.card-bulkOrder-value .card-text--price {
  display: block; }

.productView {
  padding-top: 0; }

@media (min-width: 801px) {
  .productView-details {
    margin-bottom: .5rem; } }

@media (min-width: 1261px) {
  .productView-details {
    padding-left: 1.5rem; } }

.productView-conditionLabel, .productView-saleLabel, .productView-stockLabel {
  background-color: #000;
  color: #fff;
  float: left;
  padding: .1875rem .75rem;
  margin: 0 .375rem .75rem 0;
  font-size: 14px;
  border-radius: 4px; }

.productView-conditionLabel {
  color: #fff; }

.productView-conditionLabel._new {
  background-color: #ec1d58; }

.productView-conditionLabel._used {
  background-color: #999; }

.productView-conditionLabel._refurbished {
  background-color: #999; }

.productView-saleLabel {
  background-color: #ec1d58;
  color: #fff; }

.productView-stockLabel._outstock {
  background-color: #989898; }

.productView-title {
  clear: both;
  line-height: 1.45; }

@media (max-width: 800px) {
  .productView-title {
    font-size: 1.5rem;
    margin-bottom: .5rem; } }

@media (min-width: 801px) {
  .productView-title {
    font-size: 2rem;
    margin-bottom: 1rem; } }

.productView-brand {
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
  margin: .1875rem 0 1rem;
  float: left; }

.productView-brand a {
  text-decoration: none; }

.productView-rating .icon {
  height: 1.25rem;
  width: 1.25rem; }

@media (min-width: 801px) {
  .productView-rating {
    margin-bottom: 1rem; } }

.productView-reviewLink {
  font-size: 14px;
  color: #a5a5a5; }

.icon + .productView-reviewLink > a {
  color: #a5a5a5; }

.productView-shortDesc {
  margin-bottom: 1.5rem; }

.productView-images {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.productView-images .addthis_toolbox {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: .75rem; }

.productView-images .socialLinks {
  margin-top: 1.5rem;
  border-top: 1px solid #ddd;
  padding-top: .75rem;
  text-align: center; }

@media (max-width: 800px) {
  .productView-images {
    margin-bottom: 1.5rem; }
  .productView-images .socialLinks {
    display: none; } }

@media (min-width: 1261px) {
  .productView-images {
    padding-right: 1.5rem; } }

.productView-imageCarousel-main {
  margin-bottom: 0; }

.productView-imageCarousel-main-item {
  margin: 2px; }

.productView-imageCarousel-nav {
  margin-top: .75rem;
  margin-bottom: 0; }

@media (max-width: 800px) {
  .productView-imageCarousel-nav {
    padding: 0 20px; } }

@media (min-width: 551px) {
  .productView-imageCarousel-nav.slick-vertical .productView-imageCarousel-nav-item {
    margin-top: 1px;
    margin-bottom: 1px; }
  .productView-imageCarousel-nav.slick-vertical .slick-next, .productView-imageCarousel-nav.slick-vertical .slick-prev {
    padding: 0;
    height: 35px; }
  .productView-imageCarousel-nav.slick-vertical .slick-prev {
    left: 50%; } }

.productView-imageCarousel-nav .slick-next, .productView-imageCarousel-nav .slick-prev {
  width: 2rem;
  padding-left: .375rem;
  padding-right: .375rem; }

.productView-imageCarousel-nav .slick-next {
  right: -.5rem; }

.productView-imageCarousel-nav .slick-prev {
  left: -.5rem; }

.productView-imageCarousel-nav-item {
  margin: 0;
  border: 2px solid rgba(221, 221, 221, 0.3); }

.productView-imageCarousel-nav-item.slick-current {
  border-color: #d14343; }

.productView-price {
  width: 100%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.productView-price .price-section {
  margin-right: .75rem; }

.productView-price .price-section--saving {
  padding-top: 4px; }

.productView-price .price-section--saving.price {
  font-size: inherit;
  font-weight: inherit; }

.productView-price .price-section--saving .price {
  font-size: inherit;
  font-weight: inherit;
  color: #d14343; }

.productView-price .price {
  font-size: 20px;
  font-weight: 700; }

.productView-price .price--non-sale, .productView-price .price--rrp {
  font-weight: inherit;
  color: inherit; }

.productView-price .price--main._hasSale {
  padding: .1875rem .75rem;
  background-color: #d14343;
  color: #fff;
  border-radius: 4px; }

.productView-price ._br {
  width: 100%;
  height: .75rem; }

.productView-options {
  margin-bottom: 0; }

.productView-options .form-input:not(.form-input--incrementTotal), .productView-options .form-select--date, .productView-options .form-select--small {
  width: 100%;
  max-width: none;
  height: auto;
  padding: 1rem;
  background-position: right .5rem top .8rem; }

.productView-options .form-select--date {
  width: auto;
  padding-right: 1.875rem; }

.productView-options .form-select--date + .form-select--date {
  margin-left: .375rem; }

.productView-options .form-input[type=number]:not(.form-input--incrementTotal) {
  width: 100px;
  text-align: center; }

.productView-options .form-option {
  border-radius: 4px; }

.productView-options .form-option-variant {
  padding: .5rem 1rem;
  font-size: 14px;
  border-radius: 4px; }

.productView-options .productOptions-list {
  border-radius: 4px; }

.productView-options .form-checkbox + .form-label, .productView-options .form-radio + .form-label {
  font-size: 14px; }

.productView-options .form-label--alternate {
  font-size: 14px;
  font-weight: 600; }

.productView-options .form-label--inlineSmall small {
  text-transform: none; }

.productView-options .form-field--increments {
  float: left;
  clear: both; }

.productView-options .form-increment .button[data-action=dec], .productView-options .form-increment .button[data-action=inc] {
  height: 60px; }

.productView-options .form-action--addToCart {
  float: right;
  margin-left: 0;
  width: calc(100% - 115px); }

.productView-options .form-action--addToCart .button {
  height: 60px;
  font-size: 18px; }

.productView-options .form-action--addToCart .button::before {
  content: "";
  display: block;
  height: 0; }

.productView-options .productAttributes-message {
  clear: both; }

@media (min-width: 551px) {
  .productView-options .form--addToCart .form-field--increments + .form-action--addToCart {
    width: calc(100% - 115px);
    float: right; } }

@media (min-width: 801px) {
  .productView-options .form-field {
    margin-bottom: 1.5rem; }
  .productView-options .form-field[data-product-attribute=set-rectangle], .productView-options .form-field[data-product-attribute=swatch] {
    margin-bottom: .75rem; }
  .productView-options .form-field--increments {
    margin-bottom: 0; }
  .productView-options .form--addToCart .form-field--increments + .form-action--addToCart {
    width: calc(100% - 115px);
    float: right; } }

@media (min-width: 1261px) {
  .productView-options .form-action {
    margin-top: 0; } }

.form-wishlist {
  float: right;
  margin-bottom: .75rem; }

.form-wishlist .dropdown-menu-button {
  padding: .375rem;
  border: 0;
  margin-top: -.375rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-align: left;
  text-decoration: underline; }

.form-wishlist .dropdown-menu-button:focus, .form-wishlist .dropdown-menu-button:hover {
  color: #d14343; }

.form-wishlist .dropdown-menu-button:active {
  color: orange; }

.form-wishlist .dropdown-menu-button .icon {
  position: static;
  float: none;
  margin: 0;
  height: 1.375rem;
  width: 1.375rem; }

.form-wishlist .dropdown-menu-button span {
  display: block; }

#wishlist-dropdown {
  background-color: #fff;
  min-width: 250px;
  max-width: 300px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: auto !important;
  right: 0 !important; }

#wishlist-dropdown .button {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  width: 100%; }

#wishlist-dropdown li:last-child .button {
  border-bottom: 0; }

.form--removeWishlistItem {
  text-align: center;
  padding: 0 .375rem;
  margin-top: -1.5rem; }

@media (min-width: 801px) {
  .form--removeWishlistItem {
    padding: 0 .75rem; } }

.form--removeWishlistItem .button {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

[data-content-region=product_below_addtocart--global], [data-content-region=product_below_addtocart] {
  clear: both; }

.beautify__productView-4icons {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase; }

.beautify__productView-4icons a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.125rem .375rem .75rem;
  color: #1a1a1a;
  text-decoration: none; }

.beautify__productView-4icons a:focus, .beautify__productView-4icons a:hover {
  color: #d14343; }

.beautify__productView-4icons a .icon {
  margin: 0 0 .375rem;
  width: 42px;
  height: 42px; }

.beautify__productView-4icons a span {
  display: block; }

@media (min-width: 801px) {
  .beautify__productView-4icons {
    width: 100%;
    margin: 0; } }

@media (max-width: 800px) {
  .papathemes-section-inner > .beautify__page-heading, .productView-description .beautify__page-heading, .productView-productTabs .beautify__page-heading, .supermarket-newProducts .beautify__page-heading {
    font-size: 20px;
    margin: 0 0 1.5rem; } }

@media (min-width: 801px) {
  .papathemes-section-inner > .beautify__page-heading, .productView-description .beautify__page-heading, .productView-productTabs .beautify__page-heading, .supermarket-newProducts .beautify__page-heading {
    font-size: 28px;
    margin: .75rem 0 1.5rem; } }

.beautify__page-heading._hasToggle {
  margin-right: 50px; }

@media (max-width: 800px) {
  .productView-description {
    margin-top: 1.5rem; }
  .productView-description .tabs-contents {
    margin-bottom: 0; }
  .productView-description .tab-content {
    position: relative;
    padding: 0; }
  .productView-description .tab-content .button--toggle {
    position: absolute;
    top: 0;
    right: 0; } }

@media (min-width: 801px) {
  .productView-description .tabs {
    border-bottom: 2px solid #ddd;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .productView-description .tabs::after, .productView-description .tabs::before {
    display: none; }
  .quickView .productView-description .tabs {
    top: -2.25rem; }
  .productView-description .tab {
    border-bottom-width: 2px;
    margin-bottom: -2px;
    margin-right: 3rem; }
  .productView-description .tab.is-active {
    border-color: transparent;
    border-bottom-color: #d14343; }
  .productView-description .tab.is-active .tab-title {
    color: #d14343; }
  .productView-description .tab:not(.is-active) .tab-title:focus {
    color: #1a1a1a; }
  .productView-description .tab-title {
    font-size: 20px;
    padding: .75rem 0; }
  .productView-description .tabs-contents {
    margin-bottom: 0; }
  .productView-description .tab-content {
    display: block !important; }
  .productView-description .tab-content .button--toggle {
    display: none; }
  .productView-description .tab-content + .tab-content {
    padding-top: 0; }
  .productView-description #tab-return .page-heading, .productView-description #tab-reviews .page-heading {
    display: block;
    border: 0;
    text-align: left;
    text-transform: none;
    font-size: 28px;
    padding: 0;
    margin-bottom: .75rem; }
  .productView-description #tab-return .page-heading::after, .productView-description #tab-reviews .page-heading::after {
    display: none; } }

@media (max-width: 800px) {
  .productView-description .tab-content, .productView-productTabs .tab-content {
    border-bottom: 1px solid #ddd; }
  .productView-description .tab-content + .tab-content, .productView-productTabs .tab-content + .tab-content {
    margin-top: 2.25rem; } }

@media (min-width: 801px) {
  #tab-addition, #tab-return, #tab-reviews, #tab-videos, #tab-warranty {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem; } }

.productView-addition-tabContent, .productView-description-tabContent {
  line-height: 1.8; }

@media (max-width: 800px) {
  .productView-addition-tabContent, .productView-description-tabContent {
    font-size: 14px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .productView-addition-tabContent:not(.is-open), .productView-description-tabContent:not(.is-open) {
    height: 0;
    opacity: 0;
    overflow: hidden; } }

.productView-description-tabContent ol {
  padding-left: 1.875rem; }

.productView-description-tabContent li {
  margin-bottom: .375rem; }

.productView-description-tabContent .videoGallery-list {
  padding-left: 0; }

.productView-description-tabContent .videoGallery-main {
  margin-bottom: .75rem; }

.productView-description-tabContent .video-figure {
  margin-right: .75rem; }

.productView-description-tabContent .video {
  margin-bottom: .75rem; }

.productView-description-tabContent .productReviews-list {
  padding-left: 0; }

.productView-description-tabContent._fixedWidth {
  max-width: 64rem; }

@media (max-width: 800px) {
  .productView-description-tabContent {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .productView-description-tabContent:not(.is-open) {
    height: 0;
    opacity: 0;
    overflow: hidden; } }

@media (max-width: 500px) {
  .productView-description-tabContent ._payment-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .productView-description-tabContent ._payment-icons span {
    width: 25%;
    padding: 0 .75rem .75rem 0;
    display: inline-block; }
  .productView-description-tabContent ._payment-icons span:nth-child(4) ~ span {
    width: auto;
    max-width: 20%; } }

@media (min-width: 501px) {
  .productView-description-tabContent ._payment-icons {
    margin-bottom: 0; }
  .productView-description-tabContent ._payment-icons span {
    display: inline-block;
    padding: 0 1.5rem 1.5rem 0; } }

.productView-addition-table {
  margin-top: 0; }

.productView-addition-table td:first-child {
  font-weight: 600; }

@media (max-width: 800px) {
  .writeReview-form .form-fieldset {
    min-inline-size: auto; } }

.pagination-info {
  display: none; }

.pagination-info + .pagination-list {
  float: none; }

.pagination-item {
  border: 0; }

.pagination-item .pagination-link, .pagination-item.pagination-item.pagination-item--next > a, .pagination-item.pagination-item.pagination-item--previous > a {
  border: 0;
  color: #1a1a1a;
  text-align: center;
  padding: .375rem 1rem;
  min-width: 2.625rem;
  line-height: 1.875rem; }

.pagination-item .pagination-link .icon, .pagination-item.pagination-item.pagination-item--next > a .icon, .pagination-item.pagination-item.pagination-item--previous > a .icon {
  height: 1.875rem;
  width: 1.875rem; }

.pagination-item .pagination-link .icon svg, .pagination-item.pagination-item.pagination-item--next > a .icon svg, .pagination-item.pagination-item.pagination-item--previous > a .icon svg {
  fill: #1a1a1a; }

.pagination-item .pagination-link:active, .pagination-item .pagination-link:focus, .pagination-item .pagination-link:hover, .pagination-item.pagination-item.pagination-item--next > a:active, .pagination-item.pagination-item.pagination-item--next > a:focus, .pagination-item.pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item.pagination-item--previous > a:active, .pagination-item.pagination-item.pagination-item--previous > a:focus, .pagination-item.pagination-item.pagination-item--previous > a:hover {
  color: #fff;
  background-color: #000; }

.pagination-item .pagination-link:active .icon svg, .pagination-item .pagination-link:focus .icon svg, .pagination-item .pagination-link:hover .icon svg, .pagination-item.pagination-item.pagination-item--next > a:active .icon svg, .pagination-item.pagination-item.pagination-item--next > a:focus .icon svg, .pagination-item.pagination-item.pagination-item--next > a:hover .icon svg, .pagination-item.pagination-item.pagination-item--previous > a:active .icon svg, .pagination-item.pagination-item.pagination-item--previous > a:focus .icon svg, .pagination-item.pagination-item.pagination-item--previous > a:hover .icon svg {
  fill: white; }

.pagination-item--current .pagination-link {
  color: #fff;
  background-color: #000; }

.productCarousel--maxCol6 .card-title, .productGrid--maxCol6 .card-title {
  font-weight: 600;
  font-size: 14px; }

@media (max-width: 800px) {
  .productGrid {
    margin: 0 -.375rem; } }

@media (max-width: 800px) {
  .productCarousel {
    margin: 0 0 3rem; }
  .productCarousel.slick-dotted.slick-slider {
    margin-bottom: 3rem; } }

.productCarousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.productCarousel .slick-dots {
  bottom: auto;
  top: 100%; }

.productCarousel-slide[tabindex]:not([tabindex="-1"]) {
  outline-offset: -2px !important; }

.productCarousel-slide.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.productReviews .ih__subheading {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.productReviews > p {
  margin-bottom: .75rem; }

.productReviews header {
  display: grid;
  grid-template-columns: minmax(1px, -webkit-max-content) auto auto;
  grid-template-columns: minmax(1px, max-content) auto auto;
  width: 100%; }

.productReviews header .productReview-title {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-right: 1.5rem;
  width: auto; }

.productReviews header .productReview-rating {
  grid-row: 1/2;
  grid-column: 2/3; }

.productReviews header .productReview-author {
  grid-row: 2/3;
  grid-column: 1/4; }

.productReviews .productReview-body {
  padding: 0;
  border: 0; }

@media (max-width: 800px) {
  .productReviews .button._writeReview {
    width: 100%;
    display: block; } }

@media (min-width: 801px) {
  .productReviews .button._writeReview {
    min-width: 350px; } }

.productReview-title {
  line-height: 1.5; }

@media (max-width: 800px) {
  .productReview-title {
    font-size: 1rem; } }

@media (min-width: 801px) {
  .productReview-title {
    font-size: 18px; } }

@media (max-width: 800px) {
  .productReview-author {
    font-size: 14px; } }

@media (max-width: 800px) {
  .productReview-body {
    font-size: 14px; } }

.productReview-rating {
  line-height: 1.5; }

.productReview-rating.rating--small .icon {
  width: 14px;
  height: 14px; }

@media (max-width: 800px) {
  .productView-productTabs .tab-content, .productView-productTabs .tab-content.has-jsContent.is-active {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem; } }

@media (min-width: 801px) {
  .productView-productTabs {
    border-top: 1px solid #ddd;
    padding-top: 1.5rem; }
  .productView-productTabs .tabs {
    display: none; }
  .productView-productTabs .tab-content {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
    padding: 1.5rem 0; }
  .productView-productTabs .page-heading {
    display: block !important;
    border: 0;
    text-align: left;
    text-transform: none;
    font-size: 28px;
    padding: 0;
    margin-bottom: .75rem; }
  .productView-productTabs .page-heading::after {
    display: none; }
  .productView-productTabs .slick-track {
    margin-left: 0; } }

.yotpo-icon-empty-star, .yotpo-icon-half-star, .yotpo-icon-star {
  color: #d14343 !important; }

.yotpo .yotpo-icon-empty-star, .yotpo .yotpo-icon-half-star, .yotpo .yotpo-icon-star {
  margin-left: 2px;
  margin-right: 2px; }

.productView-rating .yotpo-icon-empty-star, .productView-rating .yotpo-icon-half-star, .productView-rating .yotpo-icon-star {
  font-size: 1rem !important; }

@media (min-width: 801px) {
  .productView-rating .yotpo-icon-empty-star, .productView-rating .yotpo-icon-half-star, .productView-rating .yotpo-icon-star {
    font-size: 1.5rem !important; } }

.card-text--rating .yotpo-icon-empty-star, .card-text--rating .yotpo-icon-half-star, .card-text--rating .yotpo-icon-star {
  font-size: 1rem !important; }

@media (min-width: 801px) {
  .card-text--rating .yotpo-icon-empty-star, .card-text--rating .yotpo-icon-half-star, .card-text--rating .yotpo-icon-star {
    font-size: 1.375rem !important; } }

.productView .yotpo-stars {
  margin-right: .75rem; }

.productView .yotpo-bottomline .text-m {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070 !important;
  font-size: 1rem;
  font-family: Poppins,Arial,Helvetica,sans-serif; }

.productView-rating .yotpo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.yotpo + .productView-reviewLink {
  color: #707070;
  font-size: 1rem;
  text-decoration: none; }

.yotpo + .productView-reviewLink::before {
  content: "|";
  padding-right: .75rem; }

.yotpo + .productView-reviewLink:focus, .yotpo + .productView-reviewLink:hover {
  color: #000; }

.yotpo .promoted-products-box {
  overflow: visible !important; }

.yotpo .promoted-products-box .yotpo-page-element {
  font-size: 30px !important; }

.yotpo .promoted-products-box .yotpo-icon-left-arrow::before {
  display: block !important;
  content: "" !important;
  width: 40px !important;
  height: 60px !important;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2221px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2021%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22product-page%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22product_page_desktop%22%20transform%3D%22translate%28-379.000000%2C%20-943.000000%29%22%20fill%3D%22%231A1A1A%22%3E%3Cg%20id%3D%2202-Icons-%2F-24x24-%2F-ic24-arrow-left%22%20transform%3D%22translate%28371.000000%2C%20932.000000%29%22%3E%3Cpath%20d%3D%22M17.2902954%2C11.3871006%20L17.2071068%2C11.2928932%20C16.8466228%2C10.9324093%2016.2793918%2C10.9046797%2015.8871006%2C11.2097046%20L15.7928932%2C11.2928932%20L8.79289322%2C18.2928932%20L8.7514958%2C18.336853%20L8.7514958%2C18.336853%20L8.69633458%2C18.4046934%20L8.69633458%2C18.4046934%20L8.62467117%2C18.5159379%20L8.62467117%2C18.5159379%20L8.57122549%2C18.628664%20L8.57122549%2C18.628664%20L8.53584514%2C18.734007%20L8.53584514%2C18.734007%20L8.50690716%2C18.8819045%20L8.50690716%2C18.8819045%20L8.5%2C19%20L8.50278786%2C19.0752385%20L8.50278786%2C19.0752385%20L8.52024007%2C19.2007258%20L8.52024007%2C19.2007258%20L8.54973809%2C19.3121425%20L8.54973809%2C19.3121425%20L8.59367336%2C19.4232215%20L8.59367336%2C19.4232215%20L8.64599545%2C19.5207088%20L8.64599545%2C19.5207088%20L8.71968877%2C19.625449%20L8.71968877%2C19.625449%20L8.79289322%2C19.7071068%20L15.7928932%2C26.7071068%20C16.1834175%2C27.0976311%2016.8165825%2C27.0976311%2017.2071068%2C26.7071068%20C17.5675907%2C26.3466228%2017.5953203%2C25.7793918%2017.2902954%2C25.3871006%20L17.2071068%2C25.2928932%20L11.916%2C20%20L27.5%2C20%20C28.0522847%2C20%2028.5%2C19.5522847%2028.5%2C19%20C28.5%2C18.4477153%2028.0522847%2C18%2027.5%2C18%20L11.914%2C18%20L17.2071068%2C12.7071068%20C17.5675907%2C12.3466228%2017.5953203%2C11.7793918%2017.2902954%2C11.3871006%20L17.2071068%2C11.2928932%20L17.2902954%2C11.3871006%20Z%22%20id%3D%22Icon-Color%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center no-repeat; }

@media (min-width: 1261px) {
  .yotpo .promoted-products-box .yotpo-icon-left-arrow {
    left: -50px !important; } }

.yotpo .promoted-products-box .yotpo-icon-right-arrow::before {
  display: block !important;
  content: "" !important;
  width: 40px !important;
  height: 60px !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2020%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22product-page%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22product_page_desktop%22%20transform%3D%22translate%28-923.000000%2C%20-943.000000%29%22%20fill%3D%22%231A1A1A%22%3E%3Cg%20id%3D%2202-Icons-%2F-24x24-%2F-ic24-arrow-left%22%20transform%3D%22translate%28933.000000%2C%20951.000000%29%20scale%28-1%2C%201%29%20translate%28-933.000000%2C%20-951.000000%29%20translate%28914.000000%2C%20932.000000%29%22%3E%3Cpath%20d%3D%22M17.7902954%2C11.3871006%20L17.7071068%2C11.2928932%20C17.3466228%2C10.9324093%2016.7793918%2C10.9046797%2016.3871006%2C11.2097046%20L16.2928932%2C11.2928932%20L9.29289322%2C18.2928932%20L9.2514958%2C18.336853%20L9.2514958%2C18.336853%20L9.19633458%2C18.4046934%20L9.19633458%2C18.4046934%20L9.12467117%2C18.5159379%20L9.12467117%2C18.5159379%20L9.07122549%2C18.628664%20L9.07122549%2C18.628664%20L9.03584514%2C18.734007%20L9.03584514%2C18.734007%20L9.00690716%2C18.8819045%20L9.00690716%2C18.8819045%20L9%2C19%20L9.00278786%2C19.0752385%20L9.00278786%2C19.0752385%20L9.02024007%2C19.2007258%20L9.02024007%2C19.2007258%20L9.04973809%2C19.3121425%20L9.04973809%2C19.3121425%20L9.09367336%2C19.4232215%20L9.09367336%2C19.4232215%20L9.14599545%2C19.5207088%20L9.14599545%2C19.5207088%20L9.21968877%2C19.625449%20L9.21968877%2C19.625449%20L9.29289322%2C19.7071068%20L16.2928932%2C26.7071068%20C16.6834175%2C27.0976311%2017.3165825%2C27.0976311%2017.7071068%2C26.7071068%20C18.0675907%2C26.3466228%2018.0953203%2C25.7793918%2017.7902954%2C25.3871006%20L17.7071068%2C25.2928932%20L12.416%2C20%20L28%2C20%20C28.5522847%2C20%2029%2C19.5522847%2029%2C19%20C29%2C18.4477153%2028.5522847%2C18%2028%2C18%20L12.414%2C18%20L17.7071068%2C12.7071068%20C18.0675907%2C12.3466228%2018.0953203%2C11.7793918%2017.7902954%2C11.3871006%20L17.7071068%2C11.2928932%20L17.7902954%2C11.3871006%20Z%22%20id%3D%22Icon-Color%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center no-repeat; }

@media (min-width: 1261px) {
  .yotpo .promoted-products-box .yotpo-icon-right-arrow {
    right: -50px !important; } }

.yotpo-main-title {
  color: #000 !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  margin-bottom: 0 !important; }

@media (max-width: 800px) {
  .yotpo-main-title {
    font-size: 28px !important; } }

@media (min-width: 801px) {
  .yotpo-main-title {
    font-size: 33.6px !important; } }

.yotpo-product-name {
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  color: #1a1a1a !important;
  margin-bottom: 0.375rem !important;
  height: auto !important;
  max-height: none !important;
  white-space: normal !important;
  line-height: 1.25 !important; }

@media (max-width: 800px) {
  .yotpo-product-name {
    height: 60px !important; } }

@media (min-width: 801px) {
  .yotpo-product-name {
    font-size: 20px !important;
    height: 75px !important; } }

@media (min-width: 1261px) {
  .yotpo-promoted-products {
    margin: 0 !important; } }

.yotpo-promoted-product {
  text-align: center !important; }

.yotpo-promoted-product .reviews-count {
  display: none !important; }

.yotpo-promoted-product .yotpo-review-stars {
  float: none !important; }

.yotpo-promoted-product .yotpo-icon {
  font-size: 20px !important; }

.card-text--rating .yotpo-display-wrapper {
  display: inline-block !important; }

.card-text--rating .yotpo-bottomline {
  float: none !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.mode-1 .card-text--rating .yotpo-bottomline {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.card-text--rating .yotpo-bottomline .text-m {
  display: none !important; }

.beautify__anpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem; }

.beautify__anpost ._text {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid #ddd; }

@media (min-width: 801px) {
  .beautify__anpost ._text {
    max-width: 310px; } }

#modal-bulk-pricing .modal-header-title, #modal-review-form .modal-header-title {
  font-size: 20px; }

#modal-bulk-pricing .modal-close, #modal-review-form .modal-close {
  height: 2.5rem;
  width: 2.5rem;
  margin-top: .1875rem;
  margin-right: .1875rem; }

@media (min-width: 801px) {
  #modal-bulk-pricing .modal-close, #modal-review-form .modal-close {
    margin-top: .5rem;
    margin-right: .5rem; } }

.page-sidebar + .page-content .papathemes-section-inner {
  position: relative; }

@media (min-width: 801px) {
  .page-sidebar + .page-content .papathemes-section-inner .beautify__page-heading + .productCarousel {
    position: static; }
  .page-sidebar + .page-content .papathemes-section-inner .beautify__page-heading + .productCarousel .slick-arrow {
    top: -.75rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .page-sidebar + .page-content .papathemes-section-inner .beautify__page-heading + .productCarousel .slick-prev {
    left: auto;
    right: 2.5rem; }
  .page-sidebar + .page-content .papathemes-section-inner .beautify__page-heading + .productCarousel .slick-next {
    right: -.75rem; } }

@media (max-width: 800px) {
  .supermarket-pageType--category .breadcrumbs {
    padding-bottom: .75rem; } }

@media (max-width: 800px) {
  .supermarket-pageType--category .h1.page-heading, .supermarket-pageType--category h1.page-heading {
    display: none; } }

@media (max-width: 800px) {
  .beautify__filters {
    background-color: #fff;
    position: absolute;
    width: 320px;
    height: 100%;
    max-width: calc(100% - 50px);
    position: fixed;
    top: 0;
    left: -320px;
    overflow: hidden;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    -webkit-transition: left .2s ease,.2s visibility .1s;
    transition: left .2s ease,.2s visibility .1s; }
  .beautify__filters:not(.is-open) .is-open {
    visibility: hidden; }
  .beautify__filters > ._header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0 .75rem; }
  .beautify__filters > ._header ._heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase; }
  .beautify__filters > ._header .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    height: 2.25rem;
    width: 2.25rem;
    margin-top: -4px; }
  .beautify__filters > ._body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    padding: .75rem 0; }
  .beautify__filters.is-open {
    left: 0;
    visibility: visible;
    -webkit-transition: left .2s ease;
    transition: left .2s ease; }
  .beautify__filters.is-open > ._body {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .beautify__filters.is-open > ._body::-webkit-scrollbar {
    display: none; } }

@media (min-width: 801px) {
  .beautify__filters > ._header {
    display: none; } }

.sidebarBlock-heading {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  text-decoration: none;
  color: #000;
  margin-bottom: .5rem; }

.sidebarBlock-heading[data-collapsible] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .75rem;
  margin-bottom: .75rem;
  border-bottom: 1px solid #ddd;
  cursor: pointer; }

.sidebarBlock-heading .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin: auto 0 auto auto; }

.sidebarBlock-heading.is-open .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.beautify__navList {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  margin-left: 0;
  visibility: hidden; }

.beautify__navList.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible; }

.navList-actions-inline {
  min-height: 2.5rem; }

.navList-actions-inline .navList-action {
  display: inline-block;
  margin-right: .75rem; }

.navList-action {
  padding: .5rem 0;
  color: #1a1a1a; }

.navList-action:hover {
  color: #000;
  text-decoration: underline; }

.navList-action--checkbox {
  padding-left: 2.25rem; }

.navList-action--checkbox::after, .navList-action--checkbox::before {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -.75rem; }

.navList-action--checkbox.is-selected::before {
  background-color: #000; }

.navList-action--checkbox.is-selected::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='white' /%3E%3C/svg%3E"); }

.facetedSearch:not([data-beautify-faceted-shop-by-price]) .beautify__shopByPrice-slider {
  display: none; }

.facetedSearch:not([data-beautify-faceted-shop-by-price]) .navList-actions-inline {
  display: none; }

.facetedSearch .sidebarBlock-heading {
  font-size: 1.375rem;
  margin-bottom: .75rem; }

.facetedSearch a {
  text-decoration: none; }

.facetedSearch ._accordion-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: .75rem;
  margin-bottom: .75rem; }

.facetedSearch ._accordion-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: none;
  margin: 0; }

.facetedSearch ._accordion-navigation-actions {
  margin: auto 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.facetedSearch ._accordion-navigation-actions .icon {
  height: 1.375rem;
  width: 1.375rem; }

.facetedSearch ._accordion-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear; }

.facetedSearch ._accordion-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.5rem; }

.facetedSearch .navList {
  margin-bottom: 0; }

.facetedSearch-refineFilters {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem; }

.facetLabel {
  color: #1a1a1a;
  font-size: 14px; }

.facetLabel:focus, .facetLabel:hover {
  color: #000; }

.facetedSearch-clearLink ~ .icon {
  margin-left: .75rem; }

#facet-range-form {
  margin-bottom: .5rem; }

.papathemes-productsFilter .actionBar-section--productsPerPage {
  display: none; }

.papathemes-productsFilter .form-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }

.papathemes-productsFilter .form-field {
  margin: 0; }

.papathemes-productsFilter .form-select {
  height: 2.5rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-right: 2.25rem;
  background-position-y: 7px; }

@media (min-width: 801px) {
  .papathemes-productsFilter .form-select {
    font-size: 14px; } }

.papathemes-productsFilter .actionBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1.5rem; }

.papathemes-productsFilter .actionBar::after, .papathemes-productsFilter .actionBar::before {
  display: none; }

@media (max-width: 800px) {
  .papathemes-productsFilter .actionBar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .papathemes-productsFilter .actionBar-section--sort {
    width: calc(50% - .375rem); }
  .papathemes-productsFilter .actionBar-section--mode {
    display: none; }
  .papathemes-productsFilter ._filters-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: calc(50% - .375rem);
    line-height: 1;
    border-color: #d14343;
    color: #d14343; }
  .papathemes-productsFilter ._filters-toggle:focus, .papathemes-productsFilter ._filters-toggle:hover {
    border-color: #91268d;
    color: #91268d; } }

@media (min-width: 801px) {
  .papathemes-productsFilter .actionBar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .papathemes-productsFilter .actionBar-section--mode .form-label {
    display: none; }
  .papathemes-productsFilter .actionBar-section--mode .form-option {
    color: #707070; }
  .papathemes-productsFilter .actionBar-section--mode .form-radio:checked + .form-option {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .papathemes-productsFilter ._filters-toggle {
    display: none; }
  .papathemes-productsFilter .form-option {
    margin: 0 .375rem 0 0;
    min-width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .papathemes-productsFilter .form-option-variant {
    padding: 0;
    line-height: 1;
    font-size: 0;
    display: inline; }
  .papathemes-productsFilter .form-option-variant .fa {
    font-size: 22px; } }

.beautify__category-banner {
  text-align: center; }

#shopByPrice-navList form {
  margin-bottom: .5rem; }

.beautify__shopByPrice-slider {
  margin: 1.5rem .6em;
  min-height: 13px; }

.beautify__shopByPrice-horizontal {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  white-space: nowrap;
  display: grid;
  grid-template-columns: -webkit-max-content auto -webkit-max-content;
  grid-template-columns: max-content auto max-content; }

.beautify__shopByPrice-horizontal:after, .beautify__shopByPrice-horizontal:before {
  content: " ";
  display: table; }

.beautify__shopByPrice-horizontal:after {
  clear: both; }

.beautify__shopByPrice-horizontal .form-label {
  display: inline-block;
  margin-right: 1rem;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: .375rem; }

.beautify__shopByPrice-horizontal .beautify__shopByPrice-slider {
  width: 200px;
  margin: .375rem 0 0;
  grid-column: 1/3;
  grid-row: 2/3; }

.beautify__shopByPrice-horizontal .form-fieldset {
  grid-column: 3/4;
  grid-row: 2/3; }

.beautify__shopByPrice-horizontal ._actions {
  grid-column: 2/4;
  grid-row: 1/2;
  text-align: right;
  margin-bottom: .375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.beautify__shopByPrice-horizontal ._action {
  padding: 0;
  margin-left: .75rem;
  font-size: 14px;
  line-height: inherit;
  color: #000;
  text-decoration: none; }

.beautify__shopByPrice-horizontal ._action:focus, .beautify__shopByPrice-horizontal ._action:hover {
  color: #d14343;
  text-decoration: underline; }

.beautify__shopByPrice-horizontal .form-minMaxRow {
  margin-left: .375rem; }

.beautify__shopByPrice-horizontal .form-minMaxRow .form-field {
  width: auto;
  margin: 0 0 0 .375rem; }

.beautify__shopByPrice-horizontal .form-minMaxRow ._currency {
  font-size: 12px; }

.beautify__shopByPrice-horizontal input[data-input-max], .beautify__shopByPrice-horizontal input[data-input-min] {
  width: 2.25rem;
  height: 1.5rem;
  font-size: 12px; }

.categoryPage-searchInCategory-form {
  display: none;
  margin-bottom: .75rem; }

@media (min-width: 801px) {
  .categoryPage-searchInCategory-form {
    display: block;
    margin-bottom: 1.5rem; } }

.categoryPage-searchInCategory-form .form-field {
  border-radius: 4px; }

.categoryPage-searchInCategory-form .form-input {
  height: 2.5rem;
  font-size: 14px; }

.categoryPage-searchInCategory-form .button {
  height: 2.5rem;
  padding: .5rem .75rem; }

.categoryPage-searchInCategory-form.loading .form-field::after {
  width: 1.5rem;
  height: 1.5rem; }

.categoryPage-searchInCategory-form--sidebar {
  display: block; }

.beautify-subcategories-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0 -.375rem 1.5rem;
  scrollbar-width: thin; }

.beautify-subcategories-grid::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.beautify-subcategories-grid::-webkit-scrollbar-track {
  background-color: #e8e8e8; }

.beautify-subcategories-grid::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
  border-radius: 4px; }

@media (min-width: 801px) {
  .beautify-subcategories-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    margin-bottom: .75rem; } }

.beautify-subcategories-grid-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40%;
  max-width: 14.5rem;
  padding: 0 .375rem; }

@media (min-width: 551px) {
  .beautify-subcategories-grid-item {
    width: 30%; } }

@media (min-width: 801px) {
  .beautify-subcategories-grid-item {
    width: 25%;
    margin-bottom: 1.5rem; } }

.beautify-subcategories-image {
  display: block;
  padding-bottom: .375rem; }

.beautify-subcategories-image .card-img-container {
  max-width: 244px;
  position: relative; }

.beautify-subcategories-image .card-img-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.beautify-subcategories-image .card-img-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.beautify-subcategories-image .card-img-container ._thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #f2f2f2;
  color: rgba(26, 26, 26, 0.3);
  text-shadow: 1px 1px 0 #fff;
  font-size: 20px; }

.beautify-subcategories-name {
  font-size: 14px;
  text-decoration: none;
  color: #1a1a1a; }

.beautify-subcategories-name:focus, .beautify-subcategories-name:hover {
  color: #d14343; }

@media (min-width: 801px) {
  .supermarket-categoryPage-description {
    margin-top: -.75rem;
    margin-bottom: 2.25rem; } }

@media (max-width: 800px) {
  .login {
    margin-top: 0; } }

.ch__tesimonials {
  background-color: #91268d;
  color: #f8f8f8;
  text-align: center; }

.ch__tesimonials .page-heading {
  color: inherit;
  margin-bottom: 1.5rem; }

.ch__tesimonials ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0; }

.ch__tesimonials ._list::-webkit-scrollbar {
  display: none; }

.ch__tesimonials ._list.slick-initialized {
  overflow: visible; }

.ch__tesimonials ._item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

.ch__tesimonials ._text {
  font-family: Poppins,Arial,Helvetica,sans-serif;
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 0 auto 1.5rem;
  max-width: 700px; }

.ch__tesimonials ._author {
  font-size: 1.125rem;
  margin: 0 auto 1.5rem;
  max-width: 700px; }

.ch__tesimonials .slick-dots li button {
  border-color: #f8f8f8; }

.ch__tesimonials .slick-dots li button::before {
  background-color: #f8f8f8; }

@media (max-width: 800px) {
  .ch__tesimonials {
    padding: 3rem 0 4.5rem; }
  .ch__tesimonials .slick-arrow {
    display: none !important; } }

@media (min-width: 801px) {
  .ch__tesimonials {
    padding: 4.5rem 0 6rem; }
  .ch__tesimonials .page-heading {
    margin-bottom: 2.25rem; }
  .ch__tesimonials ._text {
    font-size: 1.5rem; }
  .ch__tesimonials ._author {
    margin-bottom: 0; }
  .ch__tesimonials .slick-dots {
    display: none !important; }
  .ch__tesimonials .slick-next, .ch__tesimonials .slick-prev {
    top: calc(50% - 50px); }
  .ch__tesimonials .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='%23009FB0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .ch__tesimonials .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='rgba(0,0,0,.2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .ch__tesimonials .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='%23009FB0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .ch__tesimonials .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='rgba(0,0,0,.2)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); } }

.ch__awards, .ch__ourValuedClients {
  text-align: center;
  padding: 3rem 0; }

.ch__awards .page-heading, .ch__ourValuedClients .page-heading {
  margin-bottom: 1.5rem; }

.ch__awards .page-subheading, .ch__ourValuedClients .page-subheading {
  line-height: 1.8;
  opacity: .8;
  margin-bottom: 1.5rem; }

.ch__awards ._list, .ch__ourValuedClients ._list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -.75rem 3rem; }

.ch__awards ._list::-webkit-scrollbar, .ch__ourValuedClients ._list::-webkit-scrollbar {
  display: none; }

.ch__awards ._list.slick-initialized, .ch__ourValuedClients ._list.slick-initialized {
  display: block;
  overflow: visible; }

.ch__awards ._item, .ch__ourValuedClients ._item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 .75rem; }

.ch__awards .slick-dots, .ch__ourValuedClients .slick-dots {
  bottom: -3.75rem; }

@media (min-width: 801px) {
  .ch__awards, .ch__ourValuedClients {
    padding: 6rem 0 7.5rem; }
  .ch__awards .page-subheading, .ch__ourValuedClients .page-subheading {
    max-width: 650px;
    margin: 0 auto 3rem; }
  .ch__awards .slick-dots, .ch__ourValuedClients .slick-dots {
    bottom: -4.5rem; } }

@media (min-width: 801px) {
  .ch__awards .slick-dots {
    display: none; } }

.ch__contactForm {
  background-color: rgba(209, 67, 67, 0.05);
  padding: 3rem 0; }

.ch__contactForm .page-heading {
  margin: 0 0 1.5rem; }

.ch__contactForm a[href^="tel:"] {
  text-decoration: none; }

.ch__contactForm a .icon {
  stroke: black; }

.ch__contactForm a:focus .icon, .ch__contactForm a:hover .icon {
  stroke: #d14343;
  fill: #d14343; }

.ch__contactForm .form br {
  display: none; }

.ch__contactForm .form-field {
  margin-bottom: 1.5rem; }

.ch__contactForm .form-label {
  display: none; }

.ch__contactForm .form-input {
  background-color: transparent;
  border-color: #e8e8e8; }

.ch__contactForm .form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.ch__contactForm .form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.ch__contactForm .form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.ch__contactForm .form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.ch__contactForm .form-input::placeholder {
  color: rgba(0, 0, 0, 0.6); }

.ch__contactForm input.form-input {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0; }

.ch__contactForm ._map {
  margin-bottom: 1.5rem; }

.ch__contactForm ._contactList {
  list-style: none;
  color: #000;
  font-size: .9375rem; }

.ch__contactForm ._contactList-item {
  padding-left: 40px;
  margin-bottom: .75rem; }

.ch__contactForm ._contactList-item .icon {
  float: left;
  margin-left: -40px;
  height: 1.5rem;
  width: 1.5rem;
  stroke: black;
  fill: black; }

@media (min-width: 801px) {
  .ch__contactForm {
    padding: 6rem 0; }
  .ch__contactForm .page-heading {
    margin-bottom: 6rem; }
  .ch__contactForm ._body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -.75rem; }
  .ch__contactForm ._formContainer {
    width: 50%;
    padding: 0 .75rem; }
  .ch__contactForm ._info {
    width: 50%;
    padding: 0 .75rem; }
  .ch__contactForm .form-actions {
    text-align: left; } }

.blog {
  line-height: 1.8; }

.brandGrid .brand {
  padding: .375rem; }

@media (min-width: 801px) {
  .brandGrid .brand {
    padding: .75rem; } }

.brandGrid .brand .card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: .75rem;
  margin: 0;
  grid-template-rows: -webkit-min-content auto;
  grid-template-rows: min-content auto; }

.brandGrid .brand .card-body {
  display: block; }

.cart-item-brand {
  color: #d14343;
  font-weight: 600; }

.cart-item {
  padding-left: 0; }

.cart-item-figure {
  width: 80px; }

.cart-item-image-container {
  display: block;
  position: relative;
  width: 100%; }

.cart-item-image-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.cart-item-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.cart-item-name {
  font-size: 1rem;
  font-weight: 400; }

.cart-item-name a {
  color: inherit; }

.cart-item-name a:focus, .cart-item-name a:hover {
  color: #000; }

.cart-item-option-title {
  font-weight: 600; }

.cart-remove {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  margin: 0; }

.cart-remove .fa {
  display: block;
  font-size: 20px; }

.beautify__cart {
  margin-bottom: .75rem;
  font-size: 14px; }

.beautify__cart .beautify__productView-4icons {
  border-top: 1px solid #ddd;
  padding-top: .375rem; }

.cart-totalsWrapper {
  padding: .5rem .75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1.5rem; }

.cart-totals {
  font-size: 1rem;
  margin: 0; }

.cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0; }

.cart-total::after, .cart-total::before {
  display: none; }

.cart-total--grandTotal {
  border-top: 1px solid #ddd; }

.cart-total--grandTotal .cart-total-label {
  font-size: 20px; }

.cart-total-label {
  width: auto;
  padding: 0 .75rem 0 0;
  text-align: left; }

.cart-total-label._coupon-code-input, .cart-total-label._gift-certificate-input, .cart-total-label._shipping-estimate {
  width: 100%;
  padding-right: 0; }

.cart-total-value {
  width: auto;
  padding: 0 0 0 .75rem;
  text-align: right;
  font-weight: inherit; }

.cart-total-grandTotal {
  font-size: 20px;
  font-weight: 700; }

.cart-form, .estimator-form {
  width: 100%;
  margin: .75rem 0 0; }

.estimator-form dl {
  margin: 0; }

.cart-actions .button {
  padding: 1.25rem 3rem; }

.cart-additionalCheckoutButtons {
  text-align: center;
  margin-bottom: 1rem; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 0; }

.cart-additionalCheckoutButtons .FloatRight {
  margin-bottom: .75rem; }

.cart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: none;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  vertical-align: middle; }

.cart-additionalCheckoutButtons .FloatRight div .paypal-buttons-layout-vertical {
  width: 100% !important; }

.cart-additionalCheckoutButtons .GooglePayCheckout button {
  margin: 0; }

.GooglePayCheckout button.gpay-button {
  width: 100% !important; }

.shipping-estimator .shipping-quotes {
  font-size: 14px; }

.shipping-estimator .shipping-quotes ul {
  margin: 0; }

.shipping-estimator .shipping-quotes .estimator-form--default {
  font-size: 1rem; }

@media (max-width: 800px) {
  .cart-item:after, .cart-item:before {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  .cart-item-figure {
    float: left;
    margin-bottom: 0; }
  .cart-item-title {
    display: block;
    height: auto;
    padding-left: 0;
    margin-left: 100px; }
  .cart-item-total {
    font-size: 18px;
    text-align: left;
    padding-left: 20px; }
  .cart-item-info {
    display: none; }
  .cart-item-info .cart-item-label {
    display: none; }
  .cart-item-info .cart-item-value {
    padding: 0;
    line-height: 45px; }
  .cart-item-edit, .cart-item-quantity, .cart-item-total {
    display: block;
    float: left;
    clear: none; }
  .cart-item-quantity {
    width: 100px;
    clear: both; }
  .cart-item-quantity .form-increment {
    margin: 0; }
  .cart-item-total {
    width: calc(100% - 180px); }
  .cart-item-edit {
    width: 80px;
    text-align: right; }
  .cart-total--grandTotal {
    margin-top: .75rem;
    padding-top: .75rem; } }

@media (min-width: 551px) {
  .cart-totals {
    width: 100%;
    float: none; }
  .cart-actions {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 1rem; } }

@media (min-width: 801px) {
  .supermarket-pageType--cart .page .page-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem; }
  .beautify__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem; }
  .beautify__cart > ._left {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-right: 1.5rem; }
  .beautify__cart > ._right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    margin-left: 1.5rem;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content; }
  .beautify__cart > ._right .cart-totalsWrapper {
    grid-row: 3; }
  .beautify__cart > ._right .cart-actions {
    grid-row: 1; }
  .beautify__cart > ._right .cart-additionalCheckoutButtons {
    grid-row: 2; }
  .beautify__cart > ._right [data-content-region=cart_below_checkout_button] {
    grid-row: 5; }
  .beautify__cart > ._right [data-content-region=cart_below_totals] {
    grid-row: 4; }
  .cart-item-figure {
    padding: .375rem 0; }
  .cart-header-price, .cart-header-total, .cart-item-price, .cart-item-total {
    text-align: center; }
  .cart-header {
    display: none; }
  .cart-list {
    border-top: 0; }
  .cart-item-price {
    display: none; }
  .cart-totalsWrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .cart-total {
    padding-top: .75rem;
    padding-bottom: .75rem; } }

.beautify__cart-couponMsg {
  font-weight: 700; }

@media (max-width: 800px) {
  .beautify__cart-couponMsg {
    font-size: 20px; } }

@media (min-width: 801px) {
  .beautify__cart-couponMsg {
    font-size: 24px; } }

.cart-emptyText {
  margin-bottom: 3rem; }

.advancedSearch-form .sidebarBlock-heading {
  display: none;
  padding-bottom: 0;
  border-bottom: 0; }

.advancedSearch-form .sidebarBlock-heading::after {
  display: none; }

.advancedSearch-form .accordion {
  border: 0; }

.advancedSearch-form .accordion-navigation {
  border: 0; }

.advancedSearch-form .accordion-navigation .accordion-title {
  padding: 0 20px 0 0; }

.advancedSearch-form .accordion-navigation-actions {
  top: 0;
  right: 0; }

.advancedSearch-form .accordion-title {
  margin-bottom: .75rem;
  font-size: 1rem; }

.advancedSearch-form .accordion-content {
  padding: 0;
  margin-bottom: 1.5rem; }

.advancedSearch-form .form-field-group {
  margin-bottom: .75rem;
  padding: .75rem;
  overflow: auto; }

.advancedSearch-form .search-price-range label {
  display: inline-block;
  width: 100px; }

.advancedSearch-form .search-price-range label + label {
  margin-left: .375rem; }

.advancedSearch-form .search-price-range label span {
  padding: 0; }

.advancedSearch-form .form-label {
  font-size: 14px; }

.advancedSearch-form .form-checkbox + .form-label, .advancedSearch-form .form-radio + .form-label {
  font-size: 14px; }

.advancedSearch-form #advancedSearch-content--setting .form-field {
  margin-bottom: .75rem; }

.advancedSearch-form #advancedSearch-content--setting .form-field:last-child {
  margin-bottom: 0; }

.advancedSearch-form .form-actions .button {
  width: 100%; }

@media (max-width: 800px) {
  .supermarket-pageType--account .body {
    margin-bottom: 3rem; } }

@media (min-width: 801px) {
  .supermarket-pageType--account .body {
    margin-bottom: 4.5rem; } }

@media (max-width: 800px) {
  .account {
    margin-bottom: 3rem; } }

@media (min-width: 801px) {
  .account {
    margin-bottom: 4.5rem; } }

.supermarket-pageType--account .account {
  margin-bottom: 0; }

.account .form-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  overflow: hidden; }

.account .form-row .form-row {
  margin-left: -.75rem;
  margin-right: -.75rem; }

@media (min-width: 801px) {
  .beautify__orderDetails {
    display: grid;
    grid-template-columns: 66.6666% 33.3333%; } }

@media (min-width: 801px) {
  .beautify__orderDetails-main {
    grid-column: 1;
    padding-right: 1.5rem; } }

.beautify__orderDetails-main .account-orderTotal {
  float: none;
  width: 100%; }

@media (min-width: 801px) {
  .beautify__orderDetails-sidebar {
    grid-column: 2;
    padding-left: 1.5rem; } }

.account-orderTotal {
  font-weight: 600; }

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

.navBar--sub {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 .75rem; }

.navBar--sub .navBar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.navBar--sub .navBar-item {
  border-right: 1px solid #ddd;
  margin: 0; }

.navBar--sub .navBar-item.is-active {
  padding: .75rem;
  border-bottom: 0; }

.navBar--sub .navBar-item.is-active .navBar-action {
  padding: 0; }

@media (max-width: 800px) {
  .navBar--sub .navBar-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #ddd; } }

.navBar--sub .navBar-action {
  padding: .75rem; }

.account-orderStatus-label {
  font-weight: 600;
  text-transform: uppercase; }

.account-product-title {
  font-size: 1rem; }

.account-product-title a:focus {
  outline-offset: -2px !important; }

.button--primary {
  font-family: Roboto;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 65px !important;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0;
  height: 67px !important;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  padding: 0 1.5rem; }

@media screen and (max-width: 800px) {
  .button--primary {
    font-size: 18px;
    line-height: 52px;
    height: 52px; } }

.header {
  background: -webkit-gradient(linear, left bottom, left top, from(#3c3c3c), to(#000));
  background: linear-gradient(0deg, #3c3c3c 0, #000 100%); }

.header .element__topHeader {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%); }

.header .element__topHeader ._announce {
  padding: 0; }

.header .element__topHeader .container {
  max-width: 1921px;
  width: 100%; }

.header .element__topHeader [data-content-region=header_navigation_bottom--global] {
  padding: 14px 20px 10px; }

.header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0; }

.header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p a {
  font-weight: 500; }

.header .element__topHeader [data-content-region=header_navigation_bottom--global] .mobile_only {
  display: none; }

.header .main-header {
  padding: 51px 100px 19px; }

.header .main-header .container {
  max-width: 1921px;
  width: 100%;
  padding: 0; }

.header .main-header .container .header-logo {
  max-width: 208px;
  margin-right: 86px; }

.header .main-header ._searchBar .quick-search .form-input {
  height: 67px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 0 24px 0 73px;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 300;
  line-height: 35px;
  font-style: italic;
  text-align: left;
  color: #aaa; }

.header .main-header ._searchBar .quick-search ._searchIcon {
  height: 67px;
  width: 73px;
  padding: 0 24px 0 27px;
  fill: #000000; }

.header .main-header .navUser-section .navUser-item .navUser-action {
  /*font-family: Roboto;*/
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-left: 41px;
  padding: 0;
  height: 59px;
  width: 45px; }

.header .main-header .navUser-section .navUser-item .navUser-action .icon {
  fill: #fff; }

.header .main-header .navUser-section .navUser-item.navUser-item--recentlyViewed {
  display: none; }

.header .main-header .navUser-section .navUser-item.navUser-item--account .navUser-action {
  margin: 0; }

.header #menu {
  background: 0 0; }

.header #menu .navPages .navPages-list {
  width: 100%;
  text-align: center; }

.header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
  padding: 27px 16px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #fff; }

.header.sticky-header-loaded {
  position: unset !important;
  top: 0 !important; }

.header.sticky-header-loaded._shadow {
  position: unset; }

.stickyHeader-placeholder {
  display: none; }

@media (min-width: 801px) {
  .navPages-action-toggle-desktop {
    top: 50%;
    right: 10px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navPages-action-toggle-desktop .icon {
    fill: #fff; } }

@media screen and (max-width: 1580px) {
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p {
    font-size: 20px;
    line-height: 32px; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee strong, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p strong {
    font-size: 20px;
    line-height: 32px; } }

@media screen and (max-width: 1640px) {
  .header .element__topHeader .container {
    padding: 0 30px; }
  .header .element__topHeader [data-content-region=header_navigation_bottom--global] {
    padding-left: 0;
    padding-right: 0; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p {
    font-size: 18px;
    line-height: 36px; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee strong, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p strong {
    font-size: 18px;
    line-height: 36px; }
  .header .main-header {
    padding: 40px 70px 16px; }
  .header #menu > .container {
    padding: 0 30px; }
  .header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
    padding: 20px;
    font-size: 20px;
    line-height: 32px; } }

@media screen and (max-width: 1380px) {
  .header .main-header {
    padding: 40px 50px 16px; }
  [data-sub-layout-container="38b1a5a5-247b-4d3c-8cfc-a2c7272100f6"] {
    padding: 50px 50px; }
  .main [data-content-region="home_below_top_products"] {
    padding: 50px 50px; } }

@media screen and (max-width: 1280px) {
  .header .element__topHeader [data-content-region=header_navigation_bottom--global] {
    padding: 10px 0 10px; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p {
    font-size: 16px;
    line-height: 32px; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee strong, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p strong {
    font-size: 16px;
    line-height: 32px; }
  .header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
    padding: 15px;
    font-size: 16px;
    line-height: 28px; } }

@media screen and (max-width: 1080px) {
  .header .element__topHeader .container {
    padding: 0 10px; }
  .header .main-header {
    padding: 40px 40px 16px; }
  .header .main-header .container .header-logo {
    margin-right: 40px; }
  .header .main-header ._searchBar .quick-search .form-input {
    padding: 0 15px 0 55px;
    height: 55px; }
  .header .main-header ._searchBar .quick-search ._searchIcon {
    height: 55px;
    width: 55px;
    padding: 0 15px 0 20px; }
  .header #menu > .container {
    padding: 0 20px;
    margin-bottom: 10px; }
  .header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 26px; } }

@media screen and (max-width: 800px) {
  .header .element__topHeader [data-content-region=header_navigation_bottom--global] {
    padding: 7px 15px; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p {
    font-size: 15px;
    line-height: 28px; }
  .header .element__topHeader .ticker-item, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] marquee strong, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p a, .header .element__topHeader [data-content-region=header_navigation_bottom--global] p strong {
    font-size: 15px;
    line-height: 28px; }
  .header .element__topHeader [data-content-region=header_navigation_bottom--global] .desktop_only {
    display: none; }
  .header .element__topHeader [data-content-region=header_navigation_bottom--global] .mobile_only {
    display: block; }
  .header .element__topHeader ._announce [data-layout-name] {
    padding: 0; }
  .header .main-header {
    padding: 15px; }
  .header .header ._searchBar {
    margin: 0; }
  .header .main-header .container .header-logo {
    margin-bottom: 15px;
    max-width: calc(100% - 25px); }
  .header .main-header .container .navUser-section {
    margin: 0; }
  .header .main-header .container .navUser-section .navUser-item .navUser-action {
    margin: 0; }
  .header .main-header ._searchBar .quick-search .form-input {
    height: 48px;
    padding: 5px 15px;
    border-radius: 0; }
  .header #menu {
    background: #fff; }
  .header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
    color: #000;
    padding: 1rem .75rem 1rem 0;
    text-align: left;
    line-height: 16px;
    font-weight: 500; }
  .header #menu .beautify__welcome ._action {
    font-size: 16px; } }

@media (max-width: 800px) {
  aside#sidebar-top.page-sidebar {
    display: none; } }

@media (min-width: 801px) {
  ._searchBar {
    display: none; }
  .header #menu .navPages .navPages-list {
    position: relative; }
  .navPage_subMenu_mega_menu {
    position: unset; }
  .navPage_subMenu_mega_menu .navPages-action.has-subMenu {
    position: relative; }
  .navPage_subMenu_mega_menu .navPages-action.has-subMenu .navPages-action-toggle-desktop {
    right: 0; }
  .navPage_mega_menu {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 100%; }
  .navPage_mega_menu .navPage-custom-menu {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin: 0 auto;
    max-width: 1200px;
    max-height: 90vh;
    overflow: auto; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section {
    width: 100%;
    border-left: 1px solid #dbdbdb !important;
    padding: 20px;
    font-family: Roboto; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section:first-child {
    border-left: 0; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenus-title {
    color: #000;
    pointer-events: none;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenu-list {
    grid-template-columns: repeat(4, minmax(-webkit-max-content, 350px));
    grid-template-columns: repeat(4, minmax(max-content, 350px));
    text-align: left;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    grid-column-gap: 20px; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenu-list .navPage-subMenu-item {
    text-align: left;
    padding: 0;
    border: 0; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenu-list .navPage-subMenu-action {
    text-transform: capitalize;
    padding: 5px 0;
    color: #e51b23;
    font-size: 1rem; }
  .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenu-list .navPage-subMenu-action:active, .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenu-list .navPage-subMenu-action:focus, .navPage_mega_menu .navPage-custom-menu .navPage-subMenus-section .navPage-subMenu-list .navPage-subMenu-action:hover {
    color: #e51b23;
    text-decoration: underline;
    background: 0 0; }
  .navPages-action .navPage-subMenu .navPage-subMenu-item {
    padding: 0 20px; }
  .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action {
    font-family: Roboto;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1rem;
    padding: 5px 0;
    text-align: left; }
  .navPage-subMenu .navPage-subMenu-item:hover .navPage-subMenu-action {
    text-decoration: underline; }
  .navPages-item .navPages-action {
    position: relative; }
  .navPages-item .navPages-action.has-subMenu .navPages-action-toggle-desktop {
    right: 0; } }

.beautify__newsletter {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  padding: 43px 100px 33px; }

.beautify__newsletter > ._bgImg {
  display: none; }

.beautify__newsletter .container {
  padding: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1720px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.beautify__newsletter .container .page-heading {
  font-family: Roboto;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  text-transform: none;
  padding-right: 30px;
  -ms-flex-preferred-size: calc(100% - 811px);
  flex-basis: calc(100% - 811px);
  max-width: calc(100% - 811px);
  text-align: center; }

.beautify__newsletter .container .form {
  width: 100%;
  max-width: 811px;
  -ms-flex-preferred-size: 811px;
  flex-basis: 811px; }

.beautify__newsletter .container .form .form-field .form-input {
  max-width: 595px;
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  line-height: 65px;
  font-style: italic;
  text-align: left;
  color: #aaa;
  padding: 0 30px 0; }

.beautify__newsletter .container .form .form-field .form-input::-webkit-input-placeholder {
  text-transform: capitalize; }

.beautify__newsletter .container .form .form-field .form-input::-moz-placeholder {
  text-transform: capitalize; }

.beautify__newsletter .container .form .form-field .form-input:-ms-input-placeholder {
  text-transform: capitalize; }

.beautify__newsletter .container .form .form-field .form-input::-ms-input-placeholder {
  text-transform: capitalize; }

.beautify__newsletter .container .form .form-field .form-input::placeholder {
  text-transform: capitalize; }

.beautify__newsletter .container .form .form-field .button {
  margin-left: 7px;
  border-radius: 10px;
  background: #fff;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 65px;
  height: 67px;
  font-style: normal;
  text-align: center;
  color: #000;
  padding: 0 55px;
  border: 1px solid #c8c8c8;
  text-transform: none; }

.beautify__newsletter.newsletter_embeded > .container {
  display: block; }

.beautify__newsletter.newsletter_embeded > .container .page-heading {
  display: inline-block;
  vertical-align: middle; }

.beautify__newsletter.newsletter_embeded > .container .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 65px;
  height: 67px;
  font-style: normal;
  text-align: center;
  color: #000;
  padding: 0 55px;
  border: 1px solid #c8c8c8;
  text-transform: none; }

.footer {
  background: #000;
  padding: 110px 101px 15px 100px; }

.footer > .container {
  max-width: 1921px;
  padding: 0; }

.footer > .container .footer-info {
  margin: 0;
  padding: 0; }

.footer > .container .footer-info [data-section-type=storeInfo] {
  padding-left: 0;
  width: 34%;
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  min-width: 34%;
  max-width: 34%; }

.footer > .container .footer-info [data-section-type=storeInfo] .footer-info-heading .footer-logo-image-container .footer-logo-image {
  max-width: 208px;
  position: unset; }

.footer > .container .footer-info [data-section-type=storeInfo] .footer-info-heading .footer-logo-image-container::after {
  display: none; }

.footer > .container .footer-info [data-section-type=storeInfo] .footer-info-heading {
  margin-bottom: 59px; }

.footer > .container .footer-info .footer_address_section .footer_address_list {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item {
  color: #fff;
  margin-bottom: 8px; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  color: #fff; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item:last-child {
  margin-bottom: 0px; }

.footer > .container .footer-info .footer-info-details {
  width: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  min-width: 66%;
  max-width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer > .container .footer-info .footer-info-details > .footer-info-col {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  min-width: 33%;
  max-width: 33%; }

.footer > .container .footer-info .footer-info-details > .footer-info-col .footer-info-heading {
  padding-top: 7px; }

.footer > .container .footer-info .footer-info-details > .footer-info-col:first-child {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  min-width: 30%;
  max-width: 30%; }

.footer > .container .footer-info .footer-info-details > .footer-info-col:nth-child(2) {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  min-width: 37%;
  max-width: 37%; }

.footer > .container .footer-info .footer-info-details > .footer-info-col:last-child {
  padding-right: 0; }

.footer > .container .footer-info .footer-info-col {
  margin-bottom: 0; }

.footer > .container .footer-info .footer-info-col.footer-column {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0; }

.footer > .container .footer-info .footer-info-col.footer-column .footer-info-heading {
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
  font-style: normal;
  text-align: left;
  letter-spacing: -.23px;
  color: #fff;
  margin-bottom: 61px; }

.footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li {
  margin-bottom: 0; }

.footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li a {
  color: #fff;
  padding-left: 9px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  font-style: normal;
  text-align: left;
  color: #fff; }

.footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li::before {
  content: '';
  background: url("https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/original/image-manager/arrowleft.png");
  background-size: 100% 100%;
  width: 8px;
  height: 15px;
  display: inline-block;
  vertical-align: middle; }

.footer .footer-copyright {
  background: 0 0; }

.footer .footer-copyright .container {
  display: block;
  text-align: center;
  max-width: 1921px;
  padding-bottom: 0; }

.footer .footer-copyright .container::before {
  display: none; }

.footer .footer-copyright .container .powered-by {
  display: block;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  font-style: normal;
  text-align: center;
  color: #fff; }

.footer .socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer .socialLinks .socialLinks-item {
  margin: 0;
  margin-right: 18px; }

.footer .socialLinks .socialLinks-item:last-child {
  margin-right: 0; }

.footer .socialLinks .icon {
  height: 30px;
  width: auto;
  padding: 0; }

.footer .socialLinks .icon svg {
  fill: #ffffff;
  height: 30px;
  width: 30px; }

#newsletter_popup iframe {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1640px) {
  .beautify__newsletter {
    padding: 43px 80px 33px; }
  .beautify__newsletter .container .page-heading {
    font-size: 30px;
    line-height: 36px;
    max-width: calc(100% - 790px);
    -ms-flex-preferred-size: calc(100% - 790px);
    flex-basis: calc(100% - 790px); }
  .beautify__newsletter .container .form {
    max-width: 790px;
    -ms-flex-preferred-size: 790px;
    flex-basis: 790px; }
  .footer {
    padding: 70px 70px 15px 70px; }
  .footer > .container .footer-info [data-section-type=storeInfo] {
    padding-right: 20px; }
  .footer > .container .footer-info [data-section-type=storeInfo] .footer-info-heading {
    margin-bottom: 40px; }
  .footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .text {
    font-size: 18px;
    line-height: 24px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-heading {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 36px;
    padding-top: 15px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li a {
    font-size: 18px; }
  .footer .footer-copyright .container .powered-by {
    font-size: 18px; } }

@media screen and (max-width: 1450px) {
  .beautify__newsletter {
    padding: 38px 70px 38px; }
  .beautify__newsletter .container {
    display: block; }
  .beautify__newsletter .container .page-heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .beautify__newsletter .container .form {
    width: 100%;
    max-width: 100%; }
  .beautify__newsletter .container .form .form-field {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer {
    padding: 50px 50px 15px 50px; } }

@media screen and (max-width: 1380px) {
  .beautify__newsletter {
    padding: 38px 50px 38px; }
  .footer > .container .footer-info [data-section-type=storeInfo] {
    padding-right: 25px; }
  .footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .text {
    font-size: 16px; }
  .footer > .container .footer-info .footer-info-details > .footer-info-col {
    padding: 0 20px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li a {
    font-size: 16px;
    padding-left: 2px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li::before {
    width: 7px;
    height: 12px; }
  .footer .footer-copyright .container .powered-by {
    font-size: 16px; } }

@media screen and (max-width: 1080px) {
  .footer {
    padding: 40px 40px 10px 40px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-heading {
    font-size: 18px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-list li a {
    font-size: 15px; }
  .footer > .container .footer-info .footer-info-details > .footer-info-col {
    padding: 0 10px; }
  .footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .text {
    font-size: 15px; }
  .footer .footer-copyright .container .powered-by {
    font-size: 15px; }
  .beautify__newsletter .container .page-heading {
    padding: 0;
    font-size: 26px;
    line-height: 32px; } }

@media screen and (max-width: 800px) {
  .footer {
    padding: 40px 15px 15px 15px; }
  .footer > .container .footer-info {
    display: block;
    width: 100%; }
  .footer > .container .footer-info [data-section-type=storeInfo] {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    max-width: 100%; }
  .footer > .container .footer-info [data-section-type=storeInfo] .footer-info-heading {
    margin-bottom: 25px; }
  .footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item:last-child {
    margin-bottom: 25px; }
  .footer > .container .footer-info .socialLinks .icon svg {
    width: 25px; }
  .footer > .container .footer-info .footer-info-details {
    display: block;
    width: 100%;
    max-width: 100%; }
  .footer > .container .footer-info .footer-info-details > .footer-info-col {
    max-width: 100% !important;
    width: 100%;
    padding: 0; }
  .footer > .container .footer-info .footer-info-col.footer-column {
    margin-bottom: 15px; }
  footer div[data-content-region=ssl_site_seal--global] {
    padding-bottom: 0px; }
  .footer > .container .footer-info .footer-info-col.footer-column[data-section-type=footer-aboutUs] {
    margin-top: 15px; }
  .footer > .container .footer-info .footer-info-col.footer-column .footer-info-heading {
    margin: 0;
    padding: 0;
    margin-bottom: 8px; }
  .beautify__newsletter {
    padding: 25px 15px; }
  .beautify__newsletter .container .page-heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px; }
  .beautify__newsletter .container .form .form-field .form-input {
    font-size: 18px;
    line-height: 50px;
    margin: 0 auto; }
  .beautify__newsletter .container .form .form-field .button {
    line-height: 52px;
    font-size: 18px;
    height: 52px;
    padding: 0 42px;
    margin: 10px auto 0;
    max-width: 170px;
    display: inline-block; }
  .beautify__newsletter.newsletter_embeded > .container .button {
    line-height: 52px;
    font-size: 18px;
    height: 52px;
    padding: 0 42px;
    margin: 0 auto 0;
    max-width: 170px;
    display: inline-block; } }

@media screen and (max-width: 550px) {
  .beautify__newsletter {
    padding: 20px 15px; }
  .beautify__newsletter .container .page-heading {
    font-size: 16px;
    line-height: 18px; }
  .beautify__newsletter .container .form .form-field .form-input {
    font-size: 16px; } }

.body {
  max-width: 1931px;
  margin: 0 auto; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div > div:not([data-test-id]) {
  max-width: 573px;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div:first-child {
  padding: 129px 101px 150px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-title] p {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  -webkit-transform: skewX(344deg);
  -ms-transform: skewX(344deg);
  transform: skewX(344deg);
  margin-left: 10px;
  border-radius: 5px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-title] strong {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 47px;
  font-style: italic;
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 50px 6px 23px;
  border-radius: 5px;
  -webkit-transform: skewX(-344deg);
  -ms-transform: skewX(-344deg);
  transform: skewX(-344deg);
  text-transform: uppercase;
  letter-spacing: 0; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] {
  font-family: Roboto;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #fff;
  margin: 0; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] br {
  display: none; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong:first-child {
  display: block;
  margin-bottom: 20px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong em {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  font-style: italic;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: -1.6px;
  text-transform: uppercase; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-button] {
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  border-radius: 10px;
  padding: 0 68px;
  border: 1px solid #000; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-button] [class*=buttonText] {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  color: #fff; }

[data-content-region="home_below_featured_products"] [data-layout-name=OurStory] {
  padding: 50px 101px 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

[data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child {
  padding: 0 0px 0 90px;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%; }

[data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:nth-child(2) {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%; }

[data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:nth-child(2) [data-edit-mode] p {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  margin-bottom: 28px; }

[data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:last-child .buttonLink [id*=sd-simple-button-editable] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px !important;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0 69px;
  border-radius: 10px;
  border: 0; }

[data-content-region=home_below_featured_products] [data-placement-status="ACTIVE"] .sd-simple-text-94bcc124-4c58-4bed-9f4b-dc5d4b96ac3a [data-edit-mode] p {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 400;
  line-height: 44px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #c2171d;
  margin-bottom: 6px; }

[data-content-region=home_below_featured_products] > [data-widget-id] [data-edit-mode] p {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  color: #000;
  letter-spacing: -1.2px; }

[data-content-region=home_featured_collections] {
  background: linear-gradient(-134deg, #3c3c3c 0, #000 100%); }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] {
  padding: 89px 87px 86px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] {
  padding: 0; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .section_title .heading {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  letter-spacing: -1.2px;
  color: #fff;
  margin: 0;
  margin-bottom: 58px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item {
  padding: 0 13px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item .featured_collections_title {
  font-family: Roboto;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-top: 27px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-next, [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-prev {
  width: 39px;
  height: 39px;
  padding: 0; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-next::before, [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-prev::before {
  width: 39px;
  height: 39px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-prev {
  left: -39px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-prev::before {
  background-image: url("https://lindstrom-equipment-inc-alb.mybigcommerce.com/product_images/uploaded_images/slider-arrow.png");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-next {
  right: -39px; }

[data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .slick-next::before {
  background-image: url("https://lindstrom-equipment-inc-alb.mybigcommerce.com/product_images/uploaded_images/slider-arrow.png"); }

[data-content-region=home_below_top_products] {
  padding: 98px 100px; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] {
  margin-top: 30px; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
  height: 731px;
  padding: 38px 40px 38px 43px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
  width: 100%; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-title] {
  font-family: Montserrat;
  font-size: 46px;
  font-weight: 900;
  line-height: 54px;
  font-style: normal;
  text-align: left;
  letter-spacing: -1px;
  color: #fff;
  margin: 0;
  max-width: 400px;
  width: 100%; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-subtitle] {
  font-family: Roboto;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
  font-style: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  margin-top: 17px; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-subtitle] strong {
  font-weight: 500; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(3) [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-title], [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-title] {
  color: #000; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(3) [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-subtitle], [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-subtitle] {
  color: #000; }

/*
[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(3) {
        display: none
}
*/
[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(2), [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

[data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(2) [data-widget-id] [class*=sd-hero-image-] > div > div:first-child::after, [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) [data-widget-id] [class*=sd-hero-image-] > div > div:first-child::after {
  background-position-y: bottom; }

.main [data-content-region=home_below_new_products] {
  padding: 43px 100px 130px; }

[data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
  padding: 56px 179px 58px 179px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 378px; }

[data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
  max-width: 499px;
  width: 100%; }

[data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title], [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-subtitle] {
  font-family: Montserrat;
  font-size: 46px;
  font-weight: 300;
  line-height: 56px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #fff; }

[data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] strong, [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-subtitle] strong {
  font-weight: 900; }

[data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
  margin-top: 22px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0 76px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%); }

.main [data-content-region=home_below_new_products] {
  background: #f6f6f6;
  padding: 50px 82px 50px; }

.main [data-content-region=home_below_new_products] [data-layout-name="Home Our Videos"] {
  margin-bottom: 28px;
  width: 100%;
  max-width: 100%; }

.main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item {
  max-width: 33.33%;
  width: 33.33%;
  padding: 0 18px; }

.main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_img {
  width: 100%; }

.main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_text {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
  margin-top: 25px; }

.main [data-content-region=home_below_new_products] [data-layout-name=ButtonSection] .buttonLink [id*=sd-simple-button-editable-] {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  border-radius: 10px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px !important;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0 70px; }

[data-layout-name=FeaturedBrands] {
  padding: 0 100px 0; }

[data-layout-name=FeaturedBrands] .featured_brands_section {
  margin-top: 40px; }

.buttonLinks {
  display: grid;
  max-width: 200px;
  margin: 12px auto 0; }

[data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #d4d4d4; }

[data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container .featured_brands_items {
  height: 109px;
  display: inline-grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d4d4d4; }

[data-layout-name=HeadingSection] [data-sub-layout] [data-widget-id] [class*=sd-simple-text-] [data-edit-mode] * {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 74px !important;
  font-style: normal;
  text-align: center;
  letter-spacing: -1.2px;
  color: #000; }

@media screen and (max-width: 1620px) {
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 56px 4% 56px 100px; } }

@media screen and (max-width: 1440px) {
  .main [data-content-region="home_below_top_products"] {
    padding: 38px 70px 50px; }
  .main [data-content-region="home_below_top_products"] {
    padding: 50px 50px; }
  [data-sub-layout-container="38b1a5a5-247b-4d3c-8cfc-a2c7272100f6"] {
    padding: 80px 70px; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] {
    padding: 50px 70px; }
  [data-content-region=home_below_featured_products] > [data-widget-id] [data-edit-mode] p {
    font-size: 48px; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:nth-child(2) [data-edit-mode] p {
    font-size: 24px;
    line-height: 36px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] {
    padding: 80px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .section_title .heading {
    font-size: 55px; }
  [data-content-region=home_below_top_products] {
    padding: 80px 70px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 720px;
    padding: 35px 35px 35px 38px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-title] {
    font-size: 42px;
    line-height: 52px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-subtitle] {
    font-size: 32px;
    line-height: 38px;
    margin-top: 15px; }
  .main [data-content-region=home_below_new_products] {
    padding: 38px 70px 50px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] {
    margin-top: 55px; }
  [data-layout-name=FeaturedBrands] {
    padding: 0 70px 0; }
  [data-layout-name=FeaturedBrands] .featured_brands_section {
    margin-top: 55px; }
  [data-layout-name=HeadingSection] [data-sub-layout] [data-widget-id] [class*=sd-simple-text-] [data-edit-mode] * {
    font-size: 55px; } }

@media screen and (max-width: 1380px) {
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] {
    padding: 50px 50px;
    height: 550px; }
  .main [data-content-region="home_below_top_products"] {
    padding: 38px 50px 50px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] {
    padding: 50px 80px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .section_title .heading {
    margin-bottom: 50px; }
  [data-content-region=home_below_top_products] {
    padding: 70px 50px; }
  .main [data-content-region=home_below_new_products] {
    padding: 38px 50px 50px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
    max-width: 420px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title], [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-subtitle] {
    font-size: 42px;
    line-height: 48px; }
  .main [data-content-region=home_below_new_products] {
    padding: 50px 50px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] {
    margin-top: 50px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_text {
    font-size: 24px;
    line-height: 32px; }
  [data-layout-name=FeaturedBrands] {
    padding: 0 50px 0; }
  [data-layout-name=FeaturedBrands] .featured_brands_section {
    margin-top: 50px; } }

.supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
  max-width: 1921px;
  padding: 54px 102px 130px 100px;
  margin: 0 auto; }

.supermarket-page--pages-category .body .container .breadcrumbs, .supermarket-page--pages-search .body .container .breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 23px; }

.supermarket-page--pages-category .body .container .breadcrumbs .breadcrumb, .supermarket-page--pages-search .body .container .breadcrumbs .breadcrumb {
  line-height: 23px;
  vertical-align: middle; }

.supermarket-page--pages-category .body .container .breadcrumbs .breadcrumb .right_side_arrow, .supermarket-page--pages-search .body .container .breadcrumbs .breadcrumb .right_side_arrow {
  width: 4px;
  height: 7px;
  margin-right: 6px; }

.supermarket-page--pages-category .body .container .breadcrumbs .breadcrumb:nth-child(2) .right_side_arrow, .supermarket-page--pages-search .body .container .breadcrumbs .breadcrumb:nth-child(2) .right_side_arrow {
  display: none; }

.supermarket-page--pages-category .body .container .breadcrumbs .breadcrumb .home_icon, .supermarket-page--pages-search .body .container .breadcrumbs .breadcrumb .home_icon {
  margin-bottom: 6px;
  width: 14px;
  margin-right: 6px; }

.supermarket-page--pages-category .body .container .breadcrumbs .breadcrumb .breadcrumb-label, .supermarket-page--pages-search .body .container .breadcrumbs .breadcrumb .breadcrumb-label {
  line-height: 23px; }

.supermarket-page--pages-category .body .container .breadcrumbs .breadcrumb .breadcrumb-label span, .supermarket-page--pages-search .body .container .breadcrumbs .breadcrumb .breadcrumb-label span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #747272;
  margin-right: 8px; }

.supermarket-page--pages-category .body .container .page-heading, .supermarket-page--pages-search .body .container .page-heading {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 31px; }

.supermarket-page--pages-category .body .container .page, .supermarket-page--pages-search .body .container .page {
  margin: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar, .supermarket-page--pages-search .body .container .page .page-sidebar {
  padding: 0;
  border: 1px solid #c8c8c8;
  border-style: solid;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 39px 39px 37px 40px;
  width: 494px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar, .supermarket-page--pages-search .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar {
  margin-bottom: 46px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-search-in-category], .supermarket-page--pages-search .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-search-in-category] {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background: #fff;
  height: 57px;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 300;
  line-height: 35px;
  font-style: italic;
  text-align: left;
  color: #aaa; }

.supermarket-page--pages-category .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-clear], .supermarket-page--pages-search .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-clear] {
  display: none; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch + .sidebarBlock, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock + .sidebarBlock, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch + .sidebarBlock, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock + .sidebarBlock {
  margin-top: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .sidebarBlock-heading, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .sidebarBlock-heading, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .sidebarBlock-heading, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .sidebarBlock-heading {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 24px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-refineFilters, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-refineFilters, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-refineFilters, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-refineFilters {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #747272;
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px solid #d8d8d8; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation {
  margin-bottom: 27px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation ._accordion-title {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation.is-open {
  border: 0;
  margin-bottom: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  font-style: normal;
  text-align: left;
  color: #747272;
  padding: 0;
  padding-left: 31px;
  margin-bottom: 22px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox::before, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox::before {
  border: 1px solid #707070;
  border-style: solid;
  border-radius: 3px;
  background: #fff;
  width: 18px;
  height: 18px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox.is-selected::after, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox.is-selected::after {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='black' /></svg>");
  width: 18px;
  height: 18px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation-actions .icon, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation-actions .icon, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation-actions .icon, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation-actions .icon, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation-actions .icon, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation-actions .icon, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation-actions .icon, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation-actions .icon {
  width: 26px;
  height: 26px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content.is-open {
  margin-bottom: 27px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content .navList .navList-item:last-child .navList-action, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content .navList .navList-item:last-child .navList-action {
  margin-bottom: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-block:last-child ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation {
  border: 0;
  padding: 0;
  margin: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-block:last-child ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-block:last-child ._accordion-navigation.is-open {
  margin-bottom: 24px; }

.supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-item:last-child .navList-action, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-item:last-child .navList-action, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-item:last-child .navList-action, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-item:last-child .navList-action {
  margin-bottom: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content {
  width: calc(100% - 494px);
  padding-left: 35px;
  padding-right: 0;
  border-left: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option {
  border-radius: 5px;
  background: #e7e7e7;
  border: 0;
  height: 57px;
  width: 57px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option .fa, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option .fa {
  font-size: 38px;
  line-height: 38px;
  height: 33px;
  color: #7d7d7d; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-label, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-label {
  margin-right: 38px;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000;
  text-transform: none; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-select, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-select {
  height: 57px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 300;
  line-height: 19px;
  font-style: italic;
  text-align: left;
  color: #aaa;
  padding: 18px 23px 15px 23px;
  width: 313px;
  background: #fff; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form {
  margin-bottom: 28px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body {
  margin-top: 29px;
  padding: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title {
  margin-bottom: 18px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a {
  font-family: Roboto;
  font-size: 33px;
  font-weight: 300;
  line-height: 42px;
  font-style: normal;
  text-align: center;
  color: #000; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price {
  margin-bottom: 18px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main {
  font-family: Roboto;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  font-style: normal;
  text-align: center;
  color: #000; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button {
  background: #e61b23;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  margin: 0;
  max-width: 100%;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0;
  border-radius: 10px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons ._compare, .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .quickview, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons ._compare, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .quickview {
  display: none; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title {
  margin-bottom: 10px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a {
  font-size: 28px;
  line-height: 32px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price {
  margin: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main {
  font-size: 28px;
  line-height: 32px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price {
  font-size: 28px;
  line-height: 32px; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button {
  font-size: 18px;
  padding: 0; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total {
  width: auto; }

.supermarket-page--pages-category .body .container .page .pagination .pagination-list, .supermarket-page--pages-search .body .container .page .pagination .pagination-list {
  margin-right: 12px; }

.supermarket-page--pages-category .body .container .page .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link, .supermarket-page--pages-search .body .container .page .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%); }

.supermarket-page--pages-category .body .container .page .pagination .pagination-list .pagination-item .pagination-link, .supermarket-page--pages-search .body .container .page .pagination .pagination-list .pagination-item .pagination-link {
  font-size: 18px; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"], .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] {
  margin-top: 100px; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 74px;
  font-style: normal;
  text-align: center;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 26px; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #000;
  margin: 0;
  margin-bottom: 61px; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 18px 30px 16px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after {
  content: '+';
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #000;
  position: absolute;
  right: 46px;
  top: 24px; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content {
  padding: 9px 127px 23px 72px;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  display: none; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-content, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-content {
  display: block; }

.supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after {
  content: '_';
  top: 10px; }

.supermarket-page--pages-category .body .container .page-bottom, .supermarket-page--pages-search .body .container .page-bottom {
  margin-bottom: 0; }

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

@media (max-width: 1620px) {
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 50px 80px 120px 80px; }
  .supermarket-page--pages-category .body .container .page-heading, .supermarket-page--pages-search .body .container .page-heading {
    font-size: 48px;
    line-height: 56px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar, .supermarket-page--pages-search .body .container .page .page-sidebar {
    width: 29%;
    padding: 35px 35px 37px 35px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-search-in-category], .supermarket-page--pages-search .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-search-in-category] {
    height: 54px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .sidebarBlock-heading, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .sidebarBlock-heading, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .sidebarBlock-heading, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .sidebarBlock-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-refineFilters, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-refineFilters, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-refineFilters, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-refineFilters {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation {
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation ._accordion-title {
    font-size: 22px;
    line-height: 28px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation.is-open {
    padding-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content.is-open {
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox::before, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox::before, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox::before {
    margin-top: -9px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content {
    width: 71%;
    padding-left: 30px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form {
    margin-bottom: 25px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option {
    height: 54px;
    width: 54px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-label, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-label {
    font-size: 22px;
    line-height: 57px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-select, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-select {
    height: 54px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card {
    padding: 10px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body {
    margin-top: 25px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title {
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a {
    font-size: 28px;
    line-height: 36px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price {
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main {
    font-size: 30px;
    line-height: 40px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button {
    margin-bottom: 0 !important; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card {
    padding: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body {
    margin: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a {
    font-size: 24px;
    line-height: 28px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price {
    margin: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main {
    font-size: 24px;
    line-height: 28px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price {
    font-size: 24px;
    line-height: 28px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button {
    font-size: 16px;
    padding: 0; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"], .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] {
    margin-top: 80px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title {
    font-size: 55px;
    line-height: 64px;
    margin-bottom: 24px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 45px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title {
    font-size: 24px;
    line-height: 24px;
    padding: 15px 25px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after {
    right: 30px;
    top: 15px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after {
    top: 3px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content {
    font-size: 22px;
    line-height: 36px;
    padding: 9px 110px 23px 64px; } }

@media (max-width: 1240px) {
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; }
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 32px 50px 80px; }
  .main [data-content-region="home_below_top_products"] {
    padding: 38px 50px 50px; }
  [data-content-region="home_below_featured_products"] [data-sub-layout="46d781d9-68a9-41c7-9908-4ac62d136d2b"] {
    max-width: calc(100% - 315px);
    -ms-flex-preferred-size: calc(100% - 315px);
    flex-basis: calc(100% - 315px);
    padding-left: 120px; }
  .supermarket-page--pages-category .body .container .page-heading, .supermarket-page--pages-search .body .container .page-heading {
    font-size: 42px;
    line-height: 48px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-search-in-category], .supermarket-page--pages-search .body .container .page .page-sidebar .categoryPage-searchInCategory-form--sidebar [data-search-in-category] {
    height: 50px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content {
    padding-left: 20px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--mode .form-radio + .form-option {
    width: 50px;
    height: 50px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-label, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-label {
    font-size: 18px;
    line-height: 50px;
    margin-right: 20px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-select, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter .actionBar-section--sort .form-select {
    height: 50px;
    padding: 12px 20px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a {
    font-size: 22px;
    line-height: 28px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main {
    font-size: 22px;
    line-height: 28px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-footer .card-buttons .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-footer .card-buttons .card-figcaption-button {
    line-height: 58px;
    height: 58px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"], .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] {
    margin-top: 60px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after {
    right: 25px;
    top: 11px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after {
    top: 0; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content {
    font-size: 18px;
    line-height: 32px;
    padding: 5px 60px 20px 35px; } }

@media (max-width: 1080px) {
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] {
    padding: 50px 50px;
    height: 500px; }
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 40px 40px 90px; } }

@media (max-width: 991px) {
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 40px 30px 80px; }
  .supermarket-page--pages-category .body .container .page-heading, .supermarket-page--pages-search .body .container .page-heading {
    font-size: 38px;
    line-height: 42px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar, .supermarket-page--pages-search .body .container .page .page-sidebar {
    width: 42%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .sidebarBlock-heading, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .sidebarBlock-heading, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .sidebarBlock-heading, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .sidebarBlock-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-refineFilters, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-refineFilters, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-refineFilters, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-refineFilters {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation {
    margin-bottom: 12px;
    padding-bottom: 12px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation ._accordion-title, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation ._accordion-title {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-navigation.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-navigation.is-open {
    padding-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList ._accordion-content.is-open, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList ._accordion-content.is-open {
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox, .supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .beautify__navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .facetedSearch .facetedSearch-navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .beautify__navList .navList-action--checkbox, .supermarket-page--pages-search .body .container .page .page-sidebar .sidebarBlock .facetedSearch-navList .navList-action--checkbox {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content {
    width: 58%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--mode, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--mode {
    display: none; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-label, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-label {
    font-size: 16px;
    line-height: 48px;
    margin-right: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-select, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-select {
    height: 48px;
    padding: 12px 15px;
    font-size: 16px;
    width: 265px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .product, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .product {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder {
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal {
    margin: 10px 0;
    width: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body {
    width: calc(55% - 100px); }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter {
    display: block; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total .productGrid-bulkOrderFooter-total-inner, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total .productGrid-bulkOrderFooter-total-inner {
    background: 0 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-addAll, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-addAll {
    margin: 0 auto;
    width: auto;
    max-width: 260px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-addAll .button--primary, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-addAll .button--primary {
    font-size: 18px;
    padding: 0;
    margin: 0;
    height: 52px;
    line-height: 52px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"], .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] {
    margin-top: 50px; } }

@media (max-width: 800px) {
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 30px 15px 50px; }
  .supermarket-page--pages-category .body .container .breadcrumbs, .supermarket-page--pages-search .body .container .breadcrumbs {
    margin-bottom: 12px; }
  .supermarket-page--pages-category .body .container .page-heading, .supermarket-page--pages-search .body .container .page-heading {
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 18px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar, .supermarket-page--pages-search .body .container .page .page-sidebar {
    width: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content {
    width: 100%;
    padding: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form {
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-label, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-label {
    display: none; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-select, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form .actionBar-section--sort .form-select {
    width: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form ._filters-toggle, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .papathemes-productsFilter #papathemes-productsFilter-form ._filters-toggle {
    height: 48px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid {
    margin: 0 -10px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body {
    margin-top: 15px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title {
    margin-bottom: 12px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price {
    margin-bottom: 12px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button {
    line-height: 52px;
    height: 52px;
    font-size: 18px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product {
    padding: 10px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product:first-child, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product:first-child {
    border-top: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-figure, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-figure {
    margin-right: 20px; }
  .supermarket-page--pages-category .body .container .page .pagination .pagination-list, .supermarket-page--pages-search .body .container .page .pagination .pagination-list {
    margin: 0;
    margin-bottom: 15px; }
  .supermarket-page--pages-category .body .container .page .pagination .pagination-list .pagination-item .pagination-link, .supermarket-page--pages-search .body .container .page .pagination .pagination-list .pagination-item .pagination-link {
    font-size: 16px; }
  .supermarket-page--pages-category .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout], .supermarket-page--pages-search .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout] {
    padding-right: 10px; }
  .supermarket-page--pages-category .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout]:last-child, .supermarket-page--pages-search .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout]:last-child {
    padding-left: 10px;
    padding-right: 0; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"], .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] {
    margin-top: 40px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 18px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 25px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after {
    font-size: 18px;
    line-height: 18px;
    right: 20px;
    top: 13px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle.is-open .faq-toggle-title::after {
    top: 5px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px 10px 25px;
    word-break: break-word; } }

@media (max-width: 700px) {
  .supermarket-page--pages-category .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout], .supermarket-page--pages-search .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout] {
    padding: 0; }
  .supermarket-page--pages-category .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout]:last-child, .supermarket-page--pages-search .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout]:last-child {
    padding: 0;
    padding-top: 15px; } }

@media (max-width: 650px) {
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product {
    padding: 10px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product:first-child, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product:first-child {
    border-top: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card {
    display: block; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-figure, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-figure {
    margin-right: 10px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder {
    width: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button {
    line-height: 52px;
    height: 52px;
    font-size: 18px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body {
    width: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 550px) {
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title {
    padding: 12px 15px; } }

@media (max-width: 420px) {
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid {
    margin: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .product, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .product {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .product .card, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .product .card {
    padding: 0; } }

.supermarket-page--pages-brands .body .container {
  max-width: 1921px;
  padding: 54px 102px 130px 100px;
  margin: 0 auto; }

.supermarket-page--pages-brands .body .container .breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 23px; }

.supermarket-page--pages-brands .body .container .breadcrumbs .breadcrumb {
  line-height: 23px;
  vertical-align: middle; }

.supermarket-page--pages-brands .body .container .breadcrumbs .breadcrumb .right_side_arrow {
  width: 4px;
  height: 7px;
  margin-right: 6px; }

.supermarket-page--pages-brands .body .container .breadcrumbs .breadcrumb:nth-child(2) .right_side_arrow {
  display: none; }

.supermarket-page--pages-brands .body .container .breadcrumbs .breadcrumb .home_icon {
  margin-bottom: 6px;
  width: 14px;
  margin-right: 6px; }

.supermarket-page--pages-brands .body .container .breadcrumbs .breadcrumb .breadcrumb-label {
  line-height: 23px; }

.supermarket-page--pages-brands .body .container .breadcrumbs .breadcrumb .breadcrumb-label span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #747272;
  margin-right: 8px; }

.supermarket-page--pages-brands .body .container .page-heading {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 31px; }

.supermarket-page--pages-brands .body .container .brandGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -2rem;
  margin-left: -2rem; }

.supermarket-page--pages-brands .body .container .brandGrid .brand {
  width: 16.6665%;
  padding: 2rem; }

.supermarket-page--pages-brands .body .container .brandGrid .brand .card {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }

.supermarket-page--pages-brands .body .container .brandGrid .brand .card .card-body {
  display: none; }

.supermarket-page--pages-brands .body .container .brandGrid .brand .card .card-figure .card-img-container img {
  width: 100%;
  padding: 0;
  position: unset; }

.supermarket-page--pages-brands .body .container .brandGrid .brand .card .card-figure .card-img-container::after {
  display: none; }

.supermarket-page--pages-brands .body .container .pagination {
  display: none; }

.supermarket-page--pages-brands .body .container .all_brands_section {
  margin-top: 50px;
  display: none; }

.supermarket-page--pages-brands .body .container .all_brands_section .brand_list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px; }

.supermarket-page--pages-brands .body .container .all_brands_section .brand_list li {
  margin-bottom: 5px; }

.supermarket-page--pages-brands .body .container .all_brands_section .brand_list li a {
  color: #e51b23;
  text-decoration: none; }

.supermarket-page--pages-brands .body .container .all_brands_section .brand_list li a:hover {
  text-decoration: underline; }

@media (max-width: 1620px) {
  .supermarket-page--pages-brands .body .container {
    padding: 50px 80px 120px 80px; }
  .supermarket-page--pages-brands .body .container .page-heading {
    font-size: 48px;
    line-height: 56px; } }

@media (max-width: 1440px) {
  .supermarket-page--pages-brands .body .container {
    padding: 50px 70px 120px; }
  .supermarket-page--pages-brands .body .container .page-heading {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 25px; } }

@media (max-width: 1440px) {
  [data-content-region=home_below_featured_products] div#sd-simple-text-editable-19adcc97-34db-4bb4-9fbe-c142451d57f5[data-edit-mode] p {
    font-size: 48px; }
  [data-content-region=home_below_featured_products] [data-edit-mode] p {
    font-size: 24px;
    line-height: 36px; }
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 50px 70px 120px; }
  .supermarket-page--pages-category .body .container .page-heading, .supermarket-page--pages-search .body .container .page-heading {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 25px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar, .supermarket-page--pages-search .body .container .page .page-sidebar {
    padding: 35px 30px 37px 30px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-title > a {
    font-size: 26px;
    line-height: 32px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-body .card-text--price .price--main {
    font-size: 28px;
    line-height: 36px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .card .card-footer .card-buttons .card-figcaption-button {
    line-height: 62px;
    height: 62px;
    font-size: 20px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"], .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] {
    margin-top: 70px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title {
    font-size: 50px;
    line-height: 60px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc {
    font-size: 24px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title {
    font-size: 22px;
    line-height: 22px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-title::after {
    right: 26px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-toggle-section .faq-toggle .faq-toggle-content {
    font-size: 20px;
    line-height: 38px;
    padding: 9px 80px 23px 48px; } }

@media (max-width: 1380px) {
  .supermarket-page--pages-category .body .container, .supermarket-page--pages-search .body .container {
    padding: 45px 60px 110px; }
  .supermarket-page--pages-category .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout], .supermarket-page--pages-search .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout] {
    padding-right: 12px; }
  .supermarket-page--pages-category .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout]:last-child, .supermarket-page--pages-search .body .container .page-bottom [data-layout-name=image_content] [data-sub-layout]:last-child {
    padding-left: 12px;
    padding-right: 0; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-title {
    font-size: 48px;
    line-height: 56px; }
  .supermarket-page--pages-category .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc, .supermarket-page--pages-search .body .container [data-layout-name="Faq Secions"] .faq-section .faq-desc {
    font-size: 22px;
    line-height: 22px; } }

@media (max-width: 1320px) {
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body {
    width: calc(40% - 100px); }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title {
    margin-bottom: 8px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-title > a {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price {
    margin: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-body .card-text--price .price--main {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder {
    width: 60%; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-subtotal .price {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .mode-bo .productGrid .product .card .card-bulkOrder .card-bulkOrder-action .card-figcaption-button {
    font-size: 18px;
    padding: 0;
    margin: 0;
    height: 58px;
    line-height: 58px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total .productGrid-bulkOrderFooter-total-inner, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-total .productGrid-bulkOrderFooter-total-inner {
    font-size: 20px; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-addAll .button--primary, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid-bulkOrderFooter-wrapper .productGrid-bulkOrderFooter .productGrid-bulkOrderFooter-addAll .button--primary {
    font-size: 18px;
    padding: 0;
    margin: 0;
    height: 58px;
    line-height: 58px; } }

@media (max-width: 1380px) {
  .supermarket-page--pages-brands .body .container {
    padding: 45px 60px 110px; } }

@media screen and (max-width: 1240px) {
  [data-content-region=home_below_featured_products] [data-placement-status="ACTIVE"] .sd-simple-text-94bcc124-4c58-4bed-9f4b-dc5d4b96ac3a [data-edit-mode] p {
    font-size: 30px;
    line-height: 40px; }
  [data-content-region=home_below_featured_products] div#sd-simple-text-editable-19adcc97-34db-4bb4-9fbe-c142451d57f5[data-edit-mode] p {
    font-size: 39px;
    line-height: 48px; }
  [data-content-region=home_below_featured_products] > [data-widget-id] [data-edit-mode] p {
    font-size: 39px;
    line-height: 48px; }
  [data-content-region=home_below_featured_products] [data-edit-mode] p {
    font-size: 22px;
    line-height: 32px; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:nth-child(2) [data-edit-mode] p {
    font-size: 22px;
    line-height: 32px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .section_title .heading {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 45px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item {
    padding: 0 10px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item .featured_collections_title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 24px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 40px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
    max-width: 360px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title], [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-subtitle] {
    font-size: 36px;
    line-height: 42px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; }
  [data-layout-name=HeadingSection] [data-sub-layout] [data-widget-id] [class*=sd-simple-text-] [data-edit-mode] * {
    font-size: 45px;
    line-height: 48px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item {
    padding: 0 12px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_text {
    font-size: 22px;
    line-height: 28px; }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container {
    grid-template-columns: repeat(4, 1fr); } }

@media screen and (max-width: 1200px) {
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] {
    padding-left: 12px;
    padding-right: 12px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 580px;
    padding: 35px 32px 30px 32px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-title] {
    font-size: 36px;
    line-height: 42px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div [data-test-id=hero-image-subtitle] {
    font-size: 28px;
    line-height: 32px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(2) {
    padding-left: 0; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) {
    padding-right: 0; } }

@media screen and (max-width: 1100px) {
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child {
    padding-left: 80px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 520px; }
  .main [data-content-region=home_below_new_products] {
    padding: 25px 50px 50px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 40px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
    max-width: 370px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title], [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-subtitle] {
    font-size: 36px;
    line-height: 42px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; } }

@media screen and (max-width: 1080px) {
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item {
    padding: 0 10px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_text {
    font-size: 20px;
    line-height: 24px; }
  [data-layout-name=FeaturedBrands] {
    padding: 0 40px 0; }
  [data-layout-name=FeaturedBrands] .featured_brands_section {
    margin-top: 30px; } }

@media screen and (max-width: 991px) {
  [data-content-region=home_below_featured_products] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 460px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(3) {
    padding-right: 0; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) {
    padding-top: 20px; }
  .main [data-content-region=home_below_new_products] {
    padding: 15px 50px 50px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 25px;
    background: rgba(0, 0, 0, 0.35); }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title], [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-subtitle] {
    font-size: 36px;
    line-height: 42px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; } }

@media screen and (max-width: 800px) {
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-title] p {
    line-height: 32px; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-title] strong {
    font-size: 24px;
    line-height: 36px;
    padding: 5px 65px 0 18px; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] {
    color: #000;
    margin-top: 10px;
    font-size: 26px;
    line-height: 30px; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p {
    text-align: center; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong:first-child {
    color: #000;
    margin-bottom: 15px;
    text-align: center; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong em {
    color: #000;
    font-size: 48px;
    line-height: 52px; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-button] {
    margin-top: 20px;
    padding: 0 42px; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-button] [class*=buttonText] {
    font-size: 18px;
    line-height: 52px; }
  [data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div:last-child {
    padding: 15px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] {
    padding: 40px 15px;
    text-align: center; }
  [data-content-region=home_below_featured_products] [data-edit-mode] {
    width: 100%; }
  [data-content-region=home_below_featured_products] [data-edit-mode] p {
    font-size: 24px;
    line-height: 32px;
    text-align: center; }
  [data-content-region=home_below_featured_products] > [data-widget-id] [data-edit-mode] p {
    font-size: 36px;
    line-height: 42px;
    text-align: center; }
  [data-content-region=home_below_featured_products] > [data-widget-id]:last-child [class*=sd-simple-text] {
    text-align: center; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child {
    padding-top: 10px; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:nth-child(2) [data-edit-mode] p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:last-child .buttonLink [id*=sd-simple-button-editable] {
    padding: 0 42px;
    font-size: 18px;
    line-height: 52px !important; }
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child > [data-widget-id]:last-child [class*=sd-button] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] {
    padding: 40px 60px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .section_title .heading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 36px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item {
    padding: 0 8px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item .featured_collections_title {
    font-size: 24px;
    line-height: 28px; }
  [data-content-region=home_below_top_products] {
    padding: 40px 15px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 420px;
    padding: 0;
    min-height: auto; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child {
    padding: 0;
    padding-top: 15px;
    display: block; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-title] {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    font-style: normal;
    text-align: left;
    letter-spacing: -1px;
    color: #000;
    margin: 0;
    display: block;
    min-height: auto; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-subtitle] {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-style: normal;
    text-align: left;
    color: #000;
    margin: 0;
    margin-top: 10px; }
  .main [data-content-region=home_below_new_products] {
    padding: 0 15px 40px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    background: 0 0; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child {
    padding: 15px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-title] {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    font-style: normal;
    text-align: left;
    letter-spacing: -2px;
    color: #000;
    display: block;
    width: 100%;
    min-height: auto;
    text-align: center; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-title] p br {
    display: none; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-button] {
    margin-top: 20px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 52px;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 0 42px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
    background: linear-gradient(180deg, #e61b23 0, #730e12 100%); }
  .main [data-content-region=home_below_new_products] {
    padding: 40px 15px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] {
    margin-top: 15px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item {
    padding: 0 8px;
    max-width: 50%;
    width: 50%; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_text {
    font-size: 18px;
    line-height: 24px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item:last-child {
    margin-top: 30px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=ButtonSection] .buttonLink [id*=sd-simple-button-editable-] {
    font-size: 18px;
    line-height: 52px !important;
    padding: 0 42px; }
  [data-layout-name=HeadingSection] [data-sub-layout] [data-widget-id] [class*=sd-simple-text-] [data-edit-mode] * {
    font-size: 36px;
    line-height: 42px !important; }
  [data-layout-name=FeaturedBrands] {
    padding: 0 15px 0; }
  [data-layout-name=FeaturedBrands] .featured_brands_section {
    margin-top: 15px; }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container {
    grid-template-columns: repeat(3, 1fr); }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container .featured_brands_items {
    height: 90px; } }

@media screen and (max-width: 650px) {
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 380px; } }

@media screen and (max-width: 550px) {
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item {
    padding: 0 6px; }
  [data-content-region=home_featured_collections] [data-layout-name=FeaturedCollections] [data-sub-layout] .featured_collections_section .featured_collections_carousel .featured_collections_item .featured_collections_title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] {
    margin-top: 15px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] {
    padding: 0 !important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(2), [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    height: 320px; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child {
    text-align: center; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-subtitle], [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:last-child [data-test-id=hero-image-title] {
    text-align: center; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div::after {
    background-position-y: bottom; }
  [data-content-region=home_below_top_products] [data-layout-name=OurService] [data-sub-layout]:last-child {
    margin-bottom: 0; }
  .main [data-content-region=home_below_new_products] {
    padding: 25px 15px 40px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] {
    margin-top: 10px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_text {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    margin: 0; }
  .main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item:last-child {
    margin: 0;
    margin-bottom: 0; }
  [data-layout-name=FeaturedBrands] .featured_brands_section {
    margin-top: 10px; }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container {
    grid-template-columns: repeat(2, 1fr); }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container .featured_brands_items {
    height: 80px; }
  [data-content-region=home_below_top_products] [data-layout-name=EquipmentBanner] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child ::after {
    background-position-x: 43.5%; } }

@media screen and (max-width: 420px) {
  .main [data-content-region=home_below_new_products] [data-layout-name=ButtonSection] .buttonLink [id*=sd-simple-button-editable-] {
    padding: 15px 20px;
    line-height: 20px !important; }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container {
    grid-template-columns: repeat(1, 1fr);
    width: 250px;
    margin: 0 auto; }
  [data-layout-name=FeaturedBrands] .featured_brands_section .featured_brands_container .featured_brands_items {
    height: 80px; } }

@media (max-width: 1240px) {
  .supermarket-page--pages-brands .body .container {
    padding: 45px 50px 100px; }
  .supermarket-page--pages-brands .body .container .page-heading {
    font-size: 42px;
    line-height: 48px; }
  .supermarket-page--pages-brands .body .container .brandGrid .brand {
    width: 20%; } }

@media (max-width: 1080px) {
  .supermarket-page--pages-brands .body .container {
    padding: 40px 40px 90px; }
  .supermarket-page--pages-brands .body .container .brandGrid {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .supermarket-page--pages-brands .body .container .brandGrid .brand {
    width: 25%;
    padding: 1.5rem; } }

@media (max-width: 991px) {
  .supermarket-page--pages-brands .body .container {
    padding: 40px 30px 80px; }
  .supermarket-page--pages-brands .body .container .page-heading {
    font-size: 38px;
    line-height: 42px; } }

@media (max-width: 800px) {
  .supermarket-page--pages-brands .body .container {
    padding: 30px 15px 50px; }
  .supermarket-page--pages-brands .body .container .breadcrumbs {
    margin-bottom: 12px; }
  .supermarket-page--pages-brands .body .container .page-heading {
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 18px; }
  .supermarket-page--pages-brands .body .container .brandGrid {
    margin-right: -1rem;
    margin-left: -1rem; }
  .supermarket-page--pages-brands .body .container .brandGrid .brand {
    width: 33.3331%;
    padding: 10px 1rem; }
  .supermarket-page--pages-brands .body .container .all_brands_section {
    margin-top: 40px; }
  .supermarket-page--pages-brands .body .container .all_brands_section .brand_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0; } }

@media (max-width: 550px) {
  .supermarket-page--pages-brands .body .container .brandGrid {
    margin-right: -10px;
    margin-left: -10px; }
  .supermarket-page--pages-brands .body .container .brandGrid .brand {
    width: 50%;
    padding: 10px; }
  .supermarket-page--pages-brands .body .container .all_brands_section {
    margin-top: 30px; }
  .supermarket-page--pages-brands .body .container .all_brands_section .brand_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .supermarket-page--pages-brands .body .container .all_brands_section .brand_list li {
    line-height: 20px; }
  .supermarket-page--pages-brands .body .container .all_brands_section .brand_list li a {
    font-size: 16px !important; } }

.supermarket-page--pages-product .body .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.supermarket-page--pages-product .body .container .breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 23px; }

.supermarket-page--pages-product .body .container .breadcrumbs .breadcrumb {
  line-height: 23px;
  vertical-align: middle; }

.supermarket-page--pages-product .body .container .breadcrumbs .breadcrumb .right_side_arrow {
  width: 4px;
  height: 7px;
  margin-right: 6px; }

.supermarket-page--pages-product .body .container .breadcrumbs .breadcrumb:nth-child(2) .right_side_arrow {
  display: none; }

.supermarket-page--pages-product .body .container .breadcrumbs .breadcrumb .home_icon {
  margin-bottom: 6px;
  width: 14px;
  margin-right: 6px; }

.supermarket-page--pages-product .body .container .breadcrumbs .breadcrumb .breadcrumb-label {
  line-height: 23px; }

.supermarket-page--pages-product .body .container .breadcrumbs .breadcrumb .breadcrumb-label span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #747272;
  margin-right: 8px; }

.supermarket-page--pages-product .body .container .productView {
  margin: 0 auto;
  max-width: 1920px;
  padding: 50px 100px 0 100px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details {
  max-width: calc(100% - 800px);
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 95px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product {
  position: relative; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  position: absolute;
  right: 20px;
  bottom: -100px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-stockLabel {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #fff;
  border-radius: 5px;
  background: #c2171d;
  margin: 0;
  padding: 0 8px;
  display: inline-block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-brand {
  padding: 0;
  margin: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-brand img {
  max-height: 145px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-title {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 15px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information {
  margin-bottom: 15px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail {
  display: block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-name {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  display: inline-block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-value {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #747272;
  display: inline-block;
  padding-left: 3px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price {
  display: block;
  margin-bottom: 15px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container {
  display: block;
  width: 100%; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container br {
  display: none; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .price-section {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .price--main {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 900;
  line-height: 56px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #d93e24; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .by_product {
  display: inline-block;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  font-style: normal;
  text-align: left;
  color: #747272;
  vertical-align: text-top; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-left: 36px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing {
  background: #e7e7e7;
  border-radius: 5px;
  padding: 6px 11px 6px 15px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price strong {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 900;
  line-height: 56px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price span {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  font-style: normal;
  text-align: left;
  color: #747272;
  margin-left: 3px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-bottom: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist .dropdown-menu-button {
  margin: 0;
  padding: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist .dropdown-menu-button .icon {
  width: 35px;
  height: 32px;
  fill: #757575; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .desc_title {
  border-top: 2px solid #ddd;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  margin: 0;
  margin-bottom: 19px;
  padding-top: 30px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_name {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #747272;
  padding-left: 30px;
  width: calc(100% - 180px); }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value .comma_leter {
  display: inline-block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value .comma_leter:last-child {
  display: none; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options {
  margin-top: 20px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-field--increments {
  display: inline-block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment {
  display: inline-block;
  width: 214px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=dec] {
  height: 67px;
  width: 67px;
  background-color: #e7e7e7; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=inc] {
  height: 67px;
  width: 67px;
  background-color: #e7e7e7; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .form-input--incrementTotal {
  width: 80px;
  height: 67px;
  background-color: #f6f6f6; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-action--addToCart {
  width: calc(100% - 280px);
  display: inline-block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form--addToCart .form-action .button {
  height: 67px;
  margin: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom {
  float: left;
  display: block;
  margin-top: 50px;
  width: 100%; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p {
  font-family: Roboto;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #000;
  margin: 0;
  margin-top: 17px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p:nth-child(2) {
  margin-top: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p strong {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #000;
  opacity: .41;
  padding-top: 5px;
  display: block; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
  width: 83px !important;
  height: 83px !important; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images {
  max-width: 800px;
  width: 100%;
  padding: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-main-item img {
  margin: 0 auto;
  position: unset; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-main-item::after {
  padding: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav {
  padding: 0;
  margin-top: 25px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .slick-list {
  margin: 0 -14px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item {
  width: 177px;
  margin: 0 14px; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item img {
  padding: 0;
  position: unset; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item::after {
  padding: 0; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item:last-child {
  margin-right: 0; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description {
  padding: 100px 0; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs {
  border-bottom: 2px solid #ddd; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab {
  margin-right: 80px; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab.is-active {
  border: 0; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab .tab-title {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #000;
  padding: 0;
  padding-bottom: 15px;
  text-transform: capitalize; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content {
  padding-top: 39px;
  padding-bottom: 0;
  display: none !important; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content.is-active {
  display: block !important; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content > h2 {
  display: none; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content > div {
  max-width: 100%; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol {
  list-style: none;
  padding: 0;
  margin: 0; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li {
  position: relative;
  padding-left: 45px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #747272;
  margin-bottom: 18px; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li::after {
  background-image: url("https://lindstrom-equipment-inc-alb.mybigcommerce.com/product_images/uploaded_images/ticksymbol.png");
  content: '';
  width: 27px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px; }

.supermarket-page--pages-product .body .container .productView-productTabs {
  background: #3c3c3c;
  background: linear-gradient(-134deg, #3c3c3c 0, #000 100%);
  border: 1px solid #000;
  padding: 0; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
  max-width: 1921px;
  padding: 49px 47px 46px;
  margin: 0 auto; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .beautify__page-heading {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  letter-spacing: -2px;
  color: #fff;
  margin: 0;
  margin-bottom: 58px; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body {
  margin-top: 29px;
  padding: 0; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title {
  margin-bottom: 18px; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title > a {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  font-style: normal;
  text-align: center;
  color: #fff; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price {
  margin-bottom: 18px; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price .price--main {
  font-family: Roboto;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  font-style: normal;
  text-align: center;
  color: #fff; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-footer .card-buttons .card-figcaption-button {
  background: #e61b23;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  margin: 0;
  max-width: 100%;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0;
  border-radius: 10px; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-footer .card-buttons .quickview {
  display: none; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-next, .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-prev {
  width: 39px;
  height: 39px;
  padding: 0; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-next::before, .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-prev::before {
  width: 39px;
  height: 39px; }

.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-prev {
  left: -24px; }

/*.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-prev::before {
        background-image: url("https://lindstrom-equipment-inc-alb.mybigcommerce.com/product_images/uploaded_images/slider-arrow.png");
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
}*/
.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-next {
  right: -24px; }

/*.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-next::before {
        background-image: url("https://lindstrom-equipment-inc-alb.mybigcommerce.com/product_images/uploaded_images/slider-arrow.png")
}*/
.supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
  max-width: 1921px;
  margin: 0 auto;
  padding: 120px 83px 140px; }

#tab-addition, #tab-return, #tab-reviews, #tab-videos, #tab-warranty {
  border-top: 0; }

@media (max-width: 1740px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 45px 85px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details {
    width: 53%;
    max-width: unset;
    padding-left: 65px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images {
    width: 47%;
    max-width: unset; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description {
    padding: 80px 0; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 40px 45px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .beautify__page-heading {
    font-size: 56px;
    line-height: 65px;
    margin-bottom: 55px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 100px 85px 120px; } }

@media (max-width: 1620px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 40px 80px 0 80px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label {
    max-height: 85px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-stockLabel {
    font-size: 18px;
    line-height: 26px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-brand img {
    max-height: 85px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information {
    margin-bottom: 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-name, .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-value {
    font-size: 22px;
    line-height: 26px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price {
    margin-bottom: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .price--main {
    font-size: 38px;
    line-height: 46px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .by_product {
    font-size: 20px;
    line-height: 28px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing {
    margin-left: 25px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing {
    padding: 5px 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price strong {
    font-size: 38px;
    line-height: 46px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price span {
    font-size: 20px;
    line-height: 28px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist {
    margin-left: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist .dropdown-menu-button .icon {
    width: 32px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .desc_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    padding-top: 20px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details {
    margin-bottom: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_name {
    font-size: 22px;
    line-height: 28px;
    width: 170px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value {
    font-size: 22px;
    line-height: 28px;
    padding-left: 20px;
    width: calc(100% - 170px); }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options {
    margin-top: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p strong {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
    width: 75px !important;
    height: 75px !important; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab {
    margin-right: 60px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab .tab-title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content {
    padding-top: 30px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 30px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li::after {
    background-size: 100% 100%;
    width: 18px;
    height: 15px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .beautify__page-heading {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 50px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body {
    margin-top: 22px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title {
    margin-bottom: 15px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title > a {
    font-size: 22px;
    line-height: 1; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price {
    margin-bottom: 15px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price .price--main {
    font-size: 30px;
    line-height: 40px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-next {
    right: -32px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-prev {
    left: -32px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 90px 80px 110px; } }

@media (max-width: 1440px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 35px 70px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details {
    padding-left: 50px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-title {
    font-size: 42px;
    line-height: 48px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-name, .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-value {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .price--main {
    font-size: 34px;
    line-height: 42px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .by_product {
    font-size: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price strong {
    font-size: 34px;
    line-height: 42px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price span {
    font-size: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist .dropdown-menu-button .icon {
    width: 30px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .form-input--incrementTotal {
    width: 70px;
    height: 62px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=dec], .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=inc] {
    height: 62px;
    width: 62px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form--addToCart .form-action .button {
    height: 62px;
    line-height: 62px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p strong {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
    width: 70px !important;
    height: 70px !important; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description {
    padding: 60px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab {
    margin-right: 45px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab .tab-title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 12px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content {
    padding-top: 25px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 25px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .beautify__page-heading {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 45px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body {
    margin-top: 20px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title > a {
    font-size: 20px;
    line-height: 1; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price .price--main {
    font-size: 28px;
    line-height: 36px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-footer .card-buttons .card-figcaption-button {
    line-height: 62px;
    height: 62px;
    font-size: 14px;
    padding: 0 10px !important;
    width: auto; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 80px 70px 95px; } }

@media (max-width: 1380px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 30px 60px 0; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 30px 20px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body {
    margin-top: 18px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title > a {
    font-size: 18px;
    line-height: 1; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price .price--main {
    font-size: 26px;
    line-height: 32px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 50px 60px 65px; } }

@media (max-width: 1240px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 30px 50px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description {
    padding: 50px 0; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 20px 15px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .beautify__page-heading {
    font-size: 39px;
    line-height: 48px;
    margin-bottom: 40px; }
  /*.supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card {
                padding: 0 20px
        }*/
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body {
    margin-top: 15px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title > a {
    font-size: 14px;
    line-height: 1; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price .price--main {
    font-size: 22px;
    line-height: 28px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 40px 50px 55px; } }

@media (max-width: 1080px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 30px 40px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details {
    padding-left: 35px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-title {
    font-size: 36px;
    line-height: 42px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-name, .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-value {
    font-size: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .price--main {
    font-size: 30px;
    line-height: 36px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .by_product {
    font-size: 16px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price strong {
    font-size: 30px;
    line-height: 36px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price span {
    font-size: 16px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist .dropdown-menu-button .icon {
    width: 28px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .desc_title {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_name, .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value {
    font-size: 18px;
    line-height: 20px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_name {
    width: 150px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value {
    width: calc(100% - 150px); }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .form-input--incrementTotal {
    width: 64px;
    height: 56px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=dec], .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=inc] {
    height: 56px;
    width: 56px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form--addToCart .form-action .button {
    height: 56px;
    line-height: 56px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom {
    margin-top: 35px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p {
    font-size: 16px;
    line-height: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p strong {
    font-size: 16px;
    line-height: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
    width: 56px !important;
    height: 56px !important; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description {
    padding: 40px 0; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 20px 10px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 40px 40px 45px; } }

@media (max-width: 991px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 30px 30px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details {
    padding-left: 30px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label {
    max-height: 65px;
    bottom: -80px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-brand img {
    max-height: 65px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-stockLabel {
    font-size: 16px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price {
    margin-bottom: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .price--main {
    font-size: 28px;
    line-height: 32px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .by_product {
    font-size: 13px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing {
    margin-left: 12px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing {
    padding: 5px 8px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price strong {
    font-size: 28px;
    line-height: 32px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing .product-bulkPricing .discounted-price span {
    font-size: 13px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist {
    margin-left: 3px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .form-wishlist .dropdown-menu-button .icon {
    width: 26px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_name, .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value {
    font-size: 16px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_value {
    padding-left: 10px;
    width: calc(100% - 120px); }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .short_details .short_details_name {
    width: 120px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options {
    margin-top: 20px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-field--increments {
    display: block;
    width: 100%;
    text-align: center; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-action--addToCart {
    width: 100%;
    margin-top: 15px;
    text-align: center; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-action--addToCart button {
    max-width: 220px;
    margin: 0 auto; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment {
    width: auto; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=dec] {
    height: 52px;
    width: 52px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .button[data-action=inc] {
    height: 52px;
    width: 52px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-increment .form-input--incrementTotal {
    width: 58px;
    height: 52px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form--addToCart .form-action .button {
    height: 52px;
    line-height: 52px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom {
    margin-top: 25px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p {
    font-size: 15px;
    line-height: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] p strong {
    font-size: 15px;
    line-height: 18px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
    width: 52px !important;
    height: 52px !important; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab {
    margin-right: 35px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab .tab-title {
    font-size: 20px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li::after {
    width: 17px;
    height: 14px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 15px 10px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .beautify__page-heading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 40px 30px 45px; } }

@media (max-width: 800px) {
  .supermarket-page--pages-product .body .container .productView {
    padding: 30px 15px 0; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images {
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav {
    margin-top: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .productView-imageCarousel-nav-item {
    margin: 0 8px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-images .productView-imageCarousel-nav .slick-list {
    margin: 0 -8px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details {
    padding: 0;
    width: 100%; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details:first-child {
    margin-top: 25px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label {
    max-height: 55px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-brand img {
    max-height: 55px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-top_label .productView-stockLabel {
    font-size: 14px;
    line-height: 20px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information {
    margin-bottom: 10px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-name {
    font-size: 16px;
    line-height: 20px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-information .productView-information-detail .productView-information-value {
    font-size: 16px;
    line-height: 20px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price {
    margin-bottom: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .short_product_description_details .desc_title {
    margin-bottom: 15px;
    padding-top: 15px; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-field--increments {
    text-align: left;
    margin-bottom: 0; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-action--addToCart {
    text-align: left; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom {
    max-width: 600px; }
  .supermarket-page--pages-product .body .container .productView .productView-description {
    margin-top: 0; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs {
    display: block;
    border-bottom: 0; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab {
    margin-right: 0;
    border: 2px solid #ddd; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab .tab-title {
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    text-align: center; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs .tab.is-active {
    border: 2px solid #ddd;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content {
    padding: 15px;
    border: 1px solid #ddd; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .button--toggle {
    display: none; }
  .supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description .tabs-contents .tab-content .productView-description-tabContent .tick-symbol li {
    font-size: 15px;
    line-height: 18px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container {
    padding: 15px 10px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel {
    margin: 0; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-prev {
    left: -39px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .slick-next {
    right: -39px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body {
    margin-top: 15px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title {
    margin-bottom: 12px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-title > a {
    font-size: 12px;
    line-height: 1; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price {
    margin-bottom: 12px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-body .card-text--price .price--main {
    font-size: 18px;
    line-height: 24px; }
  .supermarket-page--pages-product .body .container .productView-productTabs .related-products-container .productCarousel-slide .card .card-footer .card-buttons .card-figcaption-button {
    line-height: 52px;
    height: 52px;
    font-size: 13px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] {
    padding: 30px 15px 35px; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] [data-sub-layout] {
    padding: 0; }
  .supermarket-page--pages-product .body .container .product_page_bottom [data-content-region=product_section_bottom] [data-layout-name="Product Bottom Banner"] [data-sub-layout]:last-child {
    padding-top: 15px; } }

@media (max-width: 700px) {
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    margin-bottom: 10px; } }

@media (max-width: 550px) {
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-action--addToCart, .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .form-field--increments {
    text-align: center; } }

@media (max-width: 420px) {
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details.bottom_section .productView-options .product_add_to_cart_bottom [data-content-region=product_below_addtocart--global] [data-layout-name="AddtoCart Bottom"] [data-sub-layout] {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 10px; } }

@media (max-width: 420px) {
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container br {
    display: block; }
  .supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing {
    margin: 0;
    margin-top: 10px; } }

.supermarket-pageTypeName--about-us .body .container,
.supermarket-pageTypeName--about-us.supermarket-page--pages-custom-page-about-us .body .container {
  max-width: 1931px;
  margin: 0 auto;
  padding: 0; }

.supermarket-pageTypeName--about-us .body .container .page {
  margin: 0; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div {
  min-height: 437px;
  padding: 176px 231px 163px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id=hero-image-title] {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  font-style: italic;
  text-align: left;
  letter-spacing: -2px;
  color: #fff; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] {
  max-width: 1921px;
  padding: 0;
  margin: 0 auto; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(2) [data-edit-mode] p {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  letter-spacing: -2px;
  color: #000;
  max-width: 695px;
  margin-bottom: 9px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(3) [data-edit-mode] p, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(4) [data-edit-mode] p, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(5) [data-edit-mode] p {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 37px;
  font-style: normal;
  text-align: left;
  color: #000;
  margin: 0;
  margin-top: 32px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(3) > div, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(4) > div, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(5) > div {
  text-align: left; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] {
  max-width: 1921px;
  padding: 0;
  margin: 0 auto;
  margin-top: 61px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(2) {
  -ms-flex-preferred-size: 737px;
  flex-basis: 737px;
  max-width: 737px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) {
  -ms-flex-preferred-size: calc(100% - 737px);
  flex-basis: calc(100% - 737px);
  max-width: calc(100% - 737px);
  padding-left: 60px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-edit-mode] p {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  color: #000;
  margin: 0;
  margin-top: 32px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) [data-widget-id] > div {
  text-align: left; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(2) [data-edit-mode] p {
  margin-top: 0; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page {
  background: #f6f6f6;
  padding: 100px 100px 102px 100px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body {
  margin-bottom: 0; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_title {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 41px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_paragraph {
  font-family: Roboto;
  font-size: 22px;
  line-height: 32px;
  font-style: normal;
  text-align: center;
  color: #000;
  max-width: 1450px;
  margin: 0 auto 69px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form {
  margin-bottom: 0; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half {
  margin: 0; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field {
  padding-left: 42px;
  padding-right: 42px;
  margin-bottom: 42px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field:nth-child(odd) {
  padding-left: 0; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field:nth-child(2n) {
  padding-right: 0; }

/*
.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half>.form-field .form-label {
        font-family: Roboto;
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        font-style: normal;
        text-align: left;
        color: #000;
        margin-bottom: 15px
}*/
.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field .form-label ._required {
  float: none;
  color: #000; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field .form-input {
  border-color: #e7e7e7;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  background: #fff;
  height: 104px;
  font-size: 24px;
  line-height: 35px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form > .form-field {
  margin-bottom: 52px; }

/*
.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form>.form-field .form-label {
        font-family: Roboto;
        font-size: 28px;
        font-weight: 500;
        line-height: 40px;
        font-style: normal;
        text-align: left;
        color: #000;
        margin-bottom: 15px
}
*/
.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form > .form-field .form-label ._required {
  float: none;
  color: #000; }

/*
.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form>.form-field .form-input {
        border-color: #e7e7e7;
        border-width: 2px;
        border-style: solid;
        border-radius: 10px;
        background: #fff;
        min-height: 277px;
        font-size: 24px;
        line-height: 35px
}*/
.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form br {
  display: none; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-actions {
  margin-top: 42px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-actions .button--primary {
  background: #e61b23;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  padding: 0 59px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  border-radius: 10px;
  border: 0; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
  padding: 140px 100px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
  padding: 56px 179px 58px 179px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 378px; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
  max-width: 499px;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 400;
  line-height: 56px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #fff; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] strong {
  font-weight: 900; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
  margin-top: 22px;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 65px;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding: 0 76px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%); }

@media screen and (max-width: 1620px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 56px 4% 56px 100px; } }

.supermarket-pageTypeName--about-us.supermarket-page--pages-custom-page-about-us .body .container {
  max-width: 1931px;
  margin: 0 auto;
  padding: 0; }

@media screen and (max-width: 1540px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] {
    padding: 105px 80px 10px 92px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(2) [data-edit-mode] p {
    font-size: 52px;
    line-height: 60px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(3) [data-edit-mode] p, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(4) [data-edit-mode] p, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(5) [data-edit-mode] p {
    font-size: 22px;
    line-height: 32px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(2) {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    max-width: 42%; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    max-width: 58%;
    padding-left: 40px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-edit-mode] p {
    font-size: 22px;
    line-height: 32px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_title {
    font-size: 52px;
    line-height: 60px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_paragraph {
    font-size: 22px;
    line-height: 32px; } }

@media screen and (max-width: 1440px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 38px 70px 100px; } }

@media screen and (max-width: 1380px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 38px 50px 100px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
    max-width: 420px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] {
    font-size: 42px;
    line-height: 48px; } }

@media screen and (max-width: 1280px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div {
    padding: 176px 160px 163px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id=hero-image-title] {
    font-size: 56px;
    line-height: 64px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] {
    padding: 84px 70px 90px 80px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(2) [data-edit-mode] p {
    font-size: 45px;
    line-height: 56px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(3) [data-edit-mode] p, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(4) [data-edit-mode] p, .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details top"] [data-sub-layout] [data-widget-id]:nth-child(5) [data-edit-mode] p {
    margin-top: 24px;
    font-size: 22px;
    line-height: 32px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-edit-mode] p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page {
    padding: 80px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_title {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 32px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_paragraph {
    font-size: 22px;
    line-height: 32px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 32px 50px 80px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 40px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
    max-width: 360px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] {
    font-size: 36px;
    line-height: 42px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; } }

@media screen and (max-width: 1100px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] {
    padding: 64px 50px 75px 50px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] {
    display: block;
    margin-top: 45px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(2), .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] [data-layout-name="about us details bottom"] [data-sub-layout]:nth-child(3) {
    margin-top: 45px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page {
    padding: 70px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 32px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 25px 50px 50px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 40px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child > div {
    max-width: 320px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] {
    font-size: 36px;
    line-height: 42px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; } }

@media screen and (max-width: 991px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div {
    padding: 176px 120px 163px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div [data-test-id=hero-image-title] {
    font-size: 48px;
    line-height: 56px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page {
    padding: 60px; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field {
    padding-left: 24px;
    padding-right: 24px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 15px 50px 50px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child {
    padding: 25px;
    background: rgba(0, 0, 0, 0.35); }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-title] {
    font-size: 36px;
    line-height: 42px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child [data-test-id=hero-image-button] {
    font-size: 20px;
    padding: 0 60px; } }

@media screen and (max-width: 800px) {
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:last-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    padding-top: 15px; }
  [data-content-region="home_below_new_products"] [data-layout-name="EquipmentBanner"] {
    padding: 15px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  [data-content-region="home_below_new_products"] [data-layout-name="EquipmentBanner"] [data-test-id="hero-image-subtitle"] {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    font-style: normal;
    text-align: left;
    letter-spacing: -2px;
    color: #000;
    display: block;
    width: 100%;
    min-height: auto;
    text-align: center; }
  [data-content-region="home_below_new_products"] [data-layout-name="EquipmentBanner"] [data-test-id="hero-image-subtitle"] p br {
    display: none; }
  [data-content-region="home_below_new_products"] [data-layout-name="EquipmentBanner"] [data-test-id=hero-image-button] {
    margin-top: 20px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 52px;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 0 42px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
    background: linear-gradient(180deg, #e61b23 0, #730e12 100%); } }

@media screen and (max-width: 650px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_details] {
    padding: 40px 15px 50px; } }

@media screen and (max-width: 550px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] [data-layout-name="about us equipment banner"] [data-sub-layout] [data-widget-id] [class*=sd-hero-image-] > div > div:first-child::after {
    background-position-x: 43.5%; } }

@media screen and (max-width: 450px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div {
    min-height: 300px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_banner] [data-layout-name] [data-sub-layout] [data-widget-id] > div > div > div > div:first-child::after {
    background-position-x: 10%; } }

.supermarket-pageType--page .body .container {
  max-width: 1921px;
  padding: 54px 102px 130px 100px;
  margin: 0 auto; }

.supermarket-pageType--page .body .container .breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 23px; }

.supermarket-pageType--page .body .container .breadcrumbs .breadcrumb {
  line-height: 23px;
  vertical-align: middle; }

.supermarket-pageType--page .body .container .breadcrumbs .breadcrumb .right_side_arrow {
  width: 4px;
  height: 7px;
  margin-right: 6px; }

.supermarket-pageType--page .body .container .breadcrumbs .breadcrumb:nth-child(2) .right_side_arrow {
  display: none; }

.supermarket-pageType--page .body .container .breadcrumbs .breadcrumb .home_icon {
  margin-bottom: 6px;
  width: 14px;
  margin-right: 6px; }

.supermarket-pageType--page .body .container .breadcrumbs .breadcrumb .breadcrumb-label {
  line-height: 23px; }

.supermarket-pageType--page .body .container .breadcrumbs .breadcrumb .breadcrumb-label span {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #747272;
  margin-right: 8px; }

.supermarket-pageType--page .body .container .page-heading {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 900;
  line-height: 65px;
  font-style: normal;
  text-align: left;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
  margin-bottom: 31px; }

.supermarket-pageType--page .body .container .brandGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -2rem;
  margin-left: -2rem; }

.supermarket-pageType--page .body .container .brandGrid .brand {
  width: 16.6665%;
  padding: 0 2rem; }

.supermarket-pageType--page .body .container .brandGrid .brand .card {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }

.supermarket-pageType--page .body .container .brandGrid .brand .card .card-body {
  display: none; }

.supermarket-pageType--page .body .container .brandGrid .brand .card .card-figure .card-img-container img {
  width: 100%;
  padding: 0;
  position: unset; }

.supermarket-pageType--page .body .container .brandGrid .brand .card .card-figure .card-img-container::after {
  display: none; }

.supermarket-pageType--page .body .container .all_brands_section {
  margin-top: 50px;
  display: none; }

.supermarket-pageType--page .body .container .all_brands_section .brand_list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px; }

.supermarket-pageType--page .body .container .all_brands_section .brand_list li {
  margin-bottom: 5px; }

.supermarket-pageType--page .body .container .all_brands_section .brand_list li a {
  color: #e51b23;
  text-decoration: none; }

.supermarket-pageType--page .body .container .all_brands_section .brand_list li a:hover {
  text-decoration: underline; }

.supermarket-pageTypeName--parts-lookup .page-description p {
  font-size: 20px !important; }

.supermarket-pageTypeName--parts-lookup .page-description p a {
  color: #e51b23;
  text-decoration: none; }

.supermarket-pageTypeName--parts-lookup .page-description p a:hover {
  text-decoration: underline; }

.supermarket-pageTypeName--parts-lookup .page-description .brandGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -2rem;
  margin-left: -2rem; }

.supermarket-pageTypeName--parts-lookup .page-description .brandGrid .brand {
  width: 16.6665%;
  padding: 2rem; }

.supermarket-pageTypeName--parts-lookup .page-description .brandGrid .brand .card-img-container {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }

.supermarket-pageTypeName--parts-lookup .page-description .brandGrid .brand .card-img-container img {
  width: 100%;
  padding: 0;
  position: unset; }

.supermarket-pageTypeName--parts-lookup .page-description .brandGrid .brand .card-img-container::after {
  display: none; }

@media (max-width: 1620px) {
  .supermarket-pageType--page .body .container {
    padding: 50px 80px 120px 80px; }
  .supermarket-pageType--page .body .container .page-heading {
    font-size: 48px;
    line-height: 56px; } }

@media (max-width: 1440px) {
  .supermarket-pageType--page .body .container {
    padding: 50px 70px 120px; }
  .supermarket-pageType--page .body .container .page-heading {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 25px; } }

@media (max-width: 1380px) {
  .supermarket-pageType--page .body .container {
    padding: 45px 60px 110px; } }

@media (max-width: 1240px) {
  .supermarket-pageType--page .body .container {
    padding: 45px 50px 100px; }
  .supermarket-pageType--page .body .container .page-heading {
    font-size: 42px;
    line-height: 48px; }
  .supermarket-pageType--page .body .container .brandGrid .brand {
    width: 20%; } }

@media (max-width: 1080px) {
  .supermarket-pageType--page .body .container {
    padding: 40px 40px 90px; }
  .supermarket-pageType--page .body .container .brandGrid {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .supermarket-pageType--page .body .container .brandGrid .brand {
    width: 25%;
    padding: 1.5rem; } }

@media (max-width: 991px) {
  .supermarket-pageType--page .body .container {
    padding: 40px 30px 80px; }
  .supermarket-pageType--page .body .container .page-heading {
    font-size: 38px;
    line-height: 42px; } }

@media (max-width: 800px) {
  .supermarket-pageType--page .body .container {
    padding: 30px 15px 50px; }
  .supermarket-pageType--page .body .container .breadcrumbs {
    margin-bottom: 12px; }
  .supermarket-pageType--page .body .container .page-heading {
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 18px; }
  .supermarket-pageType--page .body .container .brandGrid {
    margin-right: -1rem;
    margin-left: -1rem; }
  .supermarket-pageType--page .body .container .brandGrid .brand {
    width: 33.3331%;
    padding: 10px 1rem; }
  .supermarket-pageType--page .body .container .all_brands_section {
    margin-top: 40px; }
  .supermarket-pageType--page .body .container .all_brands_section .brand_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0; }
  .supermarket-pageTypeName--parts-lookup .page-description p {
    font-size: 16px !important; } }

@media (max-width: 550px) {
  .body .productCarousel-slide {
    width: 100%;
    padding: 0; }
  .supermarket-page--pages-category .body .container .page .page-sidebar + .page-content .productGrid .product, .supermarket-page--pages-search .body .container .page .page-sidebar + .page-content .productGrid .product {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .supermarket-pageType--page .body .container .brandGrid {
    margin-right: -10px;
    margin-left: -10px; }
  .supermarket-pageType--page .body .container .brandGrid .brand {
    width: 50%;
    padding: 10px; }
  .supermarket-pageType--page .body .container .all_brands_section {
    margin-top: 30px; }
  .supermarket-pageType--page .body .container .all_brands_section .brand_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .supermarket-pageType--page .body .container .all_brands_section .brand_list li {
    line-height: 20px; }
  .supermarket-pageType--page .body .container .all_brands_section .brand_list li a {
    font-size: 16px !important; } }

.quick_order_page .plus-icon {
  height: 28px;
  width: 28px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer; }

.quick_order_page .plus-icon::before {
  content: "+"; }

.quick_order_page .plus-icon:hover {
  border: 1px solid #391271; }

.quick_order_page .minus-icon {
  height: 28px;
  width: 28px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer; }

.quick_order_page .minus-icon::before {
  content: "-"; }

.quick_order_page .minus-icon:hover {
  border: 1px solid #391271; }

.quick_order_page .quick_order_container {
  max-width: 950px;
  width: 100%; }

.quick_order_page .quick_order_container .quick_order_input_container .quick_order_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.quick_order_page .quick_order_container .quick_order_input_container .quick_order_input:last-child {
  margin-bottom: 0; }

.quick_order_page .quick_order_container .quick_order_input_container .quick_order_input .quick_input {
  max-width: 420px; }

.quick_order_page .quick_order_container .quick_order_input_container .quick_order_input .quick_qty {
  max-width: 80px;
  text-align: center; }

.quick_order_page .quick_order_container .quick_order_button {
  margin-top: 25px; }

.quick_order_page .quick_order_container .quick_order_button .add_to_cart_button {
  margin-bottom: 0; }

.quick_order_page .modal-background-div {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.has-activeModal .modal-background-div {
  display: block; }

.brand_page_pagebuilder .page-heading {
  color: #e51b23; }

.brand_page_pagebuilder [data-content-region=brand_below_header] {
  margin-bottom: 50px; }

.brand_page_pagebuilder [data-content-region=brand_below_header] a, .brand_page_pagebuilder [data-content-region=brand_below_header] p {
  font-size: 18px;
  line-height: 24px; }

.brand_page_pagebuilder [data-content-region=brand_below_header] a {
  color: #e51b23;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none; }

.brand_page_pagebuilder [data-content-region=brand_below_header] a:hover {
  text-decoration: underline; }

#newsletter_popup {
  display: none !important; }

.login {
  max-width: 100%; }

.beautify__newsletter.newsletter_embeded > .container.newsletter-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.beautify__newsletter .container.newsletter-footer .page-heading {
  margin-bottom: 0; }

.supermarket-page--pages-cart ul.breadcrumbs {
  margin-top: 20px; }

.supermarket-page--pages-account- .container {
  padding: 50px 10px 10px 10px; }

.location .location-name {
  padding: .5rem .75rem;
  margin-bottom: .5rem; }

.page-column.main-column, .page-column.side-column-2 {
  padding: 10px;
  width: 100%; }

@media (min-width: 769px) {
  .page-column.main-column, .page-column.side-column-2 {
    padding: 10px;
    width: 50%; }
  .column-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

h4.faq-toggle-title {
  font-size: 22px; }

body {
  font-size: 22px !important; }

[style*="--aspect-ratio"] > :first-child {
  width: 100%; }

[style*="--aspect-ratio"] > img {
  height: auto; }

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative; }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio))); }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; } }

.header .main-header ._searchBar .quick-search .form-input {
  height: 55px !important;
  font-weight: 500 !important; }

.header .main-header ._searchBar .quick-search ._searchIcon {
  height: 55px !important; }

.header ._searchBar {
  -webkit-box-flex: 0.75 !important;
  -ms-flex: 0.75 !important;
  flex: 0.75 !important; }

.header .main-header .container .header-logo {
  max-width: 270px !important; }

.header-logo-image {
  max-width: 100% !important; }

.footer > .container .footer-info [data-section-type=storeInfo] .footer-info-heading .footer-logo-image-container .footer-logo-image {
  width: 270px !important;
  max-width: 270px !important; }

.footer-logo-image-container {
  max-width: 270px !important; }

.breadcrumbs {
  padding: 0;
  margin: 0;
  margin-bottom: 23px; }

.productView-options {
  display: none; }

.supermarket-page--pages-product .body .container .productView .productView-descriptionWrapper .productView-description {
  padding-top: 0 !important; }

body.supermarket-page--pages-contact-us .body .container .page.about_us_page div[data-content-region=about_us_details],
body.supermarket-page--pages-custom-page-about-us .body .container .page.about_us_page div[data-content-region=about_us_details] {
  padding: 70px 20px !important; }

body.supermarket-page--pages-contact-us .body .container .page.about_us_page #contact-us-page,
body.supermarket-page--pages-custom-page-about-us .body .container .page.about_us_page #contact-us-page {
  float: none; }

.supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
  padding: 70px 70px; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .form .form-row--half > .form-field .form-input {
  height: 70px; }

img.testing-brands-image {
  -webkit-box-shadow: 5px 5px 5px grey;
  box-shadow: 5px 5px 5px grey;
  border-radius: 14px; }

ul.breadcrumbs {
  font-size: 20px; }

li.breadcrumb.is-active {
  font-size: 20px; }

.price_section_container .price--main {
  color: #227f00 !important; }

.supermarket-page--pages-product .body .container .productView .productView-beforeAlsoBought .productView-details .productView-product .productView-price .price_section_container .productView-info-bulkPricing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0 !important;
  margin-top: 5px !important; }

.home_icon {
  width: 20px; }

.right_side_arrow {
  font-size: 20px;
  width: 8px; }

.supermarket-page--pages-brand .body .container {
  padding: 54px 102px 130px 100px; }

.is-active span {
  font-size: 20px;
  color: grey; }

.supermarket-pageType--brand .body .container .breadcrumbs .breadcrumb {
  vertical-align: middle; }

.navPage-subMenu .navPage-subMenu-item:focus .navPage-subMenu-action, .navPage-subMenu .navPage-subMenu-item:hover .navPage-subMenu-action {
  color: #000;
  background-color: #fb030300;
  text-decoration: none !important; }

.element__topHeader a {
  color: #fff !important; }

.element__topHeader .icon {
  fill: #ffffff !important; }

a:focus, a:hover {
  color: #d14343 !important; }

.resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #d3d3d3;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 10px; }

.left a {
  margin: 0 !important;
  padding-left: 5px;
  color: #000;
  text-decoration: none; }

.grid-container {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  padding: 0; }

.grid-item {
  padding: 5px;
  font-size: 20px;
  list-style: none;
  text-align: left; }

@media (max-width: 769px) {
  .productView-details .quote-form a.button.button--primary {
    min-width: 206px;
    width: auto;
    display: inline-block;
    float: left;
    max-width: 100%; }
  .supermarket-page--pages-product .body .container {
    padding: 54px 50px 50px 50px !important; }
  .grid-container {
    grid-template-columns: 50% 50%; } }

.featured_brands_container-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  text-align: center; }

.featured_brands_items-1 {
  padding: 20PX;
  border: 1px solid #000; }

.featured_brands_items-2 {
  padding: 20PX;
  border: 1px solid #000;
  border-radius: 15px;
  margin-left: 16px; }

li.navPages-item.navPage_subMenu_mega_menu {
  display: none; }

.account {
  margin-top: 2.5rem; }

.breadcrumb {
  font-size: 21px !important; }

@media (max-width: 799px) {
  .featured_brands_items-1 {
    padding: 5PX; }
  .header ._searchBar {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 100%; }
  .navUser-item {
    padding: 5px; }
  .header .main-header .container .header-logo {
    max-width: 100% !important; } }

@media (max-width: 1024px) {
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 70px 0; }
  .supermarket-page--pages-brand .body .container {
    padding: 0 11px 130px 11px !important; } }

@media (max-width: 1420px) {
  .beautify__newsletter .container.newsletter-footer .page-heading {
    margin-bottom: 20px;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (min-width: 1420px) {
  ul.breadcrumbs {
    padding-top: 30px; } }

.accordion {
  margin: 20px auto;
  border: none; }

.accordion-item {
  border-bottom: 1px solid #fff; }

.accordion-btn {
  width: 100%;
  border: none;
  padding: 10px;
  text-align: left;
  COLOR: #353535;
  cursor: pointer;
  outline: 0;
  border-bottom: 1px solid #353535; }

.accordion-content {
  display: none;
  padding: 10px; }

.sub-accordion {
  margin-left: 20px; }

.card-buttons .card-figcaption-button {
  padding: 0 !important; }

.cart-actions .button {
  padding: 0 3rem !important; }

.previewCartAction .button {
  font-size: 15px; }

.accordion-btn.with-icon {
  position: relative;
  padding-right: 25px; }

.accordion-btn.with-icon::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.accordion-btn.with-icon.open::after {
  content: "\25B2"; }

.previewCartCheckout .button {
  display: block;
  margin: 0;
  width: 100%;
  font-size: 18px; }

.supermarket-page--pages-brand .body .container {
  padding: 0 102px 130px 100px; }

.productView-top_label {
  display: none !important; }

.branded-image {
  width: 300px; }

.branded-image {
  width: 250px !important;
  height: 120px !important;
  overflow: hidden !important;
  position: relative !important; }

.branded-image img {
  left: 0 !important;
  width: 250px !important;
  height: auto !important;
  position: absolute !important;
  top: -55px !important; }

.branded-image.Sparex img {
  top: 20px !important; }

a.anchors {
  color: green;
  text-decoration: none; }

.contactssus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.guns td {
  padding-left: 30px; }

.page-headings {
  font-weight: 900;
  margin-top: 0rem;
  font-size: 45px;
  font-family: Montserrat; }

@media (max-width: 786px) {
  .page-headings {
    font-size: 25px;
    margin-top: .25rem; }
  [data-layout-name=HeroBanner] [class^=sd-hero-image-] > div > div:after {
    background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/original/image-manager/home-banner-mobile.jpg?t=1742991886); } }

@media screen and (max-width: 1280px) and (min-width: 1120px) {
  .header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
    font-size: 18px; } }

@media screen and (max-width: 1280px) {
  .button--primary {
    font-size: 16px !important; }
  .beautify__cart {
    display: block; } }

@media screen and (max-width: 920px) and (min-width: 801px) {
  .header #menu .navPages .navPages-list > .navPages-item > .navPages-action {
    font-size: 12px; } }

@media (max-width: 800px) {
  #tax-exemption-form .form-field {
    display: inline-block;
    float: left;
    width: 100%;
    padding-right: 0; }
  .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready .mfp-iframe-scaler, .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready .mfp-iframe-scaler iframe {
    height: auto !important;
    min-height: 400px; }
  .supermarket-pageTypeName--about-us .body .container [data-content-region=about_us_equipment_banner] {
    padding: 0; }
  .supermarket-pageTypeName--about-us .body .container #contact-us-page {
    padding: 20px 60px; }
  body.supermarket-page--pages-contact-us .body .container .page.about_us_page div[data-content-region=about_us_details],
  body.supermarket-page--pages-custom-page-about-us .body .container .page.about_us_page div[data-content-region=about_us_details] {
    padding: 20px 20px !important; }
  header.header #menu .navPages .navPages-list li.navPages-item {
    width: 100%; }
  /*[data-content-region="home_below_menu"] {
        margin-top: 50px;
    }*/
  [data-content-region="home_below_featured_products"] [data-layout-name=OurStory] > [data-sub-layout]:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .brand_page_pagebuilder .page-heading {
    text-align: center; }
  .brand_page_pagebuilder [data-content-region=brand_below_header] {
    margin-bottom: 40px; }
  .brand_page_pagebuilder [data-content-region=brand_below_header] a, .brand_page_pagebuilder [data-content-region=brand_below_header] p {
    font-size: 16px;
    line-height: 20px; }
  .brand_page_pagebuilder [data-content-region=brand_below_banner] [data-layout-name] {
    margin-bottom: 40px; } }

.mfp-preloader {
  display: none; }

a.button.button--primary.card-figcaption-button {
  line-height: 3; }

.resources {
  margin-top: 20px !important; }

.productView-imageCarousel-main-item img {
  width: 60% !important; }

.card .card-image ~ .card-image {
  opacity: 1; }

.featured_brands_items-1.sparex img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 5%; }

.featured_brands_items-1.sparex {
  position: relative; }

.header #menu .navPages .navPages-list li.navPages-item {
  float: none;
  width: auto;
  display: inline-block;
  margin: auto; }

.header #menu .navPages .navPages-list {
  width: 100%;
  text-align: center; }

body {
  padding-top: 0 !important; }

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready .mfp-iframe-scaler, .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready .mfp-iframe-scaler iframe {
  position: absolute;
  width: 85%;
  height: 95%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7); }

.supermarket-pageType--page-contact-form table.guns td {
  white-space: pre; }

.supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body .page_title {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700; }

.supermarket-pageTypeName--about-us .body .manual-captcha-input-container {
  display: block; }

.supermarket-pageTypeName--about-us .body .manual-captcha-input-container .question {
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .5rem; }

.supermarket-pageTypeName--about-us .body .form-actions {
  text-align: left; }

[data-content-region="about_us_details"], .supermarket-pageTypeName--about-us .body .container #contact-us-page .page-content-body {
  max-width: 91.71429rem;
  margin: auto; }

.card-img-container.no_image:after {
  z-index: 99999999;
  position: relative;
  background-size: contain; }

.card-img-container.no_image.manitou:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/original/p/apit2mgaw__94365.original.jpg); }

.card-img-container.no_image.gehl:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2548635/2561047/gehl__32096.1705477220.jpg); }

.card-img-container.no_image.granit:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/original/image-manager/granit.png); }

.card-img-container.no_image.great-plains:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2547560/2559972/great_plains__32612.1705324010.jpg); }

.card-img-container.no_image.hy-capacity:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/original/y/apirqluh0__96450.original.jpg);
  background-size: cover;
  transform: scale(1.2); }

.card-img-container.no_image.jcb:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2548617/2561029/jcb__03693.1705477066.jpg); }

.card-img-container.no_image.kuhn:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2383499/2393613/kuhn__25241.1704961409.jpg); }

.card-img-container.no_image.sma:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2380558/2390671/sma__16919.1704940917.jpg); }

.card-img-container.no_image.agco:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2548642/2561054/agco__54802.1705477282.jpg); }

.card-img-container.no_image.claas:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2356773/2366891/claas__17492.1704885521.jpg); }

.card-img-container.no_image.a-i-products:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2548640/2561052/ai-products__32945.1705477264.jpg); }

.card-img-container.no_image.sparex:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2342628/2352757/sparexnew__54376.1704866586.jpg); }

.card-img-container.no_image.woods:after {
  background-image: url(https://cdn11.bigcommerce.com/s-ywv2zd8w30/images/stencil/160w/products/2523996/2534730/woods__98769.1705268054.jpg); }

.featured_brands_items p:last-child {
  bottom: 0;
  position: absolute;
  margin-bottom: 0; }

.featured_brands_items {
  position: relative; }

.featured_brands_items p:first-child {
  margin: 0;
  position: absolute;
  top: 35px; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item {
  display: grid; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item h4,
.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item a,
.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item p {
  color: #ffffff; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .has-text-centered a,
.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .has-text-centered p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .has-text-centered h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px; }

.footer > .container .footer-info [data-sub-layout="e312e01a-4f5e-466b-a3ee-ca1bdaf32714"] {
  display: inline-block; }

.supermarket-pageTypeName--agco .breadcrumbs, .supermarket-pageTypeName--agco h1.page-heading,
.supermarket-pageTypeName--claas .breadcrumbs, .supermarket-pageTypeName--claas h1.page-heading,
.supermarket-pageTypeName--jcb .breadcrumbs, .supermarket-pageTypeName--jcb h1.page-heading,
.supermarket-pageTypeName--woods .breadcrumbs, .supermarket-pageTypeName--woods h1.page-heading,
.supermarket-pageTypeName--gehl .breadcrumbs, .supermarket-pageTypeName--gehl h1.page-heading,
.supermarket-pageTypeName--great-plains .breadcrumbs, .supermarket-pageTypeName--great-plains h1.page-heading {
  display: none; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .has-text-centered .location-address .icon {
  position: absolute;
  left: 15px; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .has-text-centered .location-address {
  padding-left: 20px;
  margin-top: 0px; }

.footer > .container .footer-info .footer_address_section .footer_address_list .footer_address_item .has-text-centered p.location-phone + .icon {
  top: -6px;
  position: relative; }

.account-body div#FormField_55, .account-body div#FormField_56, .account-body div#FormField_57, .account-body div#FormField_58, .account-body div#FormField_59, .account-body div#FormField_60, .account-body div#FormField_66, .account-body div#FormField_61, .account-body div#FormField_62, .account-body div#FormField_63, .account-body div#FormField_64, .account-body div#FormField_65 {
  display: none; }

.card-img-container[data-product-brand="granit"] {
  top: 60px;
  position: relative; }

dd.productView-info-value {
  line-height: 16px; }

.truck-freight-message {
  color: red; }

dd.productView-info-value.truck-freight-message small {
  font-size: 16px; }

.brand .card-img-container:after {
  padding: 0 !important; }

.supermarket-pageType--page .body .container .brandGrid .brand,
.supermarket-pageType--page .body .container .brandGrid .brand .card-img-container img {
  min-width: 280px; }

.supermarket-pageTypeName--faqs .accordion-btn {
  font-weight: bold;
  font-size: 16px; }

.supermarket-pageTypeName--faqs .accordion-btn::before {
  content: 'Q: '; }

.supermarket-pageTypeName--faqs .accordion-btn::after {
  content: '?'; }

.supermarket-pageTypeName--faqs .page-content-body p {
  margin: 0; }

.accordion-content p::before {
  content: "A: ";
  font-weight: bold; }

.accordion-content {
  font-size: 16px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-title] p {
  height: 62px;
  width: 407px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] {
  height: 340px;
  width: 573px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-button] {
  height: 66px;
  width: 269px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p strong:first-child {
  height: 240px;
  width: 573px; }

[data-content-region="home_below_carousel"] [data-layout-name="HerroBanner"] [class*=sd-hero-image] > div > div [data-test-id=hero-image-subtitle] p {
  height: 340px;
  width: 573px; }

.main [data-content-region=home_below_new_products] [data-layout-name=OurVideos] .our_videos_section .our_videos_container .our_videos_item .our_videos_img {
  width: 303px;
  height: 221px;
  object-fit: contain; }

@-moz-document url-prefix() {
  @media screen and (max-width: 800px) {
    .header .main-header {
      padding: 15px;
      position: relative;
      z-index: 9;
      background: #1b1b1b; }
    .navUser-item--cart {
      display: block; }
    .header .main-header .navUser-section .navUser-item .navUser-action {
      display: block;
      position: relative; }
    .header .main-header .countPill {
      display: block;
      top: 4px;
      left: 35%; } } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5, h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 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-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type=text] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name=credit_card_number] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name=cvv] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child, .form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color, .form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color, .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon, .icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input, .actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: white;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: white;
      stroke: white; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before,
.navUser-action--channelSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .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: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: white; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form, .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid white;
  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; }

.navPages {
  background-color: white;
  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 white;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid white;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: white;
    stroke: white; }
  .navPages-action:hover, .navPages-action.activePage {
    color: white; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    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: white;
      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) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid white;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid white;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next, .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name, .productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name, .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type=number] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type=file] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading, .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.reset-filters {
  display: none; }

.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;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 801px) {
  .cart-header-quantity, .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease; }
  @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; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label, .cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label, .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input, .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 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; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

.cart-totalsWrapper {
  display: block;
  overflow: auto; }

span.countPill.cart-quantity.countPill--positive {
  position: absolute;
  bottom: 9px; }

.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;
  padding-top: 0; }
  .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; } }

.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 {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key, .account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: #3c3c3c;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: #3c3c3c;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  top: 0;
  width: 100%;
  z-index: 100;
  display: grid; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: white;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.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); }

h1.header-logo.header-logo--center {
  float: left;
  display: inline-block;
  margin: 0; }

nav.navUser {
  float: right;
  display: inline-block;
  width: auto; }

.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; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@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: black;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 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; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color, .form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 100%; } }

@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; } }

/*****************Custom Style**********/
h1.header-logo.header-logo--left {
  float: left;
  margin: 0; }

.main-header {
  padding: 40px 0px 16px;
  display: block;
  width: 100%;
  float: left; }

header.header[role="banner"] {
  border: none; }

.sd-hero-image-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2 .go2764057900 {
  padding: 129px 101px 150px; }

.go3131609004.content-editable-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2-title.go1304574217.custom {
  background: -webkit-gradient(linear, left top, left bottom, from(#e61b23), to(#730e12));
  background: linear-gradient(180deg, #e61b23 0, #730e12 100%);
  -webkit-transform: skewX(344deg);
  -ms-transform: skewX(344deg);
  transform: skewX(344deg);
  margin-left: 10px;
  border-radius: 5px; }

.go3131609004.content-editable-b6abf5e3-4dc3-449d-91c8-4fc2d3e486c2-title.go1304574217.custom p {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 47px;
  font-style: italic;
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 50px 6px 23px;
  border-radius: 5px;
  -webkit-transform: skewX(-344deg);
  -ms-transform: skewX(-344deg);
  transform: skewX(-344deg);
  text-transform: uppercase;
  letter-spacing: 0; }

.account .form-row:after, .account .form-row:before {
  display: none; }

.account .form-row.form-row--half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Adjust as needed */
  grid-auto-flow: row; }

.account .form-row.form-row--half .form-field {
  width: 100%; }

.account .form-row.form-row--half .form-field#FormField_6 {
  grid-column: 1;
  grid-row: 1; }

.account .form-row.form-row--half .form-field#FormField_1 {
  grid-column: 2;
  grid-row: 1; }

.account .form-row.form-row--half .form-field#FormField_2 {
  grid-column: 1;
  grid-row: 7; }

.account .form-row.form-row--half .form-field#FormField_3 {
  grid-column: 2;
  grid-row: 7; }

.account .form-row.form-row--half .form-field#FormField_29,
.account .form-row.form-row--half .form-field#FormField_69,
.account .form-row.form-row--half .form-field#FormField_11 {
  display: none; }

.account .form-row.form-row--half .form-field#FormField_54 {
  display: none; }

.navBar--sub .navBar-item.is-active, .navBar--sub .navBar-item {
  padding: .75rem;
  border-bottom: 0; }

ul.breadcrumbs {
  margin-top: 30px; }

.header .main-header .navUser-section .navUser-item .navUser-action + .navUser-action {
  font-size: x-small;
  line-height: 1; }

.card-text.card-text--price[date-price="zero"], [date-price="zero"], .productView-price[date-price="zero"] {
  display: none !important; }

/*.account .form-row.form-row--half .form-field#FormField_4 {
        grid-column: 1;
        grid-row: 2;
}
.account .form-row.form-row--half .form-field#FormField_5 {
        grid-column: 2;
        grid-row: 2;
}
.account .form-row.form-row--half .form-field#FormField_8 {
        grid-column: 1;
        grid-row: 3;
}
.account .form-row.form-row--half .form-field#FormField_9 {
        grid-column: 2;
        grid-row: 3;
}
.account .form-row.form-row--half .form-field#FormField_10 {
        grid-column: 1;
        grid-row: 4;
}
.account .form-row.form-row--half .form-field#FormField_12 {
        grid-column: 2;
        grid-row: 4;
}*/
.supermarket-page--pages-category .body .container .page .page-sidebar .sidebarBlock + .sidebarBlock {
  display: none; }

article.footer-info-col.footer-info-col--social.footer-info-col--.full {
  min-width: 295px;
  margin: auto;
  display: block; }

.supermarket-pageTypeName--employment .accordion-content p::before {
  content: unset;
  font-weight: bold; }

.supermarket-pageTypeName--employment .accordion-btn {
  padding-left: 0px !important;
  font-weight: 700;
  font-size: 16px; }

.supermarket-pageTypeName--employment .accordion-btn {
  color: #353535; }

.supermarket-pageTypeName--employment .accordion-content p::before {
  content: unset;
  font-weight: bold; }

.border-bottom {
  border-bottom: 1px solid black !important;
  padding: 0px 0px 10px 0px !important; }
