@charset "UTF-8";
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: #4f4f4f;
  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: "nowregular", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: "nowmedium", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: black;
    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 #e4e4e4;
  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 #dfdfdf;
  color: #4f4f4f;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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 #e4e4e4;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .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 #e4e4e4; }

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

.table-tbody tr {
  border-bottom: 1px solid #e4e4e4; }
  .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: "nowmedium", 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: #dfdfdf;
  color: #454545;
  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: #989898;
    color: #666666; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .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: #454545;
  border-color: #454545;
  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: #989898;
    border: 1px solid #989898;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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: #4f4f4f; }

/*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: #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: 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 #4f4f4f;
  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: black;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #454545;
  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: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #4f4f4f;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    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; }

/*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: #dfdfdf;
  color: #454545;
  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: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*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 #4f4f4f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #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: 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: #989898; }

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

/*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 #4f4f4f;
    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: #69d66f; }

.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: #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-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: #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-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: #d4cb49; }

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

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

/*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: #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: black;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    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: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e4e4e4;
  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: black;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #4f4f4f; }

.tab.is-active .tab-title {
  color: #4f4f4f;
  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: #2d2d2d;
  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: black;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    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: black;
      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: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  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: #e8e8e8;
  border-color: #e8e8e8;
  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: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

.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: #4f4f4f; }

/*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: #e4e4e4 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e4e4e4 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: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e4e4e4;
  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 #e4e4e4;
  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 #e4e4e4;
  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(45, 45, 45, 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 #989898 #989898;
    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 #4f4f4f;
  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: black; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #989898;
    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: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

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

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

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

.slick-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 #2d2d2d;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #2d2d2d; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

.productView .slick-dots,
.product-tabs .slick-dots {
  position: relative;
  bottom: 0;
  margin-bottom: 1.42857rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-icon {
  display: flex; }

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: #a5a5a5;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  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: black;
  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(130, 130, 130, 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: black;
  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 #e4e4e4; }
  .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: #e4e4e4;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e4e4e4;
    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 #e4e4e4; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

.form-wishlist {
  position: relative; }

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

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

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

@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: #4f4f4f;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #a5a5a5; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "nowregular", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #4f4f4f;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #454545;
      border-color: #454545;
      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: #989898;
      border-color: #989898;
      color: white; }

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer; }

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

.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: #4f4f4f; }
  .pagination-item.pagination-item--current {
    border-color: #e4e4e4;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: black; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #a5a5a5; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #a5a5a5; }

.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: black;
    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: #4f4f4f; }

.tab {
  border-top: 1px solid #e4e4e4;
  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 #e4e4e4;
        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 {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #4f4f4f; }

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

.form-label--alternate {
  font-family: "nowmedium", 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: #a5a5a5;
  font-size: 13px; }

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #dfdfdf;
  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: #989898; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-title {
  font-size: 1rem;
  margin: 0 0 1.07143rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden; }
  .card-title > a {
    color: #2d2d2d;
    text-decoration: none; }
    .card-title > a:hover {
      color: #a5a5a5; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
    margin: 0; }

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #4f4f4f; }
    .card--alternate:hover .card-body {
      background-color: #4f4f4f; }
      .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 #dfdfdf;
    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(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: 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: #f2f2f2;
  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: 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 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 #4f4f4f; } }
    .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 black;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #4f4f4f; }

.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 #dfdfdf;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }

.actionBar-section .form-label {
  color: black;
  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: black;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  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 #e8e8e8;
    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 #e8e8e8 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: #4f4f4f;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #a5a5a5; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #a5a5a5;
      stroke: #a5a5a5; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

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

.navUser-or {
  color: #4f4f4f;
  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 #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: initial;
    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: #4f4f4f;
  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: #dfdfdf;
  color: #454545; }

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

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

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

.navPages {
  background-color: #f2f2f2;
  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 #dfdfdf;
    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 #dfdfdf;
  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: #4f4f4f;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #f2f2f2; }
        .navPages-action.is-open svg {
          fill: #a5a5a5;
          stroke: #a5a5a5; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #a5a5a5; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #a5a5a5;
      stroke: #a5a5a5; }
  .navPages-action svg {
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

.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: #f2f2f2;
      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 #dfdfdf;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

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

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

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

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

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

.navPages-quickSearch {
  border-bottom: 1px solid #e4e4e4;
  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 #e4e4e4; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e4e4e4; }
  .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: black;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

.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: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #4f4f4f;
      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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: black; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  overflow: hidden; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    opacity: 1;
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel.slick-initialized {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel.slick-initialized {
        max-height: 42.85714rem; } }
  .heroCarousel:not(.slick-initialized) .heroCarousel-link:not(.heroCarousel-link--first) {
    display: none; }
  .heroCarousel:not(.slick-initialized) .heroCarousel-slide {
    background-repeat: no-repeat;
    background-size: contain; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 17.85714rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
    @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-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

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

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

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

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

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

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

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

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

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

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

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 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: #a5a5a5;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 550px) and (max-width: 799px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 800px) {
    .productCarousel-slide {
      width: 25%; } }
  .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: black;
  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: 0; }

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

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

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

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

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

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

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

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e4e4e4;
    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: black;
  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: black; }
    .productView-brand a:hover {
      color: #4f4f4f; }

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink--new {
    padding: 0; }
  .productView-reviewLink > a {
    color: black; }
    .productView-reviewLink > a:hover {
      color: #4f4f4f; }

.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: "nowmedium", 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 input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #dfdfdf;
  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 #dfdfdf; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.compareTable {
  border-top: 1px solid #e4e4e4;
  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 #e4e4e4; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "nowmedium", 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: #f2f2f2;
  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: #4f4f4f;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: black; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .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: #e4e4e4 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.banners {
  background-color: #4f4f4f;
  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: #f2f2f2;
  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: black;
    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-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.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 #e4e4e4;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

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

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

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

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

.cart-item-image {
  max-height: 14rem;
  max-width: 150px; }
  @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; } }

@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: #4f4f4f;
  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: #a5a5a5;
  margin-bottom: 0.21429rem; }

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

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

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

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

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

.cart-total-label {
  color: black;
  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: "nowmedium", 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,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #4f4f4f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 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: black;
  display: inline-block;
  font-size: 13px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    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: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 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: #a5a5a5;
  font-family: "nowregular", 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: #a5a5a5;
  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: black;
  font-family: "nowregular", 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: black;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e4e4e4;
  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: #bfbfbf;
  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: black;
  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: #4f4f4f; }

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

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

.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: #4f4f4f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e4e4e4;
  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: black;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: black; }

.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: #dfdfdf; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-heading {
  color: #454545;
  font-family: "nowregular", 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: #a5a5a5;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

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

.skip-to-main-link {
  background: #fff;
  color: #4f4f4f;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

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

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  height: inherit; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #4f4f4f;
    height: inherit;
    display: flex;
    align-items: 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;
        padding: 0;
        width: 100%; } }
    .header-logo__link:hover {
      color: #a5a5a5; }
    .header-logo__link:active {
      color: #a5a5a5; }

.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: "nowmedium", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  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;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

.header-logo-image-unknown-size {
  max-height: 2.35714rem;
  width: auto; }
  @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: #2d2d2d;
    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: #2d2d2d;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

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

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

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

.footer {
  background-color: white;
  border-top: 1px solid #e4e4e4;
  padding: 3rem 0; }

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

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

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

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

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

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    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: black;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #4f4f4f; }

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

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

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

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e4e4e4;
    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: black;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-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 #e4e4e4;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

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

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

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

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

.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 {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

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

.listItem-figure .sale-flag-sash {
  left: -25px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 15px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 25px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.CoronaText {
  background: #f4949e;
  color: #fff;
  font-size: 15px;
  padding: 10px; }

.HeroCarouselMobile {
  display: none !important; }

body {
  line-height: 1.10684752; }

.banners[data-banner-location="top"] {
  background-color: transparent; }

a.button.klaviyo-bis-trigger {
  border-radius: 0;
  color: #fff;
  font-family: now-regular;
  font-weight: 300;
  padding-left: 40px;
  text-transform: uppercase; }

.custom_options_wrap a.button.klaviyo-bis-trigger {
  background-image: none;
  padding: 5px;
  text-align: center !important; }

.card-body {
  text-align: center !important; }

.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax.HaveSalePrice {
  margin: 0; }

.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax.HaveSalePrice span.price.price--non-sale.HaveSalePrice {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 300; }

.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax.HaveSalePrice + .price-section.price-section--withoutTax span.price.price--withoutTax {
  color: #c23c42; }

span.price.price--withoutTax {
  color: #000;
  font-weight: 600; }

span.price-now-label {
  display: none !important; }

.cart-sect .price-div .productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax.HaveSalePrice[style="display: none;"] + .price-section.price-section--withoutTax span.price.price--withoutTax,
.price-section.price-section--withoutTax.non-sale-price--withoutTax[style="display: none;"] + .price-section.price-section--withoutTax span.price.price--withoutTax.HaveSalePrice {
  color: #000; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  font-size: 0; }

.price-section > span {
  text-align: center !important; }

.card-body p.card-text.unbxd_card_text,
.card-body p.card-text {
  color: #8c8c8c !important;
  font-family: nowregular !important;
  font-size: 10px; }

.card-figure .card-img-container::after {
  padding-bottom: 10px; }

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

.card-figure {
  width: 100%; }

#custom_CartRecommend_wrap .card-figure {
  display: block;
  height: 210px;
  margin-top: 0;
  max-height: 210px;
  overflow: hidden;
  width: 100%; }

.card-figure .card-image {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  text-align: center; }

.productGrid.slick-slider .card-figure .card-image {
  height: inherit; }

.button {
  padding: 0.64286rem 1.67828rem; }

.navUser.topNav .navUser-item.navUser-item--cart .navUser-action.is-open {
  position: relative; }

#cart-preview-dropdown {
  left: inherit !important;
  min-width: 420px !important;
  position: absolute;
  right: 0 !important;
  top: inherit !important; }

.previewCartItem-content .CartLeftSec {
  float: left;
  width: 65%; }

.previewCart .productView-image--cart {
  align-self: flex-start;
  -ms-flex-item-align: start;
  margin: 0 auto;
  max-height: 500px;
  width: auto; }

.previewCartItem-content .CartRightSec {
  FLOAT: right;
  margin-top: 20px;
  width: 25%; }

.previewCartItem-content .CartRightSec .previewCartItem-price {
  color: #da4c6a;
  font-family: nowmedium;
  font-size: 16px; }

.previewCartItem-content .CartRightSec .previewCartItem-price .NormalPrice {
  color: #000;
  margin-top: 10px; }

.header {
  z-index: 40; }

.clr {
  clear: both; }

.unbxd_filter_section .pagination,
.page-content .pagination {
  width: 40% !important; }

.unbxd_container .unbxd_filter_section .pagination,
.page-content .pagination .pagination-list {
  margin-top: 12px; }

ul.pagination-list {
  align-items: center;
  display: flex;
  justify-content: flex-end; }

.pagination-item.pagination-item--current {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  line-height: 1.5em;
  width: auto; }

.pagination-list li {
  display: inline-block; }

li.estimator-form-row {
  text-align: left; }

dd.estimator-form-input.estimator-form-input--price {
  text-align: right; }

li.navPages-item.Recommended.For.You,
li.navPages-item.Top.Selling.Products {
  display: none; }

.card-figcaption-button.quickview + .card-figcaption-button {
  display: none; }

#menu .navPages-list .navPages-item.New.Arrival {
  display: none; }

.modal-body.quickView .form-checkbox,
.modal-body.quickView .form-radio {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.CategoryPage .page-head:nth-child(3) {
  display: none !important; }

.socialLinks-item.socialLinks-item--pinterest .addthis_button_pinterest {
  width: 1.42857rem; }

.socialLinks-item.socialLinks-item--google_plusone .addthis_button_google_plusone {
  width: 2.92857rem; }

.socialLinks-item.socialLinks-item--google_plusone .addthis_button_google_plusone .google_plusone_iframe_widget {
  width: 2.92857rem !important; }

#FriendlyReminder .FriendlyReminderBox {
  display: none; }

#MobileRibbonWrap {
  position: relative; }

#MobileRibbonWrap .MobileRibbon > a {
  display: block; }

#MobileRibbonWrap #MobileRibbonClose {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 10%;
  z-index: 999; }

.MobilePopupEnabled .navPages-container.is-open {
  top: 30vw !important; }

.cart-item-block.cart-item-title > a {
  display: none !important; }

.cart-list .cart-item .cart-item-block.cart-item-figure {
  padding: 10px 0; }

.cart-list .cart-item {
  position: relative; }
  .cart-list .cart-item .cart-remove.icon {
    left: 0;
    position: absolute;
    top: 0; }

.cart-form.coupon-code .form-input,
.cart-form.gift-certificate-code .form-input {
  font-size: 1rem; }

.pagination-item.pagination-item--current {
  background-color: #e99da1; }

.brandGrid + .pagination .pagination-list li a,
.brandGrid + .pagination .pagination-list li button {
  display: inline-flex; }

.pagination-item:hover .pagination-link {
  color: #e99da1; }

.CloseSelectOpt2 {
  cursor: pointer;
  font-size: 25px;
  margin-top: -33px;
  position: fixed;
  right: 30px; }

/*.previewCartCheckout-additionalCheckoutButtons {
	display: none;
}*/
.FloatRight.PayPalExpressCheckout.RemoteCheckout.CheckoutButton {
  display: none; }

.previewCartCheckout .apple-pay-checkout-button {
  display: none; }

.apple-pay-supported .apple-pay-checkout-button {
  display: inline-block !important; }

.actionBar-section .form-select {
  height: 2.557rem !important;
  padding-left: 10px;
  padding-top: 0 !important; }

#product-listing-container .form-field .form-label {
  margin-top: 0;
  vertical-align: middle; }

.page-sidebar + .page-content .productGrid .product {
  text-align: center;
  width: 25%; }

.page-sidebar + .page-content .productGrid .product .card-body {
  text-align: center; }

.page-sidebar + .page-content .productGrid .product .card-body .price.price--withoutTax {
  text-align: center; }

.unbxd-as-wrapper ul li:hover {
  background-color: #eee !important; }

#unbxd-reset {
  cursor: pointer; }

.productGrid .product {
  width: 25%; }

.searchbar .form-input {
  background: transparent;
  border: none;
  height: 2.4137rem; }

.searchbar .form-prefixPostfix {
  border: 1px solid #000; }

.searchbar .form-prefixPostfix .button {
  border: medium none;
  height: 2.4137rem; }

.searchbar form {
  padding-top: 49px;
  width: 93%; }

.searchbar .form-field {
  margin: 0; }

.header-info {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 30px 0; }

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

.header-info-col {
  /*@include grid-column(12);*/
  color: black;
  display: inline-block;
  float: none;
  font-size: 1rem;
  padding-left: 0.55342rem;
  padding-right: 0.55342rem;
  width: 100%; }
  @media (min-width: 551px) {
    .header-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .header-info-col {
      width: 33.33334%; } }
  .header-info-col > :first-child {
    margin-top: 0; }
  .header-info-col > :last-child {
    margin-bottom: 0; }

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

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

.header-info-col.header-info-col--small.banner-bar {
  padding-top: 0;
  text-align: right; }

.newsletter-form .button.button--primary {
  background: #e99da1 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff !important;
  font-family: "nowbold";
  font-size: 16px;
  height: 2.8rem;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 10px 20px; }

.newsletter-form #nl_email {
  border: 1px solid #000;
  border-radius: 0;
  color: #000 !important;
  height: 2.8rem;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 10px 20px; }

.footer {
  position: relative; }

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

.footer-info-col--small {
  padding: 0; }
  @media (min-width: 801px) {
    .footer-info-col--small {
      border-right: 1px solid #e4e4e4;
      padding: 2.2137rem 0.75rem;
      width: 33.33334%; } }

.footer-info-col.footer-info-col--small > ul {
  padding-bottom: 35px;
  padding-top: 2px; }

.HomeInstagramWidget-Section::before,
.HomeInstagramWidget-Section::after {
  clear: both;
  content: "";
  display: table; }

.HomeInstagramWidget-Section {
  margin-top: 100px; }

.footer-info-col .footer-info-list {
  padding: 6px 0;
  text-align: center; }

.footer-info .last-foot {
  border: none; }

/*.footer-info.term-pages > a {
	display: inline-block;
	font-size: 15px;
	margin: 0 auto;
	margin-right: 21px;
	text-decoration: none;
}*/
.footer-info.term-pages {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 15px;
  text-align: center; }

#pd_pdOneBanner .pdOneBar {
  background: #62a1a6;
  color: #fff;
  margin: 0 auto;
  max-width: 1169px;
  width: 100%; }

#pd_pdOneBanner .pdOneBar span a {
  color: #fff;
  text-transform: uppercase; }

#pd_pdOneBanner,
.pace-done #pd_pdOneBanner {
  background: #62a1a6 none repeat scroll 0 0 !important;
  display: none;
  position: relative;
  z-index: 100; }

.pdOneBarMessage > a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

.header-info-col.header-info-col--small.banner-bar {
  padding-top: 0;
  text-align: right; }

.header-logo-center {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.header-info .header-logo-center .header-logo {
  text-align: right; }

.searchbar form {
  padding-top: 0;
  width: 93%; }

.header .navPages-container {
  background: #191919; }

#menu .navPages > .navPages-list > .navPages-item > .navPages-action {
  color: #fff;
  /*padding: 1.3rem 0.85714rem*/
  /*padding: 1.3rem 1.257rem 1.3rem 1.457rem;*/
  padding: 1.3rem 1rem; }

.navPages-action .icon.navPages-action-moreIcon {
  display: none; }

#menu .navPages-list .navPages-item .navPages-action {
  font-weight: 400;
  letter-spacing: 0.1em; }

#menu .navPages-list > .navPages-item.Men > .navPages-action {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/mens-icon.png?t=1496732176&_ga=2.46934371.596316503.1496644507-508031046.1484654329") no-repeat scroll 18px center;
  color: #87b7bb;
  padding-left: 45px; }

#menu .navPages-list > .navPages-item.Gifts > .navPages-action {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/gift-icon.png?t=1496732178&_ga=2.14247539.596316503.1496644507-508031046.1484654329") no-repeat scroll 23px center;
  color: #ea9fa3;
  padding-left: 45px; }

.newsletter-form > p {
  font-family: "nowregular";
  font-size: 13px; }

.newsletter-form .form .form-input {
  margin-left: 0 !important; }

.footer-info form {
  width: 95%; }

.newsletter-form .form-field {
  margin: 0 0 0.66399rem; }

.footer-info.term-pages > a {
  color: #000100;
  font-family: "nowmedium";
  font-size: 14px;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase; }

.footer-copyright.left-side {
  padding-bottom: 30px;
  padding-top: 30px; }

.powered-by {
  display: inline-block;
  width: 30%; }

.footer-rights-text {
  display: inline-block;
  text-align: right;
  width: 69%; }

.footer .banners {
  background: none; }

.footer .banner > p {
  color: #000;
  font-family: "nowregular";
  font-size: 12px;
  margin-bottom: 0; }

.footer .banner {
  padding-top: 10px; }

.form-field .option-section .form-option {
  height: 80px;
  padding: 5px;
  margin: 0;
  width: 100%; }

.form-option .option-section .option-name {
  font-size: 12px;
  margin: 0; }

.form-option .option-name {
  font-size: 12px; }

.option-section {
  border: 1px solid #e2e2e2; }

.form-option .option-name {
  display: inline-block;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  width: 49%; }

.option-section .form-option .form-option-variant {
  display: inline-block; }

.swatch-option-img {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  width: 51%; }

.form-option:hover .swatch-option-img, .form-option:focus .swatch-option-img {
  opacity: 1; }

.option-section {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 25px 20px;
  display: flex;
  flex-wrap: wrap; }
  .option-section--show-more {
    display: block; }
    .option-section--show-more .optionDiv:nth-child(n+13) {
      display: none !important; }
  .option-section .option-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 776px) {
      .option-section .option-wrapper {
        background-color: #fff;
        bottom: 0;
        left: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        white-space: nowrap;
        width: 100%;
        flex-wrap: nowrap;
        min-width: fit-content;
        overflow: auto; } }
  .option-section #shade_search_block {
    order: 0;
    width: 100%; }
  .option-section .optionDiv {
    order: 1;
    width: 33.33%;
    padding: 0.35714rem; }
    .option-section .optionDiv.hidden {
      display: none !important; }
  .option-section .expanderButton, .option-section .collapseButton {
    order: 3;
    width: 100%; }

.form-input.form-input--incrementTotal {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  width: 44px; }

.price-div,
.form-field.form-field--increments,
.add-to-cart-but {
  display: inline-block;
  float: left;
  width: 33%; }

.price-div {
  display: inline-block;
  float: left;
  width: 33%; }

.add-to-cart-but #form-action-addToCart {
  background: #e69ea2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  font-family: "nowbold";
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  max-height: 3.71429rem; }

.add-to-cart-but form .button {
  border: medium none;
  color: #000;
  font-family: "nowmedium";
  font-size: 14px;
  text-transform: uppercase; }

.option_section_box {
  clear: left;
  margin-top: 10px; }

.price-div .price.price--withoutTax {
  color: #000;
  float: left;
  font-family: "bebas_neuebold";
  font-size: 40px;
  padding-top: 0; }

.price-section > span {
  display: block;
  text-align: left; }

.form-field--increments .form-label.form-label--alternate {
  color: #000;
  font-size: 14px;
  padding-left: 0;
  padding-right: 78px;
  text-align: center;
  text-transform: uppercase; }

.add-to-cart-but form > .form-action {
  margin-top: 0;
  text-align: center;
  width: 100%; }

.form-label.form-label--alternate.form-label--inlineSmall:first-child {
  color: #000;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%; }

.breadcrumb {
  float: left; }

.breadcrumb::before,
.breadcrumb:not(:first-child)::before {
  border-right: none;
  color: #7fcec7;
  content: ">";
  top: 0;
  transform: none; }

.breadcrumb a {
  color: #626262;
  font-family: "nowregular";
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.breadcrumb.is-active span {
  color: #000;
  font-family: "nowbold";
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.addthis_toolbox.addthis_32x32_style {
  text-align: center; }

.tab.is-active .tab-title {
  color: #000;
  font-family: "nowbold";
  font-size: 16px;
  text-transform: uppercase; }

.tab .tab-title {
  color: #000;
  font-family: "nowregular";
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase; }

.add-to-cart-but a.wishlist {
  border: medium none;
  display: block;
  font-family: "nowmedium";
  font-size: 14px;
  margin: 16px auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }

.form-action.wish-list-txt {
  margin-top: 0.5rem; }

.image-topwish {
  display: block;
  width: 100%; }
  @media (max-width: 800px) {
    .image-topwish {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .image-topwish .form,
  .image-topwish .button {
    margin: 0; }

.wishlist-icon .button {
  border: none;
  height: 3rem; }

.breadcrumbs {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 15px 0; }

.zoom-icon > span {
  color: #404040;
  font-family: "nowregular";
  font-size: 12px;
  padding-left: 30px; }

.wishlist-icon {
  float: right; }

.zoom-icon {
  float: left; }

.addthis_toolbox.addthis_32x32_style {
  margin-right: 7px; }

.pdPrRatingCount {
  vertical-align: bottom !important; }

.pdPrRatingCount > a {
  color: #000;
  font-family: "nowregular";
  font-size: 12px !important; }

.product-social {
  margin-right: 20px;
  padding-top: 15px;
  text-align: center;
  width: 100%; }

[data-product-attribute] .form-option.unavailable {
  background-color: #fff;
  opacity: 1; }

.add-to-cart-but .form-action > input:last-child {
  display: none; }

.add-to-cart-but .form-action > input#form-action-addToCart {
  display: block;
  width: 100%; }

/* BEGIN Font Awesome 4.5.0 */
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("https://1c0e0e6ac75558218132-5e4d65583d33a07539ebc395207546c8.ssl.cf1.rackcdn.com/core/fontawesome-webfont.eot?v=4.5.0");
  src: url("https://1c0e0e6ac75558218132-5e4d65583d33a07539ebc395207546c8.ssl.cf1.rackcdn.com/core/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("https://1c0e0e6ac75558218132-5e4d65583d33a07539ebc395207546c8.ssl.cf1.rackcdn.com/core/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("https://1c0e0e6ac75558218132-5e4d65583d33a07539ebc395207546c8.ssl.cf1.rackcdn.com/core/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://1c0e0e6ac75558218132-5e4d65583d33a07539ebc395207546c8.ssl.cf1.rackcdn.com/core/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("https://1c0e0e6ac75558218132-5e4d65583d33a07539ebc395207546c8.ssl.cf1.rackcdn.com/core/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg"); }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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 {
  text-align: center;
  width: 1.28571429em; }

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: 0.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); }

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

.pdQaContainer {
  font-family: arial, verdana, sans-serif; }

.pdQaItemTitle {
  margin-bottom: 16px; }

/************************************/
/**** QA PRODUCT PAGE CALLOUT *******/
/************************************/
.pdQaProductPageCallout {
  color: #777;
  display: inline-block;
  font-size: 12px;
  line-height: 18px; }

.pdQaProductPageCallout::before {
  content: "\f0e6";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  opacity: 0.5;
  text-rendering: auto;
  vertical-align: top; }

.pdQaProductPageCallout a,
.pdQaProductPageCallout a:link,
.pdQaProductPageCallout a:visited,
.pdQaProductPageCallout a:active {
  color: 12px;
  font-size: 12px;
  text-decoration: none; }

/************************************/
/********* QA SUMMARY ***************/
/************************************/
.pdQaSummary {
  border: 4px solid #dedede;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center; }

.pdQaItemDescription {
  margin-bottom: 24px; }

.pdQaSummaryProductImg {
  margin-bottom: 10px; }

.pdQaSummaryProductImg img {
  display: inline-block;
  max-width: 150px; }

.pdQaSummaryProductInfo {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle; }

.pdQaSummaryCount {
  margin-bottom: 20px; }

.pdQaSummaryCount > div {
  display: inline-block; }

.pdQaProductPageCountWrapper {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

.pdQaProductPageCountWrapper,
.pdQaProductPageCountWrapper .pdQaQuestionCount,
.pdQaProductPageCountWrapper .pdQaAnswerCount {
  color: #333;
  font-size: 18px; }

/***********************************/
/********* Q&A FORM STYLE **********/
/***********************************/
.pdQaForm,
.pdQaDisplay,
.pdQaDisplay span,
.pdQaDisplay div {
  font-family: arial, verdana, sans-serif; }

.pdQaDisplay span.fa,
.pdQaDisplay div.fa {
  font-family: fontAwesome; }

.pdQaForm {
  padding: 8px; }

.pdQaHeadline {
  color: #333;
  font-size: 2em;
  margin-bottom: 12px; }

.pdQaHeadline.small {
  font-size: 1em; }

.pdQaHeadline.asks {
  color: #8f8f8f;
  font-size: 1em;
  margin-bottom: 2px; }

.pdQaFormField {
  border-top: 1px dotted #ccc;
  margin-bottom: 30px;
  padding-top: 30px; }

.pdQaFormTitle {
  color: #222;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
  vertical-align: middle; }

.pdQaFormTitle::before {
  color: #777;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 12px;
  text-rendering: auto;
  vertical-align: top; }

.pdQaFormTitle.answer::before {
  content: "\f0eb"; }

.pdQaFormTitle.question::before {
  content: "\f059"; }

.pdQaFormTitle.images::before {
  content: "\f1c5"; }

.pdQaFormTitle.name::before {
  content: "\f007"; }

.pdQaFormTitle.email::before {
  content: "\f003"; }

.pdQaFormTitle.location::before {
  content: "\f041"; }

.pdQaFormSubtitle {
  padding-left: 5px;
  padding-top: 5px; }

.pdQaFormSubtitle span {
  color: #888;
  font-size: 0.8em;
  font-style: italic;
  margin-left: 10px; }

.pdQaFormRequiredField {
  display: inline-block;
  vertical-align: middle; }

.pdQaFormRequiredField::before {
  color: #d10101;
  content: "\f069";
  display: inline-block;
  font: normal normal normal 0.8em/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  text-rendering: auto;
  vertical-align: top; }

.pdQaFormSubtitle {
  font-size: 1em;
  font-weight: 100; }

.pdQaFormInput {
  padding: 1px;
  padding-bottom: 4px;
  position: relative;
  white-space: nowrap; }

.pdQaFormInput div {
  margin-bottom: 5px; }

.pdQaFormInput.pdQaFormImages {
  white-space: normal; }

.pdQaFormInput.pdQaFormImages div {
  padding-bottom: 10px; }

.pdQaFormInput div.pdQaFormStars {
  margin-bottom: 0; }

.pdQaFormInput input,
.pdQaFormInput textarea {
  border: 1px solid #bbb;
  display: inline-block;
  font-family: arial, verdana, sans-serif;
  font-size: 1em;
  margin-right: 8px;
  padding: 10px !important;
  vertical-align: middle;
  width: 96%; }

.pdQaFormField.pdQaError .pdQaFormInput input,
.pdQaFormField.pdQaError .pdQaFormInput textarea {
  background-color: #fae5e5;
  border: 1px solid #d10101; }

.pdQaFormInput input[type=file] {
  background-color: none;
  max-width: 250px; }

.pdQaFormInput input.pdRequired::before {
  content: "\f069";
  display: inline-block;
  font: normal normal normal 0.8em/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  text-rendering: auto;
  vertical-align: top; }

.pdQaFormInput input[type=radio],
.pdQaFormInput input[type=radio] + label,
.pdQaFormInput input[type=radio] + label::before {
  cursor: pointer;
  cursor: hand;
  display: inline-block; }

.pdQaFormInput input[type=radio] + label {
  margin-right: 20px; }

.pdQaFormInput input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pdQaFormInput input[type=radio] + label::before {
  color: #888;
  content: "\f1db";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2em;
  letter-spacing: 10px;
  width: 1.4em; }

.pdQaFormInput input[type=radio]:checked + label::before {
  color: #222;
  content: "\f00c";
  font-size: 1.2em;
  letter-spacing: 5px; }

.pdQaFormInput input[type=radio]:focus + label::before,
.pdQaFormInput input[type=radio]:focus + label {
  color: #222; }

.pdQaFormInstructions {
  color: #888;
  font-size: 0.8em;
  font-style: italic;
  padding: 5px;
  padding-top: 0; }

/**** QA BUTTON ****/
.pdQaBtnWrap {
  clear: both; }

.pdQaBtnWrap div {
  display: inline-block;
  margin-right: 12px; }

.pdQaBtn {
  display: inline-block; }

.pdQaBtn > a,
.pdQaBtn > input {
  -webkit-appearance: none;
  background-color: #0683c3;
  border: 1px solid #0683c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  font-family: arial, verdana, sans-serif;
  font-size: 20px;
  padding: 12px;
  text-decoration: none; }

.pdQaBtn.answer > a,
.pdQaBtn.answer > input {
  background-color: #0683c3;
  border: 1px solid #0683c3;
  color: #fff;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  padding: 6px; }

.pdQaBtn.answer > a::before {
  color: #fff;
  content: "\f067";
  display: inline-block;
  font: normal normal normal 1.2em/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  opacity: 0.5;
  text-rendering: auto;
  vertical-align: middle; }

/********************************/
/**** INDIVIDUAL QA DISPLAY *****/
/********************************/
.pdQaQuestionContainer {
  border-top: 1px dotted #ccc;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  position: relative; }

.pdQaQuestionText {
  color: #000;
  font-size: 20px;
  font-weight: 700; }

.pdQaQuestionText::before {
  background-color: #333;
  border-radius: 2px;
  color: #fff;
  content: "Q";
  /*
	margin-bottom:20px;
	 display:inline-block;
	 vertical-align:top;
	 margin-right:4px;
	 font:normal normal normal .8em/1 FontAwesome;
	 text-rendering:auto;
	 -webkit-font-smoothing:antialiased;
	 -moz-osx-font-smoothing:grayscale;
	content:"\f059";
	 color:#d10101;
 */
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
  padding: 5px;
  vertical-align: middle; }

/***** INDIVIDUAL QUESTION - CUSTOMER INFORMATION ****/
.pdQaQuestionInfoContainer {
  margin-bottom: 6px; }

.pdQaAskingName {
  color: #8f8f8f;
  display: inline-block;
  font-size: 12px; }

.pdQaAskingLocation {
  color: #8f8f8f;
  display: inline-block;
  font-size: 12px; }

.pdQaAskingTimestamp {
  color: #8f8f8f;
  display: none;
  font-size: 12px; }

/***** INDIVIDUAL QUESTION ANSWERS CONTENT ****/
.pdQaAnswersContainer {
  margin-left: 22px;
  margin-top: 12px; }

.pdQaAnswer {
  color: #000;
  font-size: 16px;
  margin-top: 20px; }

.pdQaAnswerText {
  color: #000;
  font-size: 16px; }

.pdQaAnswerText::before {
  background-color: #8f8f8f;
  border-radius: 2px;
  color: #fff;
  content: "A";
  /*
	margin-bottom:20px;
	 display:inline-block;
	 vertical-align:top;
	 margin-right:4px;
	 font:normal normal normal .8em/1 FontAwesome;
	 text-rendering:auto;
	 -webkit-font-smoothing:antialiased;
	 -moz-osx-font-smoothing:grayscale;
	content:"\f059";
	 color:#d10101;
 */
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  padding: 5px;
  vertical-align: middle; }

.pdQaAnswerName {
  color: #8f8f8f;
  display: inline-block;
  font-size: 12px; }

.pdQaAnswerLocation {
  color: #8f8f8f;
  display: inline-block;
  font-size: 12px; }

.pdQaAnswerTimestamp {
  color: #8f8f8f;
  display: inline-block;
  font-size: 12px; }

.pdQaVerifiedBuyer {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 6px;
  padding: 6px;
  white-space: nowrap; }

.pdQaVerifiedBuyer::after {
  color: #14a600;
  content: "Verified Buyer";
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  vertical-align: middle; }

.pdQaVerifiedBuyer::before {
  color: #14a600;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
  text-rendering: auto;
  vertical-align: middle; }

.pdQaPhotos {
  margin-top: 24px; }

.pdQaPhotos ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pdQaPhotos a,
.pdQaPhotos ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px; }

/************************************/
/******* SUBMIT AN ANSWER FORM ******/
/************************************/
.pdQuestionAsked {
  font-size: 2em; }

/************************************/
/******* QA VIEW ALL PAGING *********/
/************************************/
.qaPaging {
  font-family: arial, verdana, sans-serif; }

.qaPaging > div {
  color: #8f8f8f;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
  padding: 4px;
  vertical-align: middle; }

.qaPaging > div.active {
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #8f8f8f;
  font-weight: 100; }

.qaPaging a,
.qaPaging a:active,
.qaPaging a:visited {
  color: #8f8f8f;
  font-weight: 700;
  text-decoration: none; }

.qaPaging > div.qaPagingPageInfo,
.qaPagingPageInfo {
  color: #111;
  font-weight: 100; }

.qaPagingLeftArrow::before {
  color: #8f8f8f;
  content: "\f0a8";
  display: inline-block;
  font: normal normal normal 1.2em/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  vertical-align: middle; }

.qaPagingRightArrow::before {
  color: #8f8f8f;
  content: "\f0a9";
  display: inline-block;
  font: normal normal normal 1.2em/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  vertical-align: middle; }

.topNav {
  background-color: #fff;
  height: auto; }

.topNav ul li {
  padding: 0;
  position: relative; }

.topNav ul li.navUser-item--cart {
  padding-right: 0; }

.navUser-item--cart .dropdown-menu {
  min-width: 310px; }

.topNav ul a {
  font-size: 14px;
  letter-spacing: 1px; }

/*.topNav .left_txt {
	background: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/topnav-txt.jpg) no-repeat left;
	width: 400px;
	height: 16px;
	float: left;
	margin-top: 14px;
	padding-left: 215px;
	font-size: 14px;
	font-weight: bold;
	color: #231f20;
}*/
.topNav .left_txt {
  color: #4f4f4f;
  float: left;
  font-family: nowmedium;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 0;
  max-width: 270px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 111; }

.topNav .left_txt span {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/msg-icon.png?t=1496732175&_ga=2.256534863.596316503.1496644507-508031046.1484654329") no-repeat scroll 10px center;
  cursor: pointer;
  display: inline-block;
  padding: 8px 0 3px 45px; }

.mailing_list {
  background-color: #85d1c9;
  border-top: 1px solid #fff;
  font-size: 14px;
  font-weight: normal;
  max-width: 250px;
  padding: 40px 10px 10px;
  position: absolute;
  top: -8px;
  width: 100%;
  z-index: -1; }

.mailing_list .wrap {
  display: block; }

.mailing_list .form,
.mailing_list .form-field {
  margin-bottom: 0; }

.mailing_list h5 {
  border-top: 1px solid #fff;
  color: #fff;
  font-family: "Playfair Display",serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 10px; }

.mailing_list .button.button--primary.form-prefixPostfix-button--postfix {
  background-color: #000;
  font-family: nowlight;
  font-size: 14px; }

.mailing_list > p {
  color: #4f4f4f;
  font-family: nowlight;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none; }

.mailing_list .form-input {
  display: inline-block;
  height: 32px;
  min-width: auto;
  width: 158px !important; }

.mailing_list .button {
  display: inline-block;
  font-size: 10px;
  padding: 0;
  vertical-align: top;
  width: 70px; }

.mailing_list .MailListClose {
  cursor: pointer;
  display: block;
  position: absolute;
  right: -14px;
  top: 4px; }

.topNav .navUser-item--whislist a {
  padding-left: 40px; }

.navUser-item--cart .navUser-action {
  padding-left: 28px;
  position: relative; }

.topNav .countPill {
  background: #61a0a6;
  border-radius: 4px !important;
  display: block;
  height: 17px;
  left: 7px;
  line-height: 18px;
  position: absolute;
  top: 19px;
  width: 18px; }

.topNav .container > ul > li > ul {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: none;
  left: 50%;
  margin-left: -127px;
  padding: 1.1em 0 0.5em;
  position: absolute;
  top: 99%;
  width: 244px;
  z-index: 9; }

.topNav .container > ul > li > ul li {
  background: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/icons.png) no-repeat 8px -4px;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding: 0 15px 0 4em;
  position: relative;
  text-transform: uppercase; }

.topNav .container > ul > li > ul li.chat {
  background-position: 8px 0;
  padding-bottom: 8px; }

.topNav .container > ul > li > ul li.call {
  background-position: 8px -96px; }

.topNav .container > ul > li > ul li.email {
  background-position: 8px -202px; }

.topNav .container > ul > li > ul li.quicklinks {
  background-position: 8px -314px; }

.topNav .container > ul > li.help:hover ul,
.topNav .container > ul > li > ul a,
.topNav .container > ul > li > ul small {
  display: block; }

.topNav .container > ul > li > ul small {
  font-size: 67%; }

.topNav .container > ul > li > ul strong {
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.07em; }

.topNav .container > ul > li > ul a {
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none; }

.topNav .container > ul > li.navUser-item:hover a.navUser-action {
  color: #231f20; }

.topNav .container > ul > li > a::before,
.topNav .container > ul > li > ul li::before {
  font-family: jenis-icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400; }

.topNav .container > ul > li > ul li::before {
  color: #d3d3d3;
  font-size: 50px;
  left: 10px;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-transform: none;
  top: 50%; }

.brandLogo {
  margin-bottom: 5px; }

.selectedOption {
  font-size: 12px;
  padding-left: 10px;
  text-transform: none; }

.form-field--increments {
  position: relative; }

.custom_alert {
  background-color: #de474c;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  margin-left: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: center;
  top: -46px;
  width: 300px;
  /*margin-left:-150px;
	left:50%;*/ }

/************************************/
/******* VIEW ALL PAGE **************/
/************************************/
.pdQaViewAllCountDisplay {
  color: #333;
  font-size: 2em;
  margin-bottom: 20px; }

/**** Preview Cart Page *****/
.previewCart .previewCartItem .previewCartItem-brand,
.previewCart .previewCartItem .previewCartItem-price {
  color: #868686;
  font-size: 14px;
  font-weight: 400; }

.previewCart .previewCartItem .previewCartItem-name a {
  color: #e99da1;
  font-size: 14px;
  font-weight: 400; }

.previewCart .previewCartAction .previewCartAction-checkout .button {
  background: #e99da1;
  border: none;
  font-size: 11px;
  text-transform: uppercase; }

.previewCart .previewCartAction .button {
  background: #ccc;
  font-size: 12px;
  text-transform: uppercase; }

.previewCartAction .btn-view-cart-small {
  display: inline-block;
  padding: 0 22px;
  text-align: center; }

.modal-body .previewCart .previewCartCheckout .button.button--primary {
  background: #e99da1;
  border: none;
  margin-bottom: 10px;
  padding-top: 12px; }

.modal-body .previewCart .previewCartCheckout .button.button--primary[role="button"] {
  background: #e4e4e4;
  border: medium none;
  color: #444; }

.modal-body .previewCartCheckout .button {
  font-size: 13px;
  text-transform: uppercase; }

.modal-body .productView-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: capitalize; }

.optionDiv {
  display: inline; }

#sp_section h2 {
  font-size: 20px;
  text-transform: uppercase; }

.HomeInstagramWidget-Section h2 {
  display: block;
  height: 25px;
  margin-bottom: 40px;
  position: relative; }

.HomeInstagramWidget-Section h2 > a {
  display: flex;
  font-family: arial;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: lowercase;
  width: 100%; }

.HomeInstagramWidget-Section h2 > a::before {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  float: left;
  height: 18px;
  margin-right: 1%;
  width: 49%; }

.HomeInstagramWidget-Section h2 > a::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  float: right;
  height: 18px;
  margin-left: 1%;
  width: 49%; }

.product-video > div {
  display: inline-block;
  margin: 5px; }

/**Cusotm Page Common Styling**/
.clearfix::before,
.clearfix::after {
  clear: both;
  content: "";
  display: table; }

#BuyingGuides-page .page-content,
#HairColorGuides-page .page-content {
  max-width: 940px;
  width: 100%; }

/**Buying Guides Page Styling**/
#BuyingGuides-page h1.page-heading,
#BuyingGuides-page .navBar.navBar--sub {
  display: none; }

.buying-guides-heading > img {
  margin: 10px auto 30px; }

#BuyingGuides-page #buying-guides {
  margin: 0 -10px; }

#BuyingGuides-page #buying-guides > .buying-guides-item {
  float: left;
  padding: 0 10px;
  width: 33.333%; }

#BuyingGuides-page #buying-guides > .buying-guides-item > div {
  border: 1px solid #000;
  margin-bottom: 20px;
  text-align: center; }

