@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rye");
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:1150px)/";
  width: 801px; }

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

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

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

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

/*container("borderColor")*/
.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: black;
  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: 15px; }
  @media (min-width: 551px) {
    html {
      font-size: 15px; } }
  @media (min-width: 801px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1150px) {
    html {
      font-size: 15px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 38px; }

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

hr {
  border: solid #f7f7f7;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2.03333rem 0 1.96667rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

cite {
  color: #a5a5a5;
  display: block;
  font-size: 13px; }

.icon {
  height: 1.06667rem;
  width: 1.06667rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #3a3b39;
    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.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .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 #f7f7f7;
  margin-bottom: 2.03333rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f7f7f7; }
    .table thead tr th,
    .table thead tr td {
      font-size: 13px;
      font-weight: 700;
      padding: 0.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.73333rem 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 #f7f7f7; }

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

.table-tbody tr {
  border-bottom: 1px solid #f7f7f7; }
  .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: "Barlow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #dfdfdf;
  color: #b3b3b3;
  font-size: 13px;
  padding: 0.93333rem 2.23333rem;
  border-radius: 0px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: black;
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid black;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.73333rem; } }

/*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: #04b9b0;
  border-color: #04b9b0;
  color: black; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: black;
    border-color: black;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 13px;
  padding: 0.73333rem 0.73333rem; }
  .button--icon svg {
    fill: #ededed; }

/*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: 0px;
      border-top-left-radius: 0px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 0px;
      border-right-width: 1px;
      border-top-right-radius: 0px; }

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 13px;
  height: auto;
  padding: 0.73333rem;
  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: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 0.4rem 0.8rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.4rem; }
  .dropdown-menu-item a {
    margin: -0.4rem; }

/*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 #454545;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.73333rem;
  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: 13px;
  line-height: 1.5;
  margin-bottom: 0.53333rem; }
  .form-label small {
    color: black;
    font-size: 0.66667rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  color: #454545;
  font-family: inherit;
  font-size: 13px;
  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: 0px; }
  .form-select:focus {
    border-color: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2.03333rem;
  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: 13px;
    font-weight: 400;
    margin-bottom: 0.4rem;
    padding-left: 1.9rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #dfdfdf;
      border-width: 1px;
      height: 1.06667rem;
      left: 0;
      top: 0;
      width: 1.06667rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.93333rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.93333rem; }

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

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

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

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

/*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.86667rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.86667rem;
    margin: 0.06667rem 0 0 -2.93333rem;
    width: 2.86667rem; }

/*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.4rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.4rem;
    width: 1.33333rem; }

/*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 #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6rem;
  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: #ededed;
    box-shadow: 0 0 4px rgba(237, 237, 237, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 1.86667rem;
  cursor: pointer;
  display: inline-block;
  height: 1.86667rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

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

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

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

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

.switch-description--on {
  color: #989898;
  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 #454545;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2.03333rem;
    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.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #69d66f; }

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

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #04b9b0;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

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

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

.tab-title {
  color: black;
  display: block;
  font-size: 15px;
  padding: 0.73333rem 1.46667rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  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.73333rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: black;
  font-size: 15px;
  padding: 0.2rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 13px;
    margin-left: 0.4rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 0px;
      transition: background-color 300ms ease-out;
      background: none;
      color: black;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 0.53333rem; }
  .pagination-list li {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.13333rem; }
  .alertBox-close .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox-close svg {
    fill: #4c4c4c; }

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #f7f7f7;
  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 #f7f7f7;
  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 #f7f7f7;
  padding: 0.73333rem 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.73333rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: #ffd61e;
  border-radius: 0px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.4rem 0.73333rem; }

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

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

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

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

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

.actionBar-link {
  display: block;
  padding: 0.73333rem 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.4rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 13.33333rem; } }

@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 #454545;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .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: black;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  /*@include carouselOpaqueBackgrounds($slick-arrow-bgColor);*/
  z-index: 1;
  height: 3.06667rem;
  margin-top: -2rem;
  padding: 0;
  width: 3.06667rem;
  border-radius: 0;
  width: 40px;
  height: 40px; }
  .slick-next:hover,
  .slick-prev:hover {
    border-color: #4f4f4f; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    /*@include carouselOpaqueBackgrounds($slick-arrow-bgColor); // 1*/ }

.slick-next {
  right: -10px;
  background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll -100px 10px;
  transform: none;
  /*&::before {
        background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll -134px 0px;
    }*/ }
  .slick-next:focus {
    background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll -100px 10px; }
  @media (min-width: 1150px) {
    .slick-next {
      right: 0; } }
  @media (min-width: 1651px) {
    .slick-next {
      right: -40px; } }
  .slick-next:hover {
    background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll -100px -65px; }

.slick-prev {
  left: -10px;
  background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll 15px 10px;
  transform: none;
  /*&::before {
        background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll 0px 0px;
    }*/ }
  .slick-prev:focus {
    background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll 15px 10px; }
  @media (min-width: 1150px) {
    .slick-prev {
      left: 0; } }
  @media (min-width: 1651px) {
    .slick-prev {
      left: -40px; } }
  .slick-prev:hover {
    background: transparent url("../img/megnor/pro-arrow.png") no-repeat scroll 15px -65px; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 1.33333rem;
    width: 1.33333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.8rem;
      width: 0.8rem; }
    .slick-dots li button {
      border: 1px solid rgba(255, 255, 255, 0.9);
      background: rgba(211, 211, 211, 0.9);
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

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

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.33333rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Barlow", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: white;
    font-size: 2rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.13333rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #dfdfdf;
    color: #454545; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #454545; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #dfdfdf;
    color: #b3b3b3;
    font-size: 13px;
    padding: 0.93333rem 2.23333rem;
    border-radius: 0px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: black;
      color: black; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid black;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #04b9b0;
    border-color: #04b9b0;
    color: black; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #dfdfdf;
    color: #b3b3b3; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.73333rem; } }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: black;
    color: black; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: black;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.73333rem; }

html,
body {
  height: auto; }

@media (min-width: 801px) {
  body {
    padding-top: 0;
    float: left;
    width: 100%; } }

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.73333rem; }

.filter-box {
  float: left;
  margin-bottom: 0;
  padding: 0.53333rem 0;
  width: 100%;
  margin-top: 10px; }
  .filter-box .actionBar {
    width: 100%;
    margin: 10px 0 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
    @media (min-width: 801px) {
      .filter-box .actionBar {
        width: auto;
        margin: 0; } }
    .filter-box .actionBar .actionBar-section {
      display: inline-block;
      float: none; }
      @media (min-width: 801px) {
        .filter-box .actionBar .actionBar-section {
          float: left; } }
  .filter-box .grid-filter {
    vertical-align: top;
    text-align: center; }
    @media (min-width: 801px) {
      .filter-box .grid-filter {
        text-align: left;
        width: auto;
        display: inline-block; } }
    .filter-box .grid-filter .grid, .filter-box .grid-filter .list {
      font-size: 0;
      padding: 0;
      margin-right: 3px;
      display: inline-block;
      vertical-align: top; }
      .filter-box .grid-filter .grid:before, .filter-box .grid-filter .list:before {
        height: 34px;
        width: 34px;
        display: block;
        content: "";
        border: 1px solid #dfdfdf;
        background: rgba(0, 0, 0, 0) url("../img/megnor/sprite.png") no-repeat scroll 0 0; }
    .filter-box .grid-filter .grid:before {
      background-position: -41px -686px;
      content: ""; }
    .filter-box .grid-filter .grid:hover:before, .filter-box .grid-filter .grid.active:before {
      background-position: -41px -658px; }
    .filter-box .grid-filter .list:before {
      background-position: -69px -686px;
      content: ""; }
    .filter-box .grid-filter .list:hover:before, .filter-box .grid-filter .list.active:before {
      background-position: -69px -658px; }

body {
  font-size: fontSize-root;
  font-weight: 400;
  letter-spacing: 0.6px;
  background: url("//cdn2.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/bg.png") no-repeat fixed; }
  body #loader {
    display: inline-block;
    transform: translateZ(1px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    width: 70px;
    height: 70px; }
  body #loader > div {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #000;
    animation: loader 5s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

@keyframes loader {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  100% {
    transform: rotateY(3600deg); } }
  body .tml {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: #ffffff;
    top: 0; }

.site-theme {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.08); }
  @media (min-width: 801px) {
    .site-theme {
      margin: 0 2.03333rem; } }
  @media (min-width: 1150px) {
    .site-theme {
      margin: 0 5.66667rem; } }
  @media (min-width: 1439px) {
    .site-theme {
      margin: 0 9.33333rem; } }
  @media (min-width: 1651px) {
    .site-theme {
      margin: 0 10.1rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.23333rem;
  color: #000; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

p {
  margin-bottom: 0.7rem; }

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

*:focus {
  outline: none; }

.page-heading {
  font-size: 22px;
  margin: 0 0 1rem;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

/*.main.full{
	.newpro_container{
		.page-heading {
			margin: 2.14286rem 0 2.14286rem;
		}
	}
}*/
.main.full .page-heading {
  font-size: 28px;
  margin: 1rem 0 1.06667rem;
  padding: 1rem 0 1rem;
  position: relative;
  text-align: center;
  line-height: 3.2rem;
  text-transform: capitalize;
  font-weight: bold;
  width: 100%; }
  @media (min-width: 551px) {
    .main.full .page-heading {
      font-size: 28px;
      margin: 0.66667rem 0 0;
      padding: 2rem 0 2rem; } }
  @media (min-width: 1150px) {
    .main.full .page-heading {
      font-size: 38px; } }

.main.full .page-heading .arrow {
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 39px; }

.main.full .arrow {
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 39px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: black;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 0 0; }

.definitionList-value {
  margin: 0; }

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

.form-label small {
  float: right;
  margin-top: 0.4rem;
  color: #bcbcbc; }

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

.table {
  margin-top: 2.03333rem; }
  .table td + td {
    border-left: 1px solid #f7f7f7; }
  .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; } }
    .table-actions .button:hover {
      background: black;
      color: #fff; }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.4rem; } }

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 2.13333rem;
  width: 2.13333rem;
  color: #3a3b39;
  font-size: 26px;
  line-height: 2.13333rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #04b9b0; }

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

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: left;
  margin: 0 0 1.4rem; }
  .breadcrumbs a {
    color: #a5a5a5;
    font-size: 0.86667rem;
    font-weight: 500;
    letter-spacing: 0.8px; }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb:before {
    color: #a5a5a5; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #a5a5a5;
    font-size: 0.86667rem;
    font-weight: 500;
    letter-spacing: 0.8px; }
    .breadcrumb.is-active > .breadcrumb-label:hover {
      color: #04b9b0; }

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

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

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

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

li.pagination-item:first-child {
  margin-right: 0; }

.pagination-item {
  border: 1px solid #f7f7f7;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 0;
    height: 2rem;
    padding: 0.53333rem 0.8rem; }
    .pagination-item .pagination-link:hover {
      background-color: #ffd61e; }
  .pagination-item.pagination-item--current {
    border-color: #ffd61e;
    background-color: #ffd61e;
    border-radius: 0;
    margin: 0 0.4rem 0 0.73333rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: black; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: black;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.4rem; }
  .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; }

.pagination {
  display: inline-block;
  float: right;
  width: 100%; }

.button {
  line-height: 1.6rem;
  transition: all 0.15s ease;
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  padding: 0.57143rem 1.5rem;
  font-weight: 500; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.73333rem; } }
  .button:hover {
    background-color: black;
    border: 1px solid transparent;
    color: white; }

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

.button--icon:hover {
  background-color: #04b9b0; }

.button--icon svg {
  fill: #4f4f4f; }

#homepage-tabs {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 2rem; }

.tabs {
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  border: none;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 801px) {
    .tabs {
      padding-left: 0px;
      padding-right: 0px; } }

.tab {
  float: none; }
  @media (min-width: 551px) {
    .tab {
      display: inline-block;
      margin: 0 1rem; } }
  .tab.is-active .tab-title {
    color: black;
    background-color: #04b9b0;
    font-weight: 500;
    border-color: #04b9b0; }

.container .tabs-contents {
  margin-top: 0;
  padding-top: 0.5rem; }
  .container .tabs-contents p {
    padding: 0px; }
    @media (min-width: 551px) {
      .container .tabs-contents p {
        padding: 0; } }

.tabs-contents {
  float: left;
  width: 100%; }
  @media (min-width: 801px) {
    .tabs-contents {
      margin-bottom: 0rem; } }

.tab-title {
  padding: 0.8rem 1.33333rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.93333rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #5b5b5b;
  letter-spacing: 0.02667rem;
  border: 1px solid #dfdfdf; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.8rem 1.33333rem; } }
  .tab-title:hover {
    background-color: #ffcd06;
    border-color: #ffcd06; }

.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: 1150px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

.accordion--navList .accordion-block #facetedSearch-content--price {
  padding: 1rem 0 0.66667rem 0; }

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

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

.accordion--navList .accordion-title {
  font-weight: 600;
  padding: 5px 0px 5px 14px;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0px;
      padding: 0 0 1.33333rem 0; } }

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 0.5rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 24%;
      padding-right: 5px; } }

.accordion-block {
  margin-bottom: 4px; }
  .accordion-block:last-child {
    margin-bottom: 0px; }

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.9rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: black;
    vertical-align: middle;
    margin-right: 5px; }
    .accordion-navigation-actions > a:hover {
      color: #04b9b0; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.73333rem; }
  .inlineList--labels > li {
    margin-bottom: 0.73333rem;
    margin-left: 0; }
  .inlineList--labels a {
    margin-left: 10px; }

.alertBox {
  border-radius: 4px;
  color: #4f4f4f;
  width: 100%;
  float: left;
  position: relative; }

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

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

.lazyload, .lazyloading {
  height: 100%; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 80rem;
  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.73333rem; }
      @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.73333rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.53333rem top 0.53333rem;
  background-size: 1.2rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

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

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

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

.form-field-group {
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  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 #search_query_adv {
  width: auto;
  margin-right: 10px; }

.form-prefixPostfix .button.errortm {
  margin-top: 0;
  width: auto;
  line-height: 1.2rem; }

.form-prefixPostfix.wrap {
  flex-wrap: wrap;
  position: relative;
  display: block; }

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

@media (min-width: 1150px) {
  .form-prefixPostfix .form-input {
    width: 100%; } }

@media (min-width: 1150px) {
  .form-prefixPostfix .button {
    width: auto;
    height: 100%; } }

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

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

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

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

.form-option {
  border: 1px solid #dfdfdf;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.53333rem;
  margin-right: 0.53333rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #989898; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  min-width: initial;
  padding: 0;
  pointer-events: inherit; }

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

.form-input--small {
  font-size: 12px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 2px 5px; }

.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: 100%;
    float: left;
    margin-bottom: 0.66667rem; }
    @media (min-width: 1150px) {
      .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%;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    line-height: 1rem; }

.form-row {
  margin: 0; }

@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-text {
  margin-bottom: 0 !important; }

.card-body > :first-child {
  color: black !important;
  font-size: 0.93333rem; }

.card-body > :nth-child(2) {
  color: #bcbcbc;
  font-size: 12px; }

.card-body .rating {
  text-align: left;
  float: left;
  width: 100%;
  line-height: 30px;
  margin-bottom: 0; }
  @media (min-width: 1150px) {
    .card-body .rating {
      float: right;
      width: auto;
      text-align: right;
      margin-bottom: 0.7rem; } }

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

.card {
  float: left;
  width: 100%;
  box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.08); }
  @media (min-width: 551px) {
    .card {
      box-shadow: none; } }
  .card:hover .card-figcaption {
    opacity: 1; }
  .card:hover .right-block {
    opacity: 1; }
  @media (min-width: 551px) {
    .card:hover .card-body {
      -ms-transform: translateY(-40px);
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); } }
  .card .right-block {
    width: auto;
    float: right;
    top: 10px;
    left: auto;
    position: absolute;
    right: 10px;
    line-height: inherit;
    border: none;
    display: block;
    opacity: 0; }
    .card .right-block label {
      display: none;
      font-size: 0;
      padding: 0;
      line-height: inherit;
      background: transparent; }
      @media (min-width: 801px) {
        .card .right-block label {
          display: block;
          margin-bottom: 0.33333rem; }
          .card .right-block label:before {
            content: "\f24d";
            font-family: fontawesome;
            text-align: center;
            margin: 0 auto;
            font-size: 15px; }
          .card .right-block label:hover {
            background-color: transparent;
            border: none; }
            .card .right-block label:hover:before {
              color: black; } }
      .card .right-block label input[type="checkbox"] {
        display: none; }
    .card .right-block .form, .card .right-block .form-action {
      display: none; }
      @media (min-width: 801px) {
        .card .right-block .form, .card .right-block .form-action {
          display: block;
          margin: 0; }
          .card .right-block .form .card-figcaption-button, .card .right-block .form-action .card-figcaption-button {
            padding: 0;
            background-color: transparent;
            text-align: center;
            width: 100%; }
            .card .right-block .form .card-figcaption-button:before, .card .right-block .form-action .card-figcaption-button:before {
              content: "\f08a";
              font-family: fontawesome;
              text-align: center;
              margin: 0 auto;
              font-size: 1.13333rem; }
            .card .right-block .form .card-figcaption-button:hover, .card .right-block .form-action .card-figcaption-button:hover {
              background-color: transparent;
              border: none; }
              .card .right-block .form .card-figcaption-button:hover:before, .card .right-block .form-action .card-figcaption-button:hover:before {
                color: black; } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden; }
  .card-figure .block_hover {
    background: #decfc1 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden; }

.card .block_hover {
  opacity: 1;
  position: relative;
  visibility: visible;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  float: left; }
  @media (min-width: 551px) {
    .card .block_hover {
      opacity: 0;
      margin-top: 0.53333rem; } }
  .card .block_hover .card-figcaption-button {
    font-size: 14px;
    text-transform: capitalize;
    color: #b3b3b3;
    border: none;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left; }
    @media (min-width: 1150px) {
      .card .block_hover .card-figcaption-button {
        float: left;
        width: auto;
        padding: 0 1rem 0 0; } }
    .card .block_hover .card-figcaption-button:hover {
      color: black;
      background-color: transparent; }

.card:hover .block_hover {
  opacity: 1;
  visibility: visible;
  /*transform: translateY(0px);
		    -webkit-transform: translateY(0);	
			transition: all 0.5s ease 0s;
			-webkit-transition: all 0.5s ease 0s;
			-moz-transition: all 0.5s ease 0s;
			-ms-transition: all 0.5s ease 0s;
			-o-transition: all 0.5s ease 0s;*/ }

.card:hover .card-figure {
  opacity: 1;
  visibility: visible; }

.card:hover .card-figcaption-body {
  transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transform: translateX(0px);
  opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none;
  line-height: 0.66667rem;
  width: 100%; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: inline-block;
      position: relative;
      width: auto;
      float: left; } }
  @media (min-width: 1150px) {
    .card-figcaption {
      display: inline-block;
      position: relative;
      float: left;
      border-left: 2px solid #f2f2f2;
      padding-left: 1rem; } }

.card-figcaption-body {
  /*position: absolute;
		width: 100%;	//19
		top: auto;
		bottom: 0px;
		left: 0;
		right: 0;
		transform: none;*/
  position: relative;
  -webkit-transform: none;
  float: left;
  width: 100%;
  top: 0;
  bottom: auto;
  pointer-events: all;
  left: auto;
  right: auto;
  float: none;
  transform: translateX(0px);
  opacity: 1;
  transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  display: inline-block;
  pointer-events: all; }
  @media (min-width: 1150px) {
    .card-figcaption-body {
      width: 100%; } }
  .card-figcaption-body a.button.button--small.card-figcaption-button.quickview {
    width: 100%;
    float: left;
    margin-left: 0;
    color: #b3b3b3;
    position: relative; }
    .card-figcaption-body a.button.button--small.card-figcaption-button.quickview:before {
      content: "\f06e";
      font-family: fontAwesome;
      font-size: 0;
      text-align: center;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0 auto; }
    .card-figcaption-body a.button.button--small.card-figcaption-button.quickview:hover {
      color: black; }
      .card-figcaption-body a.button.button--small.card-figcaption-button.quickview:hover .tooltiptext {
        visibility: visible; }
  .card-figcaption-body a.button.button--small.card-figcaption-button {
    width: 100%;
    float: left;
    margin-left: 0;
    color: black;
    padding: 0;
    position: relative; }
    .card-figcaption-body a.button.button--small.card-figcaption-button:before {
      content: "\f291";
      font-family: fontawesome;
      font-size: 0;
      right: 0px;
      left: 0px;
      text-align: center;
      position: absolute;
      margin: 0 auto; }
    .card-figcaption-body a.button.button--small.card-figcaption-button:hover {
      color: white; }
      .card-figcaption-body a.button.button--small.card-figcaption-button:hover .tooltiptext {
        visibility: visible; }
  .card-figcaption-body label.button.button--small.card-figcaption-button {
    width: 100%;
    float: left;
    padding: 8px 0px;
    right: 0;
    left: auto;
    background: #04b9b0;
    color: black;
    position: relative; }
    .card-figcaption-body label.button.button--small.card-figcaption-button input {
      float: right;
      margin-right: 4px;
      margin-bottom: 0px;
      margin-top: 2px; }
    .card-figcaption-body label.button.button--small.card-figcaption-button:before {
      content: "\f079";
      font-family: fontawesome;
      font-size: 0;
      right: 14px;
      left: 0px;
      top: 16px;
      text-align: center;
      position: absolute;
      margin: 0 auto; }
    .card-figcaption-body label.button.button--small.card-figcaption-button:hover {
      background: black;
      color: white; }
      .card-figcaption-body label.button.button--small.card-figcaption-button:hover .tooltiptext {
        visibility: visible; }

/*
.page{
	.card-figcaption-body {
		position: absolute;
		width: 100%;	//19
		top: auto;
		bottom: 0px;
		left: 0;
		right: 0;
		transform: none;
		
		display: $card-figcaption-body-display;
		pointer-events: all; // 1
		//transform: translate3d(0, -50%, 0); // 2	
		
		a.button.button--small.card-figcaption-button.quickview{
			width: 19%;
			float: left;
			font-size: 0;
			background: #000000;
			position: relative;
			background-image: url(../img/megnor/preview.png);
			background-repeat: no-repeat;
			background-position: center;
			
			//&:before{
				//content:"\f06e";
				//font-family:Font-Awesome;
			//}
		}
		
		a.button.button--small.card-figcaption-button {
			width: 59%;
			float: left;
			margin: 0px 1px;
			background: #decfc1;
			color: #ffffff;
			padding: 12px 0;
			background-image: url(../img/megnor/icons.png);
			background-repeat: no-repeat;
			background-position: 8px -19px;
		}
	
		label.button.button--small.card-figcaption-button {
			width: 19%;
			float: left;
			 font-size: 0;
			padding: 9px 0px;
			right: 0;
			left: auto;
			margin: 0px 0px 0px 1px;
			background-color: #decfc1;
			background-image: url(../img/megnor/icons.png);
			background-repeat: no-repeat;
			background-position: 2px -203px;
			
			input{
				float: right;
				margin-right: 4px;
				margin-bottom: 4px;
				margin-top: 3px;
			}
		}	
	}
}
*/
.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  margin: 0 auto; }

.card-title {
  font-size: 1.06667rem !important;
  margin: 0 0 0.26667rem;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-weight: 600; }
  @media (min-width: 551px) {
    .card-title {
      width: 100%;
      padding-bottom: 0.66667rem; } }
  .card-title > a {
    color: black;
    letter-spacing: 1px;
    text-decoration: none; }
    .card-title > a:hover {
      color: black; }

.card-text {
  padding-bottom: 0px;
  margin-bottom: 0.2rem;
  color: #282828;
  float: left;
  text-align: left;
  width: 100%;
  display: inline-block; }
  @media (min-width: 551px) {
    .card-text {
      width: 50%;
      text-align: left; } }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text .price-section {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffcd06;
    letter-spacing: 0.4px; }
  .card-text .price-section--withTax.rrp-price--withTax, .card-text .price-section--withTax.non-sale-price--withTax {
    font-size: 12px; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0; }
  .card-figcaption-button:active {
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.4rem 0 0; }

.card-body {
  text-align: center;
  position: relative;
  padding: 1rem;
  margin: 0;
  float: left;
  width: 100%; }
  @media (min-width: 551px) {
    .card-body {
      text-align: center;
      background: #fff;
      float: left;
      width: 100%;
      padding: 25px;
      margin: 0 0 -40px;
      position: relative;
      -ms-transition: all 0.2s ease-in-out 0s;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; } }

.card--alternate {
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    padding: 0.73333rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #ededed; }
    .card--alternate:hover .card-body .card-text {
      color: white; }

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

.navList-action {
  color: #000; }

.navList-action,
.navBar-action {
  font-size: 15px;
  text-decoration: none; }

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0.4rem;
  padding-left: 1.9rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.06667rem;
    left: 0;
    top: 0;
    width: 1.06667rem; }
  .navList-action--checkbox::after {
    height: 0.93333rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.93333rem; }
  .navList-action--checkbox::before {
    border-radius: 0px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 0.93333rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.53333rem; }
  .navList-action--checkbox:after {
    margin-top: -0.46667rem; }
  .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: #f7f7f7;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.26667rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.86667rem;
    width: 0.86667rem;
    fill: black; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.73333rem; }
    @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 black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #ffd61e; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.73333rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 13px;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #04b9b0; }

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

.spinner {
  min-height: 500px;
  background: #ffffff url(../img/megnor/loading.gif) no-repeat center 30%;
  width: 100%; }

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }
  .actionBar-section .form-field select {
    border-radius: 0;
    padding: 0 10px;
    margin-left: 6px; }

