@charset "UTF-8";
/* Carousel css */
/* Navigation CSS Part */
/* ==================== THEME VARIABLE ==================== */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;800&display=swap");
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: #0a0a0a;
  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;
  font-size: 14px; }
  @media print, screen and (min-width: 35.5em) {
    html {
      font-size: 14px; } }
  @media print, screen and (min-width: 79.9375em) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 80%;
    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: normal;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.42857rem auto 0 1.42857rem auto-0.07143rem; }

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

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

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

code {
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.14286rem 0.35714rem 0.07143rem; }

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

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

ul {
  margin-left: 1.25rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote {
  padding: 0.64286rem 1.42857rem 0 1.35714rem; }

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

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

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

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

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


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

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

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


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

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      color: #0a0a0a;
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tfoot tr th,
  .table tfoot tr td {
    color: #0a0a0a; }
  .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 tr:hover {
    background: #f9f9f9; }

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0 0.21429rem;
  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;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row::before, .form-row::after {
    display: table;
    content: ' '; }
  .form-row::after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  .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 {
    display: table;
    content: ' '; }
  .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 #e8e8e8;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  vertical-align: baseline;
  width: auto; }

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  float: left; }

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

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

.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 {
    display: table;
    content: ' '; }
  .tabs-contents::after {
    clear: both; }

.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 {
  display: table;
  content: ' '; }

.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 {
    display: table;
    content: ' '; }
  .navBar-section::after {
    clear: both; }

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

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

.navBar-item {
  float: left; }

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

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

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

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

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

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

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

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

.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 {
  display: table;
  content: ' '; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem;
  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: #fefefe !important;
    display: none; } }

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

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

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

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

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

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

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

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

.actionBar-section {
  float: left; }
  .actionBar-section::before, .actionBar-section::after {
    display: table;
    content: ' '; }
  .actionBar-section::after {
    clear: both; }
  .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; }

.actionBar-section--alt {
  float: right; }

.actionBar-item {
  margin-bottom: 1.5rem;
  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;
  border: 1px solid #e6e6e6;
  margin-bottom: 3rem;
  padding: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-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 {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media print, screen and (min-width: 35.5em) {
    body {
      padding-top: 0; } }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  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 {
  display: table;
  content: ' '; }

.definitionList::after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: black;
    border-color: #e8e8e8;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      .table--line .table-thead tr th:first-child {
        text-align: left; }
      .table--line .table-thead tr th:last-child {
        text-align: right; }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0;
      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; }
  #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: #f2eee9;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

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

@media print, screen and (min-width: 79.9375em) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  border-color: #e8e8e8;
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media print, screen and (min-width: 35.5em) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media print, screen and (min-width: 35.5em) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

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

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  display: block; }

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

.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 {
    display: table;
    content: ' '; }
  .pagination-list::after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

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

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

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

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

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media print, screen and (min-width: 35.5em) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

.tabContainer {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  .tabContainer .product-tabs {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    margin: 0; }
  .tabContainer .product-tab {
    width: 100%;
    position: relative;
    margin: 0;
    border-top: 1px solid lightgray; }
    .tabContainer .product-tab:last-child {
      border-bottom: 1px solid lightgray; }
    .tabContainer .product-tab .tab-action {
      padding: 1rem 0;
      font-size: 1rem;
      position: relative;
      display: flex;
      align-items: center;
      width: 100%; }
      .tabContainer .product-tab .tab-action[aria-selected="true"]:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E"); }
      .tabContainer .product-tab .tab-action:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
        position: absolute;
        right: 0.5rem;
        width: 1rem;
        height: 1rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
    .tabContainer .product-tab .tab-content {
      display: block;
      height: 0;
      overflow: hidden;
      padding: 0;
      transition: 200ms ease-in-out;
      opacity: 0; }
      .tabContainer .product-tab .tab-content.default-open {
        height: fit-content; }
      .tabContainer .product-tab .tab-content h2 {
        font-weight: 600;
        font-size: 2rem; }
      .tabContainer .product-tab .tab-content[aria-expanded="true"] {
        opacity: 1; }

.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 print, screen and (min-width: 35.5em) {
  .accordion--navList {
    border: 0; } }

@media print, screen and (min-width: 35.5em) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media print, screen and (min-width: 35.5em) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media print, screen and (min-width: 35.5em) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media print, screen and (min-width: 35.5em) {
  .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 print, screen and (min-width: 35.5em) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media print, screen and (min-width: 35.5em) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1.5rem; }
  .form-actions::before, .form-actions::after {
    display: table;
    content: ' '; }
  .form-actions::after {
    clear: both; }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%;
    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;
      margin: 0 0 0 0.78571rem; }

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  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 print, screen and (min-width: 79.9375em) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media print, screen and (min-width: 79.9375em) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media print, screen and (min-width: 79.9375em) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media print, screen and (min-width: 79.9375em) {
    .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 #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.14286rem;
  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: auto;
  padding: 0;
  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 {
    display: table;
    content: ' '; }
  .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%; }

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

.set-rectangle-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

.set-rectangle-options input {
  display: none; }

.set-rectangle-options .form-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer; }

.set-rectangle-options .form-option:hover {
  background-color: #f0f0f0;
  border-color: #bbb; }

.set-rectangle-options .form-option:focus,
.set-rectangle-options .form-option:focus-visible {
  outline: none;
  border-color: #64c9c3;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.3); }

.set-rectangle-options .form-option.unavailable {
  background-color: #f3f3f3;
  color: #aaa;
  border-color: #eee;
  pointer-events: none; }

.set-rectangle-options .form-radio:checked + .form-option {
  background-color: #64c9c3;
  color: white;
  border-color: #64c9c3;
  font-weight: bold; }

.set-rectangle-options .form-radio:checked + .form-option:hover {
  background-color: #64c9c3; }

.set-rectangle-options .form-option .form-option-variant {
  font-size: 12px;
  color: #666; }

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

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media print, screen and (min-width: 35.5em) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all; }

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    text-decoration: none; }

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

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

.card-body {
  text-align: center;
  text-align: left; }

.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 #e8e8e8;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

.navPages-list.sf-menu {
  display: flex;
  justify-content: space-between; }
  .navPages-list.sf-menu li {
    width: fit-content !important;
    display: flex;
    align-items: center; }

.nav-home-link:hover svg {
  fill: #32bcaf !important; }

.navPages-item a {
  color: black; }
  .navPages-item a:hover {
    color: #32bcaf !important; }

.sub-menu-wrapper {
  position: absolute;
  background-color: white;
  border: 1px solid #e8e8e8;
  display: none;
  width: 100%;
  left: 0;
  top: 44px;
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: content-box;
  padding: 50px 0;
  overflow: hidden; }

.sub-menu-wrapper.with-image {
  flex-direction: row-reverse;
  justify-content: space-evenly;
  padding: 50px 0 0 0; }

.sub-image-container-with-image {
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transform: translateX(-35%);
  max-width: 25%;
  text-align: center; }

.sub-menu-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-evenly;
  align-items: center;
  width: 90%; }

.navPages-item:hover .sub-menu-wrapper {
  display: flex; }

.navPages-item + .nav-home-link .sub-menu-wrapper {
  display: none; }

.sub-menu-category {
  display: flex;
  flex-direction: row;
  height: 100px;
  justify-content: flex-start;
  align-items: center; }

.sub-menu-category img {
  width: 70px;
  height: 70px;
  margin-right: 5px;
  object-fit: contain; }

.sub-menu-category-text-container {
  text-align: left; }

.sub-menu-category-text-container a {
  font-size: large; }

.navPages ul li .sub-menu-category a:first-child {
  color: black;
  font-weight: 500; }

.navPages ul li .sub-menu-category a {
  color: #7f7f7f;
  padding: 0;
  font-weight: 400; }

.view-all-btn {
  background-color: #32bcaf;
  color: white;
  padding: 0.2em;
  margin: 0.5em 0 2.5em 0;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out; }

.view-all-btn:hover {
  background-color: transparent;
  border-color: #32bcaf; }

.sub-menu-wrapper img {
  height: 450px;
  margin-bottom: 10px;
  -webkit-user-drag: none; }

.consultation-btn {
  color: #32bcaf !important; }

.bottom-nav-link {
  color: white;
  background-color: #32bcaf;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0.2em 0;
  transform: translateY(205px); }

.navList.navList-treeview.mobile-menu-list {
  margin: 1em 0; }

ul.navList.navList-treeview.mobile-menu-list.treeview li a {
  border-bottom: 1px solid #d4d4d4; }

ul.navList.navList-treeview.mobile-menu-list.treeview {
  box-shadow: 0 0 8px lightgray; }

.mobile-sub-categories {
  display: none; }

.common-angle.angle-right svg {
  transition: all 0.2s ease-in-out; }

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

.navUser {
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser::before, .navUser::after {
    display: table;
    content: ' '; }
  .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 {
      display: table;
      content: ' '; }
    .navUser-section::after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  .navUser-item {
    float: left; }
  .navUser-item, .navUser-action {
    display: block; }
  @media print, screen and (min-width: 35.5em) {
    .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(255, 255, 255, 0.13);
    position: absolute; }

@media print, screen and (min-width: 35.5em) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    transition: all 0.15s ease; }

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

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

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

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

.navUser-item {
  display: none; }
  @media print, screen and (min-width: 35.5em) {
    .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 .dropdown-menu {
    max-width: 22.85714rem;
    padding: 10px 20px 20px; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media print, screen and (min-width: 35.5em) {
        .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 print, screen and (min-width: 35.5em) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media print, screen and (min-width: 35.5em) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none;
  display: inline; }

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

.navUser-item--account .navUser-or {
  display: block; }

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

.navUser-or {
  cursor: default;
  display: inline-block;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

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

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

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

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

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

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

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

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

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media print, screen and (min-width: 35.5em) {
    .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 {
        display: table;
        content: ' '; }
      .navPages::after {
        clear: both; }
      .navPages::before, .navPages::after {
        display: table;
        content: ' '; }
      .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 {
          display: table;
          content: ' '; }
        .navPages-section::after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; }
      .navPages-item {
        float: left; }
      .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 print, screen and (min-width: 35.5em) {
      .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 {
          display: table;
          content: ' '; }
        .navPages .navPage-subMenu-list::after {
          clear: both; } }

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

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media print, screen and (min-width: 35.5em) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media print, screen and (min-width: 35.5em) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: center; } }
  .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 print, screen and (min-width: 35.5em) {
      .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 print, screen and (min-width: 35.5em) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: capitalize; }
  @media print, screen and (min-width: 35.5em) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open svg {
        fill: #757575; } }
  .navPages-action:hover {
    color: #757575; }
    .navPages-action:hover svg {
      fill: #757575; }
  .navPages-action svg {
    fill: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media print, screen and (min-width: 35.5em) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media print, screen and (min-width: 35.5em) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

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

@media print, screen and (min-width: 35.5em) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

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

@media print, screen and (min-width: 35.5em) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media print, screen and (min-width: 35.5em) {
  .navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

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

@media print, screen and (min-width: 35.5em) {
  .navPages-list--user {
    display: none; } }

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

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

.hero-carousel {
  width: 100%;
  --slide-size: 100%; }

.hero-carousel-viewport {
  overflow: hidden; }

.hero-carousel-slides {
  display: flex;
  touch-action: pan-y; }

.hero-carousel-slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 100%; }

.heroCarousel-content {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

.hero-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding-top: 0.5rem; }

.hero-carousel-button {
  background-color: white;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .hero-carousel-button:hover svg {
    fill: #32bcaf; }
  .hero-carousel-button i,
  .hero-carousel-button svg {
    width: 100%;
    height: 100%; }
  .hero-carousel-button svg {
    fill: black; }

.hero-carousel-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; }
  .hero-carousel-pagination button {
    width: 1.25rem;
    height: 1.25rem;
    background-color: gray;
    border-radius: 50%;
    padding: 0;
    border: 2px solid white; }
    .hero-carousel-pagination button:hover:not(.selected) {
      outline: 1px solid gray !important; }
    .hero-carousel-pagination button.selected {
      background-color: black;
      outline: 1px solid black !important; }

@media print, screen and (min-width: 35.5em) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

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

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

@media print, screen and (min-width: 35.5em) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

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

.account--addReturn .table {
  display: block;
  margin-bottom: 0;
  display: table; }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0;
    display: table-row;
    padding: 0; }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0;
    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;
      padding-left: 1.5rem; }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  .account--addReturn .table .return-itemPrice {
    text-align: center; }
  .account--addReturn .table .return-itemQuantity {
    text-align: right; }

.account--addReturn .table-thead {
  display: none;
  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;
  display: table-row-group; }

.return-itemName {
  font-size: 15px;
  font-weight: 700;
  font-size: 1rem;
  font-weight: 400; }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem;
  color: inherit;
  margin-bottom: 0;
  text-align: center; }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem;
  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 {
    display: table;
    content: ' '; }
  .account--addReturn-row::after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem;
  width: 50%; }

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  width: 33.33333%; }
  @media print, screen and (min-width: 35.5em) {
    .productCarousel-slide {
      width: 25%; } }
  @media print, screen and (min-width: 79.9375em) {
    .productCarousel-slide {
      width: 25%; } }
  .productCarousel-slide .card .card-title {
    overflow-wrap: break-word; }

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

.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 {
    display: table;
    content: ' '; }
  .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 print, screen and (min-width: 35.5em) {
    .productReview {
      width: 50%; } }
  @media print, screen and (min-width: 79.9375em) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

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

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  border-color: #e8e8e8;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5;
    border-color: #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media print, screen and (min-width: 35.5em) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media print, screen and (min-width: 35.5em) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media print, screen and (min-width: 35.5em) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

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

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

.compareTable-action {
  padding: 0 1rem 1rem;
  padding-left: 0.71429rem;
  padding-right: 0.71429rem; }
  .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: -1px;
  z-index: 500; }

.blocker-container {
  position: relative; }

.artify-layout--jewelry .blocker {
  background: rgba(255, 255, 255, 0.3); }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle::before, .facetedSearch-toggle::after {
    display: table;
    content: ' '; }
  .facetedSearch-toggle::after {
    clear: both; }
  @media print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    padding-left: 1.5rem; }

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

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

.facetedSearch-refineFilters {
  display: none; }
  @media print, screen and (min-width: 35.5em) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: #757575;
  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 {
    display: table;
    content: ' '; }
  .banner::after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

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

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media print, screen and (min-width: 35.5em) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media print, screen and (min-width: 35.5em) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

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

.cart-list {
  border: 1px solid #e8e8e8;
  display: block; }
  @media print, screen and (min-width: 35.5em) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
  padding: 1.5rem 0;
  padding-left: 25%; }
  .cart-item::before, .cart-item::after {
    display: table;
    content: ' '; }
  .cart-item::after {
    clear: both; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

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

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem;
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%;
  clear: none;
  float: left;
  overflow: hidden;
  width: 33.33333%; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: center; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.78571rem; }

@media print, screen and (min-width: 35.5em) {
  .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 print, screen and (min-width: 35.5em) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #999999;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%;
  display: block;
  padding-left: 1.5rem;
  text-align: left;
  width: 100%; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media print, screen and (min-width: 35.5em) {
    .cart-item-value {
      padding-left: 0; } }

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

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

.cart-item-option-title {
  font-weight: 400; }

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

.cart-remove {
  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;
  position: absolute;
  right: 20px;
  margin-left: 1rem; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }
    .cart-remove > svg:hover {
      fill: black; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%;
  float: right;
  width: 75%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media print, screen and (min-width: 35.5em) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media print, screen and (min-width: 79.9375em) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total::before, .cart-total::after {
    display: table;
    content: ' '; }
  .cart-total::after {
    clear: both; }
  @media print, screen and (min-width: 35.5em) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .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: #555555;
  width: 33.33333%;
  width: 50%; }
  @media print, screen and (min-width: 35.5em) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }
  .cart-total-label.grand-total-label {
    font-size: 18px;
    font-weight: 700;
    color: #555555; }

.cart-total-value {
  text-align: left;
  text-align: right; }
  @media print, screen and (min-width: 35.5em) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media print, screen and (min-width: 35.5em) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative;
  font-weight: bolder; }
  @media print, screen and (min-width: 35.5em) {
    .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: #555555;
  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: #999999; }

.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 {
    display: table;
    content: ' '; }
  .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 {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  padding: 4px 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 {
  display: table;
  content: ' '; }

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

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

.cart-actions {
  clear: both; }
  .cart-actions::before, .cart-actions::after {
    display: table;
    content: ' '; }
  .cart-actions::after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    display: inline-block;
    float: right; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 20px 0 0; }
  .previewCartAction::before, .previewCartAction::after {
    display: table;
    content: ' '; }
  .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: 100%;
  float: left;
  padding: 0; }
  .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-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  margin-bottom: 10px; }

.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%;
  width: 50%; }
  @media print, screen and (min-width: 79.9375em) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem;
    padding: 1.5rem 1.5rem 4.5rem; }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left;
    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;
        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: #999999;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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 {
    display: table;
    content: ' '; }
  .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 print, screen and (min-width: 35.5em) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.2;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video::before, .video::after {
    display: table;
    content: ' '; }
  .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 {
    display: table;
    content: ' '; }
  .video-body::after {
    clear: both; }
  @media print, screen and (min-width: 35.5em) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart::before, .previewCart::after {
    display: table;
    content: ' '; }
  .previewCart::after {
    clear: both; }
  @media print, screen and (min-width: 35.5em) {
    .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;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media print, screen and (min-width: 35.5em) {
    .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;
  margin-top: 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 print, screen and (min-width: 35.5em) {
    .suggestiveCart {
      display: block; } }

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

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

body.hasAdminBar {
  padding-top: 101px; }
  @media print, screen and (min-width: 35.5em) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

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

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media print, screen and (min-width: 35.5em) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media print, screen and (min-width: 79.9375em) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media print, screen and (min-width: 35.5em) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media print, screen and (min-width: 79.9375em) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media print, screen and (min-width: 35.5em) {
  .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 {
    display: table;
    content: ' '; }
  .login-row::after {
    clear: both; }
  @media print, screen and (min-width: 35.5em) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media print, screen and (min-width: 35.5em) {
      .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;
    display: inline;
    width: 6rem; }
  .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 {
    display: table;
    content: ' '; }
  .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 print, screen and (min-width: 35.5em) {
    .navBar--account {
      display: block; } }

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

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

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

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

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

.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 {
  display: table;
  content: ' '; }

.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;
  padding-bottom: 0; }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  width: 33.33333%; }
  @media print, screen and (min-width: 79.9375em) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem;
    margin-top: 0; }
  .account-product-detail + .account-product-detail--full {
    margin-top: 1.5rem; }

@media print, screen and (min-width: 79.9375em) {
  .account-product-detail--large {
    width: 50%; } }

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