#BuyingGuides-page #buying-guides > .buying-guides-item > div > a {
  display: block; }

#BuyingGuides-page #buying-guides > .buying-guides-item > div > p {
  margin: 0; }

#BuyingGuides-page #buying-guides > .buying-guides-item > div > p > a {
  display: block;
  font-size: 20px;
  line-height: 1.8em;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase; }

/**Hair Color Guides Page Styling**/
#HairColorGuides-page .page-heading {
  display: none; }

#HairColorGuides-page .buying-guide-header {
  background: #e2e3e5 none repeat scroll 0 0;
  border: 5px solid #c0c0c0;
  margin: 20px 0;
  padding: 15px 30px; }

#HairColorGuides-page .buying-guide-header h3 {
  color: #1776a2;
  font-size: 58px;
  line-height: 1.3em;
  margin: 0; }

#HairColorGuides-page .buying-guide-header p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.4em;
  margin: 0;
  text-align: right; }

#HairColorGuides-page table.buying-guide-table th,
#HairColorGuides-page table.buying-guide-table td,
#BuyingGuides-page table.buying-guide-table th,
#BuyingGuides-page table.buying-guide-table td {
  border: 4px double #b4b4b4;
  font-size: 13px;
  line-height: 1.5em;
  padding: 10px; }

#HairColorGuides-page table.buying-guide-table th,
#BuyingGuides-page table.buying-guide-table th {
  color: #009347;
  padding: 12px 2px; }

#HairColorGuides-page table.buying-guide-table td,
#BuyingGuides-page table.buying-guide-table td {
  text-align: left;
  vertical-align: top; }

#HairColorGuides-page table.buying-guide-table td strong #BuyingGuides-page table.buying-guide-table td strong {
  font-family: "nowmedium";
  font-weight: normal; }

#HairColorGuides-page .amonia-free-products div {
  border-bottom: 1px solid #ddd;
  clear: left;
  display: block;
  height: auto;
  padding: 10px 0; }

#HairColorGuides-page .amonia-free-products div > a {
  display: block;
  height: 90px;
  text-decoration: none; }

#HairColorGuides-page .amonia-free-products div > a > img.product-img,
#BuyingGuides-page table.buying-guide-table div > a > img.prodImg {
  float: left;
  margin-right: 20px;
  min-height: 90px;
  width: auto; }

#HairColorGuides-page .amonia-free-products div:last-child {
  border: 0 none; }

#HairColorGuides-page .shop-products a,
#HairColorGuides-page .shop-products a > img {
  display: block;
  text-align: center;
  text-decoration: none; }

#HairColorGuides-page .shop-products a > img {
  margin: 10px auto;
  max-height: 120px;
  width: auto; }

#BuyingGuides-page table.buying-guide-table div > a {
  text-decoration: none; }

#BuyingGuides-page table.buying-guide-table div > a br + img {
  margin-top: 20px; }

#BuyingGuides-page #buying-guide > p {
  line-height: 1.6em;
  text-align: center; }

/***Event Page***/
#CustomEventPage .breadcrumbs {
  display: none; }

#CustomEventPage .container {
  max-width: 100%;
  padding: 0 8px;
  width: 100%; }

#CustomEventPage .container .page-content {
  padding: 0;
  width: 100%; }

#CustomEventPage #EventPage .slick-prev {
  left: 0; }

#CustomEventPage #EventPage .slick-next {
  right: 0; }

#CustomEventPage #EventPage .slick-dots > li,
#CustomEventPage #EventPage .slick-dots > li > button,
#CustomEventPage #EventPage .slick-dots > li > button::before {
  border-color: #e5dedf;
  border-radius: 0;
  height: 6px;
  padding: 0;
  width: 60px; }

#CustomEventPage #EventPage .slick-dots > li {
  margin-left: 6px; }

#CustomEventPage #EventPage .slick-dots > li.slick-active > button::before,
#CustomEventPage #EventPage .slick-dots > li button:hover::before {
  background: #dc9d9a;
  border-radius: 0;
  height: 6px;
  width: 60px; }

#CustomEventPage #EventPage .img_box.slick-slide {
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease 0s; }

#CustomEventPage #EventPage .img_box.slick-slide:hover .EventSliderOverlay {
  background: rgba(177, 118, 122, 0.5) none repeat scroll 0 0;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%; }

#CustomEventPage #EventPage .img_box.slick-slide .EventSliderOverlay {
  display: none; }

#CustomEventPage .page-heading {
  display: none; }

#CustomEventPage #EventPage .EventPageHeading {
  text-align: center; }

#CustomEventPage #EventPage .EventPageHeading .EventPageHeadingTitle {
  color: #729ba5;
  font-family: "nowregular";
  font-size: 33px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase; }

.sleekhairmenugif {
  display: inline-block;
  padding: 1.3rem 0.85714rem;
  vertical-align: middle; }

#menu .navPages-list {
  vertical-align: middle; }

.PopularProductsWrap {
  margin-bottom: 6em; }

.sleekwonderland-dropdown > .navPages-action.has-subMenu {
  background: rgba(0, 0, 0, 0) url("https://cdn5.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/sleek-wonderland-gif.gif?t=1496836074&_ga=2.112777549.817493526.1496835670-508031046.1484654329") no-repeat scroll center center;
  display: block;
  height: 54px;
  padding: 1.3rem 1.257rem 1.3rem 1.457rem;
  width: 234px; }

#menu .sleekwonderland-dropdown:hover > .navPages-action.has-subMenu {
  background: rgba(0, 0, 0, 0) url("https://cdn5.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/sleekhairmenugif.gif?t=1495549872&_ga=2.81188247.1438579005.1495549247-47047797.1495518296") no-repeat scroll center center; }

.navPages-item.sleekwonderland-dropdown {
  /*background: #fbf7ee none repeat scroll 0 0;
	box-shadow: 0 0 14px #e3dfd6 inset;*/
  position: relative; }

.navPages-item.sleekwonderland-dropdown .navPages-action.has-subMenu {
  line-height: 0.6em; }

.navPages-item.sleekwonderland-dropdown #sleekwonderland .navPage-subMenu-item {
  float: none;
  width: 100%; }

#EventPage .slick-prev,
#EventPage .slick-next {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0; }

.FriendlyReminderBox {
  background: #fcf0f1 none repeat scroll 0 0;
  line-height: 1.4em;
  padding: 25px 20px 10px;
  text-align: center; }

.FriendlyReminderBox .FriendlyReminderTitle {
  color: #e99da1;
  margin-bottom: 10px; }

.FriendlyReminderBox > p {
  color: #191919; }

.FriendlyReminderBox .FriendlyReminderBottomTxt {
  color: #191919;
  font-size: 12px; }

.modal-body.quickView .button.bulkOrderBtn {
  display: none; }

.navPage-subMenu {
  opacity: 0;
  outline: 0;
  visibility: hidden; }

@media (min-width: 1900px) {
  .LookBookPage_Wrap .slick-next,
  .LookBookPage_Wrap .slick-prev {
    height: 6.35714rem;
    width: 4.85714rem; }
  .LookBookPage_Wrap .slick-next::before,
  .LookBookPage_Wrap .slick-prev::before {
    height: 4.92857rem;
    width: 3.42857rem; } }

@media (min-width: 801px) {
  #menu .navPages-list .navPages-item:hover,
  #menu .navPages-list .navPage-subMenu-item > a.navPages-action.has-subMenu {
    background: #fff;
    font-weight: 400; }
  #menu .navPages-list .navPages-item:hover > .navPage-subMenu.is-open,
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList {
    background: #fff;
    opacity: 1;
    visibility: visible; }
  #menu .navPages-list .navPages-item:hover > a.navPages-action {
    color: #191919; }
  #menu .navPages-list .navPages-item:hover > .navPage-subMenu,
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList {
    background: #fff;
    /*display: block;*/ }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > .navPage-childList {
    box-shadow: none; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover > .has-subMenu,
  #menu .navPages-list .navPage-childList-action:hover {
    color: #e79aa0; }
  #menu .navPages-list .navPage-subMenu-item > a.navPages-action {
    border: 0 none;
    font-weight: 400;
    margin: 0 0 6px;
    padding: 0.57143rem 1.25rem; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item > a:hover {
    color: #e79aa0; }
  #menu .navPages-list .navPages-item > .navPage-subMenu {
    box-shadow: 0 2px 2px #999;
    padding: 15px 0 !important;
    width: 275px; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item {
    display: block;
    float: none;
    padding: 0 !important;
    width: 100%; }
  /*#menu .navPages-list .navPages-item:hover > .navPage-subMenu > .navPage-subMenu-list {
	position: relative;
}
#menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item > .navPage-childList {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	height: auto;
	left: inherit;
	min-height: 100%;
	padding: 10px 20px;
	position: absolute;
	right: -275px;
	top: -15px;
	width: 275px;
}*/
  li.navPage-subMenu-item {
    border-bottom: 1px solid transparent;
    margin: 0 0 10px !important; }
  li.navPage-subMenu-item:hover {
    border-bottom: 1px solid #e79aa0; }
  .navPage-childList .navPage-childList-item .navPage-childList-action.navPages-action {
    color: #e79aa0; }
  .navPages-action:hover svg {
    fill: #e79aa0;
    stroke: #e79aa0; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item > .navPage-childList {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    display: none;
    height: auto;
    left: inherit;
    left: 25%;
    min-height: 450px;
    padding: 10px 20px;
    position: absolute;
    top: -15px;
    width: auto;
    /*visibility: visible;
	opacity: 1;*/ }
  .navPage-subMenu {
    left: 0;
    margin-left: calc(-50vw + 50% - 9px);
    position: absolute;
    width: 100vw !important; }
  .DesktopVersion .BrowseCategoriesOuter {
    float: left;
    width: 50%; }
  .DesktopVersion .NaviProdSlider {
    float: left;
    width: 50%; }
  .NaviProdSlider h2 {
    color: #4d4d4d;
    font-family: butlerlight;
    font-size: 29px;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .NaviProdSlider h2 > span {
    font-family: nowlight; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .BrowseCategoriesOuter .navPage-subMenu-list .navPage-subMenu-item {
    width: 50%; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover .navPage-childList {
    background-color: #fff;
    height: auto;
    overflow-y: auto;
    width: 25%; }
  .navPages-list .SliderproductGrid .slick-list.draggable .slick-track {
    width: 1950px !important; }
  .navPages-list .SliderproductGrid .slick-list.draggable .slick-track .slick-slide {
    width: 195px !important; }
  #menu .navPages-list .navPages-item > .navPage-subMenu .navPage-subMenu-item:hover .navPage-childList {
    display: block; }
  .NaviProdSlider .card-body,
  .NaviProdSlider .card-body .card-text .price-section > span {
    text-align: center; }
  .NaviProdSlider .card-body h4.card-title {
    color: #e99da1;
    font-family: nowregular;
    font-weight: normal; }
  .navPage-subMenu .navPages-action-moreIcon {
    display: inline-block !important;
    transform: rotate(270deg) !important; }
  #menu .navPages-list .navPage-childList-action {
    font-weight: 400;
    padding: 0.57143rem 0 0.85714rem; }
  #menu .navPages-list .navPage-subMenu-item > a,
  #menu .navPages-list .navPage-subMenu-item > a.navPages-action.has-subMenu {
    background: #fff none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
  .CategoryPage .page-head .title_text {
    padding-right: 15px; }
  #unbxd_filter_container .page-head {
    text-align: center; }
  #unbxd_filter_container .page-head .title_results {
    margin: 0; }
  .CategoryPage .page-head .title_results {
    position: inherit; }
  .unbxd_container .card-body h4.card-title > a {
    color: black; }
  .unbxd_container .card-body .card-text {
    color: black; }
  .actionBar-section .form-label {
    color: #494949;
    font-family: nowbold;
    font-size: 14px;
    line-height: 1.85714rem;
    margin-bottom: 0;
    padding: 0 0.57143rem;
    text-transform: capitalize; }
  .actionBar-section .form-select {
    color: #494949;
    font-family: nowregular;
    font-size: 14px;
    height: 1.85714rem; }
  .form-select--date,
  .form-select--small {
    background-position: right 0.35714rem top 0.757rem; } }

/************************************/
/********* RESPONSIVE CSS ***********/
/************************************/
@media (min-width: 600px) {
  /**** SUMMARY - VIEW ALL *****/
  .pdQaSummaryProductImg,
  .pdQaItemImg {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle; }
  .pdQaSummaryProductInfo,
  .pdQaItemInfoWrapper {
    display: inline-block;
    vertical-align: middle; }
  /**** QA CONTENT ***/
  .pdQaWrapper {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 130px; }
  .pdQaContentWrapper {
    padding-left: 150px; }
  label.form-option:hover {
    box-shadow: 0 0 0 1px #4f4f4f; } }

.pdPrSummaryProductName {
  padding-bottom: 13px; }

.pdReviewsDisplay {
  background: #e4e4e4 none repeat scroll 0 0;
  display: block;
  padding-left: 10px;
  padding-top: 20px; }

#tab-review .pdQaContainer {
  display: none; }

.pdPrSummaryRatingReviewBtnWrapper {
  margin-bottom: 25px; }

.pdPrSummaryWriteReview {
  padding-bottom: 11px;
  padding-top: 9px; }

.pdPrWrapper {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 15px; }

.pdPrReviewsName,
.pdPrReviewerLocation {
  FONT-SIZE: 14PX;
  color: #000;
  font-family: "nowbold"; }

.pdPrSummary {
  padding-left: 15px; }

.pdPrWrapper {
  font-family: "nowregular";
  font-size: 14px; }

.productCarousel-slidess {
  display: inline-block;
  vertical-align: top;
  width: 19%; }

.productCarousel-slidess .card-figure {
  margin-bottom: 25px; }

.productCarousel-slidess .card-figure .card-image {
  height: 200px; }

.productCarousel-slidess .card-title {
  color: #000;
  font-family: "nowregular";
  font-size: 12px;
  text-align: center; }

.productCarousel-slidess .price.price--withoutTax {
  color: #000;
  font-family: "nowbold";
  font-size: 12px;
  text-align: center; }

#tab-question .pdReviewsDisplay {
  display: none; }

.pdQaProductPageCountWrapper {
  display: none; }

.pdQaSummary {
  background: #e69ea2;
  border: medium none;
  display: block;
  float: left;
  margin-bottom: 20px;
  padding: 12px;
  text-align: center; }

#tab-question .pdQaBtn > a {
  background: none;
  border: none;
  font-family: "nowbold";
  font-size: 16px;
  text-transform: uppercase; }

#tab-question .pdQaContainer {
  background: #f5f5f5 none repeat scroll 0 0; }

.pdQaSummary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  display: block;
  float: left;
  margin-bottom: 20px;
  padding: 12px;
  text-align: center;
  width: 100%; }

.pdQaSummary .pdQaBtn {
  background: #e69ea2 none repeat scroll 0 0;
  float: left; }

.pdQaQuestionContainer {
  padding-left: 20px;
  padding-right: 20px; }

.pdQaQuestionContainer {
  border-bottom: 1px solid #fff;
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  position: relative; }

.pdQaQuestionContainer .pdQaQuestionText::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #e69ea2;
  font-family: "nowbold";
  font-size: 14px;
  vertical-align: middle; }

.pdQaQuestionText {
  color: #000;
  font-family: "nowregular";
  font-size: 14px; }

.pdQaAnswerText::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #9cbfc2;
  font-family: "nowbold";
  font-size: 14px; }

.pdQaAnswerText {
  color: #000;
  font-family: "nowregular";
  font-size: 14px; }

.pdQaBtn.answer {
  background: #62a1a6 none repeat scroll 0 0;
  font-family: "nowbold";
  font-size: 14px;
  margin-left: 15px;
  padding: 10px; }

.pdQaBtn.answer > a::before {
  content: ""; }

.pdPrRatingCount > a {
  color: #000;
  font-size: 12px; }

.pdPrProductPageCalloutWrapper.product-rating-box {
  display: block;
  float: left;
  margin-top: 0;
  padding-top: 7px; }

.pdPrProductPageCalloutWrapper .pdRatingStars.pdProduct span::before {
  color: #e69ea2;
  font-size: 16px; }