.actionBar-section .form-label {
  color: black;
  font-size: 13px;
  line-height: 2.2rem;
  margin-bottom: 0; }

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

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

.actionBar-section .form-select {
  color: black;
  height: 2.2rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 40px;
  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: 551px) {
    .navUser {
      top: 32px; } }
  @media (min-width: 801px) {
    .navUser {
      margin: 0 auto;
      max-width: 80rem;
      width: 100%;
      padding: 10px 0px;
      position: relative;
      max-width: none;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; }
      .navUser:before, .navUser:after {
        content: " ";
        display: table; }
      .navUser:after {
        clear: both; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute;
    top: 51px !important; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #dbdbdb transparent;
      border-bottom-style: solid;
      bottom: 100%;
      right: 0.73333rem;
      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%;
      right: 0.86667rem;
      position: absolute; }

.navUser-action {
  color: white;
  font-weight: 300;
  padding: 0px 20px;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  font-size: 14px;
  text-align: left; }
  @media (min-width: 801px) {
    .navUser-action {
      padding: 0px 10px; } }
  @media (min-width: 1200px) {
    .navUser-action {
      padding: 0px 15px; } }
  .navUser-action:hover, .navUser-action.is-open {
    color: #ffcd06; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #ffcd06;
      stroke: #ffcd06; }
  .navUser-action .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    margin: -1px 0 0 0.2rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 20rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 9.33333rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 9.46667rem !important; }

.navUser-action-divider {
  color: white;
  display: inline-block;
  padding: 0;
  text-decoration: none; }

.navUser #navUser-section-currency {
  border-left: none; }

.navUser .navUser-section {
  margin-left: 0px !important;
  float: right; }
  .navUser .navUser-section .navUser-item.navUser-item--cart {
    display: block; }

.navUser-item.responsive-cart {
  display: block;
  float: right;
  margin-right: -20px; }
  @media (min-width: 801px) {
    .navUser-item.responsive-cart {
      display: none; } }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.33333rem;
        padding-right: 0.33333rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.66667rem;
        margin-top: 0.53333rem;
        padding-left: 0.13333rem; } }
  .navUser-item .navUser-action--quickSearch {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    line-height: 28px;
    color: black;
    font-size: 0; }

.header-cart .navUser-item--cart {
  display: block; }
  @media (min-width: 801px) {
    .header-cart .navUser-item--cart {
      display: block; } }

.navUser-item--cart {
  float: right;
  position: relative;
  z-index: 999;
  display: block;
  margin-right: 0; }
  @media (min-width: 801px) {
    .navUser-item--cart {
      display: block;
      margin-left: 20px;
      float: right; } }
  .navUser-item--cart .navUser-action {
    color: white;
    text-align: left;
    padding-right: 0;
    padding-left: 0.86667rem; }
    .navUser-item--cart .navUser-action:before {
      content: "";
      position: absolute;
      z-index: 999;
      background: rgba(0, 0, 0, 0) url("../img/megnor/cart-icon.png") no-repeat scroll center -148px;
      height: 20px;
      width: 20px;
      top: -2px;
      left: 0; }
    @media (min-width: 551px) {
      .navUser-item--cart .navUser-action {
        padding-left: 1.33333rem; } }
    @media (min-width: 801px) {
      .navUser-item--cart .navUser-action {
        width: auto; } }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ffcd06; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22rem;
    width: 22rem;
    border: 1px solid #f7f7f7;
    background: white; }
    .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.73333rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.86667rem; }

.navUser-item--cart .dropdown-menu.is-open {
  display: block !important;
  left: auto !important;
  right: 0px !important;
  top: 57px !important;
  width: 300px !important; }
  @media (min-width: 551px) {
    .navUser-item--cart .dropdown-menu.is-open {
      width: 350px !important; } }
  @media (min-width: 801px) {
    .navUser-item--cart .dropdown-menu.is-open {
      right: 0px !important;
      top: 37px !important; } }

.navUser-item-cartLabel {
  display: inline-block;
  font-size: 0;
  line-height: 22px; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline-block;
      font-size: 14px;
      text-transform: capitalize;
      letter-spacing: 0.4px;
      font-weight: 300; } }
  @media (min-width: 801px) {
    .navUser-item-cartLabel {
      display: inline-block;
      font-size: 14px;
      text-transform: capitalize;
      letter-spacing: 0.4px;
      font-weight: 300; } }

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

.navUser-item--account {
  line-height: 22px;
  position: relative; }
  .navUser-item--account:before {
    content: "";
    position: absolute;
    z-index: 999;
    background: transparent url("../img/megnor/cart-icon.png") no-repeat scroll center -458px;
    height: 20px;
    width: 20px;
    top: 0; }
  .navUser-item--account .navUser-or + .navUser-action {
    margin-right: -0.5rem; }
  .navUser-item--account .navUser-action {
    display: inline-block;
    padding-left: 20px; }

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.8rem;
  padding: 0;
  position: relative;
  z-index: 1; }

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

.dropdown--quickSearch {
  background-color: #f9f9f9;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem 6rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: 0;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999;
    height: 100%;
    background: rgba(45, 45, 45, 0.96);
    position: fixed;
    top: 0 !important; }
    .dropdown--quickSearch.is-open .container.tm-search-wrapper {
      top: 2rem;
      padding: 3rem 6rem;
      height: 80%;
      background: #fff;
      overflow-y: auto;
      overflow-x: hidden;
      float: none; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 50rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 0; } }
    .dropdown--quickSearch .productGrid .product {
      width: 50%; }
      @media (min-width: 801px) {
        .dropdown--quickSearch .productGrid .product {
          width: 33.33%; } }
      @media (min-width: 1150px) {
        .dropdown--quickSearch .productGrid .product {
          width: 25%; } }

.countPill {
  background-color: #ffcd06;
  border-radius: 50%;
  color: black;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.06667rem;
  text-align: center;
  width: 20px;
  position: relative;
  left: auto;
  right: 0px; }

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

.countPill--alt {
  position: relative; }

.removeSearch {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0.13333rem;
  font-size: 2.66667rem;
  line-height: 2.4rem;
  display: none; }
  @media (min-width: 801px) {
    .removeSearch {
      display: block;
      top: auto; } }

.quickSearchResults .modal-close {
  display: none; }

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: relative;
  right: 0;
  z-index: 10;
  width: 100%;
  float: left;
  margin-top: 10px;
  float: right; }
  @media (min-width: 801px) {
    .navPages-container {
      width: 60%;
      display: inline-block;
      position: unset; } }
  @media (min-width: 1150px) {
    .navPages-container {
      background: transparent;
      display: inline-block;
      height: auto;
      padding: 0;
      text-align: left;
      width: 69%;
      position: unset; } }
  @media (min-width: 1651px) {
    .navPages-container {
      width: 70%; } }
  .navPages-container.is-open {
    display: block;
    z-index: 0; }

.navigation {
  background: url("//cdn1.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/header-bg.jpg") repeat top left;
  z-index: 10;
  float: left;
  padding: 0 1rem;
  width: 100%; }
  @media (min-width: 801px) {
    .navigation {
      border-top: 1px solid #333333;
      position: relative;
      clear: both;
      width: 100%;
      float: left; } }
  @media (min-width: 1440px) {
    .navigation {
      padding: 0 2.66667rem; } }
  @media (min-width: 1651px) {
    .navigation {
      padding: 0 8rem; } }

.home_serach {
  z-index: 1;
  margin-top: 1.8rem;
  background: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 1;
  float: right; }
  @media (min-width: 801px) {
    .home_serach {
      background: transparent url(../img/megnor/search.png) no-repeat scroll right 10px;
      width: 50px;
      border-left: 2px solid #393939;
      height: 35px;
      margin-left: 1rem; } }
  @media (min-width: 1150px) {
    .home_serach {
      float: right; } }
  .home_serach .navPages-list {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0;
    height: 3rem; }
  .home_serach:hover .navPages-list {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible; }
  .home_serach .navUser-item {
    width: 100%; }
    .home_serach .navUser-item .form {
      margin: 0; }
      .home_serach .navUser-item .form .form-input:focus {
        border-color: transparent; }

