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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  width: 100%; }

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

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

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

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

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

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

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

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

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

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

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

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

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

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

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

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

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

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

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: rgba(0, 0, 255, 0); } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

.heroCarousel-action {
  margin: 1.5rem 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 6rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 430px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 44px;
  width: 44px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/*
.heroCarousel-slide .heroCarousel-image-wrapper img[src*='img/loading.svg'],
.card .card-image[src*='img/loading.svg'],
.card .card-image[src*='img/loading.svg'],
.type-blog_post .blog-thumbnail img[src*='img/loading.svg'] {
	width: 50px !important;
	min-height: 50px !important;
	height: 50px !important;
}
*/
.heroCarousel-slide .heroCarousel-image[src*="loading.svg"],
.card .card-image[src*="loading.svg"],
.card .card-image[src*="loading.svg"],
.type-blog_post .blog-thumbnail img[src*="loading.svg"],
.productView-img-container img[src*="loading.svg"],
img[src*="loading.svg"],
.lazyload[src*="loading.svg"] {
  object-fit: contain;
  width: 50px; }

.carousel-tooltip {
  display: none !important; }

#consent-manager {
  position: absolute !important;
  bottom: inherit !important; }
  @media only screen and (min-width: 801px) {
    #consent-manager {
      top: 0; } }
  #consent-manager .css-10z1g2q {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    padding: 1.5rem 6rem;
    font-size: 14px;
    color: #243140;
    background: #fff; }
  #consent-manager button {
    border-radius: 5px; }
  #consent-manager .css-a0j149 + .css-a0j149 {
    background: #4B4CFE;
    border: 1px solid #4B4CFE;
    color: #fff; }
  #consent-manager .css-a0j149 + .css-a0j149:hover {
    background: #fff;
    color: #4B4CFE; }
  #consent-manager .css-1k76mzs,
  #consent-manager .css-a0j149 {
    background: #F1F1F1;
    color: #4B4CFE;
    border: 1px solid #F1F1F1; }
  #consent-manager .css-1k76mzs:hover,
  #consent-manager .css-a0j149:hover {
    background: #fff;
    color: #4B4CFE; }

#consent-manager-update-banner {
  display: none !important;
  position: absolute;
  top: 0;
  bottom: inherit;
  width: 100%;
  z-index: 100; }

.form-select,
.select-wrap {
  width: 100% !important;
  border-radius: 0 !important;
  height: 58px !important;
  padding: 10px 58px 7px 24px !important;
  font-size: 14px !important;
  color: #243140 !important;
  letter-spacing: .5px;
  max-width: 100% !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 100 100'%3E%3Cpath d='M101.477,102.573c-34.586,0-68.739,0-102.955,0c0-33.823,0-67.645,0-101.594c34.293,0,68.65,0,102.955,0C101.477,34.763,101.477,68.669,101.477,102.573z' fill='rgb(251, 251, 251)'/%3E%3Cpath d='M62.123,45.315c-0.441-0.441-1.158-0.441-1.602,0L50,55.837L39.476,45.315c-0.441-0.441-1.159-0.441-1.602,0c-0.441,0.441-0.441,1.159,0,1.6l11.324,11.324c0.212,0.212,0.5,0.329,0.8,0.329c0.302,0,0.588-0.117,0.799-0.329l11.322-11.324C62.566,46.474,62.566,45.756,62.123,45.315z' fill='rgb(74, 76, 254)'/%3E%3C/svg%3E") !important;
  background-size: 58px 58px !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  text-overflow: ellipsis; }
  .form-select:hover,
  .select-wrap:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 100 100'%3E%3Cpath d='M101.477,102.573c-34.586,0-68.739,0-102.955,0c0-33.823,0-67.645,0-101.594c34.293,0,68.65,0,102.955,0C101.477,34.763,101.477,68.669,101.477,102.573z' fill='rgb(74, 76, 254)'/%3E%3Cpath d='M62.123,45.315c-0.441-0.441-1.158-0.441-1.602,0L50,55.837L39.476,45.315c-0.441-0.441-1.159-0.441-1.602,0c-0.441,0.441-0.441,1.159,0,1.6l11.324,11.324c0.212,0.212,0.5,0.329,0.8,0.329c0.302,0,0.588-0.117,0.799-0.329l11.322-11.324C62.566,46.474,62.566,45.756,62.123,45.315z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E") !important; }

.loadingOverlay::before {
  transform: unset; }

html {
  -webkit-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/*html { -webkit-font-smoothing: auto; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }*/
body {
  -webkit-text-stroke-width: auto;
  -moz-osx-font-smoothing: antialiased;
  padding: 0;
  background: #ffffff;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: normal;
  color: #243140; }
  @media only screen and (max-width: 800px) {
    body {
      padding-top: 0 !important; } }

* {
  outline: none !important; }

[contenteditable="true"]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline-offset: 0px !important;
  outline: 0px !important; }

img {
  width: auto;
  max-width: 100%; }

.body {
  margin-top: 0px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 800px) {
    .body {
      margin-top: 115px !important; } }

a {
  color: #0363cd;
  line-height: inherit;
  text-decoration: underline; }

a:focus, a:hover {
  color: #4496f6; }

.page-heading {
  font-size: 36px;
  line-height: 2.4rem;
  color: #243140;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 2.78571rem 0 0.57143rem;
  letter-spacing: -0.3px;
  /*@media only screen and (min-width:1239px) {
	font-size: 44px;
	line-height: 48px;
  }
  @media only screen and (min-width:1024px) {
  	font-size: 32px;
  	line-height: 3.2rem;
  }*/ }
  @media only screen and (max-width: 550px) {
    .page-heading {
      font-size: 24px; } }
  .page-heading.have-subcategories {
    margin: 0 0 2.85714rem;
    padding-bottom: 0;
    text-align: left; }

/* General headings according given task*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #333533; }

h1 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 60px;
  font-weight: 400; }
  @media (min-width: 551px) {
    h1 {
      font-size: 72px;
      line-height: 75px; } }

h2 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 551px) {
    h2 {
      font-size: 36px;
      line-height: 38px; } }

h3 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.35px;
  font-weight: 500; }

h4 {
  font-size: 16px;
  line-height: 20px; }

.small-p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.7;
  color: #717171; }

.small-p-bold {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.7;
  color: #717171; }

p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #333533;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.42857rem;
  max-width: 114.28571rem; }
  @media only screen and (max-width: 1599px) {
    .container {
      max-width: 96.42857rem; } }
  @media only screen and (max-width: 1390px) {
    .container {
      max-width: 88.57143rem; } }
  @media only screen and (max-width: 1239px) {
    .container {
      max-width: 70.28571rem; } }
  @media only screen and (max-width: 1023px) {
    .container {
      max-width: 100%;
      padding: 0 1.42857rem; } }

.breadcrumbs-row {
  background: #fafafa;
  min-height: 43px;
  padding: 11px 0;
  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;
  margin: 0 0 20px 0; }
  .breadcrumbs-row ol.breadcrumbs {
    margin: 0px;
    text-align: left; }
    @media only screen and (max-width: 550px) {
      .breadcrumbs-row ol.breadcrumbs {
        display: block; } }
  .breadcrumbs-row .breadcrumb:not(:first-child)::before {
    border-right-color: #0085ff; }
  .breadcrumbs-row .breadcrumb a {
    font-size: 14px;
    color: #243140;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -0.1px; }
    .breadcrumbs-row .breadcrumb a:hover {
      color: #0085ff; }
  .breadcrumbs-row .breadcrumb.is-active > .breadcrumb-label {
    font-weight: normal;
    color: #243140; }

.button.button--primary {
  height: 58px;
  background: #4a4cfe;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .button.button--primary:hover {
    background: #0085ff; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1rem 0;
  text-align: center;
  line-height: 40px; }
  @media only screen and (max-width: 550px) {
    .quickSearchMessage {
      font-size: 20px;
      line-height: 30px; } }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

.page {
  margin: 0; }

/* 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; } }

.swal2-modal .swal2-confirm,
.swal2-modal .swal2-confirm:focus,
.modal--alert .button-container .confirm,
.modal--alert .button-container .confirm:focus {
  background-color: #4A4CFE;
  border-color: #4A4CFE; }

.swal2-modal .swal2-confirm:hover,
.modal--alert .button-container .confirm:hover {
  background-color: #0085FF;
  border-color: #0085FF; }

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-cancel:focus,
.modal--alert .button-container .cancel {
  background-color: transparent;
  border-color: #243140;
  color: #243140; }

.swal2-modal .swal2-cancel:hover,
.modal--alert .button-container .cancel:hover {
  background-color: #243140;
  border-color: #243140;
  color: #fff; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #2098D1;
    color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white; }
    .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white; }
    .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white; }
    .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white; }
    .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; }
    .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white; }
    .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white; }
    .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white; }
    .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white; }
    .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
      -webkit-transform: scale(2);
      transform: scale(2); }

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: white; }
    .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white; }
    .hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white; }
    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white; }
    .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white; }
    .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white; }
    .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white; }
    .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none; }

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in; }

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1; }

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
    border-radius: 1em; }

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0; }

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0; }

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0; }

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
    left: 0; }

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px; }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
    opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent; }
  .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1; }
  .hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent; }
  .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent; }
  .hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
    .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
    .hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
    .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-down .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-drop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-fade .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color; }
  .hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
    color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-float-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-sink-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-pop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bounce .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-float .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-sink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-hang .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-vertical .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz-out .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px; }

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px; }

.similar-products .card-figure .special-tag, .similar-products .card-figure .sale-badge-topleft {
  display: none; }

.productView-details.product-options .form-checkbox,
.productView-details.product-options .form-radio,
#CartEditProductFieldsForm .form-checkbox,
#CartEditProductFieldsForm .form-radio {
  left: inherit;
  bottom: inherit; }

.mobileMenu-toggle {
  background-color: #243140;
  left: unset;
  right: 20px;
  height: 2.929rem;
  width: 2.929rem;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px 2px rgba(107, 111, 129, 0.08);
  border-radius: 50%; }
  @media only screen and (max-width: 800px) {
    .mobileMenu-toggle {
      display: flex; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #fff;
    height: 0.15rem;
    width: 1.05rem;
    top: 1.429rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after, .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      background: #fff;
      height: 0.15rem;
      width: 1.05rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      top: -0.35rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      bottom: -0.35rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
    background: #fff; }

.search-panel .quickSearchResults {
  width: 90%;
  margin: 0 auto;
  top: calc(100% - 38px); }
  @media only screen and (max-width: 800px) {
    .search-panel .quickSearchResults {
      top: 100%; } }
  .search-panel .quickSearchResults .productGrid {
    margin: 0; }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid {
        height: 50vh;
        overflow-y: auto; } }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid li {
        width: 100%; } }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid li .card {
        margin-bottom: 0; } }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid li .card .card-figure {
        width: 110px;
        margin-bottom: 15px;
        margin-right: 15px;
        float: left;
        width: 100px;
        display: inline-block; } }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid li .card .card-figure .card-img-container {
        max-width: 100px;
        width: 100%; } }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid li .card .card-figure .card-img-container .card-image {
        padding: 10px; } }
    @media only screen and (max-width: 800px) {
      .search-panel .quickSearchResults .productGrid li .card .card-body {
        width: calc(100% - 130px);
        float: left; } }

#cart-preview-dropdown .previewCartWrapper .previewCart .sub-total {
  flex-wrap: wrap; }

#cart-preview-dropdown .previewCartWrapper .previewCart .sub-total + .Inc-VAT-txt {
  display: inline;
  color: #243140;
  font-size: 15px;
  font-weight: 600;
  line-height: 1rem;
  float: right;
  font-family: Poppins,Arial,Helvetica,sans-serif;
  margin-top: -22px; }

.pencil-banner {
  background: #243140; }
  .pencil-banner .container {
    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;
    padding-top: 15px;
    padding-bottom: 12px; }
    @media only screen and (max-width: 800px) {
      .pencil-banner .container {
        justify-content: space-between;
        padding-right: 0.529rem;
        padding-left: 0.529rem; } }
    .pencil-banner .container .col1 {
      width: 30%;
      font-size: 1rem;
      color: #ffffff;
      font-weight: 500; }
      @media only screen and (max-width: 800px) {
        .pencil-banner .container .col1 {
          width: auto; } }
      .pencil-banner .container .col1 span {
        font-weight: 500;
        color: #ffffff; }
        @media only screen and (max-width: 800px) {
          .pencil-banner .container .col1 span {
            font-size: 0; } }
        @media only screen and (max-width: 800px) {
          .pencil-banner .container .col1 span span {
            font-size: 1rem; } }
      .pencil-banner .container .col1 a {
        color: #ffffff;
        font-weight: normal;
        text-decoration: none; }
        .pencil-banner .container .col1 a:hover {
          color: #ffffff;
          text-decoration: underline;
          -webkit-text-underline-position: under;
          -ms-text-underline-position: below;
          text-underline-position: under; }
    .pencil-banner .container .col2 {
      width: 70%; }
      @media only screen and (max-width: 800px) {
        .pencil-banner .container .col2 {
          width: auto; } }
      .pencil-banner .container .col2 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        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: flex-end;
        justify-content: flex-end; }
        .pencil-banner .container .col2 ul li {
          margin-left: 30px; }
          @media only screen and (max-width: 800px) {
            .pencil-banner .container .col2 ul li {
              margin-left: 16px; } }
          @media only screen and (max-width: 600px) {
            .pencil-banner .container .col2 ul li.faq, .pencil-banner .container .col2 ul li.live-chat, .pencil-banner .container .col2 ul li.delivery {
              display: none; } }
          @media only screen and (max-width: 420px) {
            .pencil-banner .container .col2 ul li.wish-list {
              display: none; } }
          .pencil-banner .container .col2 ul li a {
            color: #ffffff;
            font-size: 1rem;
            text-decoration: none;
            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; }
            .pencil-banner .container .col2 ul li a svg {
              height: 1rem;
              width: 1rem;
              fill: #ffffff;
              margin-right: 0.57143rem; }
            .pencil-banner .container .col2 ul li a:hover:hover {
              color: #ffffff;
              text-decoration: underline;
              -webkit-text-underline-position: under;
              -ms-text-underline-position: below;
              text-underline-position: under; }

.header {
  border-bottom: 0px;
  box-shadow: 0 1px 0 0 #efefef; }
  @media only screen and (max-width: 800px) {
    .header {
      height: auto; } }
  @media only screen and (max-width: 800px) {
    .header.is-open {
      height: unset; } }

@media only screen and (max-width: 800px) {
  .header.nav-up {
    opacity: 0;
    top: -40px;
    transition: all 0.25s ease;
    position: absolute; }
  .header.nav-down {
    position: fixed;
    opacity: 1;
    top: 0;
    transition: all 0.25s ease; } }

.header-middle {
  padding: 8px 0 10px;
  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; }
  @media only screen and (max-width: 1024px) {
    .header-middle {
      padding: 0; } }
  .header-middle h1,
  .header-middle .logo,
  .header-middle .heading {
    margin-right: 6rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: .78571rem;
    letter-spacing: -1px;
    line-height: 60px;
    font-weight: 400;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    color: #333533; }
    @media only screen and (max-width: 1599px) {
      .header-middle h1,
      .header-middle .logo,
      .header-middle .heading {
        margin-right: 2.5rem; } }
    @media only screen and (max-width: 800px) {
      .header-middle h1,
      .header-middle .logo,
      .header-middle .heading {
        margin-right: 1.357rem; } }
    .header-middle h1 img,
    .header-middle .logo img,
    .header-middle .heading img {
      margin: 8px 0 0 0;
      max-width: 300px; }
      @media only screen and (max-width: 550px) {
        .header-middle h1 img,
        .header-middle .logo img,
        .header-middle .heading img {
          max-width: 28px; } }
    @media only screen and (max-width: 550px) {
      .header-middle h1 a,
      .header-middle .logo a,
      .header-middle .heading a {
        display: none; } }
    @media only screen and (max-width: 550px) {
      .header-middle h1 a + a,
      .header-middle .logo a + a,
      .header-middle .heading a + a {
        display: block !important; } }
  .header-middle .search-panel {
    width: auto;
    flex-grow: 1; }
    @media only screen and (max-width: 550px) {
      .header-middle .search-panel.is-open.f-open-dropdown {
        display: block !important;
        position: absolute;
        top: 110px !important;
        left: 0;
        right: 0;
        margin: 0;
        background: #fff;
        z-index: 9; } }
    .header-middle .search-panel.is-open.f-open-dropdown .form {
      margin: 0;
      background: #fff;
      padding: 10px; }
    @media only screen and (max-width: 900px) {
      .header-middle .search-panel {
        margin-right: 12px; } }
    @media only screen and (max-width: 550px) {
      .header-middle .search-panel {
        display: none; } }
    .header-middle .search-panel .container {
      padding: 0px; }
    .header-middle .search-panel .form {
      margin: 0px; }
    .header-middle .search-panel .form-field {
      margin: 0px;
      padding: 0;
      position: relative; }
      .header-middle .search-panel .form-field .form-input {
        border: solid 1px #dfe1e5;
        height: 3.28571rem;
        background: url(../img/dh-custom/search-icon.svg) no-repeat left 15px center;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        font-size: 1rem;
        color: #243140;
        padding-left: 45px;
        padding-right: 150px;
        border-radius: 4px; }
        @media only screen and (max-width: 991px) {
          .header-middle .search-panel .form-field .form-input {
            background: none;
            padding-left: 15px;
            height: 42.1px;
            padding-right: 65px; } }
      .header-middle .search-panel .form-field button {
        background: #4a4cfe;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        color: #ffffff;
        font-size: 1rem;
        border: 0px;
        padding: .71429rem 1rem;
        font-weight: 500;
        height: 44.5px;
        width: 140px;
        position: absolute;
        top: 1px;
        right: 0;
        cursor: pointer; }
        @media only screen and (max-width: 991px) {
          .header-middle .search-panel .form-field button {
            background-color: #4a4cfe;
            font-size: 0;
            padding: 0;
            width: 56px;
            height: 41px;
            top: 0.1px;
            right: 1px; }
            .header-middle .search-panel .form-field button .hvr-icon {
              display: block !important;
              overflow: visible;
              font-size: 100%;
              opacity: 1;
              width: 100%;
              height: 100%;
              fill: #fff;
              max-width: 22px;
              stroke: #fff;
              margin: 0 auto; } }
        .header-middle .search-panel .form-field button:hover {
          background: #0085ff; }
          @media only screen and (max-width: 991px) {
            .header-middle .search-panel .form-field button:hover {
              background-color: #0085ff; } }

.header-right {
  max-width: 315px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 11;
  padding-right: 0; }
  @media only screen and (max-width: 991px) {
    .header-right {
      width: 20rem; } }
  @media only screen and (max-width: 900px) {
    .header-right {
      width: auto; } }
  @media only screen and (max-width: 800px) {
    .header-right {
      width: 14rem; } }
  .header-right > ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .header-right > ul {
        padding-right: 4rem;
        margin: 0 0 7px 0; } }
    .header-right > ul .previewCartList {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      max-width: 100%;
      width: 100%; }
    .header-right > ul .navUser-item .navUser-action {
      padding: 0; }
      .header-right > ul .navUser-item .navUser-action svg {
        width: 24px;
        height: 24px; }
    @media only screen and (max-width: 550px) {
      .header-right > ul .navUser-item--search {
        display: block !important; } }
    .header-right > ul .navUser-item--search .navUser-action {
      font-size: 0;
      width: 40px;
      height: 40px;
      box-shadow: 0 2px 6px 2px rgba(107, 111, 129, 0.08);
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      display: flex;
      margin-right: 15px; }
      @media only screen and (max-width: 550px) {
        .header-right > ul .navUser-item--search .navUser-action {
          line-height: 40px; } }
      .header-right > ul .navUser-item--search .navUser-action:hover svg {
        fill: #4949ff;
        stroke: #4949ff; }
    .header-right > ul .navUser-item--account {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .header-right > ul .navUser-item--account {
          margin-right: 15px; } }
      .header-right > ul .navUser-item--account .navUser-or {
        display: inline-block;
        color: #6b6f81;
        font-size: 1rem;
        margin: 0 0.35714rem; }
        @media only screen and (max-width: 900px) {
          .header-right > ul .navUser-item--account .navUser-or {
            font-size: 0; } }
      .header-right > ul .navUser-item--account .navUser-action {
        font-size: 1rem;
        color: #243140;
        letter-spacing: -0.1px;
        text-decoration: none;
        font-weight: normal;
        text-transform: none;
        padding: 0px;
        background: none; }
        @media only screen and (max-width: 991px) {
          .header-right > ul .navUser-item--account .navUser-action {
            font-size: 0;
            width: 40px;
            height: 40px;
            box-shadow: 0 2px 6px 2px rgba(107, 111, 129, 0.08);
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            display: flex; } }
        .header-right > ul .navUser-item--account .navUser-action:hover {
          color: #4949ff; }
          .header-right > ul .navUser-item--account .navUser-action:hover svg {
            fill: #4949ff; }
        @media only screen and (max-width: 991px) {
          .header-right > ul .navUser-item--account .navUser-action[aria-label="Register"] {
            display: none; } }
      .header-right > ul .navUser-item--account .navUser-action.logout {
        margin-left: 0.71429rem; }
      .header-right > ul .navUser-item--account .dropdown-menu.is-open:before,
      .header-right > ul .navUser-item--account .dropdown-menu.is-open:after {
        left: auto; }
      .header-right > ul .navUser-item--account .dropdown-menu.is-open:before {
        right: .78571rem; }
      .header-right > ul .navUser-item--account .dropdown-menu.is-open:after {
        right: .92857rem; }
    .header-right > ul .navUser-item--cart {
      margin: 0;
      position: relative; }
      .header-right > ul .navUser-item--cart .navUser-action:hover {
        color: #4949ff; }
        .header-right > ul .navUser-item--cart .navUser-action:hover svg {
          fill: #4949ff !important; }
      .header-right > ul .navUser-item--cart .navUser-action.is-open svg {
        fill: #4949ff; }
      .header-right > ul .navUser-item--cart .navUser-action .countPill {
        display: block;
        background: #D6365A;
        width: 14px;
        height: 14px;
        border-radius: 2rem;
        font-size: 9px;
        color: #fff;
        font-weight: normal;
        margin-right: 2px;
        position: absolute;
        top: 2px;
        right: -6px;
        line-height: 14px; }
      .header-right > ul .navUser-item--cart .navUser-action .header-subtotle {
        font-weight: 600;
        padding-left: 2px; }
        @media only screen and (max-width: 900px) {
          .header-right > ul .navUser-item--cart .navUser-action .header-subtotle {
            display: none; } }
      .header-right > ul .navUser-item--cart .navUser-action.is-open svg {
        fill: #243140; }

.navUser-item--cart .dropdown-menu.is-open {
  top: 100% !important;
  background: #ffffff;
  border: 0px;
  padding: 0;
  box-shadow: -1px 12px 14px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  right: 0;
  margin-top: 0.4rem;
  width: 320px !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-additionalCheckoutButtons {
    display: none; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart {
    background: #ffffff;
    padding: 1rem 2.15rem 1.3rem 2.15rem;
    border: solid 1px rgba(77, 97, 146, 0.1);
    border-radius: 5px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    max-width: 100%;
    border: 0px;
    padding: 1rem 0px 0; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout, .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart {
      padding: 0px;
      width: 100%; }
  .navUser-item--cart .dropdown-menu.is-open .sub-total {
    padding: 1.07143rem 0;
    border-top: 1px solid #e2e2e2; }
    .navUser-item--cart .dropdown-menu.is-open .sub-total .tax-label {
      font-size: 1.2rem;
      font-weight: 500;
      color: #243140;
      text-transform: uppercase; }
    .navUser-item--cart .dropdown-menu.is-open .sub-total .tax-value {
      font-size: 30px;
      font-weight: 600; }
    .navUser-item--cart .dropdown-menu.is-open .sub-total .col1 {
      width: 6.42857rem;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #243140; }
    .navUser-item--cart .dropdown-menu.is-open .sub-total .col2 {
      width: calc(100% - 6.42857rem);
      text-align: right;
      font-size: 2.35714rem;
      color: #243140;
      font-weight: 600;
      letter-spacing: -0.4px; }

.previewCartAction .button {
  height: 56px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  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;
  border: 0px; }
  .previewCartAction .button:hover {
    background: #0085ff; }

.previewCartAction .previewCartAction-checkout {
  margin-bottom: 1.07143rem; }
  .previewCartAction .previewCartAction-checkout .button {
    background: #243140; }

.previewCartAction .previewCartAction-viewCart {
  background: #4a4cfe; }

.previewCartWrapper {
  max-height: 100%; }

.previewCartItem-brand {
  display: none; }

.previewCartList .previewCartItem {
  padding: 1.07143rem 0;
  display: block; }
  .previewCartList .previewCartItem:first-child {
    padding-top: 0px; }
  .previewCartList .previewCartItem .previewCartItem-content {
    padding: 0 0 0 3.07143rem;
    position: relative; }
    .previewCartList .previewCartItem .previewCartItem-content span.quantity-nmbrs {
      position: absolute;
      left: 5px; }
    .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name > a {
      font-size: 0.85714rem;
      color: #4a4cfe;
      font-weight: normal; }
    .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
      font-size: 0.85714rem;
      font-weight: 500;
      color: #243140; }

#headerQuickSearchForm + .quickSearchResults {
  /*display: none;*/ }

@media only screen and (max-width: 550px) {
  .header-right {
    width: auto;
    flex: auto; } }

.header-right .account-menu div#header-logins-dropdown {
  background: #ffffff;
  box-shadow: -1px 12px 14px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(77, 97, 146, 0.1);
  min-width: 23.21429rem;
  padding: 3.71429rem 2.12143rem 2.64286rem 2.21429rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 1.5rem; }
  @media only screen and (max-width: 900px) {
    .header-right .account-menu div#header-logins-dropdown {
      min-width: 20.214rem;
      padding: 1.714rem 1.421rem 0.914rem 1.421rem;
      left: inherit !important;
      right: 0; } }
  @media only screen and (max-width: 550px) {
    .header-right .account-menu div#header-logins-dropdown {
      margin-top: 1rem; } }
  .header-right .account-menu div#header-logins-dropdown .dropdown-menu.is-open {
    top: 100% !important;
    background: #ffffff;
    border: 0px;
    padding: 0;
    box-shadow: -1px 12px 14px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    right: 0;
    margin: 0; }

.header-right .account-menu .account-btn {
  display: block; }
  .header-right .account-menu .account-btn li {
    display: block; }
    .header-right .account-menu .account-btn li a {
      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;
      height: 4rem;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 500;
      text-decoration: none; }
  .header-right .account-menu .account-btn .btn1 {
    margin-bottom: 0.71429rem; }
    .header-right .account-menu .account-btn .btn1 a {
      background: #243140; }
  .header-right .account-menu .account-btn .btn2 {
    margin-bottom: 0.71429rem; }
    .header-right .account-menu .account-btn .btn2 a {
      background: #4a4cfe; }
  .header-right .account-menu .account-btn .btn3 a {
    background: #0085ff; }
  .header-right .account-menu .account-btn .btn1 a,
  .header-right .account-menu .account-btn .btn2 a,
  .header-right .account-menu .account-btn .btn3 a {
    border-radius: 4px; }
    .header-right .account-menu .account-btn .btn1 a:hover,
    .header-right .account-menu .account-btn .btn2 a:hover,
    .header-right .account-menu .account-btn .btn3 a:hover {
      background: #0085FE;
      color: #B1FBFF; }

@media only screen and (min-width: 801px) {
  .header {
    display: inherit; } }

.header .container {
  position: static; }

.header-middle .search-panel .container {
  position: inherit; }

.quickSearchResults {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden; }

@media only screen and (max-width: 1024px) {
  .main-navPages-container .DesktopMenu {
    display: none !important; } }

.main-navPages-container .DesktopMenu.navPages-list.sf-menu .navPages-item.cat-menu:hover .mega-menu {
  display: block !important; }

.main-navPages-container .DesktopMenu.navPages-list.sf-menu .navPages-item.cat-menu .custom-nav-close {
  display: none !important; }

.main-navPages-container .MobileMenu {
  display: none !important;
  border-top: 0;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    .main-navPages-container .MobileMenu {
      display: block !important; } }

.navPages {
  max-width: 100%;
  text-align: left; }

.navPages-list.sf-menu > .navPages-item {
  padding: 0 32px 0 0; }
  .navPages-list.sf-menu > .navPages-item > .navPages-action {
    padding: 24px 0; }
    @media only screen and (max-width: 1239px) {
      .navPages-list.sf-menu > .navPages-item > .navPages-action {
        padding: 20px 0 20px; } }
  .navPages-list.sf-menu > .navPages-item:last-child {
    padding-right: 0px; }
    .navPages-list.sf-menu > .navPages-item:last-child > .navPages-action {
      padding-right: 0px; }

.navPages-list.sf-menu .navPages-item.category > .navPages-action {
  padding-left: 0; }

.navPages-action {
  font-weight: normal;
  font-size: 1rem;
  text-transform: capitalize;
  color: #243140; }
  .navPages-action svg {
    width: 1.07143rem;
    height: 1.07143rem;
    stroke: #243140;
    position: relative;
    top: 2px; }
  .navPages-action:hover {
    color: #0085ff; }
    .navPages-action:hover svg {
      stroke: #4a4cfe; }

@media (min-width: 801px) {
  #main-menu {
    position: static; } }

#main-menu .navPages ul li ul {
  display: none; }
  #main-menu .navPages ul li ul#custom-categories.sub-category.is-open {
    display: block; }

#main-menu .navPages .navPages-item.home .navPages-action {
  padding-left: 0px;
  padding-right: 0px; }
  #main-menu .navPages .navPages-item.home .navPages-action svg {
    height: 1.14286rem;
    width: 1.14286rem;
    fill: #243140; }
  #main-menu .navPages .navPages-item.home .navPages-action:hover svg {
    fill: #0085ff; }

#main-menu .navPages .navPages-item.category > .navPages-action {
  color: #243140; }
  #main-menu .navPages .navPages-item.category > .navPages-action > svg {
    top: 3px;
    width: 1.15rem;
    height: 1.2rem;
    stroke: transparent;
    position: relative;
    fill: #243140;
    margin-right: 5px; }
  #main-menu .navPages .navPages-item.category > .navPages-action.is-open {
    color: #4a4cfe; }
    #main-menu .navPages .navPages-item.category > .navPages-action.is-open > svg {
      fill: #0085ff; }
  #main-menu .navPages .navPages-item.category > .navPages-action:hover {
    color: #0085ff; }
    #main-menu .navPages .navPages-item.category > .navPages-action:hover > svg {
      fill: #0085ff; }

#main-menu .navPages .navPages-item.category .sub-category {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.49);
  z-index: 99; }
  #main-menu .navPages .navPages-item.category .sub-category .cat-menu {
    max-width: 40rem;
    border: 1px solid #d8d8d8;
    background: #fafafa;
    border-left: 0px;
    position: relative; }
    @media only screen and (max-width: 1599px) {
      #main-menu .navPages .navPages-item.category .sub-category .cat-menu {
        max-width: 30rem; } }
  #main-menu .navPages .navPages-item.category .sub-category li.view-all {
    text-align: center;
    padding: 1.42857rem 0 2.14286rem; }
  #main-menu .navPages .navPages-item.category .sub-category li {
    float: none;
    display: block;
    float: none;
    background: #fafafa; }
    #main-menu .navPages .navPages-item.category .sub-category li:before {
      content: "";
      height: 1px;
      background: #d8d8d8;
      position: absolute;
      left: -70vw;
      width: 70vw;
      top: -1px; }
    #main-menu .navPages .navPages-item.category .sub-category li.current .sub-cat {
      width: 100%;
      min-width: 35rem;
      transition: all 0.8s ease; }
    #main-menu .navPages .navPages-item.category .sub-category li.current .navPages-action svg {
      fill: #ffffff;
      background: #4a4cfe; }
    #main-menu .navPages .navPages-item.category .sub-category li .navPages-action {
      padding: 0.21429rem 1.42857rem 0.21429rem 0;
      display: block;
      color: #243140;
      width: 100%;
      position: relative; }
      #main-menu .navPages .navPages-item.category .sub-category li .navPages-action img {
        margin-right: 1.42857rem;
        width: auto;
        height: auto;
        padding: 0 5px; }
        @media only screen and (max-width: 1599px) {
          #main-menu .navPages .navPages-item.category .sub-category li .navPages-action img {
            width: 3.92857rem; } }
      #main-menu .navPages .navPages-item.category .sub-category li .navPages-action svg {
        position: absolute;
        top: 1.28571rem;
        right: 1.42857rem;
        background: #ffffff;
        height: 1.71429rem;
        width: 1.71429rem;
        padding: 0.5rem;
        fill: #9fa5ab;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        @media only screen and (max-width: 1599px) {
          #main-menu .navPages .navPages-item.category .sub-category li .navPages-action svg {
            height: 1.71429rem;
            width: 1.71429rem;
            padding: 0.5rem;
            top: 1.28571rem; } }
      #main-menu .navPages .navPages-item.category .sub-category li .navPages-action:hover svg {
        fill: #ffffff;
        background: #4a4cfe; }
    #main-menu .navPages .navPages-item.category .sub-category li .navPages-item > .navPages-action svg {
      fill: #ffffff;
      background: #4a4cfe;
      transform: none;
      top: 0; }
    #main-menu .navPages .navPages-item.category .sub-category li .sub-cat {
      top: -1px;
      left: 100%;
      position: absolute;
      background: #fafafa;
      height: 100%;
      overflow-y: auto;
      min-width: 0;
      width: 0;
      min-height: 45.5rem;
      border: 1px solid #d8d8d8;
      transition: all 0.8s ease; }
      @media only screen and (max-width: 1599px) {
        #main-menu .navPages .navPages-item.category .sub-category li .sub-cat {
          min-width: 30.71429rem;
          min-height: 45.5rem; } }
  @media only screen and (max-width: 1599px) and (max-width: 991px) {
    #main-menu .navPages .navPages-item.category .sub-category li .sub-cat {
      min-width: 27rem; } }
      #main-menu .navPages .navPages-item.category .sub-category li .sub-cat .sub-cat-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-flow: column;
        height: 100%;
        width: 100%;
        position: relative;
        left: 0; }
      #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li {
        float: none;
        display: block;
        padding: 0.5rem 0 0.5rem 3.57143rem;
        border: 0px; }
        #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li h3 {
          font-size: 1.28571rem;
          color: #243140;
          font-weight: 500;
          margin: 1.42857rem 0 0.71429rem; }
        #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li a {
          padding: 0px;
          font-size: 1rem;
          display: block;
          color: #243140;
          letter-spacing: 0.5px; }
          #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li a:hover {
            color: #0085ff; }
      #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li.shop-all {
        margin-top: 0.71429rem; }
        #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li.shop-all a.button {
          min-height: 4rem;
          width: 9.28571rem;
          background: #4a4cfe;
          color: #ffffff;
          font-size: 1rem;
          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;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          border: 0px; }
          #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li.shop-all a.button:before {
            background: #0085ff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px; }
      #main-menu .navPages .navPages-item.category .sub-category li .sub-cat li.cat-img {
        padding-left: 0px; }
    #main-menu .navPages .navPages-item.category .sub-category li:first-child {
      border-top: 0px; }

#main-menu .navPages .navPages-item.cat-menu > .navPages-action.is-open {
  color: #4a4cfe; }
  @media (min-width: 801px) {
    #main-menu .navPages .navPages-item.cat-menu > .navPages-action.is-open {
      border-bottom: 1px solid #4a4cfe; } }
  #main-menu .navPages .navPages-item.cat-menu > .navPages-action.is-open svg {
    stroke: #4a4cfe;
    transform: rotate(180deg); }

#main-menu .navPages .navPages-item.cat-menu > .navPages-action > svg {
  top: 4px;
  left: 5px; }

#main-menu .navPages .navPages-item.category .sub-category li.sfHover > .navPages-action {
  color: #243140; }
  #main-menu .navPages .navPages-item.category .sub-category li.sfHover > .navPages-action svg {
    transform: none;
    background: #4a4cfe;
    fill: #ffffff; }