.fa-star-o::before,
.fa-star-half-o::before,
.fa.fa-star {
  color: #e69ea2; }

.similar-producta .tab.is-active {
  border: 0 !important; }

.tabs.similar-producta {
  border: 0 !important; }

.price-section.price-section--withoutTax {
  text-align: center !important; }

.wishlist {
  float: right;
  margin-top: 8px;
  width: 63%; }

.price-div .pdPrProductPageCalloutWrapper.product-rating-box {
  display: block;
  float: left;
  text-decoration: none;
  width: 100%; }

.mobile-header {
  display: none; }

.home-page-links-img h3 span {
  text-transform: uppercase; }

.searchbar.searchbar-mobile {
  display: none; }

.home-page-links-img {
  display: none; }

.home-page-link {
  display: none; }

.powered-by.mobile-power {
  display: none; }

.navPages-containerslides {
  display: none; }

.mobile-soc.footer-info-heading {
  display: none; }

.newsletter-form-mobile {
  display: none; }

.button[disabled] {
  display: none; }

/*.form-option.unavailable {
	color: #FFF !important;
	font-size: 19px;
	text-align: center;
}
[data-product-attribute] .form-option.unavailable::before {
	background-color: #e69ea2;
	color: #fff;
	content: "out of stock" !important;
	font-family: "nowbold";
	font-weight: 700;
	height: 35px;

	left: 7px;
	padding-top: 5px;
	position: absolute;
	top: 39px;
	transform: rotate(0deg);
	width: 156px;
}*/
[data-product-attribute] .form-option.unavailable::before {
  background-color: #000;
  content: "";
  height: 2px;
  left: -21px;
  position: absolute;
  top: 5px;
  transform: rotate(-25deg);
  width: 210%; }

.alertBox.productAttributes-message {
  background: none;
  height: 50px;
  padding: 0;
  text-align: center; }

/**wp 21-3-17 star**/
.card-body .card-text {
  color: #868686;
  display: block;
  font-family: "nowmedium";
  font-weight: 400;
  line-height: 20px;
  margin: 6px 0;
  text-transform: capitalize; }

.productGrid .card-title > a,
.card .card-title > a {
  color: #2d2d2d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  height: 4.28571rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; }

.card-figure {
  display: table;
  height: 210px;
  margin-top: 0; }

.card-figure > a {
  display: table-cell;
  vertical-align: middle; }

.card-figure .card-image {
  max-height: 250px; }

.productGrid .card-figure .card-image {
  max-height: 100%; }

.UnbxdProd .card-figure .card-image {
  max-height: 250px; }

#search-results-content p,
.contact-us > p {
  line-height: 26px;
  margin-top: 8px; }

.form-label {
  vertical-align: top; }

select.form-select {
  padding-top: 2px !important; }

.category-suggestion > a {
  line-height: 28px; }

.button.button--primary {
  background: #e99da1;
  border: none;
  text-transform: uppercase; }

.new-customer-fact {
  line-height: 22px;
  margin-top: 8px; }

.site-map a {
  line-height: 28px; }

.form-label {
  margin-top: 10px; }

/*.form-input {
  width: 596px;
}*/
.cac_first_inst {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin: 0 auto 10px;
  text-align: left;
  width: 51%; }

.form.gift-certificate-form,
.account-body .form {
  max-width: 660px !important; }

.cac_first_inst_min {
  padding: 58px 8px 14px;
  text-align: left; }

.cac_first_inst_min > strong {
  display: block;
  font-size: 20px;
  padding-bottom: 14px;
  text-transform: uppercase; }

.cac_first_inst_min .cac_first_inst {
  width: 100%; }

.account .form-input {
  width: 600px; }

.form-row.meng_gtfild {
  margin-left: -15px; }

/**wp 21-3-17 end**/
.wight-option {
  margin-bottom: -60px;
  margin-left: 79px;
  margin-top: 33px; }

.form-field .form-increment {
  padding-right: 67px;
  text-align: center;
  display: flex; }

.cartpage {
  font-family: "nowmedium"; }

.cartpage h1 {
  margin: 20px auto; }

.cart-header {
  background-color: #e4e4e4; }

.cart-header .cart-header-item {
  font-weight: normal;
  padding: 5px; }

.cart-list .cart-item-brand {
  color: #868686;
  font-weight: 400;
  line-height: 18px; }

.cart-list .definitionList dt,
.cart-list .definitionList dd {
  color: #868686;
  font-weight: 400;
  line-height: 18px; }

.cart-item-name > a {
  color: #e99da1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none; }

.cart-header .cart-header-item:first-child {
  padding-left: 30px; }

.cart-header .cart-header-item:last-child {
  padding-right: 30px; }

.cart-list .cart-remove {
  background-color: #ccc;
  position: relative;
  z-index: 20; }

.definitionList-key,
.definitionList-value {
  color: #868686; }

.cart-item-block.cart-item-title > a {
  border: 1px solid #cecece;
  color: #4f4f4f;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none; }

.cart-item-value {
  color: #868686; }

.cart-total strong,
.cart-total span {
  color: #444;
  font-size: 16px;
  font-weight: normal; }

.cart-total:first-child strong,
.cart-total:first-child span {
  font-size: 20px; }

.cart-total:last-child strong,
.cart-total:last-child span {
  color: #62a1a6;
  font-size: 24px; }

.cart-item {
  border-bottom: 1px solid #f2f2f2; }

.cart-total + .cart-total {
  border-top: 1px solid #f2f2f2; }

.cart-actions .button {
  background-color: #e99da1;
  border: 0 none;
  border-radius: 2px;
  display: inline-block;
  float: right;
  font-size: 20px;
  margin-bottom: 10px;
  min-width: 340px;
  padding: 10px;
  text-transform: uppercase; }

.cart-total button {
  color: #444;
  font-size: 16px; }

.cart-item-quantity .button {
  background-color: #ccc;
  border: 0 none;
  border-radius: 0; }

.cart-item-quantity .button--icon svg {
  fill: #000; }

.cart-item-quantity .button:last-child {
  background-color: #e99da1; }

.cart-item-quantity .button:last-child svg {
  fill: #fff; }

/* 23-3-17 */
.page-heading {
  margin-top: 25px; }

.page-heading,
.navBar--sub .navBar-item,
.form-label,
.account h3,
.panel-title {
  text-transform: uppercase; }

.form.gift-certificate-form,
.account-body .form {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 30px; }

.form-row--half .form-field {
  width: 100%; }

.form-column {
  float: none;
  width: 100%; }

.form-input,
.form-select {
  height: 3.5rem; }

.form-actions .button {
  height: 49px; }

div.body input[type="text"],
div.body input[type="password"],
div.body input[type="email"],
div.body input[type="tel"],
div.body input[type="url"],
div.body input[type="number"],
div.body select,
div.body textarea,
div.body .form-input {
  background-color: #f0f0f0;
  border: 1px solid #838383;
  border-radius: 0;
  color: #231f20 !important;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em;
  vertical-align: middle; }

#gift-certificate-balance .button {
  height: 49px; }

div.body .form-input.form-input--incrementTotal {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 2rem; }

.optionDiv .form-option .option-name {
  overflow-wrap: break-word; }

.slick-next,
.slick-prev {
  background-color: rgba(255, 255, 255, 0.4); }

.heroCarousel .slick-dots li {
  background-color: rgba(255, 255, 255, 0.4); }

.account-list .form-checkbox + .form-label::before {
  border: 1px solid #2d2d2d;
  height: 1.443rem;
  width: 1.443rem; }

.account-sidebar-block .definitionList .definitionList-key {
  float: none; }

.account-heading > span {
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none; }

.unbxd-as-keysuggestion > strong {
  color: #262223;
  font-family: nowmedium;
  font-size: 14px;
  font-weight: normal; }

.unbxd-as-maincontent .unbxd-as-insuggestion {
  color: #858585 !important;
  font-family: nowregular;
  font-size: 14px; }

.unbxd-as-wrapper ul li.unbxd-as-header {
  background-color: #fff !important;
  color: #262223 !important;
  font-family: nowmedium;
  font-size: 12px;
  letter-spacing: 0.1rem;
  margin-top: 27px; }

.unbxd-as-maincontent .unbxd-as-keysuggestion {
  color: #231e20; }

.unbxd-as-maincontent .unbxd-as-keysuggestion[data-type="KEYWORD_SUGGESTION"],
.unbxd-as-maincontent .unbxd-as-keysuggestion[data-type="KEYWORD_SUGGESTION"] > strong,
.unbxd-as-maincontent .unbxd-as-keysuggestion[data-type="TOP_SEARCH_QUERIES"],
.unbxd-as-maincontent .unbxd-as-keysuggestion[data-type="TOP_SEARCH_QUERIES"] > strong {
  color: #58a6ab; }

.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-image-container {
  margin-bottom: 10px; }

.unbxd-as-wrapper ul li.unbxd-as-popular-product-grid .unbxd-as-popular-product-brand {
  height: 25px;
  overflow: hidden; }

/*=======shippingcart========*/
.cart-header {
  background-color: #f3f2f3; }

.cart-header .cart-header-item {
  color: #262127;
  font-family: nowbold;
  font-weight: normal;
  padding: 13px 0;
  text-align: left; }

.cart-item-name > a {
  color: #000;
  font-family: nowregular;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: none; }

.cart-list .cart-item-brand {
  color: #000;
  font-family: nowbold;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px; }

.cart-list .definitionList dd {
  color: #000;
  font-family: nowbold;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px; }

.definitionList-key {
  color: #a5a2a2;
  display: inline-block;
  font-family: nowmedium;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle; }

.cart-item-value {
  color: #000;
  font-family: nowregular;
  font-size: 14px;
  padding-right: 30px; }

.cart-item-quantity .button {
  background-color: #f3f3f3; }

.cart-item {
  border-bottom: 1px solid #e2e2e2; }

.cart-actions .button {
  background-color: #e99da1;
  border: 0 none;
  border-radius: 2px;
  display: inline-block;
  float: right;
  font-family: nowbold;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  max-width: 487px;
  padding: 17px 10px;
  text-transform: uppercase;
  width: 100%; }

.cartpage h1.page-heading {
  color: #262127;
  font-family: nowbold;
  font-size: 23.28px;
  font-weight: normal;
  position: relative;
  text-align: left; }

.page-content > div[data-cart-page-title] > .CartQuantity .CartQuantityValue {
  background-color: #61a0a6;
  /*border-radius: 50%;*/
  /*border-radius: 4px;*/
  color: #fff;
  display: inline-block;
  font-family: nowbold;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 10px;
  vertical-align: middle; }

.page-content > div[data-cart-page-title] h1.page-heading {
  text-align: left; }

.page-content > div[data-cart-page-title] > .CartQuantity .CartQuantityLabel {
  color: #494949;
  display: inline-block;
  font-family: nowregular;
  font-size: 14px;
  vertical-align: middle; }

.cart-additionalCheckoutButtons .FloatRight.PayPalExpressCheckout.RemoteCheckout.CheckoutButton {
  display: none; }

.cart-item .cart-item-figure {
  text-align: right;
  width: 13.333%; }

.cart-remove {
  float: left;
  margin-top: 2.743rem; }

.cart-header .cart-header-item:first-child {
  padding-left: 65px; }

.cart-header-quantity,
.cart-item-quantity {
  text-align: left;
  width: 21.667%; }

.cart-item-info:last-child {
  text-align: left; }

.cart-item-info {
  text-align: left;
  width: 11.667%; }

.cart-total:last-child {
  background-color: #e2e2e2; }

.cart-total:last-child strong {
  color: #000;
  font-size: 16px;
  text-transform: capitalize; }

.cart-total:last-child span {
  color: #000;
  font-family: nowbold;
  font-size: 18px;
  font-weight: normal; }

.cart-totals .cart-total {
  padding: 0 100px 0 60px; }

.cart-total:first-child strong {
  font-size: 16px; }

.cart-total:first-child span {
  font-family: nowmedium;
  font-size: 14px;
  font-weight: normal; }

.cart-total-value .shipping-estimate-show,
.cart-total-value .coupon-code-add,
.cart-total-value .gift-certificate-add {
  font-family: nowregular;
  font-size: 14px; }

.page-content > div[data-cart-page-title] {
  position: relative; }

.page-content > div[data-cart-page-title] > .CartQuantity {
  position: absolute;
  right: 0;
  top: 0; }

.cart-list .cart-remove {
  background-color: #b2b2b2; }

.cart-remove.icon svg {
  fill: #f3f3f3; }

.cart-item-figure::after {
  padding-bottom: 0; }

.footer-info-heading {
  color: #000;
  font-family: nowbold;
  font-size: 1rem;
  margin-top: 13px;
  text-transform: uppercase; }

.footer-info-list a {
  color: #000;
  font-family: nowmedium;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase; }

.footer-copyright > .powered-by {
  color: #000;
  font-family: nowregular;
  font-size: 1rem;
  margin: 0; }

@media screen and (max-width: 800px) {
  /*01 july 2019 start*/
  li.navPages-item.menu_mailing {
    padding-top: 15px; }
  .covidBnr a.baner-img.delay {
    padding: 0 10px; }
  .covidBnr {
    padding-left: 15px; }
  .navPages-list .navPages-item .navPage-subMenu {
    display: none; }
  .navPages-list .navPages-item .navPages-action.has-subMenu.ForMobileNav.is-open + .navPage-subMenu.is-open {
    display: block; }
  .navPage-subMenu {
    opacity: 1;
    outline: 0;
    visibility: visible; }
  .NaviProdSlider {
    display: none; }
  .page-content .pagination,
  .unbxd_filter_section .pagination {
    width: 100% !important; }
  .unbxd_container .card-figure .card-image {
    height: 150px !important; }
  .actionBar-section .form-field {
    border: 0;
    margin-bottom: 10px; }
  .unbxd_container .unbxd_filter_section .actionBar:first-child {
    width: 65% !important; }
  .unbxd_container .unbxd_filter_section .actionBar {
    display: inline-block !important;
    width: 35% !important; }
  .unbxd_container .page-content h1.page-heading {
    margin: 0 !important; }
  .page-content .pagination .pagination-list,
  .unbxd_container .unbxd_filter_section .pagination {
    margin: 0; }
  /*01 july 2019 end*/
  .cart-item .cart-item-figure {
    width: 38.333%; }
  .cart-item-block .definitionList {
    display: block; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    margin-top: 0;
    width: 34.667%; }
  .cart-item-info {
    text-align: left;
    width: 29.667%; }
  .cart-item-info {
    margin-top: 0.57143rem; }
  .cart-item-block.cart-item-title > a {
    margin-top: 5px; }
  .cart-totals .cart-total {
    padding: 10px 0; }
  .cart-total:last-child strong {
    text-transform: uppercase; }
  .unbxd_container .card-body h4.card-title > a {
    color: black; }
  .unbxd_container .card-body .card-text {
    color: black; }
  .actionBar-section .form-label {
    color: #494949;
    font-family: nowbold;
    font-size: 14px;
    line-height: 1.85714rem;
    margin-bottom: 0;
    padding: 0 0.57143rem;
    text-transform: capitalize; }
  .actionBar-section .form-select {
    color: #494949;
    font-family: nowregular;
    font-size: 14px;
    height: 1.85714rem; }
  .form-select--date,
  .form-select--small {
    background-position: right 0.35714rem top 0.757rem; } }

@media screen and (max-width: 640px) {
  .cart-total-value {
    width: 46%; }
  .cart-totals {
    width: 100%; }
  .cart-actions .button {
    max-width: 100%;
    width: 100%; }
  .card-figure {
    height: 160px; } }

@media screen and (max-width: 550px) {
  .mobile-header-logo .header-logo-image-unknown-size {
    max-height: 1.85714rem; }
  .cart-total-value {
    text-align: right; }
  .cart-total-label {
    width: 50%; }
  .form-label {
    margin-top: 5px; }
  .cart-item-label {
    margin-bottom: 0.686rem;
    width: none; }
  .cart-actions .button {
    padding: 10px; }
  .cart-item-block.cart-item-info {
    margin-left: 34%; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    width: 58.667%; }
  .cart-item-info {
    width: 58.667%; } }

@media screen and (max-width: 400px) {
  .cart-list .cart-item-brand,
  .cart-item-name {
    text-align: left; }
  .cart-item-block.cart-item-title > a {
    float: left; }
  .cart-item-title {
    padding-left: 10px; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    width: 60.667%; }
  .cart-item-quantity .form-increment {
    margin: 0 0.14286rem 1px 0.707rem; }
  .cart-item-label {
    width: 15.333%; }
  .cart-item-block.cart-item-info {
    margin-left: 41%; }
  .cart-item-quantity .form-increment {
    margin: 0 0.14286rem 1px 1.307rem; }
  /*.cart-item-value {
	padding-left: 20px;
}*/
  .cart-actions .button {
    min-width: 100%; } }

/*=======shippingcart========*/
/*=======DesktopLaborPopup Start========*/
#DecktopLabor_Popup {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 999; }

#DecktopLabor_Popup .Labor_Popu {
  position: relative; }

#Labor_PopupWrap #Labor_PopupClose {
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 21px;
  z-index: -999; }

/*=======DesktopLaborPopup End========*/
@media screen and (max-width: 1280px) {
  .newsletter-form #nl_email {
    max-width: 75%; }
  .newsletter-form .button.button--primary {
    padding: 10px;
    width: 25%; } }

@media screen and (max-width: 1260px) {
  .form-prefixPostfix .button,
  .form-prefixPostfix .form-input {
    width: inherit; }
  .form-prefixPostfix-button--postfix {
    margin: 0.171rem 0 0; } }

@media screen and (max-width: 1199px) {
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action {
    color: #fff;
    font-size: 13px;
    padding: 1.3rem 0.657rem; }
  #menu .navPages-list > .navPages-item.Men > .navPages-action {
    color: #87b7bb;
    padding-left: 45px !important; }
  #menu .navPages-list > .navPages-item.Gifts > .navPages-action {
    color: #ea9fa3;
    padding-left: 45px !important; } }

@media screen and (max-width: 1100px) {
  .modal-body .previewCart .previewCartCheckout .button.button--primary {
    line-height: 18px;
    padding-bottom: 20px;
    padding-top: 22px !important; } }

@media screen and (max-width: 1024px) {
  .newsletter-form #nl_email {
    max-width: 70%; }
  .newsletter-form .button.button--primary {
    font-size: 13px;
    margin-left: 2%;
    margin-right: 0;
    width: 27%; } }

@media screen and (max-width: 966px) {
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action {
    color: #fff;
    font-size: 10px;
    padding: 1.6rem 0.42rem; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .QuantityWrap {
    display: block;
    float: none !important;
    width: 40% !important; }
  .add-to-cart-but {
    margin-top: 9px;
    width: 40%; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .price-div {
    width: 50% !important; } }

@media screen and (max-width: 992px) {
  .form-field .option-section .optionDiv {
    width: 50%; } }

@media screen and (max-width: 800px) {
  .navPages-container {
    height: auto; }
  body {
    padding-top: 115px; }
  #pd_pdOneBanner {
    display: none; }
  .searchbar.searchbar-mobile.ShowSearch {
    display: block !important; }
  .searchbar.searchbar-mobile.ShowSearch .form-fieldset .form-input {
    margin: 0 10px;
    width: 100%; }
  .searchbar.searchbar-mobile.ShowSearch .form-prefixPostfix .button {
    top: 10px; }
  .navPages-container.is-open .searchbar.searchbar-mobile {
    display: none !important;
    margin-bottom: 0; }
  .navUser.topNav,
  .mobile-header > p {
    display: none; }
  .navPages-container.is-open {
    padding-top: 65px; }
  .mobileMenu-toggle {
    margin-top: 0 !important; }
  .header.is-open .mobileMenu-toggle.is-open {
    margin-top: 0 !important; }
  .CategoryPage .page-head .title_text {
    padding-right: 80px; }
  .navPage-subMenu.is-open,
  .navPage-childList.is-open {
    height: inherit !important; }
  .navPages-item.sleekwonderland-dropdown .navPages-action.has-subMenu {
    display: block !important;
    width: 100%; }
  .sleekwonderland-dropdown > .navPages-action.has-subMenu {
    background: rgba(0, 0, 0, 0) url("https://cdn5.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/sleekhairmenugif.gif?t=1495549872&_ga=2.81188247.1438579005.1495549247-47047797.1495518296") no-repeat scroll 10px center;
    height: 38px; }
  #menu .sleekwonderland-dropdown:hover > .navPages-action.has-subMenu {
    background: rgba(0, 0, 0, 0) url("https://cdn5.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/sleekhairmenugif.gif?t=1495549872&_ga=2.81188247.1438579005.1495549247-47047797.1495518296") no-repeat scroll 10px center; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action {
    border-top: 1px solid #ccc;
    color: #000;
    font-family: nowregular;
    font-size: 20px; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child),
  .navPages-quickSearch {
    border-bottom: 0 none; }
  #menu .navPages .navPages-list .navPages-item .navPages-action:hover {
    color: #e79ca2 !important; }
  .navPages-action svg {
    fill: #000;
    stroke: #000; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action i {
    margin-top: 5px; }
  .navPages-action .icon.navPages-action-moreIcon {
    display: block;
    float: right; }
  .navPage-subMenu.is-open .navPage-subMenu-action.navPages-action {
    color: #000;
    font-family: nowregular;
    font-size: 15px; }
  .navPage-subMenu-action.navPages-action i {
    margin-top: 5px; }
  .navPage-childList,
  .navPages .navPage-subMenu-list {
    border-left: 0 none; }
  .navPage-childList.is-open .navPage-childList-action.navPages-action {
    color: #000;
    font-size: 15px;
    padding: 5px 0;
    text-align: left; }
  .mobileMenu-toggle.is-open {
    margin-top: 20px !important; }
  .navPages-container.is-open {
    padding-top: 85px; }
  .header .navPages-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action {
    font-size: 15px;
    text-align: left; }
  .navPage-subMenu-action.navPages-action {
    text-align: left; }
  #menu .navPages-list > .navPages-item.Men > .navPages-action,
  #menu .navPages-list > .navPages-item.Gifts > .navPages-action {
    padding-left: 5px !important; }
  .sleekwonderland-dropdown > .navPages-action.has-subMenu {
    width: 203px; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action {
    color: #000 !important; }
  .powered-by {
    text-align: center; }
  .navPages .navPage-subMenu-list,
  .navPage-childList {
    padding-left: 35px; }
  .navPage-subMenu-action.navPages-action {
    color: #000 !important; }
  .header .container {
    display: none; }
  .mobile-header {
    display: block;
    position: relative;
    width: 100%; }
  .mobile-header .cart-link {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 23%; }
  .mobile-header-logo {
    display: inline-block;
    float: left;
    width: 50%; }
  .mobile-search {
    display: inline-block;
    float: left;
    padding-left: 43px;
    width: 26%; }
  .mobile-header .cart-link .navUser-action {
    background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/newbag.png?t=1508495904&_ga=2.165357823.1749633628.1508128983-998917433.1507198367") no-repeat scroll left 6px/20px 29px;
    margin-top: 8px;
    padding-top: 12px; }
  .countPill.cart-quantity {
    background: #61a0a6 none repeat scroll 0 0;
    display: block;
    margin-top: 3px; }
  .countPill {
    background-color: #4f4f4f;
    border-radius: 50%;
    color: white;
    display: none;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    line-height: 15px;
    margin-left: 0.14286rem;
    text-align: center;
    width: 18px; }
  .mobile-header .cart-link {
    display: inline-block;
    float: right;
    margin-right: 20px;
    width: 11%; }
  .mobile-header-logo {
    display: inline-block;
    float: none;
    height: 55px;
    margin: 0 auto;
    width: 144px; }
  .mobile-search {
    display: inline-block;
    float: left;
    margin-top: 8px;
    padding-left: 43px;
    width: 26%; }
  .mobile-header-logo {
    display: inline-block;
    float: none;
    height: 55px;
    margin: 8px auto;
    padding-left: 55px;
    text-align: left;
    width: auto; }
  img.header-logo-image {
    width: auto; }
  .mobile-header-logo .header-logo-image {
    height: 43px;
    width: 188px; }
  .mobileMenu-toggle {
    margin-top: 3px; }
  .mobileMenu-toggle {
    margin-top: 4px; }
  .navigateCarouselnav .slick-list .slick-track .productCarousel-slidenav.slick-slide {
    /*width: 70px !important;*/ }
  .searchbar-mobile form {
    padding-top: 0;
    width: 100%; }
  .searchbar-mobile .form-prefixPostfix .button {
    border: medium none;
    display: block;
    float: left;
    height: 25px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 7%; }
  .searchbar-mobile .form-input {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    height: 32px;
    width: 80%; }
  .searchbar-mobile .mobile-search {
    border: medium none;
    padding: 0;
    width: 100%; }
  #menu .navPages-list > .navPages-item.Men > .navPages-action,
  #menu .navPages-list > .navPages-item.Gifts > .navPages-action {
    background-image: none;
    padding-left: 1.457rem; }
  .slick-prev::before,
  .slick-next::before {
    /*display: none;*/ }
  .slick-prev,
  .slick-next {
    /*display: none;*/ }
  .slick-prev {
    background: none;
    display: none; }
  .slick-next {
    background: none;
    display: none; }
  .heroCarousel-image {
    /*height: 190px;*/
    height: auto; }
  .home-page-link h3 {
    color: #4a4a4a;
    font-family: "nowbold";
    font-size: 14px;
    text-align: center;
    text-transform: uppercase; }
  .homepage-linkul li {
    border-bottom: 1px solid #e8e8e8;
    list-style: outside none none;
    padding: 20px 10px; }
  .homepage-linkul li a {
    color: #4a4a4a;
    font-family: "nowbold";
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
  .homepage-linkul {
    width: 95%; }
  .productCarousel .slick-dots {
    display: none !important; }
  .home-page-links-img .home-page-shop-head {
    text-align: center; }
  .homepage-linkul-img > ul {
    margin-left: 0; }
  .homepage-linkul-img {
    display: block; }
  .home-page-links-img {
    clear: left;
    display: none;
    position: relative;
    width: 100%; }
  .homepage-linkul-img li img {
    width: 100%; }
  .footer-info.term-pages > a {
    display: block;
    width: 100%; }
  .footer-info.term-pages > a:nth-child(2) {
    display: none; }
  .footer-info.term-pages > a.FooterMenuForMobile {
    display: inline-block !important; }
  .footer-info.term-pages > a {
    display: block;
    margin-bottom: 20px;
    width: 100%; }
  .footer-copyright .footer-rights-text {
    display: none; }
  .powered-by {
    width: 100%; }
  .footer-info-col.footer-info-col--small:nth-child(2) {
    display: none; }
  .footer-info-col.footer-info-col--small:nth-child(2) {
    display: none; }
  .footer-info-col.footer-info-col--small:nth-child(3) {
    display: none; }
  h2.footer-info-heading:first-child {
    display: none; }
  .navPages-containerslides {
    display: none; }
  .searchbar.searchbar-mobile {
    clear: left;
    margin-top: 29px; }
  .mobileMenu-toggle {
    margin-top: 20px; }
  .navPages-action.has-subMenu {
    color: #000 !important; }
  .newsletter-form {
    display: none; }
  .newsletter-form-mobile > h2.footer-info-heading {
    display: block;
    font-size: 18px;
    margin-top: 0; }
  .newsletter-form-mobile {
    background: #e8e8e8;
    display: block; }
  .newsletter-form-mobile .form-prefixPostfix .form-input {
    display: inline-block;
    float: left;
    max-width: 75%;
    width: 74%; }
  .button.button--primary.form-prefixPostfix-button--postfix {
    border: medium none;
    border-radius: 0;
    display: inline-block;
    float: left;
    margin-top: 0;
    padding: 0;
    text-align: center;
    text-indent: -9999px;
    width: 24%; }
  .newsletter-form-mobile {
    background: #e8e8e8 none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    padding: 10px 20px; }
  .home-page-link {
    DISPLAY: none; }
  .mobile-soc.footer-info-heading {
    DISPLAY: BLOCK; }
  .form-prefixPostfix.wrap {
    margin: 0 auto;
    width: 72%; }
  .footer-info-col {
    text-align: left;
    text-align: center;
    width: 100%; }
  .social-footer {
    text-align: center; }
  .homepage-linkul-img li {
    display: inline-block;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 48%; }
  .add-to-cart-but #form-action-addToCart {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  body.pace-done {
    font-size: 1rem;
    padding-top: 108px; }
  body,
  body.pace-running,
  body.pace-done {
    text-align: center; }
  .searchbar.searchbar-mobile .form-field {
    margin-bottom: 5px; }
  .searchbar.searchbar-mobile .form {
    margin: 0;
    position: relative; }
  .searchbar.searchbar-mobile {
    background: #fff !important;
    clear: left;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 99999; }
  #pd_pdOneBanner .pdOneBar {
    background: none;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  .pdOneBarMessage {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%; }
  #pd_pdOneBanner {
    padding: 10px 10px 26px;
    width: 100%; }
  .form-prefixPostfix .button {
    height: 38px; }
  .form-input {
    height: 38px;
    width: 14%; }
  .homepage-linkul {
    text-align: left; }
  .mobileMenu-toggle.is-open {
    margin-top: 36px; }
  .HomeInstagramWidget-Section {
    margin-top: 20px; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50% !important; }
  .MobileOrderNavWrapper {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    clear: both;
    margin: 0 0 20px;
    padding: 14px;
    position: relative;
    text-align: left;
    text-transform: uppercase; }
  .MobileOrderMenuLink {
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    position: relative; }
  .MobileOrderMenuWrapper ul,
  .MobileOrderMenuWrapper ul > li.navBar-item {
    border: 0 none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left; }
  .MobileOrderNavWrapper .MobileOrderMenuLink::after {
    color: #4e4e4e;
    content: "";
    display: inline-block;
    font: 20px/1 FontAwesome;
    position: absolute;
    right: 15px;
    transition: all 0.4s ease 0s; }
  .MobileOrderNavWrapper .MobileOrderMenuLink.active::after {
    transform: rotate(180deg); }
  .MobileOrderMenuLink.active {
    margin-bottom: 20px; }
  #DecktopLabor_Popup {
    display: none; }
  .form-field .option-section .optionDiv {
    width: 33.33%; }
  .searchbar-mobile .form-input {
    background: #f2f2f2;
    border: 0 none;
    padding: 0.55342rem 0.7379rem 0.55342rem 50px;
    width: 100%; } }

@media screen and (max-width: 768px) {
  #pd_pdOneBanner {
    display: none !important; }
  .navPages .ResponsiveMenuHeader {
    display: block !important; }
  .ResponsiveMenuHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4cfd1+19,dda2a5+49 */
    background: #f4cfd1;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4cfd1 19%, #dda2a5 49%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4cfd1 19%, #dda2a5 49%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4cfd1 19%, #dda2a5 49%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4cfd1", endColorstr="#dda2a5", GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 10px;
    padding: 5px 0; }
  .ResponsiveMenuHeader ul li {
    display: inline-block;
    vertical-align: middle; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogout .navUser-item--rewards {
    float: right; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogout .navUser-item--account {
    float: left; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogout .navUser-item--rewards .navUser-action {
    background: rgba(0, 0, 0, 0) url("https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/mobnavirewicon.png") no-repeat scroll left center;
    color: #fff;
    font-family: nowregular;
    font-size: 11px;
    font-weight: normal;
    margin-right: 7px;
    padding-left: 30px;
    text-transform: uppercase; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogout .navUser-item--account .navUser-action {
    background: rgba(0, 0, 0, 0) url("https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/mobnaviaccicon.png") no-repeat scroll left center;
    color: #fff;
    font-family: nowregular;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
    text-transform: none; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogout .navUser-item--account .navUser-action span {
    background: url("https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/mobnaviarrow.png") no-repeat right center;
    border-bottom: 1px solid #fff;
    font-family: nowbold;
    margin-left: 5px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .searchbar-mobile .form-prefixPostfix .button {
    top: 3px !important; }
  .searchbar.searchbar-mobile.ShowSearch .form-fieldset .form-input {
    margin: 0 auto;
    padding: 0.55342rem 0.7379rem 0.55342rem 35px; }
  .form-field .option-section .form-option {
    height: 170px; }
  .option-section.popup .form-option .option-name {
    white-space: normal; }
  .HeroCarouselDesktop {
    display: none !important; }
  .HeroCarouselMobile {
    display: block !important; }
  body .actionBar {
    padding: 0 !important; }
  .searchbar.searchbar-mobile.ShowSearch {
    padding-left: 15px;
    padding-right: 0; }
  .searchbar.searchbar-mobile.ShowSearch .form-prefixPostfix.mobile-search {
    margin: 0; }
  .mobileMenu-toggle.is-open {
    margin-top: 0; }
  .searchbar.searchbar-mobile.ShowSearch {
    display: block; }
  .swatch-option-img {
    width: 80px; }
  .form-prefixPostfix.mobile-search .button {
    padding: 0.64286rem 1.17828rem; } }

@media screen and (max-width: 640px) {
  .cart .cart-list .cart-remove.icon {
    display: block; }
  .CategoryPage .page-head .title_text {
    padding-right: 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

@media screen and (max-width: 550px) {
  .price-div,
  .form-field.form-field--increments,
  .add-to-cart-but {
    width: 31%; }
  .price-div {
    width: 21%; }
  .price-div,
  .form-field.form-field--increments,
  .add-to-cart-but {
    display: inline-block;
    float: left;
    width: 31%; }
  .form-field--increments .form-label.form-label--alternate {
    padding-right: 0; }
  .form-increment {
    padding: 0; }
  .wight-option {
    display: none; }
  .price-div,
  .form-field.form-field--increments,
  .add-to-cart-but {
    float: none;
    width: 100%; }
  .form-field .form-increment {
    padding-right: 0;
    text-align: center; }
  .productView-options .form {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%; }
  .productView-options .form > div {
    width: 100%; }
  .option_section_box {
    order: 1; }
  .pdPrProductPageCalloutWrapper.product-rating-box.mobile_section {
    text-align: center; }
  .option_section_box .form-field .form-label.form-label--alternate.form-label--inlineSmall {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 10px 0;
    text-align: center; }
  .brandLogo.MobilebrandLogo {
    border-top: 1px solid #e4e4e4;
    display: block !important;
    margin: 0 1rem;
    padding: 20px 0;
    width: 100%; }
  .brandLogo.MobilebrandLogo img {
    display: block;
    margin: 0 auto;
    max-height: 80px;
    width: auto; }
  .brandLogo.MobilebrandLogo .productView-brand-mobile > a {
    margin-left: 10px; }
  .brandLogo.MobilebrandLogo .productView-brand-mobile {
    margin-top: 10px; }
  .brandLogo.MobilebrandLogo .productView-brand-mobile > span {
    font-size: 12px; } }

@media screen and (max-width: 500px) {
  .form-field .form-increment {
    padding-right: 0;
    text-align: center; }
  .price-div,
  .form-field.form-field--increments,
  .add-to-cart-but {
    display: inline-block;
    display: inline-block;
    float: left;
    width: 50%; }
  .homepage-linkul-img li {
    display: block;
    margin-bottom: 0%;
    margin-left: 0%;
    width: 100%; }
  .form-prefixPostfix.wrap {
    margin: 0;
    width: 95%; }
  .powered-by {
    display: none; }
  .powered-by.mobile-power {
    display: block;
    padding-bottom: 10px; }
  .footer {
    padding: 2.2137rem 0 15px; }
  .footer-copyright.left-side {
    padding-bottom: 0; }
  .add-to-cart-but {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 70%; }
  .cart-sect {
    text-align: center; } }

@media screen and (max-width: 500px) {
  .pdOneBarLink a {
    color: #555;
    font-size: 13px;
    text-decoration: none; }
  .pdOneBarMessage {
    font-size: 13px;
    margin-right: 0; } }

@media screen and (max-width: 560px) {
  body {
    padding-top: 108px; }
  body.pace-done {
    padding-top: 108px; }
  .productView-brand,
  .brandLogo {
    display: none; }
  .productView {
    display: flex;
    flex-wrap: wrap; }
  .productView-iner {
    border-right: 0; }
  .productView > section,
  .productView > article {
    display: flex;
    flex-wrap: wrap; }
  .mobile-header .cart-link .navUser-action {
    margin-top: 0; }
  .mobile-header-logo {
    margin: 0 auto; }
  .MobilePopupEnabled .searchbar.searchbar-mobile.ShowSearch {
    margin-top: 0; }
  .form-prefixPostfix.mobile-search {
    margin-top: 0; }
  .searchbar.searchbar-mobile {
    background: #fff;
    box-sizing: border-box;
    clear: left;
    display: none;
    padding: 10px 20px;
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 999; }
  .mobile-search {
    margin-top: 0; }
  .mobileMenu-toggle {
    margin-top: 9px; }
  .searchbar.searchbar-mobile {
    padding: 0 20px; }
  .modal-body {
    padding: 0; }
  .option-section {
    border: 0 none;
    padding: 0; }
  .optionDiv {
    display: inline-block;
    vertical-align: top;
    width: 163px; }
  .optionDiv .form-option {
    height: auto !important;
    padding: 0 !important;
    /*width: 154px !important;*/ }
  .option-section.popup .optionDiv .form-option {
    height: 150px !important; }
  .swatch-option-img {
    padding: 0;
    width: 69px; }
  /*.optionDiv .option-name {
	  display: none !important;
	}
	[data-product-attribute] .form-option.unavailable:before {
		display: none;
	}
	.form-field .option-section .form-option {
	  border: medium none;
	  height: auto;
	  padding: 0;
	  width: auto;
	}
	.optionDiv .form-option {
		border:0;
		padding:0;
	}
	.optionDiv .swatch-option-img {
	  padding: 0;
	  width: 42px;
	}
	.optionDiv .swatch-option-img span{
		  width: 42px;
	}
	.form-radio:checked + .form-option,
	 label.form-option:hover{
		border:0;
		box-shadow:none;
	}
	.form-radio:checked + .form-option .swatch-option-img > span {
	  border: 4px solid #000000;

	  width: 42px;
	}*/
  /*.form-radio:checked + .form-option,
	 label.form-option:hover{
		border:1px solid #FFF;
	}*/
  .form-radio:checked + .form-option {
    border: 1px solid #dfdfdf;
    box-shadow: none; }
  .form-radio {
    border: 1px solid #dfdfdf; }
  .form-option.active {
    border: 1px solid #4f4f4f !important; }
  .option-section.popup .form-option.active {
    background-color: #fff5e9; }
  .navPages-containerslides {
    background-color: #191919;
    display: block; }
  .navPages-containerslides .navPages-action {
    color: #fff !important;
    letter-spacing: 1px;
    padding: 10px; }
  .navPages-containerslides .navPages-action-moreIcon {
    display: none; }
  .productView-options {
    display: block;
    width: 100%; }
  .mobile_freeship {
    background-color: #e58e94;
    color: #fff;
    display: block !important;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase; }
  .navUser.topNav {
    display: none; }
  .navigateCarouselnav.slick-slider {
    margin-bottom: 14px; }
  .productView-brand-mobile {
    display: block !important;
    font-size: 16px;
    text-transform: uppercase; }
  .productView-brand-mobile a {
    color: #000;
    font-family: "nowbold";
    font-weight: normal;
    text-decoration: none; }
  .productView-product > h1.productView-title {
    font-family: "nowregular";
    font-weight: normal;
    text-transform: none; }
  .productView-product {
    padding-bottom: 0;
    text-align: center;
    width: 100%; }
  .productView-info {
    color: #717171;
    font-size: 12px;
    margin-bottom: 5px; }
  #tab-description {
    text-align: left; }
  .tabs {
    width: 100%; }
  .mobile_section {
    display: block !important; }
  div.body {
    margin-bottom: 0; }
  .tabs-contents.similer-tab {
    margin-bottom: 0; }
  #tab-related {
    padding-bottom: 0; }
  #tab-related .slick-slider {
    margin: 0 !important; }
  #tab-related .slick-slider .card {
    margin-bottom: 0; }
  .newsletter-form-mobile {
    padding: 10px; }
  .newsletter-form-mobile .form {
    margin: 0;
    width: 100%; }
  .newsletter-form-mobile .form-field {
    margin: 0 auto; }
  .price-div .pdPrProductPageCalloutWrapper.product-rating-box {
    display: none; }
  .option_section_box .form-field {
    margin-bottom: 0; }
  .option_slide .slick-slider {
    margin-bottom: 0; }
  .product-rating-box.mobile_section {
    display: block !important;
    float: none; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #fff; }
  .productView-details .productView-info-name {
    font-weight: normal; }
  .price-section > span {
    text-align: center; }
  .add-to-cart-but {
    width: 100%; }
  .add-to-cart-but::after,
  .add-to-cart-but::before {
    clear: both;
    content: "";
    display: table; }
  .price-div .price.price--withoutTax {
    float: none; }
  .price-div,
  .form-field.form-field--increments,
  .add-to-cart-but {
    float: none; }
  .productView-price > div {
    float: none; }
  .price-div {
    margin-bottom: 10px; }
  .product-social {
    margin-right: 0; }
  .socialLinks .icon svg {
    fill: #000; }
  .productView-images {
    margin-bottom: 0; }
  .socialLinks .socialLinks-item {
    margin-right: 1.6rem; }
  .productView-options .wishlist {
    padding-left: 0; }
  .tab.is-active .tab-title {
    font-weight: normal; }
  .elipsis {
    color: #000;
    font-family: "nowregular";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6rem; }
  .elipsis p {
    margin-bottom: 0; }
  .tab-content.productDescription-ingredients.is-active {
    color: #000;
    line-height: 1.6rem;
    text-align: left; }
  .tab-content .exlipsis {
    color: #000;
    line-height: 1.6rem; }
  .pdPrRatingCount > a {
    color: #000 !important;
    font-family: "nowmedium" !important;
    font-size: 14px !important; }
  .productCarousel-slidess .card-title {
    font-weight: normal;
    margin-bottom: 13px; }
  .pdPrWrapper {
    text-align: left; }
  .pdPrReviewDate {
    float: none !important;
    margin-left: 0 !important; }
  .pdPrTitle {
    font-family: "nowbold" !important;
    font-size: 20px;
    margin-bottom: 0 !important;
    text-transform: uppercase; }
  .pdPrReviewerWrapper {
    margin-bottom: 0 !important; }
  .pdPrListOverallRating {
    margin-top: 0 !important; }
  .pdPrBody {
    color: #000;
    font-family: "nowregular" !important;
    line-height: 1.6rem;
    margin-bottom: 0 !important; }
  .productView-options .form-field {
    margin-bottom: 1rem; }
  .productCarouselproducta .productCarousel-slidess {
    float: left;
    width: 50%; }
  .tabs-contents {
    margin-bottom: 0; }
  .footer {
    background: none !important; }
  .pdReviewsDisplay {
    padding-left: 0; }
  .blog + .blog,
  .cart-list,
  .footer,
  .previewCartAction,
  .previewCartItem + .previewCartItem,
  .sidebarBlock + .sidebarBlock {
    border-top: none; }
  .pdQaSummary .pdQaBtn {
    float: none; }
  .newsletter-form-mobile > h2.footer-info-heading {
    color: #4a4a4a;
    font-family: "nowbold";
    font-size: 18.3px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 20px; }
  .newsletter-form-mobile {
    padding: 30px 10px; }
  .form-prefixPostfix .form-input {
    color: #4a4a4a;
    font-family: "noeregular";
    font-size: 12px;
    letter-spacing: 2px; }
  .footer-info-heading {
    color: #4a4a4a;
    font-family: "nowbold";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 4px; }
  .footer-info.term-pages a {
    color: #4a4a4a;
    font-family: "nowbold";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 4px; }
  .footer-info {
    margin: 0; }
  .footer-copyright.left-side {
    background: #f6f6f6 none repeat scroll 0 0; }
  .footer-copyright.left-side {
    padding-top: 0; }
  .footer-info.term-pages {
    padding: 15px 0 0; }
  .footer-copyright > .powered-by {
    color: #4a4a4a;
    font-family: "nowregular";
    font-size: 12px;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase; }
  .navPages-container.is-open {
    top: 102px !important; }
  .navPages-container.is-open .navPages {
    padding: 0; }
  .navPages-container.is-open .mobile_only {
    padding: 0 1.10685rem; }
  .navPages-container.is-open .navPages-list {
    padding: 0 1.10685rem; }
  .navPages-quickSearch {
    padding: 0 1.10685rem; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogin li a {
    color: #fff;
    font-family: nowregular;
    font-size: 15.52px;
    font-weight: normal;
    padding: 1rem 0;
    text-transform: capitalize; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogin {
    margin: 0; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogin li a::after {
    color: #fff;
    content: "|";
    padding: 0 5px 0 10px; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogin li:last-child a::after {
    content: ""; }
  .Mobile_Custom_Search {
    top: 25%; }
  body.MobilePopupEnabled.pace-done {
    padding-top: 90px; }
  .cart-total-label,
  .cart-total-value {
    padding: 0.35714rem 0; }
  .shipping-estimator .estimator-form-label {
    float: none; }
  .shipping-estimator .estimator-form-input {
    float: none;
    width: 100%; }
  .shipping-estimator .estimator-form-input select,
  .shipping-estimator .estimator-form-input .form-input {
    background-color: transparent;
    border-color: #989898;
    border-radius: 5px;
    height: 45px; }
  .shipping-estimator .shipping-estimate-submit {
    background-color: #97d8d2;
    border-radius: 0;
    color: #fff;
    height: 55px;
    line-height: 1.2rem;
    padding: 10px 0 8px;
    width: 100%; }
  .cart-total.CoupenCodeSec .cart-form .form-input {
    background-color: transparent;
    border-radius: 5px 0 0 5px;
    height: 45px;
    width: 80%; }
  .cart-total.CoupenCodeSec .cart-form .button.button--primary.button--small {
    background-color: #97d8d2;
    border: 1px solid #838383;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    height: 45px;
    margin: 0 0 0 -1px;
    padding: 8px 0; }
  .cart-total .cart-total-value button.gift-certificate-cancel {
    font-style: italic; }
  input.button.button--small.button--primary.select-shipping-quote {
    HEIGHT: 40px;
    background-color: #444;
    border-radius: 0; }
  .estimator-form--default > ul {
    margin: 0; }
  .estimator-form--default > ul .estimator-form-row {
    padding: 10px 0;
    text-align: left; }
  .shipping-estimator .estimator-form-label {
    float: left;
    width: 85%; }
  dd.estimator-form-input.estimator-form-input--price {
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: right;
    width: 15%; }
  label.estimator-form-label-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300; }
  label.estimator-form-label-text > span {
    font-size: 14px;
    font-weight: 600; } }

@media screen and (max-width: 480px) {
  .productView .productView-images .productView-iner {
    border-right: 0 none;
    margin: 0 auto;
    width: 100%; } }

@media screen and (max-width: 400px) {
  .custom_alert {
    margin-left: -70px; }
  /*.mobileMenu-toggle {
  padding: 0 0 0 0.586rem;
  width: 2.729rem;
}*/
  #MenuHeaderIfLogout .navUser-item--account {
    border-right: 1px solid #efd2d4;
    padding-right: 15px; } }

@media screen and (max-width: 360px) {
  .productView .productView-thumbnail {
    width: 30%; } }

@media only screen and (max-width: 355px) {
  .header-logo-image {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    width: 100%; }
  .form-option .option-name {
    width: 45%; } }

@media screen and (max-width: 350px) {
  .productGrid .product {
    width: 100% !important; }
  .ResponsiveMenuHeader ul#MenuHeaderIfLogin li a {
    font-size: 13.52px; } }

/*Start of CSS for lookbook pages only 2017*/
footer {
  background: #fff !important; }

.p-20-t-b {
  padding: 20px 0; }

.wrapper.lookbook-white-bg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.new-lookbook-bg {
  padding: 0; }

.containerbts {
  display: table;
  margin: 0 auto;
  max-width: 1030px;
  width: 1030px; }

.section-edit,
.section-video {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.section-edit .container,
.section-video .container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; }

.new-lookbook-bg .containerbts {
  max-width: 510px; }

.new-lookbook-bg .containerbts .lookbook-home-section-box {
  width: 100%; }

.lookbook-home-section-box {
  float: left;
  padding: 0;
  position: relative;
  width: 49.5%; }

.lookbook-home-section-box img {
  height: auto;
  max-width: 100%; }

.lookbook-home-section-box .link-hover {
  background: #fff;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1; }

.lookbook-home-section-box:hover .link-hover {
  display: block; }

.lh-banner-left {
  margin: 0 0.5% 1% 0; }

.lh-banner-right {
  margin: 0 0 1% 0.5%; }

.index-banner {
  float: left;
  margin: 10px 0 0;
  padding: 0 1%;
  width: 33.3%; }

.index-banner img {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.lookbook-sub-box {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.lookbook-sub-box.gallery {
  padding-bottom: 20px; }

.lookbook-home-page-bg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

/**/
.view-video-box {
  float: left;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  z-index: 100 !important; }

.backtoschool-main.lookbook-banner-main {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/backtoschool-lookbook-bg.jpg") repeat scroll 0 0 !important;
  float: left;
  padding: 0 0 30px !important;
  width: 100%; }

.backtoschool-main .view-video-box,
.backtoschool-inner .view-video-box {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/backtoschool-lookbook-bg.jpg") repeat scroll 0 0 !important;
  position: relative; }

.backtoschool-inner .section-video {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/backtoschool-lookbook-bg.jpg") repeat scroll 0 0 !important;
  position: relative;
  z-index: 999; }

.container-links {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.container-links .lookbook-section-box {
  float: left;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%; }

.backtoschool-main .wrapper {
  background: #000;
  float: left;
  position: relative;
  width: 100%;
  z-index: 100 !important; }

.wrapper.backtoschool {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.lookbook-main-bg {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.lookbook-main-bg.backtoschool {
  background: #000; }

.lookbook-main-bg .devotional-bg {
  background: #000;
  float: left;
  padding: 5% 2%; }

.explore-lookbooks-pro-bg {
  background: #fff;
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 100%; }

.lookbooks .explore-lookbooks-pro-bg {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/backtoschool-lookbook-repeat-img.jpg") repeat 0 0 !important; }

.backtoschool-looks-bg {
  background: #000;
  float: left;
  padding: 0 !important;
  width: 100%; }

.explore-lookbooks-pro {
  float: left;
  margin: 0;
  padding: 0 1%;
  text-align: center;
  width: 25%; }

.explore-lookbooks-pro-img {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.explore-lookbooks-pro-img img {
  height: auto;
  max-width: 100%;
  text-align: center; }

.lookbook-pro-bg {
  float: left;
  margin: 0;
  padding: 6px 0;
  width: 100%; }

.special-thank-outer {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.special-thanks {
  float: left;
  margin: 0;
  padding: 70px 0;
  text-align: center;
  width: 100%; }

.special-thanks img {
  height: auto;
  max-width: 100%; }

.b-row {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.b-row-col {
  display: inline-block;
  margin: 0 0 1%;
  padding: 0 1%;
  text-align: center;
  vertical-align: middle;
  width: 31%; }

.photographer-row {
  float: left;
  margin: 0;
  padding: 90px 1% 30px;
  text-align: center;
  width: 100%; }

.bridal-lookbook-video-bg {
  float: left;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }

.bridal-lookbook-video-bg {
  float: none !important; }

.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*.backtoschool-inner.wrapper {background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/bridal-lookbook-bg.jpg") repeat scroll left top; float: left; position: relative; width: 100%; z-index: 100 !important;}*/
.lb-box {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%; }

.lb-display {
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

.lb-display img {
  height: auto;
  max-height: 202px;
  max-width: 100%;
  width: auto; }

.lb-box h2 {
  color: #000;
  float: left;
  font-size: 13px;
  height: 40px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 1% 2%;
  text-align: center;
  text-decoration: none;
  width: 96%; }

.lb-box h2 a {
  color: #000;
  font-weight: normal;
  text-decoration: none; }

.lb-box p {
  color: #000;
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.lookbook-pro-row-2 {
  float: left;
  margin: 0;
  padding: 0 0 10px;
  width: 100%; }

.lookbook-row-left-2 {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%; }

.lookbook-row-left-2 img {
  height: auto;
  max-width: 100%; }

.lookbook-row-right-2 {
  float: left;
  margin: 0;
  padding: 0 1%;
  width: 55%; }

.lookbook-row-right-2 .lb-box {
  width: 50% !important; }

.lookbook-row-right-2 {
  width: 55%; }

.lookbook-row-left-2 {
  width: 45%; }

.devotional-main .view-video-box,
.devotional-inner .view-video-box,
.devotional-inner .lookbook-section-box {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/bridal-lookbook-bg.jpg") repeat 0 0 !important; }

.devotional-inner .view-video-box {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/bridal-lookbook-bg.jpg") repeat 0 0 !important; }

.devotional-inner {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.spring-book-logo {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.lookbook-section-box-full {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.popconic-main {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.popconic-main .lookbook-banner-main {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.banner-tag {
  position: absolute;
  right: 0;
  top: 0; }

.single-item {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.single-item li {
  list-style: none; }

.single-item li img {
  height: auto;
  width: 100%; }

.spring-book-pro-bg {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.spring-book-pro {
  float: left;
  margin: 0;
  padding: 0 1%;
  text-align: center;
  width: 25%; }

.spring-book-pro img {
  height: auto;
  max-width: 100%;
  text-align: center; }

.spring-book-pro-img {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.spring-book-link {
  float: left;
  margin: 0;
  padding: 10px;
  width: 100%; }

.popconic-main .lookbook-row-left-1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 72%; }

.popconic-main .lookbook-row-left-1-width {
  width: 40%; }

.popconic-main .lookbook-row-right-1 {
  float: left;
  margin: 0;
  padding: 10% 1% 0;
  width: 26%; }

.popconic-main .lookbook-row-right-1-width {
  padding: 0;
  width: 60%; }

.popconic-main .lookbook-row-right-1-width .lb-box {
  padding: 0 2% 4% !important;
  width: 33% !important; }

.popconic-main .lookbook-row-left-2 {
  width: 40% !important; }

.popconic-main .lookbook-row-right-2-width {
  width: 60%; }

.popconic-main .lookbook-main-bg .lb-box {
  width: 33% !important; }

.popconic-main .lookbook-row-right-2-width .lb-box {
  width: 33% !important; }

.popconic-main .jubilee-left {
  width: 61%; }

.popconic-main .jubilee-right {
  padding: 6% 0 0;
  text-align: center !important;
  width: 38% !important; }

.popconic-main .jubilee-right .lb-box {
  width: 100% !important; }

.tools-section-title {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/title-arrow.png") no-repeat center top !important;
  border-top: 2px solid #000;
  color: #000;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 20px;
  padding: 15px 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.jubilee-box-1.lookbook-pro-bg .lb-box {
  width: 20%; }

.crimson-main-bg .lookbook-row-left-1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 72%; }

.crimson-main-bg .lookbook-row-left-1-width {
  width: 40%; }

.crimson-main-bg .lookbook-row-right-1 {
  float: left;
  margin: 0;
  padding: 10% 1% 0;
  width: 26%; }

.crimson-main-bg .lookbook-row-right-1 .lb-box {
  width: 100% !important; }

.crimson-main-bg .lookbook-row-right-1-width {
  padding: 0;
  width: 60%; }

.crimson-main-bg .lookbook-row-right-1-width .lb-box {
  padding: 0 2% 4% !important;
  width: 33% !important; }

.crimson-main-bg .lookbook-pro-row-1 {
  float: left;
  margin: 0;
  padding: 0 0 10px;
  width: 100%; }

.crimson-main-bg .lookbook-sub-banner-left {
  float: left;
  margin: 0;
  padding: 0 2%;
  width: 50%; }

.crimson-main-bg .lookbook-sub-banner-right {
  float: left;
  margin: 0;
  padding: 0 2%;
  width: 50%; }

.runway-main .lookbook-row-center {
  float: left;
  margin: 0;
  padding: 0 0 10px !important;
  width: 100%; }

.runway-main .lookbook-sub-box {
  float: left;
  margin: 0;
  padding: 0 0 10px !important;
  width: 100%; }

.runway-inner .lookbook-title {
  background: #000;
  color: #fff;
  float: left;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 6px 0;
  padding: 5px 0;
  text-align: center;
  width: 100%; }

@media (max-width: 767px) {
  .lookbook-home-section-box {
    float: left;
    padding: 0;
    position: relative;
    width: 100%; }
  .lh-banner-left {
    margin: 0 0 1%; }
  .lh-banner-right {
    margin: 0 0 1%; }
  .index-banner {
    float: left;
    margin: 10px 0 0;
    padding: 0 1%;
    width: 100%; }
  .new-lookbook-bg .containerbts {
    max-width: inherit !important;
    width: 100%; }
  .lookbook-home-section-box img {
    width: 100%; }
  .new-lookbook-bg .containerbts {
    width: 100%; }
  .explore-lookbooks-pro {
    width: 100%; }
  .b-row-col {
    padding: 0 1%;
    width: 98%; }
  .lookbook-row-left-2 {
    text-align: center;
    width: 100% !important; }
  .lookbook-row-right-2 {
    text-align: center;
    width: 100% !important; }
  .lookbook-row-right-2 .lb-box {
    width: 50% !important; }
  .lb-box {
    width: 50% !important; }
  .explore-lookbooks-pro {
    padding: 10px 1%;
    width: 50%; }
  .explore-lookbooks-pro:nth-child(-n+2) {
    margin-bottom: 2%; }
  .spring-book-pro {
    width: 100%; }
  .spring-book-pro {
    padding: 10px 1%;
    width: 50%; }
  .spring-book-pro:nth-child(-n+2) {
    margin-bottom: 2%; }
  .popconic-main .lookbook-row-left-1-width {
    width: 100%; }
  .popconic-main .lookbook-row-right-1 {
    float: left;
    margin: 0;
    padding: 10% 1% 0;
    width: 100%; }
  .popconic-main .lookbook-row-right-1-width .lb-box {
    padding: 0 2% 4% !important;
    width: 50% !important; }
  .popconic-main .jubilee-left {
    width: 100%; }
  .popconic-main .jubilee-right {
    text-align: center !important;
    width: 100% !important; }
  .jubilee-box-1.lookbook-pro-bg .lb-box {
    width: 50%; }
  .crimson-main-bg .lookbook-row-left-1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%; }
  .crimson-main-bg .lookbook-row-left-1-width {
    width: 100%; }
  .crimson-main-bg .lookbook-row-right-1 {
    float: left;
    margin: 0;
    padding: 10% 1% 0;
    width: 100%; }
  .crimson-main-bg .lookbook-row-right-1-width {
    padding: 0;
    width: 60%; }
  .crimson-main-bg .lookbook-row-right-1-width .lb-box {
    padding: 0 2% 4% !important;
    width: 50% !important; }
  .hidden-xs {
    display: none !important; } }

@media (max-width: 580px) {
  .lb-box {
    width: 100% !important; }
  .view-video-box {
    padding: 15px; }
  .lookbook-section-box {
    padding: 15px; }
  .popconic-main .lookbook-row-right-1-width .lb-box {
    padding: 0 2% 4% !important;
    width: 100% !important; }
  .jubilee-box-1.lookbook-pro-bg .lb-box {
    width: 100%; }
  .crimson-main-bg .lookbook-row-right-1-width {
    padding: 0;
    width: 100%; }
  .crimson-main-bg .lookbook-row-right-1-width .lb-box {
    padding: 0 2% 4% !important;
    width: 100% !important; } }

/*End of CSS for lookbook pages only 2017*/
/*Start of CSS for Rewards pages only 2017*/
.rewards-main {
  float: left;
  left: 0;
  margin: 0;
  padding: 10px 0 0;
  position: relative;
  top: 0;
  width: 100%; }

.rewards-box {
  border-bottom: 9px solid #2c2c2c;
  border-left: 8px solid #2c2c2c;
  border-right: 8px solid #2c2c2c;
  border-top: 9px solid #2c2c2c;
  float: left;
  left: 0;
  margin: 0;
  padding: 6px;
  position: relative;
  top: 0;
  width: 100%; }

.rewards-main-bg {
  border: 1px solid #2c2c2c;
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 100%; }

.rewards-left {
  border-right: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  width: 30%; }

.rewards-right {
  float: right;
  margin: 0;
  padding: 0 2%;
  width: 70%; }

.reward-title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.rewards-bg {
  float: left;
  margin: 0;
  padding: 5px 0 0;
  width: 100%; }

.rewards-bg p {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 5px;
  width: 100%; }

.rewards-bg p strong {
  color: #000;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0; }

.rewards-bg p span {
  color: #0062a6;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  width: 418px; }

.rewards-bg-row1 {
  float: left;
  margin: 0;
  padding: 5px 0 0;
  width: 100%; }

.rewards-bg-row1-title {
  border-bottom: 1px solid #000;
  float: left;
  margin: 0;
  padding: 2px 0;
  width: 100%; }

.rewards-bg-row1-title span {
  color: #000;
  font-family: "Franklin Gothic Book";
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 0; }

.rewards-bg-row1-title strong {
  color: #0062a6;
  font-family: "Franklin Gothic Book";
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0; }

.rewards-detail {
  float: left;
  margin: 0;
  padding: 2px 0;
  width: 100%; }

.rewards-detail p {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin: 0;
  padding: 0 0 10px;
  width: 100%; }

.rewards-detail p strong {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  margin: 0;
  padding: 0 5px 0 0;
  width: auto; }

.rewards-detail-none {
  float: left;
  margin: 0;
  padding: 2px 0;
  width: 100%; }

.rewards-detail-none p {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  margin: 0;
  padding: 0 0 10px;
  width: 100%; }

.rewards-detail-none p strong {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  margin: 0;
  padding: 0 5px 0 0;
  width: auto; }

.gift-card-detail {
  float: left;
  margin: 0;
  padding: 5px 0 0;
  width: 40%; }

.gift-card-detail .points {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 94px; }

.gift-card-detail .points p {
  border: 1px solid #b5b4b4;
  border-top: none;
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  font-style: normal;
  margin: 0;
  padding: 2px;
  text-align: center;
  width: 94px; }

.gift-card-detail .points strong {
  border: 1px solid #b5b4b4;
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  margin: 0;
  padding: 2px;
  text-align: center;
  width: 94px; }

.gift-card-detail .rewards {
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 95px; }

.gift-card-detail .rewards p {
  border: 1px solid #b5b4b4;
  border-left: none;
  border-top: none;
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  font-style: normal;
  margin: 0;
  padding: 2px;
  text-align: center;
  width: 95px; }

.gift-card-detail .rewards strong {
  border: 1px solid #b5b4b4;
  border-left: none;
  color: #000;
  float: left;
  font-family: "Franklin Gothic Book";
  font-size: 14px;
  margin: 0;
  padding: 2px;
  text-align: center;
  width: 95px; }

.rewards-gift-icon {
  float: right;
  margin: 0;
  padding: 10px 0 0;
  width: 30%; }

.rewards-click-here {
  float: left;
  margin: 0;
  padding: 5px 0 0;
  width: 106px; }

.earn-rewards-icon {
  float: left;
  left: -14px;
  position: absolute;
  top: 0;
  width: 258px; }

@media (max-width: 767px) {
  .rewards-left {
    height: 350px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%; }
  .rewards-left img {
    height: auto;
    text-align: center;
    width: 100%; }
  .rewards-right {
    width: 100%; }
  .gift-card-detail {
    width: 100%; }
  .rewards-gift-icon {
    text-align: left;
    width: 100%; }
  .rewards-gift-icon img {
    text-align: left; } }

@media all and (max-width: 768px) {
  .mobile-header > p {
    margin: 0; }
  .mobile-header {
    background-color: #fff; }
  .mobileMenu-toggle.is-open,
  .mobileMenu-toggle {
    margin-top: 0 !important; }
  .navUser.topNav {
    display: none; }
  .navPages-container.is-open .navPages {
    background-color: #fff;
    box-shadow: 5px 5px 10px #ccc;
    width: 100%; }
  .header {
    background-color: rgba(0, 0, 0, 0); }
  .navPages-container.is-open .form-input {
    border-color: #000;
    border-radius: 0; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action i {
    margin-top: 5px !important; }
  .navPage-subMenu-action.navPages-action i {
    margin-top: 5px !important; }
  #menu .navPages-list > .navPages-item.Men > .navPages-action,
  #menu .navPages-list > .navPages-item.Gifts > .navPages-action {
    padding-left: 10px !important; }
  .sleekwonderland-dropdown > .navPages-action.has-subMenu {
    width: 213px; }
  .account-body .form-input {
    width: 100%; }
  .cac_first_inst {
    text-align: center;
    width: 100%; }
  .gift-certificate-form .form-input {
    width: 100%; }
  .meng_gtfild .form-field {
    padding: 0; }
  .meng_gtfild .form-fieldset.form-column {
    padding: 0; }
  .navBar-section.account-navigation {
    text-align: center; }
  .navBar-item {
    border: 1px solid #ccc;
    display: inline-block;
    float: none !important;
    margin: 8px 0 !important;
    padding: 8px 0 !important;
    text-align: center;
    width: 80%; }
  .form-prefixPostfix .form-input {
    font-family: nowmedium; }
  .login-form .form-input {
    width: 100%; }
  .cart-totals .cart-total-label {
    text-align: left; }
  .cart-total-label > strong {
    text-transform: uppercase; }
  #menu .navPages-item {
    text-align: left; }
  .navPages-container.is-open {
    padding-top: 0;
    top: 107px; }
  .mobileMenu-toggle.is-open {
    margin-top: 12px; }
  .navUser-item--cart .navUser-action {
    padding-left: 10px; }
  .header .navPages-container {
    background: none; }
  .navPages {
    background-color: #f2eee9; }
  .navPages-action {
    font-size: 13px; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action {
    padding: 10px; }
  #menu .navPages > .navPages-list > .navPages-item > .navPages-action i {
    margin-top: -5px; }
  .navPage-subMenu-action.navPages-action i {
    margin-top: -5px; }
  #menu .container {
    display: block; }
  #menu .container .form-input {
    width: 100%; }
  #quickSearch .container {
    display: block; }
  #quickSearch .container .form-input {
    width: 100%; }
  .dropdown.dropdown--quickSearch.is-open.f-open-dropdown {
    top: 70px !important; } }

@media all and (max-width: 600px) {
  .form-option:hover {
    border-color: #dfdfdf; } }

@media all and (max-width: 560px) {
  .mobileMenu-toggle.is-open,
  .mobileMenu-toggle {
    margin-top: 0 !important; }
  .mobile-header {
    padding-top: 10px; }
  .navPages-item.customerLoyaltyProgram {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px; }
  .navPages-container.is-open .mobile_only {
    margin-left: 10px; }
  .navPages-container.is-open .mobile_only .navPages-action {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize; }
  .navPages-container.is-open .mobile_only .navPages-item.menu_mailing {
    border-top: 1px solid #ccc;
    height: 100px;
    margin-top: 10px; }
  .navPages-container.is-open .mobile_only .navPages-item.menu_mailing > h5 {
    display: none; }
  .navPages-container.is-open .mobile_only .navPages-item.menu_mailing .form-field {
    margin-top: 20px; }
  .navPages-container.is-open .mobile_only .navPages-item.menu_mailing .form-prefixPostfix.wrap {
    margin: 0 auto;
    width: 100%; }
  .navPages-container.is-open .mobile_only .navPages-item.menu_mailing .form-prefixPostfix {
    display: block; }
  .navPages-container.is-open .mobile_only .navPages-item.menu_mailing .button.button--primary.form-prefixPostfix-button--postfix {
    background-color: #e79da2 !important;
    background-image: none !important;
    display: block;
    float: right;
    font-size: 15px;
    margin-top: 15px;
    padding: 0 20px;
    position: inherit;
    text-indent: 0;
    width: auto; }
  .option_section_box .more {
    cursor: pointer;
    display: block !important;
    text-align: right; }
  .option_section_box .form-field {
    height: 110px; }
  .option_section_box.view_more .form-field {
    height: auto; }
  .option_section_box.view_more .show {
    display: none; }
  .option_section_box.view_more .hide {
    display: block !important; }
  .mobile_only {
    display: block !important; }
  .menu_mailing {
    height: 150px; }
  .menu_mailing .form-input {
    border-radius: 0; }
  .menu_mailing > h2.footer-info-heading,
  .menu_mailing > p {
    display: none; }
  h2.footer-info-heading:first-child {
    display: block !important; }
  .cart-actions .button {
    line-height: normal; }
  .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton {
    display: none; } }

/*End of CSS for Rewards pages only 2017*/
.body.lookbooks {
  margin-bottom: 0;
  margin-top: 0; }

.body.lookbooks .container,
.body.runway-trends .container,
.body.popconic .container,
.body.lucenttide-product-page .container,
.body.dapperdarling-product-page .container,
.body.jubilee-product-page .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

.body.lookbooks .container main.page,
.body.runway-trends,
.body.popconic,
.body.lucenttide-product-page,
.body.dapperdarling-product-page,
.body.jubilee-product-page {
  margin: 0; }

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

.body.runway-trends .container .page-content--centered {
  max-width: 1030px; }

.lookbooks .breadcrumbs,
.lookbooks .page-heading,
.lookbooks .navBar.navBar--sub,
.body.runway-trends .breadcrumbs,
.body.runway-trends .page-heading,
.body.runway-trends .navBar.navBar--sub,
.body.popconic .breadcrumbs,
.body.popconic .page-heading,
.body.popconic .navBar.navBar--sub,
.body.lucenttide-product-page .breadcrumbs,
.body.lucenttide-product-page .page-heading,
.body.lucenttide-product-page .navBar.navBar--sub,
.body.dapperdarling-product-page .breadcrumbs,
.body.dapperdarling-product-page .page-heading,
.body.dapperdarling-product-page .navBar.navBar--sub,
.body.jubilee-product-page .breadcrumbs,
.body.jubilee-product-page .page-heading,
.body.jubilee-product-page .navBar.navBar--sub {
  display: none; }

.lookbooks .slick-prev,
.popconic .slick-prev,
.body.lucenttide-product-page .slick-prev,
.body.dapperdarling-product-page .slick-prev,
.body.jubilee-product-page .slick-prev {
  left: 40px;
  top: 54%; }

.lookbooks .slick-next,
.popconic .slick-next,
.body.lucenttide-product-page .slick-next,
.body.dapperdarling-product-page .slick-next,
.body.jubilee-product-page .slick-next {
  right: 40px;
  top: 54%; }

.slider_section {
  height: auto; }

.slider_wrap {
  height: 100%;
  position: relative;
  width: 100%; }

.slick-slider {
  margin-bottom: 0 !important; }

/*Z Work*/
.body.lookbooks .lookbook-white-bg.LookBooksMain {
  float: none;
  margin: 0 auto;
  max-width: 1030px;
  width: 100%; }

.slider_section_custom {
  height: 100%;
  margin-top: 0;
  min-height: 100%; }

.slider_wrap_custom {
  height: 100%;
  position: inherit;
  width: 100%; }

.body.lookbooks .backtoschool-main.lookbook-banner-main {
  padding: 0 !important; }

.body.lookbooks .lookbook-pro-row-2 {
  padding: 0; }

.body.lookbooks .lb-box {
  padding: 0 0 10px; }

/*MS Intrepid Lookbook Page*/
.body.lookbooks .ms_intrepid_lookbook_bg {
  background: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/bs-wrapper-bg.jpg) repeat center top;
  float: left;
  position: relative;
  width: 100%;
  z-index: 100; }

.body.lookbooks .ms_intrepid_lookbook_Inner,
.body.lookbooks .devotional_lookbook_Inner {
  background: #fff;
  float: none;
  margin: 0 auto;
  max-width: 1030px;
  width: 100%; }

.body.lookbooks .ms_intrepid_lookbook_Inner::before,
.body.lookbooks .ms_intrepid_lookbook_Inner::after,
.body.lookbooks .devotional_lookbook_Inner::before,
.body.lookbooks .devotional_lookbook_Inner::after,
.body.lookbooks .devotional-main .section-edit::before,
.body.lookbooks .devotional-main .section-edit::after {
  clear: both;
  content: "";
  display: table; }

/*devotion*/
.body.lookbooks .devotional-main .section-edit {
  clear: both;
  float: none;
  position: relative;
  width: 100%; }

.body.lookbooks .lookbook-main-bg.devotiion .devotional-bg {
  background: #fff; }

.body.lookbooks .explore-lookbooks-pro-bg.explore-lookbooks-devotiion-pro-bg {
  background: #fff !important; }

.body.lookbooks .devotional_lookbook_bg {
  background: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/bl-bg-image.png) repeat center top;
  float: left;
  position: relative;
  width: 100%;
  z-index: 100; }

/*PopConic And Crimson*/
.body.lookbooks .popconic-main .section-edit,
.body.lookbooks .crimson-main-bg .section-edit {
  float: none;
  margin: 0 auto;
  max-width: 1030px; }

.body.lookbooks .popconic-main .lookbook-banner-main,
.body.lookbooks .crimson-main-bg .lookbook-banner-main {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.expanderButton,
.collapseButton {
  background: rgba(231, 231, 231, 0.9) none repeat scroll 0 0;
  border-radius: 0;
  color: #282828;
  cursor: pointer;
  display: inline-block;
  font-family: nowbold;
  font-size: 15.33px;
  font-weight: normal;
  height: 44px;
  margin-left: 0;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 98.1%; }
  .expanderButton.hidden,
  .collapseButton.hidden {
    display: none !important; }

.moreOption.expanderButton {
  top: -48px; }

.expanderButton .expanderBullet,
.collapseButton .collapseTriangle1,
.collapseButton .collapseTriangle2 {
  display: none; }

.moreOption.expanderButton::after {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/product-viewmore-icon.png?t=1499422117&_ga=2.16059761.659950248.1499338774-508031046.1484654329") no-repeat scroll right center;
  content: "View More";
  display: inline-block;
  padding-right: 25px; }

.moreOption.collapseButton::after {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/product-lessbar-icon.png?t=1499422119&_ga=2.16059761.659950248.1499338774-508031046.1484654329") no-repeat scroll right center;
  content: "view less";
  padding-right: 25px; }

.expanderButton .expanderBullet {
  background: #888 none repeat scroll 0 0;
  border-radius: 3px;
  float: left;
  height: 6px;
  left: 7px;
  margin-left: 3px;
  position: relative;
  top: 19px;
  width: 6px; }

.collapseButton .collapseTriangle1 {
  border-bottom: 13px solid #888;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  height: 0;
  left: 11px;
  position: relative;
  top: 14px;
  width: 0;
  z-index: 2; }

.collapseButton .collapseTriangle2 {
  border-bottom: 13px solid #e7e7e7;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  height: 0;
  left: 11px;
  position: relative;
  top: 3px;
  width: 0;
  z-index: 3; }

.mobileOptions {
  box-sizing: border-box;
  max-width: 800px;
  position: relative; }
  .mobileOptions .optionDiv {
    display: block !important; }

.mobileOptions .form-option {
  border: 1px solid #999 !important;
  box-shadow: 0 0 10px #ccc inset !important;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }

.mobileOptions .swatch-option-img {
  float: right;
  margin-right: 80px;
  padding: 5px; }

.mobileOptions .swatch-option-img .form-option-variant::after {
  color: #000;
  content: "see all options";
  float: left;
  font-family: nowregular;
  font-size: 10px;
  margin: 15px 0 0 60px;
  text-transform: uppercase;
  width: 40px; }

.mobileOptions .option-name {
  color: #000;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 14px 10px; }

.mobileOptions .form-option-variant.form-option-variant--pattern {
  background-size: contain;
  height: 50px;
  width: 50px; }

.selectMore {
  background: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/right-arrow.png) no-repeat 96% 19px;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.productView-options {
  position: relative; }

.option-section.popup {
  background-color: #fff;
  bottom: 0;
  height: 230px;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-top: 40px;
  position: fixed;
  white-space: nowrap;
  width: 100%;
  z-index: 20; }

.MselectOption .optionDiv,
.MselectOption .optionDiv .form-option {
  width: 100% !important; }

.option-section.popup .optionDiv {
  width: auto; }

.option-section.popup .form-option {
  width: 90px;
  text-align: center; }

.option-section.popup .swatch-option-img {
  float: none;
  padding: 5px;
  width: 69px;
  display: inline-flex;
  justify-content: center; }

.option-section.popup .form-option .option-name {
  display: block;
  float: none;
  overflow-wrap: normal;
  width: 100% !important; }

.optionHeader {
  bottom: 240px;
  position: fixed;
  right: 10px; }

.optionHeader > span {
  color: #fff;
  cursor: pointer;
  font-size: 24px; }

.boxoverlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.boxhide {
  z-index: 20; }

.selectedOption2 {
  font-size: 16px;
  left: 10px;
  margin-top: -26px;
  position: fixed; }

/*------------------------stylecon start-----------------------*/
#StyleconPage .breadcrumbs {
  display: none; }

#StyleconPage .page-heading {
  display: none; }

#StyleconPage .page-content.page-content--centered {
  width: 100%; }

.stylecon_logo {
  text-align: center; }

.stylecon_section_inner {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/styleconpage-bg.png?t=1498030426&_ga=2.93047901.1167468280.1497851506-508031046.1484654329") no-repeat scroll center top;
  padding-top: 100px; }

.stylecon_logo a {
  display: inline-block;
  margin-bottom: 20px; }

.stylecon_logo p {
  color: #191919;
  font-size: 30px;
  margin-bottom: 50px; }

.stylecon_text01 {
  color: #191919;
  font-family: nowmedium;
  font-size: 24px;
  left: 57px;
  line-height: 2.5rem;
  max-width: 406px;
  position: absolute;
  top: 70px;
  width: 100%; }

.stylecon_box01 .stylecon_img > a {
  display: block;
  margin-left: 10px; }

.stylecon_box01 .stylecon_img img {
  display: block;
  max-width: 1112px;
  width: 100%; }

.stylecon_box01 {
  margin-bottom: 65px;
  position: relative; }

.stylecon_text02 {
  color: #191919;
  font-family: nowmedium;
  font-size: 24px;
  left: 57px;
  line-height: 2.5rem;
  max-width: 593px;
  position: absolute;
  top: 0;
  width: 100%; }

.stylecon_box02 .stylecon_img img {
  display: inline-block;
  max-width: 973px;
  width: 100%; }

.stylecon_box02 {
  margin-bottom: 65px;
  position: relative; }

.stylecon_box02 .stylecon_img a {
  display: block;
  text-align: center; }

.stylecon_text03 {
  color: #191919;
  font-family: nowmedium;
  font-size: 24px;
  line-height: 2.5rem;
  max-width: 381px;
  position: absolute;
  right: 85px;
  top: 15px;
  width: 100%; }

.stylecon_box03 .stylecon_img img {
  display: inline-block;
  max-width: 945px;
  width: 100%; }

.stylecon_box03 {
  margin-bottom: 145px;
  position: relative; }

.stylecon_box03 .stylecon_img a {
  display: block;
  text-align: center; }

.stylecon_video_section a {
  display: block;
  text-align: center; }

.stylecon_video_section a img {
  display: inline-block;
  max-width: 1098px;
  width: 100%; }

#StyleconPage > .container {
  max-width: 100%;
  padding: 0 8px;
  width: 100%; }

#StyleconPage #CustomEventPage {
  margin: 0 -8px; }

.stylecon_video_section {
  margin-bottom: 100px; }

.stylecon_bottom_hd {
  color: #ec9aa6;
  font-family: nowbold;
  font-size: 36px;
  margin-bottom: 100px;
  text-align: center; }

.img_box.slick-slide,
.img_box.slick-slide.slick-cloned.slick-active,
.img_box.slick-slide.slick-active.slick-center,
.img_box.slick-slide.slick-active {
  border-right: 1px solid white; }

#CustomEventPage .EventPageSlider > div {
  padding: 0 100px !important; }

#CustomEventPage .slick-prev::before {
  background-image: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/page-slider-prev-arrow.png?t=1496922824&_ga=2.37639785.817493526.1496835670-508031046.1484654329"); }

#CustomEventPage .slick-next::before {
  background-image: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/page-slider-next-arrow.png?t=1496922823&_ga=2.46594798.817493526.1496835670-508031046.1484654329"); }

#CustomEventPage .slick-next::before,
#CustomEventPage .slick-prev::before {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: inherit;
  display: block;
  height: 80px;
  width: 96px; }

#CustomEventPage .slick-next,
#CustomEventPage .slick-prev {
  height: 89px;
  padding: 0;
  width: 46px; }

#EventPage .slick-prev,
#EventPage .slick-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

/*#CustomEventPage #EventPage .slick-prev {
  left: 10px;
}
#CustomEventPage #EventPage .slick-next {
  right: 10px;
}*/
#CustomEventPage #EventPage .slick-prev,
#CustomEventPage #EventPage .slick-next {
  height: 100%;
  margin: 0;
  top: 50%;
  width: 100px; }

#CustomEventPage #EventPage .slick-prev {
  left: 0; }

#CustomEventPage #EventPage .slick-next {
  right: 0; }

#CustomEventPage #EventPage .slick-next:hover,
#CustomEventPage #EventPage .slick-prev:hover {
  background-color: rgba(204, 204, 204, 0.5); }

@media all and (max-width: 1024px) {
  .stylecon_text03 {
    right: 0; } }

@media all and (max-width: 767px) {
  .stylecon_text01 {
    top: 0; } }

@media all and (max-width: 640px) {
  .stylecon_text01,
  .stylecon_text02,
  .stylecon_text03 {
    max-width: 100%;
    padding: 0 20px;
    position: inherit;
    text-align: center;
    width: 100%; }
  .mobileOptions .form-option-variant.form-option-variant--pattern {
    border-right: 1px solid #666; }
  .stylecon_img {
    margin-bottom: 20px; }
  .stylecon_text01 {
    left: 0; }
  .stylecon_text02 {
    left: 0; }
  .stylecon_box01,
  .stylecon_box02,
  .stylecon_box03 {
    margin-bottom: 40px; }
  .stylecon_logo p {
    font-size: 20px;
    margin-bottom: 20px; }
  .stylecon_logo img {
    display: block;
    margin: 0 auto;
    width: 80%; }
  .stylecon_text01,
  .stylecon_text02,
  .stylecon_text03 {
    font-size: 15px; }
  .stylecon_video_section {
    margin-bottom: 30px; }
  .stylecon_bottom_hd {
    font-size: 16px;
    margin-bottom: 30px; } }

@media all and (max-width: 360px) {
  .stylecon_logo p {
    font-size: 15px; }
  .MobilePopupEnabled .navPages-container.is-open {
    top: 65px !important; } }

/*------------------------stylecon end-----------------------*/
/*------------------------galentine start-----------------------*/
.logo_arrow {
  background: url("https://cdn5.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/scroll-down.gif?t=1498118346&_ga=2.100843585.1167468280.1497851506-508031046.1484654329") no-repeat center;
  height: 150px;
  margin: 0 auto;
  width: 150px; }

#GalentinePage {
  margin-top: 0; }

#GalentinePage .page-content.page-content--centered {
  width: 100%; }

#GalentinePage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#GalentinePage .breadcrumbs {
  display: none; }

#GalentinePage .page-heading {
  display: none; }

#GalentinePage .page-content.page-content--centered > p {
  display: none; }

.galentine_head_wrap {
  background: rgba(0, 0, 0, 0) url("https://store-hmhnh4h9.mybigcommerce.com/product_images/uploaded_images/galantine-hd-bg.jpg") repeat-x scroll 0 0;
  padding: 205px 0 100px; }

.galentine_logo img {
  display: block;
  margin: 0 auto;
  max-width: 940px;
  width: 100%; }

.galentine_content_wrap {
  background-color: #f8c5d4;
  padding-bottom: 130px; }

.galentine_box.box01 .galentine_img img {
  display: block;
  max-width: 631px;
  width: 100%; }

.galentine_img img {
  display: block;
  width: 100%; }

.galentine_box.box01 .galentine_img {
  float: left;
  width: 60%; }

.galentine_text {
  float: right;
  width: 40%; }

.galentine_text h6 {
  color: #be7293;
  font-family: bebasneue;
  font-size: 45px;
  font-weight: 400;
  margin: 135px 0 60px;
  padding-right: 30px;
  text-transform: unset; }

.galentine_text p {
  color: #6b5b5a;
  font-family: nowregular;
  font-size: 28px;
  font-weight: 400;
  line-height: 4rem;
  padding-right: 60px; }

.galentine_box.box01 {
  margin-bottom: 70px;
  position: relative; }

.leaf_img {
  bottom: 0;
  position: absolute;
  right: 15%; }

.galentine_box.box02 {
  margin-bottom: 38px;
  position: relative; }

.side_leaf {
  bottom: 0;
  left: -50px;
  position: absolute; }

.galentine_box.box03 {
  margin-bottom: 83px;
  position: relative; }

.flower {
  left: 45%;
  position: absolute;
  top: 16%; }

.flower_bg {
  bottom: -170px;
  left: -90px;
  position: absolute; }

.galentine_btm_text {
  padding: 43px 0; }

.galentine_btm_text img {
  display: block;
  margin: 0 auto;
  max-width: 761px;
  width: 100%; }

.galentine_video iframe {
  max-width: 1134px;
  width: 100%; }

.galentine_video {
  text-align: center; }

@media all and (max-width: 1080px) {
  .galentine_box.box01 .galentine_img img {
    margin: 0 auto; }
  .leaf_img {
    bottom: 230px;
    position: absolute;
    right: 15%; }
  .galentine_text h6 {
    margin: 30px 0; }
  .galentine_text {
    text-align: center;
    width: 100%; }
  .galentine_img {
    float: none;
    text-align: center;
    width: 100%; }
  .galentine_text p {
    padding-right: 0; }
  .galentine_text h6 {
    padding-right: 0; } }

@media all and (max-width: 991px) {
  .galentine_video iframe {
    height: auto;
    min-height: 540px; } }

@media all and (max-width: 800px) {
  #CustomEventPage .slick-next::before,
  #CustomEventPage .slick-prev::before {
    display: none !important; }
  .galentine_video iframe {
    min-height: 430px; }
  .navBar.navBar--sub.navBar--account {
    display: block; }
  .productView .productView-images .productView-iner .productView-image {
    display: block; } }

@media all and (max-width: 768px) {
  .galentine_head_wrap {
    padding: 80px 0; }
  .flower,
  .leaf_img,
  .side_leaf {
    display: none; }
  .galentine_text p {
    font-size: 15px;
    line-height: inherit; }
  .galentine_text h6 {
    font-size: 25px; } }

@media all and (max-width: 640px) {
  .galentine_video iframe {
    min-height: 340px; } }

@media all and (max-width: 480px) {
  .galentine_head_wrap {
    padding: 80px 0 10px; }
  .galentine_video iframe {
    min-height: 240px; } }

@media all and (max-width: 360px) {
  .galentine_video iframe {
    min-height: 190px; } }

/*------------------------galentine end-----------------------*/
/*------------------------summersoiree start-----------------------*/
#SummersoireePage .page {
  margin: 0;
  max-width: none;
  width: auto; }

#SummersoireePage .breadcrumbs {
  display: none; }

#SummersoireePage .page-heading {
  display: none !important; }

#SummersoireePage.body {
  margin-top: 0; }

#SummersoireePage .page-content.page-content--centered > p {
  display: none; }

#SummersoireePage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

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

#SummersoireePage .summersoiree_wrap > .container {
  margin: 0 auto;
  width: 100%; }

.summersoiree_wrap {
  background-color: #f7b2c2;
  margin: 0;
  padding-top: 20px; }

.summer_inner {
  background-color: #ffd3ec;
  margin: 0 20px;
  padding-bottom: 20px; }

.summer_top_banner img {
  display: block;
  width: 100%; }

.summer_top_box {
  margin-top: 25px;
  padding-bottom: 50px; }

.summer_box01 .summer_img {
  float: right;
  margin-bottom: 20px; }

.summer_box01 .summer_img img {
  display: block;
  max-width: 480px;
  width: 100%; }

.summer_detail {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase; }

.summer_box01 .summer_detail {
  background: rgba(0, 0, 0, 0) url("https://store-hmhnh4h9.mybigcommerce.com/product_images/uploaded_images/summer-pineapple.png") no-repeat scroll 500px bottom;
  padding-right: 50px; }

.summer_box01 {
  float: left;
  width: 50%; }

.summer_box02 {
  float: right;
  text-align: center;
  width: 50%; }

.summer_box02 .summer_detail {
  margin-bottom: 20px;
  padding: 0 47px; }

.summer_box02 .summer_img img {
  display: block;
  margin: 0 auto;
  max-width: 512px;
  width: 100%; }

.summer_box03 {
  float: left;
  width: 50%; }

.summer_box04 {
  float: right;
  width: 50%; }

.summer_box03 .summer_img img {
  display: block;
  max-width: 559px;
  width: 100%; }

.summer_box03 .summer_img {
  position: relative;
  right: -15px;
  top: 30px; }

.summer_box04 .summer_img img {
  display: block;
  max-width: 461px;
  width: 100%; }

.summer_box04 .summer_img {
  background: rgba(0, 0, 0, 0) url("https://store-hmhnh4h9.mybigcommerce.com/product_images/uploaded_images/summer-flamingo.png") no-repeat scroll right bottom;
  left: -40px;
  position: relative;
  top: -50px; }

.galentine_video {
  text-align: center; }

#SummersoireePage .galentine_video {
  margin: 0 20px; }

@media all and (max-width: 1024px) {
  .summer_box01 {
    display: flex;
    flex-wrap: wrap-reverse;
    float: none;
    text-align: center;
    width: 100%; }
  .summer_box01 .summer_img {
    float: none;
    margin: 0 auto 20px; }
  .summer_box03 .summer_img {
    position: inherit; }
  .summer_box03 {
    float: none;
    width: 100%; }
  .summer_box03 .summer_img img,
  .summer_box04 .summer_img img {
    margin: 0 auto; }
  .summer_box01,
  .summer_box02,
  .summer_box03,
  .summer_box04 {
    float: none;
    padding: 0 20px;
    text-align: center;
    width: 100%; }
  .summer_box04 .summer_img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 20px;
    position: inherit; }
  .summer_box01 .summer_detail {
    background: none;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center; }
  .summer_box02,
  .summer_box03 {
    margin-bottom: 20px; } }

@media all and (max-width: 640px) {
  .summer_box02 .summer_detail {
    padding: 0; }
  .summer_detail {
    line-height: 2.5rem; } }

@media all and (max-width: 480px) {
  .summer_detail {
    font-size: 15px; } }

/*------------------------summersoiree end-----------------------*/
/*------------------------pretty for prom strat-----------------------*/
#PrettyForPromPage {
  margin-top: 0; }

#PrettyForPromPage .page-content.page-content--centered > p {
  display: none; }

#PrettyForPromPage .breadcrumbs {
  display: none; }

#PrettyForPromPage .page-heading {
  display: none; }

#PrettyForPromPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#PrettyForPromPage .page-content.page-content--centered,
#GalentinePage .page-content.page-content--centered {
  padding: 0;
  width: 100%; }

#PrettyForPromPage .page,
#GalentinePage .page {
  margin: 0; }

.pretty_prom_wrap {
  background: #b3d1cf url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/newpretty-prom-bg.png?t=1499152680&_ga=2.213881812.1790132956.1499059220-508031046.1484654329") no-repeat scroll center -240px;
  height: 4248px;
  overflow: hidden; }

.pretty_prom_box01 {
  clear: both;
  content: "";
  display: table;
  padding-top: 70px; }

.pretty_prom_box01 .pretty_prom_img img {
  display: block;
  max-width: 499px;
  width: 100%; }

.pretty_prom_detail {
  color: #000;
  font-family: nowregular;
  font-size: 24px;
  line-height: 2.7rem; }

.pretty_prom_detail span {
  font-family: nowbold;
  font-weight: normal; }

.pretty_prom_box01 .pretty_prom_img {
  float: left;
  width: 50%; }

.pretty_prom_box01 .pretty_prom_detail {
  float: right;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 160px;
  width: 50%; }

.pretty_prom_box02 {
  clear: both;
  content: "";
  display: table; }

.pretty_prom_box02 .pretty_prom_img {
  float: right;
  position: relative;
  top: -50px;
  width: 60%; }

.pretty_prom_box02 .pretty_prom_detail {
  float: left;
  padding-right: 70px;
  padding-top: 170px;
  width: 40%; }

.pretty_prom_box02 .pretty_prom_img img {
  display: block;
  max-width: 719px;
  width: 100%; }

.pretty_prom_box03 .pretty_prom_img {
  position: relative;
  top: -210px; }

.pretty_prom_box03 .pretty_prom_img img {
  display: block;
  max-width: 1229px;
  width: 100%; }

.pretty_prom_box04 .pretty_prom_img {
  float: left;
  margin-top: -60px;
  width: 50%; }

.pretty_prom_box04 .pretty_prom_detail {
  float: right;
  padding: 0 40px 0 100px;
  position: relative;
  top: -140px;
  width: 50%; }

.pretty_prom_box04 {
  clear: both;
  content: "";
  display: table; }

.pretty_prom_box04 .pretty_prom_img img {
  display: block;
  max-width: 566px;
  width: 100%; }

.pretty_prom_box05 .pretty_prom_img {
  position: relative;
  right: -100px;
  text-align: center;
  top: -350px; }

.pretty_prom_box05 .pretty_prom_img img {
  display: block;
  max-width: 1139px;
  width: 100%; }

.pretty_video_wrap {
  position: relative;
  top: -250px; }

.pretty_prom_detail > a {
  color: #fff19d;
  text-decoration: none; }

.pretty_prom_detail > a:hover {
  color: #000;
  text-decoration: underline; }

@media all and (max-width: 1024px) {
  .pretty_prom_wrap {
    background-image: none;
    height: auto;
    padding-top: 0; }
  .pretty_prom_box01 .pretty_prom_img,
  .pretty_prom_box02 .pretty_prom_img,
  .pretty_prom_box03 .pretty_prom_img,
  .pretty_prom_box04 .pretty_prom_img,
  .pretty_prom_box05 .pretty_prom_img {
    float: none;
    margin-bottom: 20px;
    margin-top: 0;
    position: inherit;
    width: 100%; }
  .pretty_prom_box01 .pretty_prom_img img,
  .pretty_prom_box02 .pretty_prom_img img,
  .pretty_prom_box04 .pretty_prom_img img,
  .pretty_prom_box05 .pretty_prom_img img {
    margin: 0 auto; }
  .pretty_prom_box01 .pretty_prom_detail,
  .pretty_prom_box02 .pretty_prom_detail,
  .pretty_prom_box04 .pretty_prom_detail {
    float: none;
    margin-bottom: 20px;
    padding: 0;
    position: inherit;
    text-align: center;
    width: 100%; }
  .pretty_prom_box02 {
    display: flex;
    flex-wrap: wrap-reverse; }
  .pretty_video_wrap {
    position: inherit;
    top: 0; }
  .pretty_prom_box01 {
    padding-top: 20px; } }

@media all and (max-width: 480px) {
  .pretty_prom_detail {
    font-size: 20px; } }

/*------------------------pretty for prom end-----------------------*/
/*------------------------Kim Thai Start-----------------------*/
#kimthaiPage {
  margin: 0; }

#kimthaiPage > .container {
  max-width: 100%;
  padding: 0; }

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

#kimthaiPage .page {
  margin: 0; }

#kimthaiPage .breadcrumbs,
#kimthaiPage .page .page-heading {
  display: none; }

#kimthaiPage .page-content.page-content--centered > p {
  display: none; }

#kimthaiPage .galentine_video iframe {
  max-width: 1440px;
  width: 100%; }

.kimthai_wrap {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%; }

.kimthai_sectionone {
  position: relative; }

.kimthai_sectionone .kimthai_img img {
  display: block;
  max-width: 1440px;
  width: 100%; }

.kimthai_sectionone_detail {
  background: rgba(0, 0, 0, 0) url("https://store-hmhnh4h9.mybigcommerce.com/product_images/uploaded_images/sleek-kimthai-bg01.png") no-repeat scroll center center;
  max-width: 597px;
  position: absolute;
  right: 0;
  top: 72%;
  width: 100%;
  z-index: 1; }

.kimthai_sectionone_detail p {
  color: #231e1e;
  font-family: "Kurale", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 2.6rem;
  margin: 0 auto;
  max-width: 315px;
  padding: 115px 0;
  width: 100%; }

.kimthai_sectionthree {
  position: relative; }

.kimthai_sectionthree .kimthai_img img {
  display: block;
  max-width: 1440px;
  width: 100%; }

.kimthai_sectionthree_detail {
  background: rgba(0, 0, 0, 0) url("https://store-hmhnh4h9.mybigcommerce.com/product_images/uploaded_images/sleek-kimthai-bg02.png") no-repeat scroll center center;
  max-width: 593px;
  position: absolute;
  top: 20px;
  width: 100%; }

.kimthai_sectionthree_detail p {
  color: #231e1e;
  font-family: "Kurale", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 2.6rem;
  margin: 0 auto;
  max-width: 506px;
  padding: 190px 0 90px 80px;
  width: 100%; }

.kimthai_sectionfive {
  position: relative; }

.kimthai_sectionfive .kimthai_img img {
  display: block;
  max-width: 1440px;
  width: 100%; }

.kimthai_sectionfive_detail {
  background: rgba(0, 0, 0, 0) url("https://store-hmhnh4h9.mybigcommerce.com/product_images/uploaded_images/sleek-kimthai-bg03.png") no-repeat scroll center center;
  max-width: 631px;
  position: absolute;
  right: 0;
  top: 18%;
  width: 100%;
  z-index: 1; }

.kimthai_sectionfive_detail p {
  color: #231e1e;
  font-family: "Kurale", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 2.6rem;
  margin: 0 auto;
  max-width: 423px;
  padding: 190px 0 140px;
  width: 100%; }

@media all and (max-width: 1024px) {
  .kimthai_sectionone_detail,
  .kimthai_sectionthree_detail,
  .kimthai_sectionfive_detail {
    margin: 0 auto;
    position: inherit; } }

@media all and (max-width: 640px) {
  .kimthai_sectionone_detail,
  .kimthai_sectionthree_detail,
  .kimthai_sectionfive_detail {
    background-color: #d187d4;
    background-image: none;
    max-width: 100%; }
  .kimthai_sectionthree {
    position: inherit; }
  .kimthai_sectionone_detail p,
  .kimthai_sectionthree_detail p,
  .kimthai_sectionfive_detail p {
    font-size: 20px;
    line-height: 1.8rem;
    max-width: 100%;
    padding: 10px 40px;
    text-align: center;
    width: 100%; }
  .kimthai_sectionthree_detail p br {
    display: none; } }

/*------------------------Kim Thai End-----------------------*/
/*----------------Sleek Rewards Page Starts--------------*/
.rewards-main {
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 100%; }

.rewards-row-1 {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 100%; }

.rewards-row-1 .title-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%; }

.rewards-row-1 .title-left img {
  height: auto;
  max-width: 90%; }

.rewards-row-1 .rewards-links {
  color: #a7a7a7;
  float: left;
  font-family: "nowregular";
  font-size: 16px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  width: 40%; }

.rewards-row-1 .rewards-links a {
  color: #a7a7a7;
  font-family: "nowregular";
  font-size: 16px;
  line-height: 60px;
  text-decoration: underline; }

.rewards-row-1 .rewards-links .create-account-btn {
  background: #74c1c7;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase; }

.rewards-row-2 {
  float: left;
  margin: 0;
  padding: 25px 0;
  width: 100%; }

.rewards-row-2 .rewards-setion-pt1 {
  float: left;
  margin: 0;
  padding: 25px 0;
  width: 100%; }

.rewards-row-2 .rewards-setion-pt1 .rewards-sec-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%; }

.rewards-row-2 .rewards-setion-pt1 .rewards-sec-left .rs-left-img {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%; }

.rewards-row-2 .rewards-setion-pt1 .rewards-sec-left .rs-left-img img {
  height: auto;
  max-width: 100%; }

.rewards-row-2 .rewards-setion-pt1 .rewards-sec-right {
  float: left;
  margin: 0;
  padding: 50px 0 15px 6%;
  width: 44%; }

.rewards-row-2 .rewards-setion-pt1 .rewards-sec-right p {
  color: #000;
  float: left;
  font-family: "nowregular";
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 10px;
  width: 100%; }

.rewards-row-2 .rewards-setion-pt1 .rewards-sec-right p strong {
  font-family: "nowbold";
  font-weight: bold;
  text-transform: uppercase; }

.rewards-row-3 {
  background: #74c1c7;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }

.rewards-row-3 .rewards-sec-left {
  float: left;
  padding: 40px 0% 0 5%;
  text-align: center;
  width: 25%; }

.rewards-row-3 .rewards-sec-left img {
  height: auto;
  max-width: 100%; }

.rewards-row-3 .rewards-sec-right {
  float: left;
  margin: 0;
  padding: 40px 10% 0 5%;
  width: 75%; }

.rewards-row-3 .rewards-sec-right p {
  color: #000;
  float: left;
  font-family: "nowregular";
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 10px;
  width: 100%; }

.rewards-row-3 .rewards-sec-right p strong {
  color: #fff;
  font-family: "nowbold";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase; }

.rewards-row-3 .rewards-sec-right p a {
  color: #fff;
  font-family: "nowregular";
  font-size: 16px;
  line-height: 60px;
  text-decoration: underline; }

.rewards-row-3 .rewards-sec-right p .create-account-btn {
  background: #fff;
  color: #74c1c7;
  font-family: "nowbold";
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase; }

.text-white {
  color: #fff !important; }

@media (max-width: 1100px) {
  .rewards-row-1 .title-left {
    width: 40%; }
  .rewards-row-1 .rewards-links {
    width: 60%; }
  .rewards-row-2 .rewards-setion-pt1 .rewards-sec-right {
    padding-top: 10px; } }

@media (max-width: 1024px) {
  .rewards-row-1 .title-left {
    width: 50%; }
  .rewards-row-1 .rewards-links {
    width: 50%; } }

@media (max-width: 991px) {
  .rewards-row-1 .title-left {
    text-align: center;
    width: 100%; }
  .rewards-row-1 .rewards-links {
    padding: 30px 0 0;
    text-align: center;
    width: 100%; }
  .rewards-row-2 .rewards-setion-pt1 .rewards-sec-left {
    width: 40%; }
  .rewards-row-2 .rewards-setion-pt1 .rewards-sec-right {
    width: 60%; } }

@media (max-width: 776px) {
  .rewards-row-2 .rewards-setion-pt1 {
    padding: 0; }
  .rewards-row-2 .rewards-setion-pt1 .rewards-sec-left {
    width: 100%; }
  .rewards-row-2 .rewards-setion-pt1 .rewards-sec-right {
    padding: 15px 0;
    width: 100%; }
  .rewards-row-3 .rewards-sec-left {
    width: 100%; }
  .rewards-row-3 .rewards-sec-right {
    width: 100%; } }

@media (max-width: 600px) {
  .rewards-row-1 .rewards-links .create-account-btn {
    float: left;
    width: 100%; }
  .rewards-row-3 .create-account-btn {
    float: left;
    width: 100%; } }

/*----------------Sleek Rewards Page Ends--------------*/
/*CSS for Rating Section - July 31, 2017*/
.pdReviewsDisplay {
  background: #fff !important;
  padding: 1px !important; }

.pdRatingStars span::before {
  color: #e69ea2 !important; }

.pdPrWrapper {
  min-height: 175px !important; }

/**/
@media (max-width: 776px) {
  .form {
    text-align: left; }
  .contact-us {
    text-align: left; }
  form[action*="?action=sendContactForm"] .form-input {
    width: 100%; }
  .option-section.popup .optionDiv {
    display: inline-block; } }

.HeroCarouselMobile .slick-next,
.HeroCarouselMobile .slick-prev {
  background: rgba(225, 225, 225, 0.4) none repeat scroll 0 0;
  height: 60px;
  width: 35px; }

.HeroCarouselMobile .slick-next:hover,
.HeroCarouselMobile .slick-prev:hover {
  background: rgba(225, 225, 225, 0.4) none repeat scroll 0 0; }

.HeroCarouselMobile .slick-next {
  right: 0; }

.HeroCarouselMobile .slick-prev {
  left: 0; }

.HeroCarouselMobile .slick-prev::before,
.HeroCarouselMobile .slick-next::before {
  width: 12px; }

.HeroCarouselMobile .slick-dots {
  background: none;
  bottom: 0; }

.HeroCarouselMobile .heroCarousel .slick-dots li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.HeroCarouselMobile .slick-dots li button {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff; }

.HeroCarouselMobile .slick-dots li.slick-active button::before {
  background: #110703 none repeat scroll 0 0; }

/*----------------Shipping Info Page starts--------------*/
.iwd-full-width {
  width: 100%; }

.iwd-half-width {
  width: 50%; }

.iwd-shipping-info-ul {
  width: 100%; }

.iwd-shipping-info-li {
  color: #000;
  font-size: 20px;
  line-height: 1.5em;
  padding-bottom: 1em; }

.iwd-p-b-4em {
  padding-bottom: 4em; }

.iwd-m-r-2em {
  margin-right: 4em; }

.iwd-float-left {
  float: left; }

.iwd-shipping-info-main {
  font-family: arial; }

.iwd-shipping-info-li strong {
  font-weight: 900 !important; }

/*----------------End of: Shipping Info Page--------------*/
.hidden-data {
  display: none; }

.productView-price .price-section--saving {
  clear: both; }

/*.navPages-action.has-subMenu.is-open {
	color: #e99da1 !important;
}*/
#menu .navPages > .navPages-list > .navPages-item > .is-open {
  color: #e99da1 !important; }

/*----------------Brand Description start--------------*/
.brandDesc_wrap {
  position: relative; }

.brandDesc_wrap .rightbg {
  background-color: #c3dbdd;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%; }

.brandDesc_wrap > .container {
  display: table; }

.brandDesc_wrap > .container > div {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle; }

.brandDesc_wrap .logoDiv {
  width: 20%; }

.logoDiv .brandlogo {
  display: block;
  margin: 0 auto; }

.brandDesc_wrap .brandDesc {
  background-color: #c3dbdd;
  font-size: 15px;
  line-height: 2rem;
  padding-left: 30px !important;
  width: 80%; }

.brandDesc_wrap .resultCount {
  display: none !important; }

/*.brandDesc_wrap .resultCount {
  text-align: right;
  width: 20%;
}*/
.productView-product .brandLogo img {
  display: block;
  max-height: 80px;
  width: auto; }

@media all and (max-width: 550px) {
  .brandDesc_wrap .rightbg {
    display: none; }
  .brandDesc_wrap .brandDesc {
    background-color: #c3dbdd;
    padding: 20px 10px !important; }
  .brandDesc_wrap > .container > div {
    display: block;
    padding: 30px 10px;
    width: 100%; }
  .morelink {
    display: block !important; } }

.NavBarAccountForMobile {
  display: none; }

/*----------------Brand Description end--------------*/
@media (max-width: 767px) {
  .iwd-float-left {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%; }
  .iwd-float-left.iwd-half-width {
    margin: 15px 0;
    padding: 0;
    text-align: left;
    width: 100%; }
  .iwd-shipping-info-main {
    float: left;
    text-align: left;
    width: 100%; }
  .NavBarAccountForDesktop {
    display: none !important; }
  .NavBarAccountForMobile {
    display: block; }
  .Mobile_Custom_Search {
    background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/search.png?t=1508494898&_ga=2.2706416.1749633628.1508128983-998917433.1507198367") no-repeat scroll center top/cover;
    display: inline-block !important;
    height: 23px;
    left: 13%;
    padding: 0 10px;
    position: absolute;
    top: 26%;
    width: 23px; } }

.account-product-title > a[href*="/account.php?action=view_order&order_id"] {
  color: #00e;
  display: block;
  margin-bottom: 5px;
  text-decoration: underline; }

.iwd-half-width.fs-custom-right {
  float: right !important;
  margin: 0 !important;
  text-align: left !important;
  width: 60%; }

.iwd-m-r-2em.fs-custom-left {
  float: left !important;
  margin: 0 !important;
  width: 40%; }

.iwd-m-r-2em.fs-custom-left img {
  max-width: 90%; }

@media (max-width: 991px) {
  .iwd-half-width.fs-custom-right {
    float: right !important;
    margin: 0 !important;
    width: 55%; }
  .iwd-m-r-2em.fs-custom-left {
    float: left !important;
    margin: 0 !important;
    width: 45%; } }

@media (max-width: 767px) {
  .iwd-half-width.fs-custom-right {
    float: left !important;
    margin: 0 !important;
    width: 100% !important; }
  .iwd-m-r-2em.fs-custom-left {
    float: left !important;
    margin: 0 !important;
    width: 100% !important; }
  .searchbar-mobile .form-input[placeholder="Search the store"] {
    font-family: nowregular; } }

/**********Back To Top Button Start***********/
#TopBtn {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/top-button.png?t=1504863403&_ga=2.197749231.1103217982.1504778586-1205027087.1484197602") no-repeat scroll center center;
  bottom: 50px;
  display: none;
  height: 78px;
  position: fixed;
  right: 30px;
  width: 78px;
  z-index: 99; }

@media (max-width: 800px) {
  #TopBtn {
    background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/mobile-top-button.png?t=1505296058&_ga=2.93563293.1247294622.1505108426-1205027087.1484197602") no-repeat scroll center center;
    height: 54px;
    width: 54px;
    z-index: 99; }
  .mobile-header-logo > a {
    display: inline-block;
    margin-left: 2px;
    margin-top: 5px; } }

/**********Back To Top Button End***********/
/* Static page content - Shop In-Store.html*/
.show-room-banner-bg {
  background: url(https://www.sleekshop.com/content/site-support-imgs/shop-in-store/show-room-title-bg.jpg) no-repeat center top;
  background-size: cover;
  display: flex;
  padding: 80px 0; }

.banner-left-title {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%; }

.banner-right-add-time {
  float: left;
  margin: 0;
  padding: 20px;
  width: 50%; }

.banner-showroom-box {
  color: #000;
  float: left;
  font-size: 16px;
  height: 80px;
  line-height: 20px;
  padding: 30px 0 0 100px;
  width: 50%; }

.showroom-location-box {
  background: url(https://www.sleekshop.com/content/site-support-imgs/shop-in-store/location-icon.png) no-repeat left top; }

.showroom-time-box {
  background: url(https://www.sleekshop.com/content/site-support-imgs/shop-in-store/time-icon.png) no-repeat left top; }

@media (max-width: 767px) {
  .show-room-banner-bg {
    padding: 20px 0; }
  .banner-left-title {
    width: 100%; }
  .banner-right-add-time {
    width: 100%; }
  .banner-showroom-box {
    margin-bottom: 30px;
    width: 100%; } }

/**/
/**********Halloween Page Start***********/
#HalloweenPage,
#HalloweenPage .page {
  margin: 0; }

#HalloweenPage .page-content.page-content--centered {
  padding: 0; }

#HalloweenPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#HalloweenPage .page-heading,
#HalloweenPage .breadcrumbs,
#HalloweenPage .page-content > p {
  display: none; }

.hocuspocuspretty_banner img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.hocuspocuspretty_outer {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/hocuspretty-bg.png") no-repeat scroll 0 0/cover;
  padding: 50px 0 0; }

.hocuspocuspretty_boxxx {
  float: left;
  margin: 0 9px 50px;
  text-align: center;
  width: 23%; }

.GRAFTOBIAN_image {
  margin-bottom: 20px; }

.hocuspocuspretty_boxxx .GRAFTOBIAN_image a {
  display: block; }

.GRAFTOBIAN_image img {
  max-width: 283px;
  width: 100%; }

.hocuspocuspretty_boxxx h4 {
  color: #370626;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin: 0 0 11px;
  text-transform: uppercase; }

.hocuspocuspretty_boxxx .GRAFTOBIAN {
  color: #b14622;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  min-height: 95px;
  text-decoration: none; }

.hocuspocuspretty_boxxx a:hover {
  color: #cf000f;
  text-decoration: none; }

.hocuspocuspretty_boxxx span {
  color: #370626;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 700; }

.hocuspocusprettywrap:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .hocuspocuspretty_boxxx {
    margin-bottom: 20px;
    width: 30.333%; }
  .hocuspocuspretty_boxxx .GRAFTOBIAN {
    font-size: 15px;
    min-height: 55px; } }

@media only screen and (max-width: 767px) {
  .hocuspocuspretty_boxxx {
    margin: 0 10px 20px;
    width: 46%; } }

@media only screen and (max-width: 530px) {
  .hocuspocuspretty_boxxx {
    float: none;
    margin: 0 0 20px;
    width: 100%; }
  .hocuspocuspretty_boxxx .GRAFTOBIAN {
    margin-bottom: 20px;
    min-height: 0; } }

/**********Halloween Page End***********/
/**********SHowroom Page Start***********/
#ShowRoomPage {
  margin-top: 0; }

#ShowRoomPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#ShowRoomPage .breadcrumbs,
#ShowRoomPage .page-heading,
#ShowRoomPage .page-content.page-content--centered > p {
  display: none; }

#ShowRoomPage .page-content.page-content--centered {
  padding: 0; }

#ShowRoomPage .page {
  margin: 0; }

.ShowRoomDesktop_Banner,
.ShowRoomMobile_Banner {
  margin-bottom: 80px; }

.ShowRoomDesktop_Banner img,
.ShowRoomMobile_Banner > img {
  display: block;
  width: 100%; }

.ShowRoom_BoxOne {
  position: relative; }

.ShowRoom_BoxOne .ShowRoom_Detail {
  left: 3%;
  position: absolute;
  top: 2%; }

.ShowRoom_BoxOne .ShowRoom_Img img {
  display: block;
  margin: 0 auto;
  max-width: 1043px;
  width: 100%; }

.ShowRoom_Detail h5 {
  color: #8bc8c3;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 40px;
  text-transform: uppercase; }

.ShowRoom_Detail p {
  color: #000;
  font-family: nowregular;
  font-size: 18px;
  font-weight: 400; }

.ShowRoom_SeconderyWrap {
  position: relative; }

.ShowRoom_BlkBG {
  display: inline-block;
  left: 130px;
  position: absolute;
  top: -70px; }

/*.ShowRoom_BoxSecondery {
	position: absolute;
	top: -50px;
}*/
.ShowRoom_BoxSecondery .ShowRoom_Img img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.ShowRoom_BoxSecondery .ShowRoom_Detail {
  float: right;
  margin-right: 50px;
  max-width: 540px;
  width: 100%; }

.ShowRoom_BoxSecondery .ShowRoom_Detail h5 {
  font-size: 46px; }

.ShowRoom_BoxSecondery .ShowRoom_Detail p {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/personalize-img.png") no-repeat scroll right 0;
  margin: 0;
  padding-bottom: 60px; }

@media all and (max-width: 991px) {
  .ShowRoom_BlkBG {
    display: none; }
  .ShowRoom_BoxOne .ShowRoom_Detail {
    left: 0;
    position: inherit;
    text-align: center;
    top: 0; }
  .ShowRoom_BoxSecondery {
    position: inherit;
    top: 0; }
  .ShowRoom_BoxSecondery .ShowRoom_Detail {
    float: none;
    margin: 0 auto;
    text-align: center; }
  .ShowRoom_Detail h5 {
    margin: 0 0 10px; } }

@media all and (max-width: 800px) {
  .ShowRoomDesktop_Banner {
    display: none; }
  .ShowRoomMobile_Banner {
    display: block !important; } }

@media all and (max-width: 580px) {
  .ShowRoom_BoxSecondery .ShowRoom_Detail h5 {
    font-size: 30px;
    margin-top: 20px; }
  .ShowRoomMobile_Banner {
    margin-bottom: 20px; } }

/**********SHowroom Page End***********/
/**********MostPplrProduct Page Start***********/
#CustomPplrProductPage,
#CustomPplrProductPage .page {
  margin: 0; }

#CustomPplrProductPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#CustomPplrProductPage .breadcrumbs,
#CustomPplrProductPage .page-heading,
#CustomPplrProductPage .page-content.page-content--centered > p {
  display: none; }

#CustomPplrProductPage .page-content.page-content--centered {
  padding: 0; }

.MostPplrProduct_Banner img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.CustomPplrProduct_Wrap {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/pplr-bg.png") no-repeat scroll center center/cover;
  display: block;
  padding: 50px 0;
  width: 100%; }

.CustomPplrProduct_outer .productCarousel-slide {
  min-height: 390px;
  width: 25%; }

.CustomPplrProduct_outer .card-body {
  text-align: center; }

.CustomPplrProduct_outer p.card-text {
  color: #fff;
  font-family: butler;
  font-size: 18px; }

.CustomPplrProduct_outer .card-text .price-section > span {
  color: #fff;
  display: block;
  font-family: bebasnuebold;
  font-size: 21px;
  text-align: center; }

.CustomPplrProduct_outer .card-title > a {
  color: #38404a;
  font-family: nowbold;
  font-size: 21px;
  text-transform: uppercase; }

.FeaturedProductsWrap .page-heading,
.CustomNewArrivalWrap .page-heading {
  line-height: 3.1rem; }

.FeaturedProductsWrap .page-heading > span,
.CustomNewArrivalWrap .page-heading > span {
  display: inline-block;
  float: right;
  line-height: 1.2rem;
  vertical-align: middle; }

.FeaturedProductsWrap .page-heading > span > a,
.CustomNewArrivalWrap .page-heading > span > a {
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  line-height: 1rem;
  padding: 15px 20px 12px;
  text-decoration: none; }

.FeaturedProductsWrap .page-heading > span > a:hover,
.CustomNewArrivalWrap .page-heading > span > a:hover {
  background-color: #f2f2f2; }

@media all and (max-width: 800px) {
  .CustomPplrProduct_outer .productCarousel-slide {
    width: 33.333%; } }

@media all and (max-width: 640px) {
  .CustomPplrProduct_outer .productCarousel-slide {
    width: 50%; } }

@media all and (max-width: 550px) {
  .FeaturedProductsWrap .page-heading > span,
  .CustomNewArrivalWrap .page-heading > span {
    display: block;
    float: none; } }

@media all and (max-width: 450px) {
  .CustomPplrProduct_outer .productCarousel-slide {
    float: none;
    margin-bottom: 20px;
    min-height: auto;
    width: 100%; } }

/**********MostPplrProduct Page End*************/
/**********Moisturizers Page Start*************/
#MoisturizePage,
#MoisturizePage .page {
  margin: 0; }

#MoisturizePage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#MoisturizePage .breadcrumbs,
#MoisturizePage .page-heading,
#MoisturizePage .page-content.page-content--centered > p {
  display: none; }

#MoisturizePage .page-content.page-content--centered {
  padding: 0; }

.Moisturizersouter {
  background: #7ce6dd;
  padding: 0 0 145px; }

.Moisturizerstext_box {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/moisturizers-bg.png") right 0 no-repeat;
  padding: 70px 0 0;
  text-align: center; }

.Moisturizerstext_box p {
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 25.1px;
  font-weight: 300;
  letter-spacing: 13px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.Moisturizerstext_box h4 {
  font-family: quicksand;
  font-size: 32.77px;
  font-weight: 700;
  letter-spacing: 14px;
  text-transform: uppercase; }

.Moisturizerstext_box h3 {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 93.2px;
  font-weight: 700;
  text-transform: uppercase; }

.FrutiqueCoconutimage {
  float: left;
  margin-right: 0;
  margin-top: -120px;
  width: 50%; }

.FrutiqueCoconutdetail {
  float: left;
  width: 50%; }

.FrutiqueCoconutimage img {
  display: block;
  margin: 0 auto;
  max-width: 496px;
  width: 100%; }

.FrutiqueCoconutdetail h3 {
  color: #315273;
  display: block;
  font-family: quicksand;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
  text-decoration: none;
  text-transform: uppercase; }

.FrutiqueCoconutdetail span {
  color: #000;
  font-size: 21px; }

.FrutiqueCoconutdetail p {
  font-family: open sans condensed;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 68px;
  text-transform: uppercase; }

.RevitalizeSkin a {
  background: #fff;
  color: #315273;
  display: inline-block;
  font-family: quicksand;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.FrutiqueCoconutWater_outer {
  align-items: center;
  display: flex;
  margin-bottom: 110px; }

.WuExtraHydratingimage a {
  display: inline-block; }

.WuExtraHydratingimage img {
  max-width: 591px;
  width: 100%; }

.WuExtraHydratingboxx {
  float: left;
  margin-right: 19px;
  text-align: center;
  width: 49%; }

.WuExtraHydratingboxx:last-child {
  margin-right: 0; }

.WuExtraHydratingdetail {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78c0d5+64,48cdcc+84 */
  background: #78c0d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #78c0d5 64%, #48cdcc 84%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #78c0d5 64%, #48cdcc 84%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #78c0d5 64%, #48cdcc 84%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78c0d5", endColorstr="#48cdcc", GradientType=1);
  /* IE6-9 */
  padding: 23px 24px 75px;
  text-align: left; }

.WuExtraHydratingdetail h3 {
  color: #fff;
  display: block;
  font-family: quicksand;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
  text-decoration: none;
  text-transform: uppercase; }

.WuExtraHydratingdetail span {
  color: #000;
  font-size: 21px; }

.WuExtraHydratingdetail p {
  font-family: open sans condensed;
  font-size: 26px;
  font-weight: 200;
  line-height: 28px;
  min-height: 111px;
  text-transform: uppercase; }

.WuExtraHydratinglink a {
  background: #fff;
  color: #315273;
  display: block;
  font-family: quicksand;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.WuExtraHydratinglink {
  display: inline-block;
  margin-top: -35px; }

.AllegresseKGold_outer {
  align-items: center;
  display: flex;
  margin-top: 76px; }

.AllegresseKGold_image img {
  display: block;
  max-width: 570px;
  width: 100%; }

.AllegresseKGold_image {
  float: left;
  width: 50%; }

.FrutiqueCoconutdetail.Allegresse h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-weight: 900; }

.FrutiqueCoconutdetail.Allegresse p {
  font-family: open sans condensed;
  font-weight: 200; }

.PeterLamasNourishing_outer {
  padding: 58px 0 111px; }

.AllegresseKGold_image.Circ.CellSkincare {
  margin-right: 49px; }

.RevitalizeSkin a:hover {
  background: #315273;
  color: #fff; }

.WuExtraHydratinglink a:hover {
  background: #315273;
  color: #fff; }

@media only screen and (max-width: 1199px) {
  .Moisturizerstext_box p {
    font-size: 15px;
    letter-spacing: 5px; }
  .Moisturizerstext_box h4 {
    font-size: 25px;
    letter-spacing: 5px; }
  .Moisturizerstext_box h3 {
    font-size: 65px; }
  .FrutiqueCoconutdetail h3,
  .FrutiqueCoconutdetail p {
    margin-bottom: 20px; } }

@media only screen and (max-width: 991px) {
  .WuExtraHydratingboxx {
    margin-right: 15px; }
  .WuExtraHydratingdetail h3 {
    font-size: 20px; }
  .WuExtraHydratingdetail span {
    font-size: 18px; }
  .WuExtraHydratingdetail p {
    font-size: 15px;
    min-height: 80px; }
  .FrutiqueCoconutdetail.Allegresse h3 {
    font-size: 25px; } }

@media only screen and (max-width: 767px) {
  .FrutiqueCoconutdetail h3 {
    font-size: 20px; }
  .FrutiqueCoconutdetail p {
    font-size: 15px; }
  .FrutiqueCoconutWater_outer {
    margin-bottom: 40px; }
  .AllegresseKGold_outer {
    margin-top: 40px; }
  .PeterLamasNourishing_outer {
    padding: 30px 0; }
  .WuExtraHydratingboxx {
    margin: 0 5px;
    width: 48%; } }

@media only screen and (max-width: 550px) {
  .WuExtraHydratingboxx {
    float: none;
    margin: 0 0 20px;
    width: 100%; }
  .FrutiqueCoconutWater_outer,
  .AllegresseKGold_outer {
    display: block; }
  .FrutiqueCoconutimage,
  .FrutiqueCoconutdetail,
  .AllegresseKGold_image {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%; }
  .Moisturizersouter {
    padding: 0 0 40px; }
  .Moisturizerstext_box h3 {
    font-size: 45px; }
  .Moisturizerstext_box h4 {
    font-size: 20px; }
  .Moisturizerstext_box p {
    letter-spacing: 2px; } }

/**********Moisturizers Page End*************/
/**********NewProduct Page Start*************/
#NewProductPage {
  margin: 0; }

#NewProductPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#NewProductPage .breadcrumbs,
#NewProductPage .page-heading,
#NewProductPage .page-content.page-content--centered > p {
  display: none; }

#NewProductPage .page {
  margin: 0; }

#NewProductPage .page-content.page-content--centered {
  padding: 0; }

.MostNewProduct_Banner {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/topbanner.png") no-repeat scroll 0 0/cover;
  padding: 50px 0 30px;
  text-align: center; }

.MostNewProduct_Banner h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 78.63px;
  font-weight: normal;
  line-height: 4.3rem;
  margin: 0 0 20px;
  text-transform: uppercase; }

.MostNewProduct_Banner p {
  color: #38404a;
  display: block;
  font-family: nowbold;
  font-size: 30.72px;
  font-weight: 900;
  letter-spacing: 0.8rem;
  margin: 0;
  text-transform: uppercase; }

.MostNewProduct_Banner p span {
  display: block;
  font-family: "Ubuntu Condensed",sans-serif;
  font-size: 21.71px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 10px; }

#NewProductPage .CustomNewProduct_Wrap {
  background-color: #f6f6f6;
  padding-top: 50px; }

#NewProductPage .CustomNewProduct_outer .productGrid .card-figure {
  padding: 40px 0; }

#NewProductPage .CustomNewProduct_outer .productGrid .card-body {
  background-color: #e38f97;
  min-height: 240px;
  text-align: center; }

#NewProductPage .CustomNewProduct_outer .productGrid .card-body p.card-text {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 18px; }

#NewProductPage .CustomNewProduct_outer .productGrid .card-body .card-title > a {
  color: #38404a;
  display: block;
  font-family: nowbold;
  font-size: 22px;
  line-height: 2.2rem;
  text-transform: uppercase; }

#NewProductPage .CustomNewProduct_outer .productGrid .card-body .price.price--withoutTax {
  color: #fff;
  font-family: "Ubuntu Condensed",sans-serif;
  font-size: 21px;
  text-align: center; }

@media only screen and (max-width: 1199px) {
  .CustomNewArrivalProducts .productGrid .slick-dots {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .CustomNewProduct_outer .productGrid .product {
    width: 33.333%; }
  .MostNewProduct_Banner h4 {
    font-size: 48px; }
  .MostNewProduct_Banner p,
  .MostNewProduct_Banner p span {
    font-size: 20px; }
  #NewProductPage .CustomNewProduct_outer .productGrid .card-body .card-title > a {
    font-size: 16px; } }

@media only screen and (max-width: 640px) {
  .CustomNewProduct_outer .productGrid .product {
    width: 50%; } }

@media only screen and (max-width: 450px) {
  .CustomNewProduct_outer .productGrid .product {
    width: 100%; }
  .MostNewProduct_Banner h4 {
    font-size: 35px; }
  .MostNewProduct_Banner p,
  .MostNewProduct_Banner p span {
    font-size: 15px; }
  .MostNewProduct_Banner p {
    letter-spacing: 0.1rem; }
  #NewProductPage .CustomNewProduct_outer .productGrid .card-body {
    min-height: auto;
    padding-bottom: 20px; } }

/**********NewProduct Page End***************/
/**********Highlighter Page Start***************/
#HighlighterPage {
  margin: 0; }

#HighlighterPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#HighlighterPage .breadcrumbs,
#HighlighterPage .page-heading,
#HighlighterPage .page-content.page-content--centered > p {
  display: none; }