.navPages {
  background-color: white;
  padding: 1.5rem;
  text-align: left;
  height: 300px;
  overflow-y: auto;
  margin-top: 0;
  width: 100%; }
  @media (min-width: 801px) {
    .navPages {
      background-color: #f7f7f7;
      margin: 0 auto;
      max-width: 80rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      height: auto;
      padding: 0;
      text-align: left;
      margin-top: 0;
      width: auto;
      float: right; }
      .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 .hiden_menu .navPage-subMenu-item .navPage-subMenu {
    float: left;
    position: relative; }
  .navPages .hiden_menu .navPage-subMenu-item .navPage-subMenu-list .navPage-subMenu-item {
    float: left;
    width: 25%; }
    .navPages .hiden_menu .navPage-subMenu-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList-item {
      width: 100%;
      padding: 15px 0 0 !important; }
      .navPages .hiden_menu .navPage-subMenu-item .navPage-subMenu-list .navPage-subMenu-item .navPage-childList-item .navPage-childList-action {
        border: none;
        padding-bottom: 0; }
  .navPages .hiden_menu .navPage-subMenu-item .navPages-action {
    margin: 0; }
  .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: 80rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        max-width: none; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #dfdfdf;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.53333rem;
        width: 0.53333rem;
        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 ul.navPages-list {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0px; }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list .navPages-item.home_first {
      /*.navPage-childList-action{
				color: #000000;
			}*/ }
      .navPages-list .navPages-item.home_first .navPages-action {
        margin-left: 0px; } }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none;
      padding-bottom: 0.73333rem; } }
  .navPages-list + .navPages-list {
    padding-bottom: 0.73333rem;
    padding-top: 0.73333rem; }
    @media (min-width: 801px) {
      .navPages-list + .navPages-list {
        float: right; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 1.06667rem;
  font-weight: 500;
  padding: 0.66667rem 0;
  text-decoration: none;
  text-transform: capitalize;
  position: relative; }
  @media (min-width: 801px) {
    .navPages-action {
      padding: 1.33333rem 0 2.33333rem;
      margin: 0px 15px; }
      .navPages-action:before {
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #ffcd06;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        position: absolute;
        -ms-transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 0; }
      .navPages-action.activePage:before, .navPages-action:hover:before {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        width: 100%;
        z-index: 1000; } }
  @media (min-width: 1150px) {
    .navPages-action {
      margin: 0px 20px; } }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block; }
      .navPages-action.is-open {
        color: white; } }
  @media (min-width: 1651px) {
    .navPages-action {
      padding: 1.33333rem 0px 2.33333rem;
      margin: 0px 20px; } }
  .navPages-action:hover {
    color: #ffcd06; }
    .navPages-action:hover svg {
      fill: #ffcd06;
      stroke: #ffcd06; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

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

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

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

.navPages-action-moreIcon {
  height: 0.53333rem;
  width: 0.53333rem;
  margin-left: 0;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0;
  left: 0;
  right: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.23333rem !important;
      position: absolute;
      text-align: left;
      -ms-transform: translateY(50px);
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      -ms-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      display: block;
      opacity: 0;
      visibility: hidden;
      display: block; }
      .navPage-subMenu.is-open {
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
    @media (min-width: 801px) {
      .navPage-subMenu.is-open {
        display: none; } }

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

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

.navPage-subMenu-action {
  padding: 0.15rem 0 0rem 0.75rem; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.73333rem 0 1.13333rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.4rem;
  color: #000000; }

.navPages-quickSearch {
  margin-bottom: 0.73333rem; }
  @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 #f7f7f7; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #f7f7f7; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.73333rem 1.5rem; }

@media (min-width: 801px) {
  .navigation-menu li:hover .navPage-subMenu {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible; } }

@media (max-width: 800px) {
  .navigation-menu .navPages-action {
    color: #000000; }
    .navigation-menu .navPages-action svg {
      fill: #000000;
      stroke: #000000; }
  .navPages-list--user .navPages-action {
    color: #000000; }
    .navPages-list--user .navPages-action svg {
      fill: #000000;
      stroke: #000000; } }

.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: 13px; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.4rem 0.53333rem;
    text-decoration: none; }
    .tag a:hover {
      color: #04b9b0; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
  text-align: center; }
  .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; }
  @media (min-width: 551px) {
    .socialLinks {
      text-align: center; } }
  .socialLinks .icon {
    height: 1.33333rem;
    width: 1.33333rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #04b9b0; }
    .socialLinks .icon svg {
      fill: #3a3b39;
      transition: all 0.15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.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.4rem;
    margin-right: 0.4rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
      .socialLinks .socialLinks-item:last-child a.addthis_button_pinterest.icon.icon--pinterest.at300b {
        width: 25px; }
        .socialLinks .socialLinks-item:last-child a.addthis_button_pinterest.icon.icon--pinterest.at300b .pin_it_iframe_widget {
          display: none;
          margin-left: -7px; }
  .socialLinks-item .google_plusone_iframe_widget {
    width: 38px !important; }

.socialLinks--alt .icon {
  height: 2.4rem;
  width: 2.4rem;
  color: white;
  border-radius: 50%;
  padding: 10px; }
  .socialLinks--alt .icon:hover {
    background: #04b9b0; }
    .socialLinks--alt .icon:hover svg {
      fill: white; }
  .socialLinks--alt .icon svg {
    fill: white;
    transition: all 0.15s ease; }

.socialLinks--alt .icon--twitter {
  background: #55acee; }

.socialLinks--alt .icon--facebook {
  background: #3b5998; }

.socialLinks--alt .icon--pinterest {
  background: #cb2027; }

.socialLinks--alt .icon--instagram {
  background: #6a453b; }

.socialLinks--alt .icon--youtube {
  background: #e5281b; }

.socialLinks--alt .icon--linkedin {
  background: #007bb6; }

.socialLinks--alt .icon--google {
  background: #d13f2d; }

.socialLinks--alt .icon--tumblr {
  background: #274152; }

.socialLinks--alt .icon--stumbleupon {
  background: #378733; }

.socialLinks--alt .icon--rss {
  background: #ffa500; }

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

.heroCarousel {
  margin-top: 0; }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 500ms ease; }
  .heroCarousel.slick-initialized {
    max-height: 46.66667rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 42%;
    opacity: 1;
    background: none;
    border: 0;
    height: 6.66667rem;
    transition: all 600ms ease-out;
    webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 500ms ease;
    border-radius: 0; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        opacity: 1; } }
    .heroCarousel .slick-next::before,
    .heroCarousel .slick-prev::before {
      height: 3.73333rem; }
  .heroCarousel .slick-next {
    display: none;
    /*&::before {
        		background:rgba(0, 0, 0, 0) url("../img/megnor/slider-arrow.png") no-repeat scroll -179px 0px;
				width: remCalc(56px);
    	}*/ }
    @media (min-width: 551px) {
      .heroCarousel .slick-next {
        right: 0;
        background: rgba(0, 0, 0, 0) url("../img/megnor/Right.png") no-repeat scroll 0px 0px;
        width: 3rem; } }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 0;
        padding: 0; } }
    .heroCarousel .slick-next:hover {
      background: rgba(0, 0, 0, 0) url("../img/megnor/Right.png") no-repeat scroll 0px 0px; }
  .heroCarousel .slick-prev {
    display: none;
    /*&::before {
        	background:rgba(0, 0, 0, 0) url("../img/megnor/slider-arrow.png") no-repeat scroll 0px 0px;
			width: remCalc(56px);
    	}*/ }
    @media (min-width: 551px) {
      .heroCarousel .slick-prev {
        left: 0;
        background: rgba(0, 0, 0, 0) url("../img/megnor/Left.png") no-repeat scroll 0px 0px;
        width: 3rem; } }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 0;
        padding: 0; } }
    .heroCarousel .slick-prev:hover {
      background: rgba(0, 0, 0, 0) url("../img/megnor/Left.png") no-repeat scroll 0px 0; }
  .heroCarousel .slick-dots {
    bottom: 0.53333rem;
    display: block !important; }
    @media (min-width: 551px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem;
        display: none !important; } }
    .heroCarousel .slick-dots li {
      /*@include carouselOpaqueBackgrounds($slick-dot-bgColor);*/ }
  @media (min-width: 801px) {
    .heroCarousel:hover .slick-next {
      opacity: 1;
      transition: none;
      right: 0;
      padding: 0; }
    .heroCarousel:hover .slick-prev {
      opacity: 1;
      transition: none;
      left: 0;
      padding: 0; } }
  @media (min-width: 1150px) {
    .heroCarousel:hover .slick-next {
      right: 0; }
    .heroCarousel:hover .slick-prev {
      left: 0; } }

.heroCarousel-slide:nth-child(1) .heroCarousel-title {
  color: white; }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

.objectfit .heroCarousel-slide {
  background-image: none !important; }

@media (min-width: 1150px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 801px) {
  .heroCarousel-image {
    object-fit: cover;
    width: 100%;
    height: 100%; } }

@media (min-width: 801px) {
  .no-objectfit .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-image: none;
  padding: 0.73333rem 1.5rem 3rem;
  text-align: left;
  position: absolute;
  top: 0;
  width: 75%;
  padding: 10px;
  right: 0;
  left: auto; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      width: 70%;
      right: 0;
      left: auto; } }
  @media (min-width: 801px) {
    .heroCarousel-content {
      top: 15%;
      width: 38%;
      right: 0;
      left: auto; } }
  @media (min-width: 1150px) {
    .heroCarousel-content {
      margin: 0 auto;
      padding: 1.2rem;
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      width: 46rem;
      text-align: left;
      right: 0;
      left: auto;
      float: right; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1439px) {
    .heroCarousel-content {
      width: 46rem; } }

.heroCarousel-title {
  color: white;
  font-size: 1.33333rem;
  line-height: 2rem;
  margin-top: 0;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  text-transform: capitalize;
  text-shadow: 2px 3.464px 5px #000;
  font-weight: 600; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 2rem;
      line-height: 2.66667rem;
      margin-bottom: 2.33333rem; } }
  @media (min-width: 1150px) {
    .heroCarousel-title {
      font-size: 5.33333rem;
      line-height: 5.33333rem;
      margin-bottom: 3.33333rem; } }

.heroCarousel-description {
  color: white;
  letter-spacing: 0.4px;
  position: relative;
  text-shadow: 2px 3.464px 5px #000;
  font-weight: 300;
  display: none; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      margin-bottom: 0.33333rem;
      font-size: 15px;
      line-height: 2.66667rem;
      display: block; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px;
      line-height: 2.66667rem;
      display: block; } }
  @media (min-width: 1150px) {
    .heroCarousel-description {
      font-size: 1.66667rem;
      line-height: 4.4rem;
      text-transform: capitalize;
      margin-bottom: 0.66667rem;
      display: block; } }

.heroCarousel-action {
  margin: 0;
  border: 0px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  border-radius: 0;
  background: #04b9b0;
  border: 1px solid #ffd61e;
  margin-top: 0.66667rem;
  /*&:hover{
		color: #ffffff;
		background: #000000;
	}*/ }
  @media (min-width: 551px) {
    .heroCarousel-action {
      margin-top: 0.26667rem;
      display: inline-block; } }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 0.66667rem; } }
  @media (min-width: 1150px) {
    .heroCarousel-action {
      margin-top: 3.33333rem; } }

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.73333rem;
        padding-top: 0.73333rem; } }
    .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.2rem; }
  @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: 13px;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.4rem; }
  @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;
  margin: 0;
  max-width: none; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  @media (min-width: 1150px) {
    .productCarousel {
      margin: 0 -10px; } }
  .productCarousel .slick-dots {
    display: none !important; }
  .productCarousel .slick-prev {
    opacity: 1;
    left: 0px;
    margin-top: -3.14286rem;
    display: none !important; }
  .productCarousel .slick-next {
    opacity: 1;
    right: 0px;
    margin-top: -3.14286rem;
    display: none !important; }
  @media (min-width: 801px) {
    .productCarousel .slick-prev {
      left: 0px;
      display: block !important; }
    .productCarousel .slick-next {
      right: 0px;
      display: block !important; } }
  @media (min-width: 1150px) {
    .productCarousel .slick-prev {
      opacity: 0;
      visibility: hidden;
      left: -80px;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s;
      -moz-transition: all 500ms ease 0s;
      -ms-transition: all 500ms ease 0s;
      -o-transition: all 500ms ease 0s; }
    .productCarousel .slick-next {
      opacity: 0;
      visibility: hidden;
      right: -80px;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s;
      -moz-transition: all 500ms ease 0s;
      -ms-transition: all 500ms ease 0s;
      -o-transition: all 500ms ease 0s; }
    .productCarousel:hover .slick-prev {
      opacity: 1;
      left: 0;
      visibility: visible; }
    .productCarousel:hover .slick-next {
      opacity: 1;
      right: 0;
      visibility: visible; } }
  @media (min-width: 1651px) {
    .productCarousel:hover .slick-prev {
      opacity: 1;
      left: -40px;
      visibility: visible; }
    .productCarousel:hover .slick-next {
      opacity: 1;
      right: -40px;
      visibility: visible; } }

.productCarousel-slide {
  margin: 0.66667rem; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 50%;
      margin: 0.66667rem; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 33.33333%;
      margin: 0.66667rem; } }
  @media (min-width: 1150px) {
    .productCarousel-slide {
      width: 25%;
      margin: 1rem; } }
  @media (min-width: 551px) {
    .productCarousel-slide:hover .card {
      box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.08); } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-figure {
      border: 0px; }

.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;
  letter-spacing: 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: 13px;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1150px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 0px;
  width: 100%;
  float: left; }

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

.productView-image {
  align-items: center;
  display: block;
  justify-content: center;
  margin: 0;
  position: relative;
  min-width: 100%;
  cursor: crosshair; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: auto;
      min-width: auto; } }
  .productView-image img {
    width: 100%; }
  .productView-image + .productView-thumbnails {
    margin-top: 1.5rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.66667rem;
    margin-right: 2.66667rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  text-align: center; }
  @media (min-width: 1150px) {
    .productView-thumbnail {
      width: 20%;
      margin: 5px 10px 10px; } }
  .productView-thumbnail img {
    margin: 0 auto; }

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #454545; }

.productView-details {
  margin-top: 2.03333rem; }
  @media (min-width: 551px) {
    .productView-details {
      margin-top: 0; } }

.productView-product > :last-child {
  margin-bottom: 10px;
  margin-top: 0;
  float: left;
  width: 100%;
  position: relative;
  line-height: 29px; }
  @media (min-width: 801px) {
    .productView-product > :last-child {
      padding-bottom: 10px; } }

.productView-title {
  font-size: 20px; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 0; } }
  @media (min-width: 1150px) {
    .productView-title {
      font-size: 1.46667rem;
      font-weight: 600; } }

.productView-brand {
  color: black;
  font-size: 15px;
  margin: 0 0 0.73333rem;
  letter-spacing: 1px; }
  @media (min-width: 1150px) {
    .productView-brand {
      font-size: 15px; } }
  .productView-brand a {
    color: black;
    text-decoration: none; }
    .productView-brand a:hover {
      color: #04b9b0; }

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.73333rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.73333rem; } }
  .productView-reviewLink > a {
    color: black;
    text-decoration: none; }
    .productView-reviewLink > a:hover {
      color: #04b9b0; }

.productView-info {
  margin-top: 0.73333rem !important; }
  @media (min-width: 551px) {
    .productView-info {
      border-bottom: 1px solid #dfdfdf; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 0;
      margin-bottom: 0; } }
  .productView-info > :last-child {
    margin-bottom: 0;
    float: left; }

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

.productView-info-name {
  clear: both;
  float: left;
  margin-bottom: 0.2rem;
  margin-right: 0.4rem;
  letter-spacing: 0.6px; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Barlow", Arial, Helvetica, sans-serif;
      font-size: 0.86667rem;
      font-weight: 500; } }

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

.productView-options {
  margin-bottom: 1rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-action {
    position: relative; }
    @media (min-width: 551px) {
      .productView-options .form-action {
        float: left;
        width: 100%; } }
    @media (min-width: 801px) {
      .productView-options .form-action {
        float: none;
        padding: 0;
        width: auto; } }
    @media (min-width: 1150px) {
      .productView-options .form-action {
        display: inline-block;
        margin-top: 1rem; } }
    .productView-options .form-action .button {
      width: 100%;
      background-color: black;
      color: white;
      border-color: black;
      text-transform: capitalize;
      letter-spacing: .04286rem;
      font-weight: 500;
      font-size: 1rem; }
      @media (min-width: 1150px) {
        .productView-options .form-action .button {
          margin-right: 0.73333rem;
          padding: 0.66667rem 1.33333rem;
          margin-right: 0;
          margin-bottom: 0;
          padding: 0.71429rem 1.42857rem;
          width: 100%; } }
      .productView-options .form-action .button:hover {
        background-color: #04b9b0;
        border-color: #04b9b0;
        color: black; }
        .productView-options .form-action .button:hover .icon svg {
          fill: #000000; }
    .productView-options .form-action #form-action-addToWishlist:hover {
      background-color: #04b9b0;
      border-color: #04b9b0;
      color: black; }
    .productView-options .form-action .icon svg {
      display: inline-block;
      fill: #cccccc;
      height: 100%;
      vertical-align: middle;
      width: 100%; }
    .productView-options .form-action .dropdown-menu {
      background: transparent;
      width: 100%; }
  .productView-options .form-input--incrementTotal {
    padding: 0.4rem 0.46667rem;
    margin-right: 0;
    border-radius: 0;
    height: 40px; }
  .productView-options .form-increment .button {
    padding: 0.46667rem 0.53333rem;
    margin-left: 0.06667rem; }
  .productView-options .form-label--alternate {
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 0.86667rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.6px; }

.productOptions-list {
  border: 1px solid #dfdfdf;
  list-style: none;
  margin: 0; }

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

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

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

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

.shareProduct {
  text-align: center; }

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

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through;
  color: #a5a5a5;
  font-size: 14px;
  width: 100%;
  display: block; }

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

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

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

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

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