.account-product-detail-heading {
  color: #999999;
  font-family: "Roboto", 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 print, screen and (min-width: 79.9375em) {
      .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 print, screen and (min-width: 79.9375em) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media print, screen and (min-width: 79.9375em) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute;
  float: right;
  position: inherit;
  text-align: right; }

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

.account-orderStatus-action {
  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;
  display: block;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  display: inline-block;
  float: right; }

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

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

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

.paymentMethod {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%;
  width: 50%; }

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

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

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

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.78571rem; }
  @media print, screen and (min-width: 79.9375em) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media print, screen and (min-width: 79.9375em) {
    .paymentMethod-icon {
      width: 3rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media print, screen and (min-width: 79.9375em) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media print, screen and (min-width: 79.9375em) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

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

.paymentMethod-details {
  padding: 1.5rem; }

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

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

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

.paymentMethod-form {
  padding: 0 1.5rem 0.78571rem;
  bottom: 0.78571rem;
  position: absolute;
  width: auto; }

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

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

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

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

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

.paymentMethodForm-cards {
  margin-left: auto; }

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

.paymentMethodForm-inputs {
  position: relative; }

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

.paymentMethodForm-details {
  margin-bottom: 0;
  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; }

.row {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.35714rem;
    margin-left: -0.35714rem; }
    @media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -0.35714rem;
        margin-left: -0.35714rem; } }
    @media print, screen and (min-width: 35.5em) {
      .row .row {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 79.9375em) {
      .row .row {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.35714rem;
    padding-left: 0.35714rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .column, .columns {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.35714rem;
  padding-left: 0.35714rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 30em) {
  .medmedium-1 {
    width: 8.33333%; }
  .medmedium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medmedium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medmedium-offset-0 {
    margin-left: 0%; }
  .medmedium-2 {
    width: 16.66667%; }
  .medmedium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medmedium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medmedium-offset-1 {
    margin-left: 8.33333%; }
  .medmedium-3 {
    width: 25%; }
  .medmedium-push-3 {
    position: relative;
    left: 25%; }
  .medmedium-pull-3 {
    position: relative;
    left: -25%; }
  .medmedium-offset-2 {
    margin-left: 16.66667%; }
  .medmedium-4 {
    width: 33.33333%; }
  .medmedium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medmedium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medmedium-offset-3 {
    margin-left: 25%; }
  .medmedium-5 {
    width: 41.66667%; }
  .medmedium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medmedium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medmedium-offset-4 {
    margin-left: 33.33333%; }
  .medmedium-6 {
    width: 50%; }
  .medmedium-push-6 {
    position: relative;
    left: 50%; }
  .medmedium-pull-6 {
    position: relative;
    left: -50%; }
  .medmedium-offset-5 {
    margin-left: 41.66667%; }
  .medmedium-7 {
    width: 58.33333%; }
  .medmedium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medmedium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medmedium-offset-6 {
    margin-left: 50%; }
  .medmedium-8 {
    width: 66.66667%; }
  .medmedium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medmedium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medmedium-offset-7 {
    margin-left: 58.33333%; }
  .medmedium-9 {
    width: 75%; }
  .medmedium-push-9 {
    position: relative;
    left: 75%; }
  .medmedium-pull-9 {
    position: relative;
    left: -75%; }
  .medmedium-offset-8 {
    margin-left: 66.66667%; }
  .medmedium-10 {
    width: 83.33333%; }
  .medmedium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medmedium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medmedium-offset-9 {
    margin-left: 75%; }
  .medmedium-11 {
    width: 91.66667%; }
  .medmedium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medmedium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medmedium-offset-10 {
    margin-left: 83.33333%; }
  .medmedium-12 {
    width: 100%; }
  .medmedium-offset-11 {
    margin-left: 91.66667%; }
  .medmedium-up-1 > .column, .medmedium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medmedium-up-1 > .column:nth-of-type(1n), .medmedium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-1 > .column:nth-of-type(1n+1), .medmedium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medmedium-up-1 > .column:last-child, .medmedium-up-1 > .columns:last-child {
      float: left; }
  .medmedium-up-2 > .column, .medmedium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medmedium-up-2 > .column:nth-of-type(1n), .medmedium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-2 > .column:nth-of-type(2n+1), .medmedium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medmedium-up-2 > .column:last-child, .medmedium-up-2 > .columns:last-child {
      float: left; }
  .medmedium-up-3 > .column, .medmedium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medmedium-up-3 > .column:nth-of-type(1n), .medmedium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-3 > .column:nth-of-type(3n+1), .medmedium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medmedium-up-3 > .column:last-child, .medmedium-up-3 > .columns:last-child {
      float: left; }
  .medmedium-up-4 > .column, .medmedium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medmedium-up-4 > .column:nth-of-type(1n), .medmedium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-4 > .column:nth-of-type(4n+1), .medmedium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medmedium-up-4 > .column:last-child, .medmedium-up-4 > .columns:last-child {
      float: left; }
  .medmedium-up-5 > .column, .medmedium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medmedium-up-5 > .column:nth-of-type(1n), .medmedium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-5 > .column:nth-of-type(5n+1), .medmedium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medmedium-up-5 > .column:last-child, .medmedium-up-5 > .columns:last-child {
      float: left; }
  .medmedium-up-6 > .column, .medmedium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medmedium-up-6 > .column:nth-of-type(1n), .medmedium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-6 > .column:nth-of-type(6n+1), .medmedium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medmedium-up-6 > .column:last-child, .medmedium-up-6 > .columns:last-child {
      float: left; }
  .medmedium-up-7 > .column, .medmedium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medmedium-up-7 > .column:nth-of-type(1n), .medmedium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-7 > .column:nth-of-type(7n+1), .medmedium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medmedium-up-7 > .column:last-child, .medmedium-up-7 > .columns:last-child {
      float: left; }
  .medmedium-up-8 > .column, .medmedium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medmedium-up-8 > .column:nth-of-type(1n), .medmedium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medmedium-up-8 > .column:nth-of-type(8n+1), .medmedium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medmedium-up-8 > .column:last-child, .medmedium-up-8 > .columns:last-child {
      float: left; }
  .medmedium-collapse > .column, .medmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medmedium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medmedium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medmedium-uncollapse > .column, .medmedium-uncollapse > .columns {
    padding-right: 0.35714rem;
    padding-left: 0.35714rem; }
  .medmedium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medmedium-centered, .medmedium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medmedium-uncentered,
  .medmedium-push-0,
  .medmedium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 35.5em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .smalllarge-1 {
    width: 8.33333%; }
  .smalllarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .smalllarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .smalllarge-offset-0 {
    margin-left: 0%; }
  .smalllarge-2 {
    width: 16.66667%; }
  .smalllarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .smalllarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .smalllarge-offset-1 {
    margin-left: 8.33333%; }
  .smalllarge-3 {
    width: 25%; }
  .smalllarge-push-3 {
    position: relative;
    left: 25%; }
  .smalllarge-pull-3 {
    position: relative;
    left: -25%; }
  .smalllarge-offset-2 {
    margin-left: 16.66667%; }
  .smalllarge-4 {
    width: 33.33333%; }
  .smalllarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .smalllarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .smalllarge-offset-3 {
    margin-left: 25%; }
  .smalllarge-5 {
    width: 41.66667%; }
  .smalllarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .smalllarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .smalllarge-offset-4 {
    margin-left: 33.33333%; }
  .smalllarge-6 {
    width: 50%; }
  .smalllarge-push-6 {
    position: relative;
    left: 50%; }
  .smalllarge-pull-6 {
    position: relative;
    left: -50%; }
  .smalllarge-offset-5 {
    margin-left: 41.66667%; }
  .smalllarge-7 {
    width: 58.33333%; }
  .smalllarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .smalllarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .smalllarge-offset-6 {
    margin-left: 50%; }
  .smalllarge-8 {
    width: 66.66667%; }
  .smalllarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .smalllarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .smalllarge-offset-7 {
    margin-left: 58.33333%; }
  .smalllarge-9 {
    width: 75%; }
  .smalllarge-push-9 {
    position: relative;
    left: 75%; }
  .smalllarge-pull-9 {
    position: relative;
    left: -75%; }
  .smalllarge-offset-8 {
    margin-left: 66.66667%; }
  .smalllarge-10 {
    width: 83.33333%; }
  .smalllarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .smalllarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .smalllarge-offset-9 {
    margin-left: 75%; }
  .smalllarge-11 {
    width: 91.66667%; }
  .smalllarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .smalllarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .smalllarge-offset-10 {
    margin-left: 83.33333%; }
  .smalllarge-12 {
    width: 100%; }
  .smalllarge-offset-11 {
    margin-left: 91.66667%; }
  .smalllarge-up-1 > .column, .smalllarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .smalllarge-up-1 > .column:nth-of-type(1n), .smalllarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-1 > .column:nth-of-type(1n+1), .smalllarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .smalllarge-up-1 > .column:last-child, .smalllarge-up-1 > .columns:last-child {
      float: left; }
  .smalllarge-up-2 > .column, .smalllarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .smalllarge-up-2 > .column:nth-of-type(1n), .smalllarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-2 > .column:nth-of-type(2n+1), .smalllarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .smalllarge-up-2 > .column:last-child, .smalllarge-up-2 > .columns:last-child {
      float: left; }
  .smalllarge-up-3 > .column, .smalllarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .smalllarge-up-3 > .column:nth-of-type(1n), .smalllarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-3 > .column:nth-of-type(3n+1), .smalllarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .smalllarge-up-3 > .column:last-child, .smalllarge-up-3 > .columns:last-child {
      float: left; }
  .smalllarge-up-4 > .column, .smalllarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .smalllarge-up-4 > .column:nth-of-type(1n), .smalllarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-4 > .column:nth-of-type(4n+1), .smalllarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .smalllarge-up-4 > .column:last-child, .smalllarge-up-4 > .columns:last-child {
      float: left; }
  .smalllarge-up-5 > .column, .smalllarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .smalllarge-up-5 > .column:nth-of-type(1n), .smalllarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-5 > .column:nth-of-type(5n+1), .smalllarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .smalllarge-up-5 > .column:last-child, .smalllarge-up-5 > .columns:last-child {
      float: left; }
  .smalllarge-up-6 > .column, .smalllarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .smalllarge-up-6 > .column:nth-of-type(1n), .smalllarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-6 > .column:nth-of-type(6n+1), .smalllarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .smalllarge-up-6 > .column:last-child, .smalllarge-up-6 > .columns:last-child {
      float: left; }
  .smalllarge-up-7 > .column, .smalllarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .smalllarge-up-7 > .column:nth-of-type(1n), .smalllarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-7 > .column:nth-of-type(7n+1), .smalllarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .smalllarge-up-7 > .column:last-child, .smalllarge-up-7 > .columns:last-child {
      float: left; }
  .smalllarge-up-8 > .column, .smalllarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .smalllarge-up-8 > .column:nth-of-type(1n), .smalllarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .smalllarge-up-8 > .column:nth-of-type(8n+1), .smalllarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .smalllarge-up-8 > .column:last-child, .smalllarge-up-8 > .columns:last-child {
      float: left; }
  .smalllarge-collapse > .column, .smalllarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .smalllarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .smalllarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .smalllarge-uncollapse > .column, .smalllarge-uncollapse > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
  .smalllarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .smalllarge-centered, .smalllarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .smalllarge-uncentered,
  .smalllarge-push-0,
  .smalllarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .midlarge-1 {
    width: 8.33333%; }
  .midlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .midlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .midlarge-offset-0 {
    margin-left: 0%; }
  .midlarge-2 {
    width: 16.66667%; }
  .midlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .midlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .midlarge-offset-1 {
    margin-left: 8.33333%; }
  .midlarge-3 {
    width: 25%; }
  .midlarge-push-3 {
    position: relative;
    left: 25%; }
  .midlarge-pull-3 {
    position: relative;
    left: -25%; }
  .midlarge-offset-2 {
    margin-left: 16.66667%; }
  .midlarge-4 {
    width: 33.33333%; }
  .midlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .midlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .midlarge-offset-3 {
    margin-left: 25%; }
  .midlarge-5 {
    width: 41.66667%; }
  .midlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .midlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .midlarge-offset-4 {
    margin-left: 33.33333%; }
  .midlarge-6 {
    width: 50%; }
  .midlarge-push-6 {
    position: relative;
    left: 50%; }
  .midlarge-pull-6 {
    position: relative;
    left: -50%; }
  .midlarge-offset-5 {
    margin-left: 41.66667%; }
  .midlarge-7 {
    width: 58.33333%; }
  .midlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .midlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .midlarge-offset-6 {
    margin-left: 50%; }
  .midlarge-8 {
    width: 66.66667%; }
  .midlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .midlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .midlarge-offset-7 {
    margin-left: 58.33333%; }
  .midlarge-9 {
    width: 75%; }
  .midlarge-push-9 {
    position: relative;
    left: 75%; }
  .midlarge-pull-9 {
    position: relative;
    left: -75%; }
  .midlarge-offset-8 {
    margin-left: 66.66667%; }
  .midlarge-10 {
    width: 83.33333%; }
  .midlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .midlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .midlarge-offset-9 {
    margin-left: 75%; }
  .midlarge-11 {
    width: 91.66667%; }
  .midlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .midlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .midlarge-offset-10 {
    margin-left: 83.33333%; }
  .midlarge-12 {
    width: 100%; }
  .midlarge-offset-11 {
    margin-left: 91.66667%; }
  .midlarge-up-1 > .column, .midlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .midlarge-up-1 > .column:nth-of-type(1n), .midlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-1 > .column:nth-of-type(1n+1), .midlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .midlarge-up-1 > .column:last-child, .midlarge-up-1 > .columns:last-child {
      float: left; }
  .midlarge-up-2 > .column, .midlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .midlarge-up-2 > .column:nth-of-type(1n), .midlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-2 > .column:nth-of-type(2n+1), .midlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .midlarge-up-2 > .column:last-child, .midlarge-up-2 > .columns:last-child {
      float: left; }
  .midlarge-up-3 > .column, .midlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .midlarge-up-3 > .column:nth-of-type(1n), .midlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-3 > .column:nth-of-type(3n+1), .midlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .midlarge-up-3 > .column:last-child, .midlarge-up-3 > .columns:last-child {
      float: left; }
  .midlarge-up-4 > .column, .midlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .midlarge-up-4 > .column:nth-of-type(1n), .midlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-4 > .column:nth-of-type(4n+1), .midlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .midlarge-up-4 > .column:last-child, .midlarge-up-4 > .columns:last-child {
      float: left; }
  .midlarge-up-5 > .column, .midlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .midlarge-up-5 > .column:nth-of-type(1n), .midlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-5 > .column:nth-of-type(5n+1), .midlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .midlarge-up-5 > .column:last-child, .midlarge-up-5 > .columns:last-child {
      float: left; }
  .midlarge-up-6 > .column, .midlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .midlarge-up-6 > .column:nth-of-type(1n), .midlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-6 > .column:nth-of-type(6n+1), .midlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .midlarge-up-6 > .column:last-child, .midlarge-up-6 > .columns:last-child {
      float: left; }
  .midlarge-up-7 > .column, .midlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .midlarge-up-7 > .column:nth-of-type(1n), .midlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-7 > .column:nth-of-type(7n+1), .midlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .midlarge-up-7 > .column:last-child, .midlarge-up-7 > .columns:last-child {
      float: left; }
  .midlarge-up-8 > .column, .midlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .midlarge-up-8 > .column:nth-of-type(1n), .midlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .midlarge-up-8 > .column:nth-of-type(8n+1), .midlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .midlarge-up-8 > .column:last-child, .midlarge-up-8 > .columns:last-child {
      float: left; }
  .midlarge-collapse > .column, .midlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .midlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .midlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .midlarge-uncollapse > .column, .midlarge-uncollapse > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
  .midlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .midlarge-centered, .midlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .midlarge-uncentered,
  .midlarge-push-0,
  .midlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 79.9375em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 0.71429rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 35.5em) {
    .column-block {
      margin-bottom: 1.42857rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-for-small {
  display: none !important; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 30em) {
  .hide-for-medmedium {
    display: none !important; } }

@media screen and (max-width: 29.9375em) {
  .show-for-medmedium {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 35.4375em) {
  .hide-for-medmedium-only {
    display: none !important; } }

@media screen and (max-width: 29.9375em), screen and (min-width: 35.5em) {
  .show-for-medmedium-only {
    display: none !important; } }

@media print, screen and (min-width: 35.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 35.4375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 35.5em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 35.4375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-smalllarge {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-smalllarge {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-smalllarge-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-smalllarge-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-midlarge {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-midlarge {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.875em) {
  .hide-for-midlarge-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 79.9375em) {
  .show-for-midlarge-only {
    display: none !important; } }

@media print, screen and (min-width: 79.9375em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 79.875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 79.875em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

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

.header-logo {
  font-size: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 100%; }
  .header-logo img {
    width: 100%;
    max-width: 180px;
    max-height: none;
    aspect-ratio: 111/50; }
    @media (max-width: 568px) {
      .header-logo img {
        max-width: 75px; } }
  .header-logo .header-logo-text {
    opacity: 0;
    position: absolute;
    top: -9999px; }
  @media print, screen and (min-width: 35.5em) {
    .header-logo {
      margin: 0;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    @media print, screen and (min-width: 35.5em) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline-block;
        padding: 0;
        width: auto; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media print, screen and (min-width: 35.5em) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media print, screen and (min-width: 35.5em) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: normal;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: normal;
  line-height: normal;
  color: #333333;
  font-size: 54px;
  letter-spacing: normal;
  padding-bottom: 0;
  padding-top: 0; }
  @media print, screen and (min-width: 35.5em) {
    .header-logo-text {
      display: inline;
      margin-left: 0;
      margin-right: 0;
      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 {
  max-height: 2.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .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 print, screen and (min-width: 35.5em) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  padding-top: 20px;
  background-color: white;
  transition: all .2s ease-in-out;
  margin-bottom: 6rem; }

.page {
  margin-right: -0.35714rem;
  margin-left: -0.35714rem; }
  @media print, screen and (min-width: 30em) {
    .page {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 35.5em) {
    .page {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .page {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .page {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 79.9375em) {
    .page {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  .page::before, .page::after {
    display: table;
    content: ' '; }
  .page::after {
    clear: both; }

.page-content,
.page-content--full {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .page-content,
    .page-content--full {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .page-content:last-child:not(:first-child),
  .page-content--full:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 35.5em) {
  .page-content--centered {
    width: 66.66667%;
    float: left;
    padding-right: 0.35714rem;
    padding-left: 0.35714rem; } }
  @media print, screen and (min-width: 35.5em) and (min-width: 35.5em) {
    .page-content--centered {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

@media print, screen and (min-width: 35.5em) {
    .page-content--centered:last-child:not(:first-child) {
      float: right; } }

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

.page-sidebar {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem;
  position: relative; }
  @media print, screen and (min-width: 35.5em) {
    .page-sidebar {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .page-sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 35.5em) {
    .page-sidebar {
      width: 25%;
      float: left;
      padding-right: 0.35714rem;
      padding-left: 0.35714rem; } }
  @media print, screen and (min-width: 35.5em) and (min-width: 35.5em) {
    .page-sidebar {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media print, screen and (min-width: 35.5em) {
      .page-sidebar:last-child:not(:first-child) {
        float: right; }
      .page-sidebar + .page-content {
        width: 75%;
        float: left;
        padding-right: 0.35714rem;
        padding-left: 0.35714rem; } }
    @media print, screen and (min-width: 35.5em) and (min-width: 35.5em) {
      .page-sidebar + .page-content {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  @media print, screen and (min-width: 35.5em) {
        .page-sidebar + .page-content:last-child:not(:first-child) {
          float: right; } }

.footer-info {
  margin-right: -0.35714rem;
  margin-left: -0.35714rem;
  font-size: 0; }
  @media print, screen and (min-width: 30em) {
    .footer-info {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 35.5em) {
    .footer-info {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .footer-info {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .footer-info {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 79.9375em) {
    .footer-info {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  .footer-info::before, .footer-info::after {
    display: table;
    content: ' '; }
  .footer-info::after {
    clear: both; }

.footer-info-col {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  text-align: left;
  width: 50%; }
  @media print, screen and (min-width: 35.5em) {
    .footer-info-col {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .footer-info-col:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 35.5em) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media print, screen and (min-width: 35.5em) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

.footer-info-col--left {
  padding: 0; }

.footer-info-col--right {
  left: 50%;
  position: inherit; }
  @media print, screen and (min-width: 35.5em) {
    .footer-info-col--right {
      left: 0;
      padding: 0;
      text-align: right; } }

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

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

.footer-copyright {
  text-align: center;
  text-align: left; }
  .footer-copyright > .powered-by {
    color: #555555;
    margin: 0; }
  .footer-copyright a {
    text-decoration: none; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media print, screen and (min-width: 35.5em) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }

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

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

.container, .wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 85.71429rem; }

.container-wide .container, .container-wide .wrapper {
  width: 102.85714rem; }

.blog {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 35.5em) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

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

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

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

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

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

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media print, screen and (min-width: 35.5em) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  width: 83.33333%; }
  @media print, screen and (min-width: 35.5em) {
    .blog-post-body {
      width: 66.66667%; } }
  @media print, screen and (min-width: 79.9375em) {
    .blog-post-body {
      width: 50%; } }

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

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

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin-right: -0.35714rem;
  margin-left: -0.35714rem;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .brandGrid {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 35.5em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 79.9375em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  .brandGrid::before, .brandGrid::after {
    display: table;
    content: ' '; }
  .brandGrid::after {
    clear: both; }
  .brandGrid .brand {
    width: 50%;
    float: left;
    padding-right: 0.35714rem;
    padding-left: 0.35714rem;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    width: 33.33333%; }
    @media print, screen and (min-width: 35.5em) {
      .brandGrid .brand {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    .brandGrid .brand:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 35.5em) {
      .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%; }

#search-results-heading {
  height: 81px;
  margin-bottom: 1.5rem; }
  #search-results-heading .page-heading {
    margin: 0;
    height: 42px; }

#product-listing-container {
  flex-grow: 1; }
  #product-listing-container h2,
  #product-listing-container h3 {
    font-size: 14px; }
  #product-listing-container .productGrid {
    margin: 0 !important;
    display: grid !important;
    list-style: none !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; }
    @media (max-width: 1350px) {
      #product-listing-container .productGrid {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1000px) {
      #product-listing-container .productGrid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 760px) {
      #product-listing-container .productGrid {
        grid-template-columns: repeat(2, 1fr); } }
    #product-listing-container .productGrid .product,
    #product-listing-container .productGrid .placeholder-product {
      width: 100% !important; }
    #product-listing-container .productGrid .placeholder-product {
      aspect-ratio: 1.42 / 1;
      margin-bottom: 1rem !important;
      position: relative;
      /* Establish relative positioning context for pseudo-elements */ }
    #product-listing-container .productGrid .placeholder-figure,
    #product-listing-container .productGrid .placeholder-title,
    #product-listing-container .productGrid .placeholder-button {
      position: relative;
      overflow: hidden;
      /* Ensure the shine effect doesn't spill out */
      background-color: lightgray; }

@keyframes shineEffect {
  0%,
  100% {
    transform: translateX(-50%); }
  50% {
    transform: translateX(100%); } }
    #product-listing-container .productGrid .placeholder-figure::after,
    #product-listing-container .productGrid .placeholder-title::after,
    #product-listing-container .productGrid .placeholder-button::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /* Same width as the element it's shining over */
      height: 100%;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
      background-repeat: no-repeat;
      animation: shineEffect 2s infinite linear;
      /* Make the gradient cover a larger area when it's not visible */
      transform: translateX(-50%); }
    #product-listing-container .productGrid .placeholder-figure {
      width: 100%;
      aspect-ratio: 1;
      /* Maintain aspect ratio of 1:1 */ }
    #product-listing-container .productGrid .placeholder-title {
      width: 100%;
      height: 40%;
      margin-block: 0.5rem; }
    #product-listing-container .productGrid .placeholder-button {
      height: 20%;
      width: 100%; }

.load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem; }

.page-sidebar + .page-content .productGrid .product,
.page-sidebar + .page-content .productGrid .placeholder-product {
  width: 33.33333%; }

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

@media print, screen and (min-width: 35.5em) {
  .no-csscolumns .productGrid--maxCol6 .product,
  .no-csscolumns .productGrid--maxCol6 .placeholder-product {
    width: 16.66667%; } }

@media print, screen and (min-width: 35.5em) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media print, screen and (min-width: 35.5em) {
  .no-csscolumns .productGrid--maxCol3 .product,
  .no-csscolumns .productGrid--maxCol3 .placeholder-product {
    width: 33.33333%; } }

@media print, screen and (min-width: 35.5em) {
  .csscolumns .productGrid--maxCol3 {
    width: 100%;
    float: left;
    padding-right: 0.35714rem;
    padding-left: 0.35714rem;
    float: none; } }
  @media print, screen and (min-width: 35.5em) and (min-width: 35.5em) {
    .csscolumns .productGrid--maxCol3 {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

@media print, screen and (min-width: 35.5em) {
    .csscolumns .productGrid--maxCol3:last-child:not(:first-child) {
      float: right; }
    .csscolumns .productGrid--maxCol3 .product,
    .csscolumns .productGrid--maxCol3 .placeholder-product {
      width: 33.33333%;
      float: left;
      padding-right: 0.35714rem;
      padding-left: 0.35714rem; } }
    @media print, screen and (min-width: 35.5em) and (min-width: 35.5em) {
      .csscolumns .productGrid--maxCol3 .product,
      .csscolumns .productGrid--maxCol3 .placeholder-product {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }

@media print, screen and (min-width: 35.5em) {
      .csscolumns .productGrid--maxCol3 .product:last-child:not(:first-child),
      .csscolumns .productGrid--maxCol3 .placeholder-product:last-child:not(:first-child) {
        float: right; } }

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

.listItem {
  margin-right: -0.35714rem;
  margin-left: -0.35714rem;
  display: table; }
  @media print, screen and (min-width: 30em) {
    .listItem {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 35.5em) {
    .listItem {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .listItem {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .listItem {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 79.9375em) {
    .listItem {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  .listItem::before, .listItem::after {
    display: table;
    content: ' '; }
  .listItem::after {
    clear: both; }

.listItem-figure,
.listItem-body {
  display: table-cell;
  vertical-align: top; }
  @media print, screen and (min-width: 79.9375em) {
    .listItem-figure,
    .listItem-body {
      vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  margin-bottom: 0;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  width: 25%; }
  @media print, screen and (min-width: 79.9375em) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media print, screen and (min-width: 79.9375em) {
      .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;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media print, screen and (min-width: 79.9375em) {
    .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%; }

.listItem-body {
  padding-left: 1.28571rem;
  padding-right: 0.78571rem;
  width: 75%; }

@media print, screen and (min-width: 79.9375em) {
  .listItem-content {
    display: table; } }

@media print, screen and (min-width: 79.9375em) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media print, screen and (min-width: 79.9375em) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

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

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media print, screen and (min-width: 35.5em) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

.listItem-price {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 35.5em) {
    .listItem-price {
      font-size: 20px; } }

@media print, screen and (min-width: 79.9375em) {
  .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 print, screen and (min-width: 79.9375em) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media print, screen and (min-width: 79.9375em) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media print, screen and (min-width: 79.9375em) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  display: flex;
  justify-content: center;
  gap: 0 6rem;
  margin-bottom: 4rem; }
  @media (max-width: 1024px) {
    .productView {
      gap: 0 2rem; } }
  @media (max-width: 684px) {
    .productView {
      flex-direction: column;
      align-items: center;
      gap: 2rem 0; } }
  .productView .productView-images {
    max-width: 600px;
    min-width: none;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem 0; }
    .productView .productView-images .productView-image {
      margin: 0;
      width: 100%;
      aspect-ratio: 1 / 1;
      position: relative; }
      @media (max-width: 684px) {
        .productView .productView-images .productView-image {
          pointer-events: none; } }
      .productView .productView-images .productView-image .easyzoom-flyout {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        scale: 2; }
      .productView .productView-images .productView-image .productView-img-container {
        width: 100%;
        height: 100%; }
        .productView .productView-images .productView-image .productView-img-container a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
          .productView .productView-images .productView-image .productView-img-container a img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
    .productView .productView-images .productView-thumbnails {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0 1rem;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail {
        width: 100%;
        aspect-ratio: 1 / 1;
        margin: 0;
        height: auto; }
        .productView .productView-images .productView-thumbnails .productView-thumbnail a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 0.25rem;
          border: 1px solid transparent; }
          .productView .productView-images .productView-thumbnails .productView-thumbnail a.is-active {
            border-color: gray; }
          .productView .productView-images .productView-thumbnails .productView-thumbnail a img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
    .productView .productView-images .socialLinks {
      display: flex;
      gap: 0.5rem; }
      .productView .productView-images .socialLinks li {
        width: 40px;
        height: 40px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
  .productView .productView-details {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 2rem 0; }
    @media (max-width: 1024px) {
      .productView .productView-details {
        min-width: 350px; } }
    @media (max-width: 684px) {
      .productView .productView-details {
        max-width: 600px;
        min-width: 100%; } }
    .productView .productView-details .productView-info {
      display: none; }
    .productView .productView-details .productView-product {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem 0; }
    .productView .productView-details .productView-title {
      font-size: 2rem;
      font-weight: 700;
      margin: 0;
      color: black; }
    .productView .productView-details .productView-rating {
      width: 100%; }
      .productView .productView-details .productView-rating .review-star {
        margin-bottom: 0.25rem; }
      .productView .productView-details .productView-rating .productView-reviewLink a {
        text-decoration: underline;
        margin-left: 0.25rem; }
    .productView .productView-details .productPrice span {
      font-size: 1.5rem;
      font-weight: 600;
      margin: 0; }
    .productView .productView-details #afterpay-placement {
      margin: 0;
      --messaging-font-size: 16px;
      --logo-badge-width: 80px; }
    .productView .productView-details .productView-options {
      width: 100%; }
      .productView .productView-details .productView-options [data-cart-item-add] {
        display: flex;
        flex-direction: column;
        gap: 2rem 0;
        margin: 0; }
        .productView .productView-details .productView-options [data-cart-item-add] .form-field {
          width: 100%;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 0.5rem; }
          .productView .productView-details .productView-options [data-cart-item-add] .form-field label {
            font-size: 1rem;
            margin: 0; }
          .productView .productView-details .productView-options [data-cart-item-add] .form-field:before, .productView .productView-details .productView-options [data-cart-item-add] .form-field:after {
            display: none; }
        .productView .productView-details .productView-options [data-cart-item-add] .form-increment {
          display: flex;
          gap: 0.5rem;
          align-items: center; }
          .productView .productView-details .productView-options [data-cart-item-add] .form-increment input {
            width: 4rem;
            height: 2.5rem; }
          .productView .productView-details .productView-options [data-cart-item-add] .form-increment button {
            width: 2rem;
            height: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: black;
            border: none; }
            .productView .productView-details .productView-options [data-cart-item-add] .form-increment button:hover {
              background-color: #4d4d4d; }
            .productView .productView-details .productView-options [data-cart-item-add] .form-increment button svg {
              fill: white; }
        .productView .productView-details .productView-options [data-cart-item-add] .form-add-cart {
          display: grid;
          grid-template-columns: 1fr 60px;
          gap: 1rem; }
          .productView .productView-details .productView-options [data-cart-item-add] .form-add-cart #form-action-addToCart {
            width: 100%;
            background-color: black;
            color: white;
            border: none;
            height: 3rem; }
            .productView .productView-details .productView-options [data-cart-item-add] .form-add-cart #form-action-addToCart:hover {
              background-color: #4d4d4d; }
          .productView .productView-details .productView-options [data-cart-item-add] .form-add-cart .dropdown-menu-button {
            margin: 0;
            width: 100%;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #64c9c3;
            border: none;
            height: 3rem; }
            .productView .productView-details .productView-options [data-cart-item-add] .form-add-cart .dropdown-menu-button:hover {
              background-color: #8ad6d2; }
        .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] {
          display: flex;
          flex-direction: column;
          gap: 1rem 0; }
          .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field {
            width: 100%;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.5rem; }
            .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field.swatch {
              display: grid;
              grid-template-columns: repeat(8, 1fr); }
              .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field.swatch .form-label {
                grid-column: span 8; }
              .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field.swatch .form-option {
                width: 100%;
                aspect-ratio: 1 / 1;
                font-size: 0; }
                .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field.swatch .form-option span {
                  width: 100%;
                  aspect-ratio: 1 / 1;
                  margin: 0;
                  height: auto; }
            .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field .form-select {
              width: 100%;
              max-width: 100%; }
            .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field .form-label {
              font-size: 1rem;
              margin: 0; }
            .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field:before, .productView .productView-details .productView-options [data-cart-item-add] [data-product-option-change] .form-field:after {
              display: none; }
        .productView .productView-details .productView-options [data-cart-item-add] .form-field--stock {
          display: none; }
      .productView .productView-details .productView-options .quickview-more {
        display: none; }
  .productView .productView-tabs {
    grid-column-start: 2;
    grid-row-start: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 35.5em) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media print, screen and (min-width: 35.5em) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media print, screen and (min-width: 35.5em) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 83.33333%; } }

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

.account-body {
  margin-right: -0.35714rem;
  margin-left: -0.35714rem; }
  @media print, screen and (min-width: 30em) {
    .account-body {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 35.5em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 79.9375em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  .account-body::before, .account-body::after {
    display: table;
    content: ' '; }
  .account-body::after {
    clear: both; }

.account-content {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .account-content {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .account-content:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 35.5em) {
  .account-content--fixed {
    width: 66.66667%; } }

@media print, screen and (min-width: 35.5em) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .account-sidebar {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .account-sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 35.5em) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==================== COMMON STYLE ==================== */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  background: white;
  -moz-osx-font-smoothing: auto;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #555555;
  padding: 0; }

body * {
  outline: none !important; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  font-size: 13px;
  outline: none;
  resize: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: normal;
  font-weight: 500;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #555555; }

h1,
.h1 {
  font-size: 28px; }

h2,
.h2 {
  font-size: 25px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

p {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px; }

a {
  color: black;
  outline: none;
  text-decoration: none;
  transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease; }
  a:hover, a:focus {
    color: #555555; }

ul,
ol {
  margin-left: 20px;
  margin-bottom: 20px; }

ul li,
ol li {
  margin-bottom: 5px; }

ul li ol li {
  margin-bottom: 5px;
  padding-left: 0px; }

img {
  max-width: 100%;
  vertical-align: middle; }

/* ==================== COMMON CLASS STYLE ==================== */
.body {
  margin: 0 0 50px 0;
  min-height: 250px; }

.type-default .body {
  margin-bottom: 30px; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

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

.clearfix:after,
.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.custom-row {
  margin-right: -0.35714rem;
  margin-left: -0.35714rem; }
  @media print, screen and (min-width: 30em) {
    .custom-row {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 35.5em) {
    .custom-row {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .custom-row {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .custom-row {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 79.9375em) {
    .custom-row {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  .custom-row::before, .custom-row::after {
    display: table;
    content: ' '; }
  .custom-row::after {
    clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.v-s-h {
  visibility: hidden; }

svg {
  height: 20px;
  width: 20px; }

.four-col {
  width: 100%;
  float: left;
  padding-right: 0.35714rem;
  padding-left: 0.35714rem; }
  @media print, screen and (min-width: 35.5em) {
    .four-col {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .four-col:last-child:not(:first-child) {
    float: right; }

.arrow {
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: black;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -3.5px; }
  .arrow.arrow-top {
    border-width: 1px 0px 0px 1px; }
  .arrow.arrow-right {
    border-width: 1px 1px 0px 0px; }
  .arrow.arrow-left {
    border-width: 0px 0px 1px 1px; }

.common-angle svg {
  height: 12px;
  width: 12px;
  vertical-align: middle; }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }
  90% {
    transform: none; }
  to {
    transform: none; } }

.loadingOverlay {
  z-index: 999; }

.table tr:hover {
  background: none; }

.table thead tr th,
.table thead tr td {
  color: white; }

.maintenanceNotice {
  display: none; }

/* ==================== Common space style ==================== */
.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-t--20 {
  margin-top: -20px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-t-60 {
  margin-top: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-r-0 {
  margin-right: 0; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

/* ==================== Common page style ==================== */
.page-content--centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.page-content--centered:last-child:not(:first-child) {
  float: none; }

.alertBox--info {
  color: #fff; }

.alertBox.alertBox--error, .alertBox.alertBox--success {
  color: #333333; }

.alertBox.productAttributes-message {
  color: #333333; }

/* ==================== slider loader style ==================== */
.slider-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader {
  color: black;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 30px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

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

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

/* ==================== Heading Style ==================== */
.page-heading.product-list-title {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  border: none;
  color: black; }
  .page-heading.product-list-title:before {
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #e8e8e8;
    content: ""; }
  .page-heading.product-list-title span {
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 20px 0 0;
    z-index: 9; }

h1.page-heading,
h2.page-heading {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 10px 15px 0;
  margin-bottom: 30px;
  color: black;
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  text-align: left;
  display: none; }

/* ==================== FORM ELEMENT STYLE ==================== */
.form-input {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 17px;
  padding: 9px 15px 9px;
  font-size: 13px;
  height: auto;
  color: #555555; }
  .form-input:focus {
    border-color: #dbdbdb; }

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

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

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

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

.form-field-group,
.form-row .form-field-group {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px; }

.form-select {
  height: 37px;
  line-height: 38px;
  padding: 0 25px 0 15px;
  font-size: 13px;
  vertical-align: middle;
  background-size: 15px;
  background-position: right 5px top 12px;
  border: 1px solid #e8e8e8;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .form-select.form-select-small {
    height: 30px;
    line-height: 30px;
    background-position: right 5px top 7px;
    padding-left: 10px; }

.form-prefixPostfix-custom .form-input {
  margin-bottom: 15px; }

.form-prefixPostfix-custom .button {
  margin: 0; }

.form-prefixPostfix .button {
  height: auto; }

.form-prefixPostfix-button--postfix {
  order: inherit; }

.actionBar-section .form-select {
  border: 1px solid #e8e8e8; }

.form-label {
  color: #555555;
  font-size: 13px;
  cursor: default; }

.form-label small {
  color: red;
  float: none;
  font-size: 16px;
  margin-top: 0;
  margin-left: 0;
  line-height: normal;
  vertical-align: top; }

:checked.form-radio + .form-option {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  line-height: 22px; }

select option {
  padding: 4px 8px;
  font-size: 13px; }

/* =================== buttom common style ================= */
.button,
.button--primary {
  font-size: 13px;
  line-height: 17px;
  padding: 9px 15px 9px;
  outline: 0;
  background: black;
  margin: 0;
  color: white;
  border: 1px solid black;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .button:hover,
  .button--primary:hover {
    background: white;
    color: black;
    border: 1px solid black; }
  .button:focus, .button.is-active, .button.active, .button:active,
  .button--primary:focus,
  .button--primary.is-active,
  .button--primary.active,
  .button--primary:active {
    background: white;
    color: black;
    border: 1px solid black; }

.button--primary {
  background: white;
  color: black;
  border: 1px solid black; }
  .button--primary:hover {
    background: black;
    color: white;
    border: 1px solid black; }
  .button--primary:focus, .button--primary.is-active, .button--primary.active, .button--primary:active {
    background: black;
    color: white;
    border: 1px solid black; }

/* ==================== COMPONENT STYLE ==================== */
.dropdown-menu-arrow:before, .dropdown-menu-arrow:after {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.dropdown-menu-arrow:after {
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px; }

.dropdown-menu-arrow:before {
  border-bottom-color: #e8e8e8;
  border-width: 10px;
  margin-left: -10px; }

.artify-layout--jewelry .dropdown-menu-arrow:after {
  border-bottom-color: #000000; }

.dropdown-menu {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 10px 0;
  width: 320px;
  max-width: 320px;
  outline: none;
  right: 0 !important;
  left: auto !important;
  top: 120% !important;
  z-index: 1; }
  .dropdown-menu li {
    padding: 0;
    line-height: normal; }
    .dropdown-menu li a {
      padding: 0;
      color: #666;
      font-size: 14px; }
      .dropdown-menu li a:hover {
        color: black; }

/* ================== superfish common style ============= */
.navPages {
  max-width: 100%;
  text-align: center; }
  .navPages ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 225px; }
    .navPages ul li.nav-home-link {
      width: fit-content; }
      .navPages ul li.nav-home-link a {
        color: black;
        font-size: 18px;
        padding: 11px 13px 9px 0; }
        .navPages ul li.nav-home-link a svg {
          fill: black; }
        .navPages ul li.nav-home-link a:hover {
          color: #656565; }
          .navPages ul li.nav-home-link a:hover svg {
            fill: #656565; }
    .navPages ul li:nth-child(6) {
      width: 150px; }
    .navPages ul li:nth-child(3) {
      width: 200px;
      padding-right: 20px; }
    .navPages ul li:first-child {
      margin-left: 0; }
    .navPages ul li a {
      padding: 13px 15px 14px;
      font-weight: 500;
      line-height: 20px;
      color: black;
      font-size: 15px;
      white-space: nowrap; }
      .navPages ul li a:hover {
        color: #656565; }
        .navPages ul li a:hover span.common-angle svg {
          fill: #656565; }
      .navPages ul li a span.common-angle svg {
        fill: black;
        margin-left: 3px;
        margin-top: 0;
        width: 11px;
        height: 11px; }
  .navPages .sf-menu li:hover ul {
    display: block; }
  .navPages .sf-menu li.active-category > a .common-angle svg {
    fill: #656565; }
  .navPages .sf-menu li > ul {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 250px;
    text-align: left;
    z-index: 10;
    padding: 8px 0; }
    .navPages .sf-menu li > ul:before, .navPages .sf-menu li > ul:after {
      bottom: 100%;
      left: 15%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .navPages .sf-menu li > ul:after {
      border-bottom-color: #ffffff;
      border-width: 8px;
      margin-left: -8px; }
    .navPages .sf-menu li > ul:before {
      border-bottom-color: #e8e8e8;
      border-width: 10px;
      margin-left: -10px; }
    .navPages .sf-menu li > ul li {
      margin: 0;
      display: block; }
      .navPages .sf-menu li > ul li a {
        padding: 10px 15px;
        display: block;
        line-height: 15px;
        text-transform: capitalize;
        color: black;
        font-weight: normal;
        position: relative; }
        .navPages .sf-menu li > ul li a:hover {
          color: #656565; }
          .navPages .sf-menu li > ul li a:hover span.common-angle svg {
            fill: #656565; }
        .navPages .sf-menu li > ul li a span.common-angle svg {
          float: right;
          fill: black;
          margin-top: -6px;
          position: absolute;
          right: 15px;
          top: 50%; }
        .navPages .sf-menu li > ul li a span.common-angle.p-s-b {
          display: none; }
    .navPages .sf-menu li > ul ul {
      top: -1px;
      left: 100%;
      margin-top: 0; }
      .navPages .sf-menu li > ul ul:before, .navPages .sf-menu li > ul ul:after {
        display: none; }

.navPages ul > li.sfHover > a {
  color: #656565; }
  .navPages ul > li.sfHover > a span.common-angle svg {
    fill: #656565; }

.navPages ul > li.sfHover li.sfHover > a {
  color: #656565; }
  .navPages ul > li.sfHover li.sfHover > a span.common-angle svg {
    fill: #656565; }

.artify-layout--jewelry .navPages .sf-menu li > ul {
  background: white; }
  .artify-layout--jewelry .navPages .sf-menu li > ul::after {
    border-bottom-color: #000000; }

/* ======================= treeview common style =====================*/
.navList-treeview li {
  position: relative; }
  .navList-treeview li a {
    padding: 6px 0; }
  .navList-treeview li .hitarea {
    position: absolute;
    width: 35px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .navList-treeview li .hitarea svg {
      fill: #555555;
      height: 12px;
      width: 12px; }
  .navList-treeview li.active-category > .hitarea svg {
    fill: black; }
  .navList-treeview li.collapsable > .hitarea svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  .navList-treeview li.collapsable > a {
    color: #555555; }
  .navList-treeview li.collapsable > .hitarea svg {
    fill: black; }
  .navList-treeview li li {
    margin-top: 0; }
    .navList-treeview li li a {
      font-size: 14px; }
  .navList-treeview li ul {
    display: none;
    margin: 0; }

.navList-treeview li ul li .hitarea {
  height: 31px;
  line-height: 34px; }

/* ======== PRODUCT CAROUSEL STYLE ======== */
.slick-initialized .slick-slide {
  opacity: 1 !important;
  visibility: visible !important; }

.slick-prev,
.slick-next {
  z-index: 1;
  top: 0px;
  background: white;
  padding: 0;
  margin-top: -27px;
  opacity: 1;
  width: 30px;
  height: 30px;
  border: none; }
  .slick-prev:hover svg,
  .slick-next:hover svg {
    opacity: 0.5; }
  .slick-prev svg,
  .slick-next svg {
    fill: black;
    height: 14px;
    width: 14px; }
  .slick-prev:before,
  .slick-next:before {
    display: none; }
  .slick-prev.slick-disabled svg,
  .slick-next.slick-disabled svg {
    opacity: 0.5; }

.slick-prev {
  left: auto;
  right: 30px; }

.slick-next {
  right: 0; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: white; }

.productCarousel.slick-dotted.slick-slider {
  margin-bottom: 17px; }

.productCarousel .slick-dots {
  display: none !important; }

.productCarousel .slick-slider {
  margin-bottom: 20px; }

.productCarousel .productCarousel-slide {
  float: none; }

.productCarousel .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: none;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  margin: 10px 0; }
  .productCarousel .slick-slide .card {
    height: 100%;
    margin: 0; }

.productCarousel .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .productCarousel .slick-track:before, .productCarousel .slick-track:after {
    display: none; }

.slick-track {
  margin-left: 0;
  margin-right: 0; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    margin: 0 4px;
    height: auto;
    width: auto;
    padding: 0; }
    .slick-dots li button {
      background: dimgray;
      height: 10px;
      width: 10px;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: none; }
      .slick-dots li button:hover {
        background: #b6b6b6 !important; }
    .slick-dots li.slick-active button {
      background: #b6b6b6 !important; }

/* =========================== Responsive TAB Start ============================= */
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e8e8; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  border: 1px solid transparent;
  border-bottom: none; }
  .r-tabs .r-tabs-tab.r-tabs-state-active {
    border: 1px solid #e8e8e8;
    border-bottom-color: white;
    margin-bottom: -1px; }

.r-tabs .r-tabs-panel {
  padding: 20px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

/* Tabs container */
.r-tabs {
  position: relative; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #555555; }
  .r-tabs .r-tabs-nav .r-tabs-anchor .common-angle {
    display: none; }
  .r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    color: black; }

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: black; }

/* =========================== Responsive TAB end ============================= */
/* ==================== CARD STYLE ==================== */
.productGrid .product {
  width: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.suggestiveCart {
  padding-bottom: 5px; }

.productGrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap; }
  .productGrid:after, .productGrid:before {
    display: none; }

.category-main-container {
  display: flex;
  gap: 1rem; }
  .category-main-container .page-sidebar {
    min-width: 14rem !important;
    max-width: 14rem !important; }
  @media (max-width: 1023px) {
    .category-main-container {
      flex-direction: column; }
      .category-main-container .page-sidebar {
        width: 100% !important;
        max-width: 100% !important; } }

.page-sidebar + .page-content .productGrid .product {
  width: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.card {
  border: 1px solid #e8e8e8;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  background: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .card:hover .card-figure a .card-img-container::before {
      opacity: 1;
      visibility: visible; }
  .card .card-figure {
    background: #ffffff; }
    .card .card-figure a {
      display: block; }
      .card .card-figure a .card-img-container {
        position: relative;
        max-width: 100%; }
        .card .card-figure a .card-img-container::before {
          content: "";
          background: rgba(255, 255, 255, 0.7);
          height: 100%;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 3;
          opacity: 0;
          visibility: hidden; }
  .card .button {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 8px 8px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    background: white;
    color: black;
    border: none;
    border-right: 1px solid #e8e8e8;
    height: 36px; }
    .card .button:hover {
      background: black;
      color: white; }
    .card .button.compare-active {
      background: black;
      border: 1px solid white; }
      .card .button.compare-active svg {
        fill: black; }
    .card .button.quickview {
      background: black;
      border-right: none;
      color: white;
      padding: 8px 14px;
      line-height: 22px;
      height: 37px;
      display: inline-block; }
      .card .button.quickview:hover {
        background: white;
        color: black;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3); }
  .card .actionButton .button {
    width: calc(100% - 46px);
    float: left; }
    .card .actionButton .button.no-compare {
      width: 100%; }
    .card .actionButton .button.compare {
      float: right;
      text-align: center;
      width: auto;
      border: none;
      font-size: 14px;
      line-height: 14px;
      padding: 10px 15px 8px; }
      .card .actionButton .button.compare:hover svg {
        fill: white; }
      .card .actionButton .button.compare.compare-active svg {
        fill: white; }
      .card .actionButton .button.compare svg {
        width: 16px;
        height: 16px;
        fill: black; }
      .card .actionButton .button.compare.no-add-to-cart {
        width: 100%; }

.card-body {
  text-align: center;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .card-body .card-text {
    color: #555555; }

.card-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal; }
  .card-title a {
    color: #555555;
    font-weight: 500; }
    .card-title a:hover {
      color: black; }

.price {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: black; }
  .price.price--rrp {
    color: #999999; }

.price-now-label {
  color: black;
  font-weight: 600; }

.card-figcaption-body {
  width: auto;
  top: 70%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  opacity: 0; }

.card:hover .card-figcaption {
  opacity: 1; }
  .card:hover .card-figcaption .card-figcaption-body {
    top: 50%;
    opacity: 1; }

.card-figcaption {
  z-index: 3; }

.card-button-block {
  text-align: center;
  padding-top: 0;
  border-top: 1px solid #e8e8e8; }

.card-summary {
  display: none; }

.card-body-inn {
  border-top: 1px solid #e8e8e8;
  padding: 10px 5px; }

.card-image {
  z-index: 2; }

.sale-flag-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3; }
  .sale-flag-right span {
    height: 22px;
    line-height: 22px;
    padding: 0px 10px;
    background: black;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    display: block;
    text-align: center; }

.card-text .price-section.rrp-price--withoutTax, .card-text .price-section.rrp-price--withTax {
  margin-right: 10px; }

.card-text .price-section.rrp-price--withoutTax, .card-text .price-section.non-sale-price--withoutTax, .card-text .price-section.rrp-price--withTax, .card-text .price-section.non-sale-price--withTax {
  display: inline-block;
  vertical-align: middle; }
  .card-text .price-section.rrp-price--withoutTax .price, .card-text .price-section.non-sale-price--withoutTax .price, .card-text .price-section.rrp-price--withTax .price, .card-text .price-section.non-sale-price--withTax .price {
    position: relative;
    font-size: 13px;
    color: #999999;
    font-weight: normal; }
    .card-text .price-section.rrp-price--withoutTax .price:before, .card-text .price-section.non-sale-price--withoutTax .price:before, .card-text .price-section.rrp-price--withTax .price:before, .card-text .price-section.non-sale-price--withTax .price:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: black;
      height: 1px;
      width: 100%;
      margin-top: -0.5px;
      transform: rotate(175deg); }

.card-text .price--rrp,
.card-text .price--non-sale,
.card-text .price--discounted {
  text-decoration: none; }

/* ============= layout-Black card style =============== */
.artify-layout--jewelry .card {
  background: #000000; }
  .artify-layout--jewelry .card .card-figure a .card-img-container::before {
    background: rgba(0, 0, 0, 0.7); }

/* ======== PRODUCT LIST VIEW STYLE ======== */
.page-sidebar + .page-content .productGrid.product-list-style .product {
  width: 50%; }

.page-content .productGrid.product-list-style .product {
  width: 33.33%; }
  @media screen and (max-width: 1279px) {
    .page-content .productGrid.product-list-style .product {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .page-content .productGrid.product-list-style .product {
      width: 100%; } }

.product-list-style {
  margin-left: -10px;
  margin-right: -10px; }
  .product-list-style .card-figure {
    vertical-align: middle;
    display: flex;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 35%; }
  .product-list-style .card-body {
    text-align: left;
    display: inline-block;
    padding-top: 0;
    vertical-align: middle;
    float: none;
    border-left: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65%;
    padding-bottom: 37px; }
  .product-list-style .card-summary {
    display: block;
    margin-bottom: 10px; }
  .product-list-style .card-title {
    font-size: 16px;
    font-size: 400; }
  .product-list-style .card .actionButton {
    text-align: left;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .product-list-style .card-summary {
    display: block; }
  .product-list-style .card-body-inn {
    border-top: none;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-bottom: none; }
  .product-list-style .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative; }
    .product-list-style .card .card-figure a .card-img-container {
      position: inherit; }
  .product-list-style .card-button-block {
    border-top: 1px solid #e8e8e8;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64.8%; }

.productGrid .product:last-child:not(:first-child) {
  float: left; }

/* =================== banners common style ================*/
.banners {
  background: none;
  padding: 0;
  text-align: left; }

.banner-hover {
  overflow: hidden; }
  .banner-hover .banner-block {
    overflow: hidden; }
    .banner-hover .banner-block img {
      overflow: hidden;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s; }
    .banner-hover .banner-block:hover img {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
      transition: all 0.5s ease-in-out;
      opacity: 0.8; }

.banner {
  margin: 0;
  max-width: 100%; }

/*===================== sidebar common style ==================*/
.facetedSearch .accordion-title,
.sidebarBlock-heading {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 9px 35px 9px 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-transform: capitalize; }

.sidebarBlock + .sidebarBlock {
  border-top: none;
  padding-top: 0;
  margin-top: 20px; }

.sidebarBlock .common-angle {
  display: none; }

.sidebarBlock .navList {
  border: 1px solid #e8e8e8;
  list-style: none; }
  .sidebarBlock .navList li {
    border-top: 1px solid #e8e8e8;
    margin: 0; }
    .sidebarBlock .navList li.active-category > a {
      color: black; }
    .sidebarBlock .navList li.view-all a {
      color: black;
      text-transform: uppercase; }
      .sidebarBlock .navList li.view-all a:hover {
        color: #555555; }
    .sidebarBlock .navList li a {
      display: block;
      line-height: normal;
      font-size: 14px;
      padding: 9px 35px 9px 12px;
      font-weight: normal;
      color: #555555;
      word-wrap: break-word; }
      .sidebarBlock .navList li a.is-active {
        color: black; }
      .sidebarBlock .navList li a:hover {
        color: black; }
        .sidebarBlock .navList li a:hover span.common-angle.p-s-b svg {
          fill: black; }
      .sidebarBlock .navList li a span.common-angle {
        display: none; }
        .sidebarBlock .navList li a span.common-angle.p-s-b {
          display: inline-block; }
    .sidebarBlock .navList li ul {
      border-left: none;
      border-bottom: 0; }
      .sidebarBlock .navList li ul li {
        border: none; }
        .sidebarBlock .navList li ul li ul li a {
          padding-left: 33px; }
          .sidebarBlock .navList li ul li ul li a .common-angle.p-s-b {
            left: 23px; }
      .sidebarBlock .navList li ul a {
        padding-left: 24px;
        padding-top: 7px;
        padding-bottom: 7px;
        position: relative; }
        .sidebarBlock .navList li ul a .common-angle.p-s-b {
          position: absolute;
          left: 15px;
          top: 6px; }
          .sidebarBlock .navList li ul a .common-angle.p-s-b svg {
            height: 6px;
            width: 6px;
            fill: #555555; }
    .sidebarBlock .navList li:first-child {
      border-top: 0; }

.form-field {
  position: relative; }

.artify-layout--jewelry .facetLabel {
  background: #14141d;
  padding: 2px 0.5rem 5px 0.71429rem; }

/* ==================== MOBILE MENU STYLE ==================== */
body.mobile-menu-open {
  overflow: hidden; }

.mobile-menu-btn {
  display: inline-block;
  vertical-align: middle; }
  .mobile-menu-btn span {
    width: 36px;
    height: 36px;
    background: black;
    display: block;
    padding: 8px; }
    .mobile-menu-btn span svg {
      fill: white; }

.mobile-menu-block {
  background: white;
  bottom: 0;
  color: #555555;
  font-size: 16px;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
  left: -400px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .mobile-menu-block .sidebarBlock .navList {
    display: block; }

.menu-open-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40; }

.mobile-menu-open .mobile-menu-block {
  left: 0; }

.mobile-menu-open .menu-open-overlay {
  display: block; }

.mobile-menu-inner {
  height: 100%;
  overflow: auto; }

.mobile-menu-close-btn {
  margin-bottom: 15px; }
  .mobile-menu-close-btn a {
    display: inline-block;
    vertical-align: middle; }
    .mobile-menu-close-btn a svg {
      padding: 5px;
      display: inline-block;
      vertical-align: middle;
      fill: white;
      background: black; }

.mobile-menu-item {
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden; }

.mobile-menu-title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  color: #000000; }
  .mobile-menu-title i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: black; }
  .mobile-menu-title span {
    display: inline-block;
    vertical-align: middle; }

.mobile-menu-list {
  list-style: none;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize; }
  .mobile-menu-list li {
    position: relative; }
    .mobile-menu-list li a {
      display: block;
      padding: 10px 0;
      line-height: 16px; }
      .mobile-menu-list li a .fa,
      .mobile-menu-list li a i {
        display: none; }
    .mobile-menu-list li:first-child > a {
      border-top: none; }
    .mobile-menu-list li .hitarea {
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
      font-size: 9px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .mobile-menu-list ul {
    margin: 0;
    list-style: none;
    display: none; }
    .mobile-menu-list ul li a {
      padding-left: 10px;
      font-size: 12px; }
    .mobile-menu-list ul li li a {
      padding-left: 20px; }

/*fancybox start*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable="true"] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: 0; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*fancybox end*/
.fancybox-thumbs {
  background: #ddd; }

/* growl css */
/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.5
 */
.ontop,
#growls-default,
#growls-tl,
#growls-tr,
#growls-bl,
#growls-br,
#growls-tc,
#growls-bc,
#growls-cc,
#growls-cl,
#growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }

#growls-tl {
  top: 10px;
  left: 10px; }

#growls-tr {
  top: 10px;
  right: 10px; }

#growls-bl {
  bottom: 10px;
  left: 10px; }

#growls-br {
  bottom: 10px;
  right: 10px; }

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }

#growls-cl {
  top: 50%;
  left: 10px; }

#growls-cr {
  top: 50%;
  right: 10px; }

#growls-tc .growl,
#growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

.growl.growl-default {
  color: #ffffff;
  background: #7f8c8d; }

.growl.growl-error {
  color: #ffffff;
  background: #c0392b; }

.growl.growl-notice {
  color: #ffffff;
  background: #2ecc71; }

.growl.growl-warning {
  color: #ffffff;
  background: #f39c12; }

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif; }

.growl .growl-title {
  font-size: 18px;
  line-height: 24px; }

.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

.client-testimonials-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  justify-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto; }

.client-testimonials-image-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left; }

.client-testimonials-image-captions {
  align-self: flex-start;
  text-align: left;
  margin-left: 10px; }

.client-testimonials-image-container img {
  width: 100%;
  height: auto;
  display: block; }

.client-testimonials-hover-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.client-testimonials-hover-text p {
  font-size: large; }

.client-testimonials-image-container:hover .client-testimonials-hover-text {
  opacity: 1; }

.image-caption-testimonials {
  margin-top: 20px; }

.image-caption-testimonials h2 {
  font-size: xx-large; }

.image-caption-testimonials p {
  font-size: large;
  font-family: "Raleway", "sans-serif"; }

@media (max-width: 768px) {
  .client-testimonials-images {
    grid-template-columns: repeat(2, 1fr);
    width: 100%; } }

.glossary ul {
  list-style-type: none; }

.glossary-letters {
  list-style-type: none; }

.glossary-section {
  margin-top: 20px; }

.glossary-unordered-list ul li {
  font-size: medium; }

.glossary-unordered-list ul li strong {
  font-size: large;
  text-decoration: underline;
  display: block; }

.glossary-letters > strong {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  list-style: none;
  padding: 5px;
  width: 40px;
  height: 40px;
  margin: 10px;
  margin-right: 60px;
  background: linear-gradient(135deg, #daa5fb, #26c2d8);
  color: white;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase; }

.meet-the-team-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto; }

.team-image-container {
  position: relative;
  overflow: hidden;
  margin-top: 30px; }

.team-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  transform-origin: left center; }

.team-image-container:hover img {
  transform: scale(2.1); }

.team-image-zoom-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }

.team-image-container:hover .team-image-zoom-effect {
  visibility: visible;
  cursor: zoom-in; }

.custom-orders-page {
  margin-top: 40px; }

.custom-orders-page-images {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center; }

.custom-orders-page-images h4 {
  margin-top: 10px;
  font-size: medium; }

.custom-orders-page-images-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 19.5%; }

@media (max-width: 1180px) {
  .custom-orders-page-images-item {
    width: 48%; }
  .custom-orders-page-icons {
    gap: 0px !important; } }

.custom-orders-page-images-item img {
  width: 100%; }

.custom-orders-page-images-item h3 {
  margin-top: 5px; }

.custom-orders-page-icons {
  display: grid;
  margin: 100px 0px 100px 0px;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px; }

.custom-orders-page-icons-item {
  display: flex;
  align-items: center;
  gap: 10px; }

.custom-orders-page-icons-item img {
  width: 15%;
  height: auto; }

.custom-orders-page-icons-text {
  display: flex;
  flex-direction: column;
  font-size: medium; }

.custom-orders-page-icons-text p {
  font-size: medium; }

@font-face {
  font-family: Canva Sans;
  src: url(/assets/fonts/CanvaSans-Regular15263162195051178836.f4.f4a4890561b3fddfd1fd9a1b27b6d4a4.woff2); }

@font-face {
  font-family: Canva Sans Bold;
  src: url(/assets/fonts/CanvaSans-Bold13644182954117137290.33696.33696a29f45c1b554a4c12443b998d21.woff2); }

.ssgm-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.ssgm-table {
  width: 90%;
  align-items: center;
  background-color: #c3e9ed;
  border-collapse: collapse; }

.ssgm-th, .ssgm-td {
  border: 5px solid white;
  padding: 8px;
  text-align: center; }

.ssgm-th {
  font-weight: bold; }

.ssgm-post-header {
  width: 95%;
  margin-top: 40px; }

.ssgm-page-icons {
  display: flex;
  width: 95%;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-direction: column;
  gap: 20px; }

.ssgm-page-icons-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.ssgm-page-icons-item img {
  width: 10%;
  height: auto;
  margin: 10px; }

.ssgm-page-icons-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
  min-width: 200px;
  max-width: 50%; }

.ssgm-page-icons-item .ssgm-arrows {
  margin-right: 30px; }

.earnings-ssgm-text {
  text-align: center; }

.ssgm-sample-fundraiser {
  display: flex;
  width: 70%;
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px; }

.ssgm-sample-fundraiser img {
  width: 80%;
  height: auto; }

.ssgm-sample-fundraiser-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.ssgm-sample-fundraiser-text p {
  font-size: larger; }

.ssgm-sample-fundraiser-text h2 {
  color: black;
  font-size: 220%; }

@media (max-width: 1278px) {
  .ssgm-page-icons {
    width: 200%;
    transform: scale(0.5);
    transform-origin: top center; }
  .ssgm-page-icons-item img {
    width: 10%;
    margin: 5px; }
  .ssgm-page-icons-item-text {
    font-size: 0.4rem; }
  .ssgm-page-icons {
    margin-bottom: -150px; }
  .ssgm-sample-fundraiser img {
    width: 100%; }
  .ssgm-sample-fundraiser-text p {
    font-size: small; }
  .ssgm-sample-fundraiser-text h2 {
    color: black;
    font-size: 150%; } }

.category-header-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 1rem; }

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

.category-header-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  width: 100%; }

.category-header-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }
  .category-header-content-section h2 {
    font-family: "Roboto";
    color: black;
    font-size: 1.75rem;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray; }

.category-header-content-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem; }

.category-header-content-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  aspect-ratio: 4/5;
  overflow: hidden; }
  .category-header-content-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.category-header-content-item h3 {
  font-size: 1.25rem;
  margin: 1rem 0 0;
  color: black;
  text-align: center; }

.clothing-shop-all {
  margin: 3rem auto;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  font-weight: 600;
  font-size: 1.5rem; }

@media (max-width: 768px) {
  .category-header-content {
    grid-template-columns: repeat(1, 2fr); }
  .category-header-content-section h2 {
    font-size: 1.5rem; }
  .category-header-content-list {
    grid-template-columns: repeat(2, 1fr); }
  .category-header-content-item a {
    aspect-ratio: 3/4; }
  .clothing-shop-all {
    font-size: 1.25rem;
    padding: 0.5rem 1rem; } }

.storefronts-page-item-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.storefronts-page-item {
  margin: 20px 0 20px 0;
  text-align: center;
  width: 80%; }

.storefronts-page-item h2 {
  font-size: 180%; }

.storefronts-page-item a {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.storefronts-page-item img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  display: block; }

.storefronts-page-item:hover a {
  transform: translateY(-5px); }

.storefronts-page-item:hover img {
  transform: scale(1.05); }

.storefronts-page-item:hover h2 {
  color: #555; }

.cas-steps-graphic {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px; }

#wall-image {
  width: 500px; }

.cas-steps {
  width: 100%; }

.cas-step-item {
  display: grid;
  width: 80%;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px; }

.cas-step-item img {
  width: 120px;
  justify-self: center; }

.cas-step-item-text {
  margin-left: -80px; }

.cas-step-item-text p {
  font-size: 95%; }

.cas-step-item-text h2 {
  font-size: 150%; }

.virtual-storefront-highlights {
  display: flex;
  margin-top: 40px;
  justify-content: center; }

.cas-highlights-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 150px;
  justify-content: center;
  margin: 0 auto;
  font-size: 150%; }

.cas-perks {
  width: 80%;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center; }

.cas-perks-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: medium; }

.cas-perks-item h2 {
  font-size: 180%;
  text-align: left; }

.cas-perks-container {
  display: flex;
  margin-top: 20px;
  justify-content: center; }

.cas-perks-item p {
  font-size: 110%;
  text-align: left; }

@media (max-width: 950px) {
  .cas-steps-graphic {
    grid-template-columns: 1fr;
    margin: 20px 10px; }
  #wall-image {
    display: none; }
  .cas-steps {
    width: 100%; }
  .cas-step-item {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 20px; }
  .cas-step-item-img {
    margin: 0 auto 10px;
    max-width: 10%; }
  .cas-step-item-text {
    width: 100%; }
  .virtual-storefront-highlights {
    flex-direction: column;
    text-align: center; }
  .cas-highlights-list {
    margin-left: 10px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 20px;
    font-size: 120%;
    padding: 0 10px; }
  .cas-perks {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px; }
  .cas-perks-item {
    width: 90%;
    margin: auto; }
  .cas-perks-container {
    flex-direction: column;
    align-items: center; }
  .cas-perks-item h2,
  .cas-perks-item p {
    text-align: left; } }

.cas-contact-us {
  margin: 3rem auto;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5817c;
  color: white;
  font-weight: 600;
  font-size: 1.5rem; }

.cusord-contact-us {
  margin: 3rem auto;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #af9ddc;
  color: white;
  font-weight: 600;
  font-size: 1.5rem; }

/* =================== Header style ================= */
.pencil-banner {
  background: #67c9c3; }
  .pencil-banner .banner-contain {
    color: white;
    padding: 5px 15px 5px 0;
    display: block; }
  .pencil-banner .control-close-btn {
    position: absolute;
    right: 0;
    top: 7px; }
    .pencil-banner .control-close-btn svg {
      fill: white;
      height: 12px;
      width: 12px; }
  .pencil-banner .pancil-banner-inn {
    position: relative; }

.stuck {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  border-top: 2px solid black !important; }
  .stuck .navPages-container {
    border-bottom: none;
    border-top: none; }
  .stuck .navPages {
    text-align: center; }

.artify-layout--electronics .stuck {
  border-top: 2px solid black !important; }

.header {
  border-bottom: none;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }
  .header.stuck .pencil-banner,
  .header.stuck .header-mid-section,
  .header.stuck .header-navigation {
    display: none; }

.artify-layout--jewelry .header {
  background: #0b0b11; }

.header-mid-section {
  padding: 30px 0; }

.contactNumber {
  font-weight: 500;
  font-size: 20px; }
  .contactNumber a {
    color: #555555; }
    .contactNumber a:hover {
      color: black; }
  .contactNumber svg {
    vertical-align: middle;
    fill: black; }
  .contactNumber strong {
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px; }

.display-table-first {
  width: 100%;
  display: table;
  position: relative;
  z-index: 10; }
  .display-table-first > .column, .display-table-first > .columns,
  .display-table-first > .columns {
    display: table-cell;
    vertical-align: middle;
    float: none !important; }

.accountMenu {
  display: none;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 170%;
  background: #ffffff;
  padding: 15px;
  padding-bottom: 6px;
  border: 1px solid #e8e8e8;
  width: 180px;
  height: auto;
  text-align: left; }
  .accountMenu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    height: 20px;
    width: 20px;
    background: transparent; }

.navUser .userSummary li {
  margin-left: 0;
  position: relative; }
  .navUser .userSummary li .sf-with-ul::before {
    content: "";
    background: transparent;
    height: 15px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%; }

.navUser .userSummary ul {
  float: none;
  padding: 15px 15px 6px; }
  .navUser .userSummary ul li {
    float: none;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px; }
    .navUser .userSummary ul li a {
      color: #555555;
      display: block;
      font-weight: 400;
      text-transform: capitalize; }
      .navUser .userSummary ul li a:hover {
        color: black; }
      .navUser .userSummary ul li a.has-dropdown {
        font-size: 1rem; }
    .navUser .userSummary ul li.navUser-item--account a,
    .navUser .userSummary ul li.navUser-item--account span {
      margin-bottom: 9px; }
    .navUser .userSummary ul li.nav-currency {
      margin-top: 20px;
      padding-top: 20px;
      margin-bottom: 0;
      border-top: 1px solid #e8e8e8; }
      .navUser .userSummary ul li.nav-currency b {
        font-weight: 400;
        color: black; }
      .navUser .userSummary ul li.nav-currency span {
        color: #555555; }
      .navUser .userSummary ul li.nav-currency .navUser-section {
        padding: 0; }
      .navUser .userSummary ul li.nav-currency .currencyOption {
        padding: 0; }
        .navUser .userSummary ul li.nav-currency .currencyOption li {
          font-size: 12px;
          margin: 0 5px 5px 0;
          float: left; }
          .navUser .userSummary ul li.nav-currency .currencyOption li span {
            display: block;
            padding: 4px 13px;
            border: 1px solid #e8e8e8;
            height: 27px;
            line-height: 15px; }
            .navUser .userSummary ul li.nav-currency .currencyOption li span:hover {
              border: 1px solid black; }
            .navUser .userSummary ul li.nav-currency .currencyOption li span.active {
              border: 1px solid black; }

.artify-layout--jewelry .userSummary .arrow {
  border-color: #ffffff; }

.navUser-section svg {
  fill: black; }

.navUser-item--cart,
.nav-compare {
  position: relative; }

.navUser {
  padding: 0;
  text-align: right; }
  .navUser ul li {
    margin-left: 20px; }
    .navUser ul li.navUser-navigation a svg {
      height: 20px;
      width: 20px; }
    .navUser ul li a svg {
      transition: color 0.15s ease;
      -webkit-transition: color 0.15s ease;
      -moz-transition: color 0.15s ease;
      display: inline-block;
      vertical-align: middle;
      height: 22px;
      width: 22px; }
    .navUser ul li a .common-angle svg {
      height: 12px;
      width: 12px; }
    .navUser ul li a:hover svg {
      fill: #555555; }
    .navUser ul li.nav-compare .countPill {
      right: -14px;
      top: -15px; }

.navUser .previewCart ul li {
  margin-left: 0;
  padding: 10px 0; }

.artify-layout--jewelry .previewCartItem-name a {
  color: #999999; }

.artify-layout--jewelry .previewCartItem-brand {
  color: #8f8f8f; }

.artify-layout--jewelry .accountMenu {
  background: #000000; }
  .artify-layout--jewelry .accountMenu .menuList ul li a,
  .artify-layout--jewelry .accountMenu .menuList ul li.navUser-item--account span,
  .artify-layout--jewelry .accountMenu .menuList ul li.nav-currency span,
  .artify-layout--jewelry .accountMenu .menuList ul li.nav-currency b {
    color: #ccc; }
  .artify-layout--jewelry .accountMenu .menuList ul li a:hover {
    color: black; }

.previewCartItem-brand {
  color: #555555; }

.dropdown-menu .previewCartItem-name a {
  color: #555555; }

.previewCartItem-price {
  color: black; }

.previewCartItem-content {
  text-align: left; }

.previewCartItem-image {
  width: 110px; }

.previewCartTotal {
  font-size: 14px; }
  .previewCartTotal label {
    float: left; }
  .previewCartTotal .cart-sub-total {
    float: right;
    font-weight: 700; }

.search-view-all .button {
  width: 100%; }

.quickSearch-main {
  display: inline-block;
  vertical-align: middle; }
  .quickSearch-main .form {
    margin: 0; }
    .quickSearch-main .form .form-fieldset {
      margin: 0;
      padding: 0; }
      .quickSearch-main .form .form-fieldset .form-field {
        margin: 0;
        position: relative; }
        .quickSearch-main .form .form-fieldset .form-field .form-input {
          height: 32px;
          padding: 0 30px 0 9px; }
  .quickSearch-main .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
    .quickSearch-main .search-icon:hover svg {
      fill: #999999; }
    .quickSearch-main .search-icon .searchIcon {
      cursor: pointer;
      padding: 5px 7px;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      font-size: 0;
      border: none;
      background: 0 0; }
    .quickSearch-main .search-icon svg {
      width: 30px;
      height: 32px;
      display: block;
      position: relative;
      z-index: 1;
      top: 0;
      transition: color 0.15s ease;
      -webkit-transition: color 0.15s ease;
      -moz-transition: color 0.15s ease;
      padding: 7px;
      fill: #555555; }

.quickSearchMessage {
  font-size: 16px;
  margin: 0;
  padding: 15px;
  border: 1px solid #e8e8e8;
  position: relative; }

.MenuRightSection {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-top: 2px; }

.countPill {
  position: absolute;
  right: -14px;
  top: -15px;
  line-height: 20px;
  background: #eee;
  font-weight: 400;
  color: #000000; }

.artify-layout--beauty .countPill {
  background: black; }

.artify-layout--jewelry .countPill {
  background: #000000;
  color: #ffffff; }

.artify-layout--jewelry .previewCartTotal {
  color: #ffffff; }

.artify-layout--jewelry #quickSearch .productGrid:after {
  border-bottom-color: #000000; }

.artify-layout--jewelry .quickSearchMessage {
  background: #000000; }
  .artify-layout--jewelry .quickSearchMessage:after {
    border-bottom-color: #000000; }

.artify-layout--electronics .countPill {
  background: #000000;
  color: #ffffff; }

#quickSearch {
  position: relative; }
  #quickSearch .quickSearchResults {
    z-index: 99999;
    right: 0;
    top: 140%;
    position: absolute;
    background: white;
    padding: 0;
    width: 345px; }
    @media screen and (max-width: 63.9375em) {
      #quickSearch .quickSearchResults .ViewAllBtn {
        background: black;
        color: #ffffff;
        text-align: center;
        padding: 5px;
        display: block;
        cursor: pointer; } }
    #quickSearch .quickSearchResults .card-figcaption-body {
      display: none; }
  #quickSearch .card-body-inn {
    border: none;
    padding: 0 5px; }
  #quickSearch .productGrid {
    border: 1px solid #e8e8e8;
    position: relative;
    float: left;
    width: 100%; }
    #quickSearch .productGrid:before, #quickSearch .productGrid:after {
      display: block;
      bottom: 100%;
      right: 25px;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #quickSearch .productGrid:after {
      border-bottom-color: #ffffff;
      border-width: 8px;
      margin-left: -8px;
      right: 27px; }
    #quickSearch .productGrid:before {
      border-bottom-color: #e8e8e8;
      border-width: 10px;
      margin-left: -10px; }
    #quickSearch .productGrid .product {
      margin-left: 0;
      width: 100%;
      padding: 0; }
      #quickSearch .productGrid .product:first-child .card {
        border-top: none; }
      @media screen and (max-width: 47.9375em) {
        #quickSearch .productGrid .product {
          width: 100%; } }
      #quickSearch .productGrid .product .card-figure {
        display: inline-block;
        vertical-align: middle;
        width: 25%; }
        #quickSearch .productGrid .product .card-figure a .card-img-container::before {
          display: none; }
        @media screen and (max-width: 47.9375em) {
          #quickSearch .productGrid .product .card-figure {
            width: 15%; } }
        @media screen and (max-width: 35.4375em) {
          #quickSearch .productGrid .product .card-figure {
            width: 25%; } }
      #quickSearch .productGrid .product .card-body {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
        padding: 5px 0 5px 15px;
        text-align: left; }
      #quickSearch .productGrid .product .card {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 0px;
        border: none;
        border-top: 1px solid #e8e8e8;
        padding: 5px 10px;
        display: inline-block; }
        #quickSearch .productGrid .product .card:hover {
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        @media screen and (max-width: 63.9375em) {
          #quickSearch .productGrid .product .card {
            padding: 15px;
            border-left: 1px solid #e8e8e8; } }
        @media screen and (max-width: 47.9375em) {
          #quickSearch .productGrid .product .card {
            padding: 5px 15px;
            border-left: none; } }
        @media screen and (max-width: 63.9375em) {
          #quickSearch .productGrid .product .card .card-title {
            margin-bottom: 5px; } }
        @media screen and (max-width: 47.9375em) {
          #quickSearch .productGrid .product .card .card-title {
            margin-bottom: 0px; } }
        #quickSearch .productGrid .product .card .product-item-price span {
          margin: 0; }
        @media screen and (max-width: 47.9375em) {
          #quickSearch .productGrid .product .card p {
            margin-bottom: 0px; } }
      #quickSearch .productGrid .product .card-button-block {
        display: none; }

.MobileSearchSection {
  display: none; }

.header-wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

@media screen and (min-width: 568px) {
  .header-position--left .header-phone {
    order: 2;
    text-align: center; }
  .header-position--left .header-logo-wrp {
    order: 1; }
  .header-position--left .header-nav {
    order: 3; }
  .header-position--left .header-logo--left {
    margin-left: 0; }
  .header-position--right .header-logo-wrp {
    order: 3; }
  .header-position--right .header-nav {
    order: 2; }
    .header-position--right .header-nav .navUser {
      text-align: center; } }

/* =================== Header style2 ================= */
.header-navigation {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0; }
  .header-navigation .usermenu {
    display: none; }
  .header-navigation ul {
    margin: 0; }
    .header-navigation ul li {
      position: relative;
      margin-bottom: 0; }
      .header-navigation ul li .sf-with-ul::before {
        content: "";
        background: transparent;
        height: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%; }
  .header-navigation .currencyOption {
    position: absolute;
    top: 140%;
    left: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #e8e8e8;
    width: 150px;
    padding: 15px;
    z-index: 99;
    background: white;
    display: none; }
    .header-navigation .currencyOption li {
      margin-top: 10px;
      margin-bottom: 0; }
      .header-navigation .currencyOption li:first-child {
        margin-top: 0; }
    .header-navigation .currencyOption a {
      display: block;
      color: #555555; }
      .header-navigation .currencyOption a.active, .header-navigation .currencyOption a:hover {
        color: black; }
      .header-navigation .currencyOption a strong {
        vertical-align: middle;
        margin-left: 5px;
        font-weight: normal; }
    .header-navigation .currencyOption.dropdown-menu-arrow:before, .header-navigation .currencyOption.dropdown-menu-arrow:after {
      left: 10%;
      bottom: 100%; }
  .header-navigation .nav-currency {
    position: relative;
    cursor: pointer;
    list-style: none; }
    .header-navigation .nav-currency li {
      margin-bottom: 0; }
    .header-navigation .nav-currency span {
      color: #555555; }
      .header-navigation .nav-currency span img {
        vertical-align: middle; }
      .header-navigation .nav-currency span span {
        vertical-align: middle;
        margin-left: 4px; }
        .header-navigation .nav-currency span span:hover {
          color: black; }
    .header-navigation .nav-currency .common-angle svg {
      fill: #555555;
      margin-left: 5px; }
  .header-navigation .navUser-item--account .navUser-or {
    display: inline-block; }
  .header-navigation .top-nav-right ul {
    list-style: none; }
    .header-navigation .top-nav-right ul ul li {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
      .header-navigation .top-nav-right ul ul li:first-child a {
        border-left: none; }
      .header-navigation .top-nav-right ul ul li a {
        font-size: 14px;
        font-weight: normal;
        color: #555555;
        text-transform: capitalize;
        padding: 0 15px;
        border-left: 1px solid #e8e8e8; }
        .header-navigation .top-nav-right ul ul li a em {
          font-style: normal; }
        .header-navigation .top-nav-right ul ul li a:hover {
          color: black; }
        .header-navigation .top-nav-right ul ul li a.nav-login {
          padding-right: 0; }
        .header-navigation .top-nav-right ul ul li a.nav-signup {
          border: none;
          padding: 0; }

.emptyCompare .header-navigation .top-nav-right ul ul li a em {
  display: none; }

.artify-layout--beauty .header-navigation .currencyOption a {
  color: #555555; }
  .artify-layout--beauty .header-navigation .currencyOption a:hover {
    color: black; }
  .artify-layout--beauty .header-navigation .currencyOption a.active {
    color: black; }

.artify-layout--jewelry .header-style2 .navUser-item--cart .item-text .cart-sub-total {
  color: #555555;
  font-weight: 700; }

.artify-layout--jewelry .navUser-item--cart .dropdown-menu.is-open::after {
  border-bottom-color: #000000; }

.navUser-item--cart .dropdown-menu {
  right: -25px !important;
  padding: 0 20px 20px; }
  .navUser-item--cart .dropdown-menu.is-open {
    top: 140% !important; }
    .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
      bottom: 100%;
      left: 90%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      border-bottom-color: #ffffff;
      border-width: 8px;
      margin-left: -8px; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      border-bottom-color: #e8e8e8;
      border-width: 10px;
      margin-left: -10px; }

.header-style2 .navUser-item--cart {
  margin-left: 15px; }
  .header-style2 .navUser-item--cart .cart-icon {
    display: inline-block;
    vertical-align: middle; }
  .header-style2 .navUser-item--cart .item-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    text-transform: capitalize;
    font-size: 14px;
    color: #555555;
    font-weight: 500; }
    .header-style2 .navUser-item--cart .item-text em {
      font-style: normal; }
    .header-style2 .navUser-item--cart .item-text .cart-sub-total {
      display: block;
      font-weight: normal;
      color: black; }
  .header-style2 .navUser-item--cart .navUser-action {
    text-align: left; }
  .header-style2 .navUser-item--cart svg {
    fill: black;
    height: 30px;
    width: 30px; }
  .header-style2 .navUser-item--cart .countPill {
    display: block; }
  .header-style2 .navUser-item--cart .dropdown-menu.is-open:after, .header-style2 .navUser-item--cart .dropdown-menu.is-open:before {
    left: auto;
    right: 23px; }
  .header-style2 .navUser-item--cart .dropdown-menu {
    right: 0 !important; }
    .header-style2 .navUser-item--cart .dropdown-menu.is-open:after {
      right: 25px; }

.header-style2 .MenuRightSection {
  padding-top: 0; }

/* ================ nav menu style ===================*/
.navPages-container {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: white; }

/*===================== USP section style ================*/
.usp-box {
  background: #f8f8f8;
  padding: 9px;
  text-align: center;
  line-height: normal; }
  .usp-box img {
    max-height: 20px; }
  .usp-box img,
  .usp-box h3 {
    display: inline-block;
    vertical-align: middle; }
  .usp-box h3 {
    margin: 0 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    vertical-align: middle; }

.artify-layout--beauty .usp-box,
.artify-layout--jewelry .usp-box,
.artify-layout--electronics .usp-box {
  background: none;
  border: 1px solid #e8e8e8; }

/* ======================= Blog section style =================*/
.blog-body h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 10px;
  line-height: normal; }
  .blog-body h3 a {
    color: #555555; }
    .blog-body h3 a:hover {
      color: black; }

.blog-body p {
  line-height: normal;
  margin-bottom: 14px; }

.artify-layout--beauty .blog-body p {
  line-height: 18px; }

.home-blog-block {
  clear: both; }
  .home-blog-block .container, .home-blog-block .wrapper {
    position: relative; }
  .home-blog-block .page-heading.product-list-title {
    margin-bottom: 24px; }
  .home-blog-block .column:last-child:not(:first-child), .home-blog-block .columns:last-child:not(:first-child),
  .home-blog-block .columns:last-child:not(:first-child) {
    float: left; }

.blog-view {
  position: absolute;
  top: 4px;
  right: 0;
  background: white;
  padding-left: 10px; }

.blog-auth {
  border-bottom: 1px solid #e8e8e8;
  padding: 9px 0; }
  .blog-auth .blog-date,
  .blog-auth .authorname {
    color: #999999; }
  .blog-auth .blog-date {
    float: right; }
  .blog-auth .authorname {
    float: left; }

.post_image-container {
  height: 185px;
  display: table;
  width: 100%; }
  .post_image-container .banner-block {
    display: table-cell;
    vertical-align: middle; }
  .post_image-container img {
    max-height: 185px; }

.socialLinks-item.socialLinks-item--google_plusone {
  margin-right: 12px;
  margin-bottom: 0; }

.socialLinks-item .addthis_button_google_plusone {
  position: relative;
  height: 27px; }
  .socialLinks-item .addthis_button_google_plusone svg {
    width: 28px;
    height: 28px; }
  .socialLinks-item .addthis_button_google_plusone .google_plusone_iframe_widget {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: left;
    height: 100% !important;
    width: 28px !important; }

.socialLinks-item.socialLinks-item--facebookLike {
  margin-bottom: 0; }
  .socialLinks-item.socialLinks-item--facebookLike iframe {
    position: static !important;
    height: 25px;
    width: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.addthis_toolbox .socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

/* ===================== Instagram style =========================*/
.instagrame {
  clear: both; }
  .instagrame .page-heading.product-list-title {
    margin-bottom: 24px; }
    .instagrame .page-heading.product-list-title svg {
      fill: black;
      height: 25px;
      width: 26px;
      vertical-align: middle; }
    .instagrame .page-heading.product-list-title i {
      vertical-align: middle; }

.insta-block .slick-prev,
.insta-block .slick-next {
  margin-top: -38px; }

.insta-block .insta-item a {
  position: relative;
  overflow: hidden;
  display: block; }
  .insta-block .insta-item a img {
    display: inline-block;
    width: 100%; }
  .insta-block .insta-item a:before {
    content: "";
    position: absolute;
    background: url(../icons/instagram-logo.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    line-height: 40px;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
    opacity: 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s; }
  .insta-block .insta-item a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: 0;
    background: linear-gradient(315deg, #6154c6 0, #db3683 100%);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s; }
  .insta-block .insta-item a:hover:after {
    opacity: 0.8; }
  .insta-block .insta-item a:hover:before {
    opacity: 1; }

.insta-item-wrap {
  padding: 0 6px; }

/* ===================== footer style =========================*/
.footer.footer-border {
  border-top: 1px solid #e8e8e8; }

.newsletterSection {
  background-image: url("https://cdn11.bigcommerce.com/s-q6y5gcujza/images/stencil/original/image-manager/newsletter-bg.png?t=1740779239"); }
  .newsletterSection .footer-info-col {
    border-left: none;
    width: auto;
    margin-bottom: 0; }

.artify-layout--jewelry .newsletterSection .footer-info-heading {
  color: white; }

.artify-layout--jewelry .footer-newsletter-summary {
  color: white; }

.footer-info-col--social {
  margin-bottom: 0; }
  .footer-info-col--social.footer-info-col {
    padding: 10px 40px; }
  .footer-info-col--social .socialLinks {
    line-height: 32px; }
    .footer-info-col--social .socialLinks .socialLinks-item {
      margin-bottom: 0; }
    .footer-info-col--social .socialLinks .icon:hover svg {
      fill: black; }
    .footer-info-col--social .socialLinks .icon svg {
      fill: #555555; }
    .footer-info-col--social .socialLinks .icon.icon--stumbleupon {
      height: 24px;
      width: 24px; }
    .footer-info-col--social .socialLinks .icon.icon--pinterest {
      height: 19px;
      width: 20px; }
    .footer-info-col--social .socialLinks .icon.icon--linkedin, .footer-info-col--social .socialLinks .icon.icon--youtube, .footer-info-col--social .socialLinks .icon.icon--google {
      height: 20px;
      width: 20px; }

.newsletterForm {
  padding: 12px 0; }
  .newsletterForm .footer-info-heading {
    font-size: 24px;
    line-height: normal;
    color: white;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500; }
  .newsletterForm .form {
    margin: 0; }
    .newsletterForm .form .form-fieldset {
      margin: 0;
      padding: 0; }
      .newsletterForm .form .form-fieldset .form-field {
        margin-bottom: 0; }
        .newsletterForm .form .form-fieldset .form-field .form-input {
          height: auto;
          padding: 9px 15px; }
  .newsletterForm .button {
    background: #ffffff;
    color: #333;
    margin-left: 15px;
    height: auto;
    border: none;
    width: auto; }
    .newsletterForm .button:hover, .newsletterForm .button:active, .newsletterForm .button:focus {
      background: #efefef;
      color: #000000;
      border: none; }

.artify-layout--jewelry .newsletterForm .button {
  background: #14141d;
  color: #ccc; }
  .artify-layout--jewelry .newsletterForm .button:hover {
    opacity: 0.8; }

.newsletter-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
  margin-top: 10px;
  margin-bottom: 20px; }

.newsletter-form {
  width: 460px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .newsletter-form .form-prefixPostfix .form-inlineMessage {
    text-align: left; }

.artify-layout--jewelry .newsletter-form .form-prefixPostfix .form-inlineMessage {
  color: #ff0000; }
  .artify-layout--jewelry .newsletter-form .form-prefixPostfix .form-inlineMessage:before {
    display: none; }

.artify-layout--jewelry .newsletter-form .form-field--error .form-input {
  border-color: #ff0000; }

.footer-info {
  padding: 40px 0 20px;
  margin: 0;
  display: flex; }
  .footer-info:after, .footer-info:before {
    display: none; }

.footer-info-heading {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .footer-info-heading .common-angle {
    display: none; }
  .footer-info-heading a {
    display: inline-block;
    white-space: normal;
    word-break: break-word; }

.footer-copyright > .powered-by {
  color: #555555; }

.footer-info-list {
  display: inline-block;
  white-space: normal;
  word-break: break-word; }
  .footer-info-list li {
    margin-bottom: 4px; }
    .footer-info-list li a {
      color: #555555;
      font-size: 1rem;
      text-align: left; }
      .footer-info-list li a:hover {
        color: black; }
    .footer-info-list li.view-all a {
      color: black; }
      .footer-info-list li.view-all a:hover {
        color: #555555; }

.artify-layout--beauty .footer-info-heading {
  color: black; }

.artify-layout--beauty .newsletter-text .footer-info-heading {
  color: white; }

.artify-layout--beauty .footer-newsletter-summary {
  color: white; }

.footer-info-col {
  padding: 0 40px;
  border-left: 1px solid #e8e8e8;
  width: 20%;
  margin-bottom: 2rem;
  white-space: nowrap; }
  .footer-info-col.store-info {
    padding-left: 0;
    border-left: none; }
    .footer-info-col.store-info .f-email {
      margin-bottom: 10px; }
      .footer-info-col.store-info .f-email a {
        color: #555555; }
        .footer-info-col.store-info .f-email a svg {
          vertical-align: middle;
          height: 16px;
          width: 16px;
          fill: #555555;
          margin-right: 5px; }
        .footer-info-col.store-info .f-email a:hover {
          color: black; }
          .footer-info-col.store-info .f-email a:hover svg {
            fill: black; }
  .footer-info-col .header-logo {
    margin-bottom: 20px;
    text-align: left;
    color: #000000;
    margin-top: -10px;
    position: relative;
    z-index: 1; }
    .footer-info-col .header-logo .header-logo-image {
      max-width: 180px;
      position: static; }
    .footer-info-col .header-logo .header-logo-image-container:after {
      display: none; }
    .footer-info-col .header-logo .header-logo-text {
      font-size: 48px; }

.addressInfo {
  color: #555555;
  margin-bottom: 5px; }
  .addressInfo address {
    margin-bottom: 9px;
    font-style: normal; }
  .addressInfo .contact {
    margin-top: 5px;
    margin-bottom: 15px; }
    .addressInfo .contact a {
      color: #555555; }
      .addressInfo .contact a svg {
        vertical-align: middle;
        height: 16px;
        width: 16px;
        fill: #555555;
        margin-right: 5px; }
      .addressInfo .contact a:hover {
        color: black; }
        .addressInfo .contact a:hover svg {
          fill: black; }

.contact-icons {
  margin-bottom: 2px; }

.footer_bottom {
  padding: 10px 0;
  border-top: 1px solid #e8e8e8; }
  .footer_bottom .footer-copy,
  .footer_bottom .footer-partner {
    padding-top: 8px;
    padding-bottom: 8px; }

.footer-payment-icons {
  margin-top: 0; }
  .footer-payment-icons svg {
    fill: #555555; }
    .footer-payment-icons svg:hover {
      fill: black; }
  .footer-payment-icons .footer-payment-icon {
    margin-top: 0;
    max-width: 40px; }
    .footer-payment-icons .footer-payment-icon.amazonpay {
      max-width: 20px;
      margin-left: 0; }

.side-empty .footer-payment-icons {
  text-align: left; }

.footer-info-col:last-child:not(:first-child) {
  float: none; }

.footer-payment {
  float: none;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }

.powered-by {
  display: inline-block; }
  .powered-by a {
    color: black; }
    .powered-by a:hover {
      color: #555555; }

.socialLinks--alt .icon {
  height: 18px;
  width: 18px; }

.footer-newsletter-summary {
  color: white;
  margin-top: 10px; }

/* ====================== category page style =================== */
.breadcrumbs {
  text-align: left; }

.breadcrumb {
  font-size: 14px; }
  .breadcrumb::before {
    color: #555555; }
  .breadcrumb a {
    color: #555555; }
  .breadcrumb.is-active .breadcrumb-label {
    color: black; }
  .breadcrumb .breadcrumb-label:hover {
    color: black; }

h2.page-heading.sub-category-title {
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px; }

.artify-layout--jewelry h2.page-heading.sub-category-title {
  color: black; }

.artify-layout--jewelry .sub-category-block li a {
  background: #000; }

.sub-category-wrap {
  margin-bottom: 20px; }
  .sub-category-wrap h2.page-heading-border {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 400; }

.sub-category-block {
  list-style: none;
  margin-bottom: 0;
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .sub-category-block.custom-row:before, .sub-category-block.custom-row:after {
    display: none; }
  .sub-category-block li {
    margin-bottom: 20px;
    width: 16.66%;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    flex: 0 0 16.66%;
    display: flex; }
    .sub-category-block li a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex: 1;
      border: 1px solid #e8e8e8;
      background: #fff; }
      .sub-category-block li a:hover p {
        color: black; }
    .sub-category-block li .sub-category-img-block {
      display: table;
      width: 100%;
      padding: 5px;
      height: 170px;
      border-bottom: 1px solid #e8e8e8; }
      .sub-category-block li .sub-category-img-block .sub-category-img {
        display: table-cell;
        vertical-align: middle; }
        .sub-category-block li .sub-category-img-block .sub-category-img img {
          max-height: 160px; }
    .sub-category-block li p {
      color: #555555;
      margin-bottom: 0;
      font-size: 14px;
      line-height: normal;
      text-transform: capitalize;
      padding: 10px 5px;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      justify-content: center;
      align-items: center;
      width: 100%; }
    .sub-category-block li.column:last-child:not(:first-child), .sub-category-block li.columns:last-child:not(:first-child),
    .sub-category-block li .columns:last-child:not(:first-child) {
      float: left; }

.sub-category-list-view-block {
  list-style: none; }
  .sub-category-list-view-block li {
    font-size: 13px; }
    .sub-category-list-view-block li a {
      padding: 5px;
      color: black;
      flex: 1; }
      .sub-category-list-view-block li a:hover {
        color: black; }
      .sub-category-list-view-block li a p {
        margin-top: 0; }
    .sub-category-list-view-block li.column:last-child:not(:first-child), .sub-category-list-view-block li.columns:last-child:not(:first-child),
    .sub-category-list-view-block li .columns:last-child:not(:first-child) {
      float: left; }

.page-top-bar {
  margin-bottom: 30px;
  text-align: right; }
  .page-top-bar .page-heading {
    border-bottom: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px; }

.actionBar {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  .actionBar .form-fieldset {
    margin: 0;
    padding: 0; }
    .actionBar .form-fieldset .form-field {
      margin: 0;
      background: none;
      border: none;
      overflow: hidden;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .actionBar .form-fieldset .form-field .form-label {
        font-size: 13px;
        font-weight: 400;
        color: #424242; }
      .actionBar .form-fieldset .form-field .form-select {
        border: 1px solid #e8e8e8;
        background-position: right 5px top 9px;
        height: 34px;
        line-height: 32px;
        padding-left: 10px;
        background-color: #ffffff; }

.product-view-button {
  display: inline-block;
  vertical-align: middle; }
  .product-view-button span {
    vertical-align: middle;
    display: inline-block; }
  .product-view-button a {
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    vertical-align: middle;
    color: black; }
    .product-view-button a:hover svg {
      fill: black; }
    .product-view-button a svg {
      display: inline-block;
      line-height: 20px;
      vertical-align: middle;
      height: 22px;
      width: 21px;
      fill: #555555; }
    .product-view-button a.active svg {
      fill: black; }
    .product-view-button a:first-child {
      margin-left: 0; }

.artify-layout--jewelry .actionBar .form-fieldset .form-field .form-label {
  color: #555555; }

.artify-layout--jewelry .actionBar .form-fieldset .form-field .form-select {
  background-color: white;
  color: #555555; }

.pagination {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  line-height: 32px; }
  .pagination .pagination-list {
    margin-bottom: 0;
    text-align: left; }
    .pagination .pagination-list li {
      border: 1px solid #e8e8e8;
      border-left: none;
      vertical-align: middle;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0; }
      .pagination .pagination-list li:first-child {
        border-left: 1px solid #e8e8e8; }
      .pagination .pagination-list li a {
        color: #999999;
        font-size: 14px;
        height: 30px;
        width: 30px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        padding: 9px; }
        .pagination .pagination-list li a svg {
          fill: black;
          height: 10px;
          width: 10px;
          margin-top: -3px; }
        .pagination .pagination-list li a:hover {
          color: black; }
    .pagination .pagination-list li.pagination-item--next,
    .pagination .pagination-list li.pagination-item--previous {
      float: none; }
    .pagination .pagination-list li.pagination-item--current {
      margin-right: 0;
      margin-left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .pagination .pagination-list li.pagination-item--current a {
        color: black; }

/* ================= faceted search style ===================== */
.facetedSearch .navList-action--checkbox {
  margin-bottom: 0; }
  .facetedSearch .navList-action--checkbox:before, .facetedSearch .navList-action--checkbox:after {
    left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 15px;
    width: 15px;
    margin-top: -8px;
    border-color: #555555; }

.facetedSearch.sidebarBlock .navList li a {
  padding-left: 35px; }

.facetedSearch .facetedSearch-content--rating .navList li a {
  padding-left: 20px; }

.facetedSearch .form-fieldset {
  margin: 20px 0;
  padding: 0; }

.facetedSearch .inlineList {
  border: 1px solid #e8e8e8;
  padding: 15px 5px;
  margin: 0; }
  .facetedSearch .inlineList.ClearBtn {
    border-top: none; }

.facetedSearch .ClearBtn li,
.facetedSearch .nofilter li {
  margin-bottom: 0; }

.facetedSearch.sidebarBlock .navList li ul a {
  padding-left: 35px; }

.accordion--navList .accordion-navigation-actions {
  height: 37px;
  width: 37px;
  line-height: 36px;
  text-align: center;
  right: 0;
  top: 0; }
  .accordion--navList .accordion-navigation-actions > a.facetedSearch-clearLink {
    color: white;
    position: absolute;
    right: 40px; }
    .accordion--navList .accordion-navigation-actions > a.facetedSearch-clearLink:hover {
      color: #bfbfbf; }

.accordion--navList .accordion-indicator {
  fill: white;
  height: 20px;
  width: 20px; }

.artify-layout--electronics .accordion--navList .accordion-navigation-actions > a.facetedSearch-clearLink {
  color: white; }

.navList-action-close {
  position: absolute;
  right: 10px;
  margin-top: 2px;
  top: 50%;
  margin-top: -10.5px; }

.facetedSearch-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.artify-layout--beauty .navList-action-close {
  background: black; }
  .artify-layout--beauty .navList-action-close .icon {
    fill: white; }

.artify-layout--beauty .navUser-action:hover svg,
.artify-layout--beauty .navUser-action.is-open svg {
  fill: black; }

.form-minMaxRow .form-input {
  height: 37px;
  padding: 9px 0.78571rem; }

/* ==================== Product detail page style =================== */
/* =================== brand page style ===================*/
.brandGrid {
  display: flex;
  flex-direction: row;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap; }
  .brandGrid:after, .brandGrid:before {
    display: none; }
  .brandGrid .card {
    padding: 0;
    margin-bottom: 0; }
  .brandGrid .card-image {
    max-width: 200px; }
  .brandGrid .card-body {
    padding: 0;
    border-top: 1px solid #e8e8e8;
    flex: 0;
    -webkit-flex: 0;
    display: block;
    width: 100%; }
    .brandGrid .card-body a {
      display: block;
      vertical-align: middle;
      width: 100%;
      height: 100%;
      padding: 10px 5px; }
      .brandGrid .card-body a span {
        display: block; }
  .brandGrid .brand {
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    margin-bottom: 20px;
    max-width: 20%;
    float: none; }

.brandGrid .brand:last-child:not(:first-child) {
  float: left; }

.brand-image-container {
  margin: 0 auto;
  padding: 10px; }

.brand .card-figure a .card-img-container {
  max-width: 190px;
  position: inherit; }

/* ================= cart page style =================*/
.type-cart .modal-body {
  overflow-x: hidden; }

.cart .cart-header {
  background: black;
  color: white;
  padding: 5px 10px; }
  .cart .cart-header th {
    padding: 10px; }

.cart-actions {
  margin-bottom: 20px; }

.cart-total {
  margin-bottom: 0; }
  .cart-total .form-input {
    height: auto; }
  .cart-total .form-select {
    padding: 0 25px 0 15px;
    height: 37px;
    background-position: right 0.357rem top 8px;
    line-height: 36px; }

.shipping-quotes {
  margin-bottom: 20px; }

.gift-certificate-cancel {
  font-style: normal; }

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-bottom: 1.5rem;
  clear: both; }

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

.previewCartAction-checkoutMultiple {
  text-align: left; }

.cart-totals {
  width: 100%; }

.cart-total-left {
  float: left;
  width: 75%;
  padding-right: 120px; }
  .cart-total-left .cart-form {
    display: block !important; }
  .cart-total-left .cart-total {
    background: #f8f8f8;
    padding: 22px; }
  .cart-total-left .cart-total-label {
    padding: 0;
    margin-bottom: 12px;
    color: black;
    font-size: 16px; }
  .cart-total-left .coupon-code-add,
  .cart-total-left .coupon-code-cancel,
  .cart-total-left .gift-certificate-add,
  .cart-total-left .gift-certificate-cancel {
    display: none; }
  .cart-total-left .coupon-form .button,
  .cart-total-left .cart-gift-certificate-form .button {
    width: 26%;
    margin: 0 0 0 6%; }
  .cart-total-left .coupon-form .form-input,
  .cart-total-left .cart-gift-certificate-form .form-input {
    width: 68%; }

.artify-layout--beauty .cart-total-left .cart-total-label {
  color: black; }

.artify-layout--jewelry .cart-total-left .cart-total {
  background: #000000; }

.artify-layout--jewelry .cart-total-left .cart-total-label {
  color: black; }

.artify-layout--jewelry .cart-total-label,
.artify-layout--jewelry .cart-total-grandTotal {
  color: #555555; }

.cart-total-right {
  width: 25%;
  float: right; }

.cart-item-figure {
  width: 12%; }

.cart-item-image {
  border: 1px solid #e8e8e8;
  padding: 10px;
  left: 50%;
  margin-left: -50px;
  max-width: 122px; }

.cart-total-grandTotal {
  top: 0.014rem; }

.cart-totals ul {
  margin-left: 0; }

.shipping-estimator {
  display: inline-block; }

.estimator-form-label .shipping-quote {
  position: relative;
  vertical-align: middle; }

.estimator-form-label .estimator-form-label-text {
  vertical-align: middle; }

.cart-item-brand {
  color: #555555; }

.definitionList-key {
  color: #555555; }

.definitionList-value {
  color: #999999; }

#CartEditProductFieldsForm .set-rectangle .form-option-variant {
  padding: 2px 0.35714rem 0; }

.CouponCode .cart-total-value,
.GiftCertificate-section .cart-total-value {
  padding: 0; }

.cart-item-info p + .cart-remove {
  margin-top: -35px; }

#CartEditProductFieldsForm .form-field {
  margin-bottom: 1rem; }

.cart-item-quantity .icon {
  height: 17px;
  width: 17px; }

/*================== Login page style =================*/
.login {
  margin: 0;
  max-width: 100%; }
  .login .panel {
    border: 1px solid #e8e8e8;
    padding: 15px 20px;
    min-height: 290px; }
  .login .panel-header {
    background: none;
    padding: 0;
    margin-bottom: 20px; }
  .login .panel-body {
    background: none;
    padding: 0;
    margin-bottom: 0; }
  .login .form {
    margin-bottom: 0; }
  .login .form-field {
    margin-bottom: 8px; }
  .login .form-actions {
    text-align: left; }

.login-form {
  margin-top: 0; }
  .login-form .form-actions .forgot-password,
  .login-form .form-actions .button {
    vertical-align: middle; }

.login-row {
  width: 70%;
  margin-top: 50px; }

.type-createaccount .form-row--third .form-field {
  margin-bottom: 0; }

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

/* ================== Account page style ===================*/
.account--fixed .form-column {
  margin: 0;
  padding: 0; }

.productGrid.wishlist-page .wishlistBtn {
  display: none; }

.account-product-figure::after {
  display: none; }

.navBar--sub {
  margin-bottom: 3.5rem;
  margin-top: 25px; }
  .navBar--sub .navBar-item {
    margin: 0 9px; }

.account-product-body .account-product-price {
  padding-left: 10px;
  vertical-align: middle; }

.account-product-body .account-product-title {
  line-height: normal;
  vertical-align: middle; }

.wishlists-table .table-tbody .form-fieldset {
  padding-right: 0; }

.table--line.wishlists-table tr td:first-child {
  padding-left: 10px; }

.table--line.wishlists-table .table-tbody tr {
  border-color: #e8e8e8; }

.account-product--alignMiddle .account-product-body,
.account-product--alignMiddle .account-product-figure {
  vertical-align: middle; }

.type-account_orderstatus .pagination .pagination-list li {
  border: none; }

.account .pagination {
  margin-left: 0;
  margin-top: 2rem; }

.artify-layout--jewelry .panel--address .panel-body {
  background: #000000; }

.artify-layout--jewelry .account-orderStatus-label {
  background-color: #ccc;
  color: #000000; }

.account--addReturn .form-fieldset {
  padding: 0; }

.account--addReturn-row .form-fieldset {
  padding-left: 1rem;
  padding-right: 1rem; }

.addressList {
  display: flex;
  flex-wrap: wrap; }
  .addressList .address-details li {
    padding: 0;
    margin: 0; }

.panel--address {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .panel--address .panel-body {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .panel--address .form-actions {
    margin-bottom: 0; }

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

.accountpage-heading {
  display: none; }

.account-wishlist-form {
  position: absolute;
  right: 10px;
  z-index: 9; }
  .account-wishlist-form .button {
    font-size: 0;
    border: none;
    background: none;
    position: absolute;
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    transition: background-color 0.15s ease;
    width: 2.5rem;
    z-index: 10; }
    .account-wishlist-form .button:hover, .account-wishlist-form .button:active, .account-wishlist-form .button:focus {
      background: none;
      border: none; }
  .account-wishlist-form .whishlist-remove-item {
    background-color: #e5e5e5;
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    transition: background-color 0.15s ease;
    width: 2.5rem; }
    .account-wishlist-form .whishlist-remove-item .icon {
      fill: #757575;
      height: 1.5rem;
      margin-top: 0.5rem;
      width: 1.5rem; }

.wishlist-page .product {
  position: relative; }

.account-detail .account-content--fixedSmall {
  width: 62%; }

/* =========================== Sitemap page ============================ */
.sitemap-page {
  margin-left: 0; }
  .sitemap-page > li {
    list-style: none;
    float: left;
    width: 25%; }
  .sitemap-page h3 {
    margin-bottom: 10px; }

/* ==================== 404 page style ====================*/
.type-404 .form-fieldset {
  margin: 0; }

/* ================= compare page style ======================*/
.compareTable {
  border-top: none; }

.artify-layout--jewelry .compareTable-removeProduct {
  background-color: #000000; }

.compareTable-removeProduct {
  z-index: 5; }
  .compareTable-removeProduct:hover {
    opacity: 0.8; }

.compareTable-product .card-body-inn {
  border-bottom: none; }

.compareTable-action .button {
  background: white;
  color: black;
  border-color: #e8e8e8; }
  .compareTable-action .button:hover {
    background: black;
    color: white; }

.compareTable-list {
  position: relative;
  padding-top: 1px; }
  .compareTable-list::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 10px;
    border: 1px solid #e8e8e8; }
  .compareTable-list .card:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .compareTable-list .card .card-figure {
    margin: 0 1px; }
  .compareTable-list .card-body {
    position: relative;
    padding-top: 0; }
  .compareTable-list .card-body-inn {
    padding: 10px 8px; }

.compareTable-product .card {
  border: none; }

/* ====================== search page style ==================*/
.advancedSearch-form hr {
  margin: 0;
  margin-bottom: 20px; }

.actionBar-section {
  padding: 0;
  margin: 0; }
  .actionBar-section .form-label {
    color: #424242;
    font-weight: 400;
    padding-left: 0; }
  .actionBar-section .form-select {
    border: 1px solid #eaeaea;
    background-position: right 5px top 7px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #ffffff; }
  .actionBar-section .form-field {
    overflow: inherit; }

.panel-body {
  background: #f8f8f8; }

#search-results-content ul {
  margin: 0; }

#search-results-content .actionBar-section .form-field {
  border: none; }

.search-page .page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }

/* ========================= popup style ========================== */
.artify-layout--jewelry .modal-content {
  background-color: white; }

.artify-layout--jewelry .modal-background {
  background: rgba(45, 45, 45, 0.95); }

.previewCart .productView-details .productView-info-value {
  margin-bottom: 0; }

.previewCart .productView-info dt {
  padding-right: 10px;
  width: 40%; }

.previewCart .productView-info dd {
  width: 60%; }

.previewCart .productView-image {
  margin-top: 0; }

.previewCart .previewCartList .previewCartItem .previewCartItem-content {
  padding: 0 0 0 10px; }

#modal-review-form .modal-header-title {
  text-transform: none; }

.writeReview-productImage-container {
  margin-bottom: 20px; }

.giftWrapping-form {
  margin-bottom: 20px; }

.modal-content .form-actions {
  margin-bottom: 1.5rem; }

.artify-layout--jewelry .GiftCertificate {
  background-color: #ffffff; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 10px; }

.previewCartAction-checkoutMultiple {
  text-align: center; }

/* ========================= IE style =========================== */
@media screen and (min-width: 0\0) {
  .productCarousel .slick-track {
    perspective: none; }
  .form-select--date {
    width: auto; }
  .addthis_toolbox a.at300b,
  .addthis_toolbox a.at300m {
    width: 37px !important; }
  .productView-image {
    display: block; }
  .sub-category-block li .sub-category-img-block .sub-category-img {
    max-width: 110px; }
  .previewCart .productView-image {
    flex-direction: inherit;
    -ms-flex-direction: inherit; }
  .cart-item-image {
    margin-left: 20px;
    left: 0; }
  .card-body .card-body-inn {
    width: 100%; }
    .card-body .card-body-inn .card-text,
    .card-body .card-body-inn .card-title,
    .card-body .card-body-inn .card-summary {
      width: 100%; }
    .card-body .card-body-inn .card-text.card-rating-star {
      width: auto; }
  .brandGrid .card-body {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto; } }

/* ========================= Firefox Browser style =========================== */
@-moz-document url-prefix() {
  .suggestiveCart .card {
    border-bottom-width: 2px; } }

/* ========================= Touch device style =========================== */
@media (hover: none), (hover: on-demand) {
  .card .button:hover,
  .card .actionButton .button.compare:hover svg {
    background: inherit;
    color: inherit;
    fill: black; }
  .card .button.compare-active {
    background: black; }
  .card .actionButton .button.compare.compare-active svg {
    fill: white; }
  .product-page-compare .button:hover {
    background: inherit;
    color: inherit; }
    .product-page-compare .button:hover svg {
      fill: black; }
  .product-page-compare .button.compare-active {
    background: black; }
    .product-page-compare .button.compare-active svg {
      fill: white; } }

[data-product-attribute] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    opacity: 0.3;
    background-color: #ddd; }
  [data-product-attribute] .form-option.unavailable .form-option-image {
    opacity: 0.5; }
  [data-product-attribute] .form-option.unavailable .form-option:hover .form-option-expanded {
    background: #fff; }

#loadingCustomShirts,
#loadingSupaDesigner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateZ(1px);
  background-color: white;
  margin-top: 15%; }

#loadingCustomShirts > img,
#loadingSupaDesigner > img {
  display: inline-block;
  height: 200px;
  margin: 8px;
  animation: lds-circle 3s cubic-bezier(0, 0.2, 0.3, 1) infinite;
  animation-delay: 0.5s; }

#coverSpinner {
  position: absolute;
  background-color: white;
  height: 50em;
  width: 100%;
  top: 38em;
  z-index: 9999; }

#longWait {
  opacity: 80%;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center; }

.openTrigger,
.openTriggerSupaColor {
  text-transform: capitalize;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 1em;
  text-decoration: none;
  background-color: #ababab;
  color: white;
  width: 8em;
  text-align: center;
  margin: -1em 0 -1em 1.5em; }

.openTrigger,
.closeTrigger {
  transition: box-shadow 0.2s linear, filter 0.2s linear; }

.closeTrigger {
  height: 20px;
  border-radius: 50%;
  margin-bottom: 1em;
  margin-left: 99%; }

.openTrigger:hover,
.closeTrigger:hover {
  box-shadow: 0 0 11px #dadada;
  color: white;
  cursor: pointer; }

#popup {
  visibility: hidden;
  opacity: 0;
  padding: 1.5em;
  box-shadow: 0 0 11px #afafaf;
  transition: visibility 0s, opacity 0.5s linear;
  flex-direction: column;
  justify-content: center;
  margin: 2em 0 2em 0;
  display: none; }

#loadingSupaDesigner {
  height: 30%; }

.openTriggerSupaColor {
  left: 1em; }

@keyframes lds-circle {
  0%,
  20% {
    animation-timing-function: cubic-bezier(0, 0.2, 0.3, 1); }
  0% {
    transform: rotateY(100deg); }
  50% {
    transform: rotateY(360deg); }
  50% {
    transform: rotateY(1440deg); }
  100% {
    transform: rotateY(1440deg); } }

.meetTheTeam {
  background-color: #fdfceb;
  display: flex;
  justify-content: center;
  align-items: center; }

.memberLeft,
.memberRight {
  display: flex;
  justify-content: space-around;
  align-items: flex-start; }

.memberRight {
  flex-direction: row; }

.memberLeft {
  flex-direction: row-reverse; }

.memberLeft img,
.memberRight img {
  max-height: 35em; }

.bio {
  text-align: center;
  margin: 0 1em 1em 1em; }

.bio h3 {
  font-size: 1em; }

.bio h3:nth-child(odd) {
  font-weight: bolder; }

.bio h1 {
  margin: 2em 0 0 0;
  font-size: 2em;
  font-weight: bolder; }

.bio .jobTitle {
  border-bottom: 2px solid #1fa481;
  margin: 0 0 1em 0;
  font-size: 1.5em;
  padding: 0 0 1em 0; }

@media screen and (max-width: 980px) {
  .memberLeft,
  .memberRight {
    flex-direction: column;
    align-items: center; } }

.storefront {
  border-bottom: 4px solid #39bdb0;
  padding: 0 0 2em 0; }

.row {
  display: flex;
  justify-content: center;
  align-items: center; }

.asset,
.asset-two-wide,
.asset-two-wide-green-bg {
  width: 33%;
  height: 40em;
  margin: 0.1em;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column; }

.asset-two-wide,
.asset-two-wide-green-bg {
  width: 50%; }

.asset-two-wide-green-bg {
  background-color: #38bdb0;
  color: white; }

.asset .icon {
  width: 5em;
  height: auto; }

.asset p,
.asset-two-wide p,
.asset-two-wide-green-bg p {
  width: 80%;
  font-size: 1.3em; }

.asset ul,
.asset-two-wide ul,
.asset-two-wide-green-bg ul {
  width: 80%; }

.asset a,
.asset-two-wide a,
.asset-two-wide-green-bg a {
  text-decoration: none; }

.asset-two-wide-green-bg a {
  color: white; }

.asset h3,
.asset-two-wide h3,
.asset-two-wide-green-bg h3 {
  border-bottom: 4px solid #39bdb0;
  padding-bottom: 0.5em;
  font-size: 2em;
  margin: 0 0 0.5em 0;
  width: 70%; }

.asset-two-wide-green-bg h3 {
  border-color: #ea7c6a;
  color: white;
  font-size: 3em; }

.asset-two-wide-green-bg p {
  font-size: 2em; }

.asset img,
.asset-two-wide img,
.asset-two-wide-green-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.header-full-width {
  background-color: #ea7c6a;
  color: white;
  text-align: left;
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 1em 1em 1em 1.5em;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  height: 20em; }

.footer-full-width {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -2rem; }

.footer-full-width h3 {
  color: #ea7c6a;
  font-size: 2em;
  font-weight: bolder;
  margin: 1em; }

.footer-full-width a {
  text-decoration: none;
  padding: 1em;
  background-color: #ea7c6a;
  color: white; }

.header-full-width h3 {
  font-size: 4rem;
  width: 50%;
  color: white;
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-weight: bolder; }

.header-full-width p {
  font-size: 2rem; }

.button-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5em 0; }

.button-header a {
  width: 15em;
  background-color: #ea7c6a;
  color: white;
  padding: 1em 0.5em 1em 0.5em;
  margin: 1em;
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  border-radius: 25px;
  text-decoration: none;
  text-align: center; }

.button-header a:hover {
  color: #ea7c6a;
  background-color: white;
  border: 2px solid #ea7c6a; }

.card-workaround {
  transition: all 0.2s ease-in-out; }

.card-workaround:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 gray; }

@media screen and (max-width: 980px) {
  .row {
    flex-direction: column; }
  .asset,
  .asset-two-wide,
  .asset-two-wide-green-bg {
    width: 100%; }
  .header-full-width h3 {
    font-size: 2.2rem; } }

.blog-date {
  color: #757575; }

.blog-title {
  font-size: 3em;
  text-align: center; }

.blog-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 3em 0 0 0; }

.blog-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.blog-image {
  margin: 1em 0 1em 0; }

.blog-body-heading::first-line {
  font-size: 1.5em;
  font-weight: 800; }

.blog-body-header {
  align-self: flex-start;
  font-size: 2em;
  font-weight: 800; }

.blog-product-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap; }

.blog-shop-now {
  align-self: flex-start;
  margin: 0;
  font-style: italic;
  font-weight: 100; }

.blog-wrap hr {
  border: 1px solid #37bdb0;
  width: 100%;
  margin: 0.5em 0 1em 0; }

.blog-product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1.5em; }

.blog-product h3 {
  max-width: 12em;
  text-align: center;
  margin: 1em 0 1em 0; }

.blog-product img {
  width: 12em; }

.blog-add-to-cart {
  padding: 1em;
  background-color: black;
  color: white;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out; }

.blog-add-to-cart:hover {
  color: black;
  background-color: white;
  border: 1px solid black; }

.custom-storefront {
  border: 5px dotted #ea7c6a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em; }

.custom-storefront h3 {
  margin: 0;
  text-align: center;
  font-size: 1.5em; }

.blog-image-aside {
  display: flex;
  justify-content: center;
  align-items: center; }

.blog-image-aside h3 {
  padding: 1em;
  width: 40%;
  font-style: italic;
  color: #757575;
  opacity: 80%; }

.blog-image-aside img {
  width: 50%;
  object-fit: contain; }

#chat-widget-container {
  display: none !important; }

#consent-manager:nth-child(1n) {
  display: flex; }

.sidebarBlock.side-bar-toggle-title {
  display: none; }

.navPage-childList {
  max-height: 500px;
  overflow-y: scroll; }

.raleway-ft {
  font-family: "Raleway", sans-serif; }

.raleway-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 600; }

.raleway-bolder {
  font-family: "Raleway", sans-serif;
  font-weight: 800; }

.book-appointment-btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background-color: #37bdb0;
  width: 180px;
  padding-block: 10px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 1px;
  transition: 0.3s; }

.book-appointment-btn:hover {
  scale: 103%;
  background-color: #95eee5;
  color: black; }

.create-storefront-container {
  width: 100vw; }

.create-storefront-container p {
  font-size: 1.1em; }
  @media screen and (max-width: 816) {
    .create-storefront-container p {
      width: 90%; } }

.create-storefront-header {
  width: 100%;
  background: url("https://cdn11.bigcommerce.com/s-q6y5gcujza/images/stencil/original/image-manager/storefront-header.jpg?t=1693344032&_gl=1*olndnj*_ga*NDcxNTcxNjI5LjE2OTE2ODk5Nzk.*_ga_WS2VZYPC6G*MTY5MzM0MTQzOC41NC4xLjE2OTMzNDQwMzYuMzAuMC4w");
  height: 40em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-inline: auto;
  margin-block: 2em; }
  @media screen and (max-width: 760px) {
    .create-storefront-header {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 20em; } }

.create-storefront-container {
  width: 100%; }

.create-store-front-info {
  width: 90%; }
  @media screen and (max-width: 760px) {
    .create-store-front-info {
      width: 90%;
      display: flex;
      justify-content: center;
      align-items: center; } }

.create-storefront-text-container {
  background-color: #f9f1eff0;
  max-width: 35rem;
  width: 60%;
  height: 35%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 760px) {
    .create-storefront-text-container {
      width: 90%;
      height: 75%;
      text-align: center; } }

.storefront-header-right {
  width: 45%;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1278px) {
    .storefront-header-right {
      width: 42%;
      margin-left: 0; } }
  @media screen and (max-width: 816px) {
    .storefront-header-right {
      width: 100%;
      margin-left: 0;
      margin-top: 1em; } }

.create-store-front-info {
  width: 80%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 816px) {
    .create-store-front-info {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center; } }

.create-store-front-info h1 {
  font-size: 2.75em; }
  @media screen and (max-width: 816px) {
    .create-store-front-info h1 {
      font-size: 1.8em;
      text-align: center; } }

.how-does-it-work-left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-left {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-top: 2em; } }

.how-does-it-work-left-bottom {
  width: 80%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-left-bottom {
      width: 100%;
      display: flex;
      flex-direction: column; } }

.how-does-it-work-02,
.how-does-it-work-03 {
  width: 45%; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-02,
    .how-does-it-work-03 {
      width: 90%; } }

.how-does-it-work-01 h2,
.how-does-it-work-02 h2,
.how-does-it-work-03 h2 {
  font-size: 2.5em; }

@media screen and (max-width: 750px) {
  .how-does-it-work-01 p,
  .how-does-it-work-02 p,
  .how-does-it-work-03 p {
    text-align: center; } }

.how-does-it-work-01 {
  width: 80%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-01 {
      width: 90%; } }

.how-does-it-work-left-top {
  height: 50%; }

.how-does-it-work-container {
  width: 100%;
  height: 35em;
  margin-inline: auto;
  display: flex;
  margin-block: 2em; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-container {
      height: fit-content;
      margin-block: 2em;
      width: 100%;
      padding: 0;
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      text-align: center; } }

.how-does-it-work-right-text {
  width: 80%;
  padding-top: 5em;
  max-width: 30rem;
  background-color: rgba(255, 255, 255, 0.95);
  height: 75%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-right-text {
      padding: 1em;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: fit-content; } }

.how-does-it-work-right {
  background: url("https://cdn11.bigcommerce.com/s-q6y5gcujza/images/stencil/original/image-manager/store-front-how-smaller.jpg?t=1693602773&_gl=1*1rlw05u*_ga*NDcxNTcxNjI5LjE2OTE2ODk5Nzk.*_ga_WS2VZYPC6G*MTY5MzU5NDg0OS43MS4xLjE2OTM2MDI3NzcuNTguMC4w");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-right {
      width: 100%;
      height: fit-content;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
      padding-bottom: 1em; } }

.how-does-it-work-right-paragraph {
  width: 65%;
  text-align: center; }
  @media screen and (max-width: 760px) {
    .how-does-it-work-right-paragraph {
      width: 90%; } }

.ready-to-get-started-container {
  margin-top: 2em;
  margin-inline: auto;
  width: 100%;
  background-color: #ea7c69;
  height: 20em;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 760px) {
    .ready-to-get-started-container {
      height: 27em;
      min-height: fit-content; } }

.ready-text-container {
  background-color: white;
  height: 80%;
  width: 92.5%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 760px) {
    .ready-text-container {
      display: flex;
      flex-direction: column;
      width: 90%;
      height: 90%;
      justify-content: space-between;
      align-items: center; } }

.ready-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 15em; }
  @media screen and (max-width: 760px) {
    .ready-right {
      height: 50%;
      width: 100%;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      text-align: center; } }

.ready-left {
  height: 100%;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2em; }
  @media screen and (max-width: 760px) {
    .ready-left {
      height: 50%;
      width: 90%;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; } }

.ready-left h2 {
  font-size: 2.25em; }

.highlights-container {
  width: 100%;
  margin-block: 2em; }

.highlights-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 760px) {
    .highlights-top {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.h-top-left {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 760px) {
    .h-top-left {
      width: 100%;
      text-align: center; } }

.h-top-left h2 {
  font-size: 2.5em; }

.h-top-right {
  color: white;
  width: 49%;
  height: 11em;
  background-color: #37bdb0;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 760px) {
    .h-top-right {
      width: 100%;
      height: fit-content;
      margin-top: 1em; } }

.h-top-right ul {
  margin: 0;
  margin-left: 1em;
  padding: 1em; }

.h-top-right li {
  padding: 0;
  margin: 0;
  padding-block: 5px;
  padding-left: 10px;
  line-height: 15px; }

.h-top-right li::marker {
  color: white;
  content: "✓"; }

.highlights-bottom {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em; }
  @media screen and (max-width: 760px) {
    .highlights-bottom {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.h-bottom-quadrant {
  width: 49%;
  padding-right: 3em;
  margin-block: 1em; }
  @media screen and (max-width: 760px) {
    .h-bottom-quadrant {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0;
      text-align: center; } }

.highlights-image {
  width: 50px;
  margin-bottom: 2em; }

.client-container {
  max-width: 25em;
  width: 40%;
  height: 12.5em;
  margin: 1em;
  border-radius: 30px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s; }
  @media screen and (max-width: 760px) {
    .client-container {
      width: 40%;
      min-width: 8em;
      height: 8em; } }

.client-container:hover {
  scale: 105%; }

.client-logo {
  width: 150px;
  opacity: 50%; }
  @media screen and (max-width: 760px) {
    .client-logo {
      width: 100px; } }

.clients-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 760px) {
    .clients-list {
      width: 90%; } }

.client-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.client-list-header h2 {
  font-size: 2.5em; }

@media screen and (max-width: 760px) {
  .client-list-header {
    display: flex;
    justify-content: center;
    text-align: center; } }

.store-options-wrapper {
  text-align: center; }

.store-options-wrapper h3 {
  font-size: 3em; }

.store-options-wrapper h6 {
  text-transform: none; }

.store-options-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 980px) {
    .store-options-container {
      display: block; } }

.storefront-banner img {
  width: 100%;
  height: 30em;
  object-fit: cover;
  margin: 3em 0; }

.storefront-banner {
  position: relative; }

.storefront-banner.sff-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.storefront-banner.shirt-banner {
  display: flex;
  justify-content: center;
  align-items: center; }

.storefront-banner.shirt-banner img {
  filter: brightness(0.75); }

.shirt-banner .text-box {
  text-align: center; }

.text-box {
  position: absolute;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 30%; }
  @media screen and (max-width: 980px) {
    .text-box {
      max-width: none; } }

.text-box h3 {
  font-size: 3em; }

.text-box h6 {
  margin: 2em 0;
  text-transform: none; }

.text-box a {
  background-color: #64c9c3;
  padding: 0.5em 2em;
  margin: 10em 0;
  border-radius: 20px;
  text-transform: uppercase; }

.store-options-sub {
  text-align: center;
  padding: 3em; }

.store-options-sub img,
.store-options-sub svg {
  width: 10em;
  height: 10em;
  margin: 1em 0; }

.shared-perks-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 3em 0;
  border: 50px solid #eac745;
  padding: 3em 1em; }

.shared-perks-title h3 {
  font-size: 3em; }

.shared-perks-title h6 {
  text-transform: none; }

.perks-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3em;
  padding: 3em; }
  @media screen and (max-width: 980px) {
    .perks-container {
      grid-template-columns: repeat(1, 1fr); } }

.perk-title-wrapper {
  display: flex; }

.perk-title-wrapper svg,
.perk-title-wrapper img {
  height: 40px;
  width: 40px;
  margin: 0 1em 0 0; }

.perk h6 {
  font-weight: 900;
  margin: 1em 0; }

.perk p {
  font-family: "Raleway";
  font-size: 1.2rem; }

.shared-perks-title {
  display: flex;
  margin: 3em 0; }

.color-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 50px solid #da816d; }
  @media screen and (max-width: 980px) {
    .color-block {
      display: block; } }

.color-block-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.apt-btn {
  background-color: #da816d;
  padding: 0.5em 2em;
  border-radius: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out; }

.apt-btn:hover {
  filter: brightness(1.25);
  transform: scale(1.05); }

.color-block-container {
  height: 20em; }
  @media screen and (max-width: 980px) {
    .color-block-container {
      height: 15em; } }

.color-block-container h6 {
  text-transform: none; }
  @media screen and (max-width: 980px) {
    .color-block-container h6 {
      text-align: center;
      padding: 1em; } }

.color-block-container svg,
.color-block-container img {
  height: 70%;
  width: auto; }
  @media screen and (max-width: 980px) {
    .color-block-container svg,
    .color-block-container img {
      padding: 2em; } }

.color-block-container-text p {
  font-size: 2em;
  padding: 2em;
  margin: 1em 0;
  line-height: normal; }

.color-block.permanent-storefront {
  border-color: #da816d; }

.color-block.permanent-storefront .apt-btn {
  background-color: #da816d; }

.color-block.temporary-storefront {
  border-color: #64c9c3; }

.color-block.temporary-storefront .apt-btn {
  background-color: #64c9c3; }

.color-block.corporate-storefront {
  border-color: #d68047; }

.color-block.corporate-storefront .apt-btn {
  background-color: #d68047; }

.color-block-text p {
  font-size: 1.4rem;
  margin: 1em 0;
  line-height: normal;
  font-weight: 300;
  padding: 2em; }
  @media screen and (max-width: 980px) {
    .color-block-text p {
      font-size: 1.5em; } }

.quote-iframe iframe {
  height: 1750px;
  overflow: hidden; }
  @media screen and (max-width: 760px) {
    .quote-iframe iframe {
      height: 400px;
      overflow: hidden; } }

/* ========== FAQ Accordion Styles ==========*/
.faq-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em; }
  @media screen and (max-width: 760px) {
    .faq-container {
      flex-direction: column; } }

.faq-container-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (max-width: 760px) {
    .faq-container-left {
      width: 100%;
      align-items: center; } }

.faq-left-header {
  margin-bottom: 2em; }
  .faq-left-header img {
    width: 100%;
    max-width: 20em;
    margin-bottom: 2em; }
  .faq-left-header h2 {
    font-size: 3em; }
  @media screen and (max-width: 760px) {
    .faq-left-header {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .faq-left-header h2 {
        text-align: center; } }

.faq-container-right {
  width: 60%; }
  @media screen and (max-width: 760px) {
    .faq-container-right {
      width: 100%;
      margin-top: 2em; } }

.faq-accordion {
  background-color: #f1f1f1;
  padding: 0.75em 1em 0.75em 1em;
  width: 100%;
  text-align: left;
  font-weight: bold;
  border-radius: 10px;
  transition: 0.2s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 760) {
    .faq-accordion {
      padding-right: -1em; } }

.faq-question {
  margin: 0.75em 0;
  width: 100%; }

.faq-answer {
  width: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  box-sizing: border-box;
  display: none;
  max-height: 0; }

.faq-answer p {
  margin-block: 1em !important;
  margin-inline: 3em;
  font-size: 1.25em; }

.faq-answer ul,
.faq-answer ol {
  margin-block: 1em !important;
  margin-inline: 4em;
  font-size: 1.25em; }

.active,
.faq-accordion:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16) !important; }

.faq-accordion:after {
  content: "\2795";
  /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #5c5c5c;
  float: right;
  transition: 0.2s;
  margin: 0 1em 0 0; }
  @media screen and (max-width: 760px) {
    .faq-accordion:after {
      margin: 0;
      padding-left: 1em; } }

.faq-answer a {
  text-decoration: none;
  color: #03b5d2; }

.faq-answer a:hover {
  text-decoration: underline; }

.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */ }

.active {
  border-radius: 10px 10px 0 0;
  background-color: white;
  overflow: hidden; }

.faq-question button {
  font-size: 1.5em; }
  @media screen and (max-width: 760px) {
    .faq-question button {
      font-size: 1.25em; } }

.active-ans {
  -webkit-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #5c5c5c;
  background-color: white;
  overflow: hidden; }

.bolt-faq-header {
  width: 100%;
  display: flex;
  justify-content: center; }

.bolt-faq-header a {
  width: 50%;
  max-width: 20em; }

.bolt-faq-header a {
  width: 50%;
  max-width: 20em; }

.financing-options-container p {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.financing-item-info {
  display: flex;
  justify-content: flex-start; }

.financing-items {
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-block: 0.5em; }
  .financing-items .financing-item {
    width: 30px;
    height: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }

.afterpay-item {
  background-color: #b2fce3;
  width: 20%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px; }

.financing-item-wrapper {
  display: flex;
  width: 70%;
  height: fit-content;
  margin: 5px 0;
  padding: 2px 0 2px 2px;
  border-radius: 7px;
  align-items: center;
  justify-content: flex-start; }
  .financing-item-wrapper .financing-item-info {
    display: flex;
    align-items: center; }
  .financing-item-wrapper a:hover {
    color: #37bdb0;
    text-decoration: underline; }
  .financing-item-wrapper .financing-item-text {
    width: 190px;
    margin-left: 1em;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .financing-item-wrapper p {
    font-size: 17px;
    color: black;
    font-weight: normal;
    line-height: 20px;
    font-family: Louis;
    margin: 0; }
  .financing-item-wrapper a {
    color: black; }

#Afterpay-info-pop-up-background {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #Afterpay-info-pop-up-background #modal-Afterpay-info {
    position: absolute;
    top: 1em;
    left: 25%;
    background-color: #b2fce4;
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 80em;
    height: 50em;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    animation-name: animatemodalAfterpay;
    animation-duration: 0.4s;
    z-index: 4; }
    #Afterpay-info-pop-up-background #modal-Afterpay-info h2,
    #Afterpay-info-pop-up-background #modal-Afterpay-info p,
    #Afterpay-info-pop-up-background #modal-Afterpay-info a,
    #Afterpay-info-pop-up-background #modal-Afterpay-info span {
      color: black !important; }
    @media screen and (max-width: 980px) {
      #Afterpay-info-pop-up-background #modal-Afterpay-info {
        height: 40em; } }
    #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-close-btn {
      width: 100%; }
      #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-close-btn #close-btn-afterpay-info:hover {
        cursor: pointer;
        color: #8d8d8d;
        border: 1.5px solid black;
        border-radius: 50%; }
      #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-close-btn #close-btn-afterpay-info {
        font-size: 30px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 10px;
        top: 10px;
        color: black;
        transition: 0.3s; }
    #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area {
      width: 100%;
      margin: 1em auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow-x: auto; }
      #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area p {
        text-align: center;
        color: black;
        margin: 2em 5em; }
        #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area p a {
          color: black; }
          #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area p a:hover {
            color: gray; }
      #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        max-width: 40em; }
        #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-header h2 {
          margin: 0;
          font-weight: bolder;
          font-size: 3em;
          color: black;
          text-align: center;
          line-height: 50px; }
      #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-items {
        width: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 2em 0 0 0; }
        #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-items .ap-modal-item {
          width: 100%;
          max-width: 15em;
          margin: 2em 1em;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media screen and (max-width: 980px) {
            #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-items .ap-modal-item {
              margin: 1em 1em; } }
          #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-items .ap-modal-item img {
            width: 100px; }
          #Afterpay-info-pop-up-background #modal-Afterpay-info .ap-scroll-area .ap-modal-items .ap-modal-item p {
            text-align: center;
            margin: 1em 0;
            font-size: 1.25em;
            font-weight: bold;
            color: black;
            line-height: 20px; }

@keyframes animatemodalAfterpay {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 1em;
    opacity: 1; } }

.gift-guide-header {
  width: 100%;
  text-align: center; }
  .gift-guide-header p {
    width: 40%;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .gift-guide-header p {
        width: 100%; } }
  .gift-guide-header h2 {
    color: #ea7c6a;
    font-size: 2.5em; }

.gift-guide-section {
  margin: 2em 0; }

.gift-guide-images {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .gift-guide-images {
      width: 100%; } }
  .gift-guide-images .gift-guide-image {
    width: 300px;
    aspect-ratio: 16/9;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out; }
    @media screen and (max-width: 800px) {
      .gift-guide-images .gift-guide-image {
        width: 160px;
        margin: 0.5em; } }
    .gift-guide-images .gift-guide-image:hover {
      scale: 105%;
      border: 2px solid #ea7c6a; }
    .gift-guide-images .gift-guide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 1em 0; }
  .social .footer-social-icons {
    display: flex; }
    .social .footer-social-icons :nth-child(2) {
      margin: 0 0.5em; }
    .social .footer-social-icons :nth-child(2) svg,
    .social .footer-social-icons :nth-child(3) svg {
      height: 90%;
      width: 90%; }

.footer-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  transition: 0.2s; }
  .footer-social-icon:hover {
    scale: 108%; }
    .footer-social-icon:hover svg {
      fill: #38bdb0; }
  .footer-social-icon svg {
    width: 100%;
    height: 100%;
    fill: #424242; }

.storefront-login-container {
  display: flex;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .storefront-login-container {
      flex-direction: column;
      align-items: center; } }
  .storefront-login-container img {
    width: 300px; }
    @media screen and (max-width: 600px) {
      .storefront-login-container img {
        width: 200px;
        margin-top: 2em; } }
  .storefront-login-container .storefront-login-message {
    width: 100%;
    max-width: 350px; }
    .storefront-login-container .storefront-login-message h1 {
      font-size: 5em;
      color: #ea7c69;
      margin: 0; }
      @media screen and (max-width: 600px) {
        .storefront-login-container .storefront-login-message h1 {
          text-align: center;
          font-size: 4em; } }
    .storefront-login-container .storefront-login-message p {
      font-size: 2.5em;
      margin: 0;
      line-height: 40px; }
      @media screen and (max-width: 600px) {
        .storefront-login-container .storefront-login-message p {
          text-align: center;
          font-size: 1.75em; } }

.tab-content .row {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none; }

.header-wrapper {
  text-align: center; }

.promo-swag-title {
  font-family: "Raleway", "sans-serif";
  font-weight: 600;
  font-size: 60px; }

.promo-swag-subheader {
  font-family: "Raleway", "sans-serif";
  font-size: 1.3rem;
  margin-bottom: 30px; }

.promo-swag-shop-button {
  font-family: "Raleway", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: #64c9c3;
  padding: 0.5em 1em;
  margin-bottom: 20px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out; }

.promo-swag-shop-button:hover {
  filter: brightness(1.25);
  transform: scale(1.05); }

.sff-items-grid {
  background-color: #da816d;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  grid-auto-rows: minmax(200px, auto);
  padding: 30px; }

.sff-designs-items-grid {
  background-color: #da816d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  grid-auto-rows: minmax(200px, auto);
  padding: 30px; }

.promo-swag-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; }

.product-img-apparel {
  width: 100%;
  height: 385px;
  object-fit: cover;
  border-radius: 50px; }

.promo-swag-button {
  font-family: "Raleway", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  background-color: #64c9c3;
  padding: 3% 8%;
  border-radius: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  max-width: 100%; }

.promo-swag-button:hover {
  filter: brightness(1.25); }

.footer-flex-shopstorefront {
  display: flex;
  justify-content: space-around;
  margin: 50px;
  gap: 50px; }

@media screen and (max-width: 768px) {
  .footer-flex-shopstorefront {
    flex-direction: column;
    margin: 15px;
    justify-content: center;
    align-items: center; } }

.footer-left-side-content {
  text-align: center; }

h2 {
  font-family: "Raleway", "sans-serif";
  font-size: 3rem; }

.footer-left-side-content h2 {
  font-weight: 500; }

.footer-left-side-content p {
  line-height: 1.5;
  margin-bottom: 1.5rem; }

.footer-right-side-content {
  background-color: #64c9c3;
  color: #fff;
  padding: 50px;
  border-radius: 40px;
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 15px; }

.footer-right-side-content-promo-swag {
  background-color: #64c9c3;
  color: #fff;
  padding: 50px;
  border-radius: 40px;
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 295px; }

.promo-list {
  display: flex; }

.sff--category-left-side-paragraph,
.sff--category-paragraph {
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  white-space: nowrap; }

.promo-list img {
  width: 20px;
  height: auto;
  margin: 10px; }

.product-img-mobile {
  display: none; }

.apparel-paragraph {
  text-align: left; }

.promo-list img {
  width: 20px;
  height: auto; }

.custom-embroidery-items-grid {
  background-color: #da816d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  grid-auto-rows: minmax(200px, auto);
  margin: 30px;
  padding: 30px; }

@media screen and (max-width: 768px) {
  .custom-embroidery-items-grid {
    margin: 15px;
    padding: 15px;
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 480px) {
  .custom-embroidery-items-grid {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr); } }

/* Media queries for tablet */
@media screen and (max-width: 768px) {
  .promo-swag-title {
    font-size: 40px; }
  .promo-swag-subheader {
    font-size: 1rem; }
  .promo-swag-shop-button {
    font-size: 1rem;
    padding: 0.5em 1.5em; }
  .sff-items-grid {
    margin: 15px;
    padding: 15px;
    grid-template-columns: repeat(2, 1fr); }
  .sff-designs-items-grid {
    margin: 15px;
    padding: 15px;
    grid-template-columns: repeat(2, 1fr); }
  .product-img {
    height: 385px; }
  .footer-flex {
    flex-direction: column;
    margin: 15px;
    justify-content: center;
    align-items: center; }
  .designs-footer-flex {
    display: flex;
    justify-content: space-around;
    margin: 50px;
    gap: 50px; }
  .footer-left-side-content {
    margin: 20px; }
  .footer-left-side-content h2 {
    font-size: 2rem; }
  .footer-left-side-content p {
    font-size: 1.2rem; }
  .promo-swag-button {
    font-size: 11px;
    padding: 0.7em 1.5em; }
  .footer-right-side-content {
    width: 75%;
    padding: 30px;
    margin: 15px;
    text-align: left; }
  .promo-list p {
    font-size: 1.3rem;
    margin-left: 40px; } }

@media screen and (max-width: 480px) {
  .promo-swag-title {
    font-size: 35px;
    font-weight: bolder; }
  .promo-swag-subheader {
    font-size: 0.9rem; }
  .promo-swag-shop-button {
    font-size: 0.9rem;
    padding: 0.7em 1.8em;
    margin-bottom: 10px; }
  .sff-items-grid {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr); }
  .sff-designs-items-grid {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr); }
  .product-img-apparel {
    height: 250px; }
  .footer-flex {
    flex-direction: column;
    margin: 10px;
    justify-content: center;
    align-items: center; }
  .footer-left-side-content h2 {
    font-size: 1.6rem;
    font-weight: bold; }
  .footer-left-side-content p {
    font-size: 1rem;
    line-height: 1.5; }
  .promo-swag-button {
    font-size: 12px;
    padding: 0.7em 1.8em; }
  .footer-right-side-content {
    width: 100%;
    padding: 30px;
    padding-left: 15px;
    text-align: left; }
  .promo-list p {
    font-size: 1rem;
    padding: 3px;
    margin: -5px;
    white-space: normal;
    text-align: left; } }

.hero-banner-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.add-margin {
  margin-left: -100px; }

.hero-banner-container h2 {
  font-size: 3rem;
  text-align: left;
  font-weight: 600; }

.landing-page-img {
  width: 50%;
  margin-left: 150px; }

.landing-page-paragraph {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left; }

.sff-landing-page-items-grid {
  background-color: #da816d;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 30px auto;
  padding: 1.5rem; }
  @media (max-width: 1024px) {
    .sff-landing-page-items-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .sff-landing-page-items-grid {
      grid-template-columns: repeat(1, 1fr); } }

.sff-landing-page-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden; }

.sff-landing-page-img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-radius: 50px; }

.vertical-line {
  border-left: 0.5px solid #f6ded7;
  height: 195px;
  position: absolute;
  left: 55%; }

.sff-landing-page-button {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", "sans-serif";
  background-color: #64c9c3;
  padding: 3% 8%;
  border-radius: 50px;
  width: fit-content;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  max-width: 100%;
  letter-spacing: 2px; }

.sff-landing-page-button:hover {
  filter: brightness(1.25); }

.sff-last-section-wrapper {
  border: 50px solid #da816d; }

.section-wrapper {
  background-color: #fff; }

.benefits-landing-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-content: center;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 40px; }

.benefits-landing-page-grid p {
  font-size: 1.5rem;
  line-height: 1.5;
  width: auto; }

.sff-icon {
  width: 75px;
  margin-bottom: 20px; }

.sff-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 10px; }

.sff-section-left-side h2 {
  font-size: 3rem;
  font-weight: 600; }

.sff-flex p {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 550px; }

.flex-buttons button {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  background-color: #64c9c3;
  margin: 10px auto;
  border-radius: 50px;
  text-transform: uppercase;
  white-space: nowrap; }

.flex-buttons button:hover {
  filter: brightness(1.25); }

.flex-buttons button:nth-child(1) {
  padding: 10px 35px; }

.flex-buttons button:nth-child(2) {
  padding: 10px 60px; }

.flex-buttons button:nth-child(3) {
  padding: 10px 40px; }

@media screen and (max-width: 768px) {
  .hero-banner-container {
    flex-direction: column;
    align-items: center; }
  .hero-banner-container h2 {
    font-size: 2.5rem;
    text-align: center; }
  .landing-page-img {
    width: 50%;
    margin: 0 auto;
    display: block; }
  .add-margin {
    margin-left: auto; }
  .landing-page-title {
    text-align: center;
    padding: 15px; }
  .landing-page-paragraph {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px; }
  .sff-landing-page-img {
    height: 200px; }
  .sff-last-section-wrapper {
    border-width: 30px;
    margin: 10px; }
  .benefits-landing-page-grid {
    text-align: left;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px; }
  .benefits-landing-page-grid p {
    font-size: 1.3rem;
    line-height: 1.5; }
  .sff-icon {
    width: 50px;
    margin-bottom: 5px; }
  .sff-flex {
    flex-direction: column;
    align-items: center; }
  .sff-section-left-side {
    margin: 20px; }
  .sff-section-left-side h2 {
    font-size: 2rem;
    text-align: center; }
  .vertical-line {
    display: none; }
  .section-wrapper {
    overflow: auto; }
  .sff-flex p {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word; }
  .flex-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .flex-buttons button {
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
    background-color: #64c9c3;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out; }
  .flex-buttons button:nth-child(1),
  .flex-buttons button:nth-child(2),
  .flex-buttons button:nth-child(3) {
    padding: 10px 20px; } }

@media screen and (max-width: 480px) {
  .hero-banner-container {
    flex-direction: column;
    align-items: flex-start; }
  .hero-banner-container h2 {
    font-size: 2rem;
    text-align: center;
    position: relative;
    left: 1.5rem; }
  .landing-page-img {
    width: 75%;
    margin: 0 auto;
    display: block; }
  .add-margin {
    margin-left: auto; }
  .landing-page-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .landing-page-paragraph {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
    position: relative;
    left: 1.5rem; }
  .sff-landing-page-item {
    position: relative; }
  .sff-landing-page-img {
    height: 150px; }
  .sff-last-section-wrapper {
    border-width: 40px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 30px; }
  .benefits-landing-page-grid {
    text-align: left;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 55px; }
  .benefits-landing-page-grid p {
    font-size: 1.2rem;
    line-height: 1.5;
    width: auto; }
  .sff-icon {
    width: 50px;
    margin-bottom: 5px; }
  .sff-flex {
    flex-direction: column;
    align-items: center; }
  .sff-section-left-side {
    margin: 40px; }
  .sff-section-left-side h2 {
    font-size: 2rem;
    text-align: center; }
  .sff-flex p {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    width: auto; }
  .vertical-line {
    display: none; }
  .flex-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .flex-buttons button {
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
    background-color: #64c9c3;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out; }
  .flex-buttons button:nth-child(1) {
    padding: 10px 35px; }
  .flex-buttons button:nth-child(2) {
    padding: 10px 60px; }
  .flex-buttons button:nth-child(3) {
    padding: 10px 40px; } }

.guide-banner {
  height: 200px;
  text-align: center;
  background-color: rgba(217, 179, 184, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "raleway", sans-serif; }

.guide-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
  font-family: "raleway", sans-serif; }

.tee-container {
  text-align: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1800px;
  margin: 0 auto;
  justify-content: center; }

.guide-content {
  flex: 1;
  font-size: 1.5rem;
  text-align: center;
  background-color: #e8b5ba;
  color: white;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  margin: 20px;
  border-radius: 5px;
  overflow: hidden; }

.guide-content h2 {
  font-family: "raleway", sans-serif;
  font-weight: 700;
  color: white; }

.guide-content-img img {
  width: 75%;
  height: auto; }

.guide-content-img {
  width: 98%;
  height: auto; }

@media screen and (max-width: 780px) {
  .slider-wrapper {
    width: 90%; }
  .tee-container {
    width: 100%;
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    justify-content: center; }
  .guide-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px; }
  .guide-content h2 {
    font-size: 1.8rem; } }

@media screen and (max-width: 460px) {
  .slide-button {
    display: none; }
  .tee-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    justify-content: center; }
  .guide-content {
    display: block;
    margin: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px; }
  .guide-content-img {
    width: 100%;
    overflow: hidden; }
  .guide-content-img img {
    width: 100%;
    height: auto; } }

.meet-the-team-container {
  font-family: "raleway", sans-serif; }

.meet-the-team-banner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  font-family: "raleway", sans-serif;
  gap: 50px; }

.meet-the-team-text {
  position: relative;
  top: 100px; }

.meet-the-team-text h1 {
  font-family: "raleway", sans-serif;
  font-size: 4rem; }

.meet-the-team-text p {
  font-family: "raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 600; }

.meet-the-team-desktop {
  width: 50%;
  margin-right: -100px;
  margin-bottom: 50px; }

.meet-the-team-mobile {
  display: none; }

.meet-the-team-btn {
  padding: 12px 55px;
  margin: 10px;
  font-size: 1.1rem;
  text-align: center;
  background-color: #64c9c3;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out; }

.get-to-know-midsection-title {
  background-color: #f09f93;
  font-family: "raleway", sans-serif; }

.get-to-know-midsection-title h2 {
  font-family: "raleway", sans-serif; }

.get-to-know-us-midsection-subtitle {
  position: relative;
  text-align: center;
  padding: 140px;
  font-size: 3rem;
  font-weight: 500; }

.employee-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 15px; }

.employee-card {
  position: relative;
  text-align: center;
  margin-left: -7px;
  margin-right: -7px; }

.employee-img {
  border: solid 25px #fff;
  width: 100%;
  height: 80%;
  position: relative;
  object-fit: cover;
  top: -80px; }

.employee-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
  padding: 15px;
  width: 30%;
  color: #d68047; }

.employee-info h6 {
  color: #d68047; }

.employee-info p {
  color: #000; }

.core-values {
  background-color: #f09f93;
  font-family: "raleway", sans-serif;
  text-align: center;
  padding: 80px; }

.core-values-subtitle {
  text-align: center;
  font-size: 3rem; }

.core-values h2 {
  font-family: "raleway", sans-serif; }

.core-values p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500; }

.core-values-container {
  display: flex;
  margin: 30px;
  justify-content: center;
  gap: 50px; }

.core-values-column1,
.core-values-column3 {
  text-align: center;
  position: relative;
  top: 30px; }

.core-values-column2 {
  width: 30%;
  aspect-ratio: auto 1 / 1; }

.core-values-column2-img {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1500px) {
  .meet-the-team-text {
    position: relative;
    left: 40px; }
  .employee-info {
    width: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .core-values-column2-img {
    height: auto;
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 781px) {
  .meet-the-team-desktop {
    display: none; }
  .meet-the-team-banner {
    margin-bottom: 50px; }
  .meet-the-team-mobile {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .meet-the-team-text {
    display: none; }
  .employee-info {
    width: 80%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .core-values-column2-img {
    height: 600px;
    width: 100%;
    max-width: 100%; } }

/* Media Query for 430px */
@media screen and (max-width: 430px) {
  .meet-the-team-banner {
    margin-bottom: 30px; }
  .meet-the-team-desktop {
    display: none; }
  .meet-the-team-mobile {
    display: block; }
  .meet-the-team-text {
    display: none; }
  .meet-the-team-btn {
    padding: 12px 40px;
    font-size: 1rem; }
  .get-to-know-us-midsection-subtitle {
    padding: 70px 20px;
    font-size: 2rem;
    font-weight: 600; }
  .employee-container {
    grid-template-columns: 1fr; }
  .employee-card {
    margin: 0 auto 20px; }
  .employee-img {
    width: 100%;
    height: auto;
    top: 0; }
  .employee-info {
    width: 80%;
    transform: translate(-50%, 90%);
    left: 50%;
    top: 50%; }
  .core-values {
    padding: 50px 30px;
    margin-top: 40px; }
  .core-values h2 {
    font-weight: 600; }
  .core-values p {
    font-size: 1.2rem; }
  .core-values-container {
    flex-direction: column; }
  .core-values-column1,
  .core-values-column3 {
    position: static;
    top: 0; }
  .core-values-column2 {
    width: 100%; }
  .core-values-column2-img {
    height: auto;
    width: 100%;
    max-width: 100%; } }

.shirt-guide-title {
  background-color: #ffd2c9;
  text-align: center;
  height: 200px; }

.shirt-guide-title h1 {
  font-size: 5rem;
  font-weight: 700;
  font-family: "raleway";
  color: #fff;
  padding-top: 3rem; }

.prevBtn,
.nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  z-index: 1; }

.prevBtn {
  left: 10px; }

.nextBtn {
  right: 10px; }

.slider {
  position: relative;
  overflow: hidden; }

.slides {
  display: flex;
  transition: transform 0.3s ease-in-out; }

.slide {
  flex: 0 0 100%; }

.slides img {
  width: 100%; }

@media screen and (max-width: 430px) {
  .shirt-guide-title {
    height: 80px; }
  .shirt-guide-title h1 {
    font-size: 2rem;
    padding-top: 2rem; }
  .prevBtn,
  .nextBtn {
    display: none; }
  .slider {
    display: block;
    background-color: #ffd2c9;
    margin-bottom: 2rem; }
  .slides {
    display: block;
    height: auto;
    overflow-y: auto; }
  .slides img {
    width: 100%;
    height: auto; }
  .slide {
    padding: 0.5rem; } }

.shop-our-design-subheader {
  font-family: "Raleway", "sans-serif";
  font-size: 1.3rem;
  margin-bottom: 30px;
  line-height: 1.6; }

.custom-category-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .custom-category-header {
      flex-direction: column-reverse;
      align-items: center; }
      .custom-category-header img {
        width: 100% !important;
        margin: 0 0 2rem 0; } }
  .custom-category-header .custom-category-desc {
    font-size: 1rem;
    color: black; }
  .custom-category-header img {
    width: 25%;
    max-width: 600px;
    margin-top: 2rem; }

.storefront-card img {
  width: 35%; }

.midsection-storefront {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.shop-storefront-container {
  position: relative;
  display: flex;
  background-color: #64c9c3; }

.shopstorefront-list {
  display: flex; }

.shopstorefront-list img {
  width: 20px;
  height: auto;
  margin: 10px; }

.shopstorefront-left-side-content p {
  text-align: left;
  line-height: 1.5;
  font-size: 1.5rem; }

.shopstorefront-left-side-content h2 {
  font-family: "raleway";
  font-size: 4rem;
  font-weight: 500; }

.text-content h2 {
  font-size: 2.3rem;
  font-family: "raleway";
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-left: 3rem;
  margin-top: 5rem; }

.text-content p {
  font-size: 1.3rem;
  font-family: "raleway";
  line-height: 1.5;
  color: #fff;
  margin-left: 3rem;
  margin-bottom: 5rem;
  font-weight: 500; }

.last-content-buttons {
  display: flex;
  position: relative;
  left: 70px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%; }

.shop-storefront-button {
  background-color: #fff;
  color: #000;
  font-size: 1.7rem;
  padding: 10px 35px;
  border-radius: 50px; }

.shopstorefront-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; }

.shopstorefront-items-grid {
  background-color: #da816d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  grid-auto-rows: minmax(200px, auto);
  margin: 30px;
  padding: 30px; }

@media screen and (max-width: 768px) {
  .shopstorefront-items-grid {
    margin: auto 0;
    padding: 15px;
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 972px) {
  .shopstorefront-items-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 20px; }
  .footer-flex {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px; }
  .shopstorefront-left-side-content p {
    font-size: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem; }
  .text-content h2 {
    font-size: 2.5rem;
    font-weight: 600; }
  .last-content-buttons {
    flex-direction: column;
    gap: 20px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    width: 100%; }
  .last-content-buttons button {
    font-size: 1.2rem;
    padding: 8px 20px; } }

@media screen and (max-width: 480px) {
  .shopstorefront-items-grid {
    margin: auto 0;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 430px) {
  .shopstorefront-list p {
    font-size: 1rem;
    padding: 3px;
    margin: -5px;
    white-space: nowrap;
    text-align: left; }
  .shopstorefront-left-side-content h2 {
    font-family: "raleway";
    font-size: 3rem;
    font-weight: 700;
    text-align: center; }
  .shopstorefront-left-side-content p {
    padding-right: 3rem;
    padding-left: 3rem; }
  .shopstorefront-items-grid {
    margin: auto 0;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr); }
  .shopstorefront-left-side-content h2 {
    margin-top: 1rem;
    font-size: 2rem; }
  .shopstorefront-left-side-content p {
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  .shop-storefront-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .text-content {
    padding: 10px; }
  .text-content h2 {
    font-size: 2rem;
    text-align: center; }
  .text-content p {
    font-size: 1.2rem;
    text-align: center; }
  .last-content-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
    align-items: center;
    margin-bottom: 2rem; }
  .last-content-buttons button {
    font-size: 1rem;
    position: relative;
    right: 68px; } }

.fundraiser-container {
  position: relative; }

.banner-content {
  position: relative;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px;
  height: 200px;
  width: 70%;
  z-index: 1; }

.banner-content h1 {
  font-family: "raleway";
  font-size: 3rem; }

.banner-content p {
  margin: 0 auto;
  text-align: center;
  border: 4px solid #f09f93;
  border-radius: 50px;
  padding: 0.5rem;
  font-size: 1rem; }

.banner-subtext {
  text-align: center; }

.fundraiser-container {
  position: relative; }

.banner-content {
  position: relative;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 20px;
  height: 200px;
  width: 70%;
  z-index: 1; }

.banner-content h1 {
  font-family: "raleway";
  font-size: 3rem; }

.banner-content p {
  margin: 0 auto;
  text-align: center;
  border: 4px solid #f09f93;
  border-radius: 50px;
  width: 66%;
  padding: 0.5rem;
  font-size: 1.3rem; }

.banner-subtext {
  text-align: center; }

.fundraiser-benefits1,
.fundraiser-benefits3 {
  position: relative;
  top: 1rem;
  text-align: left;
  display: block;
  margin: auto; }

.fundraiser-benefits1 h3,
.fundraiser-benefits2 h3,
.fundraiser-benefits3 h3 {
  font-style: italic;
  font-size: 1.9rem; }

.fundraiser-benefits1 p,
.fundraiser-benefits2 p,
.fundraiser-benefits3 p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "raleway"; }

.fundraiser-benefits2 {
  width: 30%;
  aspect-ratio: auto 1 / 1;
  position: relative;
  right: 25px; }

.fundraiser-btn {
  padding: 1rem 1.9rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  text-align: center;
  background-color: #64c9c3;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

.fundraiser-btn:hover {
  filter: brightness(1.25); }

.fundraiser-text-section {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  background-color: #eac553;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.fundraise-p-text {
  padding-top: 2rem;
  font-size: 1.3rem;
  font-weight: 600; }

.fundraise-p-subtext {
  padding-top: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "raleway";
  line-height: 1.5;
  padding-right: 2rem;
  padding-left: 3rem; }

.fundraiser-banner-desktop {
  display: none; }

.banner-content {
  display: none; }

.banner-subtext {
  margin: 1rem;
  font-weight: 700; }

.banner-subtext p {
  font-size: 1.3rem;
  line-height: 1.5; }

.fundraiser-benefits-container {
  margin-bottom: 4rem;
  text-align: center; }

.fundraiser-benefits3 p {
  word-wrap: break-word; }

.fundraiser-benefits2-img {
  width: 75%;
  height: 20em;
  margin: 0 auto;
  margin-bottom: -1rem;
  display: block; }

.fundraiser-text-section {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  background-color: #eac553;
  overflow: hidden;
  margin-top: 5rem; }

@media (min-width: 768px) {
  .fundraiser-benefits-container {
    display: flex;
    margin: 30px;
    justify-content: center;
    gap: 1rem; } }

@media (min-width: 1024px) {
  .fundraiser-banner-desktop {
    display: block;
    width: 65%;
    margin: auto; }
  .fundraiser-banner-mobile {
    display: none; }
  .banner-content {
    display: block;
    width: 50%; }
  .banner-subtext p {
    font-size: 1.7rem;
    margin-top: -3rem;
    font-weight: 500; }
  .fundraiser-benefits-container {
    display: flex;
    margin: 30px;
    justify-content: center;
    gap: 1rem; }
  .fundraiser-benefits2-img {
    width: 100%;
    height: 35em;
    object-fit: contain;
    min-height: 200px;
    max-width: 100%;
    margin: 0 auto; } }

.color1 {
  background-color: #d57f4d; }

.color2 {
  background-color: #efd573; }

.color3 {
  background-color: #67c9c3; }

.color4 {
  background-color: #faf1ea; }

.color5 {
  background-color: #fcf9e9; }

.color6 {
  background-color: #eefcfc; }

.color7 {
  background-color: #edc9b0; }

.color8 {
  background-color: #f6e6a8; }

.color9 {
  background-color: #bef4f1; }

.color10 {
  background-color: #e0a17a; }

.color11 {
  background-color: #efd573; }

.color12 {
  background-color: #95ece8; }

.color13 {
  background-color: #d57f4d; }

.color14 {
  background-color: #eac553; }

.color15 {
  background-color: #67c9c3; }

table {
  margin-top: 3rem; }

.fundraiser-th {
  padding: 0.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid #fff; }

.fundraiser-td {
  text-align: center;
  padding: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  border: 2px solid #fff;
  width: 25%; }

.staple-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 80%;
  margin: auto;
  align-items: center; }

.staple-product-item {
  background-color: #d68047;
  padding: 1.8rem;
  height: 750px; }

.grid-products-title {
  padding-top: 1rem;
  color: #fff;
  font-size: 1.5rem; }

.staple-products img {
  width: 100%;
  margin: auto;
  display: block; }

.grid-products-text {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  font-family: "raleway"; }

.grid-title {
  text-align: center;
  color: black;
  font-size: 2.5rem;
  font-family: "raleway";
  margin-top: 4rem; }

.cta-title {
  font-weight: 700;
  font-size: 4rem;
  font-family: "raleway"; }

.sample-page-wrapper {
  background-color: #64c9c3;
  padding-top: 2.8rem;
  padding-bottom: 4rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
  margin: 2.5rem auto;
  width: 80%; }

.sample-page-wrapper img {
  width: 15rem;
  display: block;
  margin: 1rem auto;
  border-radius: 50%;
  background-color: #fff;
  object-fit: cover;
  margin-top: 3rem; }

.fundraiser-title {
  text-align: center;
  color: white;
  font-size: 2.9rem;
  font-family: "raleway"; }

.fundraiser-subtext {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 2.5rem; }

.grid-subtext {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2.5rem; }

.sample-page-button {
  padding: 1.2rem 2.4rem;
  display: block;
  margin: 1rem auto !important;
  font-size: 1rem;
  text-align: center;
  background-color: #d68047;
  color: white;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  cursor: pointer; }

.sample-page-button:hover {
  filter: brightness(1.25); }

.cta-subtext {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  font-weight: 500; }

.cta-button {
  background-color: #64c9c3;
  padding: 1.3rem 3rem;
  font-size: 1.2rem;
  text-align: left;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out; }

.cta-button:hover {
  filter: brightness(1.25); }

.cta-section {
  display: flex;
  justify-content: space-around; }

.cta-contact-section {
  display: flex;
  gap: 1.5rem; }

.cta-contact-section .child1 {
  flex: 0 0 auto;
  margin-right: 2rem; }

.cta-contact-section .child2 {
  flex: 1; }

.cta-item1 {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 12px;
  background-color: #d68047;
  display: flex;
  font-weight: 700; }

.cta-item1 img {
  width: 65px;
  height: auto;
  display: block;
  margin: auto; }

.cta-item2 h3 {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "raleway"; }

.cta-item2 p {
  font-size: 1.5rem;
  line-height: 1.5; }

@media screen and (max-width: 430px) {
  .fundraiser-text-section {
    width: auto; }
  .fundraiser-btn {
    font-size: 1rem; }
  .grid-title {
    font-size: 2.5rem; }
  .staple-products-grid {
    display: block; }
  .staple-product-item {
    height: auto;
    padding: 1rem;
    margin-bottom: 20px; }
  .staple-products,
  .grid-products-title {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.6rem; }
  .grid-products-text {
    font-size: 1.3rem;
    line-height: 1.5; }
  .sample-page-wrapper {
    width: auto; }
  .sample-page-wrapper img {
    width: 12rem; }
  .fundraiser-th {
    font-size: 1.5rem; }
  .fundraiser-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700; }
  .fundraiser-benefits1 {
    margin: auto;
    display: block;
    text-align: center; }
  .fundraiser-benefits2 {
    margin: auto;
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .fundraiser-benefits3 {
    margin: auto;
    display: block;
    text-align: center; }
  .fundraiser-subtext {
    font-size: 1.2rem; }
  .sample-page-button {
    font-size: 1rem; }
  .cta-section {
    display: flex;
    flex-direction: column; }
  .cta-item1,
  .cta-item2 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .cta-title {
    font-size: 2.5rem;
    text-align: center; }
  .cta-subtext {
    text-align: center; }
  .cta-button {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-align: center;
    margin: auto;
    display: block; } }

.quote-banner {
  width: 80%;
  margin: auto;
  display: block; }

.b2b-add-to-quote,
.b2b-cart-to-quote {
  display: none !important; }

.card .actionButton .button {
  width: 100%;
  float: left; }

.card .actionButton .button.compare {
  float: right;
  text-align: center;
  width: auto;
  border: none;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px 8px;
  display: none; }

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

.form-input--incrementTotal {
  width: 3.3rem; }

.gift-guide-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  padding: 20px; }

.gift-guide-wrapper h1,
.gift-guide-wrapper h3,
.gift-guide-wrapper h4 {
  text-align: center;
  color: #2c3e50;
  margin: 0 0 10px; }

.gift-guide-wrapper p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1em; }

.gift-guide-wrapper a {
  color: #3498db;
  text-decoration: none; }

.gift-guide-wrapper a:hover {
  text-decoration: underline; }

.gift-guide-section {
  margin-bottom: 40px;
  text-align: center; }

.product-image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.link {
  font-size: 0.9em;
  color: #666;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px; }

.page-unavailable-container {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center; }

.page-unavailable {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

.image-404 {
  max-width: 70%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px; }

.page-unavailable-heading {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px; }

.page-unavailable-description {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #555; }
  .page-unavailable-description a {
    color: #03b5d2; }

.page-unavailable-description:first-of-type {
  font-size: 32px; }

.page-unavailable-arrow {
  font-size: 24px;
  color: #0275d8;
  display: inline-block;
  margin-left: 10px; }

.page-unavailable-link {
  text-decoration: none;
  color: #0275d8;
  font-weight: 600; }

.page-unavailable-thank-you-message {
  font-size: 18px;
  color: #777;
  margin-top: 30px; }

.custom-lp-container {
  width: 100%;
  margin-block: 2em; }

.custom-lp-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 760px) {
    .custom-lp-bottom {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.custom-lp-left {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  font-size: 2rem;
  text-align: center; }
  @media screen and (max-width: 760px) {
    .custom-lp-left {
      width: 100%;
      text-align: center; } }

.raleway-lp {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3; }

.custom-lp-right {
  color: white;
  font-size: 1.2rem;
  width: 50%;
  height: 14em;
  background-color: #64c9c3;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 760px) {
    .custom-lp-right {
      width: 100%;
      height: fit-content;
      margin-top: 1em; } }

.custom-lp-right ul {
  margin: 0;
  margin-left: 1em;
  padding: 1em; }

.custom-lp-right li {
  padding: 0;
  margin: 0;
  padding-block: 5px;
  padding-left: 10px;
  line-height: 2rem;
  font-size: 1.5rem; }

.custom-lp-right li::marker {
  color: white;
  content: "✓"; }

/* Blog */
.blog-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem; }

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 760px) {
  .blog-grid {
    grid-template-columns: 1fr; } }

.blog-grid-item {
  background: white;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s; }

.blog-grid-item:hover {
  transform: scale(1.02); }

.blog-grid-figure {
  margin: 0; }

.blog-grid-thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: auto; }

.blog-grid-body {
  padding: 1rem; }

.blog-title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem; }

.blog-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s; }

.blog-title a:hover {
  color: #c488b5; }

.blog-grid-summary {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px; }

.blog-header {
  margin-bottom: 1rem; }

@media (max-width: 760px) {
  .blog-title {
    font-size: 1rem; }
  .blog-grid-summary {
    font-size: 0.875rem; } }

.school-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
  gap: 40px;
  font-family: "Poppins", sans-serif; }

.school-section {
  display: flex;
  align-items: center;
  background: white;
  padding: 40px;
  width: 100%;
  border-radius: 9px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: auto; }

.school-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px; }

.school-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-bottom: 10px; }

.school-section.scrollable .school-cards {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 10px; }

.school-card {
  background: linear-gradient(135deg, #f8f8f8, #ffffff);
  padding: 20px;
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 500;
  cursor: pointer; }

.school-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }

.school-card img {
  width: 100px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px; }

.school-title p {
  font-weight: 600;
  color: #444;
  font-size: 1rem; }

.school-cards::-webkit-scrollbar {
  height: 6px; }

.school-cards::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px; }

.school-cards::-webkit-scrollbar-thumb:hover {
  background-color: #777; }

.school-section.scrollable .school-cards {
  position: relative;
  overflow: hidden; }

.school-section.scrollable .school-cards::before,
.school-section.scrollable .school-cards::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none; }

.school-section.scrollable .school-cards::before {
  left: 0; }

.school-section.scrollable .school-cards::after {
  right: 0;
  transform: rotate(180deg); }

@media (max-width: 768px) {
  .school-section {
    flex-direction: column;
    padding: 30px; }
  .school-card {
    width: 100%; } }

@media (max-width: 435px) {
  .school-content h2 {
    text-align: center; }
  .school-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    background-color: #fff; } }

/* Home Page */
.product-category-container {
  max-width: 1200px; }

.product-category-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  width: 100%; }

.product-category-title p {
  font-size: 1.8rem;
  margin: 0;
  color: black;
  line-height: 1.3; }

.product-category-title a {
  font-size: 1rem;
  text-decoration: none;
  color: #535353;
  margin-left: 1rem;
  font-weight: 600;
  transition: color 0.3s ease; }

.product-category--title {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: -20px; }

.product-category--title a:hover {
  color: #0073e6; }

.product-category-description {
  font-size: 1rem;
  font-weight: 400;
  color: #74767c;
  line-height: 1.2; }

.product-category-heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start; }

.category-carousel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%; }

.category-carousel-header h2 {
  font-size: 2.25rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.category-carousel-image {
  flex: 1;
  max-width: 30%; }

.category-carousel-image img {
  width: 100%;
  height: auto;
  display: block; }

.category-carousel-content {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column; }

.category-carousel-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem; }
  @media screen and (max-width: 1024px) {
    .category-carousel-wrapper {
      grid-template-columns: repeat(2, 1fr); } }

.category-carousel-item {
  flex: 0 0 auto;
  width: 100%; }

.category-carousel-img {
  width: 100%;
  height: auto;
  display: block; }

@media (max-width: 768px) {
  .category-carousel {
    flex-direction: column;
    align-items: center; }
  .category-carousel-image,
  .category-carousel-content {
    max-width: 100%;
    text-align: center; } }

.review-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://cdn11.bigcommerce.com/s-q6y5gcujza/images/stencil/original/image-manager/review-section-banner.png?t=1740773990");
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 50px;
  padding: 1rem;
  position: relative; }
  .review-section a {
    overflow: hidden; }

.review-slider {
  width: 100%;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 1rem; }
  .review-slider::-webkit-scrollbar {
    display: none; }

.review-item {
  scroll-snap-align: start;
  flex: 0 0 calc(100% / 3 - 10px); }
  @media (max-width: 1024px) {
    .review-item {
      flex: 0 0 calc(100% / 2 - 2rem); } }
  @media (max-width: 768px) {
    .review-item {
      flex: 0 0 calc(100% - 2rem); } }

.review-item figure {
  margin: 0; }

.review-item-img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out; }

.review-item:hover .review-item-img {
  transform: scale(1.03); }

@media (max-width: 768px) {
  .review-section {
    flex-direction: column;
    text-align: center;
    padding: 15px; }
  .review-slider {
    width: 100%;
    padding: 0 10px; }
  .review-item {
    max-width: 90%;
    padding: 5px; } }

@media (max-width: 480px) {
  .review-section {
    flex-direction: column;
    text-align: center;
    padding: 10px; }
  .review-slider {
    width: 100%;
    padding: 0 5px; }
  .review-item {
    max-width: 95%;
    padding: 5px; } }

.storefront-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.storefront-carousel-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  background-color: #ffffff; }

.storefront-carousel img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px; }

.slick-dots li button:before {
  font-size: 12px;
  color: #000; }

.promo-section {
  position: relative;
  width: 100%;
  margin: auto; }

.promo-slider .slick-track {
  display: flex;
  align-items: center; }

.promo-item {
  text-align: center;
  padding: 10px; }
  .promo-item figure {
    margin: 0 0 0.5rem 0; }

.promo-item-img {
  aspect-ratio: 4/3;
  object-fit: cover; }

.nav-buttons {
  position: absolute;
  right: 0; }

.product-button:hover {
  background: rgba(219, 219, 219, 0.7); }

.product-button svg {
  width: 20px;
  height: 20px;
  fill: black;
  stroke: black;
  stroke-width: 1px; }

@media (max-width: 768px) {
  .product-button {
    width: 40px;
    height: 40px; }
  .product-button svg {
    width: 18px;
    height: 18px; }
  .product-button {
    left: -40px; }
  .hp-slick-next {
    right: -40px; } }

@media (max-width: 480px) {
  .product-button {
    width: 35px;
    height: 35px; }
  .product-button svg {
    width: 16px;
    height: 16px; } }

.checkout-form #Field-phoneInput::placeholder {
  color: white; }

@media screen and (max-width: 1460px) {
  .container-wide .container, .container-wide .wrapper {
    width: 1400px; } }

@media screen and (max-width: 1420px) {
  .container-wide .container, .container-wide .wrapper {
    width: 1360px; } }

@media screen and (max-width: 1388px) {
  .container-wide .container, .container-wide .wrapper {
    width: 1246px; } }

@media screen and (max-width: 1280px) {
  .container-wide .container, .container-wide .wrapper {
    width: 1240px; }
  .productView--quickView .productView-images {
    width: 45%; }
  .productView--quickView .productView-details {
    width: 55%; }
  .productView-images {
    width: 50%; }
  .productView-details {
    width: 50%; }
  .modal-body.quickView {
    overflow-y: scroll;
    overflow-x: hidden; }
  .socialLinks .socialLinks-item {
    margin-right: 8px; } }

/* ========================= 1200 =============================== */
/* ========================= 1024 =============================== */
@media screen and (max-width: 79.875em) {
  .container, .wrapper {
    width: 994px; }
  .container-wide .container, .container-wide .wrapper {
    width: 994px; }
  .alertBox.productAttributes-message {
    margin-bottom: 2rem; }
  .form-prefixPostfix .form-input,
  .form-prefixPostfix .button {
    width: auto; }
  .quickSearch-main .form .form-fieldset .form-field .form-input {
    width: 175px; }
  .navUser ul li {
    margin-left: 19px; }
    .navUser ul li.nav-compare {
      margin-left: 20px; }
  .header-mid-section {
    padding: 20px 0; }
  .navPages ul li a {
    padding: 13px 11px 14px; }
  .card .card-figure a .card-img-container::before {
    display: none; }
  .newsletterForm .footer-info-heading {
    font-size: 20px; }
  .newsletterForm .form-prefixPostfix .button {
    width: auto; }
  .footer-info-col--social.footer-info-col {
    padding: 10px 0; }
  .socialLinks .socialLinks-item {
    margin-right: 10px; }
  .footer-info-col {
    padding: 0 20px; }
  .footer-payment-icons .footer-payment-icon {
    max-width: 34px; }
  .footer-payment-icons .footer-payment-icon.amazonpay {
    max-width: 20px; }
  .socialLinks .socialLinks-item {
    margin-right: 9px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; }
  .facetedSearch .form-minMaxRow .button {
    padding: 10px 8px;
    height: 37px; }
  .container-wide .page-sidebar {
    width: 0%; }
  .sub-category-block li {
    flex: 0 0 20%; }
  .sub-category-wrap {
    margin-bottom: 20px; }
  .productView-options .form-add-cart {
    padding-left: 0; }
  .product-page-compare {
    margin-top: 0; }
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 8px 15px; }
  .productView-thumbnail,
  .product-three-col .productView-thumbnail-link {
    height: 80px; }
  .productView-thumbnail-link {
    max-width: 80px; }
  .productView-thumbnails img {
    max-height: 70px;
    max-width: 70px; }
  .productView--quickView .productView-img-container {
    max-width: 350px; }
  .productView--quickView .productView-image {
    max-height: 450px; }
  .productView--quickView .productView-thumbnail {
    height: 80px; }
  .productView--quickView .productView-thumbnail-link {
    max-width: 80px;
    height: 80px; }
  .cart-total-left {
    padding-right: 60px;
    width: 70%; }
  .cart-total-right {
    width: 30%; }
  .cart-remove {
    right: 7px; }
  .account--fixed {
    width: 100%; }
  .productGrid .product,
  .placeholder-product {
    width: 25%; }
  .account-body {
    margin: 0; }
  .previewCartCheckout {
    width: 30%; }
  .previewCart .productView {
    width: 70%; }
  .brandGrid .brand {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .login .panel {
    min-height: 313px; }
  .sitemap-page > li {
    width: 33.33%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home-top-banner.carousel-style3 .columns {
    width: 50%; } }

/* ========================= 768 =============================== */
@media screen and (max-width: 63.9375em) {
  .container, .wrapper {
    width: 100%;
    padding: 0 20px; }
  .container-wide .container, .container-wide .wrapper {
    width: 100%;
    padding: 0 20px; }
  .page-content--centered,
  .account--fixedSmall {
    width: 100%; }
  .container-wide .page-sidebar + .page-content,
  .container-wide .page-sidebar {
    width: 100%; }
  .quickSearch-main,
  .navPages-container,
  .type-default .page-sidebar {
    display: none; }
  .quickSearch-main .form .form-fieldset .form-field .form-input {
    width: 100%;
    padding: 0 40px 0 9px; }
  #quickSearch .productGrid .product {
    margin-bottom: 0; }
    #quickSearch .productGrid .product .card-body {
      padding: 0 0 0 15px; }
  #quickSearch .productGrid {
    border-top: none; }
  .quickSearch-main .search-icon svg {
    height: 36px; }
  #quickSearch .quickSearchResults {
    width: 100%;
    left: 0; }
  #quickSearch .productGrid::before,
  #quickSearch .productGrid::after {
    right: auto;
    left: 50%; }
  #quickSearch .productGrid .product .card-figure {
    width: 10%; }
  #quickSearch .productGrid .product .card-body {
    width: 85%; }
  #quickSearch .productGrid .product .card {
    padding: 5px 10px;
    border: none;
    border-top: 1px solid #e8e8e8; }
  .MobileSearchSection #quickSearch .productGrid {
    margin: 0; }
  .header-mid-section {
    padding: 20px 0 0; }
    .header-mid-section .container, .header-mid-section .wrapper {
      margin-bottom: 20px; }
  .page-sidebar + .page-content {
    width: 100%; }
  .MobileSearchSection {
    margin-top: 10px;
    display: block; }
    .MobileSearchSection .quickSearch-main {
      display: block;
      position: relative; }
      .MobileSearchSection .quickSearch-main .form .form-fieldset .form-field .form-input {
        height: 36px; }
      .MobileSearchSection .quickSearch-main .search-icon {
        right: 0; }
        .MobileSearchSection .quickSearch-main .search-icon .icon-magnifier-1 {
          height: 36px;
          top: 10px; }
    .MobileSearchSection .mobileMenu-btn {
      width: 36px;
      float: left;
      position: relative;
      z-index: 9; }
    .MobileSearchSection #quickSearch .quickSearchResults {
      top: 100%; }
  .header-style2 .quickSearch-main .search-icon svg {
    width: 35px;
    height: 35px; }
  .home-top-banner .m-b-20 {
    margin: 0; }
  .header-position--right .navUser ul li:first-child {
    margin-left: 0; }
  .blog-view {
    right: 20px;
    padding-left: 10px; }
  .blog-body h3 {
    line-height: normal;
    font-size: 18px; }
  .blogPost {
    margin-bottom: 20px; }
  .newsletter-form {
    width: 360px; }
  .newsletter-text {
    margin-right: 30px; }
  .newsletterForm .footer-info-heading {
    font-size: 18px; }
  .footer-info-col {
    width: 33.33%;
    margin-bottom: 2rem; }
    .footer-info-col.store-info {
      width: 33.33%; }
    .footer-info-col.PopularBrands, .footer-info-col.footer-account-list {
      border-left: none;
      padding-left: 0; }
  .footer-info-col.PopularBrands + .footer-account-list {
    border-left: 1px solid #e8e8e8;
    padding-left: 20px; }
  .footer-copyright {
    text-align: center;
    float: none !important; }
  .footer-info-col--social.footer-info-col {
    padding: 27px 0;
    margin-bottom: 0; }
  .footer-info {
    flex-wrap: wrap; }
  .footer-payment {
    text-align: center; }
  .page-sidebar,
  .page-sidebar + .page-content {
    width: 100%; }
  .card-figcaption-body {
    display: none; }
  .sidebarBlock .navList {
    display: none; }
  .sidebarBlock .common-angle {
    display: block;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -10px; }
    .sidebarBlock .common-angle svg {
      fill: white; }
    .sidebarBlock .common-angle.p-s-b {
      margin-top: 0; }
  .facetedSearch.sidebarBlock .navList {
    display: block; }
  .side-bar-toggle-title {
    margin-bottom: 20px; }
    .side-bar-toggle-title + nav {
      margin-bottom: 20px; }
    .side-bar-toggle-title ul.navList-treeview {
      display: none; }
    .side-bar-toggle-title .sidebarBlock-heading {
      position: relative;
      cursor: pointer; }
      .side-bar-toggle-title .sidebarBlock-heading.Active .common-angle svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
  .facetedSearch-toggle {
    display: block !important;
    margin-bottom: 20px;
    padding: 7px;
    border-color: #e8e8e8; }
  .facetedSearch-refineFilters {
    display: none; }
  .facetedSearch-navList {
    display: none !important; }
    .facetedSearch-navList.is-open .accordion--navList {
      border: none; }
    .facetedSearch-navList .accordion--navList .accordion-content {
      padding: 0; }
    .facetedSearch-navList .accordion-block {
      margin-top: 10px; }
      .facetedSearch-navList .accordion-block:first-child {
        margin-top: 0; }
  .facetedSearch-navList.is-open {
    display: block !important; }
  .page-sidebar .bottomBanner {
    margin-bottom: 20px; }
  .sub-category-block li {
    flex: 0 0 25%; }
  .toggleLink {
    color: #555555; }
    .toggleLink:hover {
      color: black; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: 10px; }
  h2.page-heading.sub-category-title {
    font-size: 18px;
    margin-bottom: 10px; }
  .sub-category-wrap {
    margin-bottom: 20px; }
  .productView-title {
    font-size: 24px;
    line-height: 30px; }
  .productView-price,
  .productView-price .price {
    font-size: 18px; }
  .productView-product {
    padding-bottom: 10px; }
  .productView-details {
    margin-bottom: 15px; }
  .productView-images {
    margin-bottom: 20px; }
  .productView-options .form-action {
    width: auto; }
  .productView-info dd {
    width: 55%; }
  .productView-info dt {
    width: 40%; }
  .productView-reviewLink,
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: 0;
    margin-top: 5px; }
  .productView-reviewLink.write-review {
    margin-left: 10px; }
  .review-star {
    display: block; }
  /* Accordion anchor */
  .r-tabs {
    border: 1px solid #e8e8e8;
    border-bottom: none; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    color: #555555;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    position: relative; }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor .common-angle {
      display: block;
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -14px; }
      .r-tabs .r-tabs-accordion-title .r-tabs-anchor .common-angle svg {
        height: 14px;
        width: 14px;
        vertical-align: middle;
        fill: #555555; }
  /* Active accordion anchor */
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: black; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor .common-angle svg {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .r-tabs .r-tabs-panel.r-tabs-state-active {
    border-bottom: 1px solid #e8e8e8; }
  /* Disabled accordion button */
  .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5; }
  .cart-item-name {
    font-size: 15px; }
  .cart-item-title {
    padding: 15px;
    margin-bottom: 0; }
  .cart-item-options {
    margin-bottom: 0; }
  .cart-item-info {
    width: 16%; }
  .cart-item-figure {
    width: 16%; }
  .cart-totals {
    width: 100%; }
  .cart-actions .checkoutMultiple {
    margin: 20px 0 0; }
  .cart-item-price {
    width: 15%; }
  .type-cart h1.cart-title {
    margin-top: 20px; }
  .type-cart .body {
    margin-top: 0; }
  .type-cart .header {
    top: 0; }
  .cart-remove {
    top: 10px;
    right: 10px; }
  .cart-total-left {
    width: 55%;
    padding-right: 30px; }
  .cart-total-right {
    width: 45%; }
  .estimator-form .button {
    width: 60%; }
  .cart-item-image {
    max-width: 100px; }
  .cart-item {
    position: relative; }
  .cart-item-info p + .cart-remove {
    margin-top: 0; }
  .cart-item-info {
    position: relative; }
  .account--fixedLarge {
    width: 100%;
    padding: 0; }
  .productGrid .product,
  .placeholder-product {
    width: 33.33%; }
  .account-content {
    padding: 0; }
  .navBar--sub .navBar-action {
    font-size: 13px; }
  .navBar--sub .navBar-item {
    margin: 0 6px; }
  .login-row {
    width: 100%; }
  .previewCartCheckout {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .previewCart .productView {
    width: 100%;
    padding: 0; }
  .previewCart .productGrid {
    margin-bottom: 0; }
  .modal-header-title {
    font-size: 22px; }
  .compareTable-heading {
    width: 0;
    padding: 0; }
  .compareTable-item {
    padding-top: 2.286rem; }
  .compareTable-headingText {
    padding-top: 6px;
    display: block; }
  .compareTable-removeProduct {
    right: 0;
    top: 0;
    height: 25px;
    width: 25px;
    line-height: 23px; }
    .compareTable-removeProduct .icon {
      height: 15px;
      width: 15px;
      margin-top: 0; }
  .navBar--sub {
    margin-bottom: 2.5rem; }
  .brandGrid .card-image-custom {
    max-height: 84px; } }

/* ========================= 568 =============================== */
@media screen and (max-width: 47.9375em) {
  h1,
  .h1 {
    font-size: 24px; }
  h2,
  .h2 {
    font-size: 22px; }
  h3,
  .h3 {
    font-size: 20px; }
  h4,
  .h4 {
    font-size: 18px; }
  h5,
  .h5 {
    font-size: 16px; }
  h6,
  .h6 {
    font-size: 15px; }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 10px; }
  .container, .wrapper,
  .wrapper {
    padding: 0 15px; }
  .container-wide .container, .container-wide .wrapper,
  .container-wide .wrapper {
    padding: 0 15px; }
  .m-b-40 {
    margin-bottom: 20px; }
  .m-t-40 {
    margin-top: 20px; }
  .alertBox.productAttributes-message {
    margin-bottom: 0; }
  .body {
    margin: 0 0 20px 0; }
  .type-default .body {
    margin: 0; }
  .page-heading.product-list-title {
    font-size: 20px;
    margin-bottom: 10px; }
  h1.page-heading,
  h2.page-heading {
    font-size: 20px;
    padding: 0 10px 10px 0;
    margin-bottom: 20px; }
  .page-heading.product-list-title::before {
    width: 100%; }
  .banner-hover .banner-block:hover img {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    opacity: 1; }
  .form-fieldset {
    padding: 0; }
  .form-row--half .form-field {
    width: 100%; }
  .heroCarousel-title {
    font-size: 22px;
    margin-bottom: 0; }
  .header-logo-text {
    font-size: 45px; }
  .header-logo > a {
    width: 85%; }
  .header-navigation .top-nav-right ul ul li {
    margin-bottom: 5px; }
    .header-navigation .top-nav-right ul ul li a {
      padding: 0 0;
      border: none;
      display: block; }
    .header-navigation .top-nav-right ul ul li.navUser-item--account {
      margin-bottom: 0; }
      .header-navigation .top-nav-right ul ul li.navUser-item--account a,
      .header-navigation .top-nav-right ul ul li.navUser-item--account .navUser-or {
        margin-bottom: 5px; }
  .header-navigation .usermenu {
    display: block; }
  .header-navigation .mob-userSummary {
    display: inline-block;
    position: relative; }
    .header-navigation .mob-userSummary:before {
      content: "";
      background: transparent;
      height: 15px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 100%; }
    .header-navigation .mob-userSummary .usermenu span {
      color: #555555; }
      .header-navigation .mob-userSummary .usermenu span:hover {
        color: black; }
    .header-navigation .mob-userSummary .usermenu span.common-angle svg {
      fill: #555555;
      height: 12px;
      width: 12px;
      margin: 0 0 0 2px; }
    .header-navigation .mob-userSummary ul {
      display: none;
      position: absolute;
      z-index: 9999;
      right: 0;
      top: 140%;
      background: white;
      padding: 15px;
      border: 1px solid #e8e8e8;
      width: 180px;
      height: auto;
      text-align: left;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s; }
      .header-navigation .mob-userSummary ul:before, .header-navigation .mob-userSummary ul:after {
        bottom: 100%;
        left: 90%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .header-navigation .mob-userSummary ul:after {
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px; }
      .header-navigation .mob-userSummary ul:before {
        border-bottom-color: #e8e8e8;
        border-width: 10px;
        margin-left: -10px; }
    .header-navigation .mob-userSummary svg,
    .header-navigation .mob-userSummary span {
      vertical-align: middle; }
    .header-navigation .mob-userSummary svg {
      margin-right: 5px;
      fill: black;
      height: 16px;
      width: 16px; }
  .header-style2 .navUser-item--cart svg {
    height: 25px;
    width: 25px; }
  .usp-section-wrap {
    margin-bottom: 0; }
    .usp-section-wrap .columns {
      margin-bottom: 10px; }
  .productCarousel .slick-dots {
    display: block !important;
    position: inherit;
    margin: -10px 0 10px; }
  .slick-dots {
    display: block !important;
    position: inherit; }
  .slick-prev,
  .slick-next {
    display: none !important; }
  .form-increment .form-input {
    width: 40px; }
  .navUser-item--cart {
    z-index: 99; }
    .navUser-item--cart .dropdown-menu.is-open {
      width: 300px !important; }
  .productCarousel .slick-dots {
    bottom: -16px; }
  .footer-newsletter-summary {
    text-align: center; }
  .header-style2 .navUser-item--cart svg {
    height: 20px;
    width: 20px; }
  .header-style2 .quickSearch-main .search-icon svg {
    top: 3px;
    width: 30px;
    height: 30px; }
  .header-style2 .userSummary a svg {
    height: 15px;
    width: 15px; }
  .header-navigation {
    padding: 5px 0; }
  .instagrame {
    margin-bottom: 30px; }
  .footer-info {
    padding: 0 0 20px; }
  .footer-info-col {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
    margin-bottom: 2px; }
    .footer-info-col .header-logo {
      margin-bottom: 10px;
      margin-top: 0;
      padding-bottom: 5px;
      padding-top: 10px;
      text-align: center; }
      .footer-info-col .header-logo a {
        z-index: 10; }
    .footer-info-col.store-info {
      margin-bottom: 20px;
      text-align: center; }
  .footer-info-col.store-info {
    width: 100%;
    padding-right: 0; }
  .footer-info-list {
    display: none;
    background: #f9f9f9;
    padding: 5px 15px 15px; }
  .footer-info-heading {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    background: #f9f9f9;
    padding: 9px 10px;
    font-weight: 600;
    font-size: 14px; }
    .footer-info-heading.active .common-angle svg {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
    .footer-info-heading .common-angle {
      display: inline-block;
      display: block;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -10px; }
      .footer-info-heading .common-angle svg {
        fill: black;
        height: 12px;
        width: 12px;
        vertical-align: middle; }
  .artify-layout--jewelry .footer-info-heading {
    background: #000000; }
  .artify-layout--jewelry .footer-info-list {
    background: #000000; }
  .newsletterForm .footer-info-heading {
    cursor: text;
    background: none;
    display: inline-block; }
    .newsletterForm .footer-info-heading:before {
      display: none; }
  .footer-info-col--social.footer-info-col {
    padding: 8px 0; }
  .footer-info-col.PopularBrands + .footer-account-list {
    padding-left: 0;
    border-left: none; }
  .footer_bottom .footer-copy,
  .footer_bottom .footer-partner {
    padding-top: 3px;
    padding-bottom: 3px; }
  .newsletter-text {
    margin-right: 0; }
  .sub-category-block li {
    flex: 0 0 33.33%; }
  .page-sidebar + .page-content .productGrid .product,
  .productGrid .product {
    width: 50%; }
  .product-view-button {
    display: none; }
  .card-text .price-section.rrp-price--withoutTax, .card-text .price-section.non-sale-price--withoutTax, .card-text .price-section.rrp-price--withTax, .card-text .price-section.non-sale-price--withTax {
    display: block;
    margin-right: 0; }
  .sale-flag-right {
    top: 5px;
    right: 5px; }
    .sale-flag-right span {
      font-size: 10px; }
  .page-sidebar + .page-content .productGrid.product-list-style .product {
    width: 100%; }
  .productView-details {
    clear: both;
    float: none;
    width: 100%; }
  .productView-product {
    border-bottom: none; }
  .productView-images {
    width: 100%; }
  .form-fileDescription,
  .productView-options .form-field {
    margin-bottom: 10px; }
  .productView-options .form-action.form-add-cart,
  .productView-options .form-wishlist,
  .productView-options .product-page-compare {
    margin-top: 10px; }
  .videoGallery-list .video-figure {
    margin: 0 0 10px 0; }
  .videoGallery-list .video-body {
    clear: both; }
  .writeReview-productDetails,
  .writeReview-form {
    width: 100%;
    float: none;
    padding: 0; }
  .addthis_toolbox {
    margin-top: 11px; }
  .productView-thumbnails .slick-prev,
  .productView-thumbnails .slick-next {
    display: block !important; }
  .productView-thumbnails .slick-dots {
    position: absolute; }
  .productView-thumbnail,
  .product-three-col .productView-thumbnail-link {
    height: 100px; }
  .productView-thumbnail-link {
    max-width: 100px; }
  .productView-thumbnails img {
    max-height: 80px;
    max-width: 80px; }
  .cart-item-info {
    width: 19%; }
  .cart-item-quantity .form-increment {
    margin: 0; }
  .cart-item-name {
    font-size: 13px; }
  .cart-item-image {
    margin-left: 0;
    left: 8px;
    max-width: 80px; }
  .cart-total-left {
    width: 100%;
    padding-right: 0;
    float: none; }
  .cart-total-right {
    width: 100%;
    float: none; }
  .coupon-form,
  .cart-gift-certificate-form {
    margin-bottom: 0; }
  .CouponCode .cart-total {
    padding-bottom: 0; }
  .cart-item {
    position: relative; }
  .brandGrid .brand {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .brandGrid .card-figure-custom {
    height: 80px; }
  .navBar--sub {
    margin-bottom: 20px; }
    .navBar--sub .navBar-item {
      display: block; }
      .navBar--sub .navBar-item.is-active {
        border-bottom: none; }
    .navBar--sub .navBar-action {
      font-size: 1rem; }
  .navBar--account {
    display: block;
    text-align: left; }
    .navBar--account .navBar-section {
      float: none;
      border: 1px solid #e8e8e8; }
    .navBar--account .navBar-item {
      display: block;
      border-top: 1px solid #e8e8e8;
      text-align: left;
      padding: 8px 10px;
      line-height: normal;
      margin: 0; }
      .navBar--account .navBar-item:first-child {
        border-top: none; }
      .navBar--account .navBar-item.is-active {
        border-bottom: none;
        color: black; }
  .account-head {
    margin-bottom: 1rem; }
  .form-field {
    margin-bottom: 1rem; }
  .account-content--fixedSmall,
  .account-sidebar {
    width: 100%;
    padding: 0; }
  .g-recaptcha {
    margin-top: 15px; }
  .wishlist-form .form-actions .button {
    margin-top: 10px; }
  .type-giftcertificates .modal-close {
    top: 0.5rem; }
  .type-giftcertificates .account--fixed .form-column {
    width: 100%; }
  .type-wishlists .table-actions .form {
    margin-bottom: 0; }
  .type-wishlists .form {
    margin-bottom: 2rem; }
  .account--addReturn-column {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
  .account--addReturn .table {
    margin-bottom: 1rem; }
  .accountpage-heading {
    display: block; }
  .account-detail .account-content--fixedSmall {
    width: 100%; }
  .login-form {
    margin-bottom: 20px; }
  .login-form,
  .new-customer {
    width: 100%;
    padding: 0; }
  .login-row {
    margin-top: 2rem; }
  .login .panel {
    min-height: auto; }
  .blog-post-body {
    width: 95%; }
  .blog-title {
    font-size: 18px; }
  .blog + .blog {
    margin-top: 1rem;
    padding-top: 1rem; }
  .previewCart .productView-image,
  .previewCart .productView-details {
    width: 100%;
    float: none; }
  .previewCart .productView-image {
    margin-bottom: 20px; }
  .previewCart .productView {
    display: block;
    float: none;
    padding: 0; }
  .previewCart .productView-details {
    padding: 0; }
  .previewCart .productView-title {
    font-size: 18px; }
  .productView-details:last-child:not(:first-child) {
    float: none; }
  .modal-header-title {
    font-size: 18px; }
  .compareWrap {
    width: 100%;
    overflow: auto; }
    .compareWrap .compareTable {
      min-width: 850px; }
  .sitemap-page > li {
    width: 50%;
    margin-bottom: 20px; }
    .sitemap-page > li h3 {
      margin-bottom: 10px; }
  .panel--large .panel-body {
    padding: 1rem; } }

/* ========================= 480 =============================== */
@media screen and (max-width: 35.4375em) {
  .m-b-30 {
    margin-bottom: 20px; }
  .form-fieldset {
    padding: 0; }
    .form-fieldset.account--addReturn-column {
      padding-left: 15px;
      padding-right: 15px; }
  .form-row--half .form-field,
  .form-column {
    width: 100%; }
  .productCarousel-slide {
    padding: 0 5px; }
  .navUser-item--cart .dropdown-menu {
    right: -98px !important; }
  .navUser-item--cart .dropdown-menu.is-open::before,
  .navUser-item--cart .dropdown-menu.is-open::after {
    left: 192px; }
  .accountMenu {
    top: 150%; }
  #quickSearch .quickSearchResults {
    margin-top: 0; }
  #quickSearch .productGrid .product .card-figure {
    width: 20%; }
  #quickSearch .productGrid .product .card-body {
    width: 78%; }
  .header-phone {
    display: none !important; }
  .header-logo {
    text-align: left; }
    .header-logo > a {
      width: auto; }
  .header-logo-image {
    right: auto;
    max-height: 45px; }
  .header-position--right .header-logo-wrp {
    order: 2; }
    .header-position--right .header-logo-wrp .header-logo {
      text-align: right; }
  .header-position--right .header-nav {
    order: 1; }
    .header-position--right .header-nav .navUser {
      text-align: left; }
  .footer-info-col--social.footer-info-col {
    padding: 0 0 8px; }
  .navUser-item {
    display: block; }
  .header-logo-text {
    font-size: 32px; }
  .header-logo a {
    padding: 0; }
  .header {
    position: inherit; }
  .contactNumber {
    font-size: 16px; }
    .contactNumber strong {
      font-size: 16px;
      font-weight: 600; }
  .newsletterSection {
    text-align: center; }
  .userSummary:before {
    height: 30px;
    width: 200px; }
  .home-top-banner {
    margin-bottom: 10px; }
    .home-top-banner .columns {
      margin-bottom: 10px; }
  .blogPost {
    margin-bottom: 20px; }
  .footer-info-col .header-logo .header-logo-image {
    position: static;
    max-height: inherit;
    max-width: 150px; }
  .post_image-container {
    height: 115px; }
  .card {
    margin-bottom: 10px; }
  .sub-category-block {
    margin-right: -0.35714rem;
    margin-left: -0.35714rem; }
    .sub-category-block li {
      flex: 0 0 33.33%;
      padding-right: 0.35714rem;
      padding-left: 0.35714rem;
      margin-bottom: 10px; }
  .pagination-top {
    margin-bottom: 5px; }
  .pagination-top,
  .sort-by-wrap {
    float: none !important;
    display: block; }
  .sort-by-wrap {
    text-align: left; }
  .pagination-top {
    text-align: right; }
  .pagination {
    margin-left: 0; }
  .sort-by-wrap {
    margin-bottom: 20px; }
  .page-top-bar {
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center; }
  .productGrid {
    margin-bottom: 10px; }
  .page-sidebar + .page-content .productGrid.product-list-style .product,
  .product-list-style .card-figure,
  .product-list-style .card-body {
    width: 100%; }
  .product-list-style .card-figure {
    height: auto !important; }
  .productView-title {
    font-size: 22px;
    line-height: 28px; }
  .productView-options {
    margin-bottom: 0; }
  .cart-item-block,
  .cart-item-figure,
  .cart-item-info.cart-item-quantity,
  .cart-item-info.cart-item-total-price {
    display: block;
    margin: 0;
    padding: 10px 0;
    width: 100%; }
  .cart-item {
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: none; }
  .cart-item-figure {
    text-align: center;
    margin-bottom: 20px; }
    .cart-item-figure:after {
      display: none; }
  .cart-item-image {
    position: inherit;
    max-width: 100px;
    left: 0;
    margin-left: 0; }
  .cart-item-label,
  .cart-item-value {
    padding-left: 0; }
  .cart-item-quantity .form-increment {
    margin: 0; }
  .cart-list .cart-item .cart-remove {
    position: absolute;
    top: 15px;
    right: 10px; }
  .cart-total + .cart-total {
    border-top: 1px solid #e5e5e5; }
  .cart-total-label,
  .cart-total-value {
    padding: 10px 0; }
  .cart-total-value {
    width: 50%; }
  .cart-totals {
    text-align: left; }
  .estimator-form .button {
    float: right;
    margin-bottom: 20px; }
  .cart-list {
    border-top: none; }
  .shipping-quotes {
    text-align: right;
    clear: both; }
    .shipping-quotes ul {
      margin-left: 0; }
  .cart-total-left .cart-total {
    padding: 15px; }
  .CouponCode .cart-total {
    padding-bottom: 0; }
  .cart-item-info {
    position: static; }
  .account-body .address {
    width: 100%; }
  .wishlists-table .form-fieldset {
    margin: 0;
    padding: 0; }
  .wishlists-table .table-actions .button + .button {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0; }
  .wishlists-table .table-actions .button + .button + .button {
    margin-top: 10px; }
  .wishlists-table .table-actions .button {
    display: block;
    margin-bottom: 10px; }
  .account-product-detail {
    width: 100%;
    margin-bottom: 10px; }
  .compareTable-headingText {
    position: inherit;
    top: inherit; }
  .advancedSearch-form .form-fieldset {
    margin: 0; }
  .advancedSearch-form .search-price-range label span {
    padding: 0 0.5rem; }
  .previewCart .productView-image {
    min-height: auto; }
  .previewCart .productView {
    margin: 0; }
  .brandGrid .card-image-custom {
    max-height: 65px; }
  .brandGrid .brand {
    margin-bottom: 10px; } }

/* ========================= 320 =============================== */
@media screen and (max-width: 29.9375em) {
  .gift-certificate-form .form-actions .button,
  .gift-certificate-form .form-actions input,
  .gift-certificate-form .form-actions a {
    width: 100%; }
  .m-b-40 {
    margin-bottom: 10px; }
  .m-t-40 {
    margin-top: 10px; }
  .form-prefixPostfix .form-input,
  .form-prefixPostfix .button {
    margin-top: 10px;
    width: 100%; }
  .form-prefixPostfix-button--postfix {
    order: 1; }
  .slick-prev,
  .slick-next {
    top: 13px; }
  .g-recaptcha {
    max-width: 270px;
    overflow-x: scroll;
    overflow-y: hidden; }
  .productView-options .form-input[type="number"] {
    width: 30%; }
  .page-heading.product-list-title {
    font-size: 18px;
    text-align: left;
    padding-right: 40px; }
    .page-heading.product-list-title span {
      padding: 5px 10px 5px 0; }
  .blog-view {
    top: 7px; }
  .productCarousel .slick-dots {
    margin: -13px 0 10px; }
  .newsletterForm .form-prefixPostfix .button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }
  .newsletter-form {
    width: 100%; }
  .footer-payment-icons .footer-payment-icon {
    width: 40px; }
  .footer-info-col .header-logo-image {
    right: 0; }
  .footer-payment-icons {
    height: auto; }
    .footer-payment-icons .footer-payment-icon {
      height: 30px; }
  .sub-category-block li {
    flex: 0 0 50%; }
  .card .button {
    font-size: 11px;
    padding: 11px 5px 7px; }
  .card .actionButton .button {
    width: calc(100% - 34px); }
    .card .actionButton .button.compare {
      padding: 10px 9px 8px; }
  .facetedSearch-toggle-text,
  .facetedSearch-toggle-indicator {
    width: 100%;
    text-align: center;
    float: none; }
  .specifications-listing dt {
    width: 150px; }
  .product-price-section {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .rating-section {
    width: 100%;
    float: none; }
  .productView-thumbnail {
    width: 33.33%; }
  #modal-review-form .modal-body {
    padding: 15px; }
  .productView-thumbnail,
  .product-three-col .productView-thumbnail-link {
    height: 90px; }
  .brandGrid .brand {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .account-orderStatus {
    float: none;
    text-align: left; }
  .account .pagination {
    margin-top: 0; }
  .account-orderStatus-action {
    text-align: left;
    margin-bottom: 10px; }
  #gift-certificate-form .form-actions #gift-certificate-submit {
    margin: 10px 0 0 0; }
  .sitemap-page > li {
    width: 100%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    padding-left: 0;
    padding-right: 0; }
  .category-suggestion {
    width: 100%;
    float: none; }
  .modal-body {
    padding: 15px; } }

.mobile-nav-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }

.mobile-nav-dropdown {
  margin: 0;
  width: 100%;
  border-top: 1px solid lightgray;
  position: relative;
  height: fit-content;
  overflow: hidden;
  transition: 150ms height ease-in-out; }
  .mobile-nav-dropdown:last-child {
    border-bottom: 1px solid lightgray; }

.mobile-nav-dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  width: 100%;
  color: black;
  padding: 1rem; }
  .mobile-nav-dropdown-trigger:focus {
    outline: none;
    background-color: white; }
  .mobile-nav-dropdown-trigger.open svg {
    transform: rotate(180deg); }
  .mobile-nav-dropdown-trigger svg {
    width: 1rem;
    height: 1rem; }

.mobile-nav-dropdown-content {
  margin: 0 0 1rem 2rem;
  list-style: none;
  position: absolute; }

.mobile-nav-dropdown-content-item {
  margin: 0;
  padding: 0.5rem 0; }

.home-secondary-banners {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem; }
  @media (max-width: 768px) {
    .home-secondary-banners {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; } }
  .home-secondary-banners .long {
    grid-column: span 4;
    width: 100%; }
    @media (max-width: 768px) {
      .home-secondary-banners .long {
        grid-column: span 2; } }
  .home-secondary-banners a:not(.long) {
    width: 100%;
    height: auto;
    aspect-ratio: 1; }
  .home-secondary-banners img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home-product-carousel {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  --slide-size: 25%;
  --slide-gap: 2rem; }
  @media (max-width: 768px) {
    .home-product-carousel {
      --slide-size: 50%; } }
  @media (max-width: 480px) {
    .home-product-carousel {
      --slide-size: 70%; } }

.product-carousel-title {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 1rem; }

.home-product-carousel-actions {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 768px) {
    .home-product-carousel-actions {
      display: none; } }
  .home-product-carousel-actions button {
    width: 3rem;
    height: 3rem; }
    .home-product-carousel-actions button svg,
    .home-product-carousel-actions button i {
      width: 100%;
      height: 100%; }
    .home-product-carousel-actions button svg {
      fill: black; }

.home-product-carousel-viewport {
  overflow: hidden; }

.home-product-carousel-slides {
  display: flex;
  touch-action: pan-y;
  margin-left: calc(var(--slide-gap) * -1); }

.home-product-carousel-slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-gap); }
  .home-product-carousel-slide .card {
    height: 100%;
    margin: 0; }