#HighlighterPage .page {
  margin: 0; }

#HighlighterPage .page-content.page-content--centered {
  padding: 0; }

.HighlightPage_Wrap {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/bgpagebg.png") no-repeat;
  background-size: cover;
  padding-bottom: 30px; }

.HighlightTopText {
  padding: 60px 0 0;
  text-align: center; }

.HighlightTopText p {
  color: #fff;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: 10px;
  margin: 0 0 20px;
  text-shadow: 0 5px 5px #000;
  text-transform: uppercase; }

.HighlightTopText p span {
  display: block;
  font-family: nowregular;
  font-size: 19.18px;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 20px; }

.HighlightTopText h3 {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(-35deg, #fee9bf, #fea386) repeat scroll 0 0 padding-box text;
  display: block;
  font-family: nowregular;
  font-size: 57.75px;
  letter-spacing: 25px;
  margin: 0;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-transform: uppercase; }

.HighlightTopText h3::after {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/downicon.png") no-repeat scroll center center;
  content: "";
  display: block;
  height: 29px;
  margin: 0 auto;
  padding-top: 100px;
  width: 42px; }

.SingleBox_wrap {
  align-items: center;
  display: flex; }

.SingleBox_Img {
  float: left;
  width: 50%; }

.SingleBox_Detail {
  width: 50%; }

.SingleBox_Detail h5 {
  background: -webkit-linear-gradient(-35deg, #fee9bf, #fea386);
  -webkit-background-clip: text;
  font-family: nowbold;
  font-size: 26px;
  letter-spacing: 6px;
  margin: 0 0 20px;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }

.SingleBox_Detail h5 span {
  display: block;
  font-size: 21px;
  font-style: italic; }

.SingleBox_Detail p {
  color: #fed7bb;
  font-family: nowlight;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 40px; }

.SingleBox_Detail p span {
  font-family: nowbold;
  font-weight: 700; }

.SingleBox_Detail a {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(-35deg, #fee9bf, #fea386) repeat scroll 0 0 padding-box text;
  border: 1px solid #fea386;
  display: inline-block;
  font-family: nowbold;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  padding: 8px 25px;
  text-decoration: none;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-transform: uppercase; }

.SingleBox_Detail a:hover {
  background: #fea386 none repeat scroll 0 0;
  -webkit-text-fill-color: #fff; }

.DoubleBox_wrap {
  margin-bottom: 20px; }

.DoubleBox {
  float: left;
  margin: 0 5px;
  width: 49%; }

.DoubleBox .SingleBox_Img {
  width: 100%; }

.DoubleBox .SingleBox_Detail {
  text-align: center;
  width: 100%; }

.SingleBox_Img img {
  display: block;
  width: 100%; }

.SingleBox_Img:hover {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/stars.gif") no-repeat scroll center center; }

@media all and (max-width: 991px) {
  .DoubleBox {
    width: 48%; }
  .SingleBox_Img:hover {
    background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/stars.gif") no-repeat scroll center center/cover; } }

@media all and (max-width: 767px) {
  .HighlightTopText h3 {
    letter-spacing: 0; } }

@media all and (max-width: 560px) {
  .DoubleBox,
  .SingleBox_Detail,
  .SingleBox_Img {
    float: none;
    width: 100%; }
  .SingleBox_wrap {
    display: block;
    text-align: center; }
  .HighlightTopText p {
    font-size: 10px; }
  .HighlightTopText p span {
    font-size: 12px; }
  .HighlightTopText h3 {
    font-size: 30px; }
  .HighlightTopText {
    padding: 60px 0 0; }
  .SingleBox_Detail {
    margin-left: 0 !important; }
  .SingleBox_Detail h5 {
    font-size: 20px; }
  .SingleBox_Detail h5 span {
    font-size: 15px; } }

/**********Highlighter Page End***************/
/**********Under Construction Page Start***************/
#UnderConstrutionPage .unbxd-widget-header {
  position: relative; }

#UnderConstrutionPage .unbxd-headLeftHz .unbxd-view-all-button {
  right: 0;
  top: 15px; }

#UnderConstrutionPage #unbxd_recommended_for_you {
  padding: 0 2.2137rem; }

#UnderConstrutionPage {
  margin: 0; }

#UnderConstrutionPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#UnderConstrutionPage .breadcrumbs,
#UnderConstrutionPage .page-heading,
#UnderConstrutionPage .page-content.page-content--centered > p {
  display: none; }

#UnderConstrutionPage .page {
  margin: 0; }

#UnderConstrutionPage .page-content.page-content--centered {
  padding: 0; }