.compareTable-removeProduct {
  background-color: #f7f7f7;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #3a3b39;
    height: 1.5rem;
    margin-top: 0.53333rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03333rem 1rem 1.26667rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
    .compareTable-product .card:hover .card-body {
      transform: none; }
  .compareTable-product .card-body {
    margin: 0;
    padding: 10px; }
    .compareTable-product .card-body .card-text {
      width: 100%;
      text-align: center;
      padding-bottom: 0.66667rem; }
    .compareTable-product .card-body .card-title {
      font-size: 0.93333rem;
      width: 100%;
      text-align: center; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    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: 66.66667rem; }

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

.toggle {
  margin-bottom: 2.23333rem; }
  .toggle:last-of-type {
    margin-bottom: 0.23333rem; }

.toggle-title {
  margin-bottom: 1.28rem;
  margin-top: 0px; }

.toggleLink {
  color: black; }
  .toggleLink:hover {
    color: #04b9b0; }
  .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: 80rem;
  width: 100%;
  border: #f7f7f7 solid;
  border-radius: 0px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03333rem;
  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: 2.03333rem; }
  .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: 2.03333rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion-block .form-input--small {
    border-radius: 0px; }

.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 {
  color: white;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 0; }
  @media (min-width: 1150px) {
    .banners {
      margin-top: 30px; } }
  .banners .testimonial {
    padding: 0 0.33333rem; }
    .banners .testimonial .section-header h2 {
      font-weight: bold;
      letter-spacing: 0;
      line-height: 3.2rem;
      margin-bottom: 2rem; }
    .banners .testimonial .section-content {
      margin: 0 -15px; }
      .banners .testimonial .section-content blockquote {
        padding: 0 1rem; }
        .banners .testimonial .section-content blockquote .quotes-left {
          float: none;
          width: auto;
          margin-right: 0;
          margin-bottom: 1.33333rem; }
          @media (min-width: 551px) {
            .banners .testimonial .section-content blockquote .quotes-left {
              float: left;
              margin-right: 1.66667rem; } }
          .banners .testimonial .section-content blockquote .quotes-left img {
            display: inline-block; }
        .banners .testimonial .section-content blockquote .quotes-right {
          display: block;
          text-align: center;
          width: 100%;
          float: left; }
          @media (min-width: 551px) {
            .banners .testimonial .section-content blockquote .quotes-right {
              width: 65%;
              text-align: left; } }
          @media (min-width: 1150px) {
            .banners .testimonial .section-content blockquote .quotes-right {
              width: 62%;
              text-align: left; } }
          @media (min-width: 1651px) {
            .banners .testimonial .section-content blockquote .quotes-right {
              width: 70%;
              text-align: left; } }
          .banners .testimonial .section-content blockquote .quotes-right .quote-icon {
            background: transparent url("../img/megnor/qoute.png") no-repeat scroll center center;
            width: 100%;
            height: 20px; }
            @media (min-width: 551px) {
              .banners .testimonial .section-content blockquote .quotes-right .quote-icon {
                width: 20px; } }
          .banners .testimonial .section-content blockquote .quotes-right .desc {
            margin: 1rem 0;
            font-size: 0.93333rem;
            line-height: 1.46667rem;
            letter-spacing: 0.06667rem;
            color: #a7a7a7; }
          .banners .testimonial .section-content blockquote .quotes-right .author-info {
            text-transform: uppercase;
            color: black;
            font-size: 1.06667rem;
            font-weight: 400;
            letter-spacing: reCalc(0.6px); }
  .banners .servicetop-cms {
    float: left;
    width: 100%;
    margin-bottom: 1.33333rem; }
    @media (min-width: 1150px) {
      .banners .servicetop-cms {
        margin-bottom: 0; } }
    .banners .servicetop-cms .section-header {
      float: left;
      width: 100%;
      padding: 2.93333rem 0;
      margin: 0;
      background-color: #ffcd06; }
      @media (min-width: 1150px) {
        .banners .servicetop-cms .section-header {
          width: 33%; } }
      @media (min-width: 1565px) {
        .banners .servicetop-cms .section-header {
          width: 33rem;
          min-height: 136px; } }
      .banners .servicetop-cms .section-header h2 {
        font-size: 1.66667rem;
        line-height: 2.66667rem;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0;
        margin: 0; }
        @media (min-width: 1150px) {
          .banners .servicetop-cms .section-header h2 {
            font-size: 1.73333rem;
            line-height: 3.2rem; } }
        @media (min-width: 1565px) {
          .banners .servicetop-cms .section-header h2 {
            font-size: 2rem;
            line-height: 3.2rem; } }
    .banners .servicetop-cms .services-wrapper {
      float: left;
      background: url("//cdn1.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/bg.jpg") repeat top center;
      width: 100%; }
      @media (min-width: 1150px) {
        .banners .servicetop-cms .services-wrapper {
          width: 67%; } }
      @media (min-width: 1565px) {
        .banners .servicetop-cms .services-wrapper {
          width: calc(100% - 495px);
          min-height: 136px; } }
      .banners .servicetop-cms .services-wrapper .serviceblock {
        float: left;
        width: 100%;
        padding: 1rem 1rem;
        text-align: left; }
        @media (min-width: 551px) {
          .banners .servicetop-cms .services-wrapper .serviceblock {
            width: 33.33%; } }
        @media (min-width: 1150px) {
          .banners .servicetop-cms .services-wrapper .serviceblock {
            padding: 2.93333rem 0.66667rem; } }
        @media (min-width: 1439px) {
          .banners .servicetop-cms .services-wrapper .serviceblock {
            padding: 2.93333rem 1.33333rem; } }
        .banners .servicetop-cms .services-wrapper .serviceblock:hover .service {
          -ms-transform: rotateY(360deg);
          -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }
        .banners .servicetop-cms .services-wrapper .serviceblock .service-description {
          width: 100%;
          text-align: center;
          line-height: 1.6rem;
          letter-spacing: 0.05333rem;
          float: left; }
          @media (min-width: 1150px) {
            .banners .servicetop-cms .services-wrapper .serviceblock .service-description {
              float: left;
              width: auto;
              text-align: left;
              margin-left: 0.66667rem; } }
          .banners .servicetop-cms .services-wrapper .serviceblock .service-description .title {
            font-size: 0.86667rem;
            color: white;
            font-weight: 600;
            text-transform: capitalize; }
            @media (min-width: 1439px) {
              .banners .servicetop-cms .services-wrapper .serviceblock .service-description .title {
                font-size: 1.2rem; } }
          .banners .servicetop-cms .services-wrapper .serviceblock .service-description .subtitle {
            font-size: 0.86667rem;
            color: #a7a7a7;
            font-weight: 400; }
      .banners .servicetop-cms .services-wrapper .serviceblock.service-1 .service {
        background: rgba(0, 0, 0, 0) url("../img/megnor/services.png") no-repeat scroll center 0px;
        width: 100%;
        height: 45px;
        float: left;
        -ms-transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s; }
        @media (min-width: 1150px) {
          .banners .servicetop-cms .services-wrapper .serviceblock.service-1 .service {
            width: 45px; } }
      .banners .servicetop-cms .services-wrapper .serviceblock.service-2 .service {
        background: rgba(0, 0, 0, 0) url("../img/megnor/services.png") no-repeat scroll center -235px;
        width: 100%;
        height: 45px;
        float: left;
        -ms-transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s; }
        @media (min-width: 1150px) {
          .banners .servicetop-cms .services-wrapper .serviceblock.service-2 .service {
            width: 45px; } }
      .banners .servicetop-cms .services-wrapper .serviceblock.service-3 .service {
        background: rgba(0, 0, 0, 0) url("../img/megnor/services.png") no-repeat scroll center -475px;
        width: 100%;
        height: 45px;
        float: left;
        -ms-transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s; }
        @media (min-width: 1150px) {
          .banners .servicetop-cms .services-wrapper .serviceblock.service-3 .service {
            width: 45px; } }
  .banners .Subbanner {
    position: relative;
    width: 100%;
    float: left; }
    .banners .Subbanner .bottom-banner {
      float: none;
      width: 100%;
      display: inline-block;
      text-align: center; }
      @media (min-width: 801px) {
        .banners .Subbanner .bottom-banner {
          float: left;
          width: 100%; } }
      .banners .Subbanner .bottom-banner ul li {
        width: auto;
        float: none; }
        @media (min-width: 801px) {
          .banners .Subbanner .bottom-banner ul li {
            width: 33.33%;
            float: left; } }
        .banners .Subbanner .bottom-banner ul li .category-cms-description {
          width: 60%; }
          .banners .Subbanner .bottom-banner ul li .category-cms-description .text-button .btn {
            background-color: white;
            color: black;
            border: 1px solid white;
            box-shadow: 0 0 10px 5px #f6f6f6; }
        .banners .Subbanner .bottom-banner ul li:hover .category-cms-description .text-button .btn {
          background-color: #04b9b0;
          color: black;
          border-color: #04b9b0; }
    .banners .Subbanner ul {
      margin: 0; }
      .banners .Subbanner ul li {
        float: left;
        overflow: hidden;
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        @media (min-width: 801px) {
          .banners .Subbanner ul li {
            width: 50%; } }
        .banners .Subbanner ul li .category-cms-description {
          position: absolute;
          top: 5%;
          float: left;
          left: 5%;
          width: 60%;
          text-align: left; }
          @media (min-width: 801px) {
            .banners .Subbanner ul li .category-cms-description {
              top: 8%; } }
          @media (min-width: 1150px) {
            .banners .Subbanner ul li .category-cms-description {
              top: 20%;
              width: 40%; } }
          .banners .Subbanner ul li .category-cms-description .cms-banner-subtitle {
            font-size: 1.06667rem;
            line-height: 2rem;
            letter-spacing: 0.01333rem;
            color: #a7a7a7;
            margin-bottom: 0.66667rem; }
            @media (min-width: 801px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-subtitle {
                font-size: 0.93333rem; } }
            @media (min-width: 1150px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-subtitle {
                line-height: 2.66667rem;
                font-size: 1.06667rem; } }
          .banners .Subbanner ul li .category-cms-description .cms-banner-title {
            font-size: 1.33333rem;
            font-weight: 500;
            line-height: 1.66667rem;
            letter-spacing: 0;
            color: black; }
            @media (min-width: 801px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-title {
                font-size: 1.33333rem;
                line-height: 1.66667rem; } }
            @media (min-width: 1150px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-title {
                font-size: 1.66667rem;
                line-height: 2rem; } }
            @media (min-width: 1439px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-title {
                font-weight: bold;
                line-height: 2.93333rem;
                font-size: 2.4rem; } }
          .banners .Subbanner ul li .category-cms-description .cms-banner-text3 {
            font-size: 1.66667rem;
            color: #ffcd06; }
            @media (min-width: 801px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-text3 {
                font-size: 1.66667rem; } }
            @media (min-width: 1439px) {
              .banners .Subbanner ul li .category-cms-description .cms-banner-text3 {
                font-size: 2.4rem; } }
          .banners .Subbanner ul li .category-cms-description .text-button {
            margin-top: 1.33333rem;
            width: auto;
            float: left; }
            @media (min-width: 1650px) {
              .banners .Subbanner ul li .category-cms-description .text-button {
                margin-top: 4rem; } }
            .banners .Subbanner ul li .category-cms-description .text-button .btn {
              padding: 0.66667rem 1.33333rem;
              background-color: #04b9b0;
              border: 1px solid #04b9b0;
              color: black;
              font-style: normal;
              font-weight: 500;
              text-transform: capitalize;
              letter-spacing: 0.04rem;
              white-space: normal;
              font-size: 0.93333rem;
              text-decoration: none; }
        .banners .Subbanner ul li:hover .category-cms-description .text-button .btn {
          background-color: black;
          color: white;
          border-color: black; }
        .banners .Subbanner ul li img {
          display: block;
          -ms-transition: all 0.5s ease 0s;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
          .banners .Subbanner ul li img:hover {
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .banners p:last-child {
    margin-bottom: 0;
    text-align: left; }
  .banners a {
    color: #2d2d2d; }
  .banners .brand-banner {
    float: left;
    width: 100%;
    padding: 0 0 10px 14px;
    color: black; }
    @media (min-width: 801px) {
      .banners .brand-banner {
        width: 100%;
        padding: 0px 0px 10px 18px; } }
    @media (min-width: 1150px) {
      .banners .brand-banner {
        padding: 0; } }

.bottom-left-banner {
  margin: 2rem 0;
  text-align: center; }

.brand-img {
  padding: 0px 0 30px;
  float: left;
  width: 25%;
  text-align: left; }

.banners.brand {
  width: 75%;
  margin-top: 0;
  margin-bottom: 1.33333rem; }

.banner + .banner {
  margin-top: 1.5rem; }

.subbaner-wrapper {
  margin: 0;
  float: left;
  width: 100%; }
  .subbaner-wrapper :nth-child(2) {
    margin: 15px 0; }
    @media (min-width: 551px) {
      .subbaner-wrapper :nth-child(2) {
        margin: 0% 2%; } }
    @media (min-width: 801px) {
      .subbaner-wrapper :nth-child(2) {
        margin: 0% 1.25%; } }
  .subbaner-wrapper .subbaner-item {
    float: left;
    list-style-type: none;
    width: 100%;
    position: relative; }
    @media (min-width: 551px) {
      .subbaner-wrapper .subbaner-item {
        width: 32%; } }
    @media (min-width: 801px) {
      .subbaner-wrapper .subbaner-item {
        width: 32.5%; } }
    .subbaner-wrapper .subbaner-item a {
      display: inline-block;
      position: relative;
      overflow: hidden; }
      @media (min-width: 801px) {
        .subbaner-wrapper .subbaner-item a {
          margin: 0 0;
          position: relative; } }
      .subbaner-wrapper .subbaner-item a img {
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s; }
    .subbaner-wrapper .subbaner-item .topcmscontent {
      position: absolute;
      text-align: center;
      top: 8%;
      bottom: auto;
      display: inline-block;
      left: 0;
      width: 100%;
      right: auto;
      margin: 0; }
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
      position: relative;
      display: block;
      border: 1px solid transparent;
      color: #000;
      font-size: 24px;
      letter-spacing: 1px;
      padding: 0.85714rem 2.28571rem;
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif; }
      @media (min-width: 551px) {
        .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
          font-size: 14px;
          padding: 10px 15px 2px; } }
      @media (min-width: 801px) {
        .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
          font-size: 17px;
          padding: 0.5714rem 1.28571rem; } }
      @media (min-width: 1150px) {
        .subbaner-wrapper .subbaner-item span.topcmscontent-action.banner-heading {
          font-size: 26px; } }
    .subbaner-wrapper .subbaner-item span.topcmscontent-action.offer-banner {
      margin: 0;
      text-transform: uppercase;
      background: #3a3b39;
      line-height: 19px;
      font-size: 12px;
      display: inline-block;
      text-align: center;
      padding: 1px 8px;
      width: auto;
      float: none; }
      @media (min-width: 551px) {
        .subbaner-wrapper .subbaner-item span.topcmscontent-action.offer-banner {
          line-height: 15px;
          font-size: 9px; } }
      @media (min-width: 801px) {
        .subbaner-wrapper .subbaner-item span.topcmscontent-action.offer-banner {
          line-height: 19px;
          font-size: 12px; } }
    .subbaner-wrapper .subbaner-item:hover a img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      -moz-transform: scale(1.05); }
    .subbaner-wrapper .subbaner-item:hover a.topcmscontent-action.button.button--primary.button--large {
      color: black; }

/*
.banners[data-banner-location="top"] { 
	//padding: remCalc(40px) 0;
	//margin: remCalc(80px) 0;
	@include breakpoint("large") { 
		//padding: remCalc(80px) 0;
	}
	 .column_container { 
		 margin: 0 0 remCalc(50px) 0;
    	 width: 100%;	
		 float:left;
		@include breakpoint("large") { 
			width: 33.3333%;
			margin: 0;
		} 
		 		 
		 .service { 
				padding: 0 spacing("single");
			.icon-center { 
					display: inline-block;
					height: 74px;
					width: 74px; 
					}
				.icon-center.icon-center1 { background:rgba(0, 0, 0, 0) url("../img/megnor/test1.png") no-repeat scroll 0 0; }	
				.icon-center.icon-center2 { background:rgba(0, 0, 0, 0) url("../img/megnor/test2.png") no-repeat scroll 0 0; }
				.icon-center.icon-center3 { background:rgba(0, 0, 0, 0) url("../img/megnor/test3.png") no-repeat scroll 0 0; }
				
				.service-text {
					padding: spacing("quarter") * 2 0;
					font-size: $fontSize-large;
					color: stencilColor("color-black");
				 }
				.description {
					line-height: $lineHeight-small;
					margin: 0 0 spacing("single");
				    font-weight: 300;
				}
				.other-read-more { 
					text-decoration:none;
					color: stencilColor("color-black");
					&:hover{
						color: stencilColor("color-textLink--hover");
					}
				}
		  }
		 &:hover { 
		 		.icon-center.icon-center1 { background-position:0 -100px; }
				.icon-center.icon-center2 { background-position:0 -100px; }
				.icon-center.icon-center3 { background-position:0 -100px; }
		 }
	}	
}
*/
.bottomcmstop {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  overflow: hidden; }
  .bottomcmstop img {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s; }
  .bottomcmstop .cmscontent {
    float: left;
    width: 65%;
    position: absolute;
    top: 8%;
    bottom: auto;
    text-transform: uppercase;
    text-align: left;
    right: 0;
    left: 4%; }
    @media (min-width: 551px) {
      .bottomcmstop .cmscontent {
        left: 6%;
        width: 56%;
        top: 2%; } }
    @media (min-width: 801px) {
      .bottomcmstop .cmscontent {
        left: 6%;
        width: 70%;
        top: 6%; } }
    @media (min-width: 900px) {
      .bottomcmstop .cmscontent {
        width: 60%; } }
    @media (min-width: 1150px) {
      .bottomcmstop .cmscontent {
        width: 50%;
        top: 10%; } }
    .bottomcmstop .cmscontent .cmscontent-title {
      font-size: 15px;
      line-height: 1.5rem;
      margin-bottom: 0;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 500;
      margin-top: 6px; }
      @media (min-width: 450px) {
        .bottomcmstop .cmscontent .cmscontent-title {
          font-size: 18px; } }
      @media (min-width: 551px) {
        .bottomcmstop .cmscontent .cmscontent-title {
          font-size: 20px;
          line-height: 2rem;
          margin-bottom: 0.57143rem;
          line-height: 2.85714rem; } }
      @media (min-width: 801px) {
        .bottomcmstop .cmscontent .cmscontent-title {
          font-size: 36px;
          margin-top: 0.28571rem; } }
      @media (min-width: 1150px) {
        .bottomcmstop .cmscontent .cmscontent-title {
          font-size: 40px;
          margin-top: 2.28571rem; } }
    .bottomcmstop .cmscontent .cmscontent-description {
      font-size: 12px;
      text-transform: capitalize;
      margin-bottom: 0;
      line-height: 1rem;
      margin-top: 1rem; }
      @media (max-width: 450px) {
        .bottomcmstop .cmscontent .cmscontent-description {
          display: none; } }
      @media (min-width: 551px) {
        .bottomcmstop .cmscontent .cmscontent-description {
          line-height: 1.2rem;
          font-size: 14px;
          margin-top: 0px;
          margin-bottom: 0.31429rem; } }
      @media (min-width: 801px) {
        .bottomcmstop .cmscontent .cmscontent-description {
          line-height: 2rem;
          font-size: 18px;
          margin-bottom: 0.71429rem; } }
      @media (min-width: 1150px) {
        .bottomcmstop .cmscontent .cmscontent-description {
          line-height: 3.21429rem;
          font-size: 18px;
          margin-bottom: 0.71429rem; } }
    .bottomcmstop .cmscontent .cmscontent-action {
      margin-top: 0.5rem;
      margin-bottom: 0;
      padding: 2px 5px;
      border: 0px;
      font-size: 10px;
      line-height: 16px;
      text-transform: uppercase;
      border-radius: 0;
      display: none; }
      @media (min-width: 551px) {
        .bottomcmstop .cmscontent .cmscontent-action {
          display: inline-block;
          margin-top: 0.1rem;
          font-size: 15px; } }
      @media (min-width: 801px) {
        .bottomcmstop .cmscontent .cmscontent-action {
          margin-top: 0.5rem; } }
      @media (min-width: 900px) {
        .bottomcmstop .cmscontent .cmscontent-action {
          padding: 0.85714rem 1.28571rem; } }
      @media (min-width: 1150px) {
        .bottomcmstop .cmscontent .cmscontent-action {
          padding: 0.85714rem 2.28571rem;
          margin-top: 1.6rem; } }
      .bottomcmstop .cmscontent .cmscontent-action:hover {
        background-color: black;
        color: white; }
      .bottomcmstop .cmscontent .cmscontent-action:active, .bottomcmstop .cmscontent .cmscontent-action:focus {
        background-color: black; }
  .bottomcmstop:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }

.bottomcmsvideo {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  margin: 60px 0px 0px;
  /* Animation in Lightbox for video */ }
  .bottomcmsvideo iframe {
    width: auto;
    height: auto;
    top: 40%;
    position: absolute;
    border: none;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (min-width: 551px) {
      .bottomcmsvideo iframe {
        height: 60%;
        top: 20%;
        width: 80%; } }
    @media (min-width: 801px) {
      .bottomcmsvideo iframe {
        height: 50%;
        width: 44%; } }
  .bottomcmsvideo .short-animate {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .bottomcmsvideo .long-animate {
    -webkit-transition: .5s .5s ease-in-out;
    -moz-transition: .5s .5s ease-in-out;
    -ms-transition: .5s .5s ease-in-out;
    -o-transition: .5s .5s ease-in-out;
    transition: .5s .5s ease-in-out; }
  .bottomcmsvideo #outer-wrap .wrapper_inner {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left; }
    @media (min-width: 801px) {
      .bottomcmsvideo #outer-wrap .wrapper_inner {
        height: 100%; } }
    .bottomcmsvideo #outer-wrap .wrapper_inner .container {
      position: relative;
      /* Lightbox css start */
      /* Lightbox css end*/ }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox {
        position: fixed;
        top: -100%;
        bottom: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.99);
        z-index: 9999;
        opacity: 0; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 0%;
        max-height: 0%; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container #lightbox-controls {
        position: relative;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.1); }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container #close-lightbox {
        display: block;
        position: absolute;
        overflow: hidden;
        height: 35px;
        width: 35px;
        font-size: 0px;
        right: 18px;
        top: 20px; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container #close-lightbox:before {
        content: '\f00d';
        display: block;
        font-family: FontAwesome;
        color: #ffffff;
        -webkit-text-stroke: 4px #000;
        font-size: 30px;
        height: 44px;
        width: 30px;
        left: 24px;
        top: 100px;
        border-radius: 2px;
        -webkit-transition: .5s .5s ease-in-out;
        -moz-transition: .5s .5s ease-in-out;
        -ms-transition: .5s .5s ease-in-out;
        -o-transition: .5s .5s ease-in-out;
        transition: .5s .5s ease-in-out; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target {
        top: 0%;
        bottom: 0%;
        opacity: 1; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container iframe {
        top: 40%;
        border: none; }
        @media (min-width: 551px) {
          .bottomcmsvideo #outer-wrap .wrapper_inner .container iframe {
            top: 20%; } }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target img {
        max-width: 100%;
        max-height: 100%; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target ~ #lightbox-controls {
        top: 0px; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target ~ #lightbox-controls #close-lightbox:after {
        width: 50px;
        display: none; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .lightbox:target ~ #lightbox-controls #close-lightbox:before {
        height: 50px;
        display: none; }
      .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text {
        position: absolute;
        float: left;
        margin: 0 auto;
        top: 0;
        bottom: 0;
        text-align: center;
        left: 0;
        right: 0;
        width: 100%; }
        .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content {
          width: 100%;
          float: left;
          position: relative;
          margin-top: 0%; }
          @media (min-width: 551px) {
            .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content {
              margin-top: 4%; } }
          @media (min-width: 1150px) {
            .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content {
              margin-top: 8%; } }
          .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .video-box {
            background: transparent url(../img/megnor/mplay.png) no-repeat scroll 20px 15px;
            display: block;
            font-size: 0;
            height: 48px;
            position: relative;
            text-align: center;
            width: 45px;
            margin: 0 auto; }
            @media (min-width: 551px) {
              .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .video-box {
                height: 60px;
                width: 60px;
                background: transparent url(../img/megnor/play.png) no-repeat scroll 0px 0px; } }
          .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .main_heading {
            margin: 0 auto;
            float: left;
            width: 100%;
            padding-top: 10px;
            font-size: 20px;
            font-family: oswald;
            letter-spacing: 1px;
            text-transform: uppercase;
            position: relative; }
            @media (min-width: 801px) {
              .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .main_heading {
                padding-top: 15px;
                font-size: 34px; } }
            @media (min-width: 1150px) {
              .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .main_heading {
                padding-top: 30px;
                font-size: 40px; } }
          .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .cmscontent-description {
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 100%;
            position: relative;
            float: left;
            text-align: center;
            font-size: 14px;
            line-height: 2rem;
            display: none; }
            @media (min-width: 551px) {
              .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .cmscontent-description {
                display: block; } }
            @media (min-width: 1150px) {
              .bottomcmsvideo #outer-wrap .wrapper_inner .container .video-text .video-text-content .cmscontent-description {
                font-size: 18px;
                line-height: 3rem; } }

.bottomcms {
  float: right;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .bottomcms .shipment {
    width: 100%;
    float: left;
    display: block; }
    @media (min-width: 551px) {
      .bottomcms .shipment {
        float: none; } }
    .bottomcms .shipment.ship1 {
      border: none; }
    @media (min-width: 551px) {
      .bottomcms .shipment {
        text-align: center; } }
    @media (min-width: 801px) {
      .bottomcms .shipment {
        float: left;
        position: relative;
        width: 33.3333%; } }
    @media (min-width: 1150px) {
      .bottomcms .shipment {
        display: inline-block;
        width: 33.33%; } }
    .bottomcms .shipment .item {
      text-align: center;
      margin-top: 20px;
      padding-bottom: 0px;
      width: 100%;
      float: left; }
      @media (min-width: 801px) {
        .bottomcms .shipment .item {
          text-align: center;
          margin-top: 0px;
          padding: 0 0 0 0; } }
      @media (min-width: 1150px) {
        .bottomcms .shipment .item {
          text-align: left;
          margin-top: 0px;
          float: left; } }
    .bottomcms .shipment .image {
      display: block;
      border: 1px solid #efefef;
      padding: 25px;
      float: none;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 80px;
      background: #f7f7f7; }
      @media (min-width: 551px) {
        .bottomcms .shipment .image {
          float: left;
          text-align: left;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 801px) {
        .bottomcms .shipment .image {
          float: none;
          text-align: center; } }
      @media (min-width: 1150px) {
        .bottomcms .shipment .image {
          float: left;
          text-align: left; } }
      .bottomcms .shipment .image.hover {
        border-color: #04b9b0;
        background-color: #04b9b0;
        display: none; }
    .bottomcms .shipment .content {
      float: left;
      width: 100%; }
      @media (min-width: 551px) {
        .bottomcms .shipment .content {
          width: 80%; } }
      @media (min-width: 801px) {
        .bottomcms .shipment .content {
          width: 100%;
          margin-top: 0px; } }
      @media (min-width: 1150px) {
        .bottomcms .shipment .content {
          width: 71%;
          margin-top: 0px; } }
      .bottomcms .shipment .content h2 {
        font-size: 1.06667rem;
        color: #1F1F1F;
        font-weight: 400;
        line-height: 2.33333rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding: 0rem;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1px; }
        @media (min-width: 551px) {
          .bottomcms .shipment .content h2 {
            text-align: left;
            margin-left: 1rem; } }
        @media (min-width: 801px) {
          .bottomcms .shipment .content h2 {
            text-align: center; } }
        @media (min-width: 1150px) {
          .bottomcms .shipment .content h2 {
            text-align: left; } }
      .bottomcms .shipment .content .data {
        font-size: 0.86667rem;
        color: #666666;
        text-align: center; }
        @media (min-width: 551px) {
          .bottomcms .shipment .content .data {
            text-align: left;
            margin-left: 1rem; } }
        @media (min-width: 801px) {
          .bottomcms .shipment .content .data {
            text-align: center; } }
        @media (min-width: 1150px) {
          .bottomcms .shipment .content .data {
            text-align: left; } }
    .bottomcms .shipment:hover .image {
      display: none; }
    .bottomcms .shipment:hover .image.hover {
      display: block; }
  @media (min-width: 801px) {
    .bottomcms {
      margin: 45px 0px 0px;
      float: right;
      width: 100%;
      overflow: hidden;
      position: relative; } }
  .bottomcms .shipment:hover .content h2 {
    color: #04b9b0; }

/*
.banners[data-banner-location="bottom"] { 
	padding: 0rem 0 0rem;		//spacing("double")
	margin: 0 0 2rem;
	color: stencilColor("color-secondary");
	background: none;
	float: left;
    width: 100%;
    position: relative;
	
	.banner {
	 	max-width:100%;
	 .column_container { 
			 margin: 0;
			 width: 100%;	
			 float:left;
		@include breakpoint("large") { 
			width: 33.3333%;
		} 	 
			 
		.offer-text	{ 
			 margin: spacing("double") - 1 0;
			 padding: 0  spacing("single");
			 @include breakpoint("medium") {
			 	margin: spacing("double") 0;
			 }
			 @include breakpoint("large") {
			 	margin: spacing("double") * 2 0; 	
			 }
			 .offer-title { 
				 font-size:24px;
				 text-transform:uppercase;			 					 
			 }
			 .offer-description { 
			 	margin:spacing("single") auto; 
			 	text-align: center;
    			width: 210px;
				font-size: $fontSize-smaller + 1;
			 }
			 .border_main  { 
			 	background: stencilColor("color-secondary");
				display: inline-block;
				height: 3px;
				text-align: center;
				width: 25%;
			  }
		}
		.offer-slider-inner {  
			background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    		border: 1px solid #737373;
    		padding:spacing("single") spacing("double");
			.title {  
				font-size: $fontSize-smaller;
				text-transform:uppercase;
				text-align: center;
				padding-bottom: remCalc(15px);
				@include breakpoint("large") {		
					text-align: left;					
					padding:0 0 spacing("quarter") + spacing("quarter");	  
				}
			}
			img { margin:0 auto;  }
			.slick-slider { margin:0; }
			.slick-next,
			.slick-prev {
				top: 0px;
				height:20px;
				width:20px;
				
				@include breakpoint("medium") {
					top: 0px;
					right:0;
					left:auto;
				}
			}
			
			.slick-next {
				right: 0px;
				left:auto;
				background: none;
				border: 0;
				
				@include breakpoint("medium") {
					right: 0px;
					padding:0;
				}
			&::before {
			background:rgba(0, 0, 0, 0) url("../img/megnor/sprite.png") no-repeat scroll -66px -259px;
			width: remCalc(20px);
			}
			
			&:hover {
			// scss-lint:disable NestingDepth
			&::before {
			background:rgba(0, 0, 0, 0) url("../img/megnor/sprite.png") no-repeat scroll -66px -259px;
			}
			}
			}
			
			.slick-prev {
			right: 20px;
			left:auto;
			background: none;
    		border: 0;
			@include breakpoint("medium") {
			right: 20px;
			padding:0;
			}
			
			&::before {
			background:rgba(0, 0, 0, 0) url("../img/megnor/sprite.png") no-repeat scroll -1px -259px;
			width: remCalc(20px);
			}
			
			&:hover {
			// scss-lint:disable NestingDepth
			&::before {
			background:rgba(0, 0, 0, 0) url("../img/megnor/sprite.png") no-repeat scroll -1px -259px;
			}
			}
			}

		}	  
	  }	 
	}	
	.people-say { 
		padding-top: spacing("double");
		.testimonial { position:relative; 
			#testimonial-carousel { 
				margin-bottom:spacing("single");
				.product-block	 { 
					margin:0 remCalc(30px);
					color:#282828;
					text-align:left;
					.testimonial-description {
						background: #f5f5f5 none repeat scroll 0 0;
						border-radius: 3px;
						font-size: 14px;
						font-weight: 300;
						min-height: 70px;
						padding: 25px;
						line-height: 24px;
						position: relative;
						text-align:left;
					}
					 a { 
					 	background:rgba(0, 0, 0, 0) url("../img/megnor/seprator.png") no-repeat scroll 32px 0;	
						font-size: 16px;
						font-weight: 700;
						padding: 13px 0 13px 80px;
						text-decoration: none;
						float:left;
						color: #1b1b1b;
					}					
				}
			 }
		}				
	} 	
}
*/
.facetLabel {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 0.2rem 0.53333rem 0.2rem 0.73333rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px; }

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

.cart-item {
  border-bottom: 1px solid #f7f7f7;
  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.4rem; }

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

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.66667rem;
  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-item-info + .cart-item-info {
    margin-top: 0.73333rem; }

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

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

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

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

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: 0.2rem; }

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

.cart-item-options--giftWrapping {
  margin-top: 1.13333rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

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

.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: 1150px) {
    .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 #f7f7f7; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.13333rem;
    padding: 0.53333rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.33333rem top 0.46667rem;
    background-size: 1.33333rem 1.33333rem;
    height: 2.13333rem;
    margin-bottom: 0.73333rem;
    padding: 0.53333rem 0.73333rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

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

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

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

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

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.73333rem;
    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.13333rem;
    margin-bottom: 0; }

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

.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;
    padding: 0.66667rem 1.33333rem;
    line-height: inherit; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 1rem; }

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

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

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

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

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

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

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

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

.previewCartItem {
  margin: 0 auto;
  max-width: 80rem;
  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 #f7f7f7; }

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  border-top: 1px solid #f7f7f7;
  display: block;
  padding: 1.5rem 0; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 551px) {
    .previewCartAction {
      padding: 1.5rem 0.73333rem; } }
  .previewCartAction .button {
    font-size: 0.93333rem;
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%;
    background-color: #04b9b0;
    color: black;
    border-color: #04b9b0; }
    .previewCartAction .button:hover {
      background-color: black;
      border-color: black;
      color: white; }

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-top: 0.66667rem; }
  .previewCartAction-checkoutMultiple a {
    text-decoration: none; }

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

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

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

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

.panel--address {
  font-size: 13px;
  position: relative; }
  .panel--address .panel-body {
    min-height: 16.66667rem;
    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.73333rem;
    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.73333rem; }
      .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.4rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #04b9b0; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #f7f7f7;
    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.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.66667rem;
  position: relative;
  margin-bottom: 1.9rem; }
  .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%;
      float: left; } }

.video {
  display: block;
  margin-bottom: 1.9rem;
  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.73333rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.73333rem;
    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.9rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

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

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

.video-description {
  font-size: 13px;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 80rem;
  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: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f7f7f7;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.73333rem; }
    .previewCartCheckout .button .view-edit {
      background: black;
      border-color: black;
      color: white; }
  .previewCartCheckout .button.view-edit {
    background: black;
    border-color: black;
    color: white; }

.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.53333rem 0; }

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

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

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

.maintenanceNotice-header {
  font-family: "Barlow";
  margin: 0 0 0.73333rem; }

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

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

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

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

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

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

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1150px) {
      .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: 1150px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

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

.login-row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 3rem; } }
  .login-row .form-actions .button, .login-row .form-actions a {
    float: left; }

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

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