#main-menu .navPages ul li .mega-menu {
  background: #fafafa;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4.28571rem 0 0 0;
  box-shadow: 0 1px 0 0 #efefef;
  border-top: 1px solid #efefef; }
  #main-menu .navPages ul li .mega-menu.is-open {
    display: block; }
  #main-menu .navPages ul li .mega-menu .mega-row {
    width: 100%;
    float: none; }
    #main-menu .navPages ul li .mega-menu .mega-row .container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #main-menu .navPages ul li .mega-menu .mega-row .container .col2 {
        position: relative;
        width: 24%;
        /*.offer-price {
							  background: $gunmetal-2;
							  height: remCalc(84px);
							  width: remCalc(84px);
							  @include border-radius(50%);
							  @include display-flex(flex);
							  @include align-item(center);
							  @include justify-content(center);
							  @include flex-wrap(wrap);
							  flex-direction: column;
							  position: absolute;
							  top: remCalc(20px);
							  right:remCalc(20px);
							  @media only screen and (max-width:1199px) {
								height: 5rem;
								width: 5rem;
								top: 0.5rem;
								right:0.5rem;
							  }
							  @media only screen and (max-width:767px) {
								height: remCalc(50px);
								width: remCalc(50px);
								top: remCalc(10px);
								right:remCalc(10px);
							  }
							  span{
								display: block;
								text-align: center;
								color: $white-color;
							  }
							  .retail-price {
								font-size: remCalc(14px);
								text-decoration: line-through;
								font-weight: 500;
								line-height: remCalc(16px);
    							@media only screen and (max-width:1199px) {
    							  font-size: 0.8rem;
    							}
							  }
							  .m-price {
								font-size: 20px;
								font-weight: 500;
								line-height: 22px;
								@media only screen and (max-width:1199px) {
    							  font-size: 16px;
    							}
							  }
							}*/ }
        @media only screen and (max-width: 1239px) {
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2 {
            width: 32%; } }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col2 a {
          text-decoration: none; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .card-col {
          background: #ffffff;
          width: 100%;
          padding-bottom: 1.42857rem; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .card-col .img {
            margin: 0 auto;
            text-align: center; }
            #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .card-col .img img {
              width: 100%; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .offer-price-icon.special-tag {
          color: #fff;
          font-weight: 600;
          font-size: 11px;
          line-height: 1rem;
          padding: 20px 0;
          height: 6rem;
          width: 6rem;
          border-radius: 50%;
          position: absolute;
          top: 20px;
          right: 20px;
          text-align: center;
          z-index: 9;
          background-color: #E86070; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .offer-price-icon.special-tag svg {
            width: 22px;
            height: 22px;
            display: block;
            fill: #fff;
            margin: -8px auto 2px; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text {
          padding: 1.714rem 2.14286rem 1.42857rem; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text h3 {
            margin: 0 0 1.07143rem;
            font-size: 1.78571rem;
            color: #243140;
            font-weight: normal;
            letter-spacing: -0.3px;
            line-height: 2.28571rem;
            text-transform: capitalize; }
            @media only screen and (max-width: 991px) {
              #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text h3 {
                font-size: 1.586rem; } }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text p {
            font-size: 1rem;
            line-height: 1.71429rem;
            color: #243140;
            max-width: 18.14286rem; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text a, #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text .seeOptions {
            color: #4a4cfe;
            font-weight: 500;
            font-size: 1rem;
            text-decoration: none;
            position: relative;
            text-transform: capitalize; }
            #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text a:before, #main-menu .navPages ul li .mega-menu .mega-row .container .col2 .text .seeOptions:before {
              content: "";
              position: absolute;
              left: 0;
              right: 100%;
              bottom: -2px;
              background: #0085ff;
              height: 1px;
              -webkit-transition-property: right;
              transition-property: right;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col2:hover .text a, #main-menu .navPages ul li .mega-menu .mega-row .container .col2:hover .text .seeOptions {
          color: #0085ff; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col2:hover .text a:before, #main-menu .navPages ul li .mega-menu .mega-row .container .col2:hover .text .seeOptions:before {
            right: 0; }
      #main-menu .navPages ul li .mega-menu .mega-row .container .col3 {
        padding-left: 11.78571rem;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 43%; }
        @media only screen and (max-width: 1599px) {
          #main-menu .navPages ul li .mega-menu .mega-row .container .col3 {
            padding-left: 9.14286rem; } }
        @media only screen and (max-width: 1239px) {
          #main-menu .navPages ul li .mega-menu .mega-row .container .col3 {
            padding-left: 1rem; } }
        @media only screen and (max-width: 1199px) {
          #main-menu .navPages ul li .mega-menu .mega-row .container .col3 {
            width: 40%; } }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col3 .img-row {
          width: 100%;
          display: block; }
          @media only screen and (max-width: 800px) {
            #main-menu .navPages ul li .mega-menu .mega-row .container .col3 .img-row {
              display: flex;
              flex-wrap: wrap; } }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col3 a {
          color: #243140;
          font-size: 1rem;
          line-height: 1.71429rem;
          text-decoration: none; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col3 a:hover {
            color: #0085ff; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col3 a span {
            display: block;
            padding-top: 0.71429rem; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col3 .col {
          width: 50%;
          padding: 0 1.07143rem;
          margin-bottom: 25px;
          display: inline-block;
          vertical-align: top;
          min-height: 250px; }
          @media only screen and (max-width: 1239px) {
            #main-menu .navPages ul li .mega-menu .mega-row .container .col3 .col {
              min-height: 175px; } }
      #main-menu .navPages ul li .mega-menu .mega-row .container .col1 {
        width: 26%;
        margin-right: 20px; }
        @media only screen and (max-width: 1239px) {
          #main-menu .navPages ul li .mega-menu .mega-row .container .col1 {
            width: 30%; } }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col1 h3 {
          margin: 0 0 1.07143rem;
          font-size: 1.78571rem;
          color: #243140;
          font-weight: normal; }
          @media only screen and (max-width: 1199px) {
            #main-menu .navPages ul li .mega-menu .mega-row .container .col1 h3 {
              font-size: 1.686rem; } }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a {
          display: block;
          font-size: 1rem;
          color: #243140;
          margin: 1.42857rem 0;
          text-decoration: none;
          padding: 0; }
          @media only screen and (max-width: 1599px) {
            #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a {
              margin: 0.85714rem 0; } }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a:hover {
            color: #0085ff; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a.button {
          min-height: 5rem;
          border: 0;
          background: #4a4cfe;
          color: #ffffff;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          display: inline-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;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          padding: 0.71429rem 2.14286rem;
          font-size: 1rem;
          font-weight: 500;
          margin-top: 2.14286rem;
          min-width: 17.71429rem; }
          @media only screen and (max-width: 1599px) {
            #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a.button {
              min-height: 4rem;
              min-width: unset;
              max-width: 300px;
              width: 100%; } }
          @media only screen and (max-width: 991px) {
            #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a.button {
              max-width: 200px; } }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col1 a.button:before {
            background: #0085ff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px; }
        #main-menu .navPages ul li .mega-menu .mega-row .container .col1 .navPages-list {
          display: block; }
          #main-menu .navPages ul li .mega-menu .mega-row .container .col1 .navPages-list .navPages-item {
            width: 100%;
            display: block; }

#main-menu .navPages .navPages-item.category .sub-category li.navPages-item.custom-all-products {
  display: none; }

/*#main-menu .navPages .navPages-item.category .sub-category {
	z-index: 99;
}
#main-menu .navPages .navPages-item.category .sub-category {
	z-index: 99;
	display: block;
	position: fixed;
	top: 0;
	left: -1000px;
	visibility: hidden;
	opacity: 0;
}
#main-menu .navPages .navPages-item.category .sub-category .container {
	padding: 0;
}
body.nav-noscroll #main-menu .navPages .navPages-item.category .sub-category {
	left: 0;
	visibility: visible;
	opacity: 1;
}

#main-menu .navPages .navPages-item.category .sub-category#custom-categories {
	//display: block;
}
#main-menu .navPages .navPages-item.category .sub-category#custom-categories .container {
	//padding: 0;
}*/
/*#main-menu .navPages .navPages-item.category .sub-category {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: rgba(0,0,0,.49);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}
body.nav-noscroll #main-menu .navPages .navPages-item.category .sub-category {
    left: 0;
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease;
}*/
.partition-screens > h3 {
  margin: 0 0 1.07143rem;
  font-size: 1.78571rem;
  color: #243140;
  font-weight: 400; }

.partition-screens .container .col1 {
  margin-bottom: 15px; }

.partition-screens .container .col1 h3 {
  margin: 0 0 1.07143rem;
  font-size: 1.78571rem;
  color: #243140;
  font-weight: 400;
  padding: 0; }

.partition-screens .container .col1 a {
  display: block;
  font-size: 1rem;
  color: #243140;
  margin: 1.42857rem 0;
  text-decoration: none;
  background: transparent; }

.partition-screens .container .col1 a:hover {
  color: #0085ff; }

.partition-screens .container .col1 a.button {
  min-height: 5rem;
  border: 0;
  background: #4a4cfe;
  color: #fff;
  border-radius: 2px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  padding: .71429rem 2.14286rem;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2.14286rem;
  min-width: 17.71429rem; }

.partition-screens .container .col1 a.button:before {
  background: #0085ff;
  border-radius: 2px; }

.partition-screens .container .col2 {
  margin-bottom: 15px; }

.partition-screens .container .col2 .card-col {
  background: #fff;
  width: 100%;
  padding-bottom: 1.42857rem; }

.partition-screens .container .col2 .offer-price {
  background: #243140;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem; }

.partition-screens .container .col2 .offer-price .retail-price {
  font-size: 1rem;
  text-decoration: line-through;
  font-weight: 500;
  line-height: 1.14286rem; }

.partition-screens .container .col2 .offer-price .m-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px; }

.partition-screens .container .col2 .text {
  padding: .71429rem 2.14286rem 1.42857rem; }

.partition-screens .container .col2 .text h3 {
  margin: 0 0 1.07143rem;
  font-size: 1.78571rem;
  color: #243140;
  font-weight: 400;
  letter-spacing: -.3px;
  line-height: 2.28571rem;
  padding: 0; }

.partition-screens .container .col2 .text p {
  font-size: 1rem;
  line-height: 1.71429rem;
  color: #243140;
  max-width: 18.14286rem; }

.partition-screens .container .col2 .text a {
  color: #4a4cfe;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  position: relative; }

.partition-screens .container .col2:hover .text a {
  color: #0085ff; }

.partition-screens .container .col3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.partition-screens .container .col3 .img-row {
  width: 100%;
  display: block; }

.partition-screens .container .col3 .col {
  width: 48%;
  padding: 0 1.07143rem;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top; }

.partition-screens .container .col3 a {
  color: #243140;
  font-size: 1rem;
  line-height: 1.71429rem;
  text-decoration: none; }

.partition-screens .container .col3 a:hover {
  color: #0085ff; }

.partition-screens .container .col3 a span {
  display: block;
  padding-top: .71429rem; }

.margin-0 {
  margin-bottom: 0 !important; }

/*New dropdown boxes lists*/
.boxed-dropdown-menu h3 {
  margin: 0 0 35px;
  font-size: 28px;
  color: #243140;
  font-weight: 400;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.boxed-dropdown-menu .boxes-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -25px; }
  .boxed-dropdown-menu .boxes-menu .box-item-drop {
    padding: 0 25px;
    width: 16.666%;
    margin: 0 0 40px 0;
    text-align: center; }
    @media only screen and (max-width: 1450px) {
      .boxed-dropdown-menu .boxes-menu .box-item-drop {
        width: 20%; } }
    @media only screen and (max-width: 1023px) {
      .boxed-dropdown-menu .boxes-menu .box-item-drop {
        width: 25%; } }
    .boxed-dropdown-menu .boxes-menu .box-item-drop img {
      margin: 0 0 15px 0; }
    .boxed-dropdown-menu .boxes-menu .box-item-drop .title {
      text-decoration: none;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      color: #243140;
      font-size: 1rem;
      line-height: 1.71429rem;
      text-transform: capitalize; }
    .boxed-dropdown-menu .boxes-menu .box-item-drop a {
      text-decoration: none; }
    .boxed-dropdown-menu .boxes-menu .box-item-drop a:hover .title {
      color: #0085ff; }

/*is open style for sticky like ikea*/
@media only screen and (min-width: 801px) {
  .navPages-list {
    display: table;
    float: none;
    width: 100%; }
  .navPages-action,
  .navPages-item {
    display: table-cell;
    float: none; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    justify-content: flex-start; }
  :not(.navPages-list-depth-max).navPages-list .navPages-action.has-subMenu {
    display: inherit !important; }
  html.nav-noscroll {
    overflow: hidden; }
  body.nav-noscroll {
    overflow-y: scroll; }
  html.nav-noscroll,
  body.nav-noscroll {
    min-height: 100%; }
  #main-menu .navPages .navPages-item.category .custom-nav-close {
    display: flex !important;
    border-radius: 64px;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 22px;
    font-size: 1.5rem;
    z-index: 999;
    width: auto;
    height: auto;
    background: transparent;
    left: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    #main-menu .navPages .navPages-item.category .custom-nav-close svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
  body.nav-noscroll #main-menu .navPages .custom-nav-close:hover {
    opacity: 0.7; }
  #main-menu .navPages .navPages-item.category .custom-nav-close img {
    max-width: 160px;
    width: 100%;
    margin-left: 10px; }
  .navPages-list.sf-menu .navPages-item.cat-menu .custom-nav-close {
    display: flex !important;
    border-radius: 64px;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 15px;
    font-size: 1.5rem;
    z-index: 999;
    width: 2.6rem;
    height: 2.6rem;
    background: #243141;
    right: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    .navPages-list.sf-menu .navPages-item.cat-menu .custom-nav-close svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
  .navPages-list.sf-menu .navPages-item.cat-menu .custom-nav-close:hover {
    background: #4A4CFE; }
  body.nav-noscroll #main-menu .navPages .custom-nav-close:hover svg {
    transition-property: opacity,margin-right,margin-left,transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1); }
  #main-menu .navPages .navPages-item.category .sub-category {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    display: block !important;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease; }
  #main-menu .navPages .navPages-item.category .sub-category .container {
    padding: 0;
    height: 100%;
    position: fixed;
    width: 0;
    transition: all 0.8s ease; }
  body.nav-noscroll #main-menu .navPages .navPages-item.category .sub-category {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease; }
  body.nav-noscroll #main-menu .navPages .navPages-item .sub-category .container {
    top: 0;
    left: 0;
    position: fixed;
    padding: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    width: 100%;
    transition: all 0.8s ease; }
  #main-menu .navPages .navPages-item.category .custom-sub-nav-close {
    display: flex !important;
    border-radius: 64px;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 15px;
    font-size: 1.5rem;
    z-index: 999;
    width: 2.5rem;
    height: 2.5rem;
    background: #4a4cfe;
    right: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    #main-menu .navPages .navPages-item.category .custom-sub-nav-close svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
  #main-menu .navPages .navPages-item.category .custom-sub-nav-close:hover {
    opacity: 0.7; }
  body.nav-noscroll #main-menu .navPages .navPages-list .mega-menu .container .inner .col1 .button {
    max-width: 284px;
    min-width: auto;
    display: flex; }
  #main-menu .navPages .navPages-item.category .sub-category .cat-menu,
  #main-menu .navPages .navPages-item.category .sub-category li .sub-cat {
    padding-top: 5rem;
    height: 100%; } }

/*
@media only screen and (max-width:800px) {
    #main-menu {
		position: absolute;
		// display: block;
		// z-index: -999;
	}
	#main-menu .navPages {
		//max-width: 90%;
		//margin: 0 auto;
		//box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		//display: none;
	}
	#main-menu .mp-menu {
		display: block !important;
	}
	#main-menu .navPages-list.sf-menu {
		
	}
	#main-menu .navPages .navPages-item.home .navPages-action {
		padding: .514rem .814rem .729rem;
	}
	#main-menu.main-navPages-container.is-open {
        // padding: 80px 0;
    }
	#main-menu.main-navPages-container.is-open .navPages .navPages-item ul#custom-categories.is-open,
	#main-menu.main-navPages-container.is-open .navPages .navPages-item ul.is-open {
		position: unset;
		margin-left: 0;
		border-left: 1px solid #d8d8d8;
	}
	#main-menu.main-navPages-container.is-open .navPages .navPages-item ul#custom-categories.is-open .container,
	#main-menu.main-navPages-container.is-open .navPages .navPages-item ul.is-open .container {
		padding: 0;
	}
	#main-menu .navPages .navPages-item {
		position: relative;
	}
	#main-menu.main-navPages-container.is-open .navPages .navPages-item ul.is-open .container .cat-menu {
		width: 100%;
	}
	
	#main-menu .navPages .navPages-item.category .sub-category .cat-menu {
		max-width: 100%;
		height: 100%;
	}
	#main-menu .navPages .navPages-item.category .sub-category .cat-menu li.navPages-item.have-subItems {
		position: relative;
	}
	#main-menu .navPages .navPages-item.category .sub-category .cat-menu li.navPages-item.have-subItems.current {
		
	}
	#main-menu .navPages .navPages-item.category .sub-category li .sub-cat {
		min-width: 100%;
		min-height: unset !important;
		position: unset;
	}
	#main-menu .navPages .navPages-item.category .sub-category li .sub-cat .sub-cat-row {
		margin: 0;
	}
	#main-menu .navPages .navPages-item.category .sub-category:before,
	#main-menu .navPages .navPages-item.category .sub-category li:before {
		display: none;
	}
	#main-menu .navPages .navPages-item.category .sub-category li.current .navPages-action svg {
		transform: rotate(90deg);
	}
	#main-menu .navPages ul li .mega-menu {
		padding: 0;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container {
		display:block;
		padding: 2rem !important;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container .col1,
	#main-menu .navPages ul li .mega-menu .mega-row .container .col2 {
		width: 100%;
		margin-bottom: 20px;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container .col3 {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container .col2 .offer-price .m-price {
		display: none;
	}
	
}
@media only screen and (max-width:550px) {
	#main-menu .navPages .navPages-item.category .sub-category li .navPages-action svg {
		top: 0.9rem;
		right: 0.9rem;
	}
	#main-menu .navPages .navPages-item.category .sub-category li .navPages-action img {
		width: 3rem;
		margin-right: 0rem;
		padding: 5px;
	}
	#main-menu .navPages .navPages-item.category .sub-category li .sub-cat li {
		padding: .5rem 0 .5rem 1rem;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container {
		padding: 1rem !important;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container .col3 a {
		font-size: 0.9rem;
		line-height: 1.314rem;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container .col1 a.button {
		min-width: 12rem;
	}
	#main-menu .navPages ul li .mega-menu .mega-row .container .col1 h3 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width:480px) {
	#main-menu .navPages ul li .mega-menu .mega-row .container .col3 .col {
		width: 100%;
		padding: 0;
	}
}
*/
.type-default .body {
  margin-bottom: 0px; }

.home-banner-none-slide {
  min-height: 590px; }
  .home-banner-none-slide .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #243140; }
    .home-banner-none-slide .inner .banner-box {
      width: 50%; }
      @media screen and (max-width: 800px) {
        .home-banner-none-slide .inner .banner-box {
          width: 100%; } }
      .home-banner-none-slide .inner .banner-box .home-banner-image {
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
        min-height: 591px; }
        @media screen and (max-width: 800px) {
          .home-banner-none-slide .inner .banner-box .home-banner-image {
            min-height: inherit; } }
      .home-banner-none-slide .inner .banner-box .banner-content {
        padding: 0 0 5rem 8.214rem; }
        @media screen and (min-width: 1440px) {
          .home-banner-none-slide .inner .banner-box .banner-content {
            padding: 0 0 3.47222vw 8.95833vw; } }
        @media screen and (max-width: 1024px) {
          .home-banner-none-slide .inner .banner-box .banner-content {
            padding: 0 5.5rem 3.57143rem 2rem; } }
        @media only screen and (max-width: 800px) {
          .home-banner-none-slide .inner .banner-box .banner-content {
            width: 100%;
            padding: 2rem 1rem 2.5rem;
            text-align: center;
            min-height: 13.42857rem; } }
    .home-banner-none-slide .inner .banner-headign {
      color: #ffffff;
      letter-spacing: -0.38px;
      display: block;
      margin: 0;
      max-width: 30rem;
      font-size: 3.14286rem;
      line-height: 3.42857rem; }
      @media screen and (min-width: 1440px) {
        .home-banner-none-slide .inner .banner-headign {
          line-height: 3.33333vw;
          max-width: 31.25vw;
          font-size: 3.05556vw; } }
      @media only screen and (max-width: 900px) {
        .home-banner-none-slide .inner .banner-headign {
          font-size: 2.3rem;
          line-height: 3rem;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 800px) {
        .home-banner-none-slide .inner .banner-headign {
          margin: 0 auto;
          text-align: center; } }
    .home-banner-none-slide .inner .banner-description {
      letter-spacing: 0.25px;
      color: #ffffff;
      font-size: 1.14286rem;
      line-height: 1.71429rem;
      max-width: 26.42857rem;
      margin-top: 1.42857rem; }
      @media screen and (min-width: 1440px) {
        .home-banner-none-slide .inner .banner-description {
          font-size: 1.11111vw;
          line-height: 1.66667vw;
          max-width: 25.69444vw;
          margin-top: 1.38889vw; } }
      @media only screen and (max-width: 800px) {
        .home-banner-none-slide .inner .banner-description {
          margin: 1.4285714286rem auto 1.4285714286rem; } }
    .home-banner-none-slide .inner .home-banner-button {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 17px; }
      @media only screen and (max-width: 800px) {
        .home-banner-none-slide .inner .home-banner-button {
          justify-content: center; } }
      @media only screen and (max-width: 420px) {
        .home-banner-none-slide .inner .home-banner-button {
          flex-direction: column;
          align-items: center;
          gap: 10px; } }
    .home-banner-none-slide .inner .button.button--primary {
      margin: .71429rem 0 0;
      height: 56px;
      min-height: 4rem;
      min-width: 183px;
      font-size: 14px;
      border-radius: 0;
      padding: 0.71429rem 1.78571rem; }
      @media screen and (min-width: 1440px) {
        .home-banner-none-slide .inner .button.button--primary {
          padding: 0.69444vw 1.73611vw;
          min-height: 56px;
          min-width: 183px;
          margin-top: 0.69444vw;
          font-size: 14px; } }
      @media screen and (max-width: 800px) {
        .home-banner-none-slide .inner .button.button--primary {
          margin: 0; } }
      .home-banner-none-slide .inner .button.button--primary:before {
        background: #0085ff; }
      .home-banner-none-slide .inner .button.button--primary:hover {
        background: #4a4cfe; }
      .home-banner-none-slide .inner .button.button--primary.get-advice {
        border: 1px solid #E4E5EC;
        background-color: transparent; }
        .home-banner-none-slide .inner .button.button--primary.get-advice:hover {
          border-color: #4a4cfe;
          background-color: #4a4cfe; }
      .home-banner-none-slide .inner .button.button--primary span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }

.h-free-shipping .container {
  position: relative;
  margin-top: -4.35714rem; }
  @media only screen and (max-width: 800px) {
    .h-free-shipping .container {
      margin-top: 0;
      padding: 0; } }

@media only screen and (max-width: 767px) {
  .h-free-shipping .slick-slider .slick-list {
    padding-right: 70px !important; } }

.h-free-shipping ul {
  background: #ffffff;
  list-style: none;
  padding: 2.414rem 0 5.743rem 9.2857142857rem;
  margin: 0;
  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; }
  @media only screen and (max-width: 1599px) {
    .h-free-shipping ul {
      padding: 3.21429rem 1.5rem 7.14286rem 1.5rem; } }
  @media only screen and (max-width: 800px) {
    .h-free-shipping ul {
      padding: 2rem 1.5rem 1rem 1.5rem;
      display: block; } }
  .h-free-shipping ul li {
    width: 25%;
    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;
    padding: 0 0.5rem; }
    @media only screen and (max-width: 991px) {
      .h-free-shipping ul li {
        width: 33.333%; } }
    @media only screen and (max-width: 800px) {
      .h-free-shipping ul li {
        width: 50%;
        margin-bottom: 1.5rem;
        display: inline-block; } }
    @media only screen and (max-width: 550px) {
      .h-free-shipping ul li {
        width: 100%; } }
    .h-free-shipping ul li a, .h-free-shipping ul li .linkable {
      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;
      text-decoration: none;
      color: #243140;
      cursor: pointer; }
      .h-free-shipping ul li a:hover .img svg, .h-free-shipping ul li .linkable:hover .img svg {
        fill: #0085ff; }
      .h-free-shipping ul li a:hover .text, .h-free-shipping ul li .linkable:hover .text {
        color: #0085ff; }
    .h-free-shipping ul li .img {
      padding-right: 1.07143rem; }
      .h-free-shipping ul li .img svg {
        fill: #243140;
        width: 2.28571rem;
        height: 2.28571rem; }
    .h-free-shipping ul li .text {
      color: #243140;
      font-size: 1rem;
      letter-spacing: -0.1px; }
      .h-free-shipping ul li .text span {
        display: block;
        font-size: 1.14286rem;
        font-weight: 600;
        letter-spacing: -0.2px;
        line-height: 1.14286rem; }
  @media only screen and (max-width: 991px) {
    .h-free-shipping ul li:last-child {
      display: none; } }
  @media only screen and (max-width: 991px) and (max-width: 991px) {
    .h-free-shipping ul li:last-child {
      display: inline-block; } }
  .h-free-shipping ul li.col2 a .img svg {
    stroke: #243140;
    width: 1.64286rem;
    height: 2.07143rem; }
  .h-free-shipping ul li.col2 a:hover .img svg {
    stroke: #0085ff; }
  .h-free-shipping ul li:nth-child(1) a .img svg {
    width: 2.28571rem;
    height: 2.28571rem; }

.home-shop-by-category {
  margin-top: 58px; }

.blog-title-col {
  position: relative; }
  @media only screen and (max-width: 480px) {
    .blog-title-col {
      position: unset; } }
  .blog-title-col .read-all-blog {
    position: absolute;
    top: 15px;
    right: 0;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .blog-title-col .read-all-blog {
        top: 6px; } }
    @media only screen and (max-width: 480px) {
      .blog-title-col .read-all-blog {
        position: unset; } }
    .blog-title-col .read-all-blog:after {
      content: ">";
      background: #333;
      width: 18px;
      height: 18px;
      display: inline-block;
      border-radius: 20px;
      color: #fff;
      text-align: center;
      margin-left: 7px;
      line-height: 18px; }
    @media only screen and (max-width: 1200px) {
      .blog-title-col .read-all-blog {
        display: block !important; } }
  .blog-title-col h2.title {
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
    color: #0a122a;
    margin: 0px 0 30px; }
    @media only screen and (max-width: 550px) {
      .blog-title-col h2.title {
        font-size: 23px;
        line-height: 120%; } }

.blog-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.07143rem 5rem; }
  @media only screen and (max-width: 767px) {
    .blog-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0 -1.07143rem 1rem; } }
  .blog-row .blog + .blog {
    border-top: 0px; }
  .blog-row .blog {
    padding: 0 1.07143rem;
    width: 33.33%;
    margin: 0px; }
    @media only screen and (max-width: 1200px) and (min-width: 768px) {
      .blog-row .blog {
        width: 50%;
        display: none; }
        .blog-row .blog:nth-child(1), .blog-row .blog:nth-child(2) {
          display: block; } }
    @media only screen and (max-width: 767px) {
      .blog-row .blog {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 1.42857rem; } }
    @media only screen and (max-width: 767px) {
      .blog-row .blog .blog-img-pan {
        width: 10.71429rem; } }
    @media only screen and (max-width: 767px) {
      .blog-row .blog .blog-post-custom {
        width: calc(100% - 10.71429rem);
        padding-left: 1.42857rem; } }
    .blog-row .blog .blog-thumbnail {
      max-width: 100%;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .blog-row .blog .blog-thumbnail {
          margin-bottom: 0; } }
      .blog-row .blog .blog-thumbnail img {
        transform: scale(1);
        transition: .3s ease-in-out; }
    .blog-row .blog h3.blog-title {
      padding: 0px;
      margin: 0px 0 1.07143rem; }
      @media only screen and (max-width: 1239px) {
        .blog-row .blog h3.blog-title {
          line-height: 0.5; } }
      .blog-row .blog h3.blog-title a {
        font-size: 1.78571rem;
        color: #243140;
        letter-spacing: -0.3px;
        font-weight: normal;
        line-height: 2.14286rem; }
        @media only screen and (max-width: 1239px) {
          .blog-row .blog h3.blog-title a {
            font-size: 1.2rem;
            line-height: 1.4; } }
        @media only screen and (max-width: 767px) {
          .blog-row .blog h3.blog-title a {
            font-size: 18px;
            display: block;
            line-height: 1.14286rem; } }
    .blog-row .blog:hover .blog-thumbnail img {
      transform: scale(1.08); }
    .blog-row .blog:hover h3.blog-title a {
      color: #0085ff; }

.gray-bg {
  background: #fafafa;
  padding: 4rem 0 4rem;
  margin: 6.429rem 0 6.429rem; }
  @media only screen and (max-width: 767px) {
    .gray-bg {
      padding: 1.5rem 0 1.5rem;
      margin: 2rem 0 2rem; } }
  .gray-bg h2 {
    font-size: 2.35714rem;
    font-weight: 300;
    color: #0a122a;
    margin: 0px 0 2.85714rem; }
    @media only screen and (max-width: 767px) {
      .gray-bg h2 {
        font-size: 1.57143rem;
        line-height: 2.28571rem;
        margin: 0 0 0.8rem; } }

h2.title {
  font-size: 36px;
  line-height: 120%;
  font-weight: 300;
  color: #0a122a;
  margin: 0px 0 30px; }
  @media only screen and (max-width: 550px) {
    h2.title {
      font-size: 24px;
      line-height: 120%; } }

div[data-content-region="home_below_shop_by_brand"] {
  margin: 0 -1.07143rem 3.57143rem; }
  @media only screen and (max-width: 1239px) {
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] {
      flex-basis: 33.333% !important;
      max-width: 33.333% !important; } }
  @media only screen and (max-width: 480px) {
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"],
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] {
      flex-basis: 50% !important;
      max-width: 50% !important; } }
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"] {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"] .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink {
      font-size: 1.28571rem !important;
      color: #243140 !important; }
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover [data-widget-id="4c211cd9-38fe-4c31-820d-e811f40d494f"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover [data-widget-id="b5b0b32e-23a3-4a23-92ea-7d371db2ef13"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover [data-widget-id="54f1dc07-3e6b-4f97-8607-be275a217c66"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover [data-widget-id="621a8d02-88ca-41bb-ae7a-04be673f72d6"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover [data-widget-id="bca16ea0-4050-4c9d-96b1-3c4407acb70b"],
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover [data-widget-id="1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864"] {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e,
  div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6e864681-71b6-44f9-9029-9ab30149721c"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="6bf5b33b-d9ad-4a58-8b93-5ff7ed4d891e"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="85ff4683-b179-4980-b6c3-ddde9a796c87"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="3100c481-0622-47da-ba0a-5042800e59d6"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="4bf010f4-7d2a-49f0-a73b-e9cc9ad75710"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-5118aa0d-df0d-47e0-bae6-c90a170901a7 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-ecb6a503-8589-49c4-b8ea-70dfc9d824fc #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-548f7215-d5e5-4e34-b57f-fbc4d6edf711 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-a57c8431-0d06-4dc2-beee-fcca29c4f411 #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-e67d43d8-04c3-4999-b10b-21959054388e #buttonLink,
    div[data-content-region="home_below_shop_by_brand"] [data-sub-layout="1ca2b0ef-1cca-49ac-b0e0-9c57797d6a0a"]:hover .sd-button-6c5e100c-7387-43bd-bd5a-db35ce088a5b #buttonLink {
      color: #0085ff !important; }

.h-you-might-like {
  margin-top: 3.57143rem; }
  @media only screen and (max-width: 767px) {
    .h-you-might-like {
      margin-top: 1.5rem; } }
  .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] {
    margin: 0 -1.07143rem; }
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text h3,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text h3 {
      font-size: 21px;
      line-height: 25px;
      color: #243140;
      margin: 30px 0 12px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text h3,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text h3 {
          font-size: 18px;
          line-height: 1.14286rem; } }
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text p,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text p {
      font-size: 1.14286rem;
      color: #243140;
      line-height: 1.71429rem; }
      @media only screen and (max-width: 767px) {
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text p,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text p {
          font-size: 0.85714rem;
          line-height: 1.14286rem; } }
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text a,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text a {
      font-size: 1rem;
      color: #4a4cfe;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      overflow: hidden;
      padding-bottom: 0.35714rem; }
      @media only screen and (max-width: 767px) {
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text a,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text a {
          font-size: 0.85714rem;
          font-weight: normal; } }
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] .text a:before,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] .text a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #0085ff;
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"],
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"],
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"],
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] {
      overflow: hidden; }
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44 {
        transform: scale(1);
        transition: .3s ease-in-out; }
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5 img,
        .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44 img {
          width: 100%; }
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"]:hover .text a,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"]:hover .text a {
      color: #0085ff; }
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"]:hover .text a:before,
      .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"]:hover .text a:before {
        right: 0; }
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"]:hover [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"]:hover [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"]:hover [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="0f92f2d4-93ab-4716-bc9b-e883afbb5623"]:hover [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"]:hover [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"]:hover [data-widget-id="0d46fa00-1540-429a-880c-aad1ebeafcd5"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"]:hover [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-0d46fa00-1540-429a-880c-aad1ebeafcd5,
    .h-you-might-like [data-sub-layout-container="abfd3121-f2db-4cf1-8e15-e6d3c096f5ab"] [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"]:hover [data-widget-id="75037a8d-b152-46e4-9f3a-15659304ca44"] #sd-image-75037a8d-b152-46e4-9f3a-15659304ca44 {
      transform: scale(1.08); }

.h-special-offer [data-content-region="home_below_special_offers"] {
  margin: 0 -1.07143rem; }
  @media only screen and (max-width: 767px) {
    .h-special-offer [data-content-region="home_below_special_offers"] {
      margin: 0 -0.71429rem; } }
  .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"],
  .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"],
  .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"],
  .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] {
    background: #ffffff;
    padding: .71429rem 2.14286rem 2.5rem 2.14286rem !important;
    border-left: 1.07143rem solid #fafafa;
    border-right: 1.07143rem solid #fafafa;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /*@media only screen and (max-width:767px) {
  flex-basis: 50%;
  max-width: 50%;
  border-left:remCalc(10px) solid $light-gray;
  border-right:remCalc(10px) solid $light-gray;
  padding: remCalc(10px) remCalc(15px) remCalc(10px) !important;
  margin: remCalc(10px) 0;
}*/ }
    @media only screen and (max-width: 1024px) {
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"],
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"],
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"],
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] {
        flex-basis: 50%;
        max-width: 50%;
        border-left: 0.71429rem solid #fafafa;
        border-right: 0.71429rem solid #fafafa;
        margin: 0.71429rem 0; } }
    @media only screen and (max-width: 550px) {
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"],
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"],
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"],
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] {
        flex-basis: 100%;
        max-width: 100%; } }
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .offer-price,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .offer-price,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .offer-price,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .offer-price {
      background: #243140;
      height: 6rem;
      width: 6rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      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;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-direction: column;
      position: absolute;
      top: 2.14286rem;
      right: 2.14286rem; }
      @media only screen and (max-width: 767px) {
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .offer-price,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .offer-price,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .offer-price,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .offer-price {
          top: 0.71429rem;
          right: 0.71429rem; } }
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .offer-price span,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .offer-price span,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .offer-price span,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .offer-price span {
        display: block;
        text-align: center;
        color: #ffffff; }
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .offer-price .retail-price,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .offer-price .retail-price,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .offer-price .retail-price,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .offer-price .retail-price {
        font-size: 1rem;
        text-decoration: line-through;
        font-weight: 500;
        line-height: 1.14286rem; }
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .offer-price .m-price,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .offer-price .m-price,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .offer-price .m-price,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .offer-price .m-price {
        font-size: 22px;
        font-weight: 600;
        line-height: 22px; }
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .offer-price .ex-text,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .offer-price .ex-text,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .offer-price .ex-text,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .offer-price .ex-text {
        font-size: 12px;
        font-weight: 500; }
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .text h3,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .text h3,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .text h3,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .text h3 {
      font-size: 1.78571rem;
      line-height: 2.28571rem;
      color: #243140;
      margin: 1.42857rem 0 0.71429rem;
      font-weight: 400;
      letter-spacing: -0.3px; }
      @media only screen and (max-width: 767px) {
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .text h3,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .text h3,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .text h3,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .text h3 {
          font-size: 18px;
          line-height: 1.14286rem; } }
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .text p,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .text p,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .text p,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .text p {
      font-size: 1rem;
      color: #243140;
      letter-spacing: -0.1px;
      line-height: 1.71429rem; }
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .text a,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .text a,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .text a,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .text a {
      font-size: 1rem;
      color: #4a4cfe;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      overflow: hidden;
      padding-bottom: 0.35714rem; }
      @media only screen and (max-width: 767px) {
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .text a,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .text a,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .text a,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .text a {
          font-size: 0.85714rem;
          font-weight: normal; } }
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"] .text a:before,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"] .text a:before,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"] .text a:before,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"] .text a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #0085ff;
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"]:hover,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"]:hover,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"]:hover,
    .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"]:hover {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px); }
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"]:hover .text a,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"]:hover .text a,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"]:hover .text a,
      .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"]:hover .text a {
        color: #0085ff; }
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="03758bee-b9c6-4ab2-9756-35adf062e133"]:hover .text a:before,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="53fa9ea2-bdab-4748-a027-2062f2e0935e"]:hover .text a:before,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="b65ad381-a4b6-46fa-b462-cbdffb44d6fc"]:hover .text a:before,
        .h-special-offer [data-content-region="home_below_special_offers"] [data-sub-layout="baea4ab0-3d94-471b-a82d-1b67951df709"]:hover .text a:before {
          right: 0; }