.UnderConstrution_Wrap {
  background-color: #8bc8c3;
  margin-bottom: 15px;
  padding: 50px 0 40px; }

.ConstructionBox {
  align-items: center;
  display: flex; }

.ConstructionDetail {
  float: left;
  width: 70%; }

.ConstructionImg {
  float: right;
  width: 30%; }

.ConstructionImg img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%; }

.ConstructionDetail a.h2 {
  color: #555e6a;
  font-family: butlerregular;
  font-size: 100px;
  font-weight: normal;
  padding: 0 0 20px; }

.ConstructionDetail a.h3 {
  color: #f5fafa;
  font-family: nowlight;
  font-size: 38px;
  font-weight: normal;
  padding: 0 0 40px; }

.ConstructionDetail a.h4 {
  color: #fff;
  font-family: nowmedium;
  font-size: 25px;
  font-weight: normal;
  padding: 0 0 50px; }

.ConstructionDetail a.p {
  color: #fff;
  font-family: nowlight;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 20px; }

.ConstructionDetail a.p span {
  text-decoration: underline; }

.ConstructionDetail a {
  display: block;
  text-decoration: none; }

#UnderConstrutionPage #unbxd_top_sellers {
  padding: 0 2.2137rem; }

#UnderConstrutionPage #unbxd_top_sellers .unbxd-widget-header {
  background: rgba(0, 0, 0, 0) url(https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/topsellhdline.png) no-repeat scroll center center; }

#UnderConstrutionPage #unbxd_recommended_for_you .unbxd-widget-header {
  background: rgba(0, 0, 0, 0) url(https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/recomendhdline.png) no-repeat scroll center center; }

.cart-item-image {
  position: relative;
  max-width: 7.14286rem;
  max-height: 7.14286rem; }

@media all and (max-width: 2000px) {
  #UnderConstrutionPage #unbxd_top_sellers .unbxd-widget-header,
  #UnderConstrutionPage #unbxd_recommended_for_you .unbxd-widget-header {
    background-size: contain; } }

@media all and (max-width: 991px) {
  .ConstructionDetail a.h2 {
    font-size: 60px; }
  .ConstructionDetail a.h3 {
    font-size: 25px; }
  .ConstructionDetail a.h4,
  .ConstructionDetail a.p {
    font-size: 20px; } }

@media all and (max-width: 800px) {
  .UnderConstrution_Wrap {
    padding: 30px 0; }
  .ConstructionBox {
    text-align: left; }
  .ConstructionDetail a.h4 br {
    display: none; }
  #UnderConstrutionPage #unbxd_recommended_for_you .unbxd-widget-header,
  #UnderConstrutionPage #unbxd_top_sellers .unbxd-widget-header {
    background: none; }
  #UnderConstrutionPage #unbxd_recommended_for_you .unbxd-headLeftHz,
  #UnderConstrutionPage #unbxd_top_sellers .unbxd-headLeftHz {
    display: block; } }

@media all and (max-width: 500px) {
  .ConstructionDetail a.h2 {
    font-size: 40px; }
  .ConstructionDetail a.h3 {
    font-size: 20px;
    padding-bottom: 20px; }
  .ConstructionDetail a.h4,
  .ConstructionDetail a.p {
    font-size: 15px; }
  .ConstructionDetail a.h4 {
    padding-bottom: 20px; } }

/**********Under Construction Page End*****************/
/**********Holidays Page Start*****************/
#HolidaysPage {
  margin: 0; }

#HolidaysPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#HolidaysPage .breadcrumbs,
#HolidaysPage .page-heading,
#HolidaysPage .page-content.page-content--centered > p {
  display: none; }

#HolidaysPage .page {
  margin: 0; }

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

.GiftPage_Wrap {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/gift-bg.png") no-repeat center center/cover;
  display: block;
  padding-bottom: 20px; }

.GiftTopBanner {
  display: block;
  padding: 180px 0 180px 50%;
  text-align: center;
  width: 100%; }

.GiftTopBanner h5 {
  color: #6b3e26;
  font-family: nowregular;
  font-size: 2vw;
  letter-spacing: 5px;
  margin: 0 0 20px;
  text-transform: uppercase; }

.GiftTopBanner h3 {
  color: #065e7d;
  font-family: "Vidaloka", serif;
  font-size: 5vw;
  letter-spacing: 5px;
  margin: 0;
  text-transform: uppercase; }

.GiftPage_Wrap a {
  display: block;
  text-decoration: none; }

.GiftPoductBox_Wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px; }

.GiftPoductBox_Wrap .Gift_Detail {
  margin-left: 50px;
  width: 50%; }