.form-actions a.forgot-password {
  padding-top: 10px; }

.search-suggestion {
  margin-bottom: 2.03333rem; }
  .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: 2rem; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: none; } }

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.navBar--account {
  float: left;
  width: 100%; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

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

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

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

.account-listShipping {
  border-bottom: 1px solid #f7f7f7;
  font-weight: 700;
  padding: 2.03333rem 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.73333rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  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 2.03333rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53333rem;
  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.2rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.73333rem; }

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1150px) {
    .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: 1150px) {
  .account-product-detail--large {
    width: 50%; } }

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

.account-product-detail-heading {
  color: black;
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.4rem; }

.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: 1150px) {
      .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: 1150px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1150px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

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

.account-orderStatus-label {
  background-color: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.4rem;
  padding: 0.2rem 0.53333rem; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.73333rem;
  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: #04b9b0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 36.66667rem; }
  .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: 43.33333rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #dfdfdf;
  height: 0.93333rem;
  width: 0.93333rem; }

.icon--ratingFull svg {
  fill: #04b9b0;
  height: 0.93333rem;
  width: 0.93333rem; }

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.73333rem; } }

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

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

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.73333rem; }
  @media (min-width: 1150px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.73333rem;
  width: 1.86667rem; }
  @media (min-width: 1150px) {
    .paymentMethod-icon {
      width: 2.8rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1150px) {
    .paymentMethod-brand {
      font-size: 13px; } }

.paymentMethod-default {
  margin-left: 0.73333rem; }
  .paymentMethod-default.icon {
    fill: #ffd61e;
    height: 1.2rem;
    width: 1.2rem; }
    @media (min-width: 1150px) {
      .paymentMethod-default.icon {
        height: 1.33333rem;
        width: 1.33333rem; } }

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

.paymentMethod-details {
  padding: 1.5rem; }

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

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

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

.paymentMethod-form {
  padding: 0 1.5rem 0.73333rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.73333rem;
      position: absolute;
      width: auto; } }

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

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

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

.paymentMethodForm-heading {
  color: #454545;
  font-family: "Barlow", 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.2rem;
  width: 2.26667rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #a5a5a5;
    height: 1.4rem;
    width: 1.4rem; }

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

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

.site-header-fix.header-style {
  min-height: 190px; }

@media (min-width: 801px) {
  @-webkit-keyframes fixedAnim {
    0% {
      top: -100%; }
    100% {
      top: 0; } }
  @-moz-keyframes fixedAnim {
    0% {
      top: -100%; }
    100% {
      top: 0; } }
  @keyframes fixedAnim {
    0% {
      top: -100%; }
    100% {
      top: 0; } }
  .header-fix.sticky-menu {
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    box-sizing: border-box;
    color: black;
    display: block;
    left: 150.5px;
    right: 150.5px;
    position: fixed;
    margin: 0 auto;
    width: auto;
    float: none; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .header-fix.sticky-menu {
      right: 2.17857rem;
      left: 2.17857rem; } }
  @media (min-width: 801px) and (min-width: 1150px) {
    .header-fix.sticky-menu {
      right: 6.07143rem;
      left: 6.07143rem; } }
  @media (min-width: 801px) and (min-width: 1439px) {
    .header-fix.sticky-menu {
      right: 10rem;
      left: 10rem; } }
  @media (min-width: 801px) and (min-width: 1651px) {
    .header-fix.sticky-menu {
      width: auto;
      right: 150.5px;
      left: 150.5px; } }

.header {
  background-color: #171717;
  position: relative;
  width: 100%;
  z-index: 20;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  float: left; }
  @media (min-width: 801px) {
    .header {
      overflow: visible;
      float: left; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }
  .header .container {
    text-align: center; }

.header-top {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 1rem; }
  @media (min-width: 1440px) {
    .header-top {
      padding: 0 2.66667rem; } }
  @media (min-width: 1651px) {
    .header-top {
      padding: 0 8rem; } }

.welcome_msg {
  display: none; }
  @media (min-width: 1150px) {
    .welcome_msg {
      display: block;
      float: left;
      font-size: 14px;
      text-transform: capitalize;
      letter-spacing: 0.4px;
      color: white; } }

.header-logo {
  font-size: 0;
  text-align: center;
  display: inline-block;
  margin: 0;
  margin: 0.33333rem 2.33333rem 0;
  float: left; }
  @media (min-width: 551px) {
    .header-logo {
      display: inline-block;
      margin: 0.33333rem 2.66667rem 0;
      float: left; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 15px auto;
      width: auto;
      padding: 5px 0;
      position: relative;
      float: left;
      text-align: left; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.4rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #4f4f4f;
    display: inline-block;
    padding: 0.73333rem 0;
    position: relative;
    text-decoration: none;
    width: auto;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #a5a5a5; }
    .header-logo > a:active {
      color: #a5a5a5; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      /*margin-left: remCalc(40px);*/
      left: 0;
      right: auto; } }
  .header-logo--left .navUser .navUser-section {
    float: right;
    margin-left: 0;
    border-left: 1px solid #e2e2e2; }
  .header-logo--left .navUser :nth-child(5) {
    border: none; }

.header-logo.header-logo--left {
  left: 0;
  right: auto;
  position: relative;
  width: auto; }
  @media (min-width: 801px) {
    .header-logo.header-logo--left {
      margin: 20px 0px;
      float: left;
      width: 20%; } }
  @media (min-width: 1150px) {
    .header-logo.header-logo--left {
      margin: 17px 0px;
      width: auto; } }

.header-logo.header-logo--right {
  right: 0;
  left: auto; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.66667rem; } }
  .header-logo--right .navUser-section--alt {
    float: left; }

.header-logo-text {
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.33333rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.2rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.6rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.6rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 38px; } }

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

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

.mobileMenu-toggle {
  height: 3.66667rem;
  width: 3.66667rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.2rem 0 0;
  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: white;
    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.33333rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.33333rem;
    transition: background-color 10ms ease-in 100ms; }
    @media (min-width: 551px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 2.13333rem; } }
  .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: white;
      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); }