.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="70ffb3d2-5811-4878-ab4d-07d495462453"] #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="0a790883-c913-4f2a-b925-545dfac6e257"] #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="3d4a74b9-7e3e-4bc9-82a2-dcca570a5c62"] #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="039738a5-8062-4818-b862-1511184ed162"] #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="8b8b19e5-1162-409b-a20a-c2f44b64ac8d"] #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="5438a5a1-5f31-45f2-af98-acb9cfb33915"] #buttonLink {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #243140 !important;
  font-size: 1rem !important;
  font-weight: 500 !important; }
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="70ffb3d2-5811-4878-ab4d-07d495462453"] #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="0a790883-c913-4f2a-b925-545dfac6e257"] #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="3d4a74b9-7e3e-4bc9-82a2-dcca570a5c62"] #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="039738a5-8062-4818-b862-1511184ed162"] #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="8b8b19e5-1162-409b-a20a-c2f44b64ac8d"] #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="5438a5a1-5f31-45f2-af98-acb9cfb33915"] #buttonLink:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 11px;
    background: #0085ff;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="70ffb3d2-5811-4878-ab4d-07d495462453"]:hover #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="0a790883-c913-4f2a-b925-545dfac6e257"]:hover #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="3d4a74b9-7e3e-4bc9-82a2-dcca570a5c62"]:hover #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="039738a5-8062-4818-b862-1511184ed162"]:hover #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="8b8b19e5-1162-409b-a20a-c2f44b64ac8d"]:hover #buttonLink,
.shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="5438a5a1-5f31-45f2-af98-acb9cfb33915"]:hover #buttonLink {
  color: #0085ff !important; }
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="70ffb3d2-5811-4878-ab4d-07d495462453"]:hover #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="0a790883-c913-4f2a-b925-545dfac6e257"]:hover #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="3d4a74b9-7e3e-4bc9-82a2-dcca570a5c62"]:hover #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="039738a5-8062-4818-b862-1511184ed162"]:hover #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="8b8b19e5-1162-409b-a20a-c2f44b64ac8d"]:hover #buttonLink:before,
  .shop-by-category [data-content-region="home_below_shop_by_category"] [data-sub-layout="5438a5a1-5f31-45f2-af98-acb9cfb33915"]:hover #buttonLink:before {
    left: 0;
    right: 0px; }

@media only screen and (max-width: 767px) {
  [data-sub-layout="5c8c7268-b1b2-4cea-8c4b-9c96a08a75f3"] {
    margin-top: 1.42857rem; } }

/*flickty slider */
.slider {
  overflow: hidden;
  padding-bottom: 20px; }
  .slider .product-name {
    text-align: center; }
  .slider .product-img {
    display: flex;
    background-color: #fafafa;
    align-items: center;
    justify-content: center;
    min-height: 242px; }
  .slider .carousel-cell {
    width: 100%;
    max-width: 17.28571rem;
    margin-right: 2.14286rem; }
  .slider .slider-catoegory {
    position: relative; }
    .slider .slider-catoegory .flickity-viewport {
      min-height: 329px; }
    @media only screen and (max-width: 767px) {
      .slider .slider-catoegory {
        margin-top: 45px; } }
  .slider .flickity-slider .hvr-float {
    display: block; }
  .slider .flickity-prev-next-button.next {
    right: 0; }
    @media only screen and (max-width: 767px) {
      .slider .flickity-prev-next-button.next {
        right: -8px; } }
  .slider .flickity-button {
    width: 3.42857rem;
    height: 3.42857rem;
    background: #ffffff;
    border: none;
    color: #333;
    border: 1px solid rgba(77, 97, 146, 0.1);
    transform: none !important;
    background-image: url(../img/dh-custom/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 19.5px center;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    top: -5rem !important; }
    @media only screen and (max-width: 550px) {
      .slider .flickity-button {
        width: 2.8rem;
        height: 2.8rem;
        background-position: 15px center; } }
  .slider .flickity-button:hover {
    background-color: #0085ff;
    background-repeat: no-repeat;
    background-position: 19.5px center;
    background-size: auto;
    background-image: url(../img/dh-custom/right-arrow-h.svg); }
    @media only screen and (max-width: 550px) {
      .slider .flickity-button:hover {
        background-position: 15px center; } }
  .slider .flickity-prev-next-button.previous {
    left: auto;
    right: 4.35714rem;
    background-image: url(../img/dh-custom/left-arrow.svg);
    background-position: 16px center; }
    @media only screen and (max-width: 550px) {
      .slider .flickity-prev-next-button.previous {
        right: 2.7rem;
        background-position: 12px center; } }
  .slider .flickity-prev-next-button.previous:hover {
    background-image: url(../img/dh-custom/left-arrow-h.svg);
    background-position: 16px center; }
    @media only screen and (max-width: 550px) {
      .slider .flickity-prev-next-button.previous:hover {
        background-position: 12px center; } }
  .slider .flickity-prev-next-button .flickity-button-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    width: 0.64286rem;
    height: 1.07143rem;
    fill: #243140;
    display: none; }
  .slider .flickity-page-dots {
    top: 100%;
    text-align: left;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: flex; }
  .slider .flickity-page-dots .dot {
    height: 2px;
    width: 33.33%;
    margin: 0;
    border-radius: 0;
    background: #ececec;
    opacity: 1;
    display: inline-block; }
  .slider .flickity-page-dots .dot.is-selected {
    background: #0a122a; }
  @media (max-width: 1200px) {
    .slider .container {
      max-width: 1140px; } }
  @media (max-width: 1024px) {
    .slider .container {
      max-width: 960px; } }
  @media (max-width: 1023px) {
    .slider .carousel-cell {
      width: 33.33%;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .slider .carousel-cell {
      width: 50%; } }
  @media (max-width: 550px) {
    .slider .carousel-cell {
      width: 100%; } }

.flickity-viewport {
  overflow: visible; }

.flickity-enabled {
  padding-top: 0px; }

.h-bottom-tabs {
  background: #F4F5FA;
  padding: 85px 0 103px 0; }
  @media only screen and (max-width: 768px) {
    .h-bottom-tabs {
      display: none !important; } }
  .h-bottom-tabs .container {
    background: #ffffff;
    padding: 60px 50px; }
    .h-bottom-tabs .container .r-tabs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .h-bottom-tabs .container .r-tabs ul.r-tabs-nav {
        max-width: 18.92857rem; }
        .h-bottom-tabs .container .r-tabs ul.r-tabs-nav li {
          float: none;
          width: 100%;
          text-align: right;
          min-height: 3.42857rem;
          margin: 0.71429rem 0; }
          .h-bottom-tabs .container .r-tabs ul.r-tabs-nav li a {
            text-decoration: none;
            font-size: 1rem;
            font-weight: normal;
            display: inline-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;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            min-height: 3.42857rem;
            padding: 0.71429rem 1.42857rem;
            position: relative;
            right: -1.42857rem; }
            .h-bottom-tabs .container .r-tabs ul.r-tabs-nav li a span {
              color: #243140; }
            .h-bottom-tabs .container .r-tabs ul.r-tabs-nav li a:hover span {
              color: #4a4cfe; }
        .h-bottom-tabs .container .r-tabs ul.r-tabs-nav .r-tabs-state-active a {
          background: #4a4cfe; }
          .h-bottom-tabs .container .r-tabs ul.r-tabs-nav .r-tabs-state-active a span {
            color: #ffffff; }
          .h-bottom-tabs .container .r-tabs ul.r-tabs-nav .r-tabs-state-active a:hover span {
            color: #ffffff; }
      .h-bottom-tabs .container .r-tabs .r-tabs-panel {
        max-width: 66.14286rem;
        padding: 0 0 0 10rem;
        margin-top: 0.71429rem;
        width: 100%; }
        @media only screen and (max-width: 991px) {
          .h-bottom-tabs .container .r-tabs .r-tabs-panel {
            padding: 0 0 0 4rem; } }
        .h-bottom-tabs .container .r-tabs .r-tabs-panel h3 {
          margin-top: 0;
          font-size: 1.28571rem;
          color: #243140;
          letter-spacing: -0.1px;
          line-height: 1.71429rem;
          margin-bottom: 1.42857rem; }
        .h-bottom-tabs .container .r-tabs .r-tabs-panel p {
          font-size: 1rem;
          line-height: 1.71429rem;
          color: #243140; }
        .h-bottom-tabs .container .r-tabs .r-tabs-panel ul li {
          margin: 0.71429rem 0; }

.h-bottom-tabs-collapes {
  background: #fafafa;
  padding: 5.71429rem 0; }
  @media only screen and (max-width: 768px) {
    .h-bottom-tabs-collapes {
      display: block !important;
      padding: 0; } }
  .h-bottom-tabs-collapes .container {
    padding: 0; }
    .h-bottom-tabs-collapes .container .h-bottom-accordion-toggle {
      padding: 2rem 4rem 2rem 2.5rem;
      margin: 10px 0 0 0;
      font-size: 20px;
      background-color: #ffffff;
      color: #243140;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: 95% center;
      background-size: 28px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 490.656 490.656'%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.339,347.581L18.203,120.467c-4.16-4.16-10.923-4.16-15.083,0c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.091,2.069,4.821,3.115,7.552,3.115s5.461-1.045,7.531-3.136l234.667-234.667C491.696,131.368,491.696,124.605,487.536,120.445z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E"); }
      @media only screen and (max-width: 480px) {
        .h-bottom-tabs-collapes .container .h-bottom-accordion-toggle {
          padding: 1.5rem 4rem 1.5rem 1.5rem;
          font-size: 18px;
          background-size: 22px; } }
      .h-bottom-tabs-collapes .container .h-bottom-accordion-toggle.active {
        background-color: #4a4cfe;
        color: #ffffff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 490.523 490.523'%3E%3Cpath d='M487.411,355.047L252.744,120.38c-4.165-4.164-10.917-4.164-15.083,0L2.994,355.047c-4.093,4.237-3.976,10.99,0.262,15.083c4.134,3.993,10.687,3.993,14.821,0l227.115-227.115l227.115,227.136c4.237,4.093,10.99,3.976,15.083-0.261c3.993-4.134,3.993-10.688,0-14.821L487.411,355.047z' fill='rgb(242, 242, 242)'/%3E%3C/svg%3E"); }
    .h-bottom-tabs-collapes .container .h-bottom-accordion-content {
      display: none;
      padding: 2rem 3.5rem;
      background: #ffffff; }
      @media only screen and (max-width: 480px) {
        .h-bottom-tabs-collapes .container .h-bottom-accordion-content {
          padding: 1.5rem 2rem; } }
      .h-bottom-tabs-collapes .container .h-bottom-accordion-content h3 {
        margin-top: 0;
        font-size: 1.28571rem;
        color: #243140;
        letter-spacing: -0.1px;
        line-height: 1.71429rem;
        margin-bottom: 1.42857rem; }
      .h-bottom-tabs-collapes .container .h-bottom-accordion-content p {
        font-size: 1rem;
        line-height: 1.71429rem;
        color: #243140; }

.h-shop-by-category .colums {
  padding: 0 15px; }

.h-shop-by-category .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.h-shop-by-category .align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.h-shop-by-category .align-item-start {
  -webkit-box-align: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.h-shop-by-category .justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.h-shop-by-category .justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.h-shop-by-category .justify-content-space-between {
  justify-content: space-between; }

.h-shop-by-category .align-item-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.h-shop-by-category .slider {
  overflow: inherit;
  padding-bottom: 58px; }

.h-shop-by-category .flickity-viewport {
  overflow: visible; }

.h-shop-by-category .product-name {
  text-align: center;
  text-transform: none;
  margin: 30px 0 0;
  font-size: 21px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.18px;
  text-align: center;
  color: #243140; }

.h-shop-by-category .product-img {
  display: flex;
  background-color: #fafafa;
  align-items: center;
  justify-content: center;
  height: 210px; }

.h-shop-by-category .carousel-cell {
  /* width: 14.75%; */
  width: 100%;
  max-width: 199px;
  margin-right: 30px; }

.h-shop-by-category .slider-catoegory {
  position: relative; }

.h-shop-by-category .flickity-prev-next-button.next {
  right: 0; }

.h-shop-by-category .flickity-button {
  width: 48px;
  height: 48px;
  background: #fff;
  border: none;
  color: #333;
  border: 1px solid rgba(77, 97, 146, 0.1);
  top: 0px !important;
  transform: none !important;
  background-image: url(images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  cursor: pointer; }

.h-shop-by-category .flickity-button:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-image: url(images/right-arrow.svg); }

.h-shop-by-category .flickity-prev-next-button.previous {
  left: auto;
  right: 61px;
  background-image: url(images/left-arrow.svg); }

.h-shop-by-category .flickity-prev-next-button.previous:hover {
  background-image: url(images/left-arrow.svg); }

.h-shop-by-category .flickity-prev-next-button .flickity-button-icon {
  position: relative;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  width: 9px;
  height: 15px;
  fill: #243140;
  display: none; }

.h-shop-by-category .flickity-page-dots {
  bottom: 0px;
  text-align: left;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.h-shop-by-category .flickity-page-dots .dot {
  height: 2px;
  width: 33.33%;
  margin: 0;
  border-radius: 0;
  background: #ececec;
  opacity: 1;
  display: inline-block; }

.h-shop-by-category .flickity-page-dots .dot.is-selected {
  background: #0a122a; }

@media (max-width: 1200px) {
  .h-shop-by-category .container {
    max-width: 1140px; } }

@media (max-width: 1024px) {
  .h-shop-by-category .container {
    max-width: 960px; } }

@media (max-width: 992px) {
  .h-shop-by-category .container {
    max-width: 720px; }
  .h-shop-by-category .carousel-cell {
    width: 20%;
    margin-right: 15px; }
  .h-shop-by-category .product-img {
    height: 151px; } }

@media (max-width: 767px) {
  .h-shop-by-category .container {
    max-width: 540px; }
  .h-shop-by-category .carousel-cell {
    width: 40%;
    margin-right: 20px; }
  .h-shop-by-category .page-heading {
    font-size: 22px; }
  .h-shop-by-category .flickity-button {
    display: none; } }

.slider .slider-catoegory .card a {
  text-decoration: none; }
  .slider .slider-catoegory .card a .product-name {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.18px;
    text-align: center;
    color: #243140;
    text-decoration: none;
    text-transform: none;
    position: relative; }
    .slider .slider-catoegory .card a .product-name span {
      position: relative; }
      .slider .slider-catoegory .card a .product-name span:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #0085ff;
        height: 1px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
  .slider .slider-catoegory .card a:hover .product-name {
    color: #0085ff; }
    .slider .slider-catoegory .card a:hover .product-name span:before {
      left: 0;
      right: 0; }

#sd-image-4c211cd9-38fe-4c31-820d-e811f40d494f img,
#sd-image-b5b0b32e-23a3-4a23-92ea-7d371db2ef13 img,
#sd-image-54f1dc07-3e6b-4f97-8607-be275a217c66 img,
#sd-image-621a8d02-88ca-41bb-ae7a-04be673f72d6 img,
#sd-image-bca16ea0-4050-4c9d-96b1-3c4407acb70b img,
#sd-image-1ed3e502-45b3-4cfc-b6e7-9f1a16b3b864 img {
  width: 100% !important; }

.top-module-section {
  margin: 60px 0 0 0; }
  .top-module-section .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .top-module-section .box_right {
    width: 40%;
    padding: 15px 70px 15px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 1239px) {
      .top-module-section .box_right {
        padding: 15px 50px; } }
    @media only screen and (max-width: 991px) {
      .top-module-section .box_right {
        width: 100%;
        padding: 15px 0;
        margin-top: 15px; } }
  .top-module-section .box_left {
    width: 60%;
    background-position: center;
    background-size: cover;
    min-height: 500px; }
    @media only screen and (max-width: 991px) {
      .top-module-section .box_left {
        width: 100%;
        min-height: 472px; } }
    @media only screen and (max-width: 550px) {
      .top-module-section .box_left {
        min-height: 320px; } }
    .top-module-section .box_left img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      min-height: 500px; }
  .top-module-section .box .module-inner-hd {
    font-size: 36px;
    line-height: 120%;
    font-weight: 400;
    color: #0a122a;
    margin: 0px 0 1.2rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px; }
    @media only screen and (max-width: 550px) {
      .top-module-section .box .module-inner-hd {
        font-size: 24px;
        line-height: 120%; } }
  .top-module-section .box p {
    font-size: 1rem;
    line-height: 1.7142857143rem;
    color: #243140;
    margin-bottom: 1.6rem;
    font-weight: normal;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .top-module-section .box .top-module-btn a {
    color: #4B4CFE;
    border: 1px solid #EAEAEA;
    background: transparent;
    padding: 15px 25px;
    display: inline-block;
    margin: 5px 0 0 0;
    text-decoration: none;
    font-weight: 500; }
    @media only screen and (max-width: 550px) {
      .top-module-section .box .top-module-btn a {
        display: block;
        text-align: center; } }
    .top-module-section .box .top-module-btn a:hover {
      color: #fff;
      border: 1px solid #4B4CFE;
      background: #4B4CFE; }

.acoustics-hub-module-section {
  margin: 60px 0; }
  .acoustics-hub-module-section .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .acoustics-hub-module-section .box_right {
    width: 40%;
    padding: 15px 70px 15px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 1239px) {
      .acoustics-hub-module-section .box_right {
        padding: 15px 50px; } }
    @media only screen and (max-width: 991px) {
      .acoustics-hub-module-section .box_right {
        width: 100%;
        padding: 15px 0;
        margin-top: 15px; } }
  .acoustics-hub-module-section .box_left {
    width: 60%;
    background-position: center;
    background-size: cover;
    min-height: 500px; }
    @media only screen and (max-width: 991px) {
      .acoustics-hub-module-section .box_left {
        width: 100%;
        min-height: 472px; } }
    @media only screen and (max-width: 550px) {
      .acoustics-hub-module-section .box_left {
        min-height: 320px; } }
    .acoustics-hub-module-section .box_left img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      min-height: 500px; }
  .acoustics-hub-module-section .box .module-inner-hd {
    font-size: 36px;
    line-height: 120%;
    font-weight: 400;
    color: #0a122a;
    margin: 0px 0 1.2rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px; }
    @media only screen and (max-width: 550px) {
      .acoustics-hub-module-section .box .module-inner-hd {
        font-size: 24px;
        line-height: 120%; } }
  .acoustics-hub-module-section .box p {
    font-size: 1rem;
    line-height: 1.7142857143rem;
    color: #243140;
    margin-bottom: 1.6rem;
    font-weight: normal;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .acoustics-hub-module-section .box .acoustics-hub-module-btn a {
    color: #4B4CFE;
    border: 1px solid #EAEAEA;
    background: transparent;
    padding: 15px 25px;
    display: inline-block;
    margin: 5px 0 0 0;
    text-decoration: none;
    font-weight: 500; }
    @media only screen and (max-width: 550px) {
      .acoustics-hub-module-section .box .acoustics-hub-module-btn a {
        display: block;
        text-align: center; } }
    .acoustics-hub-module-section .box .acoustics-hub-module-btn a:hover {
      color: #fff;
      border: 1px solid #4B4CFE;
      background: #4B4CFE; }

.request-quote-module-section {
  margin: 0 0 60px 0; }
  .request-quote-module-section .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #243141; }
  .request-quote-module-section .box_left {
    width: 40%;
    padding: 15px 105px 15px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 1239px) {
      .request-quote-module-section .box_left {
        padding: 15px 50px; } }
    @media only screen and (max-width: 991px) {
      .request-quote-module-section .box_left {
        order: 2;
        width: 100%;
        padding: 20px;
        margin-top: 0; } }
  .request-quote-module-section .box_right {
    width: 60%;
    background-position: center;
    background-size: cover;
    min-height: 500px; }
    @media only screen and (max-width: 991px) {
      .request-quote-module-section .box_right {
        order: 1;
        width: 100%;
        min-height: 472px; } }
    @media only screen and (max-width: 550px) {
      .request-quote-module-section .box_right {
        min-height: 320px; } }
    .request-quote-module-section .box_right img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      min-height: 500px; }
  .request-quote-module-section .box .module-inner-hd {
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
    color: #fff;
    margin: 0px 0 1.2rem;
    line-height: 1.2;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px; }
    @media only screen and (max-width: 550px) {
      .request-quote-module-section .box .module-inner-hd {
        font-size: 24px;
        line-height: 120%; } }
  .request-quote-module-section .box p {
    font-size: 1rem;
    line-height: 1.7142857143rem;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: normal;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .request-quote-module-section .box .request-quote-module-btn a {
    color: #fff;
    border: 1px solid #4B4CFE;
    background: #4B4CFE;
    padding: 15px 35px;
    display: inline-block;
    margin: 5px 0 0 0;
    text-decoration: none;
    font-weight: 500; }
    @media only screen and (max-width: 550px) {
      .request-quote-module-section .box .request-quote-module-btn a {
        display: block;
        text-align: center; } }
    .request-quote-module-section .box .request-quote-module-btn a:hover {
      color: #4B4CFE;
      background: #fff; }

.our-services-module-section {
  margin: 0 0 60px 0; }
  .our-services-module-section .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #243141; }
  .our-services-module-section .box_right {
    width: 40%;
    padding: 15px 105px 15px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 1239px) {
      .our-services-module-section .box_right {
        padding: 15px 50px; } }
    @media only screen and (max-width: 991px) {
      .our-services-module-section .box_right {
        order: 2;
        width: 100%;
        padding: 20px;
        margin-top: 0; } }
  .our-services-module-section .box_left {
    width: 60%;
    background-position: center;
    background-size: cover;
    min-height: 600px; }
    @media only screen and (max-width: 991px) {
      .our-services-module-section .box_left {
        order: 1;
        width: 100%;
        min-height: 472px; } }
    @media only screen and (max-width: 550px) {
      .our-services-module-section .box_left {
        min-height: 320px; } }
    .our-services-module-section .box_left img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      min-height: 600px; }
  .our-services-module-section .box .module-inner-hd {
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
    color: #fff;
    margin: 0px 0 1.2rem;
    line-height: 1.2;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px; }
    @media only screen and (max-width: 550px) {
      .our-services-module-section .box .module-inner-hd {
        font-size: 24px;
        line-height: 120%; } }
  .our-services-module-section .box p {
    font-size: 1rem;
    line-height: 1.7142857143rem;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: normal;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .our-services-module-section .box .our-services-module-btn a {
    color: #fff;
    border: 1px solid #4B4CFE;
    background: #4B4CFE;
    padding: 15px 35px;
    display: inline-block;
    margin: 5px 0 0 0;
    text-decoration: none;
    font-weight: 500; }
    @media only screen and (max-width: 550px) {
      .our-services-module-section .box .our-services-module-btn a {
        display: block;
        text-align: center; } }
    .our-services-module-section .box .our-services-module-btn a:hover {
      color: #4B4CFE;
      background: #fff; }

/* you-might-like */
.h-you-might-like .you-might-like-section {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  position: relative;
  margin: 0 -1.0714285714rem;
  /*.you-might-like-box:after {
			background-position: center center;
			background-size: cover;
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
		}*/
  /*.you-might-like-box:first-child .image-details .inner {
			background-image: url('https://panelscreens.sirv.com/Panelscreen/home-page-panels/acoustic-wall-panels.jpg');
		}
		.you-might-like-box:last-child .image-details .inner {
			background-image: url('https://panelscreens.sirv.com/Panelscreen/home-page-panels/acoustic-sound-absorbing-lamps.jpg');
		}*/
  /*.text-detail .text-inner a:before {
			content: "";
			position: absolute;
			z-index: -1;
			left: 0;
			right: 100%;
			bottom: 0;
			background: #0085ff;
			height: 1px;
			transition-property: right;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}*/
  /*.you-might-like-box:hover .text-inner a:before {
			right: 0;
		}*/ }
  .h-you-might-like .you-might-like-section .you-might-like-box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    z-index: 0;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    position: relative; }
    @media only screen and (max-width: 700px) {
      .h-you-might-like .you-might-like-section .you-might-like-box {
        flex-basis: 100%;
        max-width: 100%;
        margin: 15px 0; } }
  .h-you-might-like .you-might-like-section .image-details {
    overflow: hidden; }
  .h-you-might-like .you-might-like-section .image-details .inner {
    display: flex;
    align-items: center;
    opacity: calc(100 / 100);
    background-size: contain;
    height: auto;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    transform: scale(1);
    transition: 0.3s ease-in-out; }
  .h-you-might-like .you-might-like-section .image-details .inner img {
    width: 100%;
    height: auto; }
  .h-you-might-like .you-might-like-section .text-detail .text-inner h3 {
    font-size: 21px;
    line-height: 25px;
    color: #243140;
    margin: 1.4285714286rem 0 0.7142857143rem;
    font-weight: 400; }
  .h-you-might-like .you-might-like-section .text-detail .text-inner p {
    font-size: 1.1428571429rem;
    color: #243140;
    line-height: 1.7142857143rem; }
  .h-you-might-like .you-might-like-section .text-detail .text-inner a {
    font-size: 1rem;
    color: #4a4cfe;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    padding-bottom: 0.3571428571rem;
    z-index: 1; }
  .h-you-might-like .you-might-like-section .you-might-like-box:hover .inner {
    transform: scale(1.08); }
  .h-you-might-like .you-might-like-section .you-might-like-box:hover .text-inner a {
    color: #0085ff; }

#themevale_blogs {
  margin-top: 0;
  background: #fafafa;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 60px; }
  #themevale_blogs .themevale_column {
    padding-bottom: 0;
    font-size: 0;
    margin: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 551px) {
      #themevale_blogs .themevale_column {
        margin: 0 -8px; } }
    @media (min-width: 801px) {
      #themevale_blogs .themevale_column {
        margin: 0 -15px; } }
    #themevale_blogs .themevale_column .item {
      margin-bottom: 30px;
      display: inline-block;
      font-size: 12px;
      vertical-align: top; }
      @media (min-width: 551px) {
        #themevale_blogs .themevale_column .item {
          padding: 0 8px;
          width: 33.33%; } }
      @media (min-width: 801px) {
        #themevale_blogs .themevale_column .item {
          padding: 0 15px; } }
      @media (max-width: 1250px) {
        #themevale_blogs .themevale_column .item {
          width: 50%; } }
      @media (max-width: 550px) {
        #themevale_blogs .themevale_column .item {
          width: 100%; } }
  #themevale_blogs .blog-post-figure {
    width: 100%; }
    #themevale_blogs .blog-post-figure .blog-thumbnail {
      max-width: unset;
      margin-bottom: 0px; }
      #themevale_blogs .blog-post-figure .blog-thumbnail:hover .animate-hvr:after {
        height: 100%; }
  #themevale_blogs .blog-post-body {
    width: 100%;
    white-space: normal;
    margin-top: 0;
    background: transparent;
    padding-left: 0;
    padding-right: 0; }
    #themevale_blogs .blog-post-body .blog-title {
      font-size: 22px;
      line-height: 1.2;
      font-weight: 400;
      margin-bottom: 15px;
      margin: 0 0 12px 0; }
      #themevale_blogs .blog-post-body .blog-title > a {
        color: #0a122a; }
    #themevale_blogs .blog-post-body .blog-header {
      padding-top: 25px;
      text-align: left; }
    #themevale_blogs .blog-post-body .blog-header-date {
      margin-top: 10px; }
    #themevale_blogs .blog-post-body .blog-date {
      color: #0a122a;
      font-size: 12px;
      font-style: italic;
      text-align: left; }
    #themevale_blogs .blog-post-body .blog-post {
      text-align: left; }
  #themevale_blogs .recent-post {
    margin-bottom: 0; }
    #themevale_blogs .recent-post .button {
      min-width: unset;
      margin-top: 15px;
      background: unset;
      color: #4a4cfe;
      padding: 0;
      height: unset;
      margin-bottom: 30px;
      transition: all .3s linear; }
      #themevale_blogs .recent-post .button:hover {
        color: #0085ff;
        transition: all .3s linear; }
    #themevale_blogs .recent-post:hover .blog-title > a {
      color: #4a4cfe; }
  #themevale_blogs .animate-hvr {
    display: block;
    overflow: hidden; }
    #themevale_blogs .animate-hvr img {
      transform: scale(1);
      transition: .3s ease-in-out; }
    #themevale_blogs .animate-hvr:hover img {
      transform: scale(1.08);
      transition: .3s ease-in-out; }
  #themevale_blogs .view-all {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 0px 0 50px;
    font-weight: 500;
    font-size: 16px; }

.productCarouselWrapper {
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 767px) {
    .productCarouselWrapper {
      margin: 0 0 30px 0; } }
  .productCarouselWrapper.best-selling .card .card-figure, .productCarouselWrapper.new-products .card .card-figure {
    background-color: #FAFAFA; }

.type-default .productCarousel {
  position: relative; }

.type-default .productCarousel .slick-arrow {
  width: 3.4285714286rem;
  height: 3.4285714286rem;
  background: #ffffff;
  border: none;
  color: #333;
  border: 1px solid rgba(77, 97, 146, 0.1);
  transform: none !important;
  background-image: url(../img/dh-custom/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 19.5px center;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  cursor: pointer;
  top: -4.7rem; }
  @media only screen and (max-width: 550px) {
    .type-default .productCarousel .slick-arrow {
      width: 2.8rem;
      height: 2.8rem;
      top: -3.9rem;
      background-position: 15px center; } }
  .type-default .productCarousel .slick-arrow:hover {
    background-color: #0085ff;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto;
    background-image: url(../img/dh-custom/right-arrow-h.svg); }

.type-default .productCarousel .slick-arrow.slick-prev {
  left: auto;
  right: 4.75rem;
  background-image: url(../img/dh-custom/left-arrow.svg);
  background-position: 16px center; }
  @media only screen and (max-width: 550px) {
    .type-default .productCarousel .slick-arrow.slick-prev {
      right: 4.5rem;
      background-position: 12px center; } }
  .type-default .productCarousel .slick-arrow.slick-prev:hover {
    background-image: url(../img/dh-custom/left-arrow-h.svg);
    background-position: 16px center; }
    @media only screen and (max-width: 550px) {
      .type-default .productCarousel .slick-arrow.slick-prev:hover {
        right: 4.5rem;
        background-position: 12px center; } }

.type-default .productCarousel .slick-arrow.slick-next {
  right: 8px;
  background-position: 19.5px center; }
  @media only screen and (max-width: 550px) {
    .type-default .productCarousel .slick-arrow.slick-next {
      right: 10px;
      background-position: 15px center; } }

.type-default .productCarousel .slick-arrow.slick-next:before,
.type-default .productCarousel .slick-arrow.slick-prev:before {
  display: none; }

.HomeBrandsSlider {
  padding: 0;
  margin: 0 0 60px 0;
  position: relative; }
  .HomeBrandsSlider .BrandsSlider__carousel {
    font-size: 0;
    max-height: 350px; }
    .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item {
      padding: 0 15px;
      font-size: 14px;
      width: 20%;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item a {
        display: block;
        position: relative;
        text-decoration: none; }
        .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item a img {
          border: 0;
          max-height: 100%;
          width: 100%;
          object-fit: contain;
          font-family: 'object-fit: contain;';
          vertical-align: middle;
          transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px transparent;
          transition-duration: .3s;
          transition-property: transform;
          transition-timing-function: ease-out; }
        .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%; }
      .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item .buttonLink {
        min-width: 14px;
        line-height: 22px;
        display: block;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px;
        color: #243140;
        font-family: inherit;
        font-weight: 400;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: left;
        cursor: pointer;
        font-size: 14px; }
      .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item:hover .buttonLink {
        color: #0085ff; }
      .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item:hover img {
        transform: translateY(-8px); }
      .HomeBrandsSlider .BrandsSlider__carousel .BrandsSlider__item:hover .buttonLink {
        color: #0085ff; }
  .HomeBrandsSlider .slick-arrow {
    width: 3.4285714286rem;
    height: 3.4285714286rem;
    background: #ffffff;
    border: none;
    color: #333;
    border: 1px solid rgba(77, 97, 146, 0.1);
    transform: none !important;
    background-image: url(../img/dh-custom/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 19.5px center;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    top: -4.7rem; }
    @media only screen and (max-width: 550px) {
      .HomeBrandsSlider .slick-arrow {
        width: 2.8rem;
        height: 2.8rem;
        top: -3.9rem;
        background-position: 15px center; } }
    .HomeBrandsSlider .slick-arrow:hover {
      background-color: #0085ff;
      background-repeat: no-repeat;
      background-position: 19.5px center;
      background-size: auto;
      background-image: url(../img/dh-custom/right-arrow-h.svg); }
      @media only screen and (max-width: 550px) {
        .HomeBrandsSlider .slick-arrow:hover {
          background-position: 15px center; } }
  .HomeBrandsSlider .slick-arrow.slick-prev {
    left: auto;
    right: 4.75rem;
    background-image: url(../img/dh-custom/left-arrow.svg);
    background-position: 16px center; }
    @media only screen and (max-width: 550px) {
      .HomeBrandsSlider .slick-arrow.slick-prev {
        right: 4.5rem;
        background-position: 12px center; } }
    .HomeBrandsSlider .slick-arrow.slick-prev:hover {
      background-image: url(../img/dh-custom/left-arrow-h.svg);
      background-position: 16px center; }
      @media only screen and (max-width: 550px) {
        .HomeBrandsSlider .slick-arrow.slick-prev:hover {
          background-position: 12px center; } }
  .HomeBrandsSlider .slick-arrow.slick-next {
    right: 8px;
    background-position: 19.5px center; }
    @media only screen and (max-width: 550px) {
      .HomeBrandsSlider .slick-arrow.slick-next {
        right: 10px;
        background-position: 15px center; } }
  .HomeBrandsSlider .slick-arrow.slick-next:before,
  .HomeBrandsSlider .slick-arrow.slick-prev:before {
    display: none; }

/* Home Reviews Spacing Adjustment 23-05-2022 */
.yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .carousel-stars {
  margin-right: 14px; }

.yotpo.yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
  margin-bottom: 12px; }

.yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
  margin-bottom: 12px; }

.yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  margin-left: 0; }

.yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
  margin-top: 11px; }

.yotpo.yotpo-reviews-carousel .carousel-read-more {
  margin-top: 13px; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .y-carousel-product-image {
  margin-bottom: 18px; }

.home-free-shipping {
  background-color: #F4F5FA;
  padding: 85px 0;
  margin: 60px 0 0; }
  @media only screen and (max-width: 800px) {
    .home-free-shipping {
      padding: 40px 0; } }
  .home-free-shipping .free-shipping-inner ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 96px;
    list-style: none;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .home-free-shipping .free-shipping-inner ul {
        gap: 40px; } }
    @media only screen and (max-width: 800px) {
      .home-free-shipping .free-shipping-inner ul {
        flex-wrap: wrap; } }
    .home-free-shipping .free-shipping-inner ul li {
      width: 33.333%; }
      @media only screen and (max-width: 800px) {
        .home-free-shipping .free-shipping-inner ul li {
          width: 45%; } }
      @media only screen and (max-width: 550px) {
        .home-free-shipping .free-shipping-inner ul li {
          width: 100%; } }
      .home-free-shipping .free-shipping-inner ul li a,
      .home-free-shipping .free-shipping-inner ul li .linkable {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        text-decoration: none; }
        @media only screen and (max-width: 800px) {
          .home-free-shipping .free-shipping-inner ul li a,
          .home-free-shipping .free-shipping-inner ul li .linkable {
            gap: 8px; } }
      .home-free-shipping .free-shipping-inner ul li .text {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        line-height: 24px; }
        .home-free-shipping .free-shipping-inner ul li .text span {
          display: block;
          color: #243140;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          margin: 0 0 15px 0; }
          @media only screen and (max-width: 800px) {
            .home-free-shipping .free-shipping-inner ul li .text span {
              margin: 0 0 0 0; } }

.heroCarousel.slick-initialized {
  /*@media only screen and (max-width:1599px) {
    //max-height: remCalc(586px);
  }*/ }

@media only screen and (max-width: 800px) {
  .heroCarousel.slick-initialized {
    max-height: 100%; } }

.heroCarousel-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .heroCarousel-slide {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-slide .heroCarousel-image {
      height: auto; } }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    text-align: left;
    width: 50%;
    object-fit: cover;
    max-height: 42.85714rem;
    /*@media only screen and (max-width:1599px) {
      max-height: remCalc(600px);
    }*/ }
    @media only screen and (max-width: 767px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        width: 100%;
        height: 100%; } }
    .heroCarousel-slide .heroCarousel-image-wrapper img {
      object-fit: cover; }
  .heroCarousel-slide .heroCarousel-content {
    width: 50%;
    background: #243140;
    position: relative;
    transform: none;
    top: 0;
    text-align: left;
    padding: 0 0 11.571rem 9.214rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: column;
    /*@media only screen and (max-width:1599px) {
      padding: 0 0 remCalc(50px) remCalc(129px);
    }*/ }
    @media screen and (min-width: 1440px) {
      .heroCarousel-slide .heroCarousel-content {
        padding: 0 0 3.47222vw 8.95833vw; } }
    @media screen and (max-width: 1024px) {
      .heroCarousel-slide .heroCarousel-content {
        padding: 0 5.5rem 3.57143rem 2rem; } }
    @media only screen and (max-width: 767px) {
      .heroCarousel-slide .heroCarousel-content {
        width: 100%;
        padding: 2rem 1rem 2.5rem;
        text-align: center;
        min-height: 13.42857rem; } }