.GiftPoductBox_Wrap .Gift_Img {
  width: 50%; }

.GiftPoductBox_Wrap .Gift_Img img {
  display: block;
  width: 100%; }

.Gift_Detail p {
  color: #6b3e26;
  font-family: nowregular;
  font-size: 1.5vw;
  letter-spacing: 5px;
  margin: 0 0 10px; }

.Gift_Detail h6 a {
  color: #073b4d;
  display: block;
  font-family: "Vidaloka", serif;
  font-size: 3vw;
  margin: 0 0 10px; }

.Gift_Detail span {
  color: #6b3e26;
  display: block;
  font-family: nowbold;
  font-size: 1.8vw; }

.GiftDoubleBox_wrap {
  margin-bottom: 70px; }

.GiftDoubleBox {
  float: left;
  margin: 0 10px;
  position: relative;
  width: 48%; }

.GiftDoubleImg > img {
  display: block;
  width: 100%; }

.GiftDoubleDetail {
  bottom: 5%;
  position: absolute;
  text-align: center;
  width: 100%; }

.GiftDoubleDetail p {
  font-family: nowregular;
  font-size: 1.5vw;
  letter-spacing: 5px;
  margin: 0 0 10px;
  text-transform: uppercase; }

.GiftDoubleDetail h6 a {
  color: #073b4d;
  display: block;
  font-family: "Vidaloka", serif;
  font-size: 3vw;
  margin: 0 0 10px; }

.GiftDoubleDetail span {
  display: block;
  font-family: nowbold;
  font-size: 1.8vw; }

.HolidayCategotiesBox.clearfix {
  padding: 50px 0; }

.HolidayCategotiesBox div {
  float: left;
  height: 110px;
  margin: 0 10px 20px;
  padding: 15px 0 15px 10px;
  width: 48%; }

.HolidayCategotiesBox div:hover {
  box-shadow: 1px 1px 15px #000; }

.HolidayCategotiesBox a {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/holidaycategory-icons.png") no-repeat left center;
  color: #191919;
  display: block;
  font-family: nowlight;
  font-size: 32px;
  line-height: 3rem;
  padding-left: 90px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase; }

.HolidayCategotiesBox a span {
  font-family: nowmeduim; }

.HolidayCategotiesBox .Stuffer {
  background-color: #edd688; }

.HolidayCategotiesBox .ForHim {
  background-color: #a7e5cb; }

.HolidayCategotiesBox .GiftUnder25 {
  background-color: #ffc7c6; }

.HolidayCategotiesBox .MakeupMaven {
  background-color: #a9bbff; }

.HolidayCategotiesBox .GiftUnder50 {
  background-color: #aee1ef; }

.HolidayCategotiesBox .Stylist {
  background-color: #e5ba8b; }

.HolidayCategotiesBox .GiftUnder100 {
  background-color: #d2c6ff; }

.HolidayCategotiesBox .Naturally {
  background-color: #edf098; }

.HolidayCategotiesBox .Stuffer a {
  background-position: 0 -126px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .ForHim a {
  background-position: 0 -250px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .GiftUnder25 a {
  background-position: 0 -126px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .MakeupMaven a {
  background-position: 0 -375px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .GiftUnder50 a {
  background-position: 0 -126px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .Stylist a {
  background-position: 0 -500px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .GiftUnder100 a {
  background-position: 0 -126px;
  padding: 20px 0 20px 90px; }

.HolidayCategotiesBox .Naturally a {
  background-position: 0 -630px;
  padding: 20px 0 20px 90px; }

@media all and (max-width: 1000px) {
  .GiftDoubleBox {
    margin: 0 5px; }
  .HolidayCategotiesBox div {
    float: none;
    margin: 0 0 20px;
    width: 100%; }
  .HolidayCategotiesBox .Stuffer a {
    padding: 20px 0 20px 90px; } }

@media all and (max-width: 640px) {
  /*.HolidayCategotiesBox .Stuffer a {
  padding: 0 0 0 90px;
}
*/ }

@media all and (max-width: 550px) {
  .GiftTopBanner {
    margin-bottom: 20px;
    padding: 50px 0; }
  .GiftTopBanner h5 {
    font-size: 5vw; }
  .GiftTopBanner h3 {
    font-size: 8vw; }
  .GiftPoductBox_Wrap {
    display: block;
    margin-bottom: 30px;
    text-align: center; }
  .GiftPoductBox_Wrap .Gift_Detail,
  .GiftDoubleBox {
    margin: 0 0 20px;
    width: 100%; }
  .GiftPoductBox_Wrap .Gift_Img {
    width: 100%; }
  .Gift_Detail p,
  .GiftDoubleDetail p {
    font-size: 5.5vw; }
  .Gift_Detail h6,
  .GiftDoubleDetail h6 {
    font-size: 7vw; }
  .Gift_Detail span,
  .GiftDoubleDetail span {
    font-size: 5.8vw; } }

@media all and (max-width: 470px) {
  .HolidayCategotiesBox a {
    font-size: 22px; } }

/**********Holidays Page End*******************/
/**********Naturallywell Page Start*******************/
.naturallywellimage img {
  display: block;
  width: 100%; }

.Naturallywellboxxx {
  float: left;
  margin: 0 11px 15px;
  text-align: center;
  width: 23%; }

.Naturallywelimage a {
  display: inline-block;
  margin-bottom: 23px; }

.Naturallywelimage img {
  display: block;
  max-width: 283px;
  width: 100%; }

.Naturallywellboxxx h3 {
  color: #38a27f;
  font-family: nowlight;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase; }

.Naturallywellboxxx .mIRAKLE {
  color: #0c5694;
  display: block;
  font-family: vidaloka;
  font-size: 22px;
  height: 80px;
  margin-bottom: 12px;
  text-decoration: none; }

.Naturallywellboxxx span {
  color: #38a27f;
  font-family: nowbold;
  font-size: 14px; }

.Naturallywell_outer {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/bg-image.png") repeat scroll 0 0/contain; }

.Naturallywellboxxx .mIRAKLE:hover {
  color: #9b41b0; }

@media only screen and (max-width: 1199px) {
  .Naturallywellboxxx {
    margin: 0 9px 15px; }
  .Naturallywell_outer {
    padding: 30px 10px; } }

@media only screen and (max-width: 991px) {
  .Naturallywellboxxx {
    margin: 0 11px 15px;
    width: 30.33%; }
  .Naturallywellboxxx .mIRAKLE {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .Naturallywellboxxx {
    width: 29.33%; }
  .crownbrushboxxx h3 {
    font-size: 16px; }
  .crownbrushboxxx .crownbrush {
    height: 110px; }
  .Naturallywellboxxx .mIRAKLE {
    font-size: 18px; } }

@media only screen and (max-width: 640px) {
  .Naturallywellboxxx {
    width: 44.33%; } }

@media only screen and (max-width: 450px) {
  .Naturallywellboxxx {
    margin: 0 0 10px;
    width: 100%; }
  .Naturallywellboxxx .mIRAKLE {
    height: auto; } }

/**********Naturallywell Page End*******************/
/**********Makeup Mavec Page Start*******************/
.makeupmavenimage img {
  display: block;
  width: 100%; }

.crownbrushboxxx {
  float: left;
  margin: 0 11px 15px;
  text-align: center;
  width: 23%; }

.crownbrushimage a {
  display: inline-block;
  margin-bottom: 23px; }

.crownbrushimage img {
  display: block;
  max-width: 283px;
  width: 100%; }

.crownbrushboxxx h3 {
  color: #c758de;
  font-family: nowlight;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: uppercase; }

.crownbrushboxxx .crownbrush {
  color: #623ebc;
  display: block;
  font-family: vidaloka;
  font-size: 22px;
  height: 80px;
  margin-bottom: 12px;
  text-decoration: none; }

.crownbrushboxxx span {
  color: #c758de;
  font-family: nowbold;
  font-size: 14px; }

.makeupmaven_outer {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/bg-img.png") repeat;
  padding: 100px 0 80px; }

.crownbrushboxxx .crownbrush:hover {
  color: #9b41b0; }

@media only screen and (max-width: 1199px) {
  .crownbrushboxxx {
    margin: 0 9px 15px; }
  .makeupmaven_outer {
    padding: 30px 10px; } }

@media only screen and (max-width: 991px) {
  .crownbrushboxxx {
    margin: 0 11px 15px;
    width: 30.33%; } }

@media only screen and (max-width: 767px) {
  .crownbrushboxxx {
    width: 29.33%; }
  .crownbrushboxxx h3 {
    font-size: 16px; }
  .crownbrushboxxx .crownbrush {
    font-size: 18px;
    height: 80px; } }

@media only screen and (max-width: 640px) {
  .crownbrushboxxx {
    width: 44.33%; } }

@media only screen and (max-width: 450px) {
  .crownbrushboxxx {
    margin: 0 0 10px;
    width: 100%; }
  .crownbrushboxxx .crownbrush {
    height: auto; } }

/**********Makeup Mavec Page End*******************/
/**********Gift Under100 Page Start*******************/
.giftsunderbanner img {
  display: block;
  width: 100%; }

.giftsunderboxx {
  float: left;
  margin: 0 11px 15px;
  text-align: center;
  width: 23%; }

.giftsunderboxx a {
  display: inline-block;
  margin-bottom: 23px; }

.giftsunderboxx img {
  display: block;
  max-width: 283px;
  width: 100%; }

.giftsunderboxx h3 {
  color: #c758de;
  font-family: nowlight;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: uppercase; }

.giftsunderboxx .sunder {
  color: #623ebc;
  display: block;
  font-family: vidaloka;
  font-size: 22px;
  height: 80px;
  margin-bottom: 12px;
  text-decoration: none; }

.giftsunderboxx span {
  color: #c758de;
  font-family: nowbold;
  font-size: 14px;
  font-weight: 700; }

.giftsunderboxx .sunder:hover {
  color: #9b41b0; }

.giftsunderboxxsection {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/giftsunder-bg.png") repeat scroll 0 0/contain;
  padding: 50px 0; }

@media only screen and (max-width: 1199px) {
  .giftsunderboxx {
    margin: 0 9px 15px; }
  .giftsunderboxxsection {
    padding: 20px 10px 10px; } }

@media only screen and (max-width: 991px) {
  .giftsunderboxx {
    margin: 0 11px 15px;
    width: 30.33%; } }

@media only screen and (max-width: 767px) {
  .giftsunderboxx {
    width: 29.33%; }
  .giftsunderboxx h3 {
    font-size: 16px; }
  .giftsunderboxx .sunder {
    height: 110px; } }

@media only screen and (max-width: 640px) {
  .giftsunderboxx {
    width: 44.33%; }
  .giftsunderboxx .sunder {
    height: 90px; }
  .giftsunderboxx .sunder {
    font-size: 19px; } }

@media only screen and (max-width: 450px) {
  .giftsunderboxx {
    margin: 0 0 10px;
    width: 100%; }
  .giftsunderboxx .sunder {
    height: 50px; } }

/**********Gift Under100 Page End*******************/
/**********The Stylish Page Start*******************/
.thestylistbanner img {
  display: block;
  width: 100%; }

.thestylistmainsection.clearfix {
  position: relative;
  z-index: 2; }

.thestylistboxx {
  float: left;
  margin: 0 11px 15px;
  text-align: center;
  width: 23%; }

.thestylistboxx a {
  display: inline-block;
  margin-bottom: 23px; }

.thestylistboxx img {
  display: block;
  max-width: 283px;
  width: 100%; }

.thestylistboxx h3 {
  color: #b1472f;
  font-family: nowlight;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase; }

.thestylistboxx .schwarz {
  color: #f7f384;
  display: block;
  font-family: "Vidaloka", serif;
  font-size: 22px;
  height: 80px;
  margin-bottom: 12px;
  text-decoration: none; }

.thestylistboxx span {
  color: #b1472f;
  font-family: nowbold;
  font-size: 14px;
  font-weight: 700; }

.thestylistboxx .schwarz:hover {
  color: #0188b6; }

.thestylist_outer {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/thestylish-bg.png") repeat scroll 0 0/contain;
  margin-top: -160px; }

@media only screen and (max-width: 1199px) {
  .thestylistboxx {
    margin: 0 9px 15px; }
  .thestylist_outer {
    padding: 20px 10px 10px; }
  .thestylistboxx .schwarz {
    font-size: 20px; } }

@media only screen and (max-width: 991px) {
  .thestylistboxx {
    margin: 0 11px 15px;
    width: 30.33%; }
  .thestylist_outer {
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .thestylistboxx {
    width: 29.33%; }
  .thestylistboxx h3 {
    font-size: 12px; }
  .thestylistboxx .schwarz {
    height: 110px; } }

@media only screen and (max-width: 640px) {
  .thestylistboxx {
    width: 44.33%; }
  .thestylistboxx .schwarz {
    height: 90px; }
  .thestylistboxx .schwarz {
    font-size: 19px; }
  .thestylistboxx h3 {
    font-size: 12px; } }

@media only screen and (max-width: 450px) {
  .thestylistboxx {
    margin: 0 0 10px;
    width: 100%; }
  .thestylistboxx .schwarz {
    height: 40px; } }

/**********The Stylish Page End*******************/
/**********Stocking Stuffer Page Start*******************/
.stockingstuffersbanner img {
  display: block;
  width: 100%; }

.stockingstuffersboxx {
  float: left;
  margin: 0 11px 15px;
  text-align: center;
  width: 23%; }

.stockingstuffersboxx a {
  display: inline-block;
  margin-bottom: 23px; }

.stockingstuffersboxx img {
  display: block;
  max-width: 283px;
  width: 100%; }

.stockingstuffersboxx h3 {
  color: #38a27f;
  font-family: nowlight;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: uppercase; }

.stockingstuffersboxx .stuffers {
  color: #491277;
  display: block;
  font-family: "Vidaloka", serif;
  font-size: 22px;
  height: 80px;
  margin-bottom: 12px;
  text-decoration: none; }

.stockingstuffersboxx span {
  color: #38a27f;
  font-family: nowbold;
  font-size: 14px;
  font-weight: 700; }

.stockingstuffersboxx .stuffers:hover {
  color: #c91b1b; }

.stockingstuffers_outer {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/stocking-bg.png") repeat scroll 0 0/contain;
  padding: 0 0 49px; }

@media only screen and (max-width: 1199px) {
  .stockingstuffersboxx {
    margin: 0 9px 15px; }
  .stockingstuffers_outer {
    padding: 20px 10px 10px; }
  .stockingstuffersboxx .stuffers {
    font-size: 20px; } }

@media only screen and (max-width: 991px) {
  .stockingstuffersboxx {
    margin: 0 11px 15px;
    width: 30.33%; } }

@media only screen and (max-width: 767px) {
  .stockingstuffersboxx {
    width: 29.33%; }
  .stockingstuffersboxx h3 {
    font-size: 11px; }
  .stockingstuffersboxx .stuffers {
    height: 80px; } }

@media only screen and (max-width: 640px) {
  .stockingstuffersboxx {
    width: 44.33%; }
  .stockingstuffersboxx .stuffers {
    height: 90px; }
  .stockingstuffersboxx .stuffers {
    font-size: 19px; }
  .stockingstuffersboxx h3 {
    font-size: 12px; } }

@media only screen and (max-width: 450px) {
  .stockingstuffersboxx {
    margin: 0 0 10px;
    width: 100%; }
  .stockingstuffersboxx .stuffers {
    height: auto; } }

/**********Stocking Stuffer Page End*******************/
.giftsunder50boxxsection {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/under50-bg.jpg") repeat scroll 0 0/contain;
  padding: 50px 0; }

.giftsunder25boxxsection {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/under25-bg.png") repeat scroll 0 0/contain;
  padding: 0 0 50px; }

.ForHimBoxSection {
  background: rgba(0, 0, 0, 0) url("https://www.sleekshop.com/product_images/uploaded_images/forhim-bg.png") repeat scroll 0 0/contain;
  padding: 0 0 50px; }

/**********Shipping Information Page Start*******************/
.ShippingInfoTabs ul.ShippingTabs {
  margin: 0 0 20px;
  padding: 0; }

/*.ShippingInfoTabs ul.ShippingTabs li {list-style: none;display: inline-block;width: 32%;background-color: #f2f2f2;color: #191919;font-family: nowregular;font-size: 16px;line-height: 1.1rem;padding: 16px 0 20px;vertical-align: middle;
}*/
.ShippingInfoTabs .ShippingTabs .tab-link.ShippingTab.current > span {
  background: #7accc5 url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/shipping-tab-icon.png") no-repeat scroll left bottom; }

.ShippingInfoTabs .ShippingTabs .tab-link.ShippingTab > span {
  background: #f2f2f2 url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/shipping-tab-icon.png") no-repeat scroll left top;
  display: inline-block;
  line-height: 28px;
  padding-left: 60px; }

.ShippingInfoTabs .ShippingTabs .tab-link.PickUpTab > span {
  background: #f2f2f2 url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/newpickup-tab-icon.png") no-repeat scroll left bottom;
  display: inline-block;
  line-height: 28px;
  padding-left: 50px; }

.ShippingInfoTabs .ShippingTabs .tab-link.PickUpTab.current > span {
  background: #7accc5 url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/newpickup-tab-icon.png") no-repeat scroll left top; }

.ShippingInfoTabs .ShippingTabs .tab-link.current {
  position: relative; }

.ShippingInfoTabs .ShippingTabs .tab-link.current::after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #7accc5;
  bottom: -8px;
  content: "";
  left: 50%;
  position: absolute;
  width: 0; }

.ShippingInfoTabs ul.ShippingTabs li {
  background-color: #f2f2f2;
  color: #191919;
  cursor: pointer !important;
  float: left;
  font-family: nowregular;
  font-size: 16px;
  line-height: 1.1rem;
  list-style: outside none none;
  padding: 16px 0 20px;
  width: 50%; }

/*.ShippingInfoTabs ul.ShippingTabs li:hover {
	background-color: #7accc5;
	color: #ffffff;
}*/
.ShippingInfoTabs ul.ShippingTabs li.current {
  background-color: #7accc5;
  color: #fff; }

.ShippingInfoTabs .tab-content {
  display: none;
  padding: 15px; }

.ShippingInfoTabs .tab-content.current {
  display: block; }

#ShippingInfoPage {
  margin: 0; }

#ShippingInfoPage > .container {
  max-width: 100%;
  padding: 0;
  width: 100%; }

#ShippingInfoPage .breadcrumbs,
#ShippingInfoPage .page-heading,
#ShippingInfoPage .page-content.page-content--centered > p {
  display: none; }

#ShippingInfoPage .page {
  margin: 0; }

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

.ShippingInfoTabs {
  margin: 10px 0;
  text-align: center; }

.HolidayShippingWrap {
  background-color: #17132a;
  padding: 30px 0; }

.HolidayShippingWrap img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%; }

.HolidayShippingWrap table {
  color: #fff;
  font-family: nowregular;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left; }

.HolidayShippingWrap th,
.HolidayShippingWrap td {
  border: 1px solid #17132a;
  padding: 15px 20px; }

.HolidayShippingWrap td > span {
  border-top: 2px solid #29263b;
  display: block;
  margin-top: 5px;
  padding-top: 5px; }

.HolidayShippingWrap p {
  color: #fff;
  font-family: nowregular;
  font-size: 16px; }

@media all and (max-width: 640px) {
  .HolidayShippingWrap table {
    font-size: 12px; }
  .HolidayShippingWrap th,
  .HolidayShippingWrap td {
    padding: 15px 10px; } }

@media all and (max-width: 480px) {
  .ShippingInfoTabs ul.ShippingTabs li {
    font-size: 10px; }
  .HolidayShippingWrap table {
    font-size: 10px;
    text-align: center; }
  .HolidayShippingWrap th,
  .HolidayShippingWrap td {
    padding: 15px 5px; } }

/***************/
.FreeInStorePickupWrap {
  margin-bottom: 20px; }

.freeinstorepicup_section h3 {
  font-family: "Playfair Display", serif;
  font-size: 41.84px;
  font-weight: 300;
  margin-bottom: 24px; }

.freeinstorepicup_box {
  float: left;
  width: 357px; }

.freeinstorepicup_box img {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  max-width: 357px;
  width: 100%; }

.freeinstorepicup_detail {
  padding: 0 67px;
  text-align: center; }

.freeinstorepicup_detail p {
  font-family: nowregular;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 11px; }

.freeinstorepicup_detail span {
  font-family: nowbold; }

.freeinstorepicup_section.clearfix {
  float: left;
  margin-right: 52px;
  width: 62%; }

.fa.fa-map-marker {
  color: #f596a0;
  display: inline-block;
  float: left;
  font-size: 40px;
  height: 100px;
  margin-right: 30px;
  vertical-align: top; }

.fa.fa-clock-o {
  color: #f596a0;
  display: inline-block;
  float: left;
  font-size: 40px;
  height: 100px;
  margin-right: 30px;
  vertical-align: top; }

.freeinstorepicup_box {
  align-items: center;
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/box-one.png?t=1512654715&_ga=2.7643316.786721369.1512651023-2109384652.1511768591") no-repeat center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  height: 232px;
  justify-content: center;
  width: 357px; }

.freeinstorepicup_box.two {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/box-two.png?t=1512654717&_ga=2.7643316.786721369.1512651023-2109384652.1511768591") no-repeat center;
  height: 232px;
  width: 357px; }

.freeinstorepicup_box.three {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/box-three.png?t=1512654718&_ga=2.7643316.786721369.1512651023-2109384652.1511768591") no-repeat center;
  height: 232px;
  width: 357px; }

.freeinstorepicup_box.four {
  background: url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/box-four.png?t=1512654719&_ga=2.7643316.786721369.1512651023-2109384652.1511768591") no-repeat center;
  height: 232px;
  width: 357px; }

.detail {
  display: inline-block;
  vertical-align: middle; }

.freeinstorepicupaddress_box h3 {
  color: #191919;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 20px; }

.freeinstorepicuprightsection.clearfix {
  float: right;
  margin-top: 100px; }

.freeinstorepicupmainsection {
  align-items: center;
  display: flex; }

.freeinstorepicupaddress_box {
  margin-bottom: 40px; }

.detail p {
  font-family: now;
  font-size: 16px;
  font-weight: 400; }

.optionsmobile {
  display: none; }

@media only screen and (max-width: 1199px) {
  .freeinstorepicup_outer {
    padding: 0 10px; }
  .freeinstorepicup_section.clearfix {
    margin-right: 20px;
    width: 74%; } }

@media only screen and (max-width: 991px) {
  .freeinstorepicup_box {
    width: 50%; }
  .freeinstorepicup_box.two {
    width: 50%; }
  .freeinstorepicup_box.three {
    width: 50%; }
  .freeinstorepicup_box.four {
    width: 50%; }
  .freeinstorepicup_section.clearfix {
    width: 71%; }
  .freeinstorepicup_detail {
    padding: 0 35px; } }

@media only screen and (max-width: 767px) {
  .freeinstorepicup_section.clearfix {
    width: 65%; }
  .freeinstorepicup_section h3 {
    font-size: 40.84px; }
  .freeinstorepicup_detail {
    padding: 0 25px; } }

@media only screen and (max-width: 640px) {
  .optionsmobile {
    display: block; }
  .option-section {
    display: none; }
  .freeinstorepicupmainsection {
    display: block;
    text-align: center; }
  .freeinstorepicup_section.clearfix {
    display: block;
    float: none;
    margin: 0;
    width: 100%; }
  .freeinstorepicupaddress_box {
    display: inline-block;
    margin-bottom: 40px;
    text-align: left;
    vertical-align: top; }
  .freeinstorepicuprightsection.clearfix {
    display: block;
    float: none;
    margin-top: 50px;
    text-align: center; }
  .freeinstorepicupaddress_box h3 {
    margin-top: 0; }
  .iwd-full-width.clearfix {
    width: 100%; } }

@media only screen and (max-width: 550px) {
  .freeinstorepicupaddress_box {
    display: block; }
  .freeinstorepicup_section h3 {
    font-size: 20.84px; } }

@media only screen and (max-width: 450px) {
  .freeinstorepicup_box {
    width: 100%; }
  .freeinstorepicup_box.two {
    width: 100%; }
  .freeinstorepicup_box.three {
    width: 100%; }
  .freeinstorepicup_box.four {
    width: 100%; }
  .fa.fa-clock-o {
    margin-right: 15px; }
  .fa.fa-map-marker {
    margin-right: 15px; } }

/**********Shipping Information Page End*******************/
/**********Home Carosel Dots & Arrows Start*******************/
.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  background-color: transparent;
  border: 0;
  top: 50%; }

.heroCarousel .slick-dots {
  bottom: 0;
  margin-top: 20px;
  position: inherit; }

.heroCarousel .slick-dots li button {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2; }

.heroCarousel .slick-dots li button,
.heroCarousel .slick-dots li button::before {
  border-radius: 50%;
  height: 10px;
  width: 10px; }

@media only screen and (max-width: 800px) {
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    display: none !important; } }

/**********Home Carosel Dots & Arrows End*******************/
/**********Unbox Products Start*******************/
.unbxd-headLeftHz .unbxd-class1 {
  color: #2d2d2d;
  font-family: butlerregular;
  font-size: 33px;
  font-weight: 400; }

.unbxd-widgets .unbxd-field-pname > a {
  color: #2e2626;
  display: block;
  font-family: nowbold;
  font-size: 16px;
  margin: 15px 0 0;
  text-transform: uppercase; }

.unbxd-widgets .unbxd-field-price > a {
  color: #7b7b7b;
  display: block;
  font-family: nowbold;
  font-size: 12px;
  font-weight: normal; }

.unbxd-widgets .unbxd-field-pname > a .unbxd-brand {
  color: #8c8c8c;
  font-family: nowregular;
  font-size: 14px;
  text-transform: capitalize; }

.unbxd-widget-header .unbxd-control img {
  display: none; }

.unbxd-widget-header #arrowLeft {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/arrow-l.png") no-repeat scroll 0 0;
  height: 47px;
  left: -10px;
  width: 27px; }

.unbxd-widget-header #arrowRight {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/arrow-r.png") no-repeat scroll 0 0;
  height: 47px;
  width: 27px; }

.UnbxdRecommendedForYou {
  background-color: #fff; }

.UnbxdRecommendedForYou .unbxd-headLeftHz .unbxd-class1 {
  color: #2d2d2d !important;
  font-family: butlerregular;
  font-size: 33px; }

.UnbxdRecommendedForYou .unbxd-widgets .unbxd-field-pname > a {
  color: #2e2626; }

/*.UnbxdRecommendedForYou .unbxd-widgets .unbxd-field-price > a {
	color:#2e2626;
}*/
/****NewArrivals start****/
#unbxd_custom_new_arrivals .new-arrival-head > h2 {
  color: #2d2d2d;
  font-family: butlerregular;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase; }

.unbxd_homepage_widget {
  background: white;
  box-sizing: border-box;
  clear: both;
  display: block;
  margin: 0;
  overflow: hideen;
  padding: 0 40px;
  width: 100%; }

#unbxd_custom_new_arrivals * {
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0; }

#unbxd_custom_new_arrivals .prod-thumb-sub {
  background-color: #fff;
  bottom: 10px;
  display: none;
  height: 60px;
  left: 10px;
  position: absolute;
  width: 60px;
  z-index: 10; }

#unbxd_custom_new_arrivals .new-arrival-head {
  margin-bottom: 20px;
  overflow: auto; }

#unbxd_custom_new_arrivals .thumb-overlay {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  position: absolute;
  top: 20px;
  z-index: 1000; }

#unbxd_custom_new_arrivals .new-item {
  background-color: #55a32a; }

#unbxd_custom_new_arrivals .prod-name a {
  color: #000;
  display: block;
  font-size: 18px;
  padding-top: 10px;
  text-decoration: none; }

/*#unbxd_custom_new_arrivals .prod-name a:hover {
	text-decoration: none;
	color: #5ca846;
}*/
#unbxd_custom_new_arrivals .prod-cell-inner {
  border: 1px solid #fff;
  padding: 5px;
  width: auto; }

#unbxd_custom_new_arrivals .prod-price-wrapper {
  margin-bottom: 10px;
  margin-top: 5px; }

#unbxd_custom_new_arrivals .prod-price {
  color: #000;
  font-size: 16px; }

#unbxd_custom_new_arrivals .discount-details {
  color: #999;
  font-size: 16px;
  margin-top: 8px; }

#unbxd_custom_new_arrivals .original-price {
  text-decoration: line-through; }

#unbxd_custom_new_arrivals .unbxd-hidden {
  display: none; }

#unbxd_custom_new_arrivals .flex-direction-nav li.flex-nav-prev,
#unbxd_custom_new_arrivals .flex-direction-nav li.flex-nav-next {
  position: inherit; }

.unbxd-main-slider > .flex-direction-nav li.flex-nav-prev a {
  left: 0 !important; }

.unbxd-main-slider > .flex-direction-nav li.flex-nav-next a {
  right: 0 !important; }

.unbxd-main-slider > .flex-direction-nav li.flex-nav-next a::before {
  background-position: right top; }

/*#unbxd_custom_new_arrivals .prod-cell-inner:hover {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	position: static;
}*/
#unbxd_custom_new_arrivals .prod-cell {
  display: inline-block;
  min-height: 355px;
  padding-bottom: 15px;
  vertical-align: top;
  width: 25%; }

#unbxd_custom_new_arrivals .prod-thumb-container {
  background-color: white;
  display: table;
  position: relative;
  text-align: center;
  width: 100%; }

.prod-thumb-container .prod-link {
  display: table-cell;
  height: 240px;
  vertical-align: middle; }

.prod-thumb-container .prod-link .prod-thumb {
  display: inline-block;
  max-height: 200px; }

.unbxd_homepage_widget .unbxd-widget-header .unbxd-class1 {
  color: #4b4b4b !important;
  font-family: DINMittelschriftStd, sans-serif !important;
  font-size: 20.87px !important;
  letter-spacing: 0.2px;
  line-height: 21px;
  text-align: left !important;
  width: 100%; }

.flex-direction-nav a {
  opacity: 1 !important; }

/****NewArrivals end****/
.unbxd-wrapperHz ul.unbxd-widgets {
  display: flex;
  width: 100%; }

.unbxd-widgets li.unbxd-width-x.unbxd-field-image_link.unbxd-parent {
  align-items: center;
  display: flex;
  justify-content: center; }

/*.unbxd-wrapperHz ul.unbxd-widgets .unbxd-width-x.unbxd-field-image_link {
	display: table-cell;
	float: none;
	vertical-align: middle;
}*/
.UnbxdRecommendedForYou .unbxd-headLeftHz,
.unbxdtopsellers .unbxd-headLeftHz,
.UnbxdNewArrivals #unbxd_custom_new_arrivals .new-arrival-head > h2 {
  display: none; }

#unbxd_custom_new_arrivals .new-arrival-head {
  background: rgba(0, 0, 0, 0) url("https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/newarrivalhdline.png") no-repeat scroll center center/contain;
  height: auto;
  margin-bottom: 20px;
  min-height: 23px;
  overflow: auto;
  width: 100%; }

.UnbxdRecommendedForYou .unbxd-widget-header {
  background: rgba(0, 0, 0, 0) url("https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/recomendhdline.png") no-repeat scroll center center/contain; }

.unbxdtopsellers .unbxd-widget-header {
  background: rgba(0, 0, 0, 0) url("https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/topsellhdline.png") no-repeat scroll center center/contain; }

@media only screen and (max-width: 800px) {
  .UnbxdRecommendedForYou .unbxd-headLeftHz,
  .unbxdtopsellers .unbxd-headLeftHz,
  .UnbxdNewArrivals #unbxd_custom_new_arrivals .new-arrival-head > h2 {
    display: block; }
  #unbxd_custom_new_arrivals .new-arrival-head,
  .UnbxdRecommendedForYou .unbxd-widget-header,
  .unbxdtopsellers .unbxd-widget-header {
    background: none; }
  .unbxd-widget-header #arrowLeft {
    left: -15px !important; }
  .unbxd-contHz {
    padding: 5px 0 !important; }
  .unbxd-widget-header #arrowRight,
  .unbxd-widget-header #arrowLeft {
    background-size: contain;
    height: 31px;
    width: 17px; } }

@media only screen and (max-width: 550px) {
  .unbxd-headLeftHz .unbxd-class1,
  #unbxd_custom_new_arrivals .new-arrival-head > h2 {
    font-size: 22px !important; } }

@media only screen and (max-width: 400px) {
  .unbxd-headLeftHz .unbxd-class1 {
    font-size: 20px !important; }
  #unbxd_top_sellers .unbxd-class1 {
    font-size: 22px !important; } }

.unbxd-widgets .unbxd-field-pname > a .unbxd-title {
  color: #2e2626;
  font-family: nowbold;
  font-size: 16px;
  margin-top: 5px; }

/**********Unbox Products End*******************/
/***********Klaviyo Start*******************/
.mailing_list .klaviyo_field_group {
  display: inline-block;
  height: 32px;
  min-width: auto;
  width: 158px !important; }

.mailing_list .klaviyo_form_actions .klaviyo_submit_button {
  background: #000 !important;
  display: inline-block;
  font-size: 14px;
  width: 70px; }

.mailing_list form#email_signup {
  margin: 0; }

.navPages-item.menu_mailing form#email_signup {
  margin-top: 10px;
  max-width: 100%;
  width: 100%; }

.navPages-item.menu_mailing .klaviyo_field_group {
  width: 100%; }

.navPages-item.menu_mailing .klaviyo_form_actions {
  float: right;
  margin-top: 10px; }

.navUser.topNav .mailing_list .success_message .klaviyo_header {
  float: left;
  font-family: nowmedium;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none; }

.navUser.topNav .mailing_list .success_message .klaviyo_subheader {
  font-family: nowlight;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none; }

.navUser.topNav .mailing_list #email_signup2 {
  margin: 0; }

.mailing_list .klaviyo_field_group {
  height: auto; }

.footer-info .newsletter-form .success_message .klaviyo_header {
  color: #6ac4bb;
  font-family: nowmedium;
  font-size: 14px;
  text-transform: uppercase; }

.footer-info .newsletter-form .success_message .klaviyo_subheader {
  color: #000;
  font-family: nowlight;
  font-size: 12px; }

.footer-info .newsletter-form .klaviyo_styling {
  max-width: 100%; }

.footer-info .newsletter-form .success_message {
  background-color: #f8f8f8;
  padding: 10px; }

/************Klaviyo End*******************/
/****NewArrivals Start New****/
.prod-cell-inner .prod-name {
  min-height: 65px; }

.HomeInstagramWidget-Section {
  margin-top: 0; }

.prod-cell-inner.unbxd_cell-inner {
  text-align: center; }

#unbxd_custom_new_arrivals .prod-brand a {
  color: #8c8c8c;
  display: block;
  font-family: nowregular;
  font-size: 14px;
  margin-bottom: 5px !important;
  text-decoration: none;
  text-transform: capitalize; }

#unbxd_custom_new_arrivals .prod-name a {
  color: #2e2626;
  display: block;
  font-family: nowbold;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 0;
  text-decoration: none;
  text-transform: uppercase; }

#unbxd_custom_new_arrivals .prod-price-wrapper span.prod-price {
  color: #7b7b7b;
  display: block;
  font-family: nowbold;
  font-size: 12px;
  font-weight: normal; }

#unbxd_custom_new_arrivals .prod-price-wrapper span.prod-price::before {
  content: "$"; }

.UnbxdNewArrivals .flex-direction-nav a::before {
  /*content: "" !important;*/
  display: none; }

.UnbxdNewArrivals .flex-direction-nav li.flex-nav-prev a.flex-prev {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/arrow-l.png") no-repeat scroll center center;
  color: rgba(0, 0, 0, 0);
  height: 47px;
  width: 27px; }

.UnbxdNewArrivals .flex-direction-nav li.flex-nav-next a.flex-next {
  background: rgba(0, 0, 0, 0) url("https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/arrow-r.png") no-repeat scroll center center;
  color: rgba(0, 0, 0, 0);
  height: 47px;
  width: 27px; }

.unbxd-main-slider {
  max-height: 400px;
  overflow: hidden; }

@media only screen and (max-width: 800px) {
  .UnbxdNewArrivals .flex-direction-nav li.flex-nav-prev a.flex-prev,
  .UnbxdNewArrivals .flex-direction-nav li.flex-nav-next a.flex-next {
    background-size: contain;
    height: 31px;
    width: 17px; } }

@media only screen and (max-width: 767px) {
  #unbxd_custom_new_arrivals .prod-cell {
    width: 250px !important; } }

@media only screen and (max-width: 400px) {
  #unbxd_custom_new_arrivals .prod-cell {
    width: 200px !important; } }

/****NewArrivals End New******/
/*Code for Custom Variance Tab on Product page*/
.custom_options_outer li {
  line-height: 20px;
  text-decoration: none; }

/*Code for Custom Variance Tab on Product page*/
/*********Cart Popup Mobile Start*********/
@media only screen and (max-width: 767px) {
  .previewCart .productView .productView-image .productView-img-container::after {
    padding-bottom: 0; }
  .previewCart .previewCartCheckout .PreviewCartSubTotal_Wrap {
    border-bottom: 1px solid #cccccc;
    border-top: 0 none;
    margin-bottom: 10px;
    margin-top: 0; }
  .previewCart .previewCartCheckout .PreviewCartSubTotal_Wrap .previewCartCheckout-subtotal .previewCartCheckout-price::before {
    color: #757575;
    content: "Subtotal:";
    display: inline-block;
    font-family: nowmedium;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle; }
  .previewCart .previewCartCheckout .PreviewCartSubTotal_Wrap .previewCartCheckout-subtotal .previewCartCheckout-price {
    color: #757575;
    display: inline-block;
    font-family: nowmedium;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle; }
  .PrvwCartCheckoutCustomeBtn.clearfix {
    align-items: center;
    display: flex; }
  .PrvwCartCheckoutCustomeBtn .previewCartCheckout-subtotal .previewCartCheckout-price::before {
    content: ""; }
  .PrvwCartCheckoutCustomeBtn .previewCartCheckout-subtotal {
    float: left;
    margin: 0;
    text-align: left;
    width: 39%; }
  .PrvwCartCheckoutCustomeBtn .previewCartCheckout-subtotal .previewCartCheckout-price {
    color: #ff8799;
    font-family: nowbold;
    font-size: 21px; }
  .previewCart .previewCartCheckout .PrvwCartCheckoutCustomeBtn .button.button--primary {
    float: right;
    margin: 0;
    width: 60%; } }

/*********Cart Popup Mobile End***********/
/*********Festival Page Start***********/
.FestivalTopBanner > img {
  display: block;
  width: 100%; }

.FestivalInner {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/festival-bg.png") repeat-y center center;
  background-size: contain; }

.FestivalInnerContent {
  margin-top: -100px; }

.FestivalBoxLeft,
.FestivalBoxRight {
  width: 49%; }

.FestivalBoxLeft .Festival_Img a img {
  display: block;
  width: 100%; }

.FestivalBoxRight > .Festival_Img a {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  width: 50%; }

.FestivalBoxRight > .Festival_Img a img {
  display: block;
  width: 95%; }