.header-cart {
  display: block;
  float: right;
  margin: 0; }
  @media (min-width: 801px) {
    .header-cart {
      display: none; } }

.body {
  float: left;
  width: 100%;
  background: white;
  /*@include breakpoint("large") {
		margin-top: 108px;
	    padding-top: 30px;
	}*/ }
  @media (min-width: 801px) {
    .body {
      margin: 0;
      clear: both;
      padding-left: 0px;
      padding-right: 0px;
      background: white; } }
  .body form .productGrid {
    /*float: left;
		width: 100%;*/ }
  .body .bestseller-container {
    background: url("//cdn1.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/popular-bg-banner.jpg") no-repeat center center;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 500px;
    position: relative;
    padding: 3.66667rem 0; }
    @media (min-width: 801px) {
      .body .bestseller-container {
        float: left; } }
    @media (min-width: 1150px) {
      .body .bestseller-container {
        height: 550px; } }
    .body .bestseller-container .inner-content-left {
      float: left;
      width: 30%;
      position: relative;
      left: 1.33333rem;
      top: 6.66667rem;
      display: none;
      text-align: left; }
      @media (min-width: 801px) {
        .body .bestseller-container .inner-content-left {
          display: block; } }
      @media (min-width: 1150px) {
        .body .bestseller-container .inner-content-left {
          left: 4.66667rem;
          display: block; } }
      .body .bestseller-container .inner-content-left .offertext {
        font-size: 1.06667rem;
        line-height: 1.6rem;
        color: white;
        font-weight: 300; }
      .body .bestseller-container .inner-content-left .title {
        font-size: 2.66667rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 3.33333rem;
        color: white;
        width: 100%;
        margin: 2.66667rem 0 0;
        text-transform: capitalize; }
        @media (min-width: 1150px) {
          .body .bestseller-container .inner-content-left .title {
            font-size: 4rem;
            line-height: 4.66667rem; } }
    .body .bestseller-container .inner-content-right {
      right: 0;
      left: 0;
      display: inline-block;
      float: none;
      width: 16.66667rem;
      position: relative;
      padding: 1.33333rem;
      background-color: white; }
      @media (min-width: 551px) {
        .body .bestseller-container .inner-content-right {
          width: 26.66667rem;
          right: 0;
          left: 0;
          display: inline-block;
          float: none;
          top: 2.66667rem; } }
      @media (min-width: 801px) {
        .body .bestseller-container .inner-content-right {
          width: 30rem;
          right: 1.33333rem;
          left: auto;
          float: right; } }
      @media (min-width: 1150px) {
        .body .bestseller-container .inner-content-right {
          width: 33.33333rem;
          right: 4.33333rem;
          top: 6rem; } }
      @media (min-width: 1439px) {
        .body .bestseller-container .inner-content-right {
          right: 6.66667rem;
          width: 38rem;
          left: auto; } }
      .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider {
        margin: 0; }
        .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .card {
          box-shadow: none; }
        .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-prev {
          left: -50px; }
        .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-next {
          right: -40px; }
        @media (min-width: 1150px) {
          .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-prev {
            left: -80px; }
          .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-next {
            right: -80px; }
          .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider:hover .slick-prev {
            left: -80px; }
          .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider:hover .slick-next {
            right: -80px; } }
        .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-prev {
          opacity: 1;
          visibility: visible;
          background-position: 15px -135px;
          top: 60%; }
          .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-prev:hover {
            background-position: 15px -59px; }
        .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-next {
          opacity: 1;
          visibility: visible;
          background-position: -100px -135px;
          top: 60%; }
          .body .bestseller-container .inner-content-right .productCarousel.slick-dotted.slick-slider .slick-next:hover {
            background-position: -100px -59px; }
      .body .bestseller-container .inner-content-right .slick-initialized .slick-slide {
        margin: 0;
        min-height: 250px; }
        @media (min-width: 1150px) {
          .body .bestseller-container .inner-content-right .slick-initialized .slick-slide {
            min-height: 1px; } }
      .body .bestseller-container .inner-content-right .productCarousel-slide .card .card-figure {
        width: 100%;
        float: left; }
        @media (min-width: 551px) {
          .body .bestseller-container .inner-content-right .productCarousel-slide .card .card-figure {
            width: 50%; } }
      .body .bestseller-container .inner-content-right .card .card-body {
        float: left;
        width: 100%;
        display: inline-block;
        padding: 0.53333rem 0 0.53333rem 0.53333rem;
        margin-top: 0;
        transition: none; }
        @media (min-width: 551px) {
          .body .bestseller-container .inner-content-right .card .card-body {
            width: 50%; } }
        @media (min-width: 1439px) {
          .body .bestseller-container .inner-content-right .card .card-body {
            padding: 1.66667rem 0 1.66667rem 1.66667rem;
            margin-top: 0; } }
        .body .bestseller-container .inner-content-right .card .card-body .card-title {
          width: 100%;
          margin-bottom: 0;
          font-size: 1.06667rem;
          padding-bottom: 0; }
        .body .bestseller-container .inner-content-right .card .card-body .card-text {
          width: 100%;
          text-align: left;
          margin-top: 0.33333rem; }
          @media (min-width: 1439px) {
            .body .bestseller-container .inner-content-right .card .card-body .card-text {
              margin-top: 1.33333rem; } }
          .body .bestseller-container .inner-content-right .card .card-body .card-text .price.price--rrp {
            display: block; }
        .body .bestseller-container .inner-content-right .card .card-body .rating {
          float: left;
          margin-top: 0.33333rem;
          width: 100%;
          text-align: left; }
          @media (min-width: 1439px) {
            .body .bestseller-container .inner-content-right .card .card-body .rating {
              margin-top: 0.66667rem; } }
        .body .bestseller-container .inner-content-right .card .card-body .block_hover .card-figcaption-button {
          width: 100%;
          padding: 0; }
          @media (min-width: 1439px) {
            .body .bestseller-container .inner-content-right .card .card-body .block_hover .card-figcaption-button {
              float: left;
              width: auto;
              padding: 0 1.07143rem 0 0; } }
        .body .bestseller-container .inner-content-right .card .card-body .block_hover .card-figcaption {
          width: 100%;
          border-left: none;
          padding: 0; }
          @media (min-width: 1439px) {
            .body .bestseller-container .inner-content-right .card .card-body .block_hover .card-figcaption {
              display: inline-block;
              position: relative;
              float: left;
              border-left: 1px solid #f2f2f2;
              padding-left: 1.07143rem;
              width: auto; } }
      .body .bestseller-container .inner-content-right .card:hover {
        box-shadow: none; }
        .body .bestseller-container .inner-content-right .card:hover .card-body {
          transform: none; }

.sitemap a {
  text-decoration: none; }

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

.page-heading-base {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }
  @media (min-width: 1150px) {
    .page-heading-base {
      padding: 0px 0px; } }
  .page-heading-base .page-canter-base {
    width: 100%;
    float: left;
    background: #f7f7f7;
    margin-bottom: 40px; }
    .page-heading-base .page-canter-base .page-inner-base {
      width: 100%;
      float: left;
      position: relative;
      max-width: 93.33333rem;
      text-align: center;
      display: block;
      padding: 30px 10px;
      margin: 0 auto; }
      @media (min-width: 551px) {
        .page-heading-base .page-canter-base .page-inner-base {
          padding: 3rem 0; } }
      .page-heading-base .page-canter-base .page-inner-base h1.page-heading {
        float: left;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        text-transform: capitalize;
        font-size: 1.06667rem;
        line-height: 1.33333rem;
        letter-spacing: 0.8px;
        font-weight: 600;
        color: black; }
        @media (min-width: 551px) {
          .page-heading-base .page-canter-base .page-inner-base h1.page-heading {
            width: auto; } }
        @media (min-width: 801px) {
          .page-heading-base .page-canter-base .page-inner-base h1.page-heading {
            font-size: 1rem; } }
      .page-heading-base .page-canter-base .page-inner-base ul.breadcrumbs {
        float: right;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        display: block; }
        @media (min-width: 551px) {
          .page-heading-base .page-canter-base .page-inner-base ul.breadcrumbs {
            width: auto;
            text-align: right; } }

.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: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /*padding-left: 0.75rem;
		padding-right: 0.75rem;
		width: 22%;
		float: left;*/ } }

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1.33333rem; }
  .page-sidebar .banners {
    display: none; }
    @media (min-width: 801px) {
      .page-sidebar .banners {
        display: block; } }
  @media (min-width: 801px) {
    .page-sidebar {
      width: 25%;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 0; }
      .page-sidebar + .page-content {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 75%;
        float: left; }
        .page-sidebar + .page-content p {
          color: #a7a7a7;
          font-size: 0.93333rem; }
        .page-sidebar + .page-content .actionBar {
          margin: 0; } }

.footer {
  background-color: white;
  padding: 0 0 1.33333rem;
  float: left;
  width: 100%;
  position: relative; }
  .footer .newsletter-container {
    width: 100%;
    float: left;
    margin: 5rem 0 0; }
  .footer .footer-bottom {
    text-align: center;
    padding: 0 0 2rem;
    float: left;
    width: 100%;
    border-bottom: 2px solid #f2f2f2; }
    @media (min-width: 801px) {
      .footer .footer-bottom {
        padding: 4rem 0 3.6rem; } }
    .footer .footer-bottom .footer-logo {
      background: url("//cdn2.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/footer-logo.png") no-repeat top left;
      width: 11.4rem;
      height: 11rem;
      float: none;
      display: inline-block; }
      @media (min-width: 801px) {
        .footer .footer-bottom .footer-logo {
          float: left; } }
    .footer .footer-bottom .footer-link {
      float: left;
      width: 100%;
      text-align: left; }
      @media (min-width: 801px) {
        .footer .footer-bottom .footer-link {
          width: 20%;
          min-height: 15.73333rem; } }
    .footer .footer-bottom ul {
      margin-bottom: 0;
      margin-top: 0.66667rem; }
      @media (min-width: 801px) {
        .footer .footer-bottom ul {
          margin-top: 2rem; } }
      .footer .footer-bottom ul > :last-child {
        border: none; }
      .footer .footer-bottom ul .app-1 {
        background: url("//cdn2.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/apple.png") no-repeat top left;
        height: 2.66667rem;
        max-width: 100%;
        margin-bottom: 0.66667rem; }
      .footer .footer-bottom ul .app-2 {
        background: url("//cdn2.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/google.png") no-repeat top left;
        height: 2.66667rem;
        max-width: 100%;
        margin-bottom: 0.66667rem; }
      .footer .footer-bottom ul .app-3 {
        background: url("//cdn2.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/windows.png") no-repeat top left;
        height: 2.66667rem;
        max-width: 100%;
        margin-bottom: 0.66667rem; }
    .footer .footer-bottom li {
      width: auto;
      display: block; }
  .footer .footer-last {
    float: left;
    width: 100%;
    padding: 2rem 0 0; }
    .footer .footer-last .social-links {
      float: left;
      width: 100%;
      text-align: center; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 0;
  font-size: 0;
  border-bottom: 2px solid #f2f2f2; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }
  .footer-info .footer-info-col--small {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    padding: 1.33333rem;
    border-top: 1px solid #f2f2f2; }
    @media (min-width: 801px) {
      .footer-info .footer-info-col--small {
        width: 33.33%;
        padding: 50px 20px; } }
    @media (min-width: 1150px) {
      .footer-info .footer-info-col--small {
        width: 33.33%;
        padding: 50px 40px; } }
    .footer-info .footer-info-col--small .footer-info-list {
      display: block;
      letter-spacing: 0.06667rem; }
  @media (min-width: 801px) {
    .footer-info > :first-child {
      margin: 0; }
    .footer-info article.footer-info-col.footer-info-col--small.store-info {
      border-left: 2px solid #f2f2f2;
      border-right: 2px solid #f2f2f2;
      margin-top: 0px;
      margin-bottom: 0; }
      .footer-info article.footer-info-col.footer-info-col--small.store-info .company-info {
        display: block; } }
    @media (min-width: 801px) and (min-width: 801px) {
      .footer-info article.footer-info-col.footer-info-col--small.store-info .company-info {
        text-align: center; } }
  @media (min-width: 801px) {
    .footer-info > :last-child {
      border: none;
      margin-bottom: 0; } }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #333333;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-bottom: 1.5rem;
  text-align: center;
  vertical-align: top; }
  .footer-info-col .phone-icon {
    height: 3.66667rem;
    width: 3.66667rem;
    display: inline-block; }
    .footer-info-col .phone-icon:before {
      content: "\f095";
      font-family: 'FontAwesome';
      font-size: 40px;
      color: #04b9b0; }
  .footer-info-col .address-icon {
    height: 3.66667rem;
    width: 3.66667rem;
    display: inline-block; }
    .footer-info-col .address-icon:before {
      content: "\f041";
      font-family: 'FontAwesome';
      font-size: 40px;
      color: #04b9b0; }
  .footer-info-col .email-icon {
    height: 3.66667rem;
    width: 3.66667rem;
    display: inline-block; }
    .footer-info-col .email-icon:before {
      content: "\f003";
      font-family: 'FontAwesome';
      font-size: 40px;
      color: #04b9b0; }
  @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;
    margin-top: 15px;
    float: left; }
  .footer-info-col .header-logo.header-logo--left {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    z-index: 0; }
    @media (min-width: 801px) {
      .footer-info-col .header-logo.header-logo--left {
        text-align: center;
        margin-bottom: 10px; } }
  .footer-info-col .contact_us {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.4px; }
    @media (min-width: 801px) {
      .footer-info-col .contact_us {
        font-size: 1.06667rem; } }
    @media (min-width: 1150px) {
      .footer-info-col .contact_us {
        font-size: 1.06667rem; } }

.footer-info-col--small {
  width: 100%;
  margin: 0.66667rem 0;
  text-align: center;
  display: inline-block; }
  @media (min-width: 801px) {
    .footer-info-col--small {
      width: 20%;
      padding: 0;
      margin: 0; } }
  @media (min-width: 1150px) {
    .footer-info-col--small {
      width: 20%;
      text-align: left; } }

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

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

.footer-info-col--center {
  text-align: center; }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-newsletter {
  /*background: transparent url("../img/megnor/parallex-01.jpg") no-repeat fixed;*/ }
  .footer-newsletter .footer-newsletter-text-block {
    float: left;
    background: url("//cdn1.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/bg.jpg") repeat center center;
    width: 100%;
    padding: 1.33333rem 1.66667rem 1.33333rem 1.66667rem;
    text-align: left; }
    @media (min-width: 801px) {
      .footer-newsletter .footer-newsletter-text-block {
        width: 100%;
        padding: 1.33333rem 1.66667rem 1.33333rem 1.66667rem;
        text-align: left; } }
    @media (min-width: 1150px) {
      .footer-newsletter .footer-newsletter-text-block {
        width: 67%;
        padding: 1.46667rem 1.66667rem 1.46667rem 1.66667rem;
        text-align: left;
        min-height: 126px; } }
    @media (min-width: 1651px) {
      .footer-newsletter .footer-newsletter-text-block {
        padding: 2.2rem 2rem 0 6.66667rem;
        width: calc(100% - 495px);
        text-align: left; } }
    .footer-newsletter .footer-newsletter-text-block .newsletter-icon {
      background: transparent url("../img/megnor/email.png") no-repeat scroll center center;
      height: 3.33333rem;
      width: 3.33333rem;
      float: left;
      margin-right: 1.33333rem; }
    .footer-newsletter .footer-newsletter-text-block .newstitle {
      font-size: 1.46667rem;
      color: white;
      text-transform: capitalize;
      line-height: 2rem;
      margin: 0 0 0.53333rem 0; }
    .footer-newsletter .footer-newsletter-text-block .newstext {
      font-size: 0.86667rem;
      color: #a7a7a7;
      line-height: 1.46667rem;
      letter-spacing: 0.06667rem; }
  .footer-newsletter .footer-newsletters-block {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    float: right;
    padding: 2.66667rem 2rem;
    background: #ffcd06;
    width: 100%; }
    @media (min-width: 801px) {
      .footer-newsletter .footer-newsletters-block {
        width: 100%; } }
    @media (min-width: 1150px) {
      .footer-newsletter .footer-newsletters-block {
        width: 33%; } }
    @media (min-width: 1651px) {
      .footer-newsletter .footer-newsletters-block {
        width: 33rem; } }
    .footer-newsletter .footer-newsletters-block .form {
      width: 100%;
      margin: 0 auto; }
  .footer-newsletter #nl_email {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: black;
    min-height: 3.06667rem;
    padding: 0 1rem;
    background: none;
    float: left;
    background-color: white;
    width: 80%; }
    @media (min-width: 551px) {
      .footer-newsletter #nl_email {
        min-height: 3.06667rem;
        padding: 0.75rem 1rem;
        width: 90%; } }
    @media (min-width: 801px) {
      .footer-newsletter #nl_email {
        width: 93%; } }
    @media (min-width: 1150px) {
      .footer-newsletter #nl_email {
        width: 82%; } }
  .footer-newsletter .form-field {
    margin: 0; }
    @media (min-width: 551px) {
      .footer-newsletter .form-field {
        margin: 0; } }
  .footer-newsletter .form-prefixPostfix-button--postfix {
    margin: 0;
    border-radius: 0;
    background: none;
    background-image: url(../img/megnor/subscribe.png);
    background-position: center 12px;
    background-repeat: no-repeat;
    background-color: white;
    font-size: 0;
    border-right: none;
    border-top: none;
    border-left: none;
    display: block;
    border-bottom: none;
    position: relative;
    left: auto;
    right: 0;
    float: right;
    height: 3.06667rem;
    width: 3rem;
    float: left;
    padding: 0; }
    @media (min-width: 551px) {
      .footer-newsletter .form-prefixPostfix-button--postfix {
        width: 10%;
        height: 3.06667rem; } }
    @media (min-width: 801px) {
      .footer-newsletter .form-prefixPostfix-button--postfix {
        width: 3rem; } }