.heroCarousel {
  margin-bottom: 0px;
  margin-top: 0px; }

.heroCarousel-title {
  color: #ffffff;
  letter-spacing: -0.38px;
  display: block;
  /*font-size: remCalc(55px);
  line-height: remCalc(60px);
  max-width: remCalc(510px);*/
  margin: 0;
  max-width: 30rem;
  font-size: 3.14286rem;
  line-height: 3.42857rem;
  /*@media only screen and (max-width:1599px) {
    max-width: remCalc(420px);
    font-size: remCalc(44px);
    line-height: remCalc(48px);
  }*/ }
  @media screen and (min-width: 1440px) {
    .heroCarousel-title {
      line-height: 3.33333vw;
      max-width: 29.16667vw;
      font-size: 3.05556vw; } }
  @media only screen and (max-width: 900px) {
    .heroCarousel-title {
      font-size: 2.3rem;
      line-height: 3rem;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-title {
      margin: 0 auto;
      text-align: center; } }

.heroCarousel-description {
  /*font-size: remCalc(20px);
  line-height: remCalc(30px);
  max-width: remCalc(460px);
  margin-top: remCalc(30px);*/
  letter-spacing: 0.25px;
  color: #ffffff;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  max-width: 26.42857rem;
  margin-top: 1.42857rem;
  /*@media only screen and (max-width:1599px) {
    max-width: remCalc(370px);
    font-size: remCalc(16px);
    line-height: remCalc(24px);
    margin-top: remCalc(20px);
  }*/ }
  @media screen and (min-width: 1440px) {
    .heroCarousel-description {
      font-size: 1.11111vw;
      line-height: 1.66667vw;
      max-width: 25.69444vw;
      margin-top: 1.38889vw; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-description {
      margin: 1.4285714286rem auto 1.4285714286rem; } }

.heroCarousel-action {
  height: 5.07143rem;
  padding: 1.71429rem 1.57143rem;
  background: #4a4cfe;
  border: 0;
  min-width: 19.42857rem;
  text-align: center;
  font-size: 1.21429rem;
  font-weight: 500;
  border-radius: 2.5px;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*@media screen and (min-width: 1440px) {
    height: get-vw(142px);
    padding: get-vw(48px) get-vw(44px);
    min-width: get-vw(544px);
    font-size: get-vw(34px);
  }*/ }
  @media only screen and (max-width: 1599px) {
    .heroCarousel-action {
      height: 4rem;
      min-width: 15.42857rem;
      font-size: 1rem;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; } }

.heroCarousel-action.button.button--primary {
  margin-top: 0.71429rem;
  /*min-height: remCalc(71px);*/
  min-height: 4rem;
  font-size: 1.14286rem;
  padding: 0.71429rem 1.78571rem;
  /*@media only screen and (max-width:1599px) {
      min-height: remCalc(56px);
    }*/ }
  @media screen and (min-width: 1440px) {
    .heroCarousel-action.button.button--primary {
      padding: 0.69444vw 1.73611vw;
      min-height: 3.88889vw;
      margin-top: 0.69444vw;
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-action.button.button--primary {
      margin: 0 auto; } }
  .heroCarousel-action.button.button--primary:before {
    background: #0085ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .heroCarousel-action.button.button--primary:hover {
    background: #4a4cfe; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  height: 3.42857rem;
  width: 3.42857rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0px; }
  @media only screen and (max-width: 767px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      top: 30%;
      transform: translateY(-70%); } }
  .heroCarousel .slick-next:hover,
  .heroCarousel .slick-prev:hover {
    background: #0085ff; }
  .heroCarousel .slick-next:before,
  .heroCarousel .slick-prev:before {
    width: 0.64286rem;
    height: 1.07143rem;
    margin: 0 auto; }

.heroCarousel .slick-prev:before {
  background-image: url(../img/dh-custom/left-arrow.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  height: 100%; }

.heroCarousel .slick-prev:hover:before {
  background: url(../img/dh-custom/left-arrow-h.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  height: 100%; }

.heroCarousel .slick-next:before {
  background: url(../img/dh-custom/right-arrow.svg) no-repeat;
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  height: 100%; }

.heroCarousel .slick-next:hover:before {
  background: url(../img/dh-custom/right-arrow-h.svg);
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  height: 100%; }

.heroCarousel .slick-next:before, .heroCarousel .slick-next:after,
.heroCarousel .slick-prev:before,
.heroCarousel .slick-prev:after {
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  height: 100%; }

.clear {
  clear: both; }

.type-category .cat-w-panel {
  background: #ffffff; }
  .type-category .cat-w-panel h1.page-heading {
    margin: 0 0 24px 0;
    padding: 60px 0 0;
    font-size: 36px;
    line-height: 48px;
    text-align: left; }
    @media only screen and (max-width: 550px) {
      .type-category .cat-w-panel h1.page-heading {
        font-size: 24px;
        line-height: 30px; } }

.page-inner-gray {
  background: #fafafa;
  padding-top: 60px;
  width: 100vw;
  margin-left: calc(-50vw + 50%); }
  .page-inner-gray:after, .page-inner-gray:before {
    content: "";
    clear: both;
    display: table; }

#ShortDescriptionOuter .catShortDescription {
  padding: 0 0 20px;
  text-align: center;
  width: 100%;
  max-width: 1150px;
  margin: 0;
  text-align: left; }
  #ShortDescriptionOuter .catShortDescription p {
    margin: 0 0 15px 0; }
    #ShortDescriptionOuter .catShortDescription p:last-child {
      margin: 0; }

.category-discription {
  max-width: 100%;
  text-align: left;
  margin: 0;
  background: #fff;
  padding: 68px 10px;
  z-index: 2;
  position: relative; }
  .category-discription:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50vw, -50%);
    -ms-transform: translate(50vw, -50%);
    transform: translate(50vw, -50%);
    display: block;
    width: 100vw;
    height: 100%;
    background-color: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  .category-discription p {
    font-size: 14px;
    line-height: 18px;
    color: #243140;
    letter-spacing: -0.2px;
    font-weight: normal; }
    .category-discription p:last-child {
      margin-bottom: 0; }
    .category-discription p a {
      color: #4a4cfe;
      text-decoration: none; }
      .category-discription p a:hover {
        color: #0085ff; }
  .category-discription .category-desc-inner {
    max-width: 1116px;
    width: 100%;
    margin: 0 auto; }
    .category-discription .category-desc-inner h3 {
      font-size: 32px;
      line-height: 48px;
      font-weight: 400;
      color: #243140;
      letter-spacing: -0.6px;
      text-align: left;
      margin: 11px 0 20px 0; }
      @media only screen and (max-width: 800px) {
        .category-discription .category-desc-inner h3 {
          font-size: 24px;
          line-height: normal; } }
    .category-discription .category-desc-inner p {
      font-size: 14px;
      line-height: 18px;
      color: #000;
      letter-spacing: -0.2px;
      font-weight: normal;
      margin-bottom: 21px; }
      .category-discription .category-desc-inner p:last-child {
        margin-bottom: 0; }
      .category-discription .category-desc-inner p a {
        color: #000;
        text-decoration: underline; }
        .category-discription .category-desc-inner p a:hover {
          color: #000;
          text-decoration: none; }
    .category-discription .category-desc-inner ul {
      list-style: none;
      margin: 0 0 21px 0; }
      .category-discription .category-desc-inner ul.double-column-list li {
        width: 38%;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 800px) {
          .category-discription .category-desc-inner ul.double-column-list li {
            width: 49%; } }
        @media only screen and (max-width: 550px) {
          .category-discription .category-desc-inner ul.double-column-list li {
            width: 100%;
            display: block; } }
      .category-discription .category-desc-inner ul li {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        font-weight: normal;
        padding: 0 25px;
        position: relative; }
        .category-discription .category-desc-inner ul li:before {
          content: "";
          width: 5px;
          height: 5px;
          background-color: #000;
          border-radius: 100%;
          position: absolute;
          left: 7px;
          top: 8px; }
        .category-discription .category-desc-inner ul li a {
          color: #000;
          text-decoration: underline; }
          .category-discription .category-desc-inner ul li a:hover {
            color: #000;
            text-decoration: none; }
    .category-discription .category-desc-inner div.double-ul-list {
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px; }
      @media only screen and (max-width: 550px) {
        .category-discription .category-desc-inner div.double-ul-list {
          padding: 0;
          flex-wrap: wrap;
          gap: 0; } }
      .category-discription .category-desc-inner div.double-ul-list ul {
        margin: 0; }
        @media only screen and (min-width: 551px) {
          .category-discription .category-desc-inner div.double-ul-list ul:first-child {
            width: 50%; } }
        @media only screen and (min-width: 801px) {
          .category-discription .category-desc-inner div.double-ul-list ul:first-child {
            width: 34%; } }

.sub-category-wrap {
  margin: 5rem auto 0;
  position: relative; }
  .sub-category-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px; }
    .sub-category-wrap ul li {
      padding: 0px 15px 15px;
      width: 16.667%; }
      @media only screen and (max-width: 1023px) {
        .sub-category-wrap ul li {
          width: 25%; } }
      @media only screen and (max-width: 800px) {
        .sub-category-wrap ul li {
          width: 33.333%; } }
      @media only screen and (max-width: 550px) {
        .sub-category-wrap ul li {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        .sub-category-wrap ul li {
          width: 100%; } }
      .sub-category-wrap ul li a {
        text-decoration: none; }
        .sub-category-wrap ul li a:hover {
          color: #0085ff; }
          .sub-category-wrap ul li a:hover .sub-category-link {
            color: #0085ff;
            text-decoration: underline; }
        .sub-category-wrap ul li a .sub-category-img-block {
          margin: 0 auto;
          text-align: center; }
        .sub-category-wrap ul li a .sub-category-link {
          margin: 20px 0 0 0;
          font-size: 14px;
          line-height: 22px;
          font-weight: 500;
          text-transform: none;
          color: #243140;
          text-align: center;
          text-decoration: none;
          letter-spacing: 0; }
  .sub-category-wrap .slick-arrow {
    width: 3.4285714286rem;
    height: 3.4285714286rem;
    background: #ffffff;
    border: none;
    color: #333;
    border: 1px solid rgba(77, 97, 146, 0.1);
    transform: none !important;
    background-image: url(../img/dh-custom/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    top: -3.7rem; }
    @media only screen and (max-width: 767px) {
      .sub-category-wrap .slick-arrow {
        width: 2.8rem;
        height: 2.8rem; } }
    @media only screen and (max-width: 550px) {
      .sub-category-wrap .slick-arrow {
        top: -3.9rem; } }
    .sub-category-wrap .slick-arrow:hover {
      background-color: #0085ff;
      background-repeat: no-repeat;
      background-position: 19.5px center;
      background-size: auto;
      background-image: url(../img/dh-custom/right-arrow-h.svg); }
  .sub-category-wrap .slick-arrow.slick-prev {
    left: auto;
    right: 4.75rem;
    background-image: url(../img/dh-custom/left-arrow.svg);
    background-position: 16px center; }
    @media only screen and (max-width: 767px) {
      .sub-category-wrap .slick-arrow.slick-prev {
        right: 4.5rem;
        background-position: 12px center; } }
    .sub-category-wrap .slick-arrow.slick-prev:hover {
      background-image: url(../img/dh-custom/left-arrow-h.svg); }
  .sub-category-wrap .slick-arrow.slick-next {
    right: 8px;
    background-position: 19.5px center; }
    @media only screen and (max-width: 767px) {
      .sub-category-wrap .slick-arrow.slick-next {
        right: 10px;
        background-position: 15px center; } }
  .sub-category-wrap .slick-arrow.slick-next:before,
  .sub-category-wrap .slick-arrow.slick-prev:before {
    display: none; }

.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
  border: 0; }

.page .page-sidebar {
  /*@media only screen and (max-width:1023px) {
        width: 100%;
        left: -350px;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }*/ }
  @media only screen and (max-width: 1023px) {
    .page .page-sidebar {
      width: 100%;
      left: -350px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease; } }

@media only screen and (max-width: 1023px) {
  .page.filter-active .page-sidebar {
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease; } }

@media only screen and (max-width: 1023px) {
  .page.filter-active .page-sidebar div#facetedSearch,
  .page.filter-active .page-sidebar nav {
    width: 315px;
    background-color: #fff;
    height: 100%;
    background: #fff; } }

.page.filter-active .page-sidebar div#facetedSearch .aside-inner,
.page.filter-active .page-sidebar nav .aside-inner {
  position: relative; }
  .page.filter-active .page-sidebar div#facetedSearch .aside-inner .cat-filter-Closebtn,
  .page.filter-active .page-sidebar nav .aside-inner .cat-filter-Closebtn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
    background: #4A4CFE;
    width: 32px;
    color: #fff;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 2rem;
    font-size: 20px;
    text-decoration: none;
    top: 5px; }
    .page.filter-active .page-sidebar div#facetedSearch .aside-inner .cat-filter-Closebtn svg,
    .page.filter-active .page-sidebar nav .aside-inner .cat-filter-Closebtn svg {
      width: 20px;
      height: 20px;
      fill: #fff; }

.page-sidebar {
  width: 315px;
  background: #ffffff;
  border: solid 1px #eeeff1;
  padding: 0px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      position: absolute;
      left: -325px;
      z-index: 999;
      top: 0;
      height: 100%; } }
  .page-sidebar .sidebarBlock-heading {
    margin: 0px;
    background: #243140;
    padding: 21px 31px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600; }
  .page-sidebar .navList {
    padding: 20px 31px; }
    .page-sidebar .navList .navList-item {
      margin: 5px 0; }
    .page-sidebar .navList .navList-action {
      font-size: 14px;
      color: #243140;
      font-weight: normal;
      letter-spacing: 0.5px; }
      .page-sidebar .navList .navList-action:hover {
        color: #0085ff; }

.page-sidebar + .page-content {
  width: calc(100% - 315px);
  padding-left: 30px; }
  @media only screen and (max-width: 1023px) {
    .page-sidebar + .page-content {
      width: 100%;
      padding-left: .75rem; } }

.actionBar {
  margin: 0px; }

.category-top-panel {
  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;
  margin-bottom: 33px; }
  @media only screen and (max-width: 680px) {
    .category-top-panel {
      flex-wrap: wrap; } }
  .category-top-panel .cat-filter-mobile-icon {
    display: none;
    width: 110px;
    margin-right: 30px; }
    @media only screen and (max-width: 1023px) {
      .category-top-panel .cat-filter-mobile-icon {
        display: block !important; } }
    @media only screen and (max-width: 680px) {
      .category-top-panel .cat-filter-mobile-icon {
        order: 1;
        margin-right: 15px; } }
    .category-top-panel .cat-filter-mobile-icon .cat-filter-btn {
      display: flex;
      justify-content: center;
      align-content: center;
      background: #fff;
      height: 56px;
      line-height: 56px;
      border-radius: 2rem;
      box-shadow: 0 2px 6px 2px rgba(107, 111, 129, 0.08);
      font-size: 1rem;
      color: #243140;
      text-decoration: none;
      text-transform: capitalize; }
      .category-top-panel .cat-filter-mobile-icon .cat-filter-btn span {
        margin: 0 5px; }
      .category-top-panel .cat-filter-mobile-icon .cat-filter-btn svg {
        width: 19px;
        height: 56px; }
  .category-top-panel .pagination-count {
    background: #ffffff;
    height: 56px;
    padding: 0 20px;
    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;
    width: calc(100% - 346px);
    font-size: 14px;
    color: #243140; }
    @media only screen and (max-width: 680px) {
      .category-top-panel .pagination-count {
        width: 100%;
        order: 3;
        margin-top: 15px; } }
    .category-top-panel .pagination-count strong {
      font-weight: 600;
      display: inline-block;
      padding-right: 10px; }
  .category-top-panel .actionBar {
    width: 316px;
    margin-left: 30px; }
    @media only screen and (max-width: 680px) {
      .category-top-panel .actionBar {
        width: calc(100% - 125px);
        order: 2;
        margin-left: 0; } }
    @media only screen and (max-width: 400px) {
      .category-top-panel .actionBar {
        width: 100%;
        margin-top: 15px; } }
    .category-top-panel .actionBar .form-field {
      margin: 0px;
      padding: 0px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0px;
      position: relative;
      /*&:after {
        content: "";
        position: absolute;
        right:0;
        top:0;
        height: 58px;
        width: 58px;
        background: $primary-color;
        pointer-events: none;
      }*/ }
    .category-top-panel .actionBar .actionBar-section {
      float: none;
      /*.form-select {
        width: 100%;
        @include border-radius(0);
        height: 58px;
        padding: 10px 58px 10px 24px;
        font-size: 14px;
        color: $gunmetal-2;
        letter-spacing: 0.5px;
        max-width: 100%;
        background: url(../img/dh-custom/drop-down-blue-arrow.svg) no-repeat right 25px center;
        background-size: 58px 58px;
		opacity: 0.7;
      }*/ }
      .category-top-panel .actionBar .actionBar-section .form-select {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 58px;
        padding: 10px 58px 10px 24px;
        font-size: 14px;
        color: #243140;
        letter-spacing: 0.5px;
        max-width: 100%;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 57.993 57.993'%3E%3Cpath d='M58.849,58.456c-20.057,0-39.863,0-59.706,0 c0-19.615,0-39.229,0-58.917c19.888,0,39.812,0,59.706,0C58.849,19.131,58.849,38.794,58.849,58.456z' fill='rgb(74, 76, 254)'/%3E%3Cpath d='M36.027,23.829c-0.256-0.256-0.672-0.256-0.929,0l-6.102,6.102l-6.103-6.102 c-0.256-0.256-0.672-0.256-0.929,0c-0.256,0.256-0.256,0.672,0,0.928l6.567,6.567c0.123,0.123,0.29,0.191,0.464,0.191 c0.175,0,0.341-0.068,0.464-0.191l6.566-6.567C36.284,24.501,36.284,24.085,36.027,23.829z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E");
        background-size: 58px 58px;
        background-repeat: no-repeat;
        background-position: right center; }
        .category-top-panel .actionBar .actionBar-section .form-select:hover {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 57.993 57.993'%3E%3Cpath d='M58.849,58.456c-20.057,0-39.863,0-59.706,0 c0-19.615,0-39.229,0-58.917c19.888,0,39.812,0,59.706,0C58.849,19.131,58.849,38.794,58.849,58.456z' fill='rgb(0, 133, 255)'/%3E%3Cpath d='M36.027,23.829c-0.256-0.256-0.672-0.256-0.929,0l-6.102,6.102l-6.103-6.102 c-0.256-0.256-0.672-0.256-0.929,0c-0.256,0.256-0.256,0.672,0,0.928l6.567,6.567c0.123,0.123,0.29,0.191,0.464,0.191 c0.175,0,0.341-0.068,0.464-0.191l6.566-6.567C36.284,24.501,36.284,24.085,36.027,23.829z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E"); }
      .category-top-panel .actionBar .actionBar-section .form-label {
        display: none; }

.no-product-txt {
  margin: 0 0 20px 0; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #edeef4;
  margin-top: 0px;
  padding-top: 0px; }

.page-sidebar .facetedSearch-refineFilters {
  padding: 20px 31px; }
  .page-sidebar .facetedSearch-refineFilters .sidebarBlock-heading {
    font-size: 14px;
    color: #243140;
    padding: 0px;
    background: none;
    font-weight: 600; }

.accordion--navList .accordion-title {
  font-size: 14px;
  color: #243140;
  padding: 0px;
  font-weight: 600; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0px; }
  .facetedSearch-toggle + .facetedSearch-navList .accordion-block, .sidebarBlock + .facetedSearch-navList .accordion-block {
    padding: 20px 31px;
    border-top: 1px solid #edeef4;
    margin: 0px; }
    .facetedSearch-toggle + .facetedSearch-navList .accordion-block .form-inlineMessage, .sidebarBlock + .facetedSearch-navList .accordion-block .form-inlineMessage {
      font-size: 12px; }
    .facetedSearch-toggle + .facetedSearch-navList .accordion-block .navList, .sidebarBlock + .facetedSearch-navList .accordion-block .navList {
      padding: 0px; }
      .facetedSearch-toggle + .facetedSearch-navList .accordion-block .navList .navList-action, .sidebarBlock + .facetedSearch-navList .accordion-block .navList .navList-action {
        font-size: 12px; }

.navList-action--checkbox:before {
  margin-top: 0px;
  top: 4px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #e4e5ec; }

.navList-action--checkbox:after {
  background: url(../img/dh-custom/filter-check.png) no-repeat center #4a4cfe;
  border: 1px solid #4a4cfe;
  top: 4px;
  margin-top: 0px;
  width: 16px;
  height: 16px; }

.facetedSearch-clearLink {
  color: #4a4cfe;
  font-size: 12px;
  text-decoration: none; }
  .facetedSearch-clearLink:hover {
    color: #0085ff; }

.accordion--navList .accordion-indicator {
  fill: #243140;
  width: 20px;
  height: 17px; }

.form-minMaxRow .form-field .form-input {
  height: 36px;
  border: solid 1px rgba(107, 111, 129, 0.26);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  font-size: 12px;
  color: rgba(36, 49, 65, 0.6); }

.form-minMaxRow .form-field .button {
  height: 36px;
  background: #4a4cfe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  border: 0px; }
  .form-minMaxRow .form-field .button:hover {
    background: #0085ff; }

.inlineList--labels {
  margin-top: 15px;
  margin-bottom: 10px; }
  .inlineList--labels li {
    float: none;
    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; }
    .inlineList--labels li .facetLabel {
      background: none;
      padding: 0px;
      font-size: 12px;
      color: #243140; }
      .inlineList--labels li .facetLabel .icon {
        background: #4a4cfe;
        fill: #ffffff;
        height: 16px;
        width: 16px;
        padding: 2px;
        stroke: #ffffff;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        margin-right: 5px; }

.reset-all-btn {
  font-size: 12px;
  text-decoration: none;
  color: #4a4cfe;
  font-weight: 500;
  border: solid 1px rgba(107, 111, 129, 0.26);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  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;
  height: 36px;
  width: 88px;
  margin-bottom: 15px; }
  .reset-all-btn:hover {
    background: #4a4cfe;
    border-color: #4a4cfe;
    color: #ffffff; }

.facetLabel {
  background: none;
  padding: 0px;
  font-size: 12px;
  color: #243140; }

.accordion {
  margin-bottom: 0px; }

@media only screen and (min-width: 1239px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; } }

@media only screen and (max-width: 800px) {
  .type-category .facetedSearch-toggle-text {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left; }
  .facetedSearch-toggle-indicator {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    font-weight: 700;
    padding: 0;
    text-align: left; } }

/* Pagination style */
.pagination-list {
  margin-bottom: 3.5rem; }
  .pagination-list li.pagination-item {
    display: inline-block;
    vertical-align: top; }
    .pagination-list li.pagination-item a,
    .pagination-list li.pagination-item button {
      border-radius: 50%;
      color: #757575;
      font-size: 1em;
      font-weight: 400;
      line-height: 41px;
      width: 50px;
      height: 50px;
      border: 1px solid #f0f0f0; }
      .pagination-list li.pagination-item a:hover,
      .pagination-list li.pagination-item button:hover {
        background: #0885FE;
        border: 1px solid #0885FE;
        color: #fff; }
    .pagination-list li.pagination-item.pagination-item--next, .pagination-list li.pagination-item.pagination-item--previous {
      float: none; }
      .pagination-list li.pagination-item.pagination-item--next svg, .pagination-list li.pagination-item.pagination-item--previous svg {
        fill: #333; }
      .pagination-list li.pagination-item.pagination-item--next > a:hover, .pagination-list li.pagination-item.pagination-item--previous > a:hover {
        color: #fff; }
        .pagination-list li.pagination-item.pagination-item--next > a:hover .icon > svg, .pagination-list li.pagination-item.pagination-item--previous > a:hover .icon > svg {
          fill: #fff; }
      .pagination-list li.pagination-item.pagination-item--next .icon, .pagination-list li.pagination-item.pagination-item--previous .icon {
        margin: 0; }
      .pagination-list li.pagination-item.pagination-item--next .pagination-link, .pagination-list li.pagination-item.pagination-item--previous .pagination-link {
        font-size: 0; }
    .pagination-list li.pagination-item.pagination-item--current {
      border-color: transparent; }
      .pagination-list li.pagination-item.pagination-item--current .pagination-link {
        background: #4B4CFE;
        border: 1px solid #4B4CFE;
        color: #fff; }

.brandGrid .brand {
  width: 20%; }
  @media only screen and (max-width: 991px) {
    .brandGrid .brand {
      width: 25%; } }
  @media only screen and (max-width: 767px) {
    .brandGrid .brand {
      width: 33.333%; } }
  @media only screen and (max-width: 551px) {
    .brandGrid .brand {
      width: 50%; } }
  @media only screen and (max-width: 360px) {
    .brandGrid .brand {
      width: 100%; } }
  .brandGrid .brand .card-img-container {
    max-width: 100%; }
    .brandGrid .brand .card-img-container:after {
      padding-bottom: 100%; }
  .brandGrid .brand .card-title > a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500; }

.page-content .no-products {
  margin-top: 20px; }

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: none;
  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-outer,
.fancybox-inner,
.fancybox-bg,
.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: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .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;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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: transparent;
  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-swipe .fancybox-content,
.fancybox-can-pan .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: transparent;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.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; }

/* Buttons */
.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 .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit 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; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .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; }

/* Navigation arrows */
.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); }

/* Caption */
.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; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.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); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.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); }

/* transitionEffect: rotate */
.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(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.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); }

/* transitionEffect: tube */
.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); }

/* Styling for Small-Screen Devices */
@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; } }

/* Share */
.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 .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.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: rgba(0, 0, 0, 0);
  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: none;
  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: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@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); } }

.yotpo.bottomLine .yotpo-bottomline .yotpo-stars,
.yotpo.bottomline .yotpo-bottomline .yotpo-stars,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
  margin-right: 10px !important; }

.yotpo.yotpo-main-widget {
  padding: 0 0 40px 0; }

@media only screen and (min-width: 1023px) {
  .productView {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    margin-top: 50px; } }

.productView .productView-images {
  display: none; }
  @media only screen and (min-width: 1023px) {
    .productView .productView-images {
      width: calc(100% - 50%);
      padding-right: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      position: sticky;
      align-self: flex-start;
      top: 10px;
      bottom: 0px; } }
  @media only screen and (min-width: 1239px) {
    .productView .productView-images {
      width: calc(100% - 555px); } }
  .productView .productView-images .productView-thumbnail {
    float: none;
    width: 100%;
    padding-bottom: 5px; }
  .productView .productView-images .productView-images-inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .productView .productView-images .productView-images-inner .productView-image-main {
      order: 2;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      pointer-events: all; }
      @media only screen and (min-width: 1239px) {
        .productView .productView-images .productView-images-inner .productView-image-main {
          width: calc(100% - 100px); } }
      .productView .productView-images .productView-images-inner .productView-image-main .productView-image {
        max-width: 430px;
        border: solid 1px rgba(107, 111, 129, 0.1);
        padding: 20px;
        order: 2;
        width: 100%; }
        @media only screen and (min-width: 1023px) {
          .productView .productView-images .productView-images-inner .productView-image-main .productView-image {
            width: calc(100% - 100px); } }
        .productView .productView-images .productView-images-inner .productView-image-main .productView-image .productView-img-container {
          max-width: 100%; }
          .productView .productView-images .productView-images-inner .productView-image-main .productView-image .productView-img-container:after {
            padding-bottom: 100%; }
          @media screen and (max-width: 1023px) {
            .productView .productView-images .productView-images-inner .productView-image-main .productView-image .productView-img-container img {
              position: relative;
              max-height: 450px;
              width: auto; } }
          @media screen and (max-width: 479px) {
            .productView .productView-images .productView-images-inner .productView-image-main .productView-image .productView-img-container img {
              max-height: 270px; } }
    .productView .productView-images .productView-images-inner .productView-thumbnails {
      order: 1;
      width: 100px;
      margin: 0px; }
      .productView .productView-images .productView-images-inner .productView-thumbnails .slick-list {
        margin: 0px; }

.productView .Short-custom-title {
  margin: 24px 0 20px 0;
  color: #243140;
  font-weight: 400;
  font-size: 16px; }

@media only screen and (min-width: 1023px) {
  .productView .product-content-col {
    width: 50%; } }

@media only screen and (min-width: 1239px) {
  .productView .product-content-col {
    width: 555px; } }

.productView .product-content-col .productView-details {
  width: 100%;
  float: none;
  clear: both;
  padding-bottom: 0px; }
  .productView .product-content-col .productView-details.product-data .productView-product {
    border: 0px;
    padding-bottom: 0px;
    /*.productView-title {
						font-size: 26px;
						line-height: 2.4rem;
						color: $gunmetal-2;
						margin: 10px 0;
						letter-spacing: -0.3px;
						font-weight: normal;
						@media only screen and (min-width:1239px) {
							font-size: 44px;
							line-height: 48px;
						}
						@media only screen and (min-width:1024px) {
							font-size: 32px;
							line-height: 3.2rem;
						}
					}*/ }
    .productView .product-content-col .productView-details.product-data .productView-product .special-tag {
      display: inline-block;
      color: #fff;
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 14px;
      padding: 0.9rem 1.2rem;
      border-radius: 2rem;
      width: auto;
      height: 100%; }
      .productView .product-content-col .productView-details.product-data .productView-product .special-tag svg {
        width: 22px;
        height: 22px;
        vertical-align: middle;
        fill: #fff;
        margin-right: 8px; }
    .productView .product-content-col .productView-details.product-data .productView-product .productView-title {
      font-size: 2.3rem;
      line-height: 3rem;
      color: #243140;
      margin: 10px 0;
      letter-spacing: -0.38px;
      font-weight: normal; }
      @media only screen and (min-width: 1440px) {
        .productView .product-content-col .productView-details.product-data .productView-product .productView-title {
          line-height: 3.33333vw;
          font-size: 3.05556vw; } }
      @media only screen and (min-width: 801px) {
        .productView .product-content-col .productView-details.product-data .productView-product .productView-title {
          font-size: 3.14286rem;
          line-height: 3.42857rem; } }
  .productView .product-content-col .productView-details.product-options .productView-options {
    text-align: left;
    position: relative;
    margin-bottom: 1.5rem; }
    .productView .product-content-col .productView-details.product-options .productView-options .form {
      display: block; }
    .productView .product-content-col .productView-details.product-options .productView-options .form-action {
      margin-top: 0; }
    .productView .product-content-col .productView-details.product-options .productView-options .form-option:hover .form-option-expanded {
      display: none; }
    .productView .product-content-col .productView-details.product-options .productView-options .form-label {
      font-size: 16px;
      color: #243140;
      font-weight: 500;
      letter-spacing: -0.2px;
      text-align: left;
      margin: 0 0 24px 0; }
      .productView .product-content-col .productView-details.product-options .productView-options .form-label small {
        display: none; }
    .productView .product-content-col .productView-details.product-options .productView-options .form-select {
      border: solid 1px #ccc;
      border-radius: 6px !important;
      width: 100%;
      max-width: 100%;
      height: 58px;
      background: #fff url(../img/dh-custom/drop-down-arrow.svg) no-repeat right 25px center;
      background-size: 7px 11px;
      font-size: 14px;
      color: #243140;
      padding: 10px 58px 10px 24px; }
      .productView .product-content-col .productView-details.product-options .productView-options .form-select:hover {
        border-color: #243140; }
    .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-option.form-option-swatch {
      border: 0px;
      padding: 0px; }
      .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-option.form-option-swatch .color {
        width: 118px;
        height: 104px;
        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;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        flex-direction: column;
        border: solid 1px #eef0f5; }
        @media only screen and (min-width: 1024px) {
          .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-option.form-option-swatch .color {
            width: 168px; } }
        .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-option.form-option-swatch .color .form-option-variant.form-option-variant--color {
          width: 24px;
          height: 24px;
          min-width: 24px;
          -webkit-border-radius: 24px;
          -moz-border-radius: 24px;
          border-radius: 24px; }
        .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-option.form-option-swatch .color .color-title {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #243140;
          letter-spacing: -0.1px;
          text-align: center;
          padding-top: 10px; }
    .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-radio:checked + .form-option.form-option-swatch {
      position: relative;
      border: 0px;
      box-shadow: none;
      /*.form-option-variant--pattern {
								&:before {
									content: "";
									border: 1px solid $primary-color;
									width: 58px;
									height: 58px;
									@include border-radius(48px);
									position: absolute;
									top: 0;
									left: 0;
								}
								&:after {
									content: "";
									background: url(../img/dh-custom/check-icon.svg) no-repeat;
									position: absolute;
									left: 50%;
									top: 50%;
									height: 20px;
									width: 20px;
									z-index: 1;
									transform: translate(-50%, -50%);
								}
							}*/ }
      .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-radio:checked + .form-option.form-option-swatch .color {
        border: 2px solid #5d5fff; }
    .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="swatch"] .form-option-variant--pattern {
      width: 58px;
      height: 58px;
      -webkit-border-radius: 44px;
      -moz-border-radius: 44px;
      border-radius: 44px;
      background-size: cover; }
    .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="set-rectangle"] .form-option {
      padding: 0px;
      border: 0px; }
    .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="set-rectangle"] .form-option-variant {
      min-width: 168px;
      height: 58px;
      border: solid 1px #eef0f5;
      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;
      font-size: 14px;
      color: #243140;
      font-weight: normal;
      padding: 26px; }
    .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
      border: 0px;
      box-shadow: none; }
      .productView .product-content-col .productView-details.product-options .productView-options div[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
        border: 2px solid #5d5fff; }
    .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] {
      margin-left: -10px;
      margin-right: -10px; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-label--alternate {
        padding: 0 10px; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-option-wrapper {
        padding: 0 10px;
        margin-bottom: 10px; }
        .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-option-wrapper .form-option {
          margin: 0; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"].form-field.optionsHaveEight .form-option-wrapper {
        width: 25%; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"].form-field.optionsHaveSix .form-option-wrapper {
        width: 33.333%; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"].form-field.optionsHaveFour .form-option-wrapper {
        width: 50%; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"].form-field.optionsHaveThree .form-option-wrapper {
        width: 33.333%; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"].form-field.optionsHaveTwo .form-option-wrapper {
        width: 50%; }
      .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-option.form-option-swatch {
        text-align: center;
        padding: 20px 8px;
        width: 100%;
        border-radius: 6px;
        border: 1px solid #ccc;
        background-color: #fff; }
        .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-option.form-option-swatch:hover {
          border-color: #243140; }
        .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-option.form-option-swatch .form-option-variant {
          margin-bottom: 15px;
          border-radius: 50%;
          position: relative; }
        .productView .product-content-col .productView-details.product-options .productView-options .page-swatches-outer div[data-product-attribute="swatch"] .form-option.form-option-swatch .swatch-title {
          font-size: 14px;
          display: block;
          color: #243140; }
    .productView .product-content-col .productView-details.product-options .productView-options .form-radio:checked + .form-option.form-option-swatch {
      border: 1px solid #4a4cfe !important; }
    .productView .product-content-col .productView-details.product-options .productView-options input:focus + label {
      outline: 0px solid #2E8FFF !important;
      outline-offset: 0px !important; }
    .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list {
      border: 0 none; }
      .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item {
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 10px 10px 40px;
        min-height: 110px;
        /*.form-label {
									padding: 25px 0px 25px 55px;
									margin: 0;
								}*/ }
        .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item:hover {
          border-color: #243140; }
        .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item.is-selected {
          border-color: #4a4cfe; }
        .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item .productOptions-list-item-figure {
          width: 80px;
          height: auto;
          margin: 0 0 0 40px;
          display: flex; }
        .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item .form-label {
          padding: 0 0 0 55px;
          margin: 0;
          font-size: 14px;
          font-weight: 400; }
        .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item .form-radio + .form-label:before, .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item .form-radio + .form-label:after {
          top: 50%;
          transform: scale(1) translate(0, -50%); }
        .productView .product-content-col .productView-details.product-options .productView-options .form-field[data-product-attribute="product-list"] .productOptions-list .productOptions-list-item .productOptions-list-item-content {
          padding-left: 0;
          width: calc(100% - 120px); }
    .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action {
      width: 100%; }
      .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action.if-pro-purchase {
        width: auto;
        position: absolute;
        top: inherit;
        bottom: 56px;
        left: 20px;
        right: 20px;
        margin: 0; }
      .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button {
        background: #ffffff;
        border: 1px solid #4A4CFE;
        height: 58px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        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;
        font-size: 16px;
        color: #4a4cfe;
        font-weight: 500;
        margin-right: 0px;
        margin-bottom: 0; }
        .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button .icon {
          margin: 0; }
          .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button .icon svg {
            fill: #4a4cfe;
            width: 16px;
            height: 15px; }
        .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button span {
          padding-left: 5px; }
        .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button:hover {
          background: #4A4CFE;
          color: #fff; }
          .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button:hover svg {
            fill: #fff; }
        .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button.is-open {
          background: #E86070;
          color: #fff;
          border-color: #4A4CFE; }
          .productView .product-content-col .productView-details.product-options .productView-options .form.form-wishlist.form-action .dropdown-menu-button.is-open svg {
            fill: #fff; }
    .productView .product-content-col .productView-details.product-options .productView-options #wishlist-dropdown.is-open {
      padding-right: 0; }
      @media only screen and (max-width: 800px) {
        .productView .product-content-col .productView-details.product-options .productView-options #wishlist-dropdown.is-open {
          padding-right: 20px; } }
  .productView .product-content-col .productView-details.product-options .addthis_toolbox {
    display: none; }

.productView .product-content-col .productView-images-for-mobile .productView-images {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1023px) {
    .productView .product-content-col .productView-images-for-mobile .productView-images {
      display: none; } }

.productView .alternate-product .form-label.form-label--alternate {
  display: flex;
  align-items: center; }

.productView .alternate-product .form-label small {
  font-size: 11px; }

.alternate-product .productView-price.call-for-price {
  font-size: 16px;
  margin-bottom: 15px !important; }

.cart-button-panel .qty-panel .productView-price .price-section .special-lower-price {
  display: none; }

@media only screen and (max-width: 768px) {
  .productView-description.Desktop {
    display: none !important; } }

.productView-description.Mobile {
  display: none; }
  @media only screen and (max-width: 768px) {
    .productView-description.Mobile {
      display: block !important; } }

.mobile-product-tabs-collapes {
  width: 100%; }
  .mobile-product-tabs-collapes .mobile-product-tabs-toggle {
    padding: 0;
    margin: 0;
    border: 1px solid #f2f2f2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 490.656 490.656'%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.339,347.581L18.203,120.467c-4.16-4.16-10.923-4.16-15.083,0c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.091,2.069,4.821,3.115,7.552,3.115s5.461-1.045,7.531-3.136l234.667-234.667C491.696,131.368,491.696,124.605,487.536,120.445z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E"); }
    .mobile-product-tabs-collapes .mobile-product-tabs-toggle a.tab-title {
      color: #333;
      padding: 1.14286rem 20px; }
    .mobile-product-tabs-collapes .mobile-product-tabs-toggle.active {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 490.523 490.523'%3E%3Cpath d='M487.411,355.047L252.744,120.38c-4.165-4.164-10.917-4.164-15.083,0L2.994,355.047c-4.093,4.237-3.976,10.99,0.262,15.083c4.134,3.993,10.687,3.993,14.821,0l227.115-227.115l227.115,227.136c4.237,4.093,10.99,3.976,15.083-0.261c3.993-4.134,3.993-10.688,0-14.821L487.411,355.047z' fill='rgb(242, 242, 242)'/%3E%3C/svg%3E");
      background-color: #4A4CFE; }
      .mobile-product-tabs-collapes .mobile-product-tabs-toggle.active a.tab-title {
        color: #fff; }
  .mobile-product-tabs-collapes .mobile-product-tabs-accordion-content {
    display: none;
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-top: -1px; }

.productView-thumbnail-link {
  border: 0px;
  box-shadow: 0 5px 8px 0 #eaeaed;
  height: 96px;
  max-width: 85px; }
  .productView-thumbnail-link img {
    object-fit: cover; }

.productView .product-content-col .productView-details.product-options .productView-options .cart-button-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 40px 20px 115px 20px; }

.cart-button-panel {
  padding: 0; }
  .cart-button-panel .qty-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    margin-bottom: 10px; }
    @media only screen and (min-width: 551px) {
      .cart-button-panel .qty-panel {
        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; } }
    @media only screen and (max-width: 550px) {
      .cart-button-panel .qty-panel {
        flex-wrap: wrap; } }
    .cart-button-panel .qty-panel .form-field.form-field--increments {
      width: 100%; }
      @media only screen and (min-width: 551px) {
        .cart-button-panel .qty-panel .form-field.form-field--increments {
          width: 200px;
          margin-bottom: 2rem; } }
      .cart-button-panel .qty-panel .form-field.form-field--increments .form-increment {
        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;
        width: 100%; }
      .cart-button-panel .qty-panel .form-field.form-field--increments .button {
        width: 48px;
        height: 48px;
        background: #4A4CFE;
        border: 1px solid #4A4CFE;
        border-radius: 2rem; }
        .cart-button-panel .qty-panel .form-field.form-field--increments .button svg {
          width: 12px;
          height: 18px;
          fill: #fff; }
        .cart-button-panel .qty-panel .form-field.form-field--increments .button:hover {
          background: #0085FF;
          border: 1px solid #0085FF; }
      .cart-button-panel .qty-panel .form-field.form-field--increments .form-input--incrementTotal {
        border: 1px solid #cccccc;
        height: 48px;
        font-size: 14px;
        font-weight: 500;
        color: #243140;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 48px;
        margin: 0 15px; }
        .cart-button-panel .qty-panel .form-field.form-field--increments .form-input--incrementTotal:hover {
          border: 1px solid #888888; }
        .cart-button-panel .qty-panel .form-field.form-field--increments .form-input--incrementTotal:focus {
          border: 1px solid #243140; }
    .cart-button-panel .qty-panel .productView-price {
      margin: 0px;
      text-align: left; }
      @media only screen and (min-width: 551px) {
        .cart-button-panel .qty-panel .productView-price {
          width: calc(100% - 200px); } }
      .cart-button-panel .qty-panel .productView-price .price-section {
        margin: 0 0 20px 0; }
        .cart-button-panel .qty-panel .productView-price .price-section.price-section--withTax {
          margin: -5px 0 0 0; }
          @media only screen and (max-width: 800px) {
            .cart-button-panel .qty-panel .productView-price .price-section.price-section--withTax {
              margin: 10px 0 0 0; } }
      .cart-button-panel .qty-panel .productView-price .price-section .vat-info-value {
        font-size: 40px;
        color: #243140;
        letter-spacing: -.4px;
        font-weight: 500; }
      .cart-button-panel .qty-panel .productView-price .price-section.non-sale-price--withTax {
        color: #4a4cfe;
        font-size: 14px; }
      .cart-button-panel .qty-panel .productView-price .price-section .price.price--withTax {
        font-size: 18px;
        color: #243140;
        letter-spacing: -0.4px;
        font-weight: 600; }
        .cart-button-panel .qty-panel .productView-price .price-section .price.price--withTax.VatExclPrice .vat-info-value {
          font-size: 18px; }
      .cart-button-panel .qty-panel .productView-price .price-section .price-now-label {
        display: none !important; }
      .cart-button-panel .qty-panel .productView-price .price-section .special-lower-price {
        color: #000;
        display: inline-flex; }
      .cart-button-panel .qty-panel .productView-price .price-section .special-lower-price,
      .cart-button-panel .qty-panel .productView-price .price-section .now-lower-price-txt {
        font-size: 14px; }
      .cart-button-panel .qty-panel .productView-price .price-section .now-lower-price-txt {
        color: #e00951;
        margin-right: 8px; }
      .cart-button-panel .qty-panel .productView-price .price-section .total-inc-vat-txt {
        display: block; }
      .cart-button-panel .qty-panel .productView-price .price-section--minor {
        color: #243140;
        font-size: 18px;
        line-height: 22px; }
      .cart-button-panel .qty-panel .productView-price .Inc-VAT-txt {
        display: inline-block;
        color: #243140;
        font-size: 14px;
        font-weight: 600;
        line-height: 1rem; }
      .cart-button-panel .qty-panel .productView-price .special-rrp-price.price-section.price-section--minor {
        color: #4a4cfe;
        font-size: 16px;
        display: block;
        margin: 0 0 24px 0; }
      .cart-button-panel .qty-panel .productView-price .vat-info-value {
        font-size: 40px; }
    .cart-button-panel .qty-panel .form-label {
      font-size: 14px;
      font-weight: 600; }
  .cart-button-panel .form-action {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none; }
    .cart-button-panel .form-action .button {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-top: 10px;
      box-shadow: 0 5px 5px rgba(74, 76, 254, 0.2); }
    .cart-button-panel .form-action .button.button--primary:before {
      background: #0085ff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .cart-button-panel .form-action .button.button--primary:hover {
      background: #4a4cfe; }

.vat-info {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0; }
  .vat-info .vat-info-wrap {
    border-bottom: 1px solid #eff0f2; }
    .vat-info .vat-info-wrap:before, .vat-info .vat-info-wrap:after {
      content: '';
      display: table;
      width: 100%;
      clear: both; }
    .vat-info .vat-info-wrap span {
      color: #243140;
      font-size: 14px;
      font-weight: 600;
      float: left;
      width: 50%;
      padding: 1rem 0;
      text-align: right; }
      .vat-info .vat-info-wrap span.vat-info-label {
        text-align: left; }
      .vat-info .vat-info-wrap span.vat-info-value {
        text-align: right; }
      .vat-info .vat-info-wrap span.price-label {
        padding: 0; }

.pro-promise {
  padding-top: 15px; }
  .pro-promise .row1 {
    border-bottom: 1px solid #eef0f5;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .pro-promise .row1 h2 {
      font-size: 18px;
      text-align: center;
      color: #243140;
      font-weight: 500;
      margin: 0 0 8px; }
    .pro-promise .row1 ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      text-align: center; }
      @media only screen and (min-width: 801px) {
        .pro-promise .row1 ul {
          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; } }
      .pro-promise .row1 ul li {
        padding: 10px 12px;
        font-size: 16px;
        color: #243140;
        font-weight: normal;
        letter-spacing: -0.2px; }
        .pro-promise .row1 ul li svg {
          width: 16px;
          height: 15px;
          fill: #0085ff;
          margin-right: 5px; }
  .pro-promise .row2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #243140;
    letter-spacing: -0.2px; }
    .pro-promise .row2 a {
      font-weight: 600;
      color: #4a4cfe;
      text-decoration: none; }
      .pro-promise .row2 a:hover {
        color: #0085ff; }

.pro-gray-panel {
  background: #fafafa;
  padding-top: 75px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.productView-description {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.6rem;
  margin-bottom: 100px;
  box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row; }
  @media only screen and (min-width: 1024px) {
    .productView-description {
      padding: 44px; } }
  @media only screen and (min-width: 1239px) {
    .productView-description {
      padding: 84px 254px 46px 151px; } }
  @media only screen and (max-width: 768px) {
    .productView-description {
      padding: 20px 0; } }
  .productView-description .tabs {
    width: 160px;
    text-align: right;
    border: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-flow: column;
    align-self: flex-start;
    position: sticky;
    top: 10px;
    bottom: 0px;
    margin-right: 30px; }
    .productView-description .tabs .tab {
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border: 0px;
      height: 48px;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      background: transparent;
      margin: 0 auto 10px; }
      .productView-description .tabs .tab h2 {
        margin: 0; }
      .productView-description .tabs .tab .tab-title {
        font-size: 14px;
        color: #243140;
        font-weight: normal;
        padding: 0 20px;
        width: 100%;
        text-align: center; }
      .productView-description .tabs .tab.is-active {
        background: #4a4cfe; }
        .productView-description .tabs .tab.is-active .tab-title {
          color: #ffffff;
          font-weight: normal;
          line-height: 16px; }
  .productView-description .tabs-contents {
    width: 100%;
    padding: 1rem 0 0; }
    @media only screen and (min-width: 1024px) {
      .productView-description .tabs-contents {
        width: calc(100% - 160px);
        padding-left: 2rem; } }
    @media only screen and (min-width: 1239px) {
      .productView-description .tabs-contents {
        padding-left: 120px; } }
    .productView-description .tabs-contents .tab-content {
      padding: 0px; }
      .productView-description .tabs-contents .tab-content h3 {
        font-size: 18px;
        font-weight: 500;
        color: #243140;
        margin: 19px 0 17px; }
      .productView-description .tabs-contents .tab-content p, .productView-description .tabs-contents .tab-content li {
        font-size: 14px;
        line-height: 24px;
        color: #243140; }
        .productView-description .tabs-contents .tab-content p a, .productView-description .tabs-contents .tab-content li a {
          color: #4a4cfe;
          text-decoration: none; }
          .productView-description .tabs-contents .tab-content p a:hover, .productView-description .tabs-contents .tab-content li a:hover {
            color: #0085ff; }

.description-tabs-product-view {
  padding: 0 1rem;
  margin-top: 1rem; }
  .description-tabs-product-view .tabs {
    border-bottom: transparent;
    display: flex; }
    .description-tabs-product-view .tabs .tab {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      background: #4a4cfe; }
      .description-tabs-product-view .tabs .tab.is-active {
        border-bottom: 1px solid white;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-bottom: 0px; }
        .description-tabs-product-view .tabs .tab.is-active .tab-title {
          color: #333333;
          font-weight: 500;
          background: #fff; }
        .description-tabs-product-view .tabs .tab.is-active:hover .tab-title {
          color: #fff;
          background: #4a4cfe; }
      .description-tabs-product-view .tabs .tab:first-child {
        border-left: 1px solid #ccc; }
      .description-tabs-product-view .tabs .tab:hover {
        background: #4a4cfe;
        color: #fff; }
        .description-tabs-product-view .tabs .tab:hover .tab-title {
          color: #fff; }
      .description-tabs-product-view .tabs .tab .tab-title {
        padding: 1.5rem 1rem;
        color: #fff;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .description-tabs-product-view .tabs .tab .tab-title {
            padding: 1rem 1.5rem; } }
  .description-tabs-product-view .tab-content {
    padding: 2rem 0; }
    .description-tabs-product-view .tab-content h3 {
      margin: 0 0 15px 0; }
    .description-tabs-product-view .tab-content h2 {
      font-size: 26px;
      line-height: 26px;
      margin: 0 0 0.78571rem 0;
      letter-spacing: 0;
      font-weight: 400; }
      @media only screen and (max-width: 1024px) {
        .description-tabs-product-view .tab-content h2 {
          font-size: 24px;
          line-height: 120%; } }
  .description-tabs-product-view iframe {
    width: 100%; }

h3.page-heading {
  font-size: 33px;
  text-align: left;
  font-weight: 300;
  color: #243140;
  letter-spacing: -0.4px;
  margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .similar-products {
    max-width: 390px;
    margin: 0 auto; } }

.similar-products div.page-heading {
  font-size: 33px;
  text-align: left;
  font-weight: 300;
  color: #243140;
  letter-spacing: -.4px;
  margin-bottom: 30px; }

.similar-products .productGrid .product {
  width: 100%; }
  @media only screen and (min-width: 767px) {
    .similar-products .productGrid .product {
      width: 50%; } }
  @media only screen and (min-width: 1239px) {
    .similar-products .productGrid .product {
      width: 33.333%; } }
  .similar-products .productGrid .product .card {
    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; }
    .similar-products .productGrid .product .card .card-figure {
      width: 200px; }
      .similar-products .productGrid .product .card .card-figure .sale-badge-topleft, .similar-products .productGrid .product .card .card-figure .special-tag {
        display: none; }
    .similar-products .productGrid .product .card .card-body {
      width: calc(100% - 200px);
      padding-left: 25px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .similar-products .productGrid .product .card .card-body .card-text {
        order: 1; }
      .similar-products .productGrid .product .card .card-body .card-title {
        order: 2; }
      .similar-products .productGrid .product .card .card-body .card-title > a {
        font-size: 14px;
        line-height: 24px; }

.pro-free-shipping {
  max-width: 520px;
  width: 100%;
  margin: 40px auto 0; }
  .pro-free-shipping ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      .pro-free-shipping ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media only screen and (max-width: 550px) {
      .pro-free-shipping ul {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      .pro-free-shipping ul li {
        width: 50%; } }
    .pro-free-shipping ul li a {
      text-decoration: none;
      display: flex;
      flex-direction: row;
      margin: 0 1rem 1rem;
      align-items: center;
      justify-content: center;
      text-decoration: none; }
      @media only screen and (max-width: 550px) {
        .pro-free-shipping ul li a {
          justify-content: unset; } }
      @media only screen and (min-width: 1024px) {
        .pro-free-shipping ul li a {
          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;
          margin: 0; } }
      .pro-free-shipping ul li a .text {
        font-size: 14px;
        color: #243140;
        font-weight: normal;
        padding-left: 20px; }
      .pro-free-shipping ul li a span {
        display: block;
        font-weight: 600; }
    .pro-free-shipping ul li.col2 svg {
      stroke: #4a4cfe;
      width: 32px;
      height: 32px; }
    .pro-free-shipping ul .col3 {
      width: 100%;
      text-align: left; }
      @media only screen and (min-width: 1024px) {
        .pro-free-shipping ul .col3 {
          border-top: solid 1px rgba(107, 111, 129, 0.16);
          padding: 20px 0 0;
          margin-top: 20px;
          text-align: center; } }
      .pro-free-shipping ul .col3 a {
        text-decoration: none;
        display: flex;
        flex-direction: row;
        margin: 0 1rem 1rem;
        align-items: flex-start; }
        @media only screen and (min-width: 1024px) {
          .pro-free-shipping ul .col3 a {
            -webkit-justify-content: center;
            justify-content: center;
            margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .pro-free-shipping.without-availability ul {
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 1024px) {
    .pro-free-shipping.without-availability ul li {
      flex: 1; } }
  .pro-free-shipping.without-availability ul li.col3 {
    width: auto;
    border-top: 0;
    padding: 0;
    margin-top: 0;
    text-align: left; }
    @media only screen and (min-width: 1024px) {
      .pro-free-shipping.without-availability ul li.col3 {
        flex: 2; } }

@media only screen and (max-width: 550px) {
  .productView-images .pro-free-shipping ul {
    display: block !important; }
  .productView-images .pro-free-shipping ul li {
    width: 100% !important; } }

.productOptions-list {
  border: 1px solid #eff0f2;
  max-height: 100%; }

.productOptions-list-item + .productOptions-list-item {
  border-top: 1px solid #eff0f2; }

.productOptions-list-item-figure {
  width: 68px;
  height: 68px;
  text-align: center; }

.productOptions-list-item-figure img {
  width: 100%; }

.related-products {
  position: relative; }
  @media only screen and (max-width: 550px) {
    .related-products {
      max-width: 350px;
      margin: 0 auto; } }
  .related-products div.page-heading {
    font-size: 33px;
    text-align: left;
    font-weight: 300;
    color: #243140;
    letter-spacing: -.4px;
    margin-bottom: 30px; }
  .related-products .productCarousel {
    padding: 0; }
    .related-products .productCarousel .slick-arrow {
      width: 3.4285714286rem;
      height: 3.4285714286rem;
      background: #ffffff;
      border: none;
      color: #333;
      border: 1px solid rgba(77, 97, 146, 0.1);
      transform: none !important;
      background-image: url(../img/dh-custom/right-arrow.svg);
      background-repeat: no-repeat;
      background-size: auto;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 50%;
      cursor: pointer;
      top: -4rem; }
      @media only screen and (max-width: 767px) {
        .related-products .productCarousel .slick-arrow {
          width: 2.8rem;
          height: 2.8rem;
          top: -3.4rem; } }
      .related-products .productCarousel .slick-arrow:hover {
        background-color: #0085ff;
        background-repeat: no-repeat;
        background-position: 19.5px center;
        background-size: auto;
        background-image: url(../img/dh-custom/right-arrow-h.svg); }
    .related-products .productCarousel .slick-arrow.slick-prev {
      left: auto;
      right: 4.75rem;
      background-image: url(../img/dh-custom/left-arrow.svg);
      background-position: 16px center; }
      @media only screen and (max-width: 767px) {
        .related-products .productCarousel .slick-arrow.slick-prev {
          right: 4.5rem;
          background-position: 12px center; } }
      .related-products .productCarousel .slick-arrow.slick-prev:hover {
        background-image: url(../img/dh-custom/left-arrow-h.svg); }
    .related-products .productCarousel .slick-arrow.slick-next {
      right: 8px;
      background-position: 19.5px center; }
      @media only screen and (max-width: 767px) {
        .related-products .productCarousel .slick-arrow.slick-next {
          right: 10px;
          background-position: 15px center; } }
    .related-products .productCarousel .slick-arrow.slick-next:before,
    .related-products .productCarousel .slick-arrow.slick-prev:before {
      display: none; }
  .related-products .slick-track {
    margin-left: 0px; }

@media only screen and (max-width: 800px) {
  .modal {
    width: 100%;
    max-width: 550px; } }

#previewModal .modal-close {
  top: 15px;
  right: 20px; }

.preview-cart-wrapper .modal-header {
  padding: 0;
  border: 0;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 800px) {
    .preview-cart-wrapper .modal-header.desktop {
      display: none !important; }
    .preview-cart-wrapper .modal-header.mobile {
      display: block !important; } }
  .preview-cart-wrapper .modal-header .modal-header-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-align: left; }

.preview-cart-wrapper .modal-body {
  padding: 0; }
  .preview-cart-wrapper .modal-body > .modal-header-title {
    font-size: 25px;
    padding: 0 25px;
    margin: 0 0 20px 0;
    text-align: left;
    border-bottom: 0px solid #FAFAFA; }
  .preview-cart-wrapper .modal-body .previewCart {
    margin: 0;
    max-width: 100%;
    display: flex;
    padding: 0 25px 25px 25px;
    /*.productView,
			.previewCartCheckout {
				width: 50%;
				display: block;
				padding: 50px 50px;
				margin: 0;
				@media only screen and (max-width:1023px) {
					padding: 50px 20px;
				}
				@media only screen and (max-width:800px) {
					width: 100%;
				}
			}*/ }
    @media only screen and (max-width: 800px) {
      .preview-cart-wrapper .modal-body .previewCart {
        display: block; } }
    .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout {
      width: 30%;
      display: block;
      padding: 50px 50px;
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout {
          padding: 50px 20px; } }
      @media only screen and (max-width: 800px) {
        .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout {
          width: 100%; } }
    .preview-cart-wrapper .modal-body .previewCart .productView {
      width: 70%;
      display: block;
      padding: 0 50px 50px 0;
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .preview-cart-wrapper .modal-body .previewCart .productView {
          padding: 50px 20px; } }
      @media only screen and (max-width: 800px) {
        .preview-cart-wrapper .modal-body .previewCart .productView {
          width: 100%; } }
    .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout {
      background-color: #FAFAFA;
      order: 2; }
      .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner {
        max-width: 400px;
        width: 100%;
        margin: 0 auto; }
        .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .button.button--primary {
          height: auto;
          background: #4a4cfe;
          color: #ffffff;
          font-size: 16px;
          font-weight: normal;
          text-transform: none;
          border: 0px;
          border-radius: 2rem;
          padding: 1.157rem 2.2857142857rem;
          margin: 0 0 8px 0; }
          .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .button.button--primary:hover {
            background: #0085ff; }
        .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .previewCartCheckout-subtotal {
          display: block;
          margin-bottom: 0;
          margin-top: 1rem;
          border-top: 2px solid #E7E7E7;
          padding: 15px 0 0; }
          .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .previewCartCheckout-subtotal span.order-total {
            color: #4949ff;
            font-weight: 500; }
          .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .previewCartCheckout-subtotal .Inc-VAT-txt {
            display: block;
            color: #243140;
            font-size: 14px;
            font-weight: 600;
            line-height: 1rem;
            border-bottom: 0 !important; }
          .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .previewCartCheckout-subtotal > span {
            font-size: 16px; }
        .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .cart_contains-count {
          margin: 0px 0 20px 0;
          font-weight: 400;
          font-size: 14px; }
        .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .cart-btn-row {
          display: block; }
          .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .cart-btn-row .button {
            border-radius: 5px;
            padding: 1.157rem 2.2857142857rem;
            height: auto;
            line-height: 22px !important;
            margin: 0 0 14px 0 !important; }
          .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .cart-btn-row .button.basket {
            height: auto;
            border: 1px solid #e2e2e2;
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            display: block; }
            .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .cart-btn-row .button.basket .icon {
              height: 20px;
              width: 20px;
              display: inline-block;
              vertical-align: middle;
              margin: -4px 2px 0 0; }
              .preview-cart-wrapper .modal-body .previewCart .previewCartCheckout .inner .cart-btn-row .button.basket .icon svg {
                fill: #fff; }
    .preview-cart-wrapper .modal-body .previewCart .productView {
      order: 1;
      display: block; }
  .preview-cart-wrapper .modal-body .preview-image-detail {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 550px) {
      .preview-cart-wrapper .modal-body .preview-image-detail {
        display: block; } }
    .preview-cart-wrapper .modal-body .preview-image-detail .box {
      padding: 0 10px;
      width: 100%; }
      .preview-cart-wrapper .modal-body .preview-image-detail .box-left {
        margin-right: 12px;
        padding: 0; }
        @media only screen and (max-width: 550px) {
          .preview-cart-wrapper .modal-body .preview-image-detail .box-left {
            margin-right: 0;
            margin-bottom: 15px; } }
      .preview-cart-wrapper .modal-body .preview-image-detail .box .productView-title {
        font-size: 28px;
        font-weight: 300;
        line-height: 32px; }
      .preview-cart-wrapper .modal-body .preview-image-detail .box .productView-brand {
        color: #555;
        font-size: 16px; }
  .preview-cart-wrapper .modal-body .productView-details {
    width: 100%;
    float: none; }
    .preview-cart-wrapper .modal-body .productView-details .box {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #F6F6F6;
      padding: 0 0 8px 0;
      margin: 0 0 8px 0;
      color: #243140;
      font-weight: 600; }
      .preview-cart-wrapper .modal-body .productView-details .box.Inc-price {
        color: #4949ff; }
  .preview-cart-wrapper .modal-body .productView-info .productView-info-name {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600; }
    .preview-cart-wrapper .modal-body .productView-info .productView-info-name .Inc-VAT-txt {
      font-size: 16px;
      border: 0; }
  .preview-cart-wrapper .modal-body .productView-info .productView-info-value {
    margin-bottom: 0; }

/*#previewModal {
	max-width: 820px;
	right: 0;
	width: 0;
	left: 100%;
	top: 0 !important;
	height: 100%;
	max-height: 100%;
	transform: unset;
	transition: all 0.5s ease;
	&.open {
		width: 100%;
		left: inherit;
		right: 0;
		transition: all 0.5s ease;
	}
}
*/
/*#previewModal {
  max-width: 820px;
  .modal-close{
    background: $primary-color;
    height: 42px;
    width: 42px;
    @include border-radius(50%);
    color: $white-color;
    right: 30px;
    top:30px;
    &:before, &:after{
      display: none;
    }
  }
  .modal-header {
    display: none;
  }
  .previewCart {
    margin-top: 50px;
  }
  .previewCart .productView-details {
    display: none;
  }
  .productView {
    width: 200px;
  }
  .previewCartCheckout {
    background: none;
    width: calc(100% - 200px);
    padding: 0 0 0 30px;
    text-align: left;
    .previewCartCheckout-additionalCheckoutButtons {
      display: none;
    }
    .previewCartCheckout-subtotal {
      font-size: 33px;
      color: $gunmetal-2;
      font-weight: 300;
      @include display-flex(flex);
      @include align-item(center);
      @include justify-content(flex-start);
      margin: 0px;
      strong{
        font-weight: 600;
        margin-left: 10px;
      }
      + p {
        font-size: 16px;
        color: $gunmetal-2;
      }
    }
    
  }
}*/
#previewModal .previewCart .productView .productView-image {
  padding: 0;
  min-height: unset;
  min-width: inherit;
  width: 100%; }

#previewModal .previewCart .productView .productView-img-container {
  margin: 0 auto;
  background-color: #FAFAFA;
  border: 1px solid #C2C2C2; }
  #previewModal .previewCart .productView .productView-img-container img {
    position: unset; }
  #previewModal .previewCart .productView .productView-img-container:after {
    display: none; }

#previewModal .previewCart .productView .productView-image--cart {
  margin: 0 auto; }

#previewModal .previewCart .previewCartCheckout .button + .button,
#previewModal .previewCart .previewCartCheckout .button + p {
  margin-top: 0;
  margin-left: 10px;
  line-height: 35px; }

.paypal-button-tagline {
  margin-top: 10px !important; }

.productGrid {
  margin: 0 -1.07143rem; }
  .productGrid .product {
    padding: 0 1.07143rem; }
    @media only screen and (max-width: 800px) {
      .productGrid .product {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .productGrid .product {
        width: 100%; } }

@media only screen and (max-width: 800px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; } }

.card .card-image.item-1 {
  opacity: 0; }

.card:hover .card-image.item-1 {
  opacity: 1;
  z-index: 1;
  transition: all .5s; }

.card:hover .card-image.item-0 {
  opacity: 0;
  transition: all .5s; }

.card--alternate:hover {
  border-color: transparent; }
  .card--alternate:hover .card-body {
    background-color: transparent; }

.card .card-figure {
  padding: 0;
  margin-bottom: 25px; }
  .card .card-figure .special-tag {
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 1rem;
    padding: 20px 0;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    z-index: 9; }
    @media only screen and (max-width: 1280px) {
      .card .card-figure .special-tag {
        height: 5rem;
        width: 5rem;
        font-size: 9.75px;
        line-height: 0.8rem; } }
    @media only screen and (max-width: 1023px) {
      .card .card-figure .special-tag {
        top: 0.5rem;
        right: 0.5rem;
        height: 5.5rem;
        width: 5.5rem; } }
    .card .card-figure .special-tag svg {
      width: 22px;
      height: 22px;
      display: block;
      fill: #fff;
      margin: -8px auto 2px; }
  .card .card-figure .sale-badge-topleft {
    background: #e85f6f;
    color: #fff;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 2.14286rem;
    right: 2.14286rem;
    text-align: center;
    z-index: 9; }
    @media only screen and (max-width: 1280px) {
      .card .card-figure .sale-badge-topleft {
        height: 5rem;
        width: 5rem;
        font-size: 10px;
        line-height: 0.8rem; } }
    @media only screen and (max-width: 1023px) {
      .card .card-figure .sale-badge-topleft {
        top: 0.5rem;
        right: 0.5rem;
        height: 5rem;
        width: 5rem; } }
    .card .card-figure .sale-badge-topleft .price-drop-icon {
      width: 25px;
      height: 25px;
      margin: 0 0 0.2rem; }
      @media only screen and (max-width: 1023px) {
        .card .card-figure .sale-badge-topleft .price-drop-icon {
          margin: 0; } }
      .card .card-figure .sale-badge-topleft .price-drop-icon svg {
        fill: #fff; }
    .card .card-figure .sale-badge-topleft .sale-text {
      font-size: 12px;
      font-weight: 500;
      line-height: 1rem;
      max-width: 38px;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .card .card-figure .sale-badge-topleft .sale-text {
          font-size: 11px;
          line-height: 0.8rem; } }
  .card .card-figure .card-figure__link {
    border: 1px solid #f3f3f3; }
  .card .card-figure .card-img-container:after {
    padding-bottom: 100%; }

.card .card-body {
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .card .card-body {
      text-align: left; } }
  .card .card-body .now-lower-price-txt {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #E00951;
    letter-spacing: -0.1px;
    text-align: left;
    line-height: 20px;
    margin-top: 0 !important; }
  .card .card-body .card-title {
    margin: 10px 0 8px 0; }
    .card .card-body .card-title a {
      font-family: Poppins,Arial,Helvetica,sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #243140;
      letter-spacing: 0;
      text-align: left;
      line-height: 23px; }
      .card .card-body .card-title a:hover {
        color: #0085ff; }
  .card .card-body .card-text[data-test-info-type="price"] {
    margin-bottom: 15px; }
    .card .card-body .card-text[data-test-info-type="price"] .price-section.price-section--withTax {
      font-family: Poppins,Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 18px;
      color: #243140;
      letter-spacing: -0.22px;
      text-align: left;
      line-height: 22px; }
      @media only screen and (max-width: 1239px) {
        .card .card-body .card-text[data-test-info-type="price"] .price-section.price-section--withTax {
          font-size: 1.429rem; } }
      @media only screen and (max-width: 800px) {
        .card .card-body .card-text[data-test-info-type="price"] .price-section.price-section--withTax {
          font-size: 1.3rem; } }
      .card .card-body .card-text[data-test-info-type="price"] .price-section.price-section--withTax abbr {
        display: none; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section.price-section--withTax.non-sale-price--withTax {
        color: #243140;
        font-size: 1rem;
        margin-bottom: 0; }
    .card .card-body .card-text[data-test-info-type="price"] .price-section .label-custom,
    .card .card-body .card-text[data-test-info-type="price"] .price-section .price--rrp,
    .card .card-body .card-text[data-test-info-type="price"] .price-section .price--non-sale,
    .card .card-body .card-text[data-test-info-type="price"] .price-section .price--discounted {
      font-family: Poppins,Arial,Helvetica,sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #243140;
      letter-spacing: -0.1px;
      text-align: left;
      line-height: 20px; }
    .card .card-body .card-text[data-test-info-type="price"] .price-section.price-section--withoutTax {
      display: none; }
  .card .card-body .card-text {
    color: #243140;
    letter-spacing: -0.3px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .card .card-body .card-text {
        font-size: 1.16429rem; } }

.card:hover .card-title > a {
  color: #0085ff; }

.type-cart .body {
  background: #fafafa;
  padding-bottom: 50px; }
  .type-cart .body h1 {
    text-align: left; }
  .type-cart .body > .container {
    background: #fff;
    padding-bottom: 20px; }

.type-cart .main-content-row h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  color: #243140;
  margin: 20px 0; }

.type-cart .main-content-row .col2 {
  width: 470px;
  float: right; }
  @media only screen and (max-width: 1239px) {
    .type-cart .main-content-row .col2 {
      width: 100%;
      margin: 0 auto; } }
  .type-cart .main-content-row .col2 .content {
    background: #ffffff;
    padding: 10px 40px 40px; }
    @media only screen and (max-width: 480px) {
      .type-cart .main-content-row .col2 .content {
        padding: 10px 10px 10px; } }
  .type-cart .main-content-row .col2 .cart-totals {
    width: 100%; }

.type-cart .main-content-row .col1 {
  width: 100%; }
  @media only screen and (max-width: 1239px) {
    .type-cart .main-content-row .col1 {
      width: 100%;
      padding-right: 0; } }
  @media only screen and (max-width: 480px) {
    .type-cart .main-content-row .col1 .cart-item-title {
      display: block;
      height: auto; } }
  .type-cart .main-content-row .col1 .btn-row {
    margin-top: 28px; }
    @media only screen and (max-width: 480px) {
      .type-cart .main-content-row .col1 .btn-row {
        margin-top: 15px; } }
    .type-cart .main-content-row .col1 .btn-row .button {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: inline-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;
      height: 56px;
      border: 0px;
      background: #4a4cfe;
      font-size: 14px;
      font-weight: 500;
      color: #ffffff;
      padding: 10px 20px;
      margin: 0px;
      min-width: 181px; }
      @media only screen and (max-width: 480px) {
        .type-cart .main-content-row .col1 .btn-row .button {
          margin: 10px 0;
          min-width: 100%; } }
      .type-cart .main-content-row .col1 .btn-row .button:hover {
        background: #0085ff; }
    .type-cart .main-content-row .col1 .btn-row .button + .button {
      background: #ffffff;
      color: #4a4cfe;
      border: 1px solid #dcdcdc;
      margin-left: 20px; }
      @media only screen and (max-width: 480px) {
        .type-cart .main-content-row .col1 .btn-row .button + .button {
          margin-left: 0; } }
      .type-cart .main-content-row .col1 .btn-row .button + .button:hover {
        background: #4a4cfe;
        color: #ffffff;
        border: 1px solid #4a4cfe; }
  .type-cart .main-content-row .col1 .content-left {
    background: #ffffff;
    padding: 10px 0 20px; }
  .type-cart .main-content-row .col1 .cart-item-block {
    padding: 20px; }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-block {
        padding: 20px 0; } }
    .type-cart .main-content-row .col1 .cart-item-block .cart-item-value {
      color: #243140;
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 550px) {
        .type-cart .main-content-row .col1 .cart-item-block .cart-item-value {
          padding-left: 0; } }
  .type-cart .main-content-row .col1 .cart-item-figure {
    padding: 20px; }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-figure {
        width: auto; } }
  .type-cart .main-content-row .col1 .cart-item-name__label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #243140;
    text-decoration: none; }
  .type-cart .main-content-row .col1 .definitionList-key, .type-cart .main-content-row .col1 .definitionList-value {
    font-size: 12px;
    color: #243140; }
  .type-cart .main-content-row .col1 .definitionList + a {
    color: #4a4cfe;
    font-size: 12px; }
    .type-cart .main-content-row .col1 .definitionList + a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 550px) {
    .type-cart .main-content-row .col1 .cart-item-label {
      margin-right: 10px;
      text-align: left; } }
  .type-cart .main-content-row .col1 .cart-item-quantity {
    width: 163px; }
    @media only screen and (max-width: 800px) {
      .type-cart .main-content-row .col1 .cart-item-quantity {
        display: flex;
        justify-content: center;
        flex-direction: column; } }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-quantity {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0; } }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-quantity .cart-item-label {
        margin: 12px 10px 0 0; } }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-quantity .form-increment {
        width: 120px; } }
  .type-cart .main-content-row .col1 .cart-item-quantity + .cart-item-info {
    width: 300px;
    text-align: right; }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-quantity + .cart-item-info {
        width: 100%;
        margin: 0 auto;
        text-align: left; } }
    @media only screen and (max-width: 800px) {
      .type-cart .main-content-row .col1 .cart-item-quantity + .cart-item-info .cart-item-label {
        text-align: right;
        padding-right: 20%; } }
    @media only screen and (max-width: 550px) {
      .type-cart .main-content-row .col1 .cart-item-quantity + .cart-item-info .cart-item-label {
        text-align: left;
        padding-right: 0; } }
    .type-cart .main-content-row .col1 .cart-item-quantity + .cart-item-info .cart-item-value {
      font-size: 16px;
      letter-spacing: -0.4px;
      color: #243140;
      font-weight: 500;
      padding-left: 0; }
  .type-cart .main-content-row .col1 .cart-remove {
    height: 40px;
    width: 40px;
    background: #fafafa;
    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;
    position: relative;
    top: -10px; }
    .type-cart .main-content-row .col1 .cart-remove svg {
      height: 15px;
      width: 15px;
      stroke: #4a4cfe;
      fill: #4a4cfe; }

.cart-header-item:first-child {
  padding-left: 0; }

.cart-header-item:last-child {
  text-align: right; }

.cart-header-item {
  font-size: 14px;
  font-weight: 600;
  color: #243140;
  padding: 0 20px 15px;
  text-align: left; }

.cart-item-quantity .form-increment {
  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; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: calc(100% - 47px);
    text-align: center;
    font-size: 14px;
    color: #243140;
    font-weight: 500;
    border: 0px;
    padding: 10px; }
  .cart-item-quantity .form-increment .btn {
    width: 47px; }
    .cart-item-quantity .form-increment .btn .button + .button {
      margin-top: 2px; }
  .cart-item-quantity .form-increment .button {
    width: 30px;
    height: 30px;
    background: #4A4CFE;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .cart-item-quantity .form-increment .button .icon {
      width: 100%;
      height: 100%; }
    .cart-item-quantity .form-increment .button svg {
      height: 25px;
      width: 20px;
      fill: #fff; }
    .cart-item-quantity .form-increment .button:hover {
      background: #0085ff; }
      .cart-item-quantity .form-increment .button:hover svg {
        fill: #ffffff; }

.cart-total-label,
.cart-total-value {
  font-size: 14px;
  font-weight: 600;
  color: #243140;
  padding: 1rem 0;
  display: block;
  width: 50%; }
  .cart-total-label strong, .cart-total-value strong {
    font-weight: 600; }

.cart-total-label {
  text-align: left; }

.cart-total-value {
  text-align: right; }

.cart-total.gbp .cart-total-value {
  font-size: 18px; }
  .cart-total.gbp .cart-total-value .Inc-VAT-txt {
    display: block; }

.cart-actions {
  margin-bottom: 10px; }
  @media only screen and (max-width: 1239px) {
    .cart-actions {
      display: flex;
      justify-content: flex-end; } }
  .cart-actions .button.button--primary {
    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-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-justify-content: center;
    justify-content: center;
    float: none; }
    .cart-actions .button.button--primary img {
      margin-right: 10px; }
    @media only screen and (max-width: 1239px) {
      .cart-actions .button.button--primary {
        max-width: 470px;
        width: 100%; } }

.cart .cart-item-info .Inc-VAT-txt {
  display: block;
  color: #243140;
  font-size: 12px;
  font-weight: 600;
  line-height: 1rem;
  border: 0 none !important;
  width: 250px; }
  @media only screen and (max-width: 550px) {
    .cart .cart-item-info .Inc-VAT-txt {
      margin: 0 auto;
      text-align: center; } }

.cart-additionalCheckoutButtons {
  text-align: center; }
  @media only screen and (max-width: 1239px) {
    .cart-additionalCheckoutButtons > div {
      width: 100%;
      display: flex;
      justify-content: flex-end; } }

p.or-use-label {
  display: none; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: none; }

.type-cart .paypal-buttons-container {
  text-align: center; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #4a4cfe;
  font-style: normal; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #0085ff;
    text-decoration: none; }

.your-info-safe {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: center; }
  @media only screen and (max-width: 550px) {
    .your-info-safe {
      flex-wrap: wrap; } }
  .your-info-safe .img {
    width: 120px;
    text-align: center;
    padding-top: 10px; }
    @media only screen and (max-width: 550px) {
      .your-info-safe .img {
        width: 50px; } }
  .your-info-safe .text {
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 24px;
    color: #243140;
    letter-spacing: -0.1px; }
    @media only screen and (max-width: 550px) {
      .your-info-safe .text {
        width: calc(100% - 50px); } }
    .your-info-safe .text span {
      font-size: 25px;
      display: block;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: -0.3px; }

.cart-item {
  border-top: 1px solid #eff0f2;
  border-bottom: 0px; }

.cart-total + .cart-total {
  border-top: 1px solid #eff0f2; }

.cart-total .button.button--primary.button--small {
  padding: 7px; }

.cart-total.coupon-row.before-label .cart-total-label {
  display: block; }

.cart-total.coupon-row .cart-total-value button:hover .icon svg {
  fill: #0085ff; }

.cart-total.coupon-row .cart-total-value .icon {
  background: #fafafa;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  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; }
  .cart-total.coupon-row .cart-total-value .icon svg {
    width: 12px;
    height: 12px;
    fill: #4a4cfe; }

.cart-total .form-input {
  font-size: 12px; }

.cart-total .cart-total-value .Inc-VAT-txt {
  margin-left: 5px;
  font-size: 12px; }

.cart-total .cart-total-value.cart-total-grandTotal {
  font-size: 33px;
  font-weight: 600;
  line-height: 25px; }
  @media only screen and (max-width: 480px) {
    .cart-total .cart-total-value.cart-total-grandTotal {
      font-size: 25px; } }
  .cart-total .cart-total-value.cart-total-grandTotal .Inc-VAT-txt {
    font-size: 14px;
    display: block;
    color: #243140; }

.login {
  margin: 0px;
  max-width: 100%; }
  .login .button.button--primary {
    min-width: 202px;
    box-shadow: 0 8px 15px 0 rgba(74, 76, 254, 0.2); }
  .login .form-actions {
    text-align: left;
    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;
    margin-top: 40px; }
    @media only screen and (max-width: 550px) {
      .login .form-actions {
        display: block;
        margin-top: 10px; } }
    .login .form-actions .button {
      margin-right: 30px; }
      @media only screen and (max-width: 550px) {
        .login .form-actions .button {
          margin-right: 0; } }
    .login .form-actions .forgot-password {
      color: #4a4cfe;
      font-size: 14px;
      text-decoration: none;
      letter-spacing: -0.1px; }
      .login .form-actions .forgot-password:hover {
        color: #0085ff; }
  .login h1.page-heading {
    text-align: left;
    margin-top: 0;
    padding: 0px;
    margin-bottom: 50px;
    font-weight: 300;
    letter-spacing: -0.62px; }

.login-row {
  padding: 0px;
  margin: 30px 0 0;
  max-width: 100%; }

.login-form {
  margin-top: 0px;
  padding-left: 0px;
  width: calc(100% - 545px);
  padding-right: 260px; }
  @media only screen and (max-width: 1390px) {
    .login-form {
      padding-right: 40px;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .login-form {
      padding-right: 0;
      width: 100%; } }

.new-customer {
  width: 545px;
  background: #fafafa;
  padding: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  @media only screen and (max-width: 1390px) {
    .new-customer {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .new-customer {
      width: 100%; } }
  .new-customer .panel-header {
    background: none;
    padding: 0px; }
    .new-customer .panel-header .panel-title {
      font-size: 25px;
      color: #243140;
      font-weight: normal;
      padding-bottom: 10px; }
  .new-customer .button {
    margin-bottom: 0px; }
  .new-customer .panel-body {
    background: none;
    padding: 0px;
    margin: 0px; }
    .new-customer .panel-body .new-customer-intro {
      font-size: 16px;
      color: #243140;
      line-height: 24px;
      border-bottom: 1px solid #e2e2e2;
      margin: 0px 0 25px;
      padding: 0 0 20px; }
    .new-customer .panel-body ul {
      list-style: none;
      padding: 0;
      margin: 0 0 30px; }
      .new-customer .panel-body ul li {
        background: url(../img/dh-custom/tick-bullet.png) no-repeat left 5px;
        padding: 5px 0 5px 40px;
        font-size: 14px;
        color: #243140;
        line-height: 24px; }

.form-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 10px 15px; }

.type-createaccount h1 {
  text-align: left;
  margin: 30px 0 40px;
  font-weight: 300; }

.type-createaccount .account-body {
  margin: 0px; }
  .type-createaccount .account-body .form-select {
    max-width: 545px;
    height: 46px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .type-createaccount .account-body .form-input {
    max-width: 545px; }

.type-createaccount .form-actions {
  text-align: left;
  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;
  margin-top: 40px;
  max-width: 100%; }
  @media only screen and (max-width: 550px) {
    .type-createaccount .form-actions {
      display: block;
      margin-top: 10px; } }
  .type-createaccount .form-actions .button {
    margin-right: 30px;
    min-width: 202px;
    box-shadow: 0 8px 15px 0 rgba(74, 76, 254, 0.2); }
    @media only screen and (max-width: 550px) {
      .type-createaccount .form-actions .button {
        margin-right: 0; } }
  .type-createaccount .form-actions span {
    margin: 0px;
    font-size: 14px;
    color: #243140;
    letter-spacing: -0.1px; }
    .type-createaccount .form-actions span a {
      color: #4a4cfe;
      margin-left: 10px;
      text-decoration: none; }
      .type-createaccount .form-actions span a:hover {
        color: #0085ff; }

.form-label small {
  float: none;
  font-size: 16px;
  color: #243140;
  font-weight: 500;
  margin-top: 0px; }

.type-createaccount_thanks .body h1 {
  font-weight: 300;
  margin: 30px 0; }

.type-createaccount_thanks .body p {
  margin-bottom: 30px; }

.type-createaccount_thanks .body .button.button--primary {
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 8px 15px 0 rgba(74, 76, 254, 0.2); }

.type-forgotpassword .body h1.page-heading {
  text-align: left;
  font-weight: 300;
  margin: 30px 0; }

.type-forgotpassword .form.forgot-password-form {
  max-width: 700px; }
  .type-forgotpassword .form.forgot-password-form .form-input {
    height: 58px; }

.account-navigation-row {
  padding: 45px 0 40px;
  border-bottom: 1px solid #e2e2e2; }
  .account-navigation-row .navBar--sub {
    margin-bottom: 0px; }
    .account-navigation-row .navBar--sub .navBar-item {
      margin: 0px;
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .account-navigation-row .navBar--sub .navBar-action {
      font-size: 16px;
      color: #243140;
      letter-spacing: -0.2px;
      font-weight: normal;
      min-height: 48px;
      padding: 10px 25px; }
    .account-navigation-row .navBar--sub .navBar-item.is-active {
      border: 0px;
      background: #4a4cfe;
      padding: 10px 25px 12px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      border-radius: 24px;
      color: #ffffff;
      min-height: 48px;
      font-size: 16px; }

.account--fixed {
  width: 100%;
  max-width: 1122px; }
  .account--fixed .account-body {
    margin: 0px; }

.account--fixed h1.page-heading {
  font-weight: 300;
  text-align: left; }

.addressList {
  margin-top: 30px; }
  .addressList .panel-body {
    background: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .addressList .panel-body .address-title {
      color: #243140;
      font-size: 18px;
      font-weight: 600; }

.button.button--primary.button--small {
  height: 32px;
  padding: 7px 25px;
  font-size: 12px; }

.button--small {
  height: 32px;
  padding: 7px 25px;
  font-size: 12px; }

.button.secondary.button--small {
  border: 1px solid #e2e2e2;
  color: #4a4cfe; }
  .button.secondary.button--small:hover {
    border-color: #4a4cfe;
    color: #4a4cfe;
    background: #ffffff; }

.addressList .panel--newAddress .address-symbol {
  color: #243140; }

.addressList .panel--newAddress .address-title {
  color: #243140; }

.addressList .panel--newAddress:hover .address-symbol, .addressList .panel--newAddress:hover .address-title {
  color: #4a4cfe; }

.type-editaccount .account--fixed .form {
  margin-top: 30px; }

.type-shippingaddressform .account--fixed .account-body {
  margin-top: 30px; }
  .type-shippingaddressform .account--fixed .account-body .form-select {
    height: 46px;
    border-color: #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .type-shippingaddressform .account--fixed .account-body .form-actions {
    text-align: left; }
    .type-shippingaddressform .account--fixed .account-body .form-actions .button {
      min-width: 202px; }
    .type-shippingaddressform .account--fixed .account-body .form-actions .button + .button {
      height: 58px;
      background: #243140;
      color: #ffffff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      display: inline-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;
      border: 0px; }
      .type-shippingaddressform .account--fixed .account-body .form-actions .button + .button:hover {
        background: #4a4cfe; }

.form-actions .button.button--primary {
  display: inline-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; }

.type-wishlists .table thead tr th {
  font-weight: 600;
  font-size: 16px; }

.type-404 .body h1, .type-403 .body h1 {
  margin-bottom: 20px; }

.type-404 .body .form-prefixPostfix.wrap .form-input, .type-403 .body .form-prefixPostfix.wrap .form-input {
  height: 58px; }

.account-list .account-title {
  font-size: 18px;
  color: #243140;
  font-weight: 500;
  letter-spacing: -0.1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding-bottom: 20px; }
  .account-list .account-title .col1 {
    width: 76%; }
  .account-list .account-title .col2 {
    width: 24%; }

.account-listItem {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 0; }

.account-product-figure {
  width: 100px; }
  .account-product-figure:after {
    padding-bottom: 0px; }

.account-product-body {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .account-product-body .col1 {
    width: 45%;
    padding-left: 20px; }
    .account-product-body .col1 .account-product-detail {
      width: 100%; }
      .account-product-body .col1 .account-product-detail .account-product-detail-heading {
        font-size: 12px;
        margin-bottom: 0;
        color: #243140;
        font-weight: normal;
        text-transform: none; }
      .account-product-body .col1 .account-product-detail span {
        font-size: 12px;
        color: #243140; }
    .account-product-body .col1 p.account-product-description {
      font-size: 16px;
      color: #243140; }
    .account-product-body .col1 .account-product-title > a {
      font-size: 16px;
      color: #4a4cfe;
      font-weight: normal; }
      .account-product-body .col1 .account-product-title > a:hover {
        color: #0085ff; }
  .account-product-body .col2 {
    width: 30%; }
    .account-product-body .col2 .account-product-detail {
      width: 100%;
      padding: 0px; }
      .account-product-body .col2 .account-product-detail .account-product-detail-heading, .account-product-body .col2 .account-product-detail span {
        font-size: 16px;
        margin: 0px;
        color: #243140;
        font-weight: normal;
        text-transform: none; }
  .account-product-body .account-orderStatus {
    width: 25%;
    text-align: left; }
    .account-product-body .account-orderStatus .account-orderStatus-label {
      font-size: 16px;
      color: #243140;
      background: none;
      padding: 0px;
      text-transform: none; }

.account-content .pagination-list {
  text-align: left; }

.account-content .pagination-list--small .pagination-item {
  font-size: 12px;
  color: #243140; }

.type-account_order .navBar--sub .navBar-item.is-active > .navBar-action {
  color: #ffffff;
  padding: 0px;
  min-height: auto; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-figure {
  left: 0; }

.type-account_order .form-checkbox + .form-label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.type-account_order .account-heading {
  padding-top: 20px;
  color: #243140; }

.type-account_order .account-product-title {
  font-size: 14px;
  color: #4a4cfe; }

.type-account_order .definitionList-key, .type-account_order .definitionList-value {
  font-size: 12px;
  color: #243140; }

.type-account_order .account-product-body {
  padding-left: 20px; }

.type-account_order .account-product-price {
  font-weight: 600;
  color: #243140; }

.type-account_order .account-orderTotal-key {
  color: #243140; }

.account-sidebar-block {
  font-size: 14px;
  color: #243140; }

.account-sidebar .button {
  height: 36px;
  color: #4a4cfe;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px;
  border-color: border-color; }
  .account-sidebar .button:hover {
    background: #4a4cfe;
    color: #ffffff;
    border-color: #4a4cfe; }

.type-account_inbox .account-content {
  padding: 0; }

.type-account_inbox .form-select {
  border: 1px solid #e2e2e2; }

.type-account_inbox .form-actions {
  text-align: left; }
  .type-account_inbox .form-actions .button + .button {
    height: 58px;
    color: #4a4cfe;
    font-size: 16px;
    border: 1px solid border-color;
    border-radius: 4px; }
    .type-account_inbox .form-actions .button + .button:hover {
      background: #4a4cfe;
      color: #ffffff;
      border-color: #4a4cfe; }

.type-account_inbox .account-message h5.is-read {
  color: #243140;
  font-weight: 600;
  margin-bottom: 10px; }

.type-account_inbox p.is-read {
  color: #243140; }

.type-account_recentitems .body h1 {
  margin-bottom: 20px; }

#gift-certificate-preview,
#giftcertificatecode {
  height: 58px; }

.type-search .breadcrumbs-row {
  display: none; }

.type-search .search-nav {
  display: none; }

.type-search .panel-body {
  display: none; }

.type-search .actionBar {
  display: none; }

.type-search .body h1.page-heading {
  text-align: left;
  font-size: 14px;
  font-weight: 600; }
  .type-search .body h1.page-heading span {
    font-weight: 300;
    padding-right: 10px;
    font-size: 33px;
    letter-spacing: -0.4px; }

.type-sitemap .body .page-heading {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .type-sitemap .body .page-heading {
      margin-bottom: 10px; } }

.type-sitemap .body ul.sitemap-col {
  display: flex;
  flex-wrap: wrap; }
  .type-sitemap .body ul.sitemap-col li.first {
    list-style: none;
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .type-sitemap .body ul.sitemap-col li.first {
        width: 100%; } }
    .type-sitemap .body ul.sitemap-col li.first h3 {
      margin-top: 10px;
      color: #000000; }
      @media screen and (max-width: 767px) {
        .type-sitemap .body ul.sitemap-col li.first h3 {
          padding-top: 15px; } }
    .type-sitemap .body ul.sitemap-col li.first li {
      width: 100%;
      color: #243140; }
      .type-sitemap .body ul.sitemap-col li.first li a {
        color: #243140;
        text-decoration: none; }
        .type-sitemap .body ul.sitemap-col li.first li a:hover {
          color: #0085ff;
          font-weight: 600; }

.type-blog .body .blog-listing {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media only screen and (max-width: 991px) {
    .type-blog .body .blog-listing {
      margin: 0; } }
  .type-blog .body .blog-listing .blog + .blog {
    border: 0px;
    margin-top: 0px; }
  .type-blog .body .blog-listing .blog {
    width: 33.33%;
    padding: 25px 15px; }
    @media only screen and (max-width: 991px) {
      .type-blog .body .blog-listing .blog {
        width: 50%; } }
    @media only screen and (max-width: 800px) {
      .type-blog .body .blog-listing .blog {
        width: 100%; } }
    .type-blog .body .blog-listing .blog .blog-post-figure {
      width: 100%; }
      .type-blog .body .blog-listing .blog .blog-post-figure .blog-thumbnail {
        max-width: 100%;
        overflow: hidden; }
        .type-blog .body .blog-listing .blog .blog-post-figure .blog-thumbnail a img {
          transform: scale(1);
          transition: .3s ease-in-out; }
    .type-blog .body .blog-listing .blog:hover .blog-post-figure .blog-thumbnail a img {
      transform: scale(1.08); }
    .type-blog .body .blog-listing .blog:hover .blog-post-body .blog-title a {
      color: #0085ff; }
    .type-blog .body .blog-listing .blog .blog-post-body {
      width: 100%;
      text-align: left; }
      .type-blog .body .blog-listing .blog .blog-post-body .blog-title {
        margin: 0 0 20px;
        line-height: 24px; }
        .type-blog .body .blog-listing .blog .blog-post-body .blog-title a {
          font-size: 18px;
          color: #393939;
          font-weight: 600; }
    .type-blog .body .blog-listing .blog .blog-post {
      font-size: 14px;
      color: #393939;
      line-height: 24px; }
    .type-blog .body .blog-listing .blog .blog-date, .type-blog .body .blog-listing .blog .blog-author {
      font-size: 14px;
      color: #2c2e3f;
      margin-bottom: 8px;
      text-align: left;
      margin-top: 20px; }
      .type-blog .body .blog-listing .blog .blog-date span.author-name, .type-blog .body .blog-listing .blog .blog-author span.author-name {
        display: none; }

.type-blog_post .blog .blog-post-body .blog-title {
  margin-top: 20px; }

.type-blog_post .blog-thumbnail {
  max-width: 100%; }

.blog-post-body .blog-title {
  font-size: 52px;
  line-height: 52px; }
  @media only screen and (max-width: 800px) {
    .blog-post-body .blog-title {
      font-size: 40px; } }
  @media only screen and (max-width: 551px) {
    .blog-post-body .blog-title {
      font-size: 30px;
      line-height: 36px; } }

.footer {
  background: #243140;
  padding: 60px 0 60px;
  margin-top: -1px;
  border: none; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 3.64286rem 0 0.614rem;
      margin-top: 3rem; } }
  .footer .container {
    /*max-width: remCalc(1121px);*/ }
    @media only screen and (max-width: 1179px) {
      .footer .container {
        max-width: 100%;
        padding: 0 1.42857rem; } }

.footer-copyright.bottom {
  padding: 25px 0; }
  @media only screen and (max-width: 1179px) {
    .footer-copyright.bottom {
      padding: 1.21429rem 0; } }
  .footer-copyright.bottom .container {
    /*max-width: remCalc(1121px);*/
    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; }
    @media only screen and (max-width: 1179px) {
      .footer-copyright.bottom .container {
        max-width: 100%;
        padding: 0 20px; } }
    @media only screen and (max-width: 991px) {
      .footer-copyright.bottom .container {
        flex-wrap: wrap;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .footer-copyright.bottom .container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .footer-copyright.bottom .powered-by {
    font-size: 1rem;
    color: #243140;
    margin: 0px; }
  .footer-copyright.bottom .col1 {
    width: 31.42857rem; }
    @media only screen and (max-width: 1179px) {
      .footer-copyright.bottom .col1 {
        width: 30%; } }
    @media only screen and (max-width: 991px) {
      .footer-copyright.bottom .col1 {
        width: 100%;
        margin-top: 15px;
        order: 2; } }
  .footer-copyright.bottom .col2 {
    width: calc(100% - 31.42857rem);
    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: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1179px) {
      .footer-copyright.bottom .col2 {
        width: 70%; } }
    @media only screen and (max-width: 991px) {
      .footer-copyright.bottom .col2 {
        justify-content: center;
        display: block;
        order: 1;
        width: 100%; } }
    .footer-copyright.bottom .col2 span {
      font-size: 1rem;
      font-weight: 500;
      color: #243140; }
      @media only screen and (max-width: 767px) {
        .footer-copyright.bottom .col2 span {
          width: 100%; } }
    .footer-copyright.bottom .col2 ul {
      list-style: none;
      padding: 0;
      margin: 0 -0.57143rem 0 1.42857rem;
      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: flex-end;
      justify-content: flex-end; }
      @media only screen and (max-width: 991px) {
        .footer-copyright.bottom .col2 ul {
          justify-content: center;
          margin: 10px 0 0 0; } }
      @media only screen and (max-width: 767px) {
        .footer-copyright.bottom .col2 ul {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          margin: 2.14286rem 2.14286rem 0; } }
      .footer-copyright.bottom .col2 ul li {
        width: 3.71429rem;
        height: 2.21429rem;
        margin: 0 0.57143rem 0 0;
        padding: 0.21429rem 0.57143rem 0.28571rem 0.5rem;
        border-radius: 1.9px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 767px) {
          .footer-copyright.bottom .col2 ul li {
            margin: 0 0.57143rem 1.78571rem; } }

.footer-info-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px; }

.footer-info-list a {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 2.42857rem; }
  .footer-info-list a:hover {
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; }

.footer-row1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: 1px solid #3a4656;
  padding-bottom: 50px; }
  .footer-row1 .footer-info-col {
    margin-bottom: 0;
    padding: 0; }
  .footer-row1 .col1 {
    width: 38.92857rem; }
    @media only screen and (max-width: 1599px) {
      .footer-row1 .col1 {
        width: 25%; } }
    @media only screen and (max-width: 1179px) {
      .footer-row1 .col1 {
        width: 30%; } }
    @media only screen and (max-width: 991px) {
      .footer-row1 .col1 {
        width: 100%;
        display: none; } }
  .footer-row1 .col2 {
    width: 19.64286rem; }
    @media only screen and (max-width: 1599px) {
      .footer-row1 .col2 {
        width: 25%; } }
    @media only screen and (max-width: 1179px) {
      .footer-row1 .col2 {
        width: 20%; } }
    @media only screen and (max-width: 767px) {
      .footer-row1 .col2 {
        width: 100%; } }
  .footer-row1 .col3 {
    width: 19.28571rem; }
    @media only screen and (max-width: 1599px) {
      .footer-row1 .col3 {
        width: 25%; } }
    @media only screen and (max-width: 1179px) {
      .footer-row1 .col3 {
        width: 20%; } }
  .footer-row1 .col4 {
    width: 22.5rem; }
    @media only screen and (max-width: 1599px) {
      .footer-row1 .col4 {
        width: 25%; } }
    @media only screen and (max-width: 1179px) {
      .footer-row1 .col4 {
        width: 30%; } }
  @media only screen and (max-width: 991px) {
    .footer-row1 .col2,
    .footer-row1 .col3,
    .footer-row1 .col4 {
      width: 33.333%; } }
  @media only screen and (max-width: 550px) {
    .footer-row1 .col2,
    .footer-row1 .col3,
    .footer-row1 .col4 {
      width: 100%;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 550px) {
    .footer-row1 .col4 {
      margin-bottom: 0 !important; } }

.footer-row2 {
  padding-top: 55px; }
  @media only screen and (max-width: 767px) {
    .footer-row2 {
      padding: 2.85714rem 0; } }
  .footer-row2 .footer-info-col {
    margin-bottom: 0;
    padding: 0px; }
  .footer-row2 .socialLinks {
    margin-top: 2.4rem; }
    .footer-row2 .socialLinks .icon {
      height: 3.42857rem;
      width: 3.42857rem;
      background: #324153;
      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; }
      .footer-row2 .socialLinks .icon:before {
        background: #4a4cfe; }
      .footer-row2 .socialLinks .icon svg {
        height: 1.14286rem;
        width: 1.14286rem;
        fill: #a7abbd; }
      .footer-row2 .socialLinks .icon:hover {
        /*background: $neon-blue-2;*/ }
        .footer-row2 .socialLinks .icon:hover:before {
          background: #4a4cfe; }
        .footer-row2 .socialLinks .icon:hover svg {
          fill: #ffffff; }
  .footer-row2 .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    margin-top: 0.71429rem; }
    .footer-row2 .form-prefixPostfix.wrap .form-input {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      height: 3.42857rem;
      border: 0px;
      font-size: 1rem;
      color: #6b6f81;
      font-weight: 300; }
      @media only screen and (max-width: 1179px) {
        .footer-row2 .form-prefixPostfix.wrap .form-input {
          width: calc(100% - 7.85714rem); } }
    .footer-row2 .form-prefixPostfix.wrap .button {
      height: 3.42857rem;
      width: 7.85714rem;
      background: #4a4cfe;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 500;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      border: 0px;
      margin: 0px; }
      @media only screen and (max-width: 1179px) {
        .footer-row2 .form-prefixPostfix.wrap .button {
          width: 7.85714rem; } }
      .footer-row2 .form-prefixPostfix.wrap .button:hover {
        background: #0085ff; }
  .footer-row2 .col1 {
    width: 38.92857rem; }
    @media only screen and (max-width: 1599px) {
      .footer-row2 .col1 {
        width: 25rem; } }
    @media only screen and (max-width: 1179px) {
      .footer-row2 .col1 {
        width: 30%; } }
    @media only screen and (max-width: 991px) {
      .footer-row2 .col1 {
        width: 40%; } }
    @media only screen and (max-width: 550px) {
      .footer-row2 .col1 {
        width: 100%; } }
    .footer-row2 .col1 li span {
      font-weight: 600;
      color: #ffffff;
      display: inline-block;
      padding-right: 0.71429rem;
      font-size: 1rem; }
  .footer-row2 .col2 {
    width: 29.28571rem; }
    @media only screen and (max-width: 1599px) {
      .footer-row2 .col2 {
        width: 25rem; } }
    @media only screen and (max-width: 1179px) {
      .footer-row2 .col2 {
        width: 30%; } }
    @media only screen and (max-width: 991px) {
      .footer-row2 .col2 {
        width: 40%; } }
    @media only screen and (max-width: 550px) {
      .footer-row2 .col2 {
        width: 100%;
        margin-top: 40px; } }
  .footer-row2 .col3 {
    width: 36.85714rem; }
    @media only screen and (max-width: 1179px) {
      .footer-row2 .col3 {
        width: 31.42857rem; } }
    @media only screen and (max-width: 1179px) {
      .footer-row2 .col3 {
        width: 40%; } }
    @media only screen and (max-width: 550px) {
      .footer-row2 .col3 {
        width: 100%;
        margin-top: 40px; } }
    @media only screen and (max-width: 991px) {
      .footer-row2 .col3 {
        width: 100%;
        margin-top: 30px;
        padding-top: 25px;
        border-top: 1px solid #3a4656; } }
    @media only screen and (max-width: 991px) {
      .footer-row2 .col3 .footer-info-heading,
      .footer-row2 .col3 .form {
        width: 70%;
        margin: 0 auto; } }
    @media only screen and (max-width: 551px) {
      .footer-row2 .col3 .footer-info-heading,
      .footer-row2 .col3 .form {
        width: 100%; } }
  .footer-row2 .col-logo {
    display: none; }
    @media only screen and (max-width: 991px) {
      .footer-row2 .col-logo {
        width: 20%;
        display: inline-block; } }
    @media only screen and (max-width: 550px) {
      .footer-row2 .col-logo {
        width: 100%;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 991px) {
      .footer-row2 .col-logo .f-m-logo {
        display: block; } }

.f-m-logo {
  display: none; }
  @media only screen and (max-width: 767px) {
    .f-m-logo {
      display: block;
      text-align: center;
      margin-bottom: 2.85714rem;
      margin-top: 0.71429rem; } }

@media only screen and (max-width: 1179px) {
  .footer-info {
    margin: 0px; } }

.footer-info-col img {
  width: auto; }

.has-activeSearchOffset {
  overflow: hidden; }
  .has-activeSearchOffset .mainNav-overlay {
    display: block !important; }

.mainNav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 999; }

.searchOffsetPannel {
  position: fixed;
  top: 0;
  right: -500px;
  height: calc(100vh - 0px);
  transition: .3s ease all;
  max-width: 450px;
  width: 88%;
  z-index: 999;
  background-color: #fff;
  padding: 0; }
  @media (min-width: 551px) {
    .searchOffsetPannel {
      width: 100%; } }
  @media (min-width: 801px) {
    .searchOffsetPannel {
      padding: 55px 40px; } }
  .searchOffsetPannel.is-open {
    right: 0; }
  .searchOffsetPannel .search-pannel-outer .close-btn-Offset {
    display: none !important;
    border-radius: 64px;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 15px;
    font-size: 1.5rem;
    z-index: 999;
    width: 2.6rem;
    height: 2.6rem;
    background: #243141;
    right: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    @media (min-width: 801px) {
      .searchOffsetPannel .search-pannel-outer .close-btn-Offset {
        display: flex !important; } }
    .searchOffsetPannel .search-pannel-outer .close-btn-Offset:hover {
      background: #4A4CFE; }
    .searchOffsetPannel .search-pannel-outer .close-btn-Offset svg {
      width: 20px;
      height: 20px;
      fill: #fff; }
  .searchOffsetPannel .OffsetPannel-hd {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 10px 0 20px 0; }
  .searchOffsetPannel .keywords-collection {
    margin: 0 10px 30px 10px; }
    .searchOffsetPannel .keywords-collection ul {
      margin: 0 -10px;
      list-style: none; }
      .searchOffsetPannel .keywords-collection ul li {
        display: inline-block;
        padding: 9px 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #D4D4D4;
        border-radius: 2rem;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #000;
        letter-spacing: 0.5px;
        text-align: center;
        margin: 8px 4px;
        cursor: pointer; }
        .searchOffsetPannel .keywords-collection ul li:hover {
          color: #4a4cfe;
          border-color: #4a4cfe; }
  .searchOffsetPannel .useful-shortcuts-section {
    margin: 0 10px 30px 10px; }
    .searchOffsetPannel .useful-shortcuts-section ul {
      margin: 0;
      list-style: none; }
      .searchOffsetPannel .useful-shortcuts-section ul li {
        margin-bottom: 24px; }
        .searchOffsetPannel .useful-shortcuts-section ul li:last-child {
          margin-bottom: 0; }
        .searchOffsetPannel .useful-shortcuts-section ul li a {
          font-family: Poppins;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: 0.5px;
          text-align: left;
          color: #243140;
          text-decoration: none; }
          .searchOffsetPannel .useful-shortcuts-section ul li a:hover {
            color: #4a4cfe; }
  .searchOffsetPannel .navUser-item--search {
    float: none;
    margin: 0;
    display: block; }
    .searchOffsetPannel .navUser-item--search .search-title {
      font-family: Poppins;
      font-size: 24px;
      font-weight: 600;
      line-height: 40px;
      letter-spacing: -0.4px;
      text-align: left;
      color: #000;
      margin: 0;
      display: none; }
      @media (min-width: 801px) {
        .searchOffsetPannel .navUser-item--search .search-title {
          display: block; } }
    .searchOffsetPannel .navUser-item--search .form {
      margin: 0;
      padding: 16px;
      background-color: #F4F5FA; }
      @media (min-width: 801px) {
        .searchOffsetPannel .navUser-item--search .form {
          padding: 16px 0;
          background-color: #fff; } }
      .searchOffsetPannel .navUser-item--search .form .form-field {
        margin: 0;
        position: relative; }
        .searchOffsetPannel .navUser-item--search .form .form-field .form-input {
          border: solid 1px #dfe1e5;
          height: 3.2857142857rem;
          border-radius: 4px 0 0 4px;
          font-size: 0.9rem;
          color: #243140;
          padding-left: 10px;
          padding-right: 100px; }
          @media (min-width: 801px) {
            .searchOffsetPannel .navUser-item--search .form .form-field .form-input {
              border-radius: 2rem; } }
        .searchOffsetPannel .navUser-item--search .form .form-field .button {
          background: #4a4cfe;
          border-radius: 0 4px 4px 0;
          color: #ffffff;
          font-size: 1rem;
          border: 0px;
          padding: 0.71429rem 1rem;
          margin: 0;
          font-weight: 500;
          height: 44.5px;
          width: 100px;
          position: absolute;
          top: 1px;
          right: 0;
          cursor: pointer; }
          @media (min-width: 801px) {
            .searchOffsetPannel .navUser-item--search .form .form-field .button {
              border-radius: 0 2rem 2rem 0; } }
    .searchOffsetPannel .navUser-item--search .searchResult_wrap {
      padding: 16px;
      position: relative;
      overflow-y: auto;
      height: calc(100vh - 190px); }
      @media (min-width: 801px) {
        .searchOffsetPannel .navUser-item--search .searchResult_wrap {
          padding: 0; } }
      .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults {
        position: unset;
        top: 0;
        margin: 0; }
        .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .modal-close {
          display: none !important;
          border-radius: 64px;
          padding: 0;
          width: 100%;
          position: absolute;
          top: 15px;
          font-size: 1.5rem;
          z-index: 999;
          width: 2.6rem;
          height: 2.6rem;
          background: #243141;
          right: 15px;
          color: #fff;
          text-align: center;
          cursor: pointer;
          justify-content: center;
          align-items: center; }
          .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .modal-close:hover {
            background: #4A4CFE; }
          .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .modal-close svg {
            width: 20px;
            height: 20px;
            fill: #fff; }
        .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid {
          margin: 0 8px; }
          .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid .product {
            width: 50%;
            padding: 0 8px; }
            .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid .product .card {
              margin-bottom: 16px; }
              .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid .product .card .special-tag,
              .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid .product .card .card-text {
                display: none; }
              .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid .product .card .card-figure {
                margin-bottom: 16px; }
              .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .productGrid .product .card .card-body .card-title {
                margin: 10px 0 0 0; }
        .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .quickSearchMessage {
          margin: -15px 0 0 0;
          padding: 5px 16px;
          font-size: 12px;
          text-align: left;
          color: red; }
          @media (min-width: 801px) {
            .searchOffsetPannel .navUser-item--search .searchResult_wrap .quickSearchResults .quickSearchMessage {
              padding: 5px 0; } }

.searchHeaderOffset {
  cursor: pointer; }
  @media (min-width: 801px) {
    .searchHeaderOffset {
      max-width: 138px;
      width: 100%; } }
  .searchHeaderOffset .search-shap {
    display: none; }
    @media (min-width: 801px) {
      .searchHeaderOffset .search-shap {
        border: 1px solid #D4D4D4;
        border-radius: 2rem;
        display: block;
        width: 100%;
        height: 32px;
        line-height: normal;
        padding: 7px 10px 7px 40px;
        font-size: 12px;
        color: #979797; } }
  .searchHeaderOffset svg {
    width: 24px;
    height: 24px; }
    @media (min-width: 801px) {
      .searchHeaderOffset svg {
        position: absolute;
        top: 9px;
        left: 14px;
        width: 15px;
        height: 15px; } }

.mainNav-formobile {
  display: none; }
  .mainNav-formobile.is-open {
    display: block; }
  .mainNav-formobile.navPages-container {
    overflow: hidden;
    height: calc(100vh - 115px);
    padding: 0;
    position: absolute;
    top: 115px;
    bottom: inherit;
    z-index: 10;
    transition: all 0.2s cubic-bezier(0.99, 0.95, 0.49, 1.03);
    left: 100%;
    display: block;
    width: 80%; }
    .mainNav-formobile.navPages-container.is-open {
      left: 20%; }
    .mainNav-formobile.navPages-container .navPages {
      background-color: #fff;
      padding: 0;
      position: relative;
      overflow-x: hidden;
      overflow-y: scroll; }
      .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"] {
        transform: translateX(830px);
        transition: .2s; }
        .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"] .navPages-list {
          display: none; }
        .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"] .backtoMain {
          color: #05386b;
          margin-left: 0;
          position: relative;
          background-color: #F4F5FA;
          font-family: Poppins;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: 0.5px;
          text-align: left;
          padding: 30px 60px; }
          .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"] .backtoMain .navPages-action-moreIcon {
            height: 16px;
            width: 16px;
            left: 14px;
            margin-top: -5px;
            position: absolute;
            top: 50%;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
            .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"] .backtoMain .navPages-action-moreIcon svg {
              fill: #05386b;
              stroke: #05386b; }
        .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"].is-open {
          display: block;
          transform: translateX(0);
          transition: .2s;
          overflow-y: scroll; }
          .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"].is-open .navPages-list {
            display: block; }
            .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"].is-open .navPages-list.mobile-contact-list {
              display: flex; }
        .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"]#navPagesStep1 {
          transform: translateX(-830px); }
          .mainNav-formobile.navPages-container .navPages div[id*="navPagesStep"]#navPagesStep1.is-open {
            transform: translateX(0); }
      .mainNav-formobile.navPages-container .navPages.ActiveStep3 #navPagesStep2 {
        transform: translateX(-830px); }
      .mainNav-formobile.navPages-container .navPages .mobile-contact-list {
        background-color: #f2f2f2;
        display: flex;
        justify-content: center;
        align-items: center; }
        .mainNav-formobile.navPages-container .navPages .mobile-contact-list .contact-item {
          margin: 0 1.6rem; }
          .mainNav-formobile.navPages-container .navPages .mobile-contact-list .contact-item a {
            color: #05386b;
            font-size: 18px;
            font-weight: 500;
            text-decoration: none; }
            .mainNav-formobile.navPages-container .navPages .mobile-contact-list .contact-item a span {
              background-repeat: no-repeat;
              padding: 0 0 0 2.4rem; }
          .mainNav-formobile.navPages-container .navPages .mobile-contact-list .contact-item.contact-call a span {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 512 512'%3E%3Cpath d='m460.747 439.163c89.119-102.791 58.111-262.592-63.094-324.93-35.004-67.784-105.754-114.233-187.153-114.233-116.064 0-210.488 94.43-210.488 210.5 0 51.099 18.088 99.427 51.237 137.663l-46.774 46.16c-9.48 9.357-2.913 25.612 10.465 25.677l112.956.538c38.925 56.641 103.228 91.462 173.6 91.462.144 0 195.446-.999 195.561-1 13.333-.064 19.975-16.29 10.464-25.677zm-377.985-101.146c-34.017-34.08-52.752-79.367-52.752-127.517 0-99.528 80.968-180.5 180.49-180.5s180.49 80.972 180.49 180.5c0 95.373-75.473 181.269-186.343 180.403l-153.258-.73 31.293-30.882c5.918-5.842 5.953-15.389.08-21.274zm218.734 143.983c-52.634 0-101.557-22.489-135.565-61.281 57.104.376 41.945.281 44.569.281 135.402 0 236.506-127.009 204.689-259.617 82.966 67.774 89.761 191.779 14.045 267.634-5.874 5.885-5.838 15.433.08 21.274l31.293 30.882c-.119 0-158.995.827-159.111.827z' fill='rgb(5, 56, 107)'/%3E%3Cpath d='m121.005 166h179.99c8.284 0 14.999-6.716 14.999-15s-6.715-15-14.999-15h-179.99c-8.284 0-14.999 6.716-14.999 15s6.716 15 14.999 15z' fill='rgb(5, 56, 107)'/%3E%3Cpath d='m121.005 226h179.99c8.284 0 14.999-6.716 14.999-15s-6.715-15-14.999-15h-179.99c-8.284 0-14.999 6.716-14.999 15s6.716 15 14.999 15z' fill='rgb(5, 56, 107)'/%3E%3Cpath d='m121.005 286h179.99c8.284 0 14.999-6.716 14.999-15s-6.715-15-14.999-15h-179.99c-8.284 0-14.999 6.716-14.999 15s6.716 15 14.999 15z' fill='rgb(5, 56, 107)'/%3E%3C/svg%3E"); }
          .mainNav-formobile.navPages-container .navPages .mobile-contact-list .contact-item.contact-chat a span {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 512 512'%3E%3Cpath d='M507.49,101.721L352.211,256L507.49,410.279c2.807-5.867,4.51-12.353,4.51-19.279V121 C512,114.073,510.297,107.588,507.49,101.721z' fill='rgb(5, 56, 107)'/%3E%3Cpath d='M467,76H45c-6.927,0-13.412,1.703-19.279,4.51l198.463,197.463c17.548,17.548,46.084,17.548,63.632,0L486.279,80.51 C480.412,77.703,473.927,76,467,76z' fill='rgb(5, 56, 107)'/%3E%3Cpath d='M4.51,101.721C1.703,107.588,0,114.073,0,121v270c0,6.927,1.703,13.413,4.51,19.279L159.789,256L4.51,101.721z' fill='rgb(5, 56, 107)'/%3E%3Cpath d='M331,277.211l-21.973,21.973c-29.239,29.239-76.816,29.239-106.055,0L181,277.211L25.721,431.49 C31.588,434.297,38.073,436,45,436h422c6.927,0,13.412-1.703,19.279-4.51L331,277.211z' fill='rgb(5, 56, 107)'/%3E%3C/svg%3E"); }
      .mainNav-formobile.navPages-container .navPages .navPages-list {
        padding: .75rem 0 2rem 0;
        margin: 0; }
        .mainNav-formobile.navPages-container .navPages .navPages-list + .navPages-list {
          border-top: 0;
          padding-bottom: 0; }
        .mainNav-formobile.navPages-container .navPages .navPages-list.navPages-list--categories .navPages-item .navPages-action .cat-bg-banner {
          width: 48px;
          margin-right: 20px; }
        .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item.custom-all-products {
          display: none; }
        .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          color: #000;
          padding: 22px 28px;
          font-family: Poppins;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: 0.5px;
          text-align: left; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPages-action span {
            display: flex;
            justify-content: flex-start;
            align-items: center; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
            margin: 0 0 0 .78571rem; }
            .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
              stroke: #05386b; }
        .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item.view-all .navPages-action {
          padding-top: 20px;
          padding-bottom: 20px;
          background: #4A4CFE;
          color: #fff;
          max-width: 91%;
          margin: 0 auto;
          text-decoration: none;
          border-radius: 4px;
          font-family: Poppins;
          font-size: 14px;
          font-weight: 500;
          line-height: 16px;
          letter-spacing: 0px;
          text-align: center;
          position: relative; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item.view-all .navPages-action:hover {
            opacity: 0.8; }
        .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item:last-child {
          border: 0; }
        .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
          background-color: #fff;
          display: block;
          height: 100vh;
          left: 0;
          padding: 0.75rem 1.5rem;
          position: absolute;
          top: 0;
          transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
          transform: translateX(340px);
          transition: 0.2s;
          width: 100%;
          z-index: 1; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu:after {
            content: '';
            display: table;
            width: 100%;
            height: 100%;
            background-color: #fff; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
            transform: translateX(0);
            transition: 0.2s; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .backtoMain {
            color: #05386b;
            font-size: 18px;
            font-weight: 600;
            padding-left: 1.5rem;
            position: relative;
            text-align: left; }
            .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .backtoMain .navPages-action-moreIcon {
              left: -0.75rem;
              margin-top: -5px;
              position: absolute;
              top: 50%;
              transform: rotate(90deg); }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
            border-bottom: 1px solid #d5d5d5;
            padding: 0; }
            .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
              padding: .75rem 0; }
              .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper {
                width: 20px;
                height: 20px; }
        .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .socialLinks {
          margin: 1rem 0 0;
          text-align: center; }
          .mainNav-formobile.navPages-container .navPages .navPages-list .navPages-item .socialLinks .socialLinks-item .icon svg {
            fill: #05386b; }
  .mainNav-formobile ul.become-partner-information {
    background: #fff;
    padding: 20px 28px;
    margin: 0;
    display: none; }
    @media all and (max-width: 800px) {
      .mainNav-formobile ul.become-partner-information {
        display: block; } }
    .mainNav-formobile ul.become-partner-information li.become-member-txt {
      margin: 0 0 25px 0;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: -0.3px;
      text-align: left; }
    .mainNav-formobile ul.become-partner-information li.become-member-join-btns {
      padding: 0; }
      .mainNav-formobile ul.become-partner-information li.become-member-join-btns a {
        padding: 12px;
        background: #000;
        border: 1px solid #4A4CFE;
        border-radius: 2em;
        color: #fff;
        width: 133px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0.02em;
        text-align: center;
        text-decoration: none; }
        .mainNav-formobile ul.become-partner-information li.become-member-join-btns a.join-us {
          border: 1px solid #000;
          background: #000;
          color: #fff; }
          .mainNav-formobile ul.become-partner-information li.become-member-join-btns a.join-us:hover {
            background: #fff;
            color: #000; }
        .mainNav-formobile ul.become-partner-information li.become-member-join-btns a.sign-in {
          border: 1px solid #000;
          background: #fff;
          color: #000; }
          .mainNav-formobile ul.become-partner-information li.become-member-join-btns a.sign-in:hover {
            background: #000;
            color: #fff; }
  .mainNav-formobile ul.web-help-information {
    background: #fff;
    padding: 30px 28px;
    margin: 0;
    display: none; }
    @media all and (max-width: 800px) {
      .mainNav-formobile ul.web-help-information {
        display: block; } }
    .mainNav-formobile ul.web-help-information li.help-info-item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      text-decoration: none;
      gap: 24px;
      margin: 0 0 16px 0; }
      .mainNav-formobile ul.web-help-information li.help-info-item .svg-icon {
        width: 55px;
        height: 55px;
        background-color: #F4F5FA;
        border-radius: 2rem;
        display: flex;
        justify-content: center;
        align-items: center; }
      .mainNav-formobile ul.web-help-information li.help-info-item .txt-info {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #000; }
        .mainNav-formobile ul.web-help-information li.help-info-item .txt-info .txt-info-small {
          font-family: Poppins;
          font-size: 12px;
          font-weight: 300;
          line-height: 21px;
          letter-spacing: 0.02em;
          text-align: left;
          display: block; }
  .mainNav-formobile ul.OtherInfoLinks-footer {
    background: #26303F;
    padding: 15px 0 45px 0 !important;
    margin: 0;
    display: none; }
    @media all and (max-width: 800px) {
      .mainNav-formobile ul.OtherInfoLinks-footer {
        display: block; } }
    .mainNav-formobile ul.OtherInfoLinks-footer li {
      padding: 15px 20px;
      text-align: left;
      margin: 0; }
      .mainNav-formobile ul.OtherInfoLinks-footer li.heading {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.3px;
        text-align: left;
        color: #fff; }
      .mainNav-formobile ul.OtherInfoLinks-footer li a {
        margin: 0;
        padding: 0;
        border-radius: 0;
        text-align: left;
        color: #f2f2f2;
        border: none;
        font-size: 16px; }
        .mainNav-formobile ul.OtherInfoLinks-footer li a:hover {
          color: #4A4CFE;
          background: transparent; }

.pencil-banner-grey {
  background: #F4F5FA; }
  .pencil-banner-grey .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 5px;
    padding-bottom: 6px; }
    @media only screen and (max-width: 1024px) {
      .pencil-banner-grey .inner {
        justify-content: center; } }
    .pencil-banner-grey .inner .box {
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: 0.02em;
      text-align: left;
      color: #000;
      width: calc(33.333% - 16px); }
      @media only screen and (max-width: 1024px) {
        .pencil-banner-grey .inner .box {
          width: 100%;
          text-align: center; } }
      .pencil-banner-grey .inner .box-free-delivry {
        text-align: center; }
      @media only screen and (max-width: 1024px) {
        .pencil-banner-grey .inner .box-phone, .pencil-banner-grey .inner .box-user-links {
          display: none; } }
      .pencil-banner-grey .inner .box a {
        color: #000;
        text-decoration: underline; }
        .pencil-banner-grey .inner .box a:hover {
          text-decoration: none; }
      .pencil-banner-grey .inner .box ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .pencil-banner-grey .inner .box ul li {
          margin-left: 30px; }
          .pencil-banner-grey .inner .box ul li a {
            text-decoration: none;
            display: flex;
            align-items: center;
            font-family: Poppins;
            font-size: 12px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 0.02em;
            text-align: left;
            color: #000; }
            .pencil-banner-grey .inner .box ul li a:hover {
              text-decoration: underline; }
            .pencil-banner-grey .inner .box ul li a svg {
              height: 1rem;
              width: 1rem;
              fill: #000;
              margin-right: 0.57143rem; }

.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; }
  @media only screen and (max-width: 1239px) {
    .header .header-inner {
      flex-wrap: wrap;
      padding-top: 20px; } }
  @media only screen and (max-width: 800px) {
    .header .header-inner {
      padding-top: 18px;
      padding-bottom: 10px; } }
  .header .header-inner .headerLeft {
    width: 300px; }
    @media only screen and (max-width: 1239px) {
      .header .header-inner .headerLeft {
        order: 1;
        width: 50%; } }
    .header .header-inner .headerLeft .header-logo {
      margin: 0; }
  .header .header-inner .headerMid {
    width: calc(100% - 200px - 310px - 15px); }
    @media only screen and (max-width: 1239px) {
      .header .header-inner .headerMid {
        order: 3;
        width: calc(100% - 15px); } }
    @media only screen and (max-width: 800px) {
      .header .header-inner .headerMid .main-navPages-container {
        display: none; } }
    .header .header-inner .headerMid .navPages-list {
      display: flex;
      justify-content: center; }
  .header .header-inner .headerRight {
    width: 310px; }
    @media only screen and (max-width: 1239px) {
      .header .header-inner .headerRight {
        order: 2; } }
    @media only screen and (max-width: 800px) {
      .header .header-inner .headerRight {
        padding-right: 42px;
        width: calc(50% - 15px); } }
    .header .header-inner .headerRight .account-menu-list {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
      margin: 0; }
      @media only screen and (max-width: 1239px) {
        .header .header-inner .headerRight .account-menu-list {
          margin: 10px 0 0 0; } }
      .header .header-inner .headerRight .account-menu-list .navUser-item {
        position: relative; }
        @media only screen and (max-width: 800px) {
          .header .header-inner .headerRight .account-menu-list .navUser-item.navUser-item--search, .header .header-inner .headerRight .account-menu-list .navUser-item.navUser-item--cart {
            display: block; } }
        .header .header-inner .headerRight .account-menu-list .navUser-item.navUser-item--search .countPill, .header .header-inner .headerRight .account-menu-list .navUser-item.navUser-item--cart .countPill {
          background-color: #D6365A;
          border-radius: 50%;
          color: white;
          height: 17px;
          line-height: 17px;
          margin-left: 0.21429rem;
          width: 18px;
          position: absolute;
          top: 0px;
          right: -8px;
          font-family: Poppins;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 0.02em;
          text-align: center; }
          @media only screen and (max-width: 800px) {
            .header .header-inner .headerRight .account-menu-list .navUser-item.navUser-item--search .countPill, .header .header-inner .headerRight .account-menu-list .navUser-item.navUser-item--cart .countPill {
              font-size: 9px; } }
        .header .header-inner .headerRight .account-menu-list .navUser-item div#header-logins-dropdown {
          background: #ffffff;
          box-shadow: -1px 12px 14px 0 rgba(0, 0, 0, 0.05);
          border: solid 1px rgba(77, 97, 146, 0.1);
          min-width: 23.21429rem;
          padding: 3.71429rem 2.12143rem 2.64286rem 2.21429rem;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          margin-top: 1.5rem; }
          @media only screen and (max-width: 900px) {
            .header .header-inner .headerRight .account-menu-list .navUser-item div#header-logins-dropdown {
              min-width: 20.214rem;
              padding: 1.714rem 1.421rem 0.914rem 1.421rem;
              left: inherit !important;
              right: 0; } }
          @media only screen and (max-width: 550px) {
            .header .header-inner .headerRight .account-menu-list .navUser-item div#header-logins-dropdown {
              margin-top: 1rem; } }
          .header .header-inner .headerRight .account-menu-list .navUser-item div#header-logins-dropdown .dropdown-menu.is-open {
            left: inherit !important;
            right: 0 !important;
            top: 100% !important;
            background: #ffffff;
            border: 0px;
            padding: 0;
            box-shadow: -1px 12px 14px 0 rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            right: 0;
            margin: 0; }
        .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn {
          display: block; }
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn li {
            display: block; }
            .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn li a {
              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;
              height: 4rem;
              color: #ffffff;
              font-size: 1rem;
              font-weight: 500;
              text-decoration: none; }
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn1 {
            margin-bottom: 0.71429rem; }
            .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn1 a {
              background: #243140; }
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn2 {
            margin-bottom: 0.71429rem; }
            .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn2 a {
              background: #4a4cfe; }
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn3 a {
            background: #0085ff; }
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn1 a,
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn2 a,
          .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn3 a {
            border-radius: 4px; }
            .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn1 a:hover,
            .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn2 a:hover,
            .header .header-inner .headerRight .account-menu-list .navUser-item .account-btn .btn3 a:hover {
              background: #0085FE;
              color: #B1FBFF; }
        .header .header-inner .headerRight .account-menu-list .navUser-item .navUser-action {
          display: inline-block;
          padding: 0; }
          .header .header-inner .headerRight .account-menu-list .navUser-item .navUser-action svg {
            width: 24px;
            height: 24px; }
  .header .header-inner .mobileMenu-toggle {
    background-color: transparent;
    box-shadow: none;
    width: 24px;
    height: 30px;
    border-radius: 0; }
    .header .header-inner .mobileMenu-toggle .mobileMenu-toggleIcon {
      background: #000;
      height: 2px;
      width: 24px;
      top: 16px; }
      .header .header-inner .mobileMenu-toggle .mobileMenu-toggleIcon:before, .header .header-inner .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        background: #000;
        height: 2px; }
      .header .header-inner .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        width: 24px;
        top: -8px; }
      .header .header-inner .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        width: 12px;
        bottom: -8px;
        right: 0; }
    .header .header-inner .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      background-color: transparent;
      transition-delay: 100ms; }
      .header .header-inner .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
        width: 24px;
        top: 2px; }
      .header .header-inner .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
        width: 24px;
        bottom: -2px; }

.navPages-list.sf-menu > .navPages-item > .navPages-action svg {
  display: none; }

#menu.navPages-container.is-open .navPages.navPages-new {
  display: none; }

#menu.navPages-container.is-open .mobile-only {
  display: block !important; }

.productView-options .form-field[data-product-attribute="set-select"],
.alternate-product .swatch-option-set {
  margin-bottom: 30px; }

.not-chosen {
  border: 1px solid red !important; }

.alternate-product .swatch-option-set {
  position: relative;
  clear: both;
  content: "";
  display: flex; }
  .alternate-product .swatch-option-set .test {
    display: none; }
  .alternate-product .swatch-option-set .form-field.band-option {
    opacity: 0; }

.alternate-product .select-wrap {
  border: 1px solid #ccc;
  border-radius: 5px !important;
  margin-top: 30px; }
  .alternate-product .select-wrap.thisClicked {
    border-color: #8381b0; }
  .alternate-product .select-wrap:hover {
    border-color: #243140; }
  .alternate-product .select-wrap:hover:after {
    color: #004dda; }
  .alternate-product .select-wrap:after {
    color: #4496f6;
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    z-index: -1; }
  .alternate-product .select-wrap.not-chosen {
    border-color: red; }
  .alternate-product .select-wrap.slider-view-option::before {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .alternate-product .select-wrap.slider-view-option select {
    opacity: 0;
    padding: 40px 10px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0; }
  .alternate-product .select-wrap.slider-view-option .selected-value {
    display: inline-block; }
  .alternate-product .select-wrap::before {
    content: "❯";
    font-size: 15px;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
  .alternate-product .select-wrap.band-option {
    display: block;
    padding-bottom: 5px; }
    .alternate-product .select-wrap.band-option::before {
      content: none; }
  .alternate-product .select-wrap .form-label small, .alternate-product .select-wrap .form-label--alternate small {
    display: none; }
  .alternate-product .select-wrap select {
    padding: 15px 25px 35px;
    height: auto;
    max-width: 500px;
    border-radius: 5px;
    width: 100%;
    background: transparent;
    border-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-weight: 700;
    color: #000;
    font-size: 14px; }
  .alternate-product .select-wrap label {
    position: absolute;
    margin-bottom: 5px;
    top: -3px;
    z-index: -1;
    left: 0; }
  .alternate-product .select-wrap .option-count {
    display: none; }
  .alternate-product .select-wrap .selected-value {
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-decoration: underline;
    display: none; }

.alternate-product .productView-price {
  margin-bottom: 0 !important; }

.alternate-product .slider-view-option .option-count {
  display: inline-block; }

.alternate-product .fabric-option {
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%; }
  .alternate-product .fabric-option img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 5px;
    display: inline-block; }
  @media (max-width: 767px) {
    .alternate-product .fabric-option .default {
      max-width: 200px; } }
  .alternate-product .fabric-option .img-content {
    margin-right: 10px; }
  .alternate-product .fabric-option .default-txt, .alternate-product .fabric-option .default, .alternate-product .fabric-option span {
    font-size: 14px;
    width: 100%; }
  .alternate-product .fabric-option .default {
    opacity: 0; }
  .alternate-product .fabric-option .show {
    display: inline-block; }

.alternate-product .form-field[data-product-attribute="set-rectangle"] .form-label small {
  display: none; }

.alternate-product .form-field[data-product-attribute="set-rectangle"] .form-option {
  padding: 12px 21px;
  margin-right: 12px;
  border-radius: 2px;
  text-align: center; }

.alternate-product .form-field.Feet-edge-option[data-product-attribute="set-rectangle"] .form-option {
  padding: 15px 10px 15px 10px;
  width: 150px; }

.alternate-product .form-field.Feet-edge-option[data-product-attribute="set-rectangle"] .option-img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alternate-product .form-label--alternate {
  font-size: 16px;
  font-weight: 600; }

.alternate-product select:invalid {
  border: 1px solid red; }

.form-option-variant {
  display: inline-block;
  font-size: 14px;
  min-width: 2.71429rem;
  padding: 1px .35714rem;
  pointer-events: none;
  text-align: center; }

.form-field[data-product-attribute="set-rectangle"] .option-img {
  display: none;
  position: inherit;
  left: 10px;
  top: 50%;
  transform: inherit;
  width: auto; }

.option-slider-content {
  padding: 30px 0;
  border-left: 1px solid #efefef;
  background: #fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .3s ease-in-out 0s;
  z-index: 111;
  width: 100%;
  max-width: 400px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .option-slider-content.inside {
    transform: translateX(0);
    overflow-y: auto; }
  .option-slider-content img {
    max-width: 100px; }
  .option-slider-content .select-option {
    color: #0363cd;
    text-decoration: underline;
    cursor: pointer; }
  .option-slider-content .slider-content {
    display: block; }
  .option-slider-content h3 {
    margin-top: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px;
    padding: 0 30px 20px; }
  .option-slider-content .single-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .option-slider-content .img-sec {
    width: 45%;
    flex-grow: 1; }
  .option-slider-content .option-desc {
    width: 55%; }
  .option-slider-content .option-desc h5 {
    text-transform: unset;
    margin-top: 5px;
    font-weight: bold; }
  .option-slider-content .slider-close {
    background-color: #4a4cfe;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    right: 30px;
    top: 2px;
    cursor: pointer; }
  .option-slider-content select {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 10px; }
  .option-slider-content .color-content {
    display: none; }
    .option-slider-content .color-content.show-option {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 20px 10px 20px;
      /*@media(max-width:550px){
				padding: 0;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
			}*/ }
    .option-slider-content .color-content > p {
      margin: 15px 0; }
  .option-slider-content .single-img {
    width: 33.333%;
    border: 1px solid #fff;
    margin-bottom: 1rem;
    border-radius: 4px;
    padding: 14px;
    cursor: pointer;
    text-align: center;
    /*@media(max-width:550px){
			width: 40%;
			display: block;
			padding: 0;
			margin: 5px 15px;
			text-align: center;
		}*/ }
    .option-slider-content .single-img:hover {
      border-color: #0090FF; }
      .option-slider-content .single-img:hover span {
        color: #0090FF; }
    .option-slider-content .single-img.selected-swatch {
      border: 1px solid #0090FF;
      /*@media(max-width:550px){
				position: relative;
			}
			&:after {
				@media(max-width:550px){
					content: "";
					position: absolute;
					bottom: calc(100% - 145px);
					right: 12px;
					background-image: url(../img/dh-custom/icon-checked-icon.svg);
					background-repeat: no-repeat;
					background-position: bottom right;
					background-size: contain;
					width: 24px;
					height: 24px;
					display: block;
					background-color: #fff;
					border-radius: 2rem;
				}
			}*/ }
      .option-slider-content .single-img.selected-swatch span {
        color: #0090FF; }
    .option-slider-content .single-img span {
      width: 100%;
      display: flex;
      margin: 6px 0 0 0;
      text-align: center;
      color: #676767;
      font-size: 14px;
      justify-content: center;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      /*@media(max-width:550px){
				padding: 5px;
				display: block;
			}*/ }
    .option-slider-content .single-img img {
      border: 1px solid #dfdfdf;
      border-radius: 50%;
      max-width: 80px;
      width: 100%;
      padding: 2px;
      /*@media(max-width:550px){
				border-radius: 0;
				max-width: 160px;
			}
            &:hover{
                border: 1px solid#989898;
            }*/ }
  .option-slider-content .swatch-fabric-select {
    background-image: url("/assets/img/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none; }
    .option-slider-content .swatch-fabric-select::-ms-expand {
      display: none; }

body.layout::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25; }

body {
  overflow-x: hidden; }

.cart-content-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px; }
  .cart-content-detail > .box.box_left {
    width: calc(100% - 425px);
    padding-right: 35px; }
    @media only screen and (max-width: 1239px) {
      .cart-content-detail > .box.box_left {
        width: 100%; } }
  .cart-content-detail > .box.box_right {
    min-width: 425px; }
    @media only screen and (max-width: 1239px) {
      .cart-content-detail > .box.box_right {
        margin: 0 auto; } }
    @media only screen and (max-width: 551px) {
      .cart-content-detail > .box.box_right {
        min-width: 100%; } }
    .cart-content-detail > .box.box_right .cart-totals {
      width: 100%; }
    @media only screen and (max-width: 551px) {
      .cart-content-detail > .box.box_right .buttons-outer {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #fff;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
        padding: 22px 22px 0 22px;
        right: 0;
        left: 0;
        border-radius: 30px 30px 0 0; } }
    @media only screen and (max-width: 551px) {
      .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons {
        display: flex;
        align-items: center;
        margin: 0 -3px;
        padding: 0; } }
    .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .CheckoutButton {
      margin: 0; }
      @media only screen and (max-width: 551px) {
        .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .CheckoutButton {
          padding: 0 3px; } }
      .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .CheckoutButton .PaypalCommerceButton {
        width: 100%; }
        .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .CheckoutButton .PaypalCommerceButton div.paypal-buttons {
          max-width: 100% !important;
          width: 100% !important;
          min-width: auto !important; }
          .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .CheckoutButton .PaypalCommerceButton div.paypal-buttons iframe {
            width: 100%; }
    .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .GooglePayCheckout div {
      width: 100%; }
    .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .GooglePayCheckout button.gpay-button {
      width: 100%;
      min-width: 100%;
      margin: 0; }
      @media only screen and (max-width: 551px) {
        .cart-content-detail > .box.box_right .cart-additionalCheckoutButtons .GooglePayCheckout button.gpay-button {
          border-radius: 2rem; } }
  .cart-content-detail .content-inner {
    max-width: 800px; }
    .cart-content-detail .content-inner .content-info .inner {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 0 60px 0; }
      @media only screen and (max-width: 480px) {
        .cart-content-detail .content-inner .content-info .inner {
          flex-wrap: wrap; } }
      .cart-content-detail .content-inner .content-info .inner .box_left {
        max-width: 240px;
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 800px) {
          .cart-content-detail .content-inner .content-info .inner .box_left {
            max-width: 175px; } }
        .cart-content-detail .content-inner .content-info .inner .box_left .img-detail {
          margin: 0 0 10px 0; }
          .cart-content-detail .content-inner .content-info .inner .box_left .img-detail .cart-item-image {
            max-width: 135px;
            width: 100%;
            border: 1px solid #ECECEC; }
      .cart-content-detail .content-inner .content-info .inner .box_right {
        max-width: 425px;
        width: 100%; }
        @media only screen and (max-width: 800px) {
          .cart-content-detail .content-inner .content-info .inner .box_right {
            max-width: 100%;
            width: calc(100% - 175px); } }
        @media only screen and (max-width: 480px) {
          .cart-content-detail .content-inner .content-info .inner .box_right {
            width: 100%; } }
      .cart-content-detail .content-inner .content-info .inner .cart-item-name {
        margin: 0 0 2px 0; }
        .cart-content-detail .content-inner .content-info .inner .cart-item-name .cart-item-name__label {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: -0.2px;
          color: #000000;
          text-decoration: none; }
          .cart-content-detail .content-inner .content-info .inner .cart-item-name .cart-item-name__label:hover {
            color: #4496f6; }
      .cart-content-detail .content-inner .content-info .inner .definitionList {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #243140;
        margin: 0 0 18px 0; }
        .cart-content-detail .content-inner .content-info .inner .definitionList .definitionList-key,
        .cart-content-detail .content-inner .content-info .inner .definitionList .definitionList-value {
          color: #243140; }
      .cart-content-detail .content-inner .content-info .inner .price-sec .cart-item-value {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 16px;
        color: #243140;
        margin: 0 0 25px 0;
        padding: 0;
        display: block; }
      .cart-content-detail .content-inner .content-info .inner .qty-sec {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment {
          margin: 0 12px 0 0; }
          .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button {
            width: 30px;
            height: 30px;
            background: #4A4CFE;
            border-radius: 4px;
            border: 1px solid #4A4CFE; }
            .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button:hover {
              background: #0085ff;
              border: 1px solid #0085ff;
              position: relative; }
            .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button[data-action="dec"]:before, .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button[data-action="inc"]:before {
              color: #fff;
              position: absolute;
              left: 50%;
              top: 52%;
              transform: translate(-50%, -48%); }
            .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button[data-action="dec"]:before {
              content: "-";
              font-size: 24px; }
            .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button[data-action="inc"]:before {
              content: "+";
              font-size: 22px; }
            .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .button .icon {
              display: none; }
          .cart-content-detail .content-inner .content-info .inner .qty-sec .form-increment .form-input {
            width: 34px;
            height: 30px;
            border-radius: 0;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #000000;
            padding: 0;
            margin: 0 4px; }
        .cart-content-detail .content-inner .content-info .inner .qty-sec .cart-remove {
          background: #EAEAFF;
          border-radius: 4px;
          width: 60px;
          height: 30px;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 24px;
          letter-spacing: -0.15px;
          color: #4A4CFE;
          text-transform: capitalize; }

.option-slider-content.clamps {
  max-width: 475px; }
  .option-slider-content.clamps .single-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    padding: 20px 14px; }
    .option-slider-content.clamps .single-img:hover,
    .option-slider-content.clamps .single-img .selected-swatch {
      border-color: #5557FE; }
    .option-slider-content.clamps .single-img .single-img-sec {
      width: 150px;
      text-align: center;
      margin: 0 auto; }
    .option-slider-content.clamps .single-img .items-list {
      display: flex;
      flex-direction: column;
      width: calc(100% - 150px);
      text-align: left;
      list-style: none;
      margin: 0; }
      .option-slider-content.clamps .single-img .items-list li {
        margin: 0 0 1px 0;
        color: #222; }
        .option-slider-content.clamps .single-img .items-list li:first-child {
          font-weight: bold;
          font-size: 16px;
          color: #222;
          margin: 0 0 8px 0; }
        .option-slider-content.clamps .single-img .items-list li:not(:first-child) {
          padding: 0 0 0 20px;
          position: relative;
          font-size: 12px; }
        .option-slider-content.clamps .single-img .items-list li:not(:first-child):before {
          content: "";
          width: 4px;
          height: 4px;
          background: #222;
          position: absolute;
          top: 8px;
          left: 6px;
          border-radius: 50%; }
    .option-slider-content.clamps .single-img img {
      display: block;
      border: 0;
      border-radius: 0;
      max-width: none;
      width: auto;
      margin: 0 auto; }
    .option-slider-content.clamps .single-img span {
      display: block; }
    .option-slider-content.clamps .single-img .clamp-button {
      border: 1px solid #4A4CFE;
      border-radius: 2rem;
      color: #4A4CFE;
      font-family: Poppins,Arial,Helvetica,sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding: 6px 10px;
      max-width: 120px;
      display: block;
      width: 100%;
      margin: 10px 0;
      text-transform: capitalize;
      text-align: center;
      text-decoration: none; }
    .option-slider-content.clamps .single-img:hover .clamp-button {
      color: #fff;
      background: #4A4CFE; }

.alternate-product .select-wrap.band-option.haveClamps .img-content {
  display: none; }

.faq-accordion-section {
  margin: 119px auto 106px;
  width: 100%; }
  .faq-accordion-section.home-faq {
    max-width: calc(886px + 1.42857rem);
    padding: 0 1.42857rem; }
  .faq-accordion-section.category-faq {
    max-width: 1116px; }
  .faq-accordion-section h3 {
    color: #243140;
    font-size: 32px;
    font-weight: 400;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 48px;
    padding-bottom: 30px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #979797; }
    @media only screen and (max-width: 800px) {
      .faq-accordion-section h3 {
        font-size: 24px;
        line-height: normal; } }
  .faq-accordion-section .faq-content .faq-accordion-toggle {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin: 0;
    padding-right: 75px;
    cursor: pointer;
    position: relative; }
    .faq-accordion-section .faq-content .faq-accordion-toggle:after {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 11 7'%3E%3Cpath d='M-2.42984e-07 1.44118L5.5 7L11 1.44118L9.57407 6.23292e-08L5.5 4.11765L1.42593 4.18496e-07L-2.42984e-07 1.44118Z' fill='rgb(0, 0, 0)' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      position: absolute;
      right: 28px;
      top: 8px;
      transform: rotate(0deg);
      transition: 0.2s all; }
    .faq-accordion-section .faq-content .faq-accordion-toggle.active:after {
      transform: rotate(180deg);
      transition: 0.2s all; }
  .faq-accordion-section .faq-content .faq-accordion-box {
    padding-bottom: 15px;
    margin: 15px 0;
    border-bottom: 1px solid #979797; }
  .faq-accordion-section .faq-content .faq-accordion-content {
    padding: 15px 0; }
    .faq-accordion-section .faq-content .faq-accordion-content p {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      line-height: 22px; }
      .faq-accordion-section .faq-content .faq-accordion-content p:last-child {
        margin: 0; }

.page.custom-medule-pages {
  margin: 25px 0 0 0; }

.our-services-wrapper .top-section {
  max-width: 880px;
  width: 100%;
  text-align: center;
  margin: 30px auto 50px; }
  @media (min-width: 1261px) {
    .our-services-wrapper .top-section {
      margin: 30px auto 100px; } }
  .our-services-wrapper .top-section h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.8px;
    color: #243140;
    margin: 0 0 20px; }
    @media (min-width: 551px) {
      .our-services-wrapper .top-section h3 {
        font-size: 40px; } }
    @media (min-width: 1261px) {
      .our-services-wrapper .top-section h3 {
        font-size: 56px;
        margin: 0 0 30px; } }
  .our-services-wrapper .top-section p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: #243140;
    margin: 0; }
    @media (min-width: 551px) {
      .our-services-wrapper .top-section p {
        font-size: 18px; } }
    @media (min-width: 1261px) {
      .our-services-wrapper .top-section p {
        font-size: 20px; } }

.our-services-wrapper .bottom-detailed-section .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (min-width: 1261px) {
    .our-services-wrapper .bottom-detailed-section .box {
      margin-bottom: 100px; } }
  .our-services-wrapper .bottom-detailed-section .box img {
    width: 100%; }
  .our-services-wrapper .bottom-detailed-section .box .box-item h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.4px;
    color: #243140;
    margin: 0 0 30px 0; }
  .our-services-wrapper .bottom-detailed-section .box .box-item p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #243140;
    margin: 0 0 20px 0; }
  .our-services-wrapper .bottom-detailed-section .box .box-item .btn a {
    padding: 20px;
    border-radius: 29.8px;
    border: 1px solid #4a4cfe;
    background-color: #4a4cfe;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block; }
    .our-services-wrapper .bottom-detailed-section .box .box-item .btn a:hover {
      background-color: #fff;
      color: #4a4cfe; }
  .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-left {
    width: 100%; }
    @media (min-width: 801px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-left {
        width: 48%; } }
  .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-right {
    width: 100%;
    padding: 20px; }
    @media (min-width: 551px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-right {
        padding: 20px 50px 20px 80px; } }
    @media (min-width: 801px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-right {
        width: 52%; } }
    @media (min-width: 1261px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-right {
        padding: 20px 70px 20px 140px; } }
    .our-services-wrapper .bottom-detailed-section .box:nth-child(2n+1) .box-item-right .inner {
      max-width: 520px; }
  .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-left {
    width: 100%;
    order: 2;
    padding: 20px; }
    @media (min-width: 551px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-left {
        padding: 20px 50px 20px 80px; } }
    @media (min-width: 801px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-left {
        width: 52%;
        order: unset; } }
    @media (min-width: 1261px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-left {
        padding: 20px 70px 20px 140px; } }
    .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-left .inner {
      max-width: 608px; }
  .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-right {
    width: 100%;
    order: 1; }
    @media (min-width: 801px) {
      .our-services-wrapper .bottom-detailed-section .box:nth-child(2n) .box-item-right {
        width: 48%;
        order: unset; } }

.special-information-module {
  background: #fafafa;
  padding: 50px 0; }
  @media (min-width: 801px) {
    .special-information-module {
      padding: 75px 0; } }
  .special-information-module .inner-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px; }
    @media (min-width: 551px) {
      .special-information-module .inner-info {
        padding: 0 40px; } }
    @media (min-width: 1261px) {
      .special-information-module .inner-info {
        padding: 0 140px; } }
    .special-information-module .inner-info .box {
      width: 100%; }
      @media (min-width: 801px) {
        .special-information-module .inner-info .box {
          width: 50%; } }
      .special-information-module .inner-info .box h3 {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 33px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: -0.4px;
        color: #243140;
        margin: 0 0 25px 0; }
      .special-information-module .inner-info .box ul {
        list-style: none;
        margin: 0; }
        .special-information-module .inner-info .box ul:after, .special-information-module .inner-info .box ul:before {
          content: "";
          display: table;
          clear: both; }
        .special-information-module .inner-info .box ul li {
          float: left;
          margin: 0 0 15px 0;
          width: 100%; }
          @media (min-width: 551px) {
            .special-information-module .inner-info .box ul li {
              width: 50%; } }
          @media (min-width: 801px) {
            .special-information-module .inner-info .box ul li {
              width: 100%;
              margin: 0 0 25px 0; } }
          @media (min-width: 1261px) {
            .special-information-module .inner-info .box ul li {
              width: 50%; } }
          .special-information-module .inner-info .box ul li a {
            font-family: "Poppins", Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: -0.4px;
            color: #243140;
            text-decoration: none; }
            .special-information-module .inner-info .box ul li a svg {
              width: 22px;
              height: 22px;
              fill: #5d5fff;
              stroke: #5d5fff;
              transform: rotate(-90deg);
              margin-bottom: -4px; }
            .special-information-module .inner-info .box ul li a:hover {
              color: #5d5fff; }
  .special-information-module.blue-bg {
    background: #4A4CFE; }
    .special-information-module.blue-bg .inner-info .box h3 {
      color: #fff; }
    .special-information-module.blue-bg .inner-info .box ul li a {
      color: #fff; }
      .special-information-module.blue-bg .inner-info .box ul li a svg {
        fill: #fff;
        stroke: #fff; }
      .special-information-module.blue-bg .inner-info .box ul li a:hover {
        color: #fff;
        opacity: 0.8; }

.our-services-landing-wrapper {
  margin: 0 0 50px 0; }
  @media (min-width: 801px) {
    .our-services-landing-wrapper {
      margin: 0 0 100px 0; } }
  .our-services-landing-wrapper .our-services-detail {
    margin-left: calc(-50vw + 50% - 10px);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .our-services-landing-wrapper .our-services-detail .text-detail {
      width: 100%;
      padding: 40px; }
      @media (min-width: 801px) {
        .our-services-landing-wrapper .our-services-detail .text-detail {
          width: 50%;
          padding: 40px 40px 40px 100px; } }
      .our-services-landing-wrapper .our-services-detail .text-detail h1.services-detail-main-hd,
      .our-services-landing-wrapper .our-services-detail .text-detail h3.services-detail-main-hd {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 45px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: -0.8px;
        text-align: left;
        color: #243140;
        margin: 0 0 30px 0; }
        @media (min-width: 1261px) {
          .our-services-landing-wrapper .our-services-detail .text-detail h1.services-detail-main-hd,
          .our-services-landing-wrapper .our-services-detail .text-detail h3.services-detail-main-hd {
            font-size: 56px; } }
      .our-services-landing-wrapper .our-services-detail .text-detail p {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.4px;
        text-align: left;
        color: #243140;
        margin: 0 0 20px 0; }
        .our-services-landing-wrapper .our-services-detail .text-detail p br {
          display: none; }
          @media (min-width: 1261px) {
            .our-services-landing-wrapper .our-services-detail .text-detail p br {
              display: inline; } }
    .our-services-landing-wrapper .our-services-detail .image-detail {
      width: 100%;
      margin: 0; }
      @media (min-width: 801px) {
        .our-services-landing-wrapper .our-services-detail .image-detail {
          width: 50%; } }
      .our-services-landing-wrapper .our-services-detail .image-detail img {
        width: 100%; }
  .our-services-landing-wrapper .our-services-features {
    display: flex;
    margin: 0 0 40px 0;
    padding-right: 0; }
    @media (min-width: 801px) {
      .our-services-landing-wrapper .our-services-features {
        margin: 80px 0 40px 0;
        padding-right: 50px; } }
    .our-services-landing-wrapper .our-services-features .inner-feat {
      max-width: 690px;
      width: 100%;
      margin: 0 auto; }
    .our-services-landing-wrapper .our-services-features h3.services-features-hd {
      font-size: 26px;
      line-height: 42px;
      letter-spacing: -0.35px;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-style: normal;
      color: #383735;
      margin: 0 0 30px 0; }
      @media (min-width: 801px) {
        .our-services-landing-wrapper .our-services-features h3.services-features-hd {
          font-size: 33px;
          line-height: 51px;
          margin: 0 0 50px 0; } }
    .our-services-landing-wrapper .our-services-features h4 {
      color: #393939;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 25px;
      margin: 0 0 8px 0; }
    .our-services-landing-wrapper .our-services-features p {
      font-stretch: normal;
      letter-spacing: normal;
      margin: 0 0 15px 0;
      color: #393939;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px; }
  .our-services-landing-wrapper .our-services-articles-section .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0; }
    .our-services-landing-wrapper .our-services-articles-section .heading h3 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 33px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: -0.52px;
      color: #0a122a;
      margin: 0; }
    .our-services-landing-wrapper .our-services-articles-section .heading .view-all-art-hd a {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #243140;
      text-decoration: none;
      border-bottom: 1px solid #4a4cfe; }
      .our-services-landing-wrapper .our-services-articles-section .heading .view-all-art-hd a:hover {
        color: #4a4cfe; }
  .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .inner-art {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    @media (min-width: 551px) {
      .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .inner-art {
        margin: 0 -15px; } }
  .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .box {
    padding: 0;
    width: 100%;
    margin: 0 0 20px 0; }
    @media (min-width: 551px) {
      .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .box {
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 801px) {
      .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .box {
        width: 33.333%; } }
  .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .image-box {
    margin: 0 0 20px 0; }
  .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .title-box h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: -0.3px;
    color: #243140;
    margin: 0 0 20px 0; }
  .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .description-box {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.1px;
    color: #243140;
    margin: 0 0 20px 0; }
  .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .read-more a {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4cfe;
    text-decoration: none; }
    .our-services-landing-wrapper .our-services-articles-section .our-services-articles-outer .read-more a:hover {
      color: #243140; }

.aboutus-medule-wrapper {
  margin: 0 0 50px 0; }
  @media (min-width: 801px) {
    .aboutus-medule-wrapper {
      margin: 0 0 100px 0; } }
  .aboutus-medule-wrapper .aboutus-medule-top h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.8px;
    text-align: center;
    color: #243140;
    margin: 0 0 30px 0; }
    @media (min-width: 1261px) {
      .aboutus-medule-wrapper .aboutus-medule-top h3 {
        font-size: 56px; } }
    .aboutus-medule-wrapper .aboutus-medule-top h3 br {
      display: none; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .aboutus-medule-top h3 br {
          display: inline; } }
  .aboutus-medule-wrapper .aboutus-medule-top p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.4px;
    text-align: center;
    color: #243140;
    margin: 0 0 20px 0; }
    .aboutus-medule-wrapper .aboutus-medule-top p br {
      display: none; }
      @media (min-width: 551px) {
        .aboutus-medule-wrapper .aboutus-medule-top p br {
          display: inline; } }
  .aboutus-medule-wrapper .aboutus-medule-top .image-detail {
    margin: 30px 0; }
    @media (min-width: 1261px) {
      .aboutus-medule-wrapper .aboutus-medule-top .image-detail {
        margin: 60px 0; } }
    .aboutus-medule-wrapper .aboutus-medule-top .image-detail .inner {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 30px -20px; }
    .aboutus-medule-wrapper .aboutus-medule-top .image-detail .box {
      padding: 0 20px;
      margin: 0 0 20px 0;
      width: 100%; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .aboutus-medule-top .image-detail .box {
          width: 50%; } }
      .aboutus-medule-wrapper .aboutus-medule-top .image-detail .box img {
        width: 100%; }
  .aboutus-medule-wrapper .aboutus-medule-features {
    margin: 0 0 40px 0; }
    .aboutus-medule-wrapper .aboutus-medule-features .inner {
      display: flex;
      flex-wrap: wrap; }
      .aboutus-medule-wrapper .aboutus-medule-features .inner .box {
        width: 100%; }
        @media (min-width: 801px) {
          .aboutus-medule-wrapper .aboutus-medule-features .inner .box {
            width: 50%; } }
        .aboutus-medule-wrapper .aboutus-medule-features .inner .box.right {
          padding: 0; }
          @media (min-width: 801px) {
            .aboutus-medule-wrapper .aboutus-medule-features .inner .box.right {
              padding: 0 20px 0 80px; } }
          @media (min-width: 1261px) {
            .aboutus-medule-wrapper .aboutus-medule-features .inner .box.right {
              padding: 0 20px 0 160px; } }
    .aboutus-medule-wrapper .aboutus-medule-features h3 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 33px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: -0.4px;
      color: #243140;
      margin: 0 0 15px 0;
      max-width: 100%;
      width: 100%;
      float: none; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .aboutus-medule-features h3 {
          float: right;
          max-width: 300px; } }
    .aboutus-medule-wrapper .aboutus-medule-features p {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #383735;
      margin: 0 0 15px 0; }
  .aboutus-medule-wrapper .index-profile-ranking-section {
    margin: 80px 0; }
    @media (min-width: 801px) {
      .aboutus-medule-wrapper .index-profile-ranking-section {
        margin: 120px 0; } }
    .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner .box {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0; }
        @media (min-width: 551px) {
          .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner .box {
            width: 50%; } }
        @media (min-width: 801px) {
          .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner .box {
            width: 25%; } }
      .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner h3 {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 45px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: -0.8px;
        text-align: center;
        color: #243140;
        margin: 0 0 10px 0; }
        @media (min-width: 1261px) {
          .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner h3 {
            font-size: 56px; } }
      .aboutus-medule-wrapper .index-profile-ranking-section .index-ranking-inner p {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.4px;
        text-align: center;
        color: #243140;
        margin: 0 0 20px 0; }
  .aboutus-medule-wrapper .panelscreen-careers-boxes {
    margin-bottom: 50px; }
    @media (min-width: 1261px) {
      .aboutus-medule-wrapper .panelscreen-careers-boxes {
        margin-bottom: 100px; } }
    .aboutus-medule-wrapper .panelscreen-careers-boxes .box {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .aboutus-medule-wrapper .panelscreen-careers-boxes .box img {
        width: 100%; }
      .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.left {
        width: 100%; }
        @media (min-width: 801px) {
          .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.left {
            width: 48%; } }
      .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.right {
        width: 100%;
        padding: 20px; }
        @media (min-width: 551px) {
          .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.right {
            padding: 20px 50px 20px 80px; } }
        @media (min-width: 801px) {
          .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.right {
            width: 52%; } }
        @media (min-width: 1261px) {
          .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.right {
            padding: 20px 70px 20px 140px; } }
        .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item.right .inner {
          max-width: 420px; }
      .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item h3 {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 33px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: -0.4px;
        color: #243140;
        margin: 0 0 30px 0; }
      .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item p {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: -0.2px;
        color: #243140;
        margin: 0 0 20px 0; }
      .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item .btn {
        margin: 40px 0 0 0; }
        .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item .btn a {
          padding: 20px;
          border-radius: 29.8px;
          border: 1px solid #4a4cfe;
          background-color: #4a4cfe;
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 500;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: center;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          max-width: 185px; }
          .aboutus-medule-wrapper .panelscreen-careers-boxes .box .box-item .btn a:hover {
            background-color: #fff;
            color: #4a4cfe; }
  .aboutus-medule-wrapper .choose-people-wrapper {
    text-align: center;
    margin: 0; }
    @media (min-width: 551px) {
      .aboutus-medule-wrapper .choose-people-wrapper {
        margin: 0 -15px; } }
    .aboutus-medule-wrapper .choose-people-wrapper h3 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 33px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: -0.4px;
      color: #243140;
      margin: 0 0 35px 0; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .choose-people-wrapper h3 {
          margin: 0 0 65px 0; } }
    .aboutus-medule-wrapper .choose-people-wrapper .inner {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    .aboutus-medule-wrapper .choose-people-wrapper .box {
      padding: 0;
      width: 100%;
      margin: 0 0 30px 0; }
      @media (min-width: 551px) {
        .aboutus-medule-wrapper .choose-people-wrapper .box {
          width: 50%;
          padding: 0 15px; } }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .choose-people-wrapper .box {
          width: 33.333%; } }
      .aboutus-medule-wrapper .choose-people-wrapper .box .icon-box {
        background: #23313F;
        width: 65px;
        height: 65px;
        padding: 15px;
        border-radius: 50%;
        margin: 0 auto 20px; }
        .aboutus-medule-wrapper .choose-people-wrapper .box .icon-box svg {
          width: 100%;
          height: 100%;
          fill: #fff;
          stroke: #fff; }
      .aboutus-medule-wrapper .choose-people-wrapper .box .hd-box h3 {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 33px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: -0.3px;
        color: #243140;
        margin: 0 0 20px 0; }
      .aboutus-medule-wrapper .choose-people-wrapper .box .description-box {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: -0.1px;
        color: #243140;
        margin: 0 0 20px 0; }
      .aboutus-medule-wrapper .choose-people-wrapper .box .btn-box a {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a4cfe;
        text-decoration: none; }
        .aboutus-medule-wrapper .choose-people-wrapper .box .btn-box a:hover {
          color: #243140; }
  .aboutus-medule-wrapper .customers-testimonials-wraper {
    background: #243141;
    color: #fff;
    padding: 50px 25px;
    margin: 0 0 50px 0; }
    @media (min-width: 801px) {
      .aboutus-medule-wrapper .customers-testimonials-wraper {
        padding: 100px 50px;
        margin: 0 0 80px 0; } }
    .aboutus-medule-wrapper .customers-testimonials-wraper .inner {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    .aboutus-medule-wrapper .customers-testimonials-wraper .box {
      padding: 0 10px;
      width: 100%; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .customers-testimonials-wraper .box {
          padding: 0 50px;
          width: 50%; } }
      .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item {
        max-width: 440px;
        min-width: auto;
        width: 100%;
        padding-bottom: 7rem;
        position: relative; }
        .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow {
          width: 3.4285714286rem;
          height: 3.4285714286rem;
          background: #4B4CFE;
          border: none;
          color: #333;
          border: 1px solid rgba(77, 97, 146, 0.1);
          transform: none !important;
          background-image: url(../img/dh-custom/right-arrow-h.svg);
          background-repeat: no-repeat;
          background-position: 19.5px center;
          background-size: auto;
          position: absolute;
          right: 0;
          top: inherit;
          bottom: 0;
          border-radius: 50%;
          cursor: pointer; }
          @media only screen and (max-width: 550px) {
            .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow {
              width: 2.8rem;
              height: 2.8rem;
              background-position: 15px center; } }
          .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow:hover {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: 19.5px center;
            background-size: auto;
            background-image: url(../img/dh-custom/right-arrow.svg); }
            @media only screen and (max-width: 550px) {
              .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow:hover {
                background-position: 15px center; } }
        .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-prev {
          right: auto;
          left: 0;
          background-image: url(../img/dh-custom/left-arrow-h.svg);
          background-position: 16px center; }
          @media only screen and (max-width: 550px) {
            .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-prev {
              right: 4.5rem;
              background-position: 12px center; } }
          .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-prev:hover {
            background-image: url(../img/dh-custom/left-arrow.svg);
            background-position: 16px center; }
            @media only screen and (max-width: 550px) {
              .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-prev:hover {
                background-position: 12px center; } }
        .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-next {
          right: auto;
          left: 4rem;
          background-position: 19.5px center; }
          @media only screen and (max-width: 550px) {
            .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-next {
              background-position: 15px center; } }
        .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-next:before,
        .aboutus-medule-wrapper .customers-testimonials-wraper .box .outer-item .slick-arrow.slick-prev:before {
          display: none; }
      .aboutus-medule-wrapper .customers-testimonials-wraper .box h3 {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 33px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: -0.4px;
        color: #fff;
        margin: 0 0 35px 0; }
      .aboutus-medule-wrapper .customers-testimonials-wraper .box .pagination {
        font-size: 12px;
        margin: 0 0 20px 0; }
      .aboutus-medule-wrapper .customers-testimonials-wraper .box .description {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: -0.4px;
        color: #fff;
        margin: 0 0 28px 0; }
  .aboutus-medule-wrapper .services-leading-brands-wraper {
    margin: 0 0 50px 0; }
    @media (min-width: 801px) {
      .aboutus-medule-wrapper .services-leading-brands-wraper {
        margin: 0 0 80px 0; } }
    .aboutus-medule-wrapper .services-leading-brands-wraper .inner {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .services-leading-brands-wraper .inner {
          padding: 0 25px; } }
      @media (min-width: 1261px) {
        .aboutus-medule-wrapper .services-leading-brands-wraper .inner {
          padding: 0 50px; } }
    .aboutus-medule-wrapper .services-leading-brands-wraper .box {
      margin: 0 0 25px 0;
      padding: 0; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .services-leading-brands-wraper .box {
          padding: 0 15px; } }
      @media (min-width: 1261px) {
        .aboutus-medule-wrapper .services-leading-brands-wraper .box {
          padding: 0 50px; } }
      .aboutus-medule-wrapper .services-leading-brands-wraper .box.left {
        width: 100%; }
        @media (min-width: 801px) {
          .aboutus-medule-wrapper .services-leading-brands-wraper .box.left {
            width: 40%; } }
      .aboutus-medule-wrapper .services-leading-brands-wraper .box.right {
        width: 100%; }
        @media (min-width: 801px) {
          .aboutus-medule-wrapper .services-leading-brands-wraper .box.right {
            width: 60%; } }
    .aboutus-medule-wrapper .services-leading-brands-wraper h3 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 30px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: -0.4px;
      color: #243140;
      margin: 0 0 20px 0; }
    .aboutus-medule-wrapper .services-leading-brands-wraper p {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: -0.2px;
      color: #c2c2c2;
      margin: 0 0 20px 0; }
    .aboutus-medule-wrapper .services-leading-brands-wraper .btn {
      margin: 40px 0 0 0; }
      .aboutus-medule-wrapper .services-leading-brands-wraper .btn a {
        padding: 20px;
        border-radius: 3px;
        border: 1px solid #4a4cfe;
        background-color: #4a4cfe;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        max-width: 200px; }
        .aboutus-medule-wrapper .services-leading-brands-wraper .btn a:hover {
          background-color: #fff;
          color: #4a4cfe; }
    .aboutus-medule-wrapper .services-leading-brands-wraper .brand-img img {
      max-width: 600px;
      width: 100%; }
  .aboutus-medule-wrapper .free-space-plane-wrapper {
    margin: 0 0 50px 0; }
    @media (min-width: 801px) {
      .aboutus-medule-wrapper .free-space-plane-wrapper {
        margin: 0 0 80px 0; } }
    .aboutus-medule-wrapper .free-space-plane-wrapper .inner {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
    .aboutus-medule-wrapper .free-space-plane-wrapper .box {
      width: 100%;
      padding: 0 15px;
      margin: 0 0 20px 0; }
      @media (min-width: 801px) {
        .aboutus-medule-wrapper .free-space-plane-wrapper .box {
          width: 33.333%;
          padding: 0 20px; } }
      .aboutus-medule-wrapper .free-space-plane-wrapper .box.middle {
        padding: 0 15px; }
        @media (min-width: 1261px) {
          .aboutus-medule-wrapper .free-space-plane-wrapper .box.middle {
            padding: 0 50px; } }
      .aboutus-medule-wrapper .free-space-plane-wrapper .box h3 {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 45px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: -0.8px;
        color: #243140;
        margin: 0 0 30px 0; }
        @media (min-width: 1261px) {
          .aboutus-medule-wrapper .free-space-plane-wrapper .box h3 {
            font-size: 56px; } }
      .aboutus-medule-wrapper .free-space-plane-wrapper .box .description p {
        font-size: 16px; }
      .aboutus-medule-wrapper .free-space-plane-wrapper .box p {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.4px;
        color: #243140;
        margin: 0 0 20px 0; }
        .aboutus-medule-wrapper .free-space-plane-wrapper .box p br {
          display: none; }
          @media (min-width: 1261px) {
            .aboutus-medule-wrapper .free-space-plane-wrapper .box p br {
              display: inline; } }
      .aboutus-medule-wrapper .free-space-plane-wrapper .box .btn {
        margin: 40px 0 0 0; }
        .aboutus-medule-wrapper .free-space-plane-wrapper .box .btn a {
          padding: 20px;
          border-radius: 3px;
          border: 1px solid #4a4cfe;
          background-color: #4a4cfe;
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 15px;
          font-weight: 400;
          font-stretch: normal;
          font-style: normal;
          line-height: 1;
          letter-spacing: normal;
          text-align: center;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          max-width: 200px; }
          .aboutus-medule-wrapper .free-space-plane-wrapper .box .btn a:hover {
            background-color: #fff;
            color: #4a4cfe; }

.custom-description-fullWidth {
  background-color: #fff; }
  .custom-description-fullWidth > p {
    display: none; }

.acoustic-panels-hub-main .sound-guides {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 80px 0; }
  @media only screen and (max-width: 991px) {
    .acoustic-panels-hub-main .sound-guides {
      margin: 0 0 40px 0; } }
  .acoustic-panels-hub-main .sound-guides .box {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .acoustic-panels-hub-main .sound-guides .box {
        width: 100%; } }
    .acoustic-panels-hub-main .sound-guides .box-left {
      background-position: center;
      background-size: cover;
      min-height: 582px; }
      .acoustic-panels-hub-main .sound-guides .box-left img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        min-height: 582px; }
    .acoustic-panels-hub-main .sound-guides .box-right {
      padding: 15px 80px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (max-width: 1239px) {
        .acoustic-panels-hub-main .sound-guides .box-right {
          padding: 15px 60px; } }
      @media only screen and (max-width: 991px) {
        .acoustic-panels-hub-main .sound-guides .box-right {
          padding: 20px;
          margin-top: 0; } }
    .acoustic-panels-hub-main .sound-guides .box .sound-guide-detail {
      width: 100%;
      max-width: 540px; }
      .acoustic-panels-hub-main .sound-guides .box .sound-guide-detail h1, .acoustic-panels-hub-main .sound-guides .box .sound-guide-detail h3 {
        font-size: 56px;
        line-height: 64px;
        font-weight: 500;
        color: #243140;
        margin: 0px 0 1.2rem;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        letter-spacing: -0.8px; }
        @media only screen and (max-width: 550px) {
          .acoustic-panels-hub-main .sound-guides .box .sound-guide-detail h1, .acoustic-panels-hub-main .sound-guides .box .sound-guide-detail h3 {
            font-size: 32px;
            line-height: 35px; } }
      .acoustic-panels-hub-main .sound-guides .box .sound-guide-detail p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 0;
        font-weight: 400;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        letter-spacing: 0px; }

.acoustic-panels-hub-main .introduction-workplace-column-view {
  margin: 0 0 40px 0; }
  @media only screen and (max-width: 1239px) {
    .acoustic-panels-hub-main .introduction-workplace-column-view {
      display: none; } }
  .acoustic-panels-hub-main .introduction-workplace-column-view .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px; }
    .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-left {
      width: 40%; }
      @media only screen and (max-width: 991px) {
        .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-left {
          width: 100%; } }
    .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right {
      width: calc(60% - 50px); }
      @media only screen and (max-width: 991px) {
        .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right {
          width: 100%; } }
      .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 50px; }
        @media only screen and (max-width: 550px) {
          .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item {
            gap: 25px; } }
        .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item > div {
          width: calc(50% - 50px);
          max-width: 305px; }
          @media only screen and (max-width: 550px) {
            .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item > div {
              width: 100%; } }
        .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item .image-detail {
          margin: 0; }
        .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item:first-child {
          margin: 0 0 50px 0; }
          @media only screen and (max-width: 550px) {
            .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box-right .box-item:first-child {
              margin: 0 0 30px 0; } }
    .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box .image-detail {
      margin: 0 0 32px 0; }
      .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box .image-detail img {
        width: 100%; }
    .acoustic-panels-hub-main .introduction-workplace-column-view .inner .box a {
      display: block;
      text-decoration: none; }

.acoustic-panels-hub-main .hub-description {
  max-width: 446px; }
  .acoustic-panels-hub-main .hub-description h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    letter-spacing: -0.4px;
    margin: 0 0 16px 0; }
  .acoustic-panels-hub-main .hub-description p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 16px 0; }
  .acoustic-panels-hub-main .hub-description a {
    color: #000;
    text-decoration: none; }
    .acoustic-panels-hub-main .hub-description a:hover {
      color: #4A4CFE; }
  .acoustic-panels-hub-main .hub-description .read-more {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    color: #4A4CFE;
    text-decoration: none;
    display: block;
    cursor: pointer; }
    .acoustic-panels-hub-main .hub-description .read-more:hover {
      color: #4496f6; }

.acoustic-panels-hub-main .intro-hub-grid-view {
  margin: 0 0 80px 0; }
  @media only screen and (max-width: 991px) {
    .acoustic-panels-hub-main .intro-hub-grid-view {
      margin: 0 0 40px 0; } }
  .acoustic-panels-hub-main .intro-hub-grid-view .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px; }
    @media only screen and (max-width: 1239px) {
      .acoustic-panels-hub-main .intro-hub-grid-view .inner {
        gap: 30px; } }
    .acoustic-panels-hub-main .intro-hub-grid-view .inner .box {
      width: calc(33.333% - 40px); }
      @media only screen and (max-width: 991px) {
        .acoustic-panels-hub-main .intro-hub-grid-view .inner .box {
          width: calc(50% - 30px); } }
      @media only screen and (max-width: 550px) {
        .acoustic-panels-hub-main .intro-hub-grid-view .inner .box {
          width: 100%; } }
      @media (min-width: 1240px) {
        .acoustic-panels-hub-main .intro-hub-grid-view .inner .box.mobile {
          display: none; } }
      .acoustic-panels-hub-main .intro-hub-grid-view .inner .box .image-detail {
        margin: 0 0 32px 0; }
        .acoustic-panels-hub-main .intro-hub-grid-view .inner .box .image-detail img {
          width: 100%; }
      .acoustic-panels-hub-main .intro-hub-grid-view .inner .box .hub-description {
        width: 100%;
        max-width: 402px; }

.pick-our-brains-section {
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 991px) {
    .pick-our-brains-section {
      margin: 0 0 40px 0; } }
  .pick-our-brains-section .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #243141; }
  .pick-our-brains-section .box {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .pick-our-brains-section .box {
        width: 100%; } }
    .pick-our-brains-section .box-left {
      background-position: center;
      background-size: cover;
      min-height: 500px; }
      @media only screen and (max-width: 991px) {
        .pick-our-brains-section .box-left {
          order: 1;
          min-height: 472px; } }
      @media only screen and (max-width: 550px) {
        .pick-our-brains-section .box-left {
          min-height: 320px; } }
      .pick-our-brains-section .box-left img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        min-height: 500px; }
    .pick-our-brains-section .box-right {
      padding: 15px 220px 15px 158px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (max-width: 1239px) {
        .pick-our-brains-section .box-right {
          padding: 15px 100px; } }
      @media only screen and (max-width: 991px) {
        .pick-our-brains-section .box-right {
          order: 2;
          padding: 20px;
          margin-top: 0; } }
    .pick-our-brains-section .box .module-inner-hd {
      font-size: 33px;
      line-height: 40px;
      font-weight: 300;
      color: #fff;
      margin: 0px 0 1.2rem;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: -0.4px; }
      @media only screen and (max-width: 550px) {
        .pick-our-brains-section .box .module-inner-hd {
          font-size: 22px;
          line-height: 24px; } }
    .pick-our-brains-section .box p {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 1.5rem;
      font-weight: 400;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: 0px; }
    .pick-our-brains-section .box .pick-our-brains-btn a {
      color: #fff;
      border: 1px solid #4B4CFE;
      background: #4B4CFE;
      padding: 15px 35px;
      display: inline-block;
      margin: 5px 0 0 0;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      letter-spacing: 0px; }
      @media only screen and (max-width: 550px) {
        .pick-our-brains-section .box .pick-our-brains-btn a {
          display: block;
          text-align: center; } }
      .pick-our-brains-section .box .pick-our-brains-btn a:hover {
        color: #4B4CFE;
        background: #fff; }

.introduction-acoustics-sub {
  padding: 20px 0 0 0; }
  .introduction-acoustics-sub .outer-top h1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.8px;
    color: #243140;
    margin: 0 0 30px 0; }
    @media only screen and (max-width: 991px) {
      .introduction-acoustics-sub .outer-top h1 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 550px) {
      .introduction-acoustics-sub .outer-top h1 {
        font-size: 35px;
        line-height: 40px; } }
  .introduction-acoustics-sub .outer-top .acoustics-banner {
    margin: 0 0 45px 0; }
    .introduction-acoustics-sub .outer-top .acoustics-banner img {
      width: 100%; }
  .introduction-acoustics-sub .outer-bottom {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px 0;
    padding-right: 150px; }
    @media only screen and (max-width: 991px) {
      .introduction-acoustics-sub .outer-bottom {
        justify-content: center;
        padding-right: 0; } }
    .introduction-acoustics-sub .outer-bottom .bottom-inner {
      width: 100%;
      max-width: 660px; }
    .introduction-acoustics-sub .outer-bottom h2 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0px;
      margin: 10px 0;
      color: #383735; }
    .introduction-acoustics-sub .outer-bottom h3 {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0px;
      margin: 10px 0;
      color: #383735; }
    .introduction-acoustics-sub .outer-bottom img {
      width: 100%;
      display: block;
      margin: 35px 0; }
    .introduction-acoustics-sub .outer-bottom p {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      letter-spacing: 0px;
      margin: 0 0 12px 0; }
    .introduction-acoustics-sub .outer-bottom ul li {
      margin: 0 0 10px 0; }
  .introduction-acoustics-sub .acoustics-hub-related-articles {
    margin: 0 0 80px 0;
    padding: 0 75px; }
    @media only screen and (max-width: 991px) {
      .introduction-acoustics-sub .acoustics-hub-related-articles {
        margin: 0 0 40px 0;
        padding: 0 15px; } }
    .introduction-acoustics-sub .acoustics-hub-related-articles h3.related-articles-hd {
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      color: #383735;
      letter-spacing: 0px;
      margin: 0 0 20px 0; }
    .introduction-acoustics-sub .acoustics-hub-related-articles .inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 30px; }
      @media only screen and (max-width: 991px) {
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner {
          gap: 25px; } }
      .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box {
        width: calc(50% - 30px); }
        @media only screen and (max-width: 550px) {
          .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box {
            width: 100%; } }
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-img {
          margin: 0 0 25px 0; }
          .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-img img {
            width: 100%; }
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-detail h3 {
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 25px;
          font-weight: 300;
          line-height: 32px;
          color: #000;
          letter-spacing: -0.4px;
          margin: 0 0 16px 0; }
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-detail p {
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          color: #000;
          letter-spacing: 0px;
          margin: 0 0 16px 0; }
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-detail a {
          color: #000;
          text-decoration: none; }
          .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-detail a:hover {
            color: #4A4CFE; }
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-detail .read-more {
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 21px;
          letter-spacing: 0px;
          color: #4A4CFE;
          text-decoration: none; }
          .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box .article-detail .read-more:hover {
            color: #4496f6; }
        .introduction-acoustics-sub .acoustics-hub-related-articles .inner .box a {
          display: block;
          text-decoration: none; }

/*
.card{
    .card-figure {
        .item-1 {
            opacity: 0; 
            transition: all .7s;
        }
    }
    &:hover{
        .card-figure {
            .item-1 {
                opacity: 1;
    transition: all .5s;
            }
        }
    }
} 
body.nav-noscroll #menu .navPages .navPages-item .sub-category .container{
        transition: all 0.5s ease;
        left:-2000px !important;
}

body.nav-noscroll #menu .navPages .navPages-item .sub-category.is-open .container{
        left:0 !important;
}
*/