.FestivalPageWrap .left {
  float: left; }

.FestivalPageWrap .right {
  float: right; }

.FestivalTopBanner {
  position: relative;
  text-align: center; }

.FestivalTopBanner_Arrow {
  bottom: 0%;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 99; }

@media only screen and (max-width: 560px) {
  .FestivalInnerContent {
    margin-top: 0; }
  .FestivalBoxLeft,
  .FestivalBoxRight {
    width: 100%; }
  .FestivalBoxRight > .Festival_Img a img {
    margin: 0 auto; }
  .FestivalBoxLeft {
    margin-bottom: 20px; }
  .FestivalTopBanner > img:first-child {
    display: none; }
  .FestivalTopBanner img.MobileFestivalBanner {
    display: block !important; } }

/*********Festival Page End*************/
/*********LookBook Page Start*************/
.LookBoolSlider_Img {
  text-align: center; }

.LookBook_Heading {
  margin: 50px 0; }

.LookBoolSlider_Img img {
  display: block;
  width: 100%; }

#HolidaysPage nav.navBar.navBar--sub {
  display: none; }

.LookBook_Heading img {
  display: block;
  width: 100%; }

.LookBookBtm_Section {
  display: flex;
  flex: 3;
  margin-bottom: 40px; }

.LBB_Box {
  margin: 0 1%;
  overflow: hidden; }

.LBB_Box:first-child {
  margin-left: 0; }

.LBB_Box:last-child {
  margin-right: 0; }

.LBB_Box img {
  display: block;
  width: 100%; }

.LBB_Box img {
  margin: 0 auto;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out; }

.LBB_Box:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out; }

.LookBookPage_Wrap .slick-dots li.slick-active button::before {
  background: #8ad3cb; }

.LookBookPage_Wrap .slick-dots li.slick-active button::before {
  color: #8ad3cb; }

/*.LookBookPage_Wrap .slick-next::before, .LookBookPage_Wrap .slick-prev::before {height: inherit !important;width: inherit !important;
}*/
.LookBookPage_Wrap .slick-dots li button {
  background: #dddfe1;
  border: 1px solid #dddfe1; }

.LookBookPage_Wrap .slick-dots li button,
.LookBookPage_Wrap .slick-dots li button::before {
  height: 13px;
  width: 13px; }

.LookBookPage_Wrap .slick-dots li {
  height: 1.58571rem;
  width: 1.58571rem; }

.LookBookPage_Wrap .slick-dots {
  bottom: 0;
  display: block;
  margin: 30px 0;
  position: inherit; }

.LookBookPage_Wrap .slick-prev {
  left: 100px; }

.LookBookPage_Wrap .slick-next {
  right: 100px; }

.LookBookPage_Wrap .slick-next,
.LookBookPage_Wrap .slick-prev {
  background-color: transparent;
  border: 0 none; }

.LookBookPage_Wrap .slick-list.draggable {
  padding: 0 100px !important; }

#NewProductPage #EventPage .img_box.slick-slide .EventSliderOverlay {
  display: none; }

#NewProductPage #EventPage .img_box.slick-slide:hover .EventSliderOverlay {
  background: rgba(177, 118, 122, 0.5) none repeat scroll 0 0;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%; }

#NewProductPage #EventPage .img_box.slick-slide {
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease 0s; }

#NewProductPage #EventPage .slick-list.draggable {
  padding: 0 100px !important; }

#NewProductPage #EventPage .slick-prev {
  left: 0; }

#NewProductPage #EventPage .slick-next {
  right: 0; }

#NewProductPage #EventPage .slick-prev,
#NewProductPage #EventPage .slick-next {
  height: 100%;
  margin: 0;
  top: 50%;
  width: 100px; }

#NewProductPage .slick-next::before,
#NewProductPage .slick-prev::before {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: inherit;
  display: block;
  height: 80px;
  width: 96px; }

#NewProductPage .slick-prev::before {
  background-image: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/page.png); }

#NewProductPage .slick-next,
#NewProductPage .slick-prev {
  padding: 0; }

#NewProductPage #EventPage .slick-next:hover,
#NewProductPage #EventPage .slick-prev:hover {
  background-color: rgba(204, 204, 204, 0.5); }

#NewProductPage .slick-prev::before {
  background-image: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/page-slider-prev-arrow.png); }

#NewProductPage .slick-next::before {
  background-image: url(https://cdn6.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/page-slider-next-arrow.png); }

@media only screen and (max-width: 800px) {
  .LookBookPage_Wrap .slick-prev,
  .LookBookPage_Wrap .slick-next {
    display: block; }
  .LookBookPage_Wrap .slick-dots {
    margin: 10px 0; }
  .LookBook_Heading {
    margin: 20px 0; } }

@media only screen and (max-width: 550px) {
  .LookBookBtm_Section {
    display: block;
    flex: none;
    margin: 0 auto;
    width: 80%; }
  .LBB_Box {
    margin: 0 0 10px; }
  .LookBookPage_Wrap .slick-list.draggable {
    padding: 0 50px !important; }
  .LookBookPage_Wrap .slick-prev {
    left: 40px; }
  .LookBookPage_Wrap .slick-next {
    right: 40px; }
  .productView-options .out-stock-message {
    display: inline-block;
    padding: 15px; }
  .form-action a.button.klaviyo-bis-trigger {
    background-image: none;
    text-align: center !important; }
  input#form-action-addToCart[disabled="disabled"] + .button.klaviyo-bis-trigger {
    display: block; } }

/*********LookBook Page End*************/
/*********Custom Recomended For YOU Start*************/
#custom_recommended_wrap span.price.price--withoutTax {
  text-decoration: none; }

#custom_recommended_wrap .card-body,
#custom_recommended_wrap .card-body .card-text .price-section span {
  text-align: center; }

/*#custom_recommended_wrap .card-body .card-text {color: #000;
}*/
#custom_recommended_wrap .card-body .card-title > a {
  color: #421132; }

#custom_recommended_wrap .card-text .price-section.price-section--withoutTax .price.price--withoutTax {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700; }

#UnderConstrutionPage #unbxd_recommended_for_you .unbxd-contHz .unbxd-width-x.unbxd-field-pname.unbxd-desc,
#UnderConstrutionPage #unbxd_recommended_for_you .unbxd-contHz .unbxd-width-x.unbxd-field-price.unbxd-desc {
  text-align: center !important; }

.UnbxdRecommendedForYou #unbxd_recommended_for_you .unbxd-contHz .unbxd-width-x.unbxd-field-pname.unbxd-desc,
.UnbxdRecommendedForYou #unbxd_recommended_for_you .unbxd-contHz .unbxd-width-x.unbxd-field-price.unbxd-desc {
  text-align: center !important; }

@media only screen and (max-width: 800px) {
  .UnbxdRecommendedForYou #unbxd_recommended_for_you .unbxd-contHz .unbxd-widget-header .unbxd-headLeftHz .unbxd-class1 {
    color: #2d2d2d !important;
    font-family: butlerregular;
    font-size: 33px !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }
  #UnderConstrutionPage #unbxd_recommended_for_you .unbxd-contHz .unbxd-widget-header .unbxd-headLeftHz .unbxd-class1 {
    color: #2d2d2d !important;
    font-family: butlerregular;
    font-size: 33px !important;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; } }

@media only screen and (max-width: 480px) {
  .UnbxdRecommendedForYou #unbxd_recommended_for_you .unbxd-contHz .unbxd-widget-header .unbxd-headLeftHz .unbxd-class1 {
    font-size: 22px !important; }
  #UnderConstrutionPage #unbxd_recommended_for_you .unbxd-contHz .unbxd-widget-header .unbxd-headLeftHz .unbxd-class1 {
    font-size: 22px !important; }
  .TopSelBanner.ForDesktop,
  .RecCatBanner.ForDesktop {
    display: none; }
  .TopSelBanner.ForMobile,
  .RecCatBanner.ForMobile {
    display: block !important; } }

/*********Custom Recomended For YOU End***************/
div#unbxd_custom_new_arrivals {
  border: 0;
  padding: 20px 0;
  position: relative; }

.unbxd-view-all-button {
  position: absolute;
  right: 0;
  top: 23px; }

.unbxd-view-all-button > a {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px !important;
  text-decoration: none; }

.unbxd-view-all-button > a:hover {
  background-color: #87cac6 !important;
  color: #fff !important; }

.unbxd-widget-header .unbxd-headLeftHz .unbxd-class1 {
  display: none; }

.unbxd-widget-header .unbxd-headLeftHz {
  display: block; }

.unbxd-headLeftHz .unbxd-view-all-button {
  top: 25px; }

.newsletter-form-mobile .footer-info-heading span {
  color: #474747;
  font-family: nowmedium;
  font-size: 16px; }

@media only screen and (max-width: 800px) {
  .unbxd-view-all-button {
    top: 8px; }
  .unbxd-headLeftHz .unbxd-view-all-button {
    top: 18px; }
  .unbxd-widget-header .unbxd-headLeftHz .unbxd-class1 {
    display: block; }
  .MobileSubsTemp {
    background: url(https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/mobilesubsbg.jpg) no-repeat center center/cover;
    padding: 50px 0; }
  .MobileSubsTemp > .page-heading {
    color: #fff;
    font-family: butlerbold;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0; }
  .MobileSubsTemp > .page-heading::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 30px auto;
    width: 75px; }
  .MobileSubsTemp .alertBox.alertBox--success {
    background-color: transparent; }
  .MobileSubsTemp .alertBox.alertBox--success .icon {
    display: none; }
  .MobileSubsTemp .alertBox.alertBox--success span {
    color: #3c3c3c;
    display: block;
    font-family: nowlight;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase; } }

@media only screen and (max-width: 640px) {
  .unbxd-view-all-button {
    display: block;
    float: none !important;
    margin-bottom: 15px !important;
    position: inherit;
    right: inherit;
    top: inherit; }
  .unbxd-class1 {
    margin-bottom: 20px; }
  .unbxd-widget-header .unbxd-headLeftHz {
    margin-left: 25px; } }

.ConstructionDetail.NoResulDetail,
.ConstructionImg.NoResulImg {
  width: 50%; }

.ConstructionImg.NoResulImg img {
  max-width: 100%; }

#underconstructpage {
  width: 100% !important; }

/*************Store Pickup Pagr Start************/
#StorePickupWrap .storepick_container,
#StorePickupWrap .helpbox_container {
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 20px;
  width: 100%; }

#StorePickupWrap .storepick_outer {
  display: inline-flex;
  width: 100%; }

#StorePickupWrap .main_img img,
#StorePickupWrap .google_map img {
  display: block;
  width: 100%; }

#StorePickupWrap .for_mobile {
  display: none; }

#StorePickupWrap .storepickmain_left,
#StorePickupWrap .storepickmain_right {
  margin-top: 50px;
  width: 525px; }

#StorePickupWrap .storepickmain_right {
  margin-left: 60px; }

#StorePickupWrap .pickuporder h4,
#StorePickupWrap .whattobringorder h4,
#StorePickupWrap .pickupordertable h4 {
  color: #545e6b;
  font-family: nowregular;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 5px;
  text-align: left; }

#StorePickupWrap .pickuporder ul,
#StorePickupWrap .whattobringorder ul {
  margin: 0;
  padding: 0 15px; }

#StorePickupWrap .pickuporder ul li,
#StorePickupWrap .whattobringorder ul li,
#StorePickupWrap .pickupordertable p {
  color: #545e6b;
  font-family: nowlight;
  font-size: 16px;
  line-height: 2rem;
  text-align: left; }

#StorePickupWrap .pickuporder ul li p {
  font-family: nowlight;
  font-size: 16px;
  line-height: 32px;
  margin: 0; }

#StorePickupWrap .whattobringorder {
  margin-top: 67px; }

#StorePickupWrap .helpbox_outer {
  clear: both;
  display: inline-flex;
  margin: 50px 0;
  width: 100%; }

#StorePickupWrap .helpbox,
#StorePickupWrap .address_box {
  background-color: #7accc5;
  padding: 33px;
  text-align: left;
  width: 50%; }

#StorePickupWrap .address_box {
  background-color: #f4949e;
  margin-left: 60px; }

#StorePickupWrap .helpbox h3 {
  font-weight: 600; }

#StorePickupWrap .helpbox h3,
#StorePickupWrap .helpbox h4,
#StorePickupWrap .address_box h3 {
  color: #fff;
  font-family: nowregular;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0; }

#StorePickupWrap .helpbox h4 {
  font-weight: 400; }

#StorePickupWrap .helpbox p,
#StorePickupWrap .address p {
  color: #545e6b;
  font-family: nowlight;
  font-size: 16px;
  line-height: 28px;
  margin: 0; }

#StorePickupWrap .address p {
  margin-top: 28px; }

#StorePickupWrap .helpbox p span {
  font-weight: 600; }

#StorePickupWrap .helpbox p a {
  color: #545e6b;
  font-size: 16px;
  text-decoration: none; }

#StorePickupWrap .address p.location,
#StorePickupWrap .address p.address_time {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/storetimeicon.png") no-repeat;
  font-family: nowregular;
  font-size: 16px;
  line-height: 26px;
  padding-left: 35px; }

#StorePickupWrap .address p.address_time {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/storelocationicon.png") no-repeat; }

#StorePickupWrap .order_table {
  display: inline-block;
  margin-top: 50px;
  text-align: center; }

#StorePickupWrap .table_column h3 {
  color: #fff;
  font-family: nowregular;
  font-size: 18px; }

#StorePickupWrap .tableheadbg_1 {
  background-color: #f4949e !important;
  padding: 25px 0 !important; }

#StorePickupWrap .tableheadbg_2 {
  background-color: #7accc5 !important;
  padding: 25px 0 !important; }

#StorePickupWrap .table_column {
  background: #eee;
  border: 1px solid #fff;
  display: inline-block;
  float: left;
  padding: 15px 0;
  width: 50%; }

#StorePickupWrap .address {
  padding: 0;
  width: 100%; }

#StorePickupWrap .google_map > iframe {
  width: 100% !important; }

.table_column p {
  text-align: center !important; }

#StorePickupWrap .main_img.for_desktop {
  position: relative; }

#StorePickupWrap .main_img.for_desktop span {
  color: #fff;
  font-family: nowlight;
  font-size: 65px;
  opacity: 0.8; }

#StorePickupWrap .main_img.for_desktop .StoreText {
  left: 16%;
  position: absolute;
  top: 30%; }

#StorePickupWrap .main_img.for_desktop .PickUpText {
  position: absolute;
  right: 12%;
  top: 30%; }

.StoreArrow {
  bottom: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0; }

.StoreArrow > img {
  margin: 0 auto;
  width: auto !important; }

@media all and (max-width: 800px) {
  #StorePickupWrap .for_mobile {
    display: block; }
  #StorePickupWrap .for_desktop {
    display: none; } }

@media all and (max-width: 767px) {
  #StorePickupWrap .pickupordertable p {
    font-size: 14px; }
  #StorePickupWrap .table_column h3 {
    font-size: 15px; }
  #StorePickupWrap .helpbox p,
  #StorePickupWrap .address p {
    font-size: 14px; }
  #StorePickupWrap .pickuporder h4,
  #StorePickupWrap .whattobringorder h4,
  #StorePickupWrap .pickupordertable h4 {
    font-size: 17px; }
  #StorePickupWrap .pickuporder ul li p {
    font-size: 14px;
    line-height: 28px; }
  #StorePickupWrap .pickuporder ul li,
  #StorePickupWrap .whattobringorder ul li,
  #StorePickupWrap .pickupordertable p {
    font-size: 14px; } }

@media all and (max-width: 639px) {
  #StorePickupWrap .storepick_outer {
    display: block;
    width: 100%; }
  #StorePickupWrap .whattobringorder {
    margin-top: 35px; }
  #StorePickupWrap .storepickmain_left,
  #StorePickupWrap .storepickmain_right {
    margin-top: 25px;
    width: auto; }
  #StorePickupWrap .storepickmain_right {
    margin: 35px 0 20px; }
  #StorePickupWrap .order_table {
    margin-top: 25px; }
  #StorePickupWrap .helpbox_outer {
    display: block; }
  #StorePickupWrap .helpbox_outer {
    margin-bottom: 0; }
  #StorePickupWrap .helpbox,
  #StorePickupWrap .address_box {
    width: 100%; }
  #StorePickupWrap .address_box {
    margin-left: 0; } }

/*************Store Pickup Page End**************/
/*************Shipping Policy Page Start**************/
#ShipPolicyPage h1.page-heading {
  display: none; }

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

.policy_container h1 {
  color: #2d2d2d;
  font-family: nowbold;
  font-size: 26px;
  line-height: 1.4;
  margin: 50px 0 67px;
  text-align: center; }

.policy_container {
  padding: 0 10px; }

.policy_left_sidebar {
  float: left;
  position: relative;
  transition: 0.5s;
  width: 27%; }

.policy_sidebar_list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.policy_sidebar_list ul li a {
  border-bottom: 1px solid #e5e5e5;
  color: #191919;
  display: block;
  font-family: nowlight;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 20px 15px 15px;
  text-align: left;
  text-decoration: none; }

.policy_description {
  float: right;
  width: 65%; }

.policy_shipping_carrier {
  background-color: #a2dbd6;
  padding: 33px; }

.policy_shipping_carrier {
  background-color: #a2dbd6;
  margin-bottom: 20px;
  padding: 33px; }

.policy_shipping_carrier_inner {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-shipping-carrier.png") no-repeat top left;
  padding-left: 197px; }

.carriertime_shippingdays {
  background-color: #7accc5;
  margin: 30px 0;
  padding: 35px 0; }

.policy_shipping_carriertime_detail .carriertime_shippingdays h3 {
  font-family: nowmedium;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  text-align: center; }

.policy_head h3 {
  color: #fff;
  font-family: nowlight;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 15px;
  text-align: left;
  text-transform: uppercase; }

.policy_detail p,
.policy_hazmat_description ul li {
  color: #191919;
  font-family: nowlight;
  font-size: 14px;
  line-height: 1.8rem;
  margin: 0;
  text-align: left; }

.policy_shipping_carriertime_inner {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-shipping-rate-time.png") no-repeat top left;
  padding-left: 197px; }

.carriertime_shipping_table_column_heading h3 {
  color: #fff;
  font-family: nowregular;
  font-size: 16px;
  margin: 0;
  text-align: center; }

.carriertime_shipping_table_column p {
  text-align: center; }

.carriertime_shipping_table_column,
.carriertime_shipping_table_column_heading {
  background-color: #fff;
  border: 1px solid #a2dbd6;
  display: inline-block;
  margin-left: -4px;
  padding: 15px 0;
  width: 50%; }

.carriertime_shipping_table_column_heading,
.policy_hazmat_table_heading {
  background-color: #545e6b; }

.carriertime_calculate {
  margin: 40px 0 30px; }

.policy_order_process_inner {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-order-processing.png") no-repeat 25px top;
  padding-left: 197px; }

.orderprocess_track p {
  margin: 0; }

.orderprocess_track p a {
  color: #fff;
  font-family: nowmedium;
  font-size: 18px;
  margin: 0;
  text-decoration: none; }

.orderprocess_track {
  border: 2px solid #fff;
  margin: 40px 10px;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  text-align: center; }

/*.orderprocess_track img {
	position: absolute;
	bottom: 26%;
	right: 25%;
}*/
.policy_weekend_delivery {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-weekend-delivery.png") no-repeat 40px top;
  padding-left: 197px; }

.policy_tracking_order {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-tracking-order.png") no-repeat 35px top;
  padding-left: 197px; }

.policy_hazmat {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-hazmat.png") no-repeat 45px top;
  padding-left: 197px; }

/*.policy_hazmat_description ul {
	padding-left: 13px;
}*/
.Policy_hazmat_highlight {
  background: #7accc5;
  margin: 35px 0;
  padding: 20px 10px; }

.Policy_hazmat_highlight p {
  color: #191919;
  font-size: 14px;
  line-height: 1.8rem;
  text-align: left; }

.policy_hazmat_table {
  margin: 40px 0; }

.policy_hazmat_table_column,
.policy_hazmat_table_heading {
  align-items: center;
  background-color: #fff;
  border: 1px solid #a2dbd6;
  display: flex;
  float: left;
  height: 75px;
  justify-content: center;
  margin-right: -4px;
  padding: 15px 11px;
  width: 33.333%; }

.policy_hazmat_table_heading {
  background-color: #545e6b; }

.policy_hazmat_table_heading h3 {
  color: #fff;
  font-family: nowregular;
  font-size: 16px;
  margin: 0;
  text-align: center; }

.policy_hazmat_table_column p {
  text-align: center; }

.policy_hazmat_question {
  border: 2px solid #fff;
  margin: 40px 10px 0 0;
  padding: 20px 0;
  text-align: center; }

.policy_hazmat_question a {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none; }

.policy_customer_feedback {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-cutomer-feedback.png") no-repeat 40px top;
  padding-left: 197px; }

.policy_pormotion {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-pormotion.png") no-repeat 40px top;
  padding-left: 197px; }

.policy_pormotion_description a {
  color: inherit; }

@media all and (max-width: 991px) {
  .policy_left_sidebar {
    float: none;
    margin-bottom: 10px;
    width: 100%; }
  .policy_description {
    float: none;
    width: 100%; }
  div#ShipPolicyPage {
    margin: 0; }
  .policy_container h1 {
    margin: 20px 0; } }

@media all and (max-width: 700px) {
  .policy_head h3,
  .policy_detail p,
  .policy_hazmat_description ul li,
  .Policy_hazmat_highlight p {
    text-align: center; }
  .policy_shipping_carrier_inner {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-shipping-carrier.png) no-repeat top center;
    padding-left: 0;
    padding-top: 80px; }
  .policy_shipping_carriertime_inner {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-shipping-rate-time.png) no-repeat top center;
    padding-left: 0;
    padding-top: 120px; }
  .policy_order_process_inner {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-order-processing.png) no-repeat center top;
    padding-left: 0;
    padding-top: 120px; }
  .policy_weekend_delivery {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-weekend-delivery.png) no-repeat center top;
    padding-left: 0;
    padding-top: 100px; }
  .policy_tracking_order {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-tracking-order.png) no-repeat center top;
    padding-left: 0;
    padding-top: 110px; }
  .policy_hazmat {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-hazmat.png) no-repeat center top;
    padding-left: 0;
    padding-top: 100px; }
  .policy_customer_feedback {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-cutomer-feedback.png) no-repeat center top;
    padding-left: 0;
    padding-top: 120px; }
  .policy_pormotion {
    background: url(https://www.sleekshop.com/product_images/uploaded_images/policy-pormotion.png) no-repeat center top;
    padding-left: 0;
    padding-top: 100px; } }