.footer-newsletters-block .footer-info-heading {
  background: none;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0px;
  padding: 10px 0 20px;
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize; }
  @media (min-width: 551px) {
    .footer-newsletters-block .footer-info-heading {
      padding: 30px 0 20px;
      font-size: 36px; } }
  @media (min-width: 801px) {
    .footer-newsletters-block .footer-info-heading {
      padding: 70px 0 20px;
      font-size: 40px; } }

.footer-newsletters-block p {
  margin-bottom: 10px;
  font-style: italic;
  display: none; }

.footer-info-heading {
  color: black;
  font-size: 20px;
  line-height: 1.73333rem;
  text-transform: capitalize;
  letter-spacing: 0.04286rem;
  font-weight: 600;
  background: url(../img/megnor/toggle-arrow.png) no-repeat scroll right 4px;
  margin: 0; }
  .footer-info-heading.active {
    background: url(../img/megnor/toggle-arrow.png) no-repeat scroll right -48px; }
  @media (min-width: 801px) {
    .footer-info-heading {
      background: none; } }

/*.footer-social{
	background:none;
	&.active{
		background:none;
	}
}*/
.footer-info-list {
  list-style: none;
  margin-left: 0;
  display: none;
  width: 100%; }
  @media (min-width: 801px) {
    .footer-info-list {
      display: block;
      width: 100%; } }
  .footer-info-list a {
    color: #333333;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1rem;
    display: block; }
    .footer-info-list a:hover {
      color: #04b9b0; }

.footer-info-list > li {
  line-height: 30px; }

.footer-info-col.footer-info-col--small.store-info address {
  font-style: normal;
  font-size: 1rem;
  line-height: 26px;
  text-align: center; }
  @media (min-width: 801px) {
    .footer-info-col.footer-info-col--small.store-info address {
      text-align: center; } }

.footer-copyright {
  text-align: center;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: center;
      float: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .footer-copyright {
      text-align: center;
      float: left;
      width: auto; } }
  .footer-copyright > .powered-by {
    color: #333333;
    font-size: 0.93333rem;
    margin: 0; }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #04b9b0; }

.footer-payment-icons {
  width: 100%;
  text-align: center;
  float: left;
  margin: 1.33333rem 0; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      float: right;
      height: 2.66667rem;
      width: auto;
      margin: 0; } }
  .footer-payment-icons .footer-payment-icon {
    height: 1.86667rem;
    margin: 0.33333rem 0.13333rem;
    vertical-align: middle;
    width: 2.8rem;
    border: 1px solid #ddd;
    padding: 0.13333rem 0.33333rem;
    border-radius: 0; }
    .footer-payment-icons .footer-payment-icon:hover {
      background: #3a3b39;
      fill: #04b9b0; }
      .footer-payment-icons .footer-payment-icon:hover svg {
        fill: #04b9b0; }
  .footer-payment-icons svg {
    fill: #3a3b39; }

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

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

.scrollup {
  position: fixed !important;
  background: #04b9b0;
  top: auto;
  bottom: 30px;
  display: none;
  height: 40px;
  width: 40px;
  right: 30px;
  text-align: center;
  z-index: 9999;
  text-decoration: none; }
  .scrollup:hover {
    background: black; }
    .scrollup:hover:before {
      color: white; }
  .scrollup:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: black;
    line-height: 40px; }

.header .container {
  padding: 0;
  width: 100%; }
  @media (min-width: 1150px) {
    .header .container {
      padding: 0;
      max-width: none;
      position: relative;
      clear: both;
      float: left; } }

.container_home {
  padding: 0; }
  @media (min-width: 551px) {
    .container_home {
      padding: 0; } }
  @media (min-width: 801px) {
    .container_home {
      padding: 0;
      position: relative;
      width: 100%;
      clear: both; } }
  .container_home .container {
    max-width: 87.85714rem; }

.main.full {
  margin: 0 auto;
  float: none; }
  .main.full .newpro_container {
    float: left;
    width: 100%;
    position: relative;
    clear: both; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 93.33333rem;
  padding: 0 1rem;
  position: relative;
  width: 100%;
  clear: both; }

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

.blogslider {
  margin: 0 -10px; }
  .blogslider .slick-prev {
    opacity: 1;
    left: 0px;
    top: 52%;
    display: none !important; }
  .blogslider .slick-next {
    opacity: 1;
    right: 0px;
    top: 52%;
    display: none !important; }
  @media (min-width: 801px) {
    .blogslider .slick-prev {
      display: block !important; }
    .blogslider .slick-next {
      display: block !important; } }
  @media (min-width: 1150px) {
    .blogslider .slick-prev {
      opacity: 0;
      transition: all 600ms ease-out;
      webkit-transition: all 600ms ease-out;
      -moz-transition: all 600ms ease-out;
      -ms-transition: all 600ms ease-out;
      -o-transition: all 500ms ease;
      left: -80px; }
    .blogslider .slick-next {
      opacity: 0;
      transition: all 600ms ease-out;
      webkit-transition: all 600ms ease-out;
      -moz-transition: all 600ms ease-out;
      -ms-transition: all 600ms ease-out;
      -o-transition: all 500ms ease;
      right: -80px; }
    .blogslider:hover .slick-prev {
      opacity: 1;
      left: 0;
      transition: none; }
    .blogslider:hover .slick-next {
      opacity: 1;
      right: 0;
      transition: none; } }
  @media (min-width: 1651px) {
    .blogslider:hover .slick-prev {
      opacity: 1;
      left: -40px;
      transition: none; }
    .blogslider:hover .slick-next {
      opacity: 1;
      right: -40px;
      transition: none; } }

.tmblog-list .blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .tmblog-list .blog {
      margin: auto;
      width: 50%;
      float: left;
      border-bottom: 1px solid #f7f7f7;
      margin-bottom: 3rem;
      padding: 0.66667rem; } }
  .tmblog-list .blog + .blog {
    padding: 0.66667rem;
    border-top: none;
    margin-top: 0; }
  .tmblog-list .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .tmblog-list .blog .socialLinks {
    text-align: center; }
  .tmblog-list .blog .addthis_toolbox {
    margin-top: 3rem; }
  .tmblog-list .blog .blog-post-figure {
    width: 100%; }
  @media (min-width: 551px) {
    .tmblog-list .blog .blog-post-body {
      width: 100%; } }
  @media (min-width: 801px) {
    .tmblog-list .blog .blog-post-body {
      width: 100%; } }
  @media (min-width: 1150px) {
    .tmblog-list .blog .blog-post-body {
      width: 100%; } }

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

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

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

.blog-post {
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 892px; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 52.9148%; }

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

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

.blog-posts {
  background: url("//cdn1.bigcommerce.com/server4700/f3e17/product_images/uploaded_images/blog-bg.jpg") no-repeat 0 0;
  float: left;
  width: 100%;
  height: 40rem; }

@media (min-width: 1150px) {
  .blog-posts .blogslider .slick-list {
    margin: 0 0; } }

.blog-posts .blogslider .blog-inner {
  margin: 0 1rem;
  text-align: center;
  float: left; }
  .blog-posts .blogslider .blog-inner:hover {
    box-shadow: 0px 0px 22px 0px #d0d0d0;
    -webkit-box-shadow: 0px 0px 22px 0px #d0d0d0;
    -moz-box-shadow: 0px 0px 22px 0px #d0d0d0; }
  .blog-posts .blogslider .blog-inner .image-block {
    position: relative; }
    .blog-posts .blogslider .blog-inner .image-block img {
      width: 100%; }
    .blog-posts .blogslider .blog-inner .image-block .image-block-hover span.block-hover-icons {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 40%; }
    .blog-posts .blogslider .blog-inner .image-block .image-block-hover .fa.fa-search {
      border-radius: 50%;
      background: #04b9b0;
      color: #fff;
      font-size: 12px;
      line-height: 28px;
      opacity: 0;
      width: 28px;
      transform: scale(1.5); }
    .blog-posts .blogslider .blog-inner .image-block:hover .image-block-hover {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
      transition: all 0.2s ease-out 0s;
      -webkit-transition-duration: all 0.2s ease-out 0s;
      -moz-transition-duration: all 0.2s ease-out 0s;
      -ms-transition-duration: all 0.2s ease-out 0s;
      -o-transition-duration: all 0.2s ease-out 0s; }
      .blog-posts .blogslider .blog-inner .image-block:hover .image-block-hover .fa.fa-search {
        opacity: 1;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transition: all .4s ease 0;
        -webkit-transition: all .4s ease 0;
        -moz-transition: all .4s ease 0;
        -ms-transition: all .4s ease 0;
        -o-transition: all .4s ease 0; }
  .blog-posts .blogslider .blog-inner .details-block {
    padding: 1.66667rem;
    position: relative;
    width: 100%;
    float: left;
    background: white; }
  .blog-posts .blogslider .blog-inner .date {
    font-family: 'Poppins', sans-serif;
    color: #04b9b0;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.26667rem;
    margin: 0px 0px 10px;
    font-size: 0.93333rem; }
  .blog-posts .blogslider .blog-inner .title {
    font-size: 1.06667rem;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    margin: 0 0 15px;
    text-align: left; }
    .blog-posts .blogslider .blog-inner .title a {
      text-decoration: none;
      text-transform: capitalize; }
  .blog-posts .blogslider .blog-inner .content {
    font-weight: 300;
    line-height: 1.33333rem;
    font-size: 0.93333rem;
    color: #a7a7a7;
    letter-spacing: 0.02rem;
    text-align: left;
    width: 100%;
    float: left; }

.sidebarBlock {
  border-bottom: 1px solid #f7f7f7; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 2rem;
    border: 1px solid #dfdfdf; }
  .sidebarBlock .facetedSearch-refineFilters {
    padding-bottom: 1rem;
    border: none;
    padding: 0; }
    .sidebarBlock .facetedSearch-refineFilters .sidebarBlock-heading {
      margin-bottom: 10px; }

.sidebarBlock {
  border: 1px solid #dfdfdf;
  padding: 1.33333rem 1.33333rem 0; }
  .sidebarBlock ul.navList {
    padding: 0.33333rem 0;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .sidebarBlock ul.navList {
        padding: 1.33333rem 0; } }

.sidebarBlock-heading {
  margin-top: 0;
  padding-bottom: 1.33333rem;
  margin-bottom: 0;
  font-size: 1.06667rem;
  letter-spacing: 0.06667rem;
  line-height: 1.6rem;
  font-weight: 600;
  position: relative;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .sidebarBlock-heading:before {
      border-bottom: 2px solid #ffd400;
      left: 0;
      right: auto;
      margin: 0 auto;
      content: "";
      bottom: 0;
      position: absolute;
      width: 3.33333rem;
      height: 0;
      top: auto; } }

.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: 13px;
    vertical-align: top;
    float: left; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%;
        float: left; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%;
        float: left; } }
    .brandGrid .brand .card {
      box-shadow: none; }
      .brandGrid .brand .card .card-image {
        width: auto; }
      .brandGrid .brand .card .card-body .card-title {
        text-align: center; }
      .brandGrid .brand .card:hover .card-body {
        transform: none; }

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

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0px;
  letter-spacing: 0px; }
  .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: 13px;
    vertical-align: top;
    padding: 0 0.66667rem; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }
    @media (min-width: 1265px) {
      .productGrid .product {
        width: 25%;
        padding: 0 1rem; } }
    .productGrid .product:hover .card {
      box-shadow: 0 0px 12px 2px rgba(0, 0, 0, 0.08); }

.category-page form {
  float: left;
  width: 100%; }

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

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.33333rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 13px;
      vertical-align: top; }
    .no-csscolumns .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-right: 0;
    padding-left: 0; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left;
      padding: 15px; } }
    @media (min-width: 801px) and (min-width: 1150px) {
      .csscolumns .productGrid--maxCol3 .product {
        width: 25%; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .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; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

.listItem-button {
  color: #2d2d2d; }
  .listItem-button:hover {
    color: #2d2d2d; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.73333rem;
      padding-right: 0.73333rem;
      width: 25%; } }
  @media (min-width: 1150px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1150px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.2rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 15px; } }
  .listItem-title > a {
    text-decoration: none;
    padding: 6px 0;
    display: block; }

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

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

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

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

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

.productView {
  padding: 0 10px;
  margin: 0;
  width: 100%;
  float: left; }
  @media (min-width: 1150px) {
    .productView {
      padding: 0; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0;
    margin: 2rem 0; }
    @media (max-width: 801px) {
      .modal .productView .productView-details {
        float: none;
        width: 100%;
        text-align: center; } }
  .productView .slick-next, .productView .slick-prev {
    height: 25px;
    width: 20px;
    top: 35%;
    margin-top: 0;
    padding: 0;
    border: 0px;
    background-image: url("../img/megnor/sprite.png"); }
    .productView .slick-next:before, .productView .slick-prev:before {
      height: 27px;
      width: 20px;
      padding: 0;
      background-size: auto auto;
      background-color: transparent; }
  .productView .slick-next {
    right: -20px;
    background-position: -66px -256px;
    /*&:before {
			background-position :-66px -256px;
		}*/ }
    .productView .slick-next:hover {
      background-position: -44px -256px; }
  .productView .slick-prev {
    left: -20px;
    background-position: -1px -256px;
    /*&:before {
			background-position : -1px -256px;	
		}*/ }
    .productView .slick-prev:hover {
      background-position: -23px -256px;
      /*&:before {
				background-position : -23px -256px;	
			}*/ }

.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;
  margin: 0 auto;
  float: left; }
  @media (min-width: 551px) {
    .productView-images {
      width: 40%; } }
  @media (min-width: 801px) {
    .productView-images {
      width: 40%;
      padding-left: 0; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  .productView-details .socialLinks {
    text-align: left; }
  @media (min-width: 551px) {
    .productView-details {
      clear: right;
      float: right;
      width: 45%; } }
  @media (min-width: 801px) {
    .productView-details {
      width: 58%; } }

.productView-product {
  line-height: 26px; }

#product_viewpage .productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin: 40px 0 50px;
  padding: 30px 0 10px; }
  @media (min-width: 1150px) {
    #product_viewpage .productView-description {
      clear: right;
      float: left;
      width: 100%;
      padding: 30px 0 10px; } }
  #product_viewpage .productView-description .tabs {
    text-align: left;
    padding: 0;
    border: 0; }
  #product_viewpage .productView-description .tab {
    background: #ffffff;
    margin: 0 2px;
    margin-top: 12px; }
    @media (min-width: 551px) {
      #product_viewpage .productView-description .tab {
        margin-top: 0px; } }
    #product_viewpage .productView-description .tab .tab-title {
      font-size: 14px;
      color: #000000;
      font-weight: 500;
      letter-spacing: 0.6px; }
    #product_viewpage .productView-description .tab.is-active {
      background: #decfc1;
      border: 0; }
      #product_viewpage .productView-description .tab.is-active:after {
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        content: "";
        border-top: 10px solid #04b9b0;
        position: absolute;
        height: 0;
        bottom: -9px;
        left: 46%;
        right: auto;
        display: none; }
        @media (min-width: 551px) {
          #product_viewpage .productView-description .tab.is-active:after {
            left: 43%; } }
  #product_viewpage .productView-description .tabs-contents {
    margin-bottom: 0;
    border: none;
    padding: 0 1.5rem;
    margin-top: 1rem;
    background: #f7f7f7; }
  #product_viewpage .productView-description .productView-title {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    #product_viewpage .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

#product_viewpage .tabs {
  border-bottom: 1px solid transparent; }

#product_viewpage .tab {
  background: #ffffff;
  margin: 0 2px;
  margin-top: 12px; }
  @media (min-width: 551px) {
    #product_viewpage .tab {
      margin-top: 0px; } }
  @media (min-width: 551px) {
    #product_viewpage .tab.is-active {
      border-bottom: 1px solid #fff;
      margin-bottom: -1px; } }

#product_viewpage .tabs-contents {
  margin-bottom: 0;
  border: none;
  margin-top: 0.5rem; }

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

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

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

.starwrap {
  height: 2.66667rem;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  width: 2.66667rem; }

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

.sale-flag-side {
  color: black;
  position: absolute;
  top: 1.33333rem;
  left: 1.33333rem;
  right: auto;
  font-size: 0.93333rem;
  font-weight: 500;
  padding: 0.86667rem 0.66667rem;
  border-radius: 50%;
  background: #04b9b0;
  text-align: center;
  vertical-align: middle;
  z-index: 9; }

.sale-flag-sash {
  background: black;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.33333rem;
  left: -35px;
  line-height: 1.06667rem;
  padding-top: 0.1rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 7.93333rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }
  .account .productGrid {
    float: left;
    width: 100%; }

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

.account--fixedSmall {
  padding: 0 0.75rem; }
  @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;
  padding-left: 1.5rem;
  padding-right: 1.75rem; }

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-theme {
  max-width: 1500px; }

h1, h2, h3, h4, h5, .title, .cms-banner-title {
  font-family: 'Rye', cursive, serif !important; }

.navUser-action {
  font-weight: bold; }

.navUser {
  font-weight: bold !important; }

.navUser-item-cartLabel {
  font-weight: bold !important; }

li.navPages-item.navPages-item-page.home_first {
  display: none; }

#menu .navPages-list > .navPages-item:nth-child(7) {
  display: block; }

.navPages-action {
  margin: 0 5px;
  letter-spacing: 0px; }

.banners .servicetop-cms .section-header h2 {
  font-weight: normal;
  line-height: 2.2rem;
  max-height: 120px; }

.banners .servicetop-cms {
  max-height: 120px; }

.banners .servicetop-cms .services-wrapper .serviceblock .service-description .title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize; }

.banners .servicetop-cms .services-wrapper .serviceblock {
  padding: 1.93333rem 1.33333rem; }

.heroCarousel-title {
  font-weight: normal; }

.navPages {
  font-family: 'Rye', cursive, serif !important; }

.navPages-action {
  text-transform: uppercase; }

.navBar--sub .navBar-action {
  color: #000;
  font-size: 20px;
  padding: 0; }

.page-heading {
  font-size: 36px;
  margin: 0 0 1rem;
  padding: 0;
  font-weight: normal; }

.header-logo {
  margin-top: -20px !important; }

.welcome_msg {
  color: white !important; }

.welcome_msg a {
  color: white !important; }

.js .heroCarousel {
  max-height: 400px !important; }

.scrollup {
  border-radius: 25px; }

.navigation {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/header-bg2.jpg) top left;
  background-size: cover !important;
  z-index: 10;
  float: left;
  padding: 0 1rem;
  width: 100%;
  max-height: 150px; }

body {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/page-bg.jpg); }

.header-top {
  padding: 0 1rem;
  background-color: #04b9b0; }

.heroCarousel-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 400px !important; }

.dropdown--quickSearch.is-open .container.tm-search-wrapper {
  background: transparent;
  top: 40%; }

.dropdown--quickSearch.is-open {
  background: rgba(45, 45, 45, 0.75); }

.removeSearch {
  color: white; }

.navPage-subMenu {
  padding: 4.5rem 1.5rem 2.23333rem !important; }

.heroCarousel-content {
  width: 85%; }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.banners .servicetop-cms .services-wrapper .serviceblock.service-1 .service {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/service-icons.png) center 0 no-repeat;
  width: 100%; }

.banners .servicetop-cms .services-wrapper .serviceblock.service-2 .service {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/service-icons.png) center -235px no-repeat;
  width: 100%; }

.banners .servicetop-cms .services-wrapper .serviceblock.service-3 .service {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/service-icons.png) center -475px no-repeat;
  width: 100%; }

.page-heading-base .page-canter-base .page-inner-base h1.page-heading {
  line-height: 2.3rem; }

.page-sidebar + .page-content p {
  color: #000; }

.newpro_container {
  float: left;
  width: 100%;
  position: relative;
  border-top: 10px #04b9b0 solid; }

.body .bestseller-container {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/best-sellers.jpg) left center no-repeat;
  float: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  min-height: 500px;
  position: relative;
  padding: 3.66667rem 0;
  background-size: cover !important; }

.home_serach {
  background: url(../img/megnor/search.png) right 10px no-repeat;
  width: 34px;
  border-left: 2px solid #ffffff;
  height: 35px;
  margin-left: 1rem; }

.banners {
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 0px !important; }

.banners .servicetop-cms .services-wrapper {
  background-color: #000 !important;
  background-image: none !important; }

.banners .servicetop-cms .services-wrapper .serviceblock {
  max-height: 140px; }

.banners .servicetop-cms {
  background-color: #000 !important;
  background-image: none !important; }

.banners .Subbanner ul li .category-cms-description .cms-banner-title {
  font-weight: normal;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  text-align: center; }

.banners .Subbanner .bottom-banner ul li .category-cms-description .text-button .btn {
  background-color: #04b9b0;
  color: #000;
  border: 1px solid #04b9b0;
  box-shadow: none; }

.blog-posts {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/blog-bg2.jpg) no-repeat;
  background-size: cover !important;
  min-height: 400px !important; }

.footer .newsletter-container {
  width: 100%;
  float: left;
  margin: 0rem 0 0; }

.footer .footer-bottom .footer-logo {
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/logo.png) top left no-repeat;
  width: 22.4rem;
  height: 11rem;
  float: none;
  display: inline-block;
  background-size: 190px 120px; }

.footer-info-list a {
  text-transform: none; }

article.footer-link.footer-info-col.footer-info-col--small {
  width: 25%;
  padding: 10px; }

.page-heading-base .page-canter-base .page-inner-base h1.page-heading {
  font-size: 2.0rem; }

.breadcrumb.is-active > .breadcrumb-label, .breadcrumbs a {
  color: #000;
  font-size: .96667rem;
  letter-spacing: .8px;
  font-weight: 500; }

.blog-posts {
  float: left;
  height: auto; }

body #loader > div {
  display: inline-block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 5px solid #000;
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 5px;
  border-right-color: black;
  border-right-style: solid;
  border-right-width: 5px;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-left-color: black;
  border-left-style: solid;
  border-left-width: 5px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-animation: loader 5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: loader 5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation-name: loader;
  animation-duration: 5s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running; }

body #loader {
  text-align: center !important; }

.footer-newsletter .footer-newsletter-text-block .newstitle {
  font-family: 'Rye', cursive, serif !important; }

.footer-newsletter .footer-newsletter-text-block .newstext {
  font-size: 1rem;
  color: #fff;
  font-weight: bold; }

.footer-newsletter .footer-newsletter-text-block {
  float: left;
  background: url(//cdn11.bigcommerce.com/s-roo1i6a/product_images/uploaded_images/leather-bg.jpg) center center; }

.footer-copyright > .powered-by {
  padding-top: 15px; }

.footer-info-col .contact_us {
  font-family: 'Rye', cursive, serif !important;
  font-size: 30px; }

.footer-info-col.footer-info-col--small.store-info address {
  font-family: 'Rye', cursive, serif !important; }

.banners .testimonial .section-content blockquote .quotes-right {
  width: 100%;
  text-align: left;
  padding-left: 30px; }

.banner-2 {
  background-color: lightGrey !important; }

.amazon-pay {
  float: right;
  padding-top: 15px;
  padding-right: 5px; }

@media (min-width: 801px) {
  .navPages-action {
    padding: .5em 5px; } }

@media only screen and (max-width: 801px) {
  .navPages {
    background-color: #fff;
    padding: 1.5rem;
    text-align: left;
    height: 680px;
    overflow-y: auto; }
  .header-logo {
    float: none !important; }
  .header-top {
    height: 62px; }
  .header-logo-image-unknown-size {
    max-height: 120px; }
  .navPage-subMenu {
    padding: 0rem 1.5rem 2.23333rem !important; }
  .heroCarousel-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 500px !important; }
  article.footer-link.footer-info-col.footer-info-col--small {
    width: 100%;
    padding: 10px; }
  .home_serach {
    display: none; }
  .heroCarousel .slick-dots {
    display: none !important; }
  .banners .servicetop-cms .section-header h2 {
    margin-top: -16px;
    font-size: 1.3rem; }
  .banners .servicetop-cms .section-header {
    height: 0px !important;
    padding: 1.8rem 0; }
  .banners .servicetop-cms {
    max-height: 400px; }
  .newsletter-icon {
    margin-top: 20px; }
  .amazon-pay {
    float: none;
    padding-top: 5px;
    padding-right: 5px;
    text-align: center;
    position: relative;
    top: -10px; }
  .navUser {
    padding: 10px 0;
    position: relative !important; }
  .welcome_msg {
    color: white !important;
    display: block;
    padding: 0px 40px 0px 40px !important; }
  .welcome_msg a {
    color: white !important; } }

[data-content-region="category-bottom-content"] {
  margin-top: 60px;
  margin-bottom: 60px; }
  [data-content-region="category-bottom-content"] * {
    box-sizing: border-box; }
  [data-content-region="category-bottom-content"] .container {
    max-width: 957px;
    margin: 0 auto;
    padding: 0 10px; }
  [data-content-region="category-bottom-content"] .slider-side-by-side {
    margin: 28.5px 0; }
    [data-content-region="category-bottom-content"] .slider-side-by-side .container {
      display: grid;
      grid-template-columns: calc(45% - 10px) calc(55% - 10px);
      grid-template-rows: 1fr;
      gap: 19px; }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .slider-side-by-side .container {
          grid-template-columns: 100%;
          gap: 0;
          grid-template-rows: auto auto;
          padding: 0; } }
      [data-content-region="category-bottom-content"] .slider-side-by-side .container .slider-container {
        order: 0; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .slider-side-by-side .container .slider-container {
            order: 1; } }
    [data-content-region="category-bottom-content"] .slider-side-by-side.rtl .container {
      grid-template-columns: calc(60% - 10px) calc(40% - 10px);
      grid-template-rows: 1fr; }
      [data-content-region="category-bottom-content"] .slider-side-by-side.rtl .container .slider-container {
        order: 1; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .slider-side-by-side.rtl .container .slider-container {
            order: 0; } }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .slider-side-by-side.rtl .container {
          grid-template-columns: 100%;
          gap: 0;
          grid-auto-rows: fit-content fit-content; } }
    [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.13);
      box-sizing: border-box; }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container {
          width: 100%;
          max-width: 100%; } }
      [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 27px 17px;
        position: relative;
        box-sizing: border-box; }
        [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper {
          margin: auto 0; }
          [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper .swiper-slide .wrapper-subtitle {
            margin-bottom: 4px; }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper .swiper-slide .wrapper-subtitle h3 {
              font-size: 18px;
              margin: 0;
              line-height: 22px;
              font-family: 'Barlow' !important;
              font-weight: 400;
              color: #5BABB3; }
          [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper .swiper-slide .wrapper-title {
            margin-bottom: 22px; }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper .swiper-slide .wrapper-title h2 {
              font-family: 'Rye';
              font-size: 21px;
              color: #5BABB3;
              margin: 0;
              line-height: 34px;
              font-weight: normal; }
          [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper .swiper-slide .wrapper-content {
            margin-bottom: 22px; }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .swiper-wrapper .swiper-slide .wrapper-content * {
              font-family: 'Barlow';
              font-size: 14px;
              line-height: 22px;
              font-weight: normal; }
        [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation {
          display: flex;
          justify-content: center;
          margin: auto;
          margin-bottom: 0;
          align-items: center;
          width: fit-content;
          gap: 12px; }
          [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation .navigation-ar {
            display: block;
            border-top: 1px solid #5BABB3;
            min-width: 6px;
            cursor: pointer;
            min-height: 6px;
            border-left: 1px solid #5BABB3; }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation .navigation-ar.prev-arrow {
              transform: rotate(-45deg); }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation .navigation-ar.next-arrow {
              transform: rotate(135deg); }
          [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation .swiper-pagination {
            position: relative;
            top: -3px;
            bottom: unset; }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation .swiper-pagination .swiper-pagination-bullet {
              opacity: 1;
              width: 6px;
              height: 6px;
              background: #d9d9d9; }
            [data-content-region="category-bottom-content"] .slider-side-by-side .slider-container .slider-box .slider-box-navigation .swiper-pagination .swiper-pagination-bullet-active {
              background: #5BABB3; }
    [data-content-region="category-bottom-content"] .slider-side-by-side .image-container {
      flex: 1;
      overflow: hidden;
      width: 100%; }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .slider-side-by-side .image-container {
          width: 100%;
          max-width: 100%; } }
      [data-content-region="category-bottom-content"] .slider-side-by-side .image-container .image-slider-box {
        width: 100%;
        height: 100%; }
        [data-content-region="category-bottom-content"] .slider-side-by-side .image-container .image-slider-box .swiper-wrapper .wrapper-image {
          width: 100%;
          height: auto;
          min-height: 100%; }
          [data-content-region="category-bottom-content"] .slider-side-by-side .image-container .image-slider-box .swiper-wrapper .wrapper-image img {
            width: 100%;
            height: 100%;
            aspect-ratio: 16 / 9;
            object-fit: cover; }
  [data-content-region="category-bottom-content"] .section-side-by-side {
    margin: 30px 0;
    padding: 46px 0 72px 0; }
    @media (max-width: 767px) {
      [data-content-region="category-bottom-content"] .section-side-by-side {
        margin: 20px 0;
        background: #5BABB3; } }
    [data-content-region="category-bottom-content"] .section-side-by-side .container {
      display: flex;
      gap: 0px;
      align-items: stretch; }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .section-side-by-side .container {
          flex-direction: column;
          gap: 60px;
          margin: 0; } }
      [data-content-region="category-bottom-content"] .section-side-by-side .container .image-container {
        width: 50%;
        max-width: 400px;
        height: auto; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .section-side-by-side .container .image-container {
            width: 100%;
            max-width: 100%; } }
        [data-content-region="category-bottom-content"] .section-side-by-side .container .image-container .wrapper-image {
          width: 100%;
          min-height: 500px;
          height: 100%; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .image-container .wrapper-image img {
            width: 100%;
            height: 100%;
            min-height: 500px;
            object-fit: cover; }
      [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px;
        background: #5BABB3; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container {
            padding: 0px 10px; } }
        [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-title {
          margin-bottom: 15px; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-title * {
            color: #fff; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-title h2 {
            margin: 0;
            font-size: 36px;
            line-height: normal;
            font-family: "Rye";
            font-weight: normal; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-title h2 {
                font-size: 24px;
                line-height: normal; } }
        [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-content {
          margin-bottom: 38px; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-content * {
            color: #fff; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-content p {
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
            font-family: "Barlow"; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-content p {
                font-size: 14px;
                line-height: 22px; } }
            [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container > .wrapper-content p:not(:last-child) {
              margin: 0; }
        [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 12px 24px; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-image {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            overflow: hidden;
            background: #fff;
            margin-bottom: 22px; }
            [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-image img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-title * {
            color: #fff;
            font-size: 18px;
            line-height: 22px;
            font-weight: bold;
            margin: 0;
            font-family: 'Barlow' !important; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-title * {
                font-size: 16px;
                line-height: 22px; } }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-content * {
            color: #fff; }
          [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-content p {
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
            font-family: "Barlow"; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-content p {
                font-size: 14px;
                line-height: 22px; } }
            [data-content-region="category-bottom-content"] .section-side-by-side .container .text-container .wrapper-rabbits .wrapper-content p:not(:last-child) {
              margin: 0; }
  [data-content-region="category-bottom-content"] .section-contact {
    margin: 30px 0;
    padding: 46px 0 46px 0; }
    @media (max-width: 767px) {
      [data-content-region="category-bottom-content"] .section-contact {
        margin: 20px 0;
        background: #5BABB3;
        padding: 20px 0; } }
    [data-content-region="category-bottom-content"] .section-contact .container {
      display: flex;
      align-items: stretch; }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .section-contact .container {
          flex-direction: column;
          gap: 8px; } }
      [data-content-region="category-bottom-content"] .section-contact .container .text-container {
        width: 50%;
        flex: 1;
        padding: 48px;
        background: #5BABB3;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .section-contact .container .text-container {
            width: 100%;
            padding: 0; } }
        [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-title {
          margin-bottom: 32px; }
          @media (max-width: 767px) {
            [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-title {
              margin-bottom: 5px; } }
          [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-title * {
            color: #fff; }
          [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-title h2 {
            margin: 0;
            font-size: 21px;
            line-height: 34px;
            font-family: "Rye";
            font-weight: normal; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-title h2 {
                font-size: 24px;
                line-height: normal;
                text-align: center; } }
        [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-content {
          margin-bottom: 32px; }
          @media (max-width: 767px) {
            [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-content {
              margin-bottom: 0; } }
          [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-content * {
            color: #fff; }
          [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-content p {
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
            font-family: "Barlow"; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-content p {
                font-size: 14px;
                line-height: 22px; } }
            [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-content p:not(:last-child) {
              margin: 0; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-links {
            display: none; } }
        [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-links .btn {
          display: block;
          text-decoration: none;
          color: #000;
          font-size: 14px;
          line-height: 22px;
          width: fit-content;
          font-weight: bold;
          font-family: "Barlow";
          cursor: pointer;
          padding: 8.5px 24px;
          background: #D9D9D9; }
          [data-content-region="category-bottom-content"] .section-contact .container .text-container .wrapper-links .btn:hover {
            opacity: 0.8; }
      [data-content-region="category-bottom-content"] .section-contact .container .image-container {
        width: 50%;
        max-width: 400px;
        aspect-ratio: 16 / 9; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .section-contact .container .image-container {
            height: 336px;
            max-width: 100%;
            width: 100%; } }
        [data-content-region="category-bottom-content"] .section-contact .container .image-container .wrapper-image {
          width: 100%;
          height: 100%; }
          [data-content-region="category-bottom-content"] .section-contact .container .image-container .wrapper-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
  [data-content-region="category-bottom-content"] .accordions-block {
    padding: 50px 0; }
    @media (max-width: 767px) {
      [data-content-region="category-bottom-content"] .accordions-block .container {
        padding: 0; } }
    [data-content-region="category-bottom-content"] .accordions-block .container > .wrapper-title {
      margin-bottom: 42px;
      text-align: center; }
      @media (max-width: 767px) {
        [data-content-region="category-bottom-content"] .accordions-block .container > .wrapper-title {
          margin-bottom: 50px; } }
      [data-content-region="category-bottom-content"] .accordions-block .container > .wrapper-title h2 {
        color: #5babb3;
        font-size: 28px;
        line-height: normal;
        font-family: 'Rye';
        font-weight: normal;
        margin: 0 !important; }
        @media (max-width: 767px) {
          [data-content-region="category-bottom-content"] .accordions-block .container > .wrapper-title h2 {
            font-size: 20px;
            line-height: normal; } }
    [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 800px;
      margin: 0 auto; }
      [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item {
        width: 100%;
        background: whitesmoke;
        border-radius: 8px; }
        [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-heading {
          display: flex;
          justify-content: space-between;
          cursor: pointer;
          gap: 10px;
          padding: 16px 24px; }
          @media (max-width: 767px) {
            [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-heading {
              padding: 16px; } }
          [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-heading:after {
            width: 20px;
            height: 20px;
            background: url("https://cdn11.bigcommerce.com/s-roo1i6a/images/stencil/original/image-manager/saddleup-chevron-faq.png");
            background-size: contain;
            display: block;
            content: ''; }
          [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-heading h3 {
            font-size: 16px;
            margin: 0 !important;
            font-weight: 600;
            line-height: normal;
            font-family: 'Barlow' !important;
            color: #1e1e1e; }
        [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-content {
          padding: 0px 24px 34px 24px;
          display: none; }
          @media (max-width: 767px) {
            [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-content {
              padding: 0 16px 24px 16px; } }
          [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-content .wrapper-content * {
            margin-bottom: 22px;
            font-size: 14px;
            color: #1e1e1e;
            font-family: 'Barlow' !important;
            line-height: normal; }
            @media (max-width: 767px) {
              [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-content .wrapper-content * {
                font-size: 12px;
                line-height: normal; } }
            [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item .accordion-content .wrapper-content *:last-child {
              margin-bottom: 0; }
        [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item.toggled {
          background: rgba(91, 171, 179, 0.5); }
          [data-content-region="category-bottom-content"] .accordions-block .container .wrapper-accordions .accordion-item.toggled .accordion-heading:after {
            transform: scaleY(-1); }

@media (max-width: 1024px) {
  .page.tablet-column {
    display: flex;
    flex-direction: column; } }