@media all and (max-width: 640px) {
  /*-------------------------------------------
				For Mobile
---------------------------------------------*/
  #ShipPolicyPage .container {
    padding: 0; }
  .policy_container {
    padding: 0; }
  .PolicyPage.ForDesktop {
    display: none; }
  .PolicyPage.ForMobile {
    display: block !important; }
  .PolicyListHeading.current {
    background: #a2dbd6;
    padding: 20px 30px 0 25px; }
  .PolicyListHeading.current p {
    border-bottom: 1px solid #5d7a77;
    padding-bottom: 20px; }
  .PolicyListHeading {
    background-color: #efefef;
    border-top: 2px solid #fff;
    padding: 20px 30px 20px 25px; }
  .PolicyListHeadingopen {
    background-color: #a2dbd6; }
  .PolicyListHeading p {
    color: #191919;
    font-family: nowlight;
    font-size: 17px;
    line-height: 17px;
    margin: 0;
    text-align: left;
    text-transform: capitalize; }
  .PolicyListHeading p::after {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-listarrow.png") no-repeat;
    content: "";
    display: inline-block;
    float: right;
    height: 12px;
    transition: 0.2s all ease;
    width: 7px;
    z-index: 99; }
  .PolicyListHeading.current p::after {
    transform: rotate(90deg);
    transition: 0.2s all ease; }
  .PolicyListContent {
    background-color: #a2dbd6;
    border-top: 0 none;
    padding-top: 45px; }
  .PolicyList_detail {
    padding: 0 15px 40px 120px; }
  .PolicyList_detail p,
  .policy_hazmat_description ul li {
    color: #191919;
    font-family: nowlight;
    font-size: 14px;
    line-height: 1.4rem;
    margin: 0;
    text-align: left; }
  .PolicyListHeadingopen p {
    font-family: nowmedium; }
  .PolicyList_detail_table_column,
  .PolicyList_detail_table_heading {
    align-items: center;
    background-color: #fff;
    border: 1px solid #a2dbd6;
    display: flex;
    float: left;
    height: 50px;
    justify-content: center;
    width: 50%; }
  .PolicyList_detail_table_heading h3 {
    color: #fff;
    font-family: nowregular;
    font-size: 16px;
    margin: 0;
    text-align: center; }
  .PolicyList_detail_table_column p {
    font-family: nowlight;
    font-size: 14px;
    margin: 0; }
  .PolicyList_detail_table_heading,
  .policy_hazmat_table_heading {
    background-color: #545e6b; }
  .PolicyList_detail_Shipday {
    background-color: #7accc5;
    margin: 0;
    padding: 35px 0; }
  .PolicyList_detail_Shipday h3 {
    color: #fff;
    font-family: nowmedium;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    text-align: center; }
  .PolicyList_detail_calculate {
    padding: 25px 25px 40px 30px; }
  .PolicyList_detail_calculate p {
    color: #191919;
    font-size: 14px;
    line-height: 14px;
    margin: 0; }
  /*----------------------------------------
			Order Process
------------------------------------------*/
  .PolicyList_detail_ordertrack p {
    color: #fff;
    font-family: nowmedium;
    font-size: 18px;
    margin: 0;
    text-align: center; }
  .PolicyList_detail_ordertrack p a {
    color: #fff;
    text-decoration: none; }
  .PolicyList_detail_ordertrack {
    border: 2px solid #fff;
    margin-top: 30px;
    padding: 20px 0; }
  .policyList_Hazmatdesc {
    background: url("img/policy_hazmat.png") no-repeat 10% 0%; }
  .Policy_hazmat_moredesc {
    padding: 0 20px 20px; }
  .Policy_hazmat_highlight {
    margin: 0; }
  .Policy_hazmat_desc {
    padding: 20px; }
  .policy_hazmat_table {
    margin: 0 0 20px; }
  .policy_detail.policyshipping_link {
    border: 2px solid #fff;
    margin: 0 50px 30px;
    padding: 20px 0;
    text-align: center; }
  .policy_detail.policyshipping_link a {
    color: #fff;
    font-family: nowmedium;
    font-size: 18px;
    text-decoration: none; }
  .policyList_Hazmatdesc.PolicyList_detail ul {
    margin: 0;
    text-align: left; }
  .PolicyList_detail_ordertrack p a br {
    display: none; }
  .policy_shipping_desc {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-shippingcarrier.png") no-repeat 7px 0; }
  .PolicyShippingRates {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-shipping-rate-time.png") no-repeat 7px 0; }
  .policy_order_desc {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-order-processing.png") no-repeat 25px 0; }
  .Policyweekend_delivery {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-weekend-delivery.png") no-repeat 30px 0; }
  .policy_trackorder_desc {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-tracking-order.png") no-repeat 23px 0; }
  .policyList_Hazmatdesc {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-hazmat.png") no-repeat 33px 0; }
  .policy_customfee_desc {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-cutomer-feedback.png") no-repeat 30px 0; }
  .policy_shippromotion_desc {
    background: url("https://www.sleekshop.com/product_images/uploaded_images/policy-mobile-pormotion.png") no-repeat 33px 0; } }

/*************Shipping Policy Page End****************/
/* CSS for Buying Guide New layout - Sept 22, 2018*/
.new-buying-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }

.new-buying-guide .col-70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.new-buying-guide .col-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.new-buying-guide .col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.m-0 {
  margin: 0; }

.new-buying-guide .col-w-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px; }

.new-buying-guide .col-w-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px; }

.hovereffectdiv {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.hovereffectdiv a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.hovereffectdiv a:hover::after {
  border: 2px solid #fff;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 99; }

.hovereffectdiv a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.m-view {
  display: none; }

.d-view {
  display: block; }

@media (max-width: 767px) {
  .d-view {
    display: none; }
  .m-view {
    display: block; }
  .buying-guides-heading > img {
    margin: 5px auto; } }

/* End of CSS for Buying Guide New layout - Sept 22, 2018*/
/* Halloween 2018 - CSS */
.halloween-boo {
  background-image: url(https://www.sleekshop.com/content/pages/halloween/images/halloween-bg.jpg);
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 50px;
  padding-top: 50px; }

.halloween-boo .breadcrumbs,
.halloween-boo .page-heading {
  display: none !important; }

.halloween-boo .page-content--centered {
  width: 100%; }

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

.p-b-10 {
  padding-bottom: 10px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-b-60 {
  padding-bottom: 60px; }

.clear-both {
  clear: both; }

.halloween-boo .p-img {
  margin-bottom: 20px; }

.halloween-boo .p-brand-name {
  color: #0ff5ce;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.halloween-boo .p-title {
  margin-bottom: 10px; }

.halloween-boo .p-title a {
  color: #0ff5ce;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase; }

.halloween-boo .p-price {
  color: #ee7701; }

.halloween-boo ul.productGrid li.product {
  margin-bottom: 70px; }

.halloween-boo-button .inline-button {
  float: left;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%; }

.sparkle-scary {
  background-image: url(https://www.sleekshop.com/content/pages/halloween/images/sparkle-scary.png);
  background-size: cover;
  display: block; }

.sparkle-scary:hover,
.sparkle-scary.active {
  background-image: url(https://www.sleekshop.com/content/pages/halloween/images/sparkle-scary-active.png);
  background-size: cover;
  display: block; }

.glory-glam {
  background-image: url(https://www.sleekshop.com/content/pages/halloween/images/glory-glam.png);
  background-size: cover;
  display: block; }

.glory-glam:hover,
.glory-glam.active {
  background-image: url(https://www.sleekshop.com/content/pages/halloween/images/glory-glam-active.png);
  background-size: cover;
  display: block; }

@media (max-width: 768px) {
  .halloween-boo ul.productGrid li.product {
    margin-bottom: 70px;
    width: 50%; } }

@media (max-width: 600px) {
  .halloween-boo-button .inline-button {
    margin-bottom: 40px;
    width: 98%; } }

/* End of Halloween 2018 - CSS */
/**********Hazmat Page Start**********/
.HazardousReturnsOuter {
  margin-bottom: 60px; }

.HazardousReturnsHeading p,
.HazmatLabelsPara p,
.ShippingProceduresouter p,
.ShippingProceduresouter h3,
.UnitesStatesBox p,
.ShippingProceduresouter.exchange p,
.SleekshopReturnsOuter.expedite p {
  text-transform: none !important; }

.HazardousReturnsOuter ul.breadcrumbs {
  display: block !important;
  margin: 25px 0; }

.HazardousReturnsHeading h3 {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/hazardous.png") left center no-repeat;
  color: #545e6b;
  font-family: nowbold;
  font-size: 32px;
  letter-spacing: 7px;
  line-height: 52px;
  margin: 0 0 68px;
  opacity: 0.9;
  padding-left: 83px;
  text-transform: uppercase; }

.HazardousReturnsHeading h4 {
  color: #545e6b;
  font-family: nowmedium;
  font-size: 18px;
  margin: 0 0 44px;
  opacity: 0.9;
  text-transform: uppercase; }

.HazardousReturnsHeading p {
  color: #545e6b;
  font-family: nowlight;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 40px;
  opacity: 1;
  text-transform: capitalize; }

.ShippingProceduresouter {
  align-items: center;
  background: #95d6d1;
  display: flex;
  margin-bottom: 37px;
  padding: 64px 57px; }

.ShippingProceduresouter.exchange {
  align-items: center;
  display: flex;
  padding: 36px 69px 60px; }

.ShippingProceduresouter h3 {
  color: #fff;
  display: inline-block;
  font-family: nowmedium;
  font-size: 32px;
  margin: 0 74px 0 0;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.ShippingProceduresouter ul {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

.ShippingProceduresouter ul li {
  color: #545e6b;
  font-family: nowlight;
  font-size: 16px;
  line-height: 60px;
  list-style: none;
  opacity: 1; }

.HazmatLabelsMainSection {
  align-items: center;
  display: flex;
  margin-bottom: 64px; }

.HazmatLabelsPara {
  margin-right: 0;
  width: 50%; }

.HazmatLabelsBox {
  text-align: center;
  width: 50%; }

.HazmatLabelsBox h3 {
  color: #a9aeb5;
  font-family: nowbold;
  font-size: 14px;
  letter-spacing: 5px;
  margin: 0 0 58px;
  opacity: 1;
  text-transform: uppercase; }

.HazmatLabelsPara p {
  color: #545e6b;
  font-family: nowlight;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 40px;
  opacity: 1;
  text-transform: capitalize; }

.HazmatLabelsBox img {
  display: inline-block;
  margin-right: 37px;
  max-width: 215px;
  vertical-align: middle;
  width: 100%; }

.HazmatLabelsBox img:last-child {
  margin-right: 0; }

.ShippingProceduresouter.yoursecurity {
  align-items: center;
  background: #f59ea8;
  display: flex;
  padding: 64px; }

.ShippingProceduresouter.yoursecurity h3 {
  margin: 0 123px 0 0;
  opacity: 1; }

.ShippingProceduresouter p {
  color: #545e6b;
  display: inline-block;
  font-family: nowlight;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.UnitesStatesBox {
  background: #404141;
  margin-right: 30px;
  padding: 34px 0;
  text-align: center;
  width: 50%; }

.UnitesStatesBox:last-child {
  margin-right: 0; }

.UnitesStatesBox p {
  color: #fff;
  display: inline-block;
  font-family: nowlight;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.UnitesStatesBox.groundshipping {
  background: #dcdcdc;
  margin-left: 30px;
  width: 50%; }

.UnitesStatesBox.groundshipping p {
  color: #404141;
  font-family: nowlight;
  font-size: 23px;
  line-height: 41px; }

.UnitesStatesBox.groundshipping b {
  font-family: nowmedium; }

.UnitesStatesBox b {
  font-family: nowmedium; }

.UnitesStatesMainBox {
  display: flex;
  margin-bottom: 47px; }

.ShippingProceduresouter.exchange p {
  color: #545e6b;
  display: inline-block;
  font-family: nowlight;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-right: 253px;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.ShippingProceduresouter.exchange a {
  color: #fff;
  display: inline-block;
  font-family: nowmedium;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  opacity: 1;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle; }

.SleekshopReturnsOuter {
  background: #f59ea8;
  display: inline-block;
  margin-right: 45px;
  max-width: 556px;
  padding: 38px 68px 114px;
  vertical-align: middle;
  width: 100%; }

.SleekshopReturnsOuter p {
  color: #fff;
  display: inline-block;
  font-family: nowmedium;
  font-size: 18px;
  margin: 0 0 40px;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.SleekshopReturnsOuter .SleekshopDept p {
  color: #545e6b;
  display: inline-block;
  font-family: nowlight;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.SleekshopReturnsOuter .SleekshopDept b {
  color: #545e6b;
  font-family: nowmedium;
  opacity: 0.8; }

.SleekshopReturnsOuter .SleekshopDept {
  background: url("https://www.sleekshop.com/product_images/uploaded_images/sleekshopreturns.png") left 4px no-repeat;
  padding-left: 70px; }

.SleekshopReturnsOuter.expedite {
  background: #fff;
  padding: 0; }

.SleekshopReturnsOuter:last-child {
  margin-right: 0; }

.SleekshopReturnsOuter.expedite p {
  color: #545e6b;
  display: inline-block;
  font-family: nowlight;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  opacity: 1;
  text-transform: capitalize;
  vertical-align: middle; }

.SleekshopReturnsOuter.expedite .phone {
  font-family: nowlight;
  text-decoration: none; }

.SleekshopReturnsOuter.expedite a {
  color: #545e6b;
  font-family: nowmedium;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize; }

@media all and (max-width: 800px) {
  .HazardousReturnsOuter ul.breadcrumbs {
    display: none !important; }
  .HazardousReturnsOuter > .container {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%; }
  .HazardousReturnsHeading h3 {
    background: url(https://cdn8.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/hazardousmobile.png) no-repeat center 20px;
    background-color: #80cec7;
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-top: 80px; }
  .HazardousReturnsHeading h4 {
    line-height: 30px; }
  .HazardousReturnsHeading h4,
  .HazardousReturnsHeading p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: left; }
  .ShippingProceduresouter {
    background: #95d6d1;
    display: block;
    padding: 40px 20px;
    text-align: left; }
  .ShippingProceduresouter h3 br {
    display: none; }
  .ShippingProceduresouter h3 {
    display: block;
    font-size: 16px;
    line-height: 1.5rem;
    margin: 0;
    text-transform: uppercase; }
  .HazmatLabelsMainSection .HazmatLabelsBox {
    width: 100%; }
  .HazmatLabelsMainSection .HazmatLabelsBox img {
    float: left;
    margin-right: 0;
    max-width: none;
    padding: 0 10px;
    width: 50%; }
  .ShippingProceduresouter ul li {
    line-height: 30px;
    padding: 15px 0; }
  .HazmatLabelsMainSection {
    display: flex;
    flex-direction: column-reverse; }
  .HazmatLabelsPara {
    margin-top: 40px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
  .HazmatLabelsPara p {
    margin: 0; }
  .HazmatLabelsPara p br {
    display: none; }
  .ShippingProceduresouter.yoursecurity {
    display: block;
    margin: 0;
    padding: 40px 20px; }
  .ShippingProceduresouter.yoursecurity h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    text-transform: none; }
  .ShippingProceduresouter p br {
    display: none; }
  .UnitesStatesMainBox {
    display: block;
    margin-bottom: 0; }
  .UnitesStatesBox {
    margin-right: 0;
    padding: 40px 20px;
    text-align: left;
    width: 100%; }
  .UnitesStatesBox p br {
    display: none; }
  .UnitesStatesBox.groundshipping {
    margin-left: 0;
    padding: 40px 20px;
    width: 100%; }
  .ShippingProceduresouter.exchange {
    display: block;
    margin-bottom: 0;
    padding: 40px 20px; }
  .ShippingProceduresouter.exchange p {
    margin: 0 0 10px; }
  .ShippingProceduresouter.exchange a {
    text-align: left; }
  .SleekshopReturnsOuter {
    display: block;
    margin-right: 0;
    max-width: 100%;
    padding: 40px 20px;
    text-align: left;
    width: 100%; }
  .SleekshopReturnsOuter.expedite {
    padding: 40px 20px; }
  .UnitesStatesBox.groundshipping p {
    font-size: 18px; }
  .SleekshopReturnsOuter p {
    font-size: 16px; }
  .SleekshopReturnsOuter.expedite > p {
    font-size: 14px; } }

/********Reward Valt Page**********/
#RewardVaultWrap .breadcrumbs,
#RewardVaultWrap .page-heading {
  display: none; }

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

#RewardVaultWrap > .container {
  padding: 0; }

.SleekReawardsBanner {
  margin: 29px 0 40px; }

.SleekReawardsBanner img {
  width: 100%; }

.SleekReawardsBox {
  max-width: 348px;
  text-align: center;
  width: 100%; }

.SleekReawardsBox img {
  display: block;
  width: 100%; }

.SleekReawardsBox .SleekReawardsBoxdetail {
  background: #fcfcfc;
  padding: 42px; }

.SleekReawardsBox .SleekReawardsBoxdetail h3 {
  color: #7accc5;
  font-family: "butlerregular";
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 15px; }

.SleekReawardsBox .SleekReawardsBoxdetail p {
  color: #555e6a;
  font-family: "nowregular";
  font-size: 16px;
  height: 130px;
  line-height: 24px;
  margin: 0; }

.SleekReawardsBoxOuter {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 58px; }

.SleekReawardsBox {
  margin-right: 33px;
  max-width: 33.333%;
  text-align: center;
  width: 100%; }

.SleekReawardsBox:last-child {
  margin-right: 0; }

.earningnowsection {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 58px; }

.earningnowsection p {
  align-items: center;
  color: #555e6a;
  display: flex;
  font-family: "nowlight";
  font-size: 18px;
  margin: 0 25px 0 0; }

.earningnowsection span {
  color: #dda2a5;
  font-family: "bebas_neuebold";
  font-size: 41.81px;
  margin: 0;
  padding: 0 17px; }

.earningnowsection a {
  background: #8bc8c3;
  color: #fff;
  display: block;
  font-family: "nowbold";
  font-size: 24px;
  margin: 0;
  padding: 27px 42px;
  text-decoration: none;
  text-transform: uppercase; }

.earningnowsection a:hover {
  background: #dda2a5;
  color: #fff; }

@media all and (max-width: 1024px) {
  .SleekReawardsBannerOuter {
    padding: 0 15px; }
  .SleekReawardsBoxdetail p br {
    display: none; } }

@media all and (max-width: 767px) {
  .SleekReawardsBoxOuter {
    display: block;
    text-align: center; }
  .SleekReawardsBox {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 33px;
    max-width: 33.333%;
    vertical-align: top; }
  .SleekReawardsBoxOuter .SleekReawardsBox:nth-child(2n) {
    margin-right: 0; }
  .SleekReawardsBox:last-child {
    margin-bottom: 0; }
  .earningnowsection p {
    display: block;
    margin-bottom: 30px;
    margin-right: 0; }
  .earningnowsection {
    display: block;
    text-align: center; }
  .earningnowsection a {
    display: inline-block;
    max-width: 380px;
    width: 100%; } }

@media all and (max-width: 640px) {
  .SleekReawardsBox .SleekReawardsBoxdetail {
    padding: 20px 8px; }
  .SleekReawardsBox {
    max-width: 206px; }
  .SleekReawardsBox {
    display: block;
    max-width: 100%; } }

@media all and (max-width: 480px) {
  .SleekReawardsBox {
    display: block;
    margin: 0 0 30px;
    max-width: 100%; }
  .earningnowsection span {
    font-size: 39.81px; }
  .earningnowsection a {
    font-size: 18px; }
  .SleekReawardsBox .SleekReawardsBoxdetail {
    padding: 29px; }
  .SleekReawardsBox .SleekReawardsBoxdetail p {
    height: auto; }
  .SleekReawardsBanner {
    margin: 0 0 10px; } }

/* ------------------------------------------ Shipping Info Page ------------------------------------------ */
.ShippingInfoTabs .ShippingTabs .tab-link.HolidayShippingTab > span {
  background: url(https://www.sleekshop.com/content/pages/shipping-information/images/shipping-holiday-tab-icon.png) no-repeat scroll left top;
  display: inline-block;
  line-height: 28px;
  padding-left: 50px; }

.ShippingInfoTabs .ShippingTabs .tab-link.HolidayShippingTab.current > span {
  background: #7accc5 url(https://www.sleekshop.com/content/pages/shipping-information/images/shipping-holiday-tab-icon.png) no-repeat scroll left -25.5px; }

.ShippingInfoTabs ul.ShippingTabs li {
  width: 33.33333333%; }

.holiday-shipping-wrap .holiday-shipping-bg {
  background: url("https://cdn11.bigcommerce.com/s-hmhnh4h9/images/stencil/original/image-manager/holiday-shipping-deadlines-stars.jpg") repeat-y left center;
  background-size: contain; }

.holiday-shipping-table {
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%; }

.holiday-shipping-table table tr th,
.holiday-shipping-table table tr td {
  border: 1px solid #fafafa; }

.holiday-shipping-table table tr th {
  background: #c18f4f;
  background: -moz-linear-gradient(45deg, #c18f4f 0%, #dfb885 29%, #f6d5ad 62%, #c18f4f 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #c18f4f), color-stop(29%, #dfb885), color-stop(62%, #f6d5ad), color-stop(100%, #c18f4f));
  background: -webkit-linear-gradient(45deg, #c18f4f 0%, #dfb885 29%, #f6d5ad 62%, #c18f4f 100%);
  background: -o-linear-gradient(45deg, #c18f4f 0%, #dfb885 29%, #f6d5ad 62%, #c18f4f 100%);
  background: -ms-linear-gradient(45deg, #c18f4f 0%, #dfb885 29%, #f6d5ad 62%, #c18f4f 100%);
  background: linear-gradient(45deg, #c18f4f 0%, #dfb885 29%, #f6d5ad 62%, #c18f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c18f4f", endColorstr="#c18f4f", GradientType=1); }

@media (max-width: 720px) {
  .ShippingInfoTabs ul.ShippingTabs li {
    width: 100%; } }

@media (max-width: 620px) {
  .holiday-shipping-table table tr td,
  .holiday-shipping-table table tr th {
    padding: 0.54656rem 0.2rem;
    text-align: left; } }

/* ------------------------------------------ Shipping Info Page ------------------------------------------ */
#sa_s28_product_rating {
  clear: both;
  padding: 10px; }

#sa_s28_product_rating span {
  padding: 10px; }

@media all and (max-width: 800px) {
  .navPages-action.has-subMenu.ForMobileNav {
    display: block !important; }
  .navPages-action.has-subMenu.ForDesktopNav {
    display: none !important; } }

.pagination-list .pagination-item:hover > .pagination-link {
  color: #000; }

.pagination-list .pagination-item[unbxdaction]:hover > .pagination-link {
  color: #e99da1; }

/* ------------------------------------------ Sleek Vault Rewards Page ------------------------------------------ */
.SleekReawardsBoxOuter {
  margin-left: -15px;
  margin-right: -15px; }

.SleekReawardsBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333333%;
  padding: 0 15px; }

.SleekReawardsBanner {
  margin: 29px 0 30px; }

@media (min-width: 768px) {
  .display-mobile {
    display: none; }
  .display-desktop {
    display: block; } }

@media (max-width: 768px) {
  .display-desktop {
    display: none; }
  .display-mobile {
    display: block; }
  .SleekReawardsBox {
    max-width: 49%; }
  .earningnowsection span {
    vertical-align: middle; }
  .SleekReawardsBoxOuter .SleekReawardsBox:last-child,
  .SleekReawardsBoxOuter .SleekReawardsBox:nth-child(2n) {
    margin-right: auto; } }

@media (max-width: 720px) {
  .SleekReawardsBoxOuter .SleekReawardsBox {
    max-width: 60%; } }

@media (max-width: 560px) {
  .SleekReawardsBoxOuter .SleekReawardsBox {
    max-width: 100%; }
  .SleekReawardsBannerOuter {
    padding: 0; } }

@media (max-width: 480px) {
  .SleekReawardsBox .SleekReawardsBoxdetail {
    padding: 22px 8px; }
  .earningnowsection span {
    padding: 0 10px; }
  .SleekReawardsBanner {
    margin: 0 0 34px; }
  .SleekReawardsBox {
    margin: 0 0 34px; }
  .SleekReawardsBoxOuter {
    margin-bottom: 34px; } }

#tab-similar .productCarousel {
  max-width: 100% !important; }

.UnbxedProdTitle {
  color: #2d2d2d;
  font-family: butlerregular;
  font-size: 0;
  font-weight: 400;
  margin: 30px 0 50px;
  text-align: left;
  text-transform: uppercase; }

.product > a.UnbxdProd {
  text-decoration: none; }

@media all and (max-width: 800px) {
  .UnbxedProdTitle > img {
    display: none; }
  .UnbxedProdTitle {
    font-size: 20px; } }

/**************************Curbside Pick Up Start**********************************/
.CurbsideWrap {
  display: flex;
  justify-content: space-between; }

.CurbsideWrap .CurbsideLeft {
  width: 40%; }

.CurbsideWrap .CurbsideRight {
  background-color: #73c4bd;
  padding: 20px;
  width: 50%; }

.CurbsideHeading {
  align-items: center;
  display: flex;
  margin-bottom: 40px; }

.CurbsideHeading .HD {
  color: #6cc6be;
  font-family: "butlerregular";
  font-size: 64px;
  line-height: 4rem;
  text-transform: uppercase; }

.CurbsideHeading .TextNew {
  background-color: #e0a8aa;
  color: #fff;
  font-family: "bebas_neuebold";
  font-size: 58px;
  height: 100%;
  margin-right: 20px;
  padding: 20px 3px; }

.CurbsideLeft .TopText {
  color: #303030;
  font-family: nowlight;
  font-size: 24px;
  line-height: 2.5rem;
  text-transform: uppercase; }

.CurbsideLeft h4 {
  color: #191919;
  font-family: "bebas_neuebold";
  font-size: 38px;
  margin: 0 0 20px; }

.CurbsideLeft .BottomText {
  color: #303030;
  font-family: nowlight;
  font-size: 18px;
  line-height: 2.2rem; }

.TimingWrap {
  background-color: #e0a8aa;
  padding: 50px 100px;
  text-align: center; }

.TimingWrap .TimingBox {
  margin-bottom: 40px; }

.TimingBox h6 {
  font-family: "bebas_neuebold";
  font-size: 24px;
  margin: 20px 0 10px; }

.TimingWrap p {
  color: #191919;
  font-family: nowlight;
  font-size: 21px;
  text-transform: uppercase; }

.CurbsideRight .StepBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  margin-left: -110px; }

.CurbsideRight .StepBox .StepImage {
  width: 40%; }

.CurbsideRight .StepBox .StepDetail {
  width: 60%; }

.CurbsideRight .StepBox:nth-child(2) {
  margin-left: 0;
  margin-right: -60px; }

.CurbsideRight .StepBox .StepDetail h5 {
  color: #fff;
  font-family: nowbold;
  font-size: 42px;
  letter-spacing: 10px;
  margin: 0; }

.CurbsideRight .StepBox .StepDetail h6 {
  color: #191919;
  font-family: "butlerregular";
  font-size: 24px;
  margin: 5px 0 10px; }

.CurbsideRight .StepBox .StepDetail p {
  color: #000;
  font-family: nowlight;
  font-size: 18px;
  line-height: 2.2rem; }

@media all and (max-width: 991px) {
  .CurbsideWrap {
    display: block; }
  .CurbsideWrap .CurbsideLeft,
  .CurbsideWrap .CurbsideRight {
    width: 100%; }
  .CurbsideRight .StepBox {
    margin-left: 0; }
  .CurbsideRight .StepBox:nth-child(2) {
    display: flex;
    margin-left: 0;
    margin-right: 0; }
  .CurbsideHeading .HD {
    font-size: 40px;
    text-align: left; }
  .CurbsideRight .StepBox .StepImage,
  .CurbsideRight .StepBox .StepDetail {
    width: 100%; }
  .CurbsideRight .StepBox .StepImage {
    margin-bottom: 20px; } }

@media all and (max-width: 800px) {
  .CurbsideLeft,
  .StepDetail {
    text-align: left; }
  .CurbsideRight .StepBox {
    align-items: flex-start; }
  .CurbsideRight .StepBox .StepDetail h5 {
    font-size: 25px; }
  .CurbsideRight .StepBox .StepDetail h6 {
    font-size: 15px; }
  .CurbsideRight .StepBox .StepDetail p {
    font-size: 14px;
    line-height: 1.8rem; }
  .CurbsideLeft .TopText {
    font-size: 18px; }
  .CurbsideRight .StepBox:first-child .StepImage {
    margin: -50px 0 0 -40px; }
  .TimingWrap {
    align-items: center;
    display: flex; }
  .TimingWrap p {
    font-size: 15px;
    line-height: 1.8rem;
    margin: 0;
    padding: 0 10px; }
  .TimingWrap .TimingBox {
    margin-bottom: 0;
    width: 50%; }
  .TimingWrap .TimingBox:first-child {
    border-right: 1px solid #fff; }
  .TimingWrap.ForMobile {
    display: flex !important;
    margin-top: 30px; }
  .TimingWrap.ForDesktop {
    display: none; }
  .CurbsideLeft {
    margin: 0 0 50px; }
  .CurbsideRight .StepBox:last-child {
    margin: 0; } }

/**************************Curbside Pick Up End************************************/
/* UPDATE CHANGES */
.price-section > span.price.price--withoutTax {
  text-decoration: none; }

.productView-CustomBought span.price.price--non-sale,
.tab-content.has-jsContent span.price.price--non-sale {
  font-size: 14px !important; }

.productView-CustomBought .price-section > span.price.price--withoutTax,
.tab-content.has-jsContent .price-section > span.price.price--withoutTax {
  font-size: 21px; }

.badge.onNew {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2; }

/* Wishlist Changes */
a.button.dropdown-menu-button {
  margin: 20px 0;
  width: 100%; }

#wishlist-dropdown.dropdown-menu.is-open {
  background: transparent;
  left: auto !important;
  max-width: 100% !important;
  padding-right: 5px;
  width: auto !important; }

article.productView-description.description-top-pro {
  clear: right;
  float: none;
  height: auto;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  padding: 0; }

/* CUSTOM CHANGES W/ UPDATE */
.previewCart-additionalCheckoutButtons,
.cart-additionalCheckoutButtons {
  display: none; }

/* CUSTOM CHANGES W/ UPDATE - mobile */
@media screen and (max-width: 800px) {
  .is-open li.navPage-subMenu-item {
    font-size: 1em;
    line-height: 2.5; }
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    clear: both;
    height: auto; }
  #viewbrands {
    margin-top: 35px; }
  .header.is-open {
    z-index: 1000; } }

/* CUSTOM CHANGES SMALL MOBILE */
@media screen and (max-width: 560px) {
  a.button.dropdown-menu-button {
    font-size: 16px;
    padding: 20px; }
  #wishlist-dropdown.dropdown-menu.is-open {
    width: 100% !important; } }

/* CUSTOM CHANGES TABLET - LARGE */
@media screen and (max-width: 1240px) and (min-width: 592px) {
  .add-to-cart-but #form-action-addToCart {
    font-size: 18px; } }

/* ammonia page*/
/*font-family: 'Bebas Neue', cursive; font-family: 'Bodoni Moda', serif;*/
.ammonia {
  margin-top: 60px;
  text-align: left; }

.d-sticky-link-ammonia {
  float: left;
  position: sticky;
  top: 60px;
  width: 12%; }

.d-main-left-ammonia {
  float: left;
  width: 88%; }

.d-left-ammonia {
  float: left;
  width: 56%; }

.d-right-ammonia {
  float: left;
  width: 44%; }

.ammonia-title-1 {
  color: #181818;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px; }

.ammonia-title-2 {
  color: #242424;
  font-family: "Bodoni Moda", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 20px; }

.ammonia-title-3 {
  color: #181818;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px; }

.ammonia-text {
  line-height: 28px;
  margin-bottom: 20px !important; }

.ammonia-relative {
  position: relative; }

.ammonia-absolute {
  position: absolute;
  width: 1036px; }

.max-w-504 {
  max-width: 504px;
  width: 100%; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-30 {
  margin-bottom: 30px; }

.d-sticky-link-ammonia ul li {
  list-style: none;
  margin-bottom: 10px; }

.d-sticky-link-ammonia ul li a {
  background-color: #efefef;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px; }

.d-sticky-link-ammonia ul li a.pink {
  background-color: #e2a8ae; }

.d-sticky-link-ammonia ul li a.pink:hover,
.d-sticky-link-ammonia ul li a.black:hover {
  background-color: #efefef; }

.d-sticky-link-ammonia ul li a.black {
  background-color: #000; }

.d-sticky-link-ammonia ul li a:hover,
.d-sticky-link-ammonia ul li a.active {
  background-color: #e2a8ae;
  color: #000; }

.d-sec-2-img {
  margin-top: -23%; }

.d-text-3 {
  margin-top: -15%; }

.d-sec-4-img {
  margin-top: -55%; }

.d-text-5a {
  margin-top: -22%;
  position: relative;
  z-index: 38; }

.d-sticky-link-ammonia ul li a:hover,
.d-sticky-link-ammonia ul li a.active {
  background-color: #e2a8ae;
  color: #000; }

.footer-sticky {
  background-color: #f1aaaa;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.32);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.32);
  display: none;
  height: 70px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 39; }

.footer-sticky ul {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

.footer-sticky ul li {
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px; }

.footer-sticky ul li a {
  background-color: #f8d6d6;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 26px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px; }

.footer-sticky ul li a.pink {
  background-color: #f8d6d6; }

.footer-sticky ul li a.pink:hover,
.footer-sticky ul li a.black:hover {
  background-color: #eb9090; }

.footer-sticky ul li a.black {
  background-color: #f8d6d6; }

.footer-sticky ul li a:hover,
.footer-sticky ul li a.active {
  background-color: #eb9090;
  color: #000; }

.footer-sticky ul li a.active::after {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #ee3a53;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  top: -9px;
  width: 0; }

.m-img {
  display: none; }

@media (max-width: 1090px) {
  .d-left-ammonia {
    padding-right: 20px; } }

@media (max-width: 1050px) {
  .d-sec-2-img,
  .d-text-2,
  .d-sec-3-img,
  .d-text-3,
  .d-sec-4-img,
  .d-text-4,
  .d-sec-5-img,
  .d-text-5,
  .d-sec-6-img,
  .d-text-6,
  .d-text-5a {
    margin-top: 0; } }

@media (max-width: 768px) {
  .d-sticky-link-ammonia {
    display: none; }
  .d-left-ammonia,
  .d-right-ammonia,
  .d-main-left-ammonia {
    width: 100%; }
  .d-sec-2-img,
  .d-text-2,
  .d-sec-3-img,
  .d-text-3,
  .d-sec-4-img,
  .d-text-4,
  .d-sec-5-img,
  .d-text-5,
  .d-sec-6-img,
  .d-text-6,
  .d-text-5a {
    margin-top: 0; }
  .d-sec-1-img,
  .d-sec-2-img,
  .d-sec-3-img,
  .d-sec-4-img,
  .d-sec-5-img,
  .d-sec-6-img {
    display: none; }
  .d-left-ammonia {
    padding-right: 0; }
  .max-w-504 {
    max-width: inherit; }
  .footer-sticky {
    display: block; }
  .m-img {
    display: block; }
  .ammonia-title-1 {
    font-size: 24px;
    line-height: 30px; }
  .ammonia-title-2 {
    font-size: 20px;
    line-height: 28px; } }

@media (max-width: 420px) {
  .footer-sticky ul li a {
    background-color: #f8d6d6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    font-family: "Bebas Neue", cursive;
    font-size: 26px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 50px; }
  .footer-sticky ul li a.active::after {
    top: -15px; }
  .footer-sticky ul li {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px; }
  .footer-sticky ul {
    width: 100%; } }

/* End of ammonia page css*/
.mobile-view {
  display: none; }

.desktop-view {
  display: block; }

@media (max-width: 768px) {
  .desktop-view {
    display: none; }
  .mobile-view {
    display: block; } }

.productView .productView-thumbnail {
  display: table;
  height: 107px;
  width: 20%; }
  .productView .productView-thumbnail .productView-thumbnail-link {
    display: table-cell;
    vertical-align: middle; }

.productView .productView-brand > a {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 18px;
  text-decoration: none;
  width: 100%; }
  .productView .productView-brand > a > span {
    color: #404040;
    font-size: 12px;
    font-family: 'nowmedium';
    text-transform: uppercase; }
    .productView .productView-brand > a > span > span {
      color: #000;
      font-family: 'nowbold'; }

.productView .productView-options {
  margin-bottom: 0; }
  .productView .productView-options .button--icon svg {
    fill: #000;
    font-size: 14px; }
  .productView .productView-options .alertBox p.alertBox-column span {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'nowbold'; }
  .productView .productView-options .alertBox p.alertBox-column alertBox-icon {
    display: none; }
  .productView .productView-options .alertBox.alertBox--error {
    float: left;
    height: auto;
    text-align: center;
    width: auto;
    box-sizing: border-box;
    padding-left: 30px; }
  .productView .productView-options .wishlist {
    float: left;
    width: 66%;
    text-decoration: none;
    padding-left: 21px; }
  .productView .productView-options .out-stock-message {
    background: #CCC;
    border: medium none;
    border-radius: 0;
    font-family: "nowbold";
    font-size: 22px;
    height: 50px;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 12px;
    padding-top: 15px;
    text-transform: uppercase;
    color: #fff; }

.productView .productView-details {
  margin-bottom: 0px; }
  .productView .productView-details .productView-info-name,
  .productView .productView-details .productView-info-value {
    font-size: 12px;
    color: #717171;
    font-family: 'nowmedium';
    float: none;
    display: inline-block; }
  .productView .productView-details .productView-product > h1.productView-title {
    font-family: "nowbold";
    font-size: 16px;
    padding-top: 5px;
    text-transform: uppercase; }

.productView .productView-price {
  padding-top: 15px; }
  .productView .productView-price div {
    float: left; }

.productView .productView-product {
  border: medium none;
  padding-bottom: 17px; }

.productView .productView-images {
  border-right: 0px solid #e4e4e4;
  border-bottom: 0px solid #e4e4e4; }
  .productView .productView-images .productView-thumbnails {
    border-bottom: 1px solid #e4e4e4; }
  .productView .productView-images .productView-thumbnail {
    height: 97px; }

.productView .productView-descriptions.product.review {
  display: block;
  width: 100%; }

.productView .productView-iner {
  padding-top: 0.71429rem; }
  @media (min-width: 801px) {
    .productView .productView-iner {
      border-right: 1px solid #cacee0; } }

.productView .form-action {
  width: 100%; }

/* Media Queries */
@media screen and (max-width: 1060px) {
  .productView-images .productView-iner .productView-image {
    min-height: inherit;
    min-width: inherit; } }

[data-widget-type="rewards-vip-tiers"] i.vip-tier-icon:before {
  display: none; }

[data-widget-type="rewards-vip-tiers"] table [data-checked="true"]:before {
  display: none !important; }

/* Stamped rewards page */
#stamped-rewards-widget h1, #stamped-rewards-widget h2 {
  font-family: butlerregular !important; }

[data-widget-type="rewards-earnings-v2"], [data-widget-type="rewards-spendings-v2"],
[data-widget-type="rewards-vip-tiers"], [data-widget-type="rewards-referral"] {
  font-family: nowregular,Arial,Helvetica,sans-serif !important; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-campaign-image i {
  display: none !important; }

.stamped-rewards-widget-btn {
  border-radius: 24px;
  padding: 11px 46px;
  text-transform: uppercase; }

a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-sign-up {
  color: #000 !important; }

.stamped-rewards-widget-btn.stamped-rewards-widget-btn-secondary {
  border: 2px solid #D4D4D4 !important;
  background: none;
  color: #D4D4D4 !important; }

[data-widget-type="rewards-summary"] {
  padding: 10px 0 !important; }

h2.stamped-rewards-widget-heading-main.rewards-summary-headline {
  color: #78CAC3; }

.customer-logge-in [data-widget-type="rewards-summary"] [data-target-id="section-greeting-description"] {
  display: none !important; }

div#stamped-rewards-widget[data-widget-type="rewards-referral"] {
  background: url("https://cdn11.bigcommerce.com/s-hmhnh4h9/product_images/uploaded_images/rewards-referralbg-2-1-.jpg?t=1649813930");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }

/* main widget */
.stamped-file-uploader-btn-label2:before {
  content: ' Add Photos/Videos' !important; }

[data-type="view"] button.stamped-rewards-widget-button, [data-type="signup"] button.stamped-rewards-widget-button, [data-type="login"] button.stamped-rewards-widget-button {
  background: #f4e3e3;
  margin-bottom: 1rem;
  height: 2rem; }

[data-type="view"] button.stamped-rewards-widget-button:hover, [data-type="signup"] button.stamped-rewards-widget-button, [data-type="login"] button.stamped-rewards-widget-button {
  background: #78CAC3; }

.stamped-rewards-widget-buttons {
  height: 5rem;
  width: 100%; }

@media only screen and (min-width: 482px) {
  span.stamped-file-uploader {
    margin-bottom: 1em; } }

#stamped-pagination-question span.page {
  display: inline-block;
  margin: 0 0px 0 0; }

button.stamped-rewards-widget-button {
  width: 100%;
  height: 2rem; }

[data-widget-type="rewards-earnings-v2"][data-logged-in="false"] .stamped-rewards-widget-item:hover .stamped-rewards-widget-button {
  margin: 0.2rem; }

[data-widget-type="rewards-earnings-v2"][data-logged-in="false"] .stamped-rewards-widget-item:hover .stamped-rewards-widget-button {
  margin: 0.2rem; }

[data-widget-type="rewards-earnings-v2"][data-logged-in="true"] [data-campaign-completed="true"] .stamped-rewards-widget-button[data-type="completed"] {
  width: 100%;
  height: 2.5rem;
  padding-top: 0.5rem; }

[data-widget-type="rewards-earnings-v2"][data-logged-in="true"] [data-campaign-completed="true"] .stamped-rewards-widget-button[data-type="completed"] {
  width: 100%;
  height: 2.5rem;
  padding-top: 0.5rem;
  background: #6AADB2;
  color: white; }

[data-target-id="section-email-friend"] {
  border-top: none !important; }

input.stamped-rewards-page-input {
  background: none !important;
  border-radius: 3rem !important; }

.stamped-rewards-page-buttonAddon {
  background: white;
  border-radius: 3rem; }

.stamped-rewards-page-btn {
  background: #F69CA3 !important;
  border-radius: 4rem !important;
  border: 2px solid white !important; }

input.stamped-rewards-page-input {
  border: none !important; }

[data-widget-type="rewards-referral"] .stamped-reward-referral-link {
  background: white !important; }

[data-widget-type="rewards-referral"] .svg-inline--fa {
  color: #f69ca3 !important; }

[data-widget-type="rewards-referral"] .stamped-reward-referral-platforms:before {
  content: "SHARE ON ANY NETWORKS BELOW";
  font-weight: 800; }

.stamped-rewards-card, .stamped-launcher-color-card-text, .stamped-reward-card-subtitle {
  color: #dd4c8f !important; }

[data-target-id="section-email-customer"] {
  border-top: none !important; }

.stamped-reward-referral-link {
  border-radius: 3rem; }

span.stamped-reward-copy-icon {
  background: #f69ca3 !important;
  border-radius: 3rem;
  width: 7rem;
  border: 2px solid white; }

[data-widget-type="rewards-referral"] .stamped-reward-copy-icon svg {
  display: none; }

span.stamped-reward-copy-icon:before {
  content: "Copy Link";
  color: #555;
  vertical-align: -webkit-baseline-middle; }

/**/
.ExpressCheckout .btn {
  background: #e99da1 !important;
  font-family: open sans !important;
  font-weight: bold !important; }

.header {
  background: none !important;
  border-bottom: 1px solid #dedede; }

[hidden] {
  display: none !important; }

.ysw-c-shipping-restriction {
  color: #e99da1;
  display: inline-block;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  position: relative; }
  .ysw-c-shipping-restriction.is-checkout {
    color: #989898; }
    .ysw-c-shipping-restriction.is-checkout .icon {
      pointer-events: none; }
      .ysw-c-shipping-restriction.is-checkout .icon svg {
        fill: #989898; }
  .ysw-c-shipping-restriction__text {
    cursor: pointer; }
    .modal-body.ForMobileOnly .ysw-c-shipping-restriction__text {
      cursor: pointer;
      margin-right: 0.35714rem;
      pointer-events: all;
      text-decoration: underline; }
      @media (min-width: 800px) {
        .modal-body.ForMobileOnly .ysw-c-shipping-restriction__text {
          cursor: default;
          margin-right: 0;
          pointer-events: none;
          text-decoration: none; } }
    @media (max-width: 800px) {
      .ysw-c-shipping-restriction__text::before {
        content: "*"; } }
    .ysw-c-shipping-restriction__text > .icon {
      display: none;
      position: relative;
      top: -0.35714rem; }
  .ysw-c-shipping-restriction > .ysw-button-open {
    appearance: none;
    border: 0;
    font-size: inherit;
    font-size: 1rem;
    padding: 0;
    text-decoration: underline; }
  .ysw-c-shipping-restriction .icon {
    height: 1rem;
    width: 1rem; }
    .ysw-c-shipping-restriction .icon svg {
      fill: #989898; }
  .modal-body:not(.cart-modal-body) .ysw-c-shipping-restriction .icon svg {
    fill: #e99da1; }
  .cart-item-title .ysw-c-shipping-restriction,
  .product-option .ysw-c-shipping-restriction {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
    margin-top: 0.71429rem; }
    .cart-item-title .ysw-c-shipping-restriction > .ysw-button-open,
    .product-option .ysw-c-shipping-restriction > .ysw-button-open {
      font-size: 0.85714rem; }
    .cart-item-title .ysw-c-shipping-restriction .ysw-desk,
    .product-option .ysw-c-shipping-restriction .ysw-desk {
      display: none; }
  .cart-item-title .ysw-c-shipping-restriction {
    color: #989898; }
    .cart-item-title .ysw-c-shipping-restriction > .ysw-button-open svg {
      fill: #989898; }
    .cart-item-title .ysw-c-shipping-restriction .ysw-button-open__text {
      display: none; }
    .cart-item-title .ysw-c-shipping-restriction .ysw-c-shipping-restriction__text > .icon {
      display: inline-block; }
    @media (max-width: 800px) {
      .cart-item-title .ysw-c-shipping-restriction .ysw-c-shipping-restriction__text::before {
        content: none; } }
    .cart-item-title .ysw-c-shipping-restriction .ysw-desk {
      display: inline-block; }
      @media (max-width: 800px) {
        .cart-item-title .ysw-c-shipping-restriction .ysw-desk {
          display: none; } }
    .cart-item-title .ysw-c-shipping-restriction .ysw-mobile {
      display: none; }
      @media (max-width: 800px) {
        .cart-item-title .ysw-c-shipping-restriction .ysw-mobile {
          display: inline-block; } }
  @media (max-width: 800px) {
    .product-option .ysw-c-shipping-restriction .ysw-c-shipping-restriction__text::before {
      content: none; } }
  .modal-body.ForMobileOnly .ysw-c-shipping-restriction {
    display: block;
    font-size: 1rem;
    line-height: 1.14286rem;
    margin-bottom: 1.42857rem; }
    .modal-body.ForMobileOnly .ysw-c-shipping-restriction > .ysw-button-open {
      font-size: 0.85714rem; }
    .modal-body.ForMobileOnly .ysw-c-shipping-restriction .ysw-button-open__text {
      display: none; }
    @media (max-width: 800px) {
      .modal-body.ForMobileOnly .ysw-c-shipping-restriction .ysw-desk {
        display: none; } }
    @media (min-width: 801px) {
      .modal-body.ForMobileOnly .ysw-c-shipping-restriction .ysw-mobile {
        display: none; } }
  @media (max-width: 800px) {
    .modal-body:not(.ForMobileOnly) .ysw-c-shipping-restriction .ysw-desk {
      display: none; } }
  @media (min-width: 801px) {
    .modal-body:not(.ForMobileOnly) .ysw-c-shipping-restriction .ysw-mobile {
      display: none; } }
  .ysw-c-shipping-restriction__tooltip {
    background-color: #e8f7f4;
    bottom: 1.42857rem;
    box-shadow: 0 0 0.71429rem rgba(0, 0, 0, 0.1);
    color: #4f4f4f;
    font-size: 1rem;
    left: 0;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    min-width: 37.85714rem;
    opacity: 0;
    padding: 1.42857rem 1.07143rem;
    position: absolute;
    right: 0;
    text-align: left;
    visibility: hidden;
    z-index: 21; }
    .ysw-c-shipping-restriction__tooltip.is-open {
      opacity: 1;
      visibility: visible; }
    .ysw-c-shipping-restriction__tooltip ul {
      list-style: disc;
      margin-bottom: 1.5rem; }
    .ysw-c-shipping-restriction__tooltip li {
      line-height: 1.71429rem; }
    .ysw-c-shipping-restriction__tooltip p:last-child {
      margin-bottom: 0; }
    .ysw-c-shipping-restriction__tooltip .ysw-button-close {
      appearance: none;
      background-color: transparent;
      border: 0;
      position: absolute;
      right: 0.71429rem;
      top: 0.71429rem; }
    .product-options .ysw-c-shipping-restriction__tooltip {
      left: auto; }
    @media (max-width: 1024px) {
      .cart-item-title .ysw-c-shipping-restriction__tooltip {
        bottom: auto;
        left: 0;
        min-width: 100%;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }
    .modal-body:not(.ForMobileOnly) .ysw-c-shipping-restriction__tooltip {
      bottom: auto;
      top: 3.21429rem; }
      @media (max-width: 1024px) {
        .modal-body:not(.ForMobileOnly) .ysw-c-shipping-restriction__tooltip {
          bottom: auto;
          left: 0;
          min-width: 100%;
          position: fixed;
          right: 0;
          top: 4.28571rem; } }
    @media (max-width: 1024px) {
      .modal-body.ForMobileOnly .ysw-c-shipping-restriction__tooltip {
        bottom: auto;
        left: 0;
        min-width: 100%;
        position: fixed;
        right: 0;
        top: 3.57143rem; } }

.card-skeleton-image,
.card-skeleton-price,
.card-skeleton-title,
.card-skeleton-bar-title,
.card-skeleton-brand {
  background-color: #eee;
  border-radius: 0.28571rem;
  display: block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .card-skeleton-image::after,
  .card-skeleton-price::after,
  .card-skeleton-title::after,
  .card-skeleton-bar-title::after,
  .card-skeleton-brand::after {
    animation: shimmer 2s infinite;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%); }

@keyframes shimmer {
  100% {
    transform: translateX(100%); } }

.card-skeleton-image {
  margin-bottom: 0.35714rem;
  min-height: 17.85714rem; }

.card-skeleton-bar-title {
  margin-bottom: 1.42857rem;
  min-height: 3.42857rem; }

.card-skeleton-price {
  margin: 0 auto 0.35714rem;
  max-width: 6.07143rem;
  min-height: 1.07143rem; }

.card-skeleton-brand {
  margin: 0 auto 0.35714rem;
  max-width: 10.71429rem;
  min-height: 1.07143rem; }

.card-skeleton-title {
  margin-bottom: 0.35714rem;
  min-height: 2.5rem; }

@keyframes skeleton-loading {
  0% {
    background-color: #eee; }
  100% {
    background-color: #fff; } }

.ysw-c-skeleton-carousel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.57143rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  .ysw-c-skeleton-carousel__item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%; }
    @media (min-width: 551px) {
      .ysw-c-skeleton-carousel__item {
        width: 33.33%; } }
    @media (min-width: 801px) {
      .ysw-c-skeleton-carousel__item {
        width: 25%; } }
    @media (max-width: 800px) {
      .ysw-c-skeleton-carousel__item:nth-child(-n+1) {
        display: none; } }
    @media (max-width: 550px) {
      .ysw-c-skeleton-carousel__item:nth-child(-n+2) {
        display: none; } }

@keyframes skeleton-loading {
  0% {
    background-color: #eee; }
  100% {
    background-color: #f2f2f2; } }

.skeleton-option__name, .skeleton-option__img, .skeleton-option__see-all::after {
  animation: skeleton-loading 1s linear infinite alternate;
  color: transparent !important; }

.skeleton-option {
  min-height: 4.92857rem; }
  @media (min-width: 768px) {
    .skeleton-option {
      display: none; } }
  .skeleton-option__wrapper {
    align-items: center;
    border: 0.07143rem solid #999;
    box-shadow: 0 0 0.71429rem #ccc inset;
    display: flex !important;
    justify-content: space-between;
    padding: 0.35714rem; }
  .skeleton-option__name {
    height: 1.07143rem;
    margin: 0.64286rem 0.35714rem;
    width: 14.28571rem; }
  .skeleton-option__left {
    display: flex; }
  .skeleton-option__img {
    height: 3.57143rem;
    margin-right: 0.35714rem;
    width: 2.85714rem; }
  .skeleton-option__see-all {
    border-left: 0.07143rem solid #454545;
    width: 6.42857rem; }
    .skeleton-option__see-all::after {
      content: "";
      display: block;
      height: 1.57143rem;
      margin-left: 0.71429rem;
      margin-top: 1.07143rem;
      width: 3.21429rem; }

.baner-img > img {
  max-height: 5.71429rem; }

@media (max-width: 800.98px) {
  .footer-info {
    margin-left: 0;
    margin-right: 0; } }

ul.unbxd-widgets li a img {
  height: 13.57143rem;
  object-fit: contain;
  width: 13.57143rem; }

#unbxd_top_sellers .card-skeleton-bar-title {
  margin-top: 1.42857rem; }

.unbxdtopsellers {
  margin-bottom: 1.42857rem !important; }

.unbxd-field-pname .unbxd-brand {
  align-items: center;
  display: flex;
  height: 2.14286rem;
  justify-content: center; }

.unbxd-field-pname .unbxd-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 5.35714rem;
  -webkit-line-clamp: 4;
  line-height: normal;
  margin-bottom: 0.71429rem;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal; }

.product-tabs,
.productView-CustomBought {
  flex-direction: column;
  width: 100%; }

.tab-content .slick-slider,
#custom_bought_wrap .slick-slider {
  position: relative; }
  @media (max-width: 1340px) {
    .tab-content .slick-slider .slick-prev,
    #custom_bought_wrap .slick-slider .slick-prev {
      left: 0; } }
  @media (max-width: 1340px) {
    .tab-content .slick-slider .slick-next,
    #custom_bought_wrap .slick-slider .slick-next {
      right: 0; } }

.brandLogo a > span:not(.ysw-view-all) {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 4.28571rem; }
  @media (min-width: 801px) {
    .brandLogo a > span:not(.ysw-view-all) {
      justify-content: flex-start;
      min-height: 5.71429rem; } }

@media (max-width: 800.98px) {
  .productView .productView-details,
  .productView .productView-images {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 800.98px) {
  .product-social,
  .addthis_toolbox.addthis_32x32_style {
    margin-right: 0; } }

.product-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
  display: none; }
  @media (min-width: 800px) {
    .product-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(-n+4) {
      display: block; } }
  @media (min-width: 550px) and (max-width: 799px) {
    .product-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(-n+3) {
      display: block; } }
  @media (max-width: 549px) {
    .product-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(-n+2) {
      display: block; } }

/**
 * Remove overflow: hidden to show tooltip
 * in the cart page items.
 */
.cart-item-title {
  overflow: inherit; }

.ysw-u-visually-hidden {
  visibility: hidden !important; }

.sr-only,
.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  /* 3 */
  width: 1px !important; }
